.referral-rewards-hero {
	padding-top:0px;
	padding-bottom:100px;
}
/* contact buttons */
.contact-btns a.contact-link-phone,
.contact-btns a.contact-link-email {
    display: inline-flex;
    align-items: center;
    min-height: 45px;
    margin-bottom: 10px;
    padding: 8px 20px 8px 10px;
    font-weight: 700;
    color: #445667;
    background-color: var(--clr-tone-0);
    border: 2px solid #b8c4d0;
    border-radius:  25px;
}
.contact-btns a.contact-link-phone:hover,
.contact-btns a.contact-link-email:hover {
    color: var(--clr-tone-0);
    background-color: var(--clr-primary);
    border: 2px solid var(--clr-primary);
}
.contact-btns a.contact-link-phone i,
.contact-btns a.contact-link-email i {
    margin-right: 8px;
    font-size: 22px;
    color: var(--clr-primary);
}
.contact-btns a.contact-link-phone:hover i,
.contact-btns a.contact-link-email:hover i {
    color: var(--clr-tone-0);
}
.contact-btns a.contact-link-email i {
padding-top: 3px;
}
@media(max-width:767px){
	.reward-type-hero {
		margin: 0 auto;
	}
	.reward-type-individual {
		margin-top: -30px;
	}
	.reward-type-buiness {
		margin-top: 90px;
	}
}
@media(min-width:768px){
	.reward-type-hero {
		margin: 0 auto;
	}
	.reward-type-individual, .reward-type-buiness {
		margin-top: 0px;
	}
}
.reward-type-hero {
	max-width: 450px;
	padding-top: 20px;
	font-size: 22px;
}
.reward-type-hero:before {
	content: '';
	display: inline-block;
	width: 650px;
	height: 380px;
	position: absolute;
	top: -15px;
	left: -45px;
	background-image: url('/wp-content/assets/rewards/rewards-refer-bg-left.min.svg'); 
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.reward-type-buiness:before {
	transform: scaleX(-1);
}
.reward-type-hero p{
	font-size: 22px;
	line-height: 26px;
}
.reward-value-heighlight h1 {
	margin-top: 5px;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
}
/* Sections Q and A */
.section-question, .section-answer  {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 45px;
	padding-left: 90px;
	text-align: left;
}
.section-question {
	color: var(--clr-primary);
	font-size: 22px;
	line-height: 28px;
}
.section-answer {
	margin-top: 15px;
	margin-bottom: 40px;
}
.section-question:before, .section-answer:before {
	display: inline-block;
	position: absolute;
    top: 5px;
    left: 5px;
    width: 32px;
    height: 32px;
    padding: 4px;
    font-size: 20px;
    font-weight: 900;
    line-height: 22px;
    text-align: center;
    color: var(--clr-tone-0);
    border-radius: 50%;
}
.section-question:before {
	content:'Q';
	background-color: var(--clr-primary);
}
.section-answer:before {
	content:'A';
	background-color: #99ABBC;
}
@media(max-width:767px){
	.process-line-xs.re-mobile .flex-vcenter.v-process-flow-img-tal {
		margin-bottom: 42px;
		padding-top: 0px;
		padding-bottom: 32px;
	}
}
@media(min-width:768px){
	.section-question:before, .section-answer:before {
		width: 45px;
		height: 45px;
		padding: 10px;
		font-size: 26px;
	}
}
/* segmented control */
.segmented-control ul.nav.nav-tabs {
	display: inline-flex;
	justify-content: center;
	background-color: #D4DCE3;
	border: 4px solid #D4DCE3;
	border-radius: 20px;
  overflow: hidden;
}
.segmented-control .nav-tabs>li {
	min-width: 150px;
	border-radius: 16px;
	overflow: hidden;
}
.spb_tabs.segmented-control .nav-tabs li a {
	border: none;
	color: #7A92A8;
	font-weight: 700;
}
.spb_tabs.segmented-control .nav-tabs li a:hover {
 color: #445667;
}
.spb_tabs.segmented-control .nav-tabs li.active a {
	color: var(--clr-primary);
	background-color: var(--clr-tone-0);
	box-shadow:
}
@media(max-width:767px){
	.process-line-xs.re-mobile .flex-vcenter.v-process-flow-img-tal {
		padding-top: 0px;
		padding-bottom: 32px;
	}
	.process-line-xs.re-mobile .v-process-container {  
		margin-bottom: 0px;
	}
}
@media(min-width:768px){
	.process-line-xs.re-mobile .flex-vcenter.v-process-flow-img-tal {
		margin-bottom: 42px;
		padding-top: 0px;
		padding-bottom: 32px;
	}
	.process-line-xs.re-mobile .v-process-container {  
		margin-bottom: 40px;
	}
}
@media(min-width:768px){
	.referral-rewards-hero {
		padding-top:65px;
	}
	.reward-type-hero{
		padding-bottom:20px;
	}
	.reward-type-hero:before {
		width: 750px;
    	height: 500px;
    	top:-215px;
    	left:-45px;
	}
}
@media(min-width:992px){
	.referral-rewards-hero {
		padding-top:100px;
	}
	.reward-type-hero{
		padding-bottom:0px;
	}
	.reward-type-hero:before {
		width: 850px;
    	height: 500px;
    	top:-115px;
    	left:-195px;
	}
}
@media(min-width:1200px){
	.reward-type-hero:before {
		top:-145px;
    	left:-75px;
	}
}