@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Bebas Neue Thin';
    src: url('../fonts/BebasNeue-Thin.woff2') format('woff2'),
        url('../fonts/BebasNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Light';
    src: url('../fonts/BebasNeueLight.woff2') format('woff2'),
        url('../fonts/BebasNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/BebasNeueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/BebasNeueBook.woff2') format('woff2'),
        url('../fonts/BebasNeueBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Bold';
    src: url('../fonts/BebasNeueBold.woff2') format('woff2'),
        url('../fonts/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk Light';
    src: url('../fonts/AktivGroteskW06-Light.woff2') format('woff2'),
        url('../fonts/AktivGroteskW06-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk Bold';
    src: url('../fonts/AktivGroteskW06-Bold.woff2') format('woff2'),
        url('../fonts/AktivGroteskW06-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/AktivGroteskW06-Regular.woff2') format('woff2'),
        url('../fonts/AktivGroteskW06-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.container.large {
    max-width: 1600px;
}




body{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, "sans-serif";
    font-family: 'Aktiv Grotesk';
	font-size: 18px;
	line-height: 1.4;
}
body, html{
	overflow-x: hidden;
}

*{
	box-sizing: border-box;
	position: relative;
}

img{
	max-width: 100%;
}

button:focus {outline:0;}

a{
	text-decoration: none;
	color: inherit;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

strong{
    font-family: 'Aktiv Grotesk Bold';
}

.clear, .clear-fix{
	clear: both;
}

p{
	margin: 0px 0px 24px 0px;
}

h1,h2,h3,h4,h5,h6,h7,h8{
	font-weight: normal;
	margin-bottom: 24px;
	margin-top: 0px;
}
h1, .h1{
	font-size: 72px;
	margin-bottom: 36px;
	line-height: 0.9;
}
h2, .h2{
	font-size: 64px;
	margin-bottom: 32px;
	line-height: 1.1;
}
h3, .h3{
	font-size: 44px;
	margin-bottom: 28px;
    font-family: 'Aktiv Grotesk Bold';
	color: #f18700;
}
h4, .h4{
	font-size: 22px;
	margin-bottom: 26px;
    font-family: 'Aktiv Grotesk Bold';
}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul,ol{
	margin-bottom: 24px;
}
ul.tick-list{
	
}
ul.tick-list li{
	padding-left: 40px;
	background-image: url(../../assets/images/tick-list-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 30px;
	display: block;
	margin-bottom: 3px;
	line-height: 28px;
	font-size: 22px;
}

.main_content ul{
	padding-left: 20px;
}
.main_content ul li{
	list-style: disc;
}


.text-colour-orange{
	color: #f68623;
}


select, input[type=radio], input[type=checkbox]{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius: 0;
}
select{
	padding-right: 50px;
	background-image: url(../../assets/images/78287d069c.svg);
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 12px 12px;
	cursor: pointer;
}
input::placeholder{
	font-weight: 300;
}
input:focus, select:focus{
	outline:none;
}


hr{
	margin: 38px 0px 30px 0px;
	border-width: 0px;
	border-bottom: rgba(0,0,0,0.38) 1px dotted;
}

.btn,
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	padding: 20px 40px;
	color: #fff;
    font-family: 'Aktiv Grotesk Bold';
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	background-color: #f18700;
	display: block;
	border-width: 0px;
	cursor: pointer;
}
.btn:hover,
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover{
	background-color: #175c7b;
}
.btn.btn-secondary{
	background-color: #175c7b;
}
.btn.btn-secondary:hover{
	background-color: #f18700;
}
.btn.btn-alt{
	background-color: #8badbd;
}
.btn.btn-alt:hover{
	background-color: #175c7b;
}


.container > .row, .container > .vc_row-wrapper > .vc_row{
	padding: 110px 0px;
}
.container > .row.small, .container > .vc_row-wrapper > .vc_row.small{
	padding: 60px 0px;
}
.container > .vc_row-fluid, .container-fluid > .vc_row-fluid{
	padding-left: 45px;
	padding-right: 45px;
}


.wow{
	visibility: hidden;
}





#site-wrapper{
	
}
#site-wrapper > .inner{
}





#site-header{
    padding: 46px;
    max-width: 1850px;
	margin-left: auto;
	margin-right: auto;
}
body.max-width #site-header{
	max-width: 9999px;
}
.alt-layout #site-header{
	padding: 46px 0px 0px 0px;
    margin: 0px 41px;
}
#site-header > .inner{
	padding-top: 90px;
}
.alt-layout #site-header > .inner{
	padding-top: 0px;
}
#site-header .logo{
	position: absolute;
	bottom: 2px;
	left: 80px;
}
#site-header .logo img{
	display: block;
	margin: -2px;
}
#site-header .contact-info{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #f18700;
	text-align: right;
	line-height: 1.4;
}
#site-header .contact-info a{
    font-family: 'Aktiv Grotesk Bold';
}






#main-nav{
	text-align: center;
	text-transform: uppercase;
}
.alt-layout #main-nav{
	text-align: left;
}
#main-nav ul{
	margin-bottom: 0px;
}
#main-nav ul > li{
	display: inline-block;
	vertical-align: middle;
}
.alt-layout #main-nav ul > li{
	display: block;
}
#main-nav ul > li > a{
	color: #175c7b;
	display: block;
    font-family: 'Aktiv Grotesk Bold';
	letter-spacing: 1px;
	vertical-align: middle;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#main-nav ul > li > a:hover,
#main-nav ul > li.current-menu-item a{
	color: #f18700;
}
.alt-layout #main-nav ul > li > a{
	font-size: 14px;
	padding: 3px 0px;
}
#main-nav ul > li > a:hover{
	
}
#main-nav ul > li > a:after{
	display: inline-block;
	margin: 0px 8px 0px 12px;
	height: 14px;
	width: 1px;
	background-color: #175c7b;
	content: '';
	vertical-align: middle;
    margin-top: -3px;
}
.alt-layout #main-nav ul > li > a:after{
	display: none;
}
#main-nav ul > li:last-child > a:after{
	display: none;
}


#site-body{
	padding: 0px 30px;
	max-width: 1800px;
	margin: auto;
}
body.max-width #site-body{
	max-width: 9999px;
}


#site-footer{
	background-color: #5d8da3;
	color: #fff;
	/*padding: 110px 0px 68px 0px;*/
	margin-top: 36px;
	font-size: 15px;
}
#site-footer img.logo{
	margin-bottom: 35px;
}
#site-footer h3{
	color: #fff;
	font-size: inherit;
	font-size: 20px;
	margin-bottom: 16px;
}
#site-footer p{
	margin-bottom: 0px;
	line-height: 1.6;
}
#site-footer a{
    font-family: 'Aktiv Grotesk Bold';
}
#site-footer ul{
	margin-bottom: 0px;
}
#site-footer ul li{
	margin-bottom: 5px;
}
#site-footer ul li a{
}
#site-footer .address{
	
}
#site-footer .address:before{
    display: block;
    position: absolute;
    top: 2px;
    left: -32px;
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 28px;
    content: "\f27d";
    font-style: normal;
    font-variant: normal;
}
#site-footer .email:before{
    display: block;
    position: absolute;
    top: -1px;
    left: -30px;
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    content: "\f1c6";
    font-style: normal;
    font-variant: normal;
}

#site-footer-base{
	padding: 22px 0px;
	background-color: #204c66;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
#site-footer-base .row{
	padding: 0px;
}
#site-footer-base ul{
	margin-bottom: 0px;
}
#site-footer-base ul li{
	display: inline-block;
}
#site-footer-base ul li:after{
	display: inline-block;
	content: '';
	height: 12px;
	width: 1px;
	background-color: #fff;
	margin: 0px 7px 0px 12px;
    position: relative;
    top: 1px;
}
#site-footer-base ul > li:last-child:after{
	display: none;
}
#site-footer-base ul li a{
	color: #fff;
	letter-spacing: 1px;
}

#site-footer .back-top-link{
	height: 58px;
	padding-right: 55px;
	background-image: url(../../assets/images/back-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	position: absolute;
	bottom: 28px;
	right: 28px;
	display: block;
	cursor: pointer;
}



.split-feature-block{
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100px;
}
.split-feature-block img{
	display: block;
	margin: 0px;
    width: 100%;
    height: auto;
}
.split-feature-block:before{
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	height: 100%;
	width: 40%;
	z-index: 1;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#040f1e+0,0c344f+26,104d68+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(4,15,30,1) 0%, rgba(12,52,79,0.74) 26%, rgba(16,77,104,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(4,15,30,1) 0%,rgba(12,52,79,0.74) 26%,rgba(16,77,104,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(4,15,30,1) 0%,rgba(12,52,79,0.74) 26%,rgba(16,77,104,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040f1e', endColorstr='#00104d68',GradientType=1 ); /* IE6-9 */
}
.split-feature-block:before,
.split-feature-block.light-fade-left:before{	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#124c72+0,104d68+100&0.5+0,0+100 */
background: -moz-linear-gradient(left, rgba(18,76,114,0.5) 0%, rgba(16,77,104,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(18,76,114,0.5) 0%,rgba(16,77,104,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(18,76,114,0.5) 0%,rgba(16,77,104,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80124c72', endColorstr='#00104d68',GradientType=1 ); /* IE6-9 */
}
.split-feature-block.hide-side-fade_left:before, .split-feature-block.hide-side-fade_both:before{
	display: none;
}
.split-feature-block:after{
	position: absolute;
	top: 0px;
	right: 0px;
	content: '';
	height: 100%;
	width: 30%;
	z-index: 1;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#104d68+0,124c72+99&0+0,0.5+97 */
background: -moz-linear-gradient(left, rgba(16,77,104,0) 0%, rgba(18,76,114,0.5) 97%, rgba(18,76,114,0.5) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(16,77,104,0) 0%,rgba(18,76,114,0.5) 97%,rgba(18,76,114,0.5) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(16,77,104,0) 0%,rgba(18,76,114,0.5) 97%,rgba(18,76,114,0.5) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00104d68', endColorstr='#80124c72',GradientType=1 ); /* IE6-9 */
}
.split-feature-block.content-right:after{
	position: absolute;
	top: 0px;
	right: 0px;
	content: '';
	height: 100%;
	width: 30%;
	z-index: 1;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#104d68+0,0c344f+78,040f1e+100&0+0,1+100 */
background: -moz-linear-gradient(left, rgba(16,77,104,0) 0%, rgba(12,52,79,0.78) 78%, rgba(4,15,30,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(16,77,104,0) 0%,rgba(12,52,79,0.78) 78%,rgba(4,15,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(16,77,104,0) 0%,rgba(12,52,79,0.78) 78%,rgba(4,15,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00104d68', endColorstr='#040f1e',GradientType=1 ); /* IE6-9 */
}
.split-feature-block.hide-side-fade_right:after, .split-feature-block.hide-side-fade_both:after{
	display: none;
}
.split-feature-block .content{
	width: 50%;
	text-align: center;
	background-color: rgba(15, 76, 106, 0.65);
	z-index: 5;
}
.split-feature-block.solid-bg .content{
	background-color: rgba(23, 92, 123, 1);
}
.split-feature-block.content-right .content{
	margin-left: auto;
	margin-right: 0px;
}
.split-feature-block.standard .content{
	text-align: left;
}
.split-feature-block .content > .inner{
	max-width: 800px;
	margin: auto;
	padding: 150px 50px;
}
.split-feature-block.standard .content > .inner{
	padding: 72px 80px;
}
.split-feature-block .content h2{
    font-family: 'Bebas Neue';
	font-family: 'Bebas Neue Bold';
	font-size: 65px;
	letter-spacing: 2px;
	line-height: 60px;
	padding: 0px 30px;
}
.split-feature-block.standard .content h2{
	font-size: 55px;
	padding: 0px;
}
.split-feature-block .content p{
	
}
.split-feature-block .content .btn{
	margin: auto;
	max-width: 360px;
}
.split-feature-block .content .btn:hover{
	background-color: #8badbd;
}
.split-feature-block.standard .content .btn{
	margin-left: 0px;
}



.image-cta-block{
    margin-bottom: 20px;
}
.image-cta-block .img{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 36px;
}
.image-cta-block .img img{
	width: 100%;
	height: auto;
}
.image-cta-block h3{
	font-size: 22px;
}
.image-cta-block p{
	
}
.image-cta-block .btn{
	margin-top: 45px;
}



.owl-dots{
	margin-top: 38px;
}
.owl-dots button{
	display: inline-block;
	width: 16px;
	height: 16px;
	border: #fff 1px solid !important;
	margin: 0px 5px;
	border-radius: 50%;
}
.owl-dots button.active{
	background-color: #fff;
}



#mobile-nav{
	position: fixed;
	top: 0px;
	right: -300px;
	height: 100%;
	width: 300px;
	background-color: #175c7b;
	color: #fff;
	transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	z-index: 100;
	padding: 105px 50px;
	text-align: right;
}
#mobile-nav.active{
	right: 0px;
}
#mobile-nav ul{
	margin-top: 30px;
}
#mobile-nav .closer{
	font-size: 32px;
	cursor: pointer;
}
#mobile-nav-toggle{
    font-size: 36px;
    color: #175c7b;
    display: none;
    position: absolute;
    bottom: -5px;
    right: 0px;
    cursor: pointer;
    line-height: 1;
}

.mobile-nav-cover{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #0e445d;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	pointer-events: none;
	z-index: 99;
}
body.mobile-nav-active .mobile-nav-cover{
	opacity: 0.8;
	pointer-events:auto;
}



.videojs-background-wrap {
	overflow:hidden;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index: -998;
}



.flipped-content{
	
}
.flipped-content.centered-body{
	
}

.flipped-content > .logo{
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 10;
    max-width: 290px;
}
.flipped-content.centered-body > .logo{
    left: 25%;
    transform: translate(-50%, 0px);
    margin-left: -10px;
}

.nav-col{
	
}
.nav-col.left-line:before{
	display: block;
	content: '';
	height: calc(100% - 60px);
	width: 1px;
	position: absolute;
	left: 5px;
	top: 60px;
	background-color: #bbbdbf;
    z-index: 1;
}
.nav-col .back-link{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	height: 58px;
	padding-right: 70px;
	line-height: 58px;
	text-transform: uppercase;
	background-image: url(../../assets/images/back-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	position: absolute;
	top: 28px;
	right: 28px;
}

.flipped-content .nav-col{
	float: right;
	width: 50%;
}
.flipped-content .nav-col > .inner{
	background-color: #175c7b;
	color: #fff;
	padding: 60px 66px;
}
.flipped-content .nav-col.orange > .inner{
	background-color: #f68623;
}
.flipped-content .nav-col.white > .inner{
	background-color: #fff;
}
.flipped-content .nav-col > .inner p{
    max-width: 430px;
}
.flipped-content .nav-col .side-image{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.flipped-content .nav-col.orange .side-image{
	background-color: #f68623;
}
.flipped-content .nav-col .side-image.bottom-image{
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 500px;
}
.flipped-content .nav-col .side-image img{
	width: 100%;
	height: auto;
}
.flipped-content .nav-col #main-nav{
	margin-bottom: 160px;
}
.flipped-content .nav-col.orange #main-nav,
.flipped-content .nav-col.white #main-nav{
	margin-bottom: 120px;
}
.flipped-content .nav-col.orange #main-nav:after,
.flipped-content .nav-col.white #main-nav:after{
	display: block;
	width: 80%;
	max-width: 428px;
	height: 5px;
	background-color: #175c7b;
	content: '';
	position: absolute;
	bottom: -50px;
}
.flipped-content .nav-col #main-nav li a{
	color: #fff;
}
.flipped-content .nav-col #main-nav li > a:hover,
.flipped-content .nav-col #main-nav li.current-menu-item a{
	color: #f18700;
}
.flipped-content .nav-col.orange #main-nav li > a:hover,
.flipped-content .nav-col.orange #main-nav li.current-menu-item a{
	color: #175c7b;
}
.flipped-content .nav-col.white #main-nav li a{
	color: #f18700;
}
.flipped-content .nav-col.white.blue-menu #main-nav li a{
	color: #175c7b;
}
.flipped-content .nav-col.white #main-nav li > a:hover,
.flipped-content .nav-col.white #main-nav li.current-menu-item a{
	color: #175c7b;
}
.flipped-content .nav-col.white.blue-menu #main-nav li > a:hover,
.flipped-content .nav-col.white.blue-menu #main-nav li.current-menu-item a{
	color: #f18700;
}
.flipped-content .nav-col .title{
	
}
.flipped-content .nav-col .title h1{
    font-family: 'Bebas Neue Bold';
	font-size: 160px;
    margin-left: -5px;
	margin-bottom: 0px;
	max-width: 500px;
}
.flipped-content .nav-col .title h2{
    font-family: 'Bebas Neue Bold';
	font-size: 80px;
    margin-left: -5px;
	margin-bottom: 0px;
	max-width: 490px;
}
.flipped-content .nav-col .title h1 span,
.flipped-content .nav-col .title h2 span{
	color: #175c7b;
}
.flipped-content .nav-col .title p{
	margin-top: 12px;
}
.flipped-content .nav-col.white .title h1,
.flipped-content .nav-col.white .title h2{
	color: #175c7b;
}
.flipped-content .nav-col .sub-title{
	max-width: 300px;
}
.flipped-content .nav-col .sub-title p{
	font-weight: bold;
}
.flipped-content .nav-col.white .sub-title p{
	color: #000;
}
.flipped-content .nav-col .btn {
    margin-right: auto;
    max-width: 360px;
	margin-top: 34px;
}

.content-col{
	
}
.content-col a:not(.btn){
	color: #175c7b;
	font-weight: bold;
}

.flipped-content .content-col{
	float: left;
	width: 50%;
	text-align: center;
	padding: 250px 35px 90px 0px;
}
.flipped-content .content-col.no-top-pad{
	padding-top: 0px;
}
.flipped-content .content-col.no-bottom-pad{
	padding-bottom: 0px;
}
.flipped-content .content-col.logo-col{
	padding: 60px 35px 45px 0px;
	padding: 126px 35px 45px 0px;
}
.flipped-content .content-col.full-width{
	float: none;
	width: 100%;
	padding: 0px;
}
.flipped-content.centered-body .content-col .btn{
    margin: auto;
    max-width: 360px;
}



.feature-title{
	color: #f18700;
    font-family: 'Bebas Neue Bold';
	font-size: 64px;
	text-align: left;
	text-transform: uppercase;
	line-height: 0.9;
}


.step-blocks{
	margin-bottom: 50px;
}
.step-block{
	max-width: 604px;
	margin: auto;
	margin-bottom: 25px;
}
.step-block:after{
	display: block;
	width: 8px;
	height: 85px;
	content: '';
	background-image: url(../../assets/images/vertical-dash.png);
	background-size: 100% 100%;
	margin: 18px auto 0px auto;
}
.step-blocks > .step-block:last-child:after{
	display: none;
}
.step-block .number,
.step-title .number{
	color: #fff;
	background-color: #f18700;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	line-height: 139px;
	margin: 0px auto 30px auto;
	text-align: center;
    font-family: 'Bebas Neue Bold';
	font-size: 100px;
}
.step-block .number.one,
.step-title .number.one{
    padding-right: 1%;
}
.step-block .title{
    color: #f18700;
    font-family: 'Bebas Neue Bold';
    font-size: 45px;
	letter-spacing: 1px;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1.1;
}
.step-block .sub-title{
	color: #f18700;
    font-family: 'Bebas Neue Bold';
	letter-spacing: 1px;
	font-size: 36px;
	margin-bottom: 20px;
	text-transform: uppercase;
    line-height: 1.1;
}
.step-block .intro{
	font-size: 20px;
	max-width: 385px;
	margin: auto;
}


.step-content{
    text-align: left;
}
.step-content a{
    text-decoration: underline;
}
.content-col.full-width .step-content{
    max-width: 100%;
}

.step-title{
	
}
.step-title .number{
	float: left;
	margin-right: 15px;
}
.step-title h2{
	color: #175c7b;
    font-family: 'Bebas Neue Bold';
	font-size: 64px;
	text-align: left;
	padding: 15px;
}


.step-content form{
    margin-bottom: 40px;
}
.step-content form .input-row{
	margin-bottom: 8px;
}
.step-content form label{
	margin-bottom: 6px;
	display: block;
}
.step-content form input[type=text],
.step-content form input[type=email],
.step-content form input[type=tel],
.step-content form select{
	width: 100%;
    max-width: 550px;
	border: #c2d5dc 1px solid;
	color: #175b7a;
	font-weight: 500;
    padding: 12px !important;
    font-size: 16px !important;
}
.step-content form select{
	padding-right: 28px !important;
}
.step-content form .btn{
	margin-left: 0px !important;
	margin-top: 40px !important;
}


.lenders-grid{
	margin-bottom: 50px;
    margin-top: 25px;
}
form .lenders-grid .lender-col{
	margin-bottom: 25px;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
form .lenders-grid .lender-col .image-frame{
	padding: 20px;
	border: #dce6eb 1px solid;
	display: block;
}
form .lenders-grid:hover .lender-col{
	opacity: 0.6;
}
form .lenders-grid .lender-col:hover{
	opacity: 1;
}
form .lenders-grid .lender-col:hover .image-frame{
	border-color: #175c7b;
}
form .lenders-grid .lender-col .image-frame .image{
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
}



.gform_wrapper{
	padding-top: 15px;
}
.gform_wrapper label.gfield_label {
    font-weight: 400;
    font-size: 18px !important;
    letter-spacing: 0px !important;
	margin-top: 18px;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
    margin: 7px 0px 5px 0px !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.gform_wrapper h2.gsection_title{
	border-width: 0px !important;
    color: #f18700;
    font-family: 'Bebas Neue';
    font-size: 45px;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1.1;
	letter-spacing: 1px !important;
}
.gform_wrapper .gf_progressbar_wrapper {
    margin: 50px 0 25px;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title{
	display: none;
}
.gform_wrapper .gf_progressbar,
.gform_wrapper .gf_progressbar:after{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.gform_wrapper .gf_progressbar_percentage span{
	font-size: 13px;
    line-height: 25px;
}
.gform_wrapper .gsection{
    border-width: 0px;
    margin-top: 30px !important;
    margin-bottom: 0px;
}
.gform_wrapper .gform_page_footer {
    margin: 14px 0;
    width: 100%;
    border-top: 0px dotted #CCC;
    padding: 36px 0 0;
    clear: both;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	
}

.gform_wrapper .gfield_required{
	display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px!important;
    border-top: 0px solid #C89797;
    border-bottom: 0px solid #C89797;
    padding-bottom: 0px;
    padding-top: 0px;
    box-sizing: border-box;
}
.gform_wrapper .validation_message {
    font-weight: 700;
    letter-spacing: normal;
    margin-top: 0px !important;
    padding-top: 6px !important;
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio{
    color: #cf0202;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
    font-size: 0.95em;
}
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select{
	margin-top: 10px;
}
body .gform_wrapper .top_label div.ginput_container.ginput_recaptcha{
	margin-top: 12px !important;
}




.gform_wrapper .gf_step span.gf_step_number {
    font-size: inherit;
    font-family: inherit;
    margin-right: 4px;
}

.button.gform_next_button{
	float: right;
}

.button.gform_previous_button{
	opacity: 0.5;
}
.button.gform_previous_button:hover{
	opacity: 1;
}



.current-mortgage-lender-logo{
	max-width: 230px;
	margin: 0px auto 40px;
}



#gform_1 #input_1_18{
	
}
#gform_1 #input_1_18 li{
	width: auto;
	display: inline-block;
	margin-right: 15px;
    padding: 8px 14px !important;
    border: #c2d5dc 1px solid;
    margin-bottom: 0px;
}
#gform_1 #input_1_18 li.radio-checked{
    border: #175c7b 1px solid;
    background-color: #175c7b;
    color: #fff;
}
#gform_1 #input_1_30,
.lender-choice-dropdown{
	border: #b9ced7 4px solid;
	padding: 18px 45px 18px 18px !important;
	font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px !important;
	background-size: 20px 20px;
	background-position: right 12px center;
}
.nav-col .lender-choice-dropdown{
	width: 80%;
    max-width: 428px;
	min-width: 350px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
	margin: 0px;
	cursor: pointer;
}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

.gform_wrapper .gfield_radio li label {
    margin: 0px;
	padding-left: 4px;
	white-space: nowrap;
	
	padding-left:45px;
	height:36px; 
	display:inline-block;
	line-height:36px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
	background-image:url(../../assets/images/csscheckbox_406a257df067365647b31a3cfa269330.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.gform_wrapper .gfield_radio li input[type=radio]:checked + label {
	background-position: 0 -36px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 15px 28px;
    font-size: 16px;
    display: inline-block;
}


.gform_wrapper ul.gfield_checkbox li.gchoice_1_22_1,
.gform_wrapper ul.gfield_checkbox li.gchoice_1_15_1,
.gform_wrapper ul.gfield_checkbox li.gchoice_1_45_1{
    padding: 8px 14px !important;
    border: #c2d5dc 1px solid;
}
.gform_wrapper ul.gfield_checkbox li.gchoice_1_22_1 label,
.gform_wrapper ul.gfield_checkbox li.gchoice_1_15_1 label,
.gform_wrapper ul.gfield_checkbox li.gchoice_1_45_1 label{
    display: block;
    width: 100%;
    margin: 0px;
    max-width: 100%;
    padding-right: 30px;
}
.gform_wrapper ul.gfield_checkbox li.gchoice_1_22_1 input,
.gform_wrapper ul.gfield_checkbox li.gchoice_1_15_1 input,
.gform_wrapper ul.gfield_checkbox li.gchoice_1_45_1 input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
    float: right;
    width: 25px !important;
    height: 25px !important;
}
 .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
    width: 20px !important;
    float: left;
    height: 20px !important;
    margin-top: 3px;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{
    font-weight: normal !important;	
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]{
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]+label{
	background-image:url(../../assets/images/csscheckbox_406a257df067365647b31a3cfa269330.png);
	background-position: right 10px top 0px;
	padding-right:41px;
	height:36px; 
	display:inline-block;
	line-height:36px;
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label{
	background-position: right 10px top -36px;
}

body .gform_wrapper ul li.gfield {
    padding-right: 0px !important;
	margin-top: 0px;
}
.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: 100%;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select{
	margin-bottom: 0px;
}



.gform_confirmation_wrapper {
    padding: 40px 0px 0px 0px;
    margin-top: 40px;
}



.standard-title-bar{
	padding: 100px 50px;
	color: #fff;
	background-color: rgba(23, 92, 123, 1);
}
.standard-title-bar h1 {
    font-family: 'Bebas Neue Bold';
    font-size: 65px;
    letter-spacing: 2px;
    line-height: 68px;
    padding: 0px 30px;
}


.footer-legals{
	font-size: 12px;
	text-transform: none;
	padding-top: 50px;
	padding-bottom: 50px;
}




.blog-body{
	color: #f18700;
}
.blog-body .title h1{
	color: #f18700 !important;
	margin-bottom: 45px !important;
	font-size: 130px !important;
}
.blog-body .intro-content{
	color: #f18700;
	font-size: 20px;
	font-weight: bold;
}



.blog-listings-wrapper{
    padding-right: 20px;
}
.blog-listings-wrapper .blog-item{
	margin-bottom: 72px;
}
.blog-listings-wrapper .blog-item .image-holder{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding-top: 70%;
	margin-bottom: 38px;
}
.blog-listings-wrapper .blog-item h2{
	font-size: 42px;
	color: #f18700;
	margin-bottom: 20px;
	font-weight: bold;
}
.blog-listings-wrapper .blog-item .date{
	font-size: 20px;
	margin-bottom: 22px;
	font-weight: bold;
}
.blog-listings-wrapper .blog-item .excerpt{
	margin-bottom: 20px;
}
.blog-listings-wrapper .blog-item .btn{
	color: #fff;
	text-decoration: none;
	width: 100% !important;
	max-width: 100% !important;
}



.post-body{
	
}
.post-body .post-title h1{
	color: #f18700;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 22px;
}
.post-body .post-date{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 22px;
}
.post-body .content{
	
}
.post-body .content h2,
.post-body .content h3{
	color: #f18700;
	font-size: 22px;
	font-weight: bold;
}
.post-body .btn{
	margin-left: 0px;
	max-width: 490px;
	margin-top: 52px;
}












