body {
	font-family: 'Roboto', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 130px;
}
.container-fluid {
	max-width: 1140px;
}
form .website{ display:none; } /* hide because is spam protection */

header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	background: #fff;
	border-bottom: 1px solid #EFEFEF;
}
header .navbar {
	padding-top: 10px;
	padding-bottom: 10px;
}
header nav .navbar-brand {
	max-width: 230px;
}
header nav .navbar-brand img {
	display: block;
	width: 100%;
}
header nav .navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
}
header nav .navbar-nav li {
	position: relative;
	display: flex;
	align-self: center;
}
header nav .navbar-nav li.custom-nav-item a.nav-link:before {
    content: "Questions?";
    display: block;
    position: relative;
    line-height: 1em;
    color: #0b5284;
    font-weight: 300;
    top: -6px;
    text-align: center;
    opacity: 1;
    background: transparent;
}
header nav .navbar-nav li.custom-nav-item a.nav-link:after {
    content: "Click Here!";
    display: block;
    line-height: 1em;
    color: #0b5284;
    font-weight: 300;
    position: relative;
    bottom: -4px;
    text-align: center;
    opacity: 1;
    background: transparent;
}
header nav .navbar-nav li.custom-nav-item a.nav-link {
	color: #44536a !important;
	font-weight: 700 !important;
	flex-direction: column;
}
header nav .navbar-nav li a.nav-link {
	color: #989898;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	line-height: 20px;
	padding: 13px 20px!important;
}
header nav .navbar-nav li a.nav-link:hover,
header nav .navbar-nav li a.nav-link:active {
	color: #333;
}
@media(max-width: 1200px) {
	body {
		padding-top: 110px;
	}
	header nav .navbar-brand {
		max-width: 180px;
	}
}
@media(max-width: 992px) {
	header nav .navbar-nav {
		margin-top: 20px;
		margin-bottom: 0;
	}
	header nav .navbar-nav li {
		align-self: start;
	}
	header nav .navbar-nav li a.nav-link {
		font-size: 13px;
		line-height: 20px;
		padding: 10px 20px;
	}
	header nav .navbar-nav li.custom-nav-item {
		display: none;
	}
}


.mast {
	background: rgb(5,105,214);
	background: linear-gradient(55deg, rgba(5,105,214,1) 0%, rgba(29,62,109,1) 100%);
	padding: 76px 0 0 0;
	position: relative;
	overflow: hidden;
}
.mast img {
	position: absolute;
	left: -85px;
	bottom: 0;
	z-index: 1;
}
.mast .container-fluid {
	max-width: 1420px;
	max-width: 1420px;
	position: relative;
	z-index: 2;
	padding-bottom: 76px;
}
.mast h1 {
	z-index: 6;
	max-width: 685px;
	white-space: normal;
	font-size: 52px;
	line-height: 55px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	font-family: 'Lato',sans-serif;
	text-shadow: rgb(17, 51, 93) 3px 2px 9px;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: center;
	border-width: 0px;
	margin: 64px 0px 0px;
	padding: 0px;
	letter-spacing: 0px;
	opacity: 1;
	font-style: italic;
	margin: 0 auto;
}
.mast .orange {
	color: #FFFF00;
	font-weight: 700;
}
.mast p {
	font-family: 'Lato',sans-serif;
	z-index: 7;
	font-size: 27px;
	line-height: 33px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	text-shadow: rgb(17, 51, 93) 3px 2px 9px;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: center;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	opacity: 1;
	font-style: italic;
	margin: 40px 0 20px 0;
}
.mast .mast-btn {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.mast .mast-btn img {
	width: 238px;
	height: 66px;
	position: relative;
}
.mast .mast-btn img.arrow {
	width: 158px;
	height: 58px;
	margin-top: 10px;
}
.mast .mast-image {
	max-width: 1000%;
	width: auto;
	height: 100%;
	left: auto;
	right: 0;
}
@media(max-width: 992px) {
	.mast .mast-image {
		/*display: none;*/
		max-width: 100%;
		width: auto;
		height: 100%;
		left: 0;
		right: 0;
		min-height: 200px;
		position: relative;
		margin: auto;
		display: block;
		max-height: 400px;
		margin-bottom: 20px;
	}
	.mast h1 {
	    font-size: 43px;
	    font-weight: 700;
	    margin-bottom: 20px;
	    line-height: 43px;
	    max-width: 100%;
	}
	.mast p {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 0;
	}
	.mast .container-fluid {
		padding-bottom: 64px;
	}
}

.video-iframe {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none;
	width: 100%;
}

.referral-commissions {
	background-color: #44536a;
	padding: 64px 0 32px 0;
}
.iframe-wrapper {
	padding-bottom: 56.25%;
	position: relative;
}
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0;
	background-color: #000;
}

.list-arrows {
	padding: 0 0 0 30px;
	margin: 0;
}
.list-arrows li {
	margin: 20px 0;
	padding-left: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	position: relative;
	list-style: none;
	font-style: italic;
	max-width: 316px;
}
.list-arrows li:first-child {
	margin-top: 0;
}
.list-arrows li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #fff;
	font-style: normal;
}
.referral-commissions .box {
	padding: 20px 0;
	border-right: 1px solid  #5D95B5;
	text-align: center;
}
.referral-commissions .col-12:last-child .box {
	border: 0;
}
.referral-commissions .box p {
	margin-bottom: 25px;
}
.referral-commissions .box .refer {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 32px;
    color: #fff;
}
.referral-commissions .box .percent {
    font-size: 80px;
    margin: 0;
    color: #f0a623;
    line-height: 76px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -7px;
    font-weight: 600;
    padding: 15px 0;
}
.referral-commissions .box .example {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 22px;
    color: #fff;
    max-width: 405px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.referral-commissions .box .amount {
    font-weight: 600;
    font-size: 92px;
    line-height: 74px;
    color: #fff;
    white-space: nowrap;
}
@media(max-width: 992px) {
	.referral-commissions .box {
		border-right: 0;
		border-bottom: 1px solid  #5D95B5;
	    padding: 40px 0;
	}
	.referral-commissions .box p:last-child {
		margin-bottom: 0;
	}
	.referral-commissions .col-12:last-child .box {
		border-bottom: 0;
	}
	.referral-commissions .box .refer {
	    font-size: 30px;
	    line-height: 30px;
	}
	.referral-commissions .box .percent {
	 	font-size: 116px;
	    line-height: 60px;   
	}
	.referral-commissions .box .example {
	    font-size: 18px;
	    line-height: 18px;
	}
	.referral-commissions .box .amount {
	    font-size: 67px;
	    line-height: 53px;
	}
}

.steps {
	text-align: center;
	padding: 96px 0;
}
.steps .image-box-wrapper img {
	height: 128px;
}
.steps .image-box-wrapper figure {
	margin-bottom: 25px;
}
.steps .box h2 {
	color: #EFA521;
	font-size: 66px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 72px;
	margin-bottom: 10px;
}
.steps .box p {
	color: #1C375E;
	font-size: 18px;
	line-height: 24px;
}
.steps .box p span {
	font-weight: 600;
}
@media(max-width: 992px) {
	.steps .box {
		padding-bottom: 30px;
	}
	.steps .col-12:last-child .box {
		padding-bottom: 0;
	}
	.steps .box h2 {
		font-size: 60px;
		line-height: 66px;
	}
	.steps .box p {
		font-size: 16px;
		line-height: 20px;
	}
}

.rockstar {
	background-color: #44536a;
	padding: 96px 0;
	color: #FFFFFF;
}
.rockstar h3 {
	color: #FFFFFF;
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 32px;
}
.rockstar p {
	line-height: 21px;
}
.rockstar .list-arrows {
	padding: 0;
}
.rockstar .list-arrows li {
	max-width: 100%;
	line-height: 21px;
}
.rockstar .list-arrows li:before {
	color: #F3AA31;
}
@media(max-width: 992px) {
	.rockstar h3 {
		font-size: 43px;
	}
	.rockstar img {
		margin-bottom: 30px;
	}
}
.blue-btn {
	background-color: #21B573;
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff!important;
	text-decoration: none;
	display: inline-block;
}

.get-started {
	padding: 48px 0;
	background-color: #0765CD;
}
.get-started h3 {
	color: #FFFFFF;
	font-size: 65px;
	font-weight: 600;
	line-height: 78px;
	margin-bottom: 20px;
}
.get-started h4 {
	color: #FFFFFF;
	font-size: 43px;
	font-weight: 300;
	margin-bottom: 20px;
}
.btn-dark {
	font-size: 1.3em;
	font-weight: 800;
	text-transform: uppercase;
	color: #FFFFFF!important;
	background-color: #21B573;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none!important;
	display: inline-block;
}
@media(max-width: 992px) {
	.get-started h3 {
		font-size: 43px;
		line-height: 48px;
	}
	.get-started h4 {
		font-size: 40px;
		line-height: 55px;
	}
}

footer {
	background-color: #2D3032;
	padding: 64px 0;
}
footer p {
	font-size: 14px;
	color: rgb(96, 96, 96);
	line-height: 20px;
	margin-bottom: 35px;
}
footer .wrapper-logo {
	width: 140px;
}
footer .wrapper-logo img {
	width: 100%;
}
footer ul {
	padding: 0;
	margin: 0;
}
footer ul li {
	list-style: none;
	text-align: right;
}
footer ul li a {
	color: #999;
	line-height: 1.4em;
	text-decoration: none!important
}
footer ul li a:hover {
	color: #3399ff;
}
@media(max-width: 992px) {
	footer {
		text-align: center;
	}
	footer .wrapper-logo {
		margin-left: auto;
		margin-right: auto;
	}
	footer ul {
		margin-top: 40px;
	}
	footer ul li {
		text-align: center;
	}
}



.agent {
	background: #264c7b;
	background: linear-gradient(135deg,#264c7b,#2984b8);
	color: #fff;
	padding-bottom: 70px;
	z-index: 999;
	position: relative;
}
.agent ul {
	padding-left: 0;
	margin: 10px 0;
}
.agent .h1 {
	font-family: 'Lato',sans-serif;
	font-size: 5.8em;
	color: #fff;
	text-shadow: #44536a 3px 2px 9px;
	line-height: 1.05;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 30px;
	padding-top: 70px;
}
.agent ul li {
	max-width: 100%;
}
.agent p {
	font-family: 'Lato',sans-serif;
	font-size: 21px;
	line-height: 1.4;
	text-shadow: #133c68 3px 2px 9px;
}
#agent {
    margin-top: -65px;
    padding: 2.25rem;
    background: #dadada;
    -webkit-box-shadow: 0 0 20px rgba(19,60,104,.2);
    box-shadow: 0 0 20px rgba(19,60,104,.2);
    border: 1px solid #d3d3d3;
}
#agent a {text-decoration: none;}
.agent #agent p {font-size: 1.2em;color: #606060;margin-bottom: 15px;text-shadow: none;}
#agent h1{color:#000;font-size:45px;line-height:1.2;font-weight:600;}
#agent h2.h3{text-transform:none;line-height:1.35;margin: 0;color: #7a7a7a;font-size: 16px;line-height: 1.75;font-weight: 400;text-transform: uppercase;}
#agent a[href^=tel]{color:#737373;font-size:27px;line-height:1.35;font-weight:800;}
#agent .social a{position:relative;display:inline-block;vertical-align:top;width:54px;height:54px;margin:.5rem .25rem;border-radius:50%;color:#fff;}
#agent .social a:active svg,#agent .social a:focus svg,
#agent .social a:hover svg{-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1);}
#agent .social a.facebook{background:#3b5998;}
#agent .social a.facebook:active,#agent .social a.facebook:focus,
#agent .social a.facebook:hover{background:#2a3f6c;}
#agent .social a.twitter{background:#1da1f2;}
#agent .social a.twitter:active,#agent .social a.twitter:focus,
#agent .social a.twitter:hover{background:#0b7fc6;}
#agent .social a.linkedin{background:#0077b5;}
#agent .social a.linkedin:active,#agent .social a.linkedin:focus,
#agent .social a.linkedin:hover{background:#004f78;}
#agent .social a svg{display:block;width:26px;height:26px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;}

@media(max-width: 768px) {
	.agent .h1 {
	    font-size: 3.6em;
	}
	#agent {
	    margin-top: 50px;
	}
}

.agent #agent p.lock-icon {
	position: relative; padding: 0 0 0 40px; text-align: left; font-size: 14px; margin: 1.5rem 0 0;
}

form {
	text-align: left;
	background: #fff;
}
.form-title h3 {
	color: #fff;
	background: #3b5998;		
	text-align: center;
	padding: 10px;
	margin: 0;
	font-family: 'Lato',sans-serif;
	margin-top: 30px;
}
form {
	padding: 30px 20px 30px 20px;
}
form .info {
	font-size: 12px;
	color: #dc3545;
}
form label {
	color : #606060;
}
form .form-control,
form .form-select {
	border-radius: 0;
}
form .btn {
	background: #393939;
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	border: 0;
}

.inner-mast {
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: cover!important;
	padding-top: 4em;
	padding-bottom: 4em;
	background-color: #eaeaea;
	text-align: center;
	position: relative;
}
.inner-mast:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(37,75,122,0.74);
}
.inner-mast h1 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 56px;
	color: #fff;
	z-index: 22;
	position: relative;
	margin: 0;
	padding: 0;
}
.inner-mast p {
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	margin: 15px 0 0 0;
	z-index: 22;
	position: relative;
}
@media(max-width: 768px) {
	.inner-mast h1 {
		font-size: 50px;
	}
}

.toggle {
	padding: 0;
	margin: 0;
}
.toggle li {
	padding: 10px;
	margin: 0;
	list-style: none;
}
.toggle li h5 {
	color: #333333;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.toggle li p {
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
	color: #7a7a7a;
	font-size: 16px;
	display: none;
}
.toggle li i {
	font-size: 1.8em;
	position: relative;
	top: -1px;
	margin-right: 10px;
	color: #F7BE68;
	display: inline-block;
	vertical-align: middle;
}
.toggle li.collapsed i {
	transform: rotate(180deg);
	transform-origin: center;
}
.faq {
	padding: 2em 0em 2em 0em;
}

.copy {
	padding: 2em 0em 2em 0em;	
}
.copy h2 {
	color: #3a3a3a;
	font-size: 30px;
	line-height: 39px;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.copy h3 {
    margin-top: 0 ;
    margin-bottom: .5em ;
    color: #264c7b ;
    font-weight: 500;
    font-size: 1.3em ;
    line-height: 1.25em ;
}
.copy p {
	margin-bottom: 1.6em;
	font-size: 16px;
	line-height: 30px;
	color: #7a7a7a;
}
.copy ul {
	list-style: disc;
	margin: 0 0 1.5em 3em;
	padding: 0;
}
.copy ul li {
	font-size: 16px;
	line-height: 30px;
	color: #7a7a7a;	
}
.copy a {
	color: #0d6efd;
	text-decoration: underline;
}
@media(max-width: 768px) {
	.copy h2 {
		font-size: 30px;
		line-height: 39px;
	}
	.copy h3 {
	    font-size: 19px;
	    line-height: 24px;
	}
	.copy p {
		font-size: 14px;
		line-height: 24px;
	}
	.copy ul {
		margin: 0 0 21px 43px;
	}
	.copy ul li {
		font-size: 14px;
		line-height: 24px;
	}
}