html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=tel], input[type=url], input[type=password],
input[type=text], input[type=email], input[type=reset],
input[type=button], input[type=submit], button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

textarea {
	resize: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 15px/24px 'Open Sans', sans-serif;
	color: #6c6c6d;
	background: #fff;
	-webkit-text-size-adjust: none;
}

input, textarea, select, button {
	outline: none;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	color: #309ff9;
}

a:hover {
	text-decoration: underline;
}


/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 1060px;
	margin: 0 auto;
}


/* Header
------------------------------------------------------------------------------*/

#header {
	position: absolute;
	top: 0;
	z-index: 9;
	left: 0;
	right: 0;
}

.logo {
	float: left;
	margin: 43px 7px 43px 1px;
	max-width: 400px;
}

.header-logo {
	font-family: "OpenSans","Raleway";
	font-size: 30px;
	font-weight: normal;
	line-height: 118px;
	color: #ffffff;
	float: left;
}

.form-page .header-logo {
	color: #36505d;
}

.header-logo .strong {
	font-weight: 500;
}

.header-logo .small {
	font-size: 24px;
}

.footer-logo {
	font-family: "OpenSans","Raleway";
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.5;
}

.footer-logo span.small {
	font-size: 22px;
}

.footer-logo img {
	height: 29px;
	width: auto;
}

.footer-logo .logo {
	margin: 0 9px 0 1px;
}

body.form-page {
	background-color: #f9f9fa;
}

.form-page #header {
	position: relative;
	z-index: 99;
	height: 80px;
	padding: 22px 0 0;
	overflow: hidden;
	border-bottom: 2px solid #edebeb;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);*/
	background: #ffffff;
}

.form-page .logo {
	float: left;
	margin: 0 7px 0 10px;
	max-width: 400px;
}

.form-page .header-logo {
	line-height: 30px;
	font-size: 28px;
	/*margin: 0 0 0 calc(50% - 146px);*/
	float: none;
	width: 100%;
	text-align: center;
	margin-left: -1px;
}

.form-page .header-logo .logo {
	height: 31px;
	margin: -4px 0px 0 0;
	float: none;
}

.form-page .header-logo .small {
	font-size: 22px;
}

.form-page .footer-logo {
	width: 250px;
	margin: 0 0 0 calc(50% - 122px);
	font-size: 22px;
	line-height: 24px;
}

.form-page .footer-logo .no-wrap {
	white-space: nowrap;
}

.form-page .footer-logo .logo {
	height: 28px;
	margin: 0 0 12px calc(50% - 18.5px);
}

.form-page .footer-logo .small {
	font-size: 18px;
}
/*
.form-page .logo {
	text-align: center;
	float: none;
	width: 290px;
	display: block;
	margin: auto;
}
*/

/* Navigation
------------------------------------------------------------------------------*/

#menu {
	overflow: hidden;
	padding: 50px 30px 0 0;
}

#menu ul {
	float: right;
}

#menu li {
	float: left;
	padding-left: 49px;
	font-size: 14px;
}

#menu a {
	color: #fff;
	display: block;
	padding-bottom: 1px;
}

#menu a:hover,
#menu .current a {
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

/* Misc */

.set-max-width-text { display:inline-block !important; }


/* Progress Bar
------------------------------------------------------------------------------*/

section.wrap-navigation {
	display: block;
}

@media (max-width: 479px) {
	.wrap-navigation .container {
		width: 300px !important;
		padding: 0 !important;
	}
}

.wrap-navigation {
	padding: 21px 0 11px; 
}
@media (max-width: 479px) {
	.wrap-navigation {
		padding: 16px 0 16px; 
	}
}

.progress-bar {
	width: 400px;
	height: 6px;
	background-color: #f0f0f0;
	margin: 0 auto;
}

.progress-bar div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 6px;
	width: 0;
	background-color: #5398c8;
}

.wrap-navigation .container {
	width: 1125px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 63px;
	padding-right: 63px;
	display: block;
}

.hr {
	border-top: 1px solid #ededef;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 479px) {
	.progress-bar {
		width: 300px;
	}
	
	.wrap-navigation .container {
		width: 300px;
	}
}

/* Content
------------------------------------------------------------------------------*/

#body {
	overflow: hidden;
	min-height: calc(100vh - 400px);
	background: #f9f9fa;
}

.title h2 {
	font-family: 'Architects Daughter', cursive;
	color: #309ff9;
	font-size: 42px;
	font-weight: 400;
	text-align: center;
	padding: 30px 0 0;
	line-height: normal;
}

.title h2:after {
	content: "";
	display: block;
	width: 154px;
	margin: 1px auto 0;
	height: 3px;
	background-color: #e2e3e4;
}

.title.white h2 {
	color: #fff;
}

.title.white h2:after {
	background-color: #fff;
}

.now-acc {
	position: fixed;
	bottom: 10%;
	left: 0;
	right: 0;
	z-index: 999;
	background: url(../img/bg_now.png) no-repeat;
	width: 219px;
	height: 212px;
	color: rgba(249, 249, 250, 0.8);
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	padding-top: 37px;
}

.now-acc p strong {
	font-size: 48px;
	font-weight: 600;
	color: #f9f9fa;
	padding: 12px 0;
	display: block;
}

.now-acc p span {
	font-size: 13px;
	line-height: 17px;
	padding-top: 2px;
	display: block;
}

.now-acc p {
	margin: 0 25px;
	padding: 0 0 0 50px;
	text-align: center;
}

.now-acc-small {
	font-family: Open Sans;
	font-size: 14px;
	position: fixed;
	bottom: 0;
	width: 100vw;
	height: 50px;
	color: #FFFFFF;
	background-color: #446773;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	z-index: 999;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px -4px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px -4px 6px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px -4px 6px;
}

.now-acc-small .apply-button-small {
	display: none;
	position: absolute;
	width: 120px;
	right: 0px;
	top: 20px;
	margin-right: 20px;
	margin-left: 10px;
}

.now-acc-small .text {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	padding-left: 8px;
}

.now-acc-small .num-spots {
	font-weight: bold;
	text-decoration: underline;
}

.now-acc-small .fa {
	margin-right: 10px;
	font-size: 16px;
}

.featured-body {
	background: #36505d url(../img/bg_head.jpg) no-repeat 100% 50%;
	position: relative;
	color: #fff;
	background-size: auto 100%;
	padding-top: 144px;
	padding-bottom: 81px;
}

.featured-body li {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	font-size: 17px;
	line-height: 40px;
	color: white;
	margin-left: 42px;
	background: url(../img/ico_list.png) no-repeat 0 12px;
	padding-left: 35px;
	font-weight: 400;
}

.featured-body li strong,
.featured-body li a {
	color: #309ff9;
	font-weight: 600;
}

.featured-body h4 {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	color: white;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	max-width: 630px;
	padding-bottom: 24px;
}

.featured-body h2 {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	color: white;
	font-family: Montserrat;
	font-size: 62px;
	font-weight: 700;
	padding-bottom: 23px;
	line-height: 64px;
}

.featured-body .btn-a {
	background: url(../img/ico_arrow.png) no-repeat;
	padding-left: 105px;
	margin: 39px 14px;
	padding-top: 3px;
}

.btn:hover {
	opacity: .9;
	text-decoration: none;
}

.btn.btn-alt-apply {
	font-family: Open Sans;
	color: #FFFFFF;
	background-color: #446773;
	height: 26px;
	width: 106px;
	border: 2px solid #FFFFFF;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -4px;
}

.btn.btn-green {
	color: white;
	font-size: 30px;
	font-weight: 400;
	min-width: 320px;
	padding: 0 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	line-height: 71px;
	height: 75px;
	background-color: #38bf6b;
	border: 2px solid white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.btn.btn-green:hover {
	background: #4cd37f;
	opacity: 1;
}

.btn.btn-outline {
	color: white;
	background-color: rgba(0, 0, 0, 0.0);
	font-size: 30px;
	font-weight: 400;
	width: 320px;
	text-align: center;
	display: inline-block;
	line-height: 71px;
	height: 75px;
	border: 2px solid white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.btn.btn-outline:hover {
	color: #309ff9;
	background-color: #fff;
	opacity: 1;
}

.keys {
	text-align: center;
	padding: 45px 0 50px;
	border-top: 6px solid #e2e3e4;
	position: relative;
	font-size: 0;
	background: url(../img/bg_texture.png);
}

.keys .down {
	background: url(../img/ico_down.png) no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: -25px;
	left: 0;
	margin: auto;
	right: 0;
}

.keys ul {
	margin: 0 -58px 0 -72px;
}

.keys li {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	padding: 0 50px;
}

.keys p {
	color: #6c6c6d;
	font-size: 16px;
	line-height: 24px;
}

.keys h4 {
	color: #309ff9;
	font-size: 20px;
	margin-bottom: -3px;
	font-weight: 400;
	line-height: 42px;
}

.keys .image {
	display: block;
	margin: auto;
	width: 105px;
	height: 105px;
	padding: 23px 0;
	margin-bottom: 11px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #e3e3e3;
}

.keys .image img {
	width: 60px;
	height: auto;
}

.how-works {
	padding: 40px 0 68px;
	background: url(../img/bg_grad.png) repeat-x;
	background-size: auto 100%;
}

.how-works .btn-c {
	text-align: center;
	padding: 65px 0 0;
}

.how-works .btn-c .btn {
	height: 75px;
	border: 0;
	box-shadow: none;
	line-height: 75px;
}

.how-works article {
	padding: 52px 0 12px;
	overflow: hidden;
}

.how-works h3 {
	color: #309ff9;
	font-size: 25px;
	padding-bottom: 14px;
	font-weight: 400;
}

.how-works p {
	padding-bottom: 25px;
}

.how-works .image.left {
	float: left;
	margin-top: -7px;
	margin-left: 0;
	margin-right: 13%; 
	width: 43%;
}

.how-works .text {
	overflow: hidden;
}

.how-works ul {
	margin: -6px 0 0;
}

.how-works li {
	font-size: 15px;
	line-height: 30px;
	background: url(../img/ico_list_b.png) no-repeat 0 8px;
	padding-left: 30px;
	font-weight: 400;
}

.how-works .image {
	width: 48%;
	margin-left: 7%;
	text-align: center;
	margin-top: -38px;
	float: right;
}

.iva-qua {
	background: #309ff9;
	padding: 30px 0 64px;
}

.iva-qua h3 {
	font-size: 25px;
	font-weight: 400;
	padding-bottom: 18px;
}

.iva-qua p {
	font-size: 15px;
	padding-bottom: 16px;
	line-height: 24px;
	clear: both;
}

.iva-qua .half {
	float: left;
	width: 41%;
}

.iva-qua ul {
	overflow: hidden;
	padding-bottom: 10px;
}

.iva-qua li {
	font-size: 15px;
	background: url(../img/ico_list.png) no-repeat 4px 4px;
	padding-left: 35px;
	padding-bottom: 6px;
	line-height: 24px;
}

.iva-qua section {
	font-size: 0;
	padding-top: 61px;
}

.iva-qua article:nth-child(2n+2) {
	padding-left: 59px;
	padding-right: 0;
}

.iva-qua article {
	display: inline-block;
	padding-right: 50px;
	vertical-align: top;
	color: #fff;
	width: 50%;
}

.iva-qua .btn-c {
	text-align: center;
	padding: 37px 0 0;
}

.iva-example {
	background: url(../img/bg_foot.jpg) no-repeat 50% 100% #fff;
	background-size: 100% auto;
	padding: 17px 0 49px;
}

.iva-example .box:after {
	content: "";
	display: block;
	clear: both;
}

.iva-example .box {
	border-radius: 10px;
	margin: 48px 0;
	background-color: white;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.iva-example h4 {
	color: white;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	padding: 7px;
	text-align: center;
	margin-bottom: 27px;
	background-color: #309ff9;
	border-radius: 8px;
}

.iva-example .num {
	width: 144px;
	color: #6c6c6d;
	text-align: center;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	padding: 5px;
	background-color: #ececec;
	border-radius: 8px;
	float: right;
}

.iva-example .total {
	padding-top: 15px;
}

.iva-example .total .num {
	color: #309ff9;
	font-family: 'Architects Daughter', cursive;
	font-size: 27px;
}

.iva-example .total .label {
	color: #309ff9;
	font-family: 'Architects Daughter', cursive;
	font-size: 27px;
	padding: 0;
	font-weight: 400;
	line-height: 38px;
}

.iva-example .label {
	float: left;
	padding-top: 5px;
	padding-right: 150px;
	margin-right: -150px;
	width: 100%;
	line-height: 28px;
}

.iva-example .left li {
	overflow: hidden;
	font-size: 17px;
	color: #6c6c6d;
	padding-bottom: 6px;
}

.iva-example .left:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../img/bg_list.png) no-repeat 0 50%;
	margin-right: -29px;
	width: 29px;
}

.iva-example .left {
	float: left;
	position: relative;
	border-radius: 10px 0 0 10px;
	padding: 57px 54px 45px;
	width: 418px;
	background: url(../img/bg_texture.png);
}

.iva-example .right {
	width: 642px;
	float: left;
	position: relative;
	padding: 57px 54px 45px 50px;
}

.iva-example .cols {
	position: relative;
	margin: 35px -40px 21px;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform  0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.iva-example .stats {
	text-align: center;
	overflow: hidden;
	padding: 10px 0 0;
	margin: 0 -30px;
	font-size: 0;
}

.iva-example .btn-c {
	text-align: center;
	padding: 22px 0;
}

.iva-example .stat {
	display: inline-block;
	vertical-align: top;
	padding: 0 50px;
	position: relative;
}

.iva-example .stat + .stat:before {
	content: "";
	width: 2px;
	height: 33px;
	opacity: 0.12;
	top: 12px;
	background-color: #5e5e5e;
	position: absolute;
	left: 0;
}

.iva-example .stats h6 {
	color: #6c6c6d;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
}

.iva-example .stats .tl {
	color: #309ff9;
	font-family: 'Architects Daughter', cursive;
	font-size: 38px;
	font-weight: 400;
	line-height: 24px;
}

.iva-example .col h6 {
	color: #309ff9;
	font-size: 55px;
	padding-top: 60px;
	padding-bottom: 8px;
	font-weight: 700;
	line-height: 24px;
}

.iva-example .col p {
	color: #5e5e5e;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
}

.iva-example .redused strong {
	display: block;
	line-height: normal;
	margin-top:-10px;
	font-size: 55px;
	font-weight: bold;
}

.iva-example .redused {
	background: url(../img/bg_bouble.png) no-repeat;
	width: 200px;
	height: 190px;
	position: absolute;
	margin: -83px -135px;
	bottom: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding: 40px;
	padding-left: 50px;
	line-height: 18px;
	letter-spacing: .5px;
}

.iva-example .circle {
	background: url(../img/bg_circleg.png) no-repeat 50% 50%;
	width: 240px;
	height: 240px;
	margin: auto;
	text-align: center;
	padding-top: 40px;
}

.iva-example .circle.half {
	background: url(../img/bg_circle.png) no-repeat 50% 50%;
}

.iva-example .col + .col:before {
	content: "";
	position: absolute;
	background: url(../img/bg_div.png) no-repeat;
	width: 54px;
	height: 23px;
	left: -27px;
	top: 50%;
	margin-top: 2px;
}

.iva-example .col {
	float: left;
	width: 50%;
	position: relative;
}

.iva-example .cols:after {
	content: "";
	display: block;
	clear: both;
}

.iva-example h5 {
	color: #234b6c;
	font-family: 'Architects Daughter', cursive;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 24px;
}

/* Form
------------------------------------------------------------------------------*/

.safe {
	text-align: center;
	color: rgba(201, 201, 201, .75);
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	margin: -13px 0 22px;
	position: relative;
}

.safe:before {
	background: url(../img/ico_lock.png) no-repeat;
	width: 10px;
	height: 11px;
	vertical-align: top;
	margin-right: 7px;
	margin-top: 1px;
	content: "";
	display: inline-block;
}

.final-form-animated {
	position: relative;
}

.c-box .right-side {
	overflow: hidden;
	text-align: center;
	padding: 40px 0 15px;
}

.c-box .right-side .stats {
	text-align: center;
	overflow: hidden;
	padding: 0 0 29px;
	margin: 0 -20px;
	font-size: 0;
}

.c-box .right-side h4 {
	display: inline-block;
	background-color: #309ff9;
	border-radius: 8px;
	color: white;
	font-size: 15px;
	font-weight: 600;
	padding: 0 15px 3px;
	padding-top: 4px;
	line-height: 26px;
}

.c-box .right-side .stat {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	position: relative;
}

.c-box .right-side .stat + .stat:before {
	content: "";
	width: 1px;
	height: 33px;
	opacity: 0.12;
	top: 12px;
	background-color: #5e5e5e;
	position: absolute;
	left: 0;
}

.c-box .right-side .stats h6 {
	color: #8d8e90;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.c-box .right-side .stats .tl {
	color: #309ff9;
	font-size: 27px;
	font-weight: 600;
	line-height: 22px;
}

.c-box .left-side h3:after {
	display: block;
	content: "";
	width: 137px;
	margin: 25px 0 22px;
	height: 3px;
	background-color: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.c-box .left-side h3 {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	color: white;
	font-weight: 600;
	line-height: 44px;
	font-size: 28px;
}

.c-box .left-side .remain .rt {
	overflow: hidden;
	color: white;
	line-height: 17px;
	display: block;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.c-box .left-side .remain .numtxt1 .rt {
	display: inline-block;
	text-align: left;
}

.c-box .left-side .remain strong.sm {
	font-size: 34px;
	padding-top: 2px;
}

.c-box .left-side .remain strong {
	float: left;
	width: 76px;
	color: white;
	font-family: Montserrat;
	margin: -10px 0;
	font-size: 42px;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
}

.c-box .left-side .remain .numtxt1 {
	display: inline-block;
}
.c-box .left-side .remain .numtxt1 strong {
	line-height: 42px;
	margin-top: -5px;
	width: auto;
	display: inline-block;
	text-align: right;
}

.c-box .left-side .remain {
	background-color: rgba(0, 0, 0, 0.24);
	border-radius: 10px;
	padding: 12px 15px 9px;
	margin: 8px 0 -4px;
	overflow: hidden;
}

.c-box .left-side .remain.spots-remaining-container {
	text-align: center;
	height: 55px;
}

.c-box .left-side p {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	color: white;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	padding-bottom: 22px;
}

.c-box .left-side h3 span {
	font-size: 47px;
	display: block;
}

.c-box .left-side {
	float: left;
	background: #309ff9;
	position: relative;
	color: #fff;
	padding: 32px 48px 53px 40px;
	width: 365px;
	height: 512px;
}

.c-box .left-side:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 50px;
	background: url(../img/bg_form_b.png) no-repeat 50% 50%;
	content: "";
}

.step-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	display: none;
	left: 0;
	right: 0;
	z-index: 999;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
}

.form3-page + .step-modal {
	background-color: unset;
}

.step-modal.active {
	display: block;
}

.step-modal .table {
	height: 100vh;
	width: 100%;
	display: table;
}

.step-modal .c-box {
	overflow: hidden;
	width: 962px;
	margin: auto;
	max-width: 100%;
	position: relative;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.3);
}

.step-modal .cell {
	display: table-cell;
	vertical-align: middle;
	width: 100vw;
	padding: 20px;
}

.form-body {
	padding-bottom: 20px;
}

.logos {
	text-align: center;
	margin: -15px 0 12px;
}

.form-body .btn.btn-green {
	display: block;
	text-align: center;
	border: 0;
	margin: 0;
	min-width: 0;
	margin-bottom: 20px;
	box-shadow: none;
	width: 100%;
	height: auto;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	padding: 20px 20px 19px;
}

.form-body .btn-c {
	position: relative;
}

.form-page .container {
	width: 405px;
	padding: 0;
	position: relative;
}

.container.form-container {
}

.form-body .last + .bot {
	display: none;
}

.form-body .bot {
	padding: 18px 0;
	box-shadow: inset 0 1px #fff;
	border-top: 1px solid #ededef;
}

.form-body .content {
	padding: 31px 0;
	/*box-shadow: inset 0 1px #fff;*/
}

.form-body h4 {
	color: #626262;
	font-size: 17px;
	text-align: center;
	font-weight: 400;
}

.form-body h4.final-form-sub-subhead {
	color: #309ff9;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: -15px;
}

.form-body .ui-slider-handle:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background-color: #5fb836;
	background-image: linear-gradient(to top, #309ff9 0%, #309ff9 100%);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
}

.form-body .ui-slider-range {
	position: absolute;
	height: 6px;
	background-color: #e6e5e5;
	border-radius: 2px;
}

.form-body .ui-slider-handle {
	display: block;
	position: absolute;
	top: -18px;
	margin-left: -22px;
	cursor: pointer;
	width: 44px;
	outline: none;
	height: 44px;
	background-color: #6c6c6c;
	background-image: linear-gradient(to top, #d7d7d7 0%, #eee 100%);
	border: 1px solid #bababa;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 2px 1.6px 1.4px rgba(255, 255, 255, 0.39);
}

.form-body .slider {
	height: 8px;
	position: relative;
	margin: 57px 0 14px;
	background-color: #f9f9f9;
	border: 1px solid #cecece;
	border-radius: 2px;
}

.form-body input {
	width: 134px;
	margin: 46px auto 30px;
	display: block;
	text-align: center;
	padding: 10px;
	height: 58px;
	background-color: #f2efef;
	border: 1px solid #cecece;
	color: #309ff9;
	font-size: 20px;
	font-weight: 600;
	line-height: 34px;
	border: 2px solid #e0e1e2;
}

.final-form-next-optional {
	display: none;
}

.checkbox {
	padding: 25px 0 0;
	font-size: 0;
	margin: 0 -3px -5px -2px;
}

.checkbox.full label {
	width: auto;
	display: block;
	text-align: center;
	font-size: 15px;
}

.checkbox label:hover {
	background: #e0e0e0;
}

.checkbox label.checked {
	background: #309ff9;
	color: #fff;
}

.checkbox label {
	color: #6c6c6d;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 5px 2px; 
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	padding: 20px 20px;
	width: 200px;
	background-color: #ececec;
	border-radius: 5px;
}

.pager {
	text-align: center;
	font-size: 0;
	overflow: hidden;
	padding: 16px 0 23px;
}


.step-list {
	margin: 0;
	padding: 11px;
	list-style: none;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.step-list li {
	display: table-cell;
	vertical-align: top;
}


.step-list li .bullet {
	transition:all 0.5s ease;
	transition-delay:0.25s;
}
.step-list li.active .bullet {
	background-color: #6394b8;
	border-color: #4c6c84;
}

.step-list li.filled .bullet:before {
	display: block;
}

.step-list li:first-child {
	width: 0;
}

.step-list .step2 {
	position: relative;
	height: 2px;
	background: #dcdcdc;
}

.step-list .step2:before {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	height: 2px;
	background: #6394b8;
	transition: width 0.5s ease;
}


.step-list li.active .step2:before {
	width: 100%;
}

.step-list .bullet {
	position: absolute;
	top: -9px;
	right: -9px;
	z-index: 2;
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid #dcdcdc;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;	
}

.step-list li.filled .bullet {
	background-image: url(../img/ico_check.png);
}





.step {
	display: none;
	position: relative;
}

.step.active {
	display: block;
}

.c-box .btn-c {
	width: 405px;
	margin: auto;
	padding: 7px 0 18px;
	display: block;
}

.c-box .btn-c .btn {
	width: auto;
	border: 0;
	margin: auto;
	box-shadow: none;
	font-size: 26px;
	min-width: 0;
	padding-top: 5px;
	display: block;
}

.c-box .circle h6 {
	color: #309ff9;
	font-size: 52px;
	padding-top: 80px;
	padding-bottom: 8px;
	font-weight: 700;
	line-height: 24px;
}

.c-box .circle p {
	color: #5e5e5e;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
}

.c-box .circle {
	position: relative;
	display: block;
	width: 204px;
	height: 204px;
	margin: 12px auto;
}

.c-box .circle .knob > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	background: url(../img/bg_foot.png);
	padding: 58px 0;
	color: rgba(255, 255, 255, .5);
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
	text-align: justify;
}

#footer p {
	padding-bottom: 17px;
}

#footer .copy ul {
	line-height: 15px;
	font-size: 0;
}

#footer .copy p {
	padding-bottom: 8px;
}

#footer .copy li {
	font-size: 13px;
	vertical-align: top;
	display: inline-block;
}

#footer .copy li + li:before {
	content: "|";
	padding: 0 5px;
	display: inline-block;
}

#footer .copy li a {
	color: #309ff9;
}

#footer .copy {
	padding-top: 7px;
	font-size: 13px;
	font-family: "Lato";
}

#footer .logo-f {
	padding-top: 0;
	border-bottom: 1px solid #4c4c4a;
	padding-bottom: 13px;
	margin-bottom: 20px;
}

.form-page #footer {
	padding: 54px 0;
	text-align: center;
}

.form-page #footer .copy li {
	color: #3f749a;
}

.form-page #footer .copy {
	border: 0;
	padding-bottom: 0;
}

.form-page #footer .copy ul {
	padding-top: 37px;
}

.form-page #footer .copy p {
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}

.form-page #footer .logo-f {
	border: 0;
	padding: 0 0 19px;
	margin: 0;
}

.form-page #footer .copy li a {
	color: rgba(255, 255, 255, .5);
	text-decoration: underline;
}

.form-page #footer .copy li a:hover {
	text-decoration: none;
}

.inline-check label.checked:after {
	position: absolute;
	height: 7px;
	content: "";
	width: 11px;
	top: 25px;
	left: 10px;
	margin: -5px 0 0 -6px;
	border: 3px solid #5398c8;
	border-width: 0 0 4px 4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.inline-check.consent-new label.checked:after {
	height: 14px;
	width: 22px;
	margin: -8px 0 0 -2px;
}

.inline-check label:before {
	content: "";
	left: 0;
	top: 16px;
	position: absolute;
	width: 19px;
	height: 19px;
	background-color: white;
	border: 2px solid #e0e1e2;
}

.inline-check.consent-new label:before {
	width: 38px;
	height: 38px;
	top: 8px;
}

.error .inline-check label:before {
	content: "";
	left: 0;
	top: 16px;
	position: absolute;
	width: 19px;
	height: 19px;
	background-color: white;
	border: 1px solid #fe4444;
}

.error .inline-check.consent-new label:before {
	top: 8px;
	width: 38px;
	height: 38px;
}

.inline-check label {
	position: relative;
	padding-left: 32px;
	padding-top: 12px;
	display: block;
	color: #a3a1a1;
	font-size: 13px;
	font-weight: 400;
	/*margin-bottom: 35px; */
	line-height: 18px;
}

.inline-check.consent-new label {
	padding-top: 6px;
	margin-bottom: 0;
}

fieldset.consent-check-combined .inline-check.consent-new label {
	margin-bottom: 0;
}

fieldset.consent-check-combined .form-control:last-of-type {
	margin-bottom: 35px;
}

.inline-check.consent-new label {
	padding-left: 51px;
}

.inline-check a:hover {
	text-decoration: none;
}

.inline-check a {
	color: inherit;
	text-decoration: underline;
}

.form-field.text-input-adjust input[type=text],
.form-field.text-input-adjust input[type=tel],
.form-field.text-input-adjust input[type=email],
.form-field.textarea-adjust textarea {
	font: 15px/1.6 "Open Sans","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-size: 15px;
        width: 100%;
	box-sizing: border-box;
	padding: 0 44px 0 20px;
        height: 63px;
	/* margin: 0 auto 10px; */
	max-width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	background-color: #fcfcfc;
	border: 2px solid #e0e1e2;
        display: block;
        background-color: #fcfcfc;
        color: #828282;
        font-weight: normal;
        line-height: 34px;
	box-shadow: none;
}

.form3-page .form-field.text-input-adjust input[type=text],
.form3-page .form-field.text-input-adjust input[type=tel],
.form3-page .form-field.text-input-adjust input[type=email],
.form3-page .form-field.textarea-adjust textarea {
	width: 340px;
}

.form-field textarea,
.form-field input {
	background: #fff;
	padding: 0 39px 0 15px;
	margin: 0;
	border: 0;
	width: 100%;
	height: 43px;
	text-align: left;
	color: #309ff9;
	font-size: 15px;
	font-weight: 400;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	font: 15px/1.6 "Open Sans","Arial","Helvetica Neue","Helvetica",sans-serif;
}

input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
	color: #b3b3b3;
	opacity: 1;
}

.form-field.text-input-adjust input[type="text"]:-webkit-autofill,
.form-field.text-input-adjust input[type="tel"]:-webkit-autofill,
.form-field.text-input-adjust input[type="email"]:-webkit-autofill,
.form-field.text-input-adjust input[type="search"]:-webkit-autofill,
.form-field.text-input-adjust input[type="password"]:-webkit-autofill, 
.form-field.text-input-adjust textarea:-webkit-autofill,
.form-field.text-input-adjust input[type="text"]:-webkit-autofill:focus,
.form-field.text-input-adjust input[type="tel"]:-webkit-autofill:focus,
.form-field.text-input-adjust input[type="email"]:-webkit-autofill:focus,
.form-field.text-input-adjust input[type="search"]:-webkit-autofill:focus,
.form-field.text-input-adjust input[type="password"]:-webkit-autofill:focus, 
.form-field.text-input-adjust textarea:-webkit-autofill:focus {
	background-color: #fcfcfc !important;
	color:#828282 !important;
	font-size: 15px;
	-webkit-text-fill-color: #828282 !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b3b3b3;
}

.form-field.text-input-adjust input[type='text']:focus,
.form-field.text-input-adjust input[type='tel']:focus,
.form-field.text-input-adjust input[type='email']:focus,
.form-field.text-input-adjust input[type='search']:focus,
.form-field.text-input-adjust input[type='password']:focus,
.form-field.text-input-adjust input[type='url']:focus,
.form-field.text-input-adjust textarea:focus {
	outline: none;
	border-color: #95cce4;
	box-shadow: 0 0 20px rgba(149, 204, 228, 0.4); }

.form-field + .form-field {
	margin-top: 15px;
}

.head-r {
	margin: -31px -88px 26px;
	background-color: #309ff9;
	border-radius: 10px;
	font-size: 0;
	overflow: hidden;
	padding: 0 3px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

.head-r .rt {
	overflow: hidden;
	color: white;
	line-height: 17px;
	display: block;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 10px;
}

.head-r .numtxt1 .rt {
	display: inline-block;
	text-align: left;
}

.head-r strong.sm {
	font-size: 34px;
	/*padding-top: 2px;*/
}

.head-r strong {
	float: left;
	/* min-width: 45px; */
	color: white;
	font-family: Montserrat;
	margin: -10px 0;
	font-size: 42px;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
	text-align: right;
}

.head-r .numtxt1 strong {
	line-height: 42px;
	text-align: center;
	margin-top: -5px;
	
}

.head-r .remain {
	background-color: rgba(0, 0, 0, 0.24);
	border-radius: 10px;
	padding: 12px 15px 9px;
	margin: 7px 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-right: .7%;
	margin-left: .7%;
	width: 48.6%;
}

.head-r .remain-spot-remmaining-container {
	text-align: center;
	padding-bottom: 0px;
}


.head-r.no-spots-remaining .remain:nth-child(2) {
	width: 98.5%;

}

.head-r .remain.time-remaining-container strong {
	font-size: 36px;
}
.head-r .remain.time-remaining-container .rt {
	line-height: 15px;
}

.head-r .remain.time-remaining-container {
	height: 55px;
}



/*.spots-remaining-container .rt{

}*/

.hide {
	display: none !important;
}

.form-body .content.last {
	border: 0;
	box-shadow: none;
}

.step .head h3 {
	color: #309ff9;
	font-size: 26px;
	font-weight: 600;
	margin-right: -10px;
	padding-bottom: 12px;
	line-height: 34px;
}

.step .head {
	position: relative;
	color: #838383;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	box-shadow: 0 1px #fff;
	margin-bottom: -26px;
	padding-bottom: 14px;
	z-index: 9;
	border-bottom: 1px solid #ededef;
}

.step .head:before {
	content: "";
	margin: 0 -100px;
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: -10px;
	left: 0;
	right: 0;
	background: url(../img/bg_arrows.png) no-repeat 50% 100%;
}

.step.last .bot {
	margin-top: -16px;
	padding-top: 12px;
}

.step.last.form3-last .bot {
	margin-top: 32px;
	padding-top: 12px;
}

.form3-page .step.last.form3-last .bot {
	margin-top: 18px;
}

.no-consent-on-last-page .step.last .bot {
	margin-top: 0;
}

.form-field.textarea {
	height: 115px;
}

.form-field textarea[name=description] {
	padding: 13px 15px;
	min-height: 113px;
}

.form-field.address-finder {
	height: auto;
}

.form-field.address-finder label {
	height: 98%;
}

.field-error-message.error-address_finder {
	padding-bottom: -2px;
}

.form-field.textarea.has-address-finder {
	margin-top: 16px;
}

.form-field label {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 45px;
	/* margin: -1px; */
	text-align: center;
	line-height: 43px;
	background-color: whitesmoke;
	border-right: 1px solid #dad9d9;
}

.form-field:not(.text-input-adjust) {
	position: relative;
	margin-top: 16px;
	padding-left: 45px;
	height: 45px;
	background-color: white;
	border: 1px solid #dad9d9;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.form-field.text-input-adjust, .form-field.textarea-adjust {
	width: 100%;
	margin: 0 auto 10px;
}

.form3-page .form-field.text-input-adjust, .form3-page .form-field.textarea-adjust {
	width: 340px;
}

.form-field.form-field-first {
	margin-top: 43px;
}

.form-field.text-input-adjust.error:not(.form-field-first) {
	margin-top: 10px;
}

.form-field.text-input-adjust + .field-error-message {
	width: 100%;
}

.form3-page .form-field.text-input-adjust + .field-error-message {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
}

.field-error-message.last-page-adjustment.error-mobile {
	margin-bottom: 10px;
}

.step .loading {
	text-align: center;
	padding: 40px 0;
}

.step .loading .big {
	color: #4c6c84;
	display: block;
	padding: 7px 0 40px;
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
}

/*popup */
.popup-overlay { position:fixed; z-index:0; left:0px; right:0px; bottom:0px; top:0px; background:rgba(0,0,0,0.50); display:none; z-index:99999;}
.popup-box {
	position: fixed;
	z-index: 999999;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 170px;
	background: white;
	border: 5px solid #d7d6d6;
	display: none;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 0px;
	font: 16px/1.2 "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}
.popup-box2 {
	margin-top: -150px;
}
.popup-box .popup-close { position:absolute; right:-15px; top:-15px; cursor:pointer; }
.popup-box .popup-header {
	background-color: #309ff9;
	text-align: center;
	color: white;
	font-weight: bold;
	height: 45px;
	padding-top: 9px;
	border-bottom: 5px solid #d7d6d6;
}
.popup-box .popup-content {
	text-align: justify;
	padding: 10px 20px 0px 10px;
	position: absolute;
	left: 0px;
	top: 45px;
	right: 0px;
	bottom: 0px;
	overflow-y: auto;
}
.popup-box .popup-content iframe { position:absolute; left:0px; top:0px; right:0px; bottom:0px; width:100%; height:100%;}

.mobile .popup-box { position:fixed; max-height:450px; top:0px; bottom:0px; margin:auto auto; }

.popup-box table p {
	margin: 15px 0 15px;
}

.head-r strong.num-spots {
	/* padding-left: 15px; */
	/*min-width: 68.6px;*/
	text-align: right;
}

.numtxt1 {
	display: inline-block;
	line-height: 22px;
}
.head-r div.spots-remaining-container {
	padding-left: 18px;
	padding-bottom: 0px;
	text-align: center;
	height: 55px;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.mobile_short_qualify_form .step .head.final-form-next-optional h3.shift-up {
	padding-top: 0;
}

.testimonial {
	border: 1px solid #DDDDDD;
	border-top: 5px solid #DDDDDD;
	background-color: #F4F4F4;
	position: relative;
	padding: 15px;
	margin-bottom: 28px;
	font-size: 14px;
	font-family: "Open Sans";
}
.testimonial:after {
	content: '';
	width: 16px;
	height: 16px;
	background-color: #F4F4F4;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	transform: rotate(45deg);
	position: absolute;
	left: 30px;
	bottom: -9px;
}
.testimonial-signature {
	margin-bottom: 28px;
	padding-left: 24px;
	color: #6394b8;
	font-weight: bold;
}
/* Media
------------------------------------------------------------------------------*/ 

@media screen and (min-width: 1501px) {
	.now-acc-small {
		display: none;
	}
	.spots-remaining-container .rt{
	padding-left: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
	.now-acc {
		display: none;
	}
	.spots-remaining-container .rt{
	padding-left: 10px;
	}
}

@media screen and (max-width: 1080px) {
	.now-acc-small {
		height: 70px;
	}
	
	.now-acc-small .text {
		padding-top: 6px;
		line-height: 26px;
		height: 70px;
		width: calc( 100vw - 140px );
		display: inline-block;
		text-align: left;
	}
	
	.now-acc-small .text .btn {
		display: none;
	}
	
	.now-acc-small .apply-button-small {
		display: inline-block;
	}
}

@media screen and (max-width: 1330px) {

	.featured-body {
		background-position: 300px 50%;
	}

	.iva-example .redused {
		-ms-transform: scale(.6);
		-webkit-transform: scale(.6);
		transform: scale(.6);
		margin-bottom: -60px;
		margin-right: -60px;
	}

}

@media screen and (max-width: 1100px) {

	.featured-body {
		background-position: 160px 50%;
	}

	.iva-example .right,
	.iva-example .left {
		padding: 20px;
	}

	.iva-example .left {
		width: 39%;
	}

	.iva-example .right {
		width: 61%;
	}

	.iva-example .stat {
		padding: 0 20px;
	}

	.iva-example .stats .tl {
		font-size: 30px;
	}

	.iva-example .cols {
		margin: -0px -20px 0;
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}

	.keys ul {
		margin: 0 -20px;
	}

	.how-works .image {
		width: 40%;
		margin-left: 5%;
	}

	.how-works .image.left {
		width: 40%;
		margin-right: 5%;
	}

	.keys li {
		padding: 0 20px;
	}

	.container {
		width: auto;
		padding: 0 20px;
	}

}

.hide0 {
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {

	.c-box .right-side {
		padding: 20px;
		padding-bottom: 0;
	}

	.c-box .btn-c {
		width: auto;
	}

	.c-box .right-side .stats h6 {
		font-size: 12px;
		line-height: normal;
	}

	.c-box .right-side .stats .tl {
		font-size: 20px;
	}

	.c-box .right-side .stat {
		padding: 0 10px;
	}

	.c-box .left-side {
		float: left;
		width: 45%;
		padding: 75px 25px;
		margin-top: -50px;
		margin-bottom: -50px;
		height: 520px;
	}

	.step-modal .c-box {
		width: 100%;
	}

	.iva-example .left {
		width: 50%;
	}

	.iva-example .right {
		width: 50%;
	}

	.iva-example .cols {
		margin: -0px -150px 0;
		-ms-transform: scale(.5);
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}

	.iva-example .stats {
		margin: 0;
		position: relative;
		top: -40px;
	}

	.iva-example .redused {
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		transform: scale(.8);
		margin-right: -70px;
	}

	.iva-example .stat {
		padding: 0 10px;
	}

	.iva-example .stat h6 {
		font-size: 10px;
	}

	.iva-example .stats .tl {
		font-size: 24px;
	}

	.iva-qua article {
		padding-right: 20px;
	}

	.iva-qua article:nth-child(2n+2) {
		padding-right: 0;
		padding-left: 20px;
	}

	#menu {
		padding: 46px 0;
	}

	#menu li {
		padding-left: 30px;
	}

	.keys p br {
		display: none;
	}

}

img {
	max-width: 100%;
	height: auto;
}


@media screen and (min-width: 768px) {

	.mobile-only {
		display: none !important;
	}

	.head-r.no-spots-remaining {
		margin: 0 0 26px;
	}

	.c-box .left-side {
		-webkit-transform: translateX(-150%);
		-ms-transform: translateX(-150%);
		transform: translateX(-150%);
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-transition-delay: .5s;
		transition-delay: .5s;
	}

	.active0 .c-box .left-side {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.c-box .right-side .stats {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		opacity: 0;
	}

	.active0 .c-box .right-side .stats {
		opacity: 1;
	}

	.c-box .new-payment {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		opacity: 0;
		-webkit-transition-delay: 3s;
		transition-delay: 3s;
	}

	.c-box .safe,
	.c-box .btn-c {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		opacity: 0;
		-webkit-transition-delay: 3.5s;
		transition-delay: 3.5s;
	}

	.active0 .c-box .new-payment,
	.active0 .c-box .safe,
	.active0 .c-box .btn-c {
		opacity: 1;
	}

	.c-box .right-side .stats .tl,
	.c-box .right-side .stats h6  {
		opacity: 0;
		-webkit-transform: translateY(-250%);
		-ms-transform: translateY(-250%);
		transform: translateY(-250%);
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.c-box .right-side .stats .stat:nth-child(2) .tl,
	.c-box .right-side .stats .stat:nth-child(2) h6  {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.c-box .right-side .stats .stat:nth-child(3) .tl,
	.c-box .right-side .stats .stat:nth-child(3) h6  {
		-webkit-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}

	.c-box .right-side .stats .stat:nth-child(4) .tl,
	.c-box .right-side .stats .stat:nth-child(4) h6  {
		-webkit-transition-delay: 2s;
		transition-delay: 2s;
	}

	.c-box .right-side .stats .stat:nth-child(5) .tl,
	.c-box .right-side .stats .stat:nth-child(5) h6  {
		-webkit-transition-delay: 2.5s;
		transition-delay: 2.5s;
	}

	.c-box .right-side .stats .stat:nth-child(6) .tl,
	.c-box .right-side .stats .stat:nth-child(6) h6  {
		-webkit-transition-delay: 3s;
		transition-delay: 3s;
	}

	.active0 .c-box .right-side .stats .tl,
	.active0 .c-box .right-side .stats h6 {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

}


@media screen and (max-width: 767px) {

	.qualify-next-step {
		display: none;
	}

	.mobile_long_qualify_form .qualify-next-step {
		display: block;
		color: #fff;
		margin-top: 30px;
	}

	.mobile_long_qualify_form .form-body.final-step {
		padding: 0;
	}
	.mobile_long_qualify_form .form-body.final-step .content {
		padding-top: 0px
	}

	.mobile_long_qualify_form .c-box .qualify-next-step h5{
		text-align: center;
		color: #fff;
		font-size: 32px;
		font-weight: 600;
		padding-bottom: 15px;
		line-height: 34px;
	}

	.mobile_long_qualify_form .form-field.form-field-first {
		margin-top: 15px;
	}

	.mobile_long_qualify_form .c-box {
			border-bottom: 1px solid #ededef;
	}

	.mobile_long_qualify_form .c-box h4 {
		text-align: center;
	}

	.mobile_long_qualify_form .c-box h3 {
		text-align: center;
	}

	.mobile_long_qualify_form .c-box .modal-spots-remaining {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mobile_long_qualify_form .modal-call-action {
		display: none !important;
	}

	.mobile_long_qualify_form .modal-spots-remaining {
		margin-bottom: 55px;
	}

	.mobile_long_qualify_form .c-box .qualify-next-step p {
		text-align: left;
	}

	.mobile_long_qualify_form .final-form-remaining, .mobile_long_qualify_form .final-form-next,
	.mobile_long_qualify_form .final-form-remaining, .mobile_long_qualify_form .final-form-next-optional {
		display: none;
	}

	.mobile_short_qualify_form .final-form-remaining {
		padding: 2px 20px 14px
	}

	.mobile_short_qualify_form .final-form-remaining .time-remaining-container {
		display: none;
	}

	.mobile_short_qualify_form .final-form-remaining.no-spots-remaining {
		display: none;
	}

	.mobile_short_qualify_form .final-form-remaining:after {
		content: none;
		background: none;
	}
	.mobile_short_qualify_form .final-form-next {
		display: none;
	}

	.mobile_short_qualify_form .step .head.final-form-next-optional h3 {
		font-size: 28px;
		padding-top: 30px;
		padding-bottom: 27px;
	}
	.mobile_short_qualify_form .final-form-next-optional h3 span {
		font-size: 48px;
		padding-top: 10px;
		display: block;
	}

	.mobile_short_qualify_form .final-form-next-optional.no-spots-remaining {
		margin-top: -40px;
	}

	.mobile_short_qualify_form .spots-available-text {
		display: none;
	}

	.mobile_short_qualify_form .final-form-next-optional {
			display: block;
	}

	.now-acc {
		display: none;
	}
	
	.now-acc-small {
		display: none;
	}

	.container {
		max-width: 300px;
		padding: 0 !important;
		width: auto;
	}

	.c-box .circle {
		margin: 20px auto;
		width: 227px;
		height: 227px;
	}

	.c-box .circle h6 {
		padding-top: 94px;
		font-size: 55px;
	}

	.c-box .circle .knob canvas,
	.c-box .circle .knob > div {
		width: 100% !important;
		height: 100% !important
	}

	.c-box .left-side * {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		height: auto;
	}

	.c-box .right-side *:not(.ignore-width) * {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.c-box .right-side .stat {
		display: block;
		padding: 10px 15px 25px;
	}

	.c-box .right-side .stat .tl {
		min-width: 144px;
		background-color: rgba(255, 255, 255, .2);
		border-radius: 8px;
		padding: 10px 10px 5px;
		color: #f9f9fa;
		font-family: "Architects Daughter";
		display: inline-block;
		font-size: 28px;
		font-weight: 400;
		line-height: 24px;
	}

	.c-box .right-side .stat h6 {
		color: white;
		font-family: "Architects Daughter";
		font-size: 24px;
		font-weight: 400;
		padding-bottom: 10px;
		line-height: 20px;
	}

	.c-box .safe {
		background: url(../img/ico_up.png) no-repeat 50% 100%;
		padding-bottom: 125px;
		margin-bottom: 15px;
	}

	.c-box .btn-c {
		padding: 0 10px 20px;
	}

	.c-box .btn-c .btn {
		padding-top: 20px;
	}

	.c-box .text {
		color: #838383;
		font-size: 14px;
		padding: 55px 10px 31px;
		line-height: 22px;
		text-align: left;
		font-weight: 400;
		background: #f9f9fa;
	}

	.c-box .text h5 {
		text-align: center;
		color: #309ff9;
		font-size: 32px;
		font-weight: 600;
		padding-bottom: 21px;
		line-height: 34px;
	}

	.c-box .left-side {
		padding: 20px 10px 17px;
		margin: 0;
		background: none;
		width: auto;
		float: none;
		font-size: 14px;
		line-height: 22px;
		border-radius: 0;
		color: #838383;
		text-shadow: none;
		background-color: white;
		position: relative;
		border-bottom: 2px solid #edecec;
		height: auto;
	}

	.head-r {
		height: auto;
		margin: -37px -10px 0;
		padding: 0;
		width: auto;
		overflow: visible;
		border: 0;
		box-shadow: none;
		border-radius: 0;
	}

	.head-r.no-spots-remaining {
		margin: ;
	}

	.head-r,
	.remains-h {
		background: #309ff9;
		position: relative;
		padding: 15px 20px 25px;
		margin-left: -500px;
		margin-right: -500px;
	}

	.step .head:before {
		display: none;
	}

	.opacity0 .stats,
	.opacity0 .new-payment,
	.opacity0 .text,
	.opacity0 .btn-c,
	.opacity0 .safe,
	.opacity0 .left-side {
		opacity: 0;
	}

	.opacity0.step .bot,
	.opacity0.step .inline-check,
	.opacity0.step .form-field,
	.opacity0.step .head {
		opacity: 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}

	.opacity0.step.fadeIn .bot,
	.opacity0.step.fadeIn .inline-check,
	.opacity0.step.fadeIn .form-field,
	.opacity0.step.fadeIn .btn-c,
	.opacity0.step.fadeIn .head {
		opacity: 1;
	}
	.opacity0.step.animation .bot,
	.opacity0.step.animation .btn-c,
	.opacity0.step.animation .inline-check,
	.opacity0.step.animation .form-field,
	.opacity0.step.animation .head {
		opacity: 1;
	}

	.opacity0.step.animation .form-field,
	.opacity0.step.animation .head h3,
	.opacity0.step.animation .head h4 {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-transform: translateX(-150%);
		-ms-transform: translateX(-150%);
		transform: translateX(-150%);
	}

	.opacity0.step.animation .head p {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-transform: translateX(150%);
		-ms-transform: translateX(150%);
		transform: translateX(150%);
	}

	.opacity0.step.fadeIn.animation .head p,
	.opacity0.step.fadeIn.animation .form-field,
	.opacity0.step.fadeIn.animation .head h3,
	.opacity0.step.fadeIn.animation .head h4 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.active-anim .remains-h {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}

	.active-anim.v2 .remains-h {
		top: 62px;
	}

	.head-r:after,
	.remains-h:after {
		position: absolute;
		content: "";
		bottom: -39px;
		left: 0;
		right: 0;
		background: url(../img/bg_down_b.png) no-repeat 50% 0;
		height: 39px;
		margin-left: -500px;
		margin-right: -500px;
	}

	.step.last .bot {
		margin: -8px 0 0;
	}

	.logos {
		margin: -5px 10px 10px 0;
	}

	.step .head {
		padding-bottom: 16px;
		margin-bottom: -14px;
	}

	.step .head h3 {
		font-size: 32px;
		line-height: 34px;
		margin: 0;
		text-align: center;
		padding: 53px 0 21px;
	}

	.head-r .rt,
	.remains-h .rt {
		overflow: hidden;
		text-align: left;
		color: white;
		line-height: 14px;
		display: inline-block;
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.head-r .remain strong.sm,
	.remains-h .remain strong.sm {
		font-size: 36px;
		padding-top: 2px;
	}

	.remains-h .numtxt1 .rt {
		line-height: 14px;
	}

	.head-r .numtxt1 .rt {
		line-height: 17px;
	}

	.head-r .remain strong,
	.remains-h .remain strong {
		/* width: 81px; */
		color: white;
		text-align: right;
		font-family: Montserrat;
		/* margin: -10px 0; */
		margin-top: -4px;
		font-size: 42px;
		font-weight: 400;
		line-height: 42px;
		text-transform: uppercase;
		/* margin-right: 18px;
		margin-left: 18px; */
	}

	.head-r .remain,
	.remains-h .remain {
		background-color: rgba(0, 0, 0, 0.24);
		border-radius: 10px;
		padding: 8px 15px 0;
		display: block;
		margin: 8px 0 -4px;
		overflow: hidden;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 55px;
	}

	.mobile_short_qualify_form .remain.spots-remaining-container {
		padding-top: 12px;
	}

	.new-payment {
		background: url(../img/bg_gradh.png) repeat-x;
		background-size: auto 100%;
		padding: 53px 20px 37px;
	}

	.c-box .right-side .new-payment h4 {
		font-size: 18px;
		display: block;
		padding: 7px 5px 5px;
		height: auto;
	}

	.c-box .right-side .mobile-only h4 {
		height: auto;
		background: none;
		border: 2px solid #fff;
		font-size: 20px;
		margin-bottom: 39px;
		font-weight: 600;
		line-height: normal;
		padding: 3px 10px 4px;
		display: block;
		border-radius: 8px;
	}

	.c-box .right-side {
		margin: 0;
		width: auto;
		float: none;
		padding: 0;
		background: #f9f9fa;
	}

	.c-box .right-side .stats {
		padding: 61px 10px 28px;
		background: none;
		margin: 0;
		background: url(../img/bg_blue.jpg) no-repeat;
		background-size: cover;
	}

	.c-box .left-side:after {
		background: url(../img/bg_m_b2.png) no-repeat 50% 0;
		bottom: -36px;
		margin: 0 -10px;
		position: absolute;
		left: 0;
		right: 0;
		height: 36px;
		display: block;
		width: auto;
		content: "";
	}

	.step-modal .c-box {
		border-radius: 0;
		box-shadow: none;
		background: #fff;
	}

	.c-box .left-side p {
		font-size: 14px;
		line-height: 22px;
		color: #838383;
		text-shadow: none;
	}

	.c-box .left-side h3:after {
		display: none;
	}

	.c-box .left-side h3 {
		color: #309ff9;
		font-weight: 600;
		line-height: 42px;
		padding: 5px 0 27px;
		text-shadow: none;
		font-size: 28px;
	}

	.c-box .left-side h3 span {
		font-size: 48px;
	}

	.form-body .container {
		max-width: 300px;
	}

	.featured-body .btn-a .btn {
		display: block;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.c-box .left-side {
		max-width: none;
		width: auto;
		background-repeat: repeat;
		background-size: auto 100%;
		margin-left: -5000px;
		padding-left: 5010px;
		margin-right: -5000px;
		padding-right: 5010px;

	}
	.c-box .right-side .stats {
		max-width: none;
		width: auto;
		background-repeat: repeat;
		background-size: auto 100%;
		margin-left: -5000px;
		padding-left: 5010px;
		margin-right: -5000px;
		padding-right: 5010px;

	}
	.head-r, .remains-h,
	.new-payment,
	.c-box .right-side,
	.step-modal .c-box,
	.c-box .safe {
		max-width: none;
		width: auto;
		margin-left: -5000px;
		padding-left: 5000px;
		margin-right: -5000px;
		padding-right: 5000px;
	}

	.step-modal {
		overflow: hidden;
	}

	.step-modal .table,
	.step-modal .cell {
		display: block;
		height: auto;
		width: auto;
		padding: 0;
	}

	.step-modal .cell {
		max-width: 300px;
		margin: auto;
	}

	.step-modal {
		position: static;
		height: auto;
		margin: 0;
		padding: 0;
		background: none;
	}

	.active-modal {
		background: #fff;
	}

	.active-modal #body {
		display: none;
	}

	.form-page .container {
		max-width: 300px;
		padding: 0 10px;
	}

	.desktop-only {
		display: none !important;
	}

	hr.hr {
		margin-top: 0;
	}

	#menu {
		display: none;
	}

	.form-field {
		margin-top: 12px;
	}
	
	.form-field.form-field-first {
		margin-top: 32px;
	}

	.form-field.textarea.has-address-finder,
	.form3-page .form-field.textarea.has-address-finder {
		margin-top: 32px;
	}

	.inline-check label {
		padding-left: 28px;
		font-size: 12px;
		/*margin-bottom: 25px;*/
		font-family: 'Open Sans', sans-serif;
		text-align: justify;
	}

	.form-body input {
		margin-top: 34px;
		margin-bottom: -6px;
	}

	.step .loading {
		padding: 20px 0;
	}

	.step .loading .big {
		font-size: 28px;
		padding-bottom: 45px;
	}

	.step .loading h4 {
		text-align: center;
	}

	.form-body .form-field input{
		margin: 0;
	}

	.form-body h4 {
		font-size: 15px;
		line-height: 18px;
		padding: 3px 0 0;
		text-align: center;
	}

	.form-body .bot {
		margin: 0 auto;
		max-width: 300px;
	}

	.form-body .bot .container {
		padding: 0;
	}

	.pager {
		padding: 3px 0 12px;
		margin: 0 10px;
	}

	.pager .container {
		max-width: 302px;
		padding: 0;
	}

	.form-body .content .container {
		max-width: 300px;
		padding: 0;
	}

	.form-body .content {
		max-width: 300px;
		padding: 17px 0 35px;
		margin: 0 auto;
	}

	.pager li {
		margin: 0 25px;
	}

	.pager li + li:before,
	.pager li + li:after {
		width: 25px;
	}
	
	.header-logo {
		line-height: 32px;
		font-size: 22px;
		/*margin: 14px 0 0 calc(50% - 110px);*/
		width: 100%;
		margin-top: 12px;
		text-align: center;
	}
	
	#header {
		position: relative;
		height: 61px;
		overflow: hidden;
		border-bottom: 6px solid #e2e3e4;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
		background: #36505d;
		padding: 0;
	}
	
	.form-page #header {
		position: relative;
		height: 61px;
		overflow: hidden;
		border-bottom: 2px solid #e2e3e4;
		box-shadow: none;
		background: #ffffff;
		padding: 0;
	}

	.form-page .logo,
	.logo {
		text-align: center;
		padding: 17px 0 0;
		float: none;
		width: auto;
		margin: 0;
		display: block;
		display: block;
		margin: auto;
	}
	
	.header-logo .logo {
		display: inline-block;
		height: 28px;
		padding: 0;
		margin: 0 2px 2px 0;
	}
	
	.header-logo .small {
		font-size: 18px;
	}
	
	.form-page .header-logo .logo {
		display: inline-block;
		height: 29px;
		padding: 0;
		margin: 0 2px 2px 0;
	}
	
	.form-page .header-logo {
		/*margin: 15px 0 0 calc(50% - 110px);*/
		font-size: 22px;
		line-height: 30px;
	}
	.form-page .header-logo .strong {
		font-weight: normal;
	}
	.form-page .header-logo .small {
		font-size: 18px;
	}
	
	.form-page .footer-logo .logo,
	.footer-logo .logo {
		padding: 0;
		margin-top: 0;
		height: 28px;
		margin: 0 0 12px calc(50% - 18.5px);
	}
	
	.footer-logo {
		width: 250px;
		margin: 0 0 0 calc(50% - 125px);
		font-size: 22px;
		line-height: 24px;
	}

	.featured-body {
		padding: 22px 0 16px;
		background: url(../img/bg_home_m.jpg) no-repeat;
		background-size: cover;
		border-bottom: 6px solid #e2e3e4;
	}

	.featured-body h4 {
		display: none;
	}

	.featured-body img.blue-arrow {
		margin: 0 auto;
		display: block;
	}

	.btn.btn-green {
		font-size: 26px;
		display: block;
		width: auto;
		line-height: normal;
		min-width: 0;
		padding: 20px;
		border: 0;
		background-color: #38bf6b;
		box-shadow: 0 3px 5px rgba(110, 107, 107, 0.35);
	}

	.btn.btn-green.btn-red {
		background-color: #C34342;
		margin-top: 10px;
	}

	.featured-body ul {
		display: none;
	}

	.featured-body .btn-a {
		background: none;
		margin: 0 -10px;
		padding: 22px 0;
	}

	.featured-body p {
		color: #838383;
		font-size: 14px;
		text-align: center;
		line-height: 22px;
		font-weight: 400;
		padding: 0;
		margin: 0;
		/* margin: 0 -5px; */
		max-width: 300px;
	}

	.featured-body h2 .big {
		font-size: 67px;
		margin-bottom: -24px;
		margin-top: 3px;
		font-weight: bold;
		display: block;
		font-family: 'Open Sans', sans-serif;
	}

	.featured-body h2 .more span:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin: -2px 5px;
		width: 48px;
		height: 4px;
		background-color: #4c6c84;
		display: block;
	}

	.featured-body h2 .more span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 100%;
		margin: -2px 5px;
		width: 48px;
		height: 4px;
		background-color: #4c6c84;
		display: block;
	}

	.featured-body h2 .more span {
		display: inline-block;
		position: relative;
	}

	.featured-body h2 .more {
		font-size: 20px;
		overflow: hidden;
		font-weight: normal;
		display: block;
	}

	.featured-body h2 .sml {
		font-size: 50px;
		font-weight: normal;
		display: block;
	}

	.featured-body h2 {
		color: #4c6c84;
		text-align: center;
		font-family: Montserrat;
		font-size: 18px;
		font-weight: 400;
		line-height: 36px;
		text-transform: uppercase;
	}


	.features-sector {
		background: url(../img/bg_form.jpg) no-repeat;
		background-size: cover;
		padding-bottom: 12px;
		text-align: center;
	}

	.features-sector article:nth-child(2n+1) {
		background-color: rgba(0, 0, 0, 0.25);
	}

	.features-sector article {
		line-height: 170px;
	}

	.how-works {
		padding-bottom: 0;
		overflow: hidden;
	}

	.how-works article + article {
		padding-top: 55px;
	}

	.how-works article {
		padding: 20px 2000px 40px;
		overflow: visible;
		background: url(../img/bg_h.jpg) repeat-x 0 100% #fff;
		background-size: auto 100%;
		margin: 0 -2000px 0;
	}

	.iva-example h5 {
		padding-top: 4px;
		padding-bottom: 0;
	}

	.iva-qua section {
		padding: 48px 0 4px;
		max-width: 300px;
	}

	.iva-example .box {
		padding: 40px 0;
		margin: 0;
		border-radius: 0;
		border: 0;
		background: none;
		box-shadow: none;
		max-width: 300px;
	}

	.iva-example .left:before {
		display: none;
	}

	.iva-example .left:after {
		background: url(../img/bg_m_b.png) no-repeat 50% 0;
		bottom: -36px;
		margin: 0 -1000px;
		position: absolute;
		left: 0;
		right: 0;
		height: 36px;
		display: block;
		width: auto;
		content: "";
	}

	.total-c {
		background: url(../img/bg_blue.jpg);
		background-size: auto 100%;
		margin: -20px -1000px 0;
		padding: 58px 1000px 45px;
	}

	.total-c h4 {
		background: none;
		border: 2px solid #fff;
		padding: 7px;
		line-height: 20px;
		margin-bottom: 60px;
		border-radius: 8px;
	}

	.static-graph {

		background-image: url(../img/graph.png);
		width: 300px;
		height: 314px;

	}

	.graph .text {
		position: absolute;top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0;
		-webkit-transition: all 1s linear;
		-moz-transition: all 1s linear;
		transition: all 1s linear;
		-webkit-transition-delay: 3s;
		transition-delay: 3s;
		margin-left: 50px;
	}

	.graph .text.v2 {
		-webkit-transition-delay: 3.5s;
		transition-delay: 3.5s;
	}

	.graph .text.v3 {
		-webkit-transition-delay: 4s;
		transition-delay: 4s;
		top: -50px;
	}

	.graph .text.animated {
		opacity: 1;
		top: 0;
	}

	.graph .bar {
		display: block;
		position: absolute;
		bottom: 51px;
		overflow: hidden;
		left: 34px;
		height: 0;
		width: 100px;
		border: 2px solid #fff;
		-webkit-transition: all 1s linear;
		-moz-transition: all 1s linear;
		transition: all 1s linear;
		-webkit-transition-delay: .5s;
		transition-delay: .5s;
	}

	.graph .bar.sm {
		left: 164px;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.graph .bar.animated {
		height: 234px;
	}

	.form-only {
		display: none;
	}

	.active-modal .form-only {
		display: block;
	}

	.active-modal.moved .form-only {
		display: none;
	}

	.graph .bar svg {
		margin: -20px;
		opacity: 0;
	}

	.graph .bar.animated.sm {
		height: 94px;
	}

	path {
		stroke-linecap: round;
	}

	.graph {
		background: url(../img/bg_graph.png) no-repeat 50% 50%;
		height: 314px;
		position: relative;
		margin: auto;
		width: 301px;
	}

	.iva-example .btn-c,
	.iva-example .stats {
		display: none;
	}

	.iva-example .col + .col:before {
		background: url(../img/bg_down.png) no-repeat;
		width: 23px;
		height: 54px;
		display: block;
		margin: auto;
		left: 0;
		right: 0;
		top: -65px;
	}

	.iva-example .redused {
		display: none;
	}

	.form-page #footer,
	#footer {
		padding: 60px 0 30px;
		text-align: center;
	}

	.form-page {
		padding-bottom: 0;
	}

	.form-page #footer {
		padding-bottom: 65px;
	}

	.checkbox label {
		width: 49%;
		margin: 0 .5% 5px;
		font-size: 14px;
		padding: 15px 15px;
	}

	.checkbox.full label {
		font-size: 14px;
	}

	.checkbox {
		padding-top: 22px;
		margin: 0 -2px -15px;
	}

	#footer .copy li {
		color: #3f749a;
	}

	.form-page #footer .copy,
	#footer .copy {
		border: 0;
		padding-bottom: 0;
	}

	#footer .copy ul {
		padding-top: 44px;
	}

	.form-page #footer .copy ul {
		padding-top: 26px;
	}

	.form-page #footer .copy p,
	#footer .copy p {
		display: block;
		padding: 0;
		font-size: 12px;
		line-height: 14px;
	}

	.form-page #footer .copy p br {
		display: none;
	}

	.form-page #footer .copy p {
		/* padding: 0 20px 0; */
	}
	.form-page #footer .logo-f,
	#footer .logo-f {
		padding-bottom: 24px;
	}
	#footer .logo-f {
		border: 0;
		padding: 0 0 10px;
		margin: 0;
	}

	#footer .copy li a {
		color: rgba(255, 255, 255, .5);
		text-decoration: underline;
	}

	.iva-example .col {
		float: none;
		padding-bottom: 75px;
		width: auto;
	}

	.iva-example .cols {
		margin: 0 0 -67px;
		padding: 0;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	#footer p {
		display: none;
	}

	.iva-example .left,
	.iva-example .right {
		width: auto;
		float: none;
		padding: 0;
		margin: 0;
		background: none;
	}

	.iva-example .right {
		padding-top: 58px;
	}

	.iva-example .left {
		margin-bottom: 20px;
		border-bottom: 2px solid #edecec;
		padding-bottom: 35px;
		position: relative;
	}

	.iva-example {
		background: url(../img/bg_texture.png);
		border-top: 5px solid #edecec;
		padding: 8px 0;
	}

	.iva-qua ul {
		padding-bottom: 20px;
	}

	.iva-qua .half {
		width: 50%;
	}

	.iva-qua li {
		padding-left: 28px;
		background-position: 0 7px;
		font-size: 15px;
		line-height: 30px;
		padding-bottom: 0;
	}

	.iva-qua .btn-c {
		display: none;
	}

	.iva-qua .fu {
		padding-bottom: 15px;
	}

	.iva-qua .fu li {
		font-size: 14px;
		padding-left: 25px;
	}

	.iva-qua article:nth-child(2n+2),
	.iva-qua article {
		display: block;
		width: 100%;
		padding: 0 0 30px;
	}

	.iva-qua h3 {
		font-size: 25px;
	}

	.iva-qua p {
		font-size: 14px;
		line-height: 21px;
	}

	.iva-qua {
		padding: 11px 0;
	}

	.how-works article + article {
		margin-bottom: 0;
		padding-bottom: 53px;
	}

	.how-works .image.left,
	.how-works .image {
		width: auto;
		margin: 0 auto 25px;
		max-width: 160px;
		float: none;
		padding: 0;
	}

	.how-works .btn-c {
		display: none;
	}

	.how-works li {
		font-size: 14px;
		line-height: 21px;
		padding-left: 28px;
		padding-top: 4px;
		background-position: 0 7px;
		padding-bottom: 5px;
	}

	.how-works .image.left {
		width: auto;
		margin: 0 auto 50px;
		max-width: 180px;
		float: none;
		padding: 0;
	}

	.how-works .text h3 {
		padding-bottom: 20px;
	}

	.how-works .text p {
		padding-bottom: 20px;
	}

	.how-works .text {
		font-size: 14px;
		line-height: 21px;
		max-width: 300px;
	}

	.keys {
		border: 0;
		border: 2px solid #edecec;
		padding-top: 46px;
		padding-bottom: 18px;
		overflow: visible;
		margin-bottom: -5px;
	}

	.keys p {
		max-width: 300px;
	}

	.keys .image {
		margin-bottom: 5px;
	}

	.keys .down {
		background: url(../img/bg_m_b.png) no-repeat 50% 0;
		bottom: -36px;
		margin: 0 -2px;
		height: 36px;
		display: block;
		width: auto;
	}

	.keys ul {
		margin: 0;
		max-width: 300px;
	}

	.keys li {
		display: block;
		width: auto;
		padding: 0 0 32px;
	}

	.foot-des .container .right, .foot-cta .container .right {
		/*float: right; */
		color: white;
		font-size: 17px;
		font-weight: 400;
		text-align: center;
		line-height: 48px;
		/*padding: 0 20px; */
		width: 60%;
		height: 51px;
		background-color: #38bf6b;
		border: 2px solid white;
		margin: 2px auto; 
		display: block;
	}

	.foot-des .container .right.no-spots-remaining, .foot-cta .container .right.no-spots-remaining {
		display:block;
		float:none !important;
  		margin: 0 auto;

	}

	.foot-des .container .ramin, .foot-cta .container .ramin {
		float: left;
		width: 40%;
		text-align: left;
		font-size: 13px;
	}

	.foot-des .container strong, .foot-cta .container strong {
		display: block;
		text-align: center;
		color: white;
		font-family: Montserrat;
		font-size: 36px;
		/* margin: auto; */
		font-weight: 700;
		margin-bottom: -4px;
		line-height: 41px;
		text-transform: uppercase;
		width: 102px;
		height: 41px;
		background-color: rgba(0, 0, 0, 0.24);
		border-radius: 10px;
	}

	body {
		padding-bottom: 75px;
	}

	.foot-des, .foot-cta {
		background: #38bf6b;
		box-shadow: 0 -4px 6px rgba(0, 0, 0, .5);
		padding: 10px;
		color: white;
		overflow: hidden;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 13px;
		font-weight: 400;
		line-height: 24px;
		padding-bottom: 5px;
		display: none;
	}

	.foot-des .container {
		max-width: 300px;
		padding: 0 !important;
	}

	.moved .foot-des {
		display: block;
	}

	.form-page.active-modal.moved-modal .foot-cta.form:not('.mobile-only') {
		display: block;
	}

	.popup-box table {
		width: 95%;
	}

	h2.split6 {

		text-transform: none;
		width: 300px;
	}

	h2.split6.large {
		font-size: 52px;
	}

	h2.split6.small {
		margin-top: 40px;
		padding-bottom: 5px;
	}

}

@media screen and (max-width: 330px) {

	.iva-example .total .label, .iva-example .total .num {
		font-size: 25px;
	}

}
.loading-spinner {
		display: none;
		height: 75px;
		width: 100%;
		background: url(../img/loader.gif) no-repeat center;
		margin-bottom: 20px;
}

/* Expandable Info Styles */

.consent-spacer {
	width: 100%;
	height: 45px;
	margin: 20px 0 15px 0;
	background-color: #309ff9;
	color: #ffffff;
	font-size: 17px;
	font-family: 'Open Sans';
	line-height: 45px;
	vertical-align: middle;
	text-align: center;
}

.info-expand {
	position: relative;
	width: 600px;
	min-height: 45px;
	line-height: 45px;
	margin: 15px 0;
	margin-left: calc(-300px + 50%);
	border: 2px solid #e9e9e9;
	background-color: #ffffff;
	color: #a0a0a1;
	font-size: 15px;
	font-family: 'Open Sans';
}

.info-expand:first-of-type {
	margin-top: 23px;
}

.submit-page-consent .info-expand:first-of-type {
	margin-top: 5px;
}

.info-expand.height-limited {
	width: 100%;
	margin-left: 0;
}
.info-expand.height-limited .info-expand-text {
	max-height: 300px;
	overflow-y: hidden;

}

@media screen and (max-width: 860px) {
}

.submit-page-consent .info-expand {
	width: 405px;
	margin-left: calc(-202.5px + 50%);
}

@media screen and (max-width: 860px) {
	.info-expand {
		width: 405px;
		margin-left: calc(-202.5px + 50%);
	}
	.info-expand.height-limited .info-expand-text {
		overflow-y: scroll;
		padding-right: 15px;
	}
}

@media (max-width: 479px) {
	.info-expand,
	.submit-page-consent .info-expand {
		width: 300px;
		margin-left: calc(-150px + 50%);
		font-size: 12.5px;
	}
}

.info-expand .info-expand-title::before {
	font-size: 35px;
	font-family: 'Raleway';
	font-weight: 300;
	position: absolute;
	right: 15px;
	content: "+";
	pointer-events: none;
}

.info-expand.expanded .info-expand-title::before {
	font-size: 35px;
	font-family: 'Raleway';
	color: #4ca3ea;
	position: absolute;
	right: 15px;
	top: -3px;
	content: "-";
	pointer-events: none;
}

.info-expand .info-expand-title {
	width: 100%;
	height: 45px;
	line-height: 47px;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 15px;
}

.info-expand.expanded .info-expand-title, .info-expand .info-expand-title:hover  {
	color: #4ca3ea;
}

.info-expand .info-expand-text {
	line-height: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 15px;
	display: none;
	text-align: justify;
}

.info-expand .info-expand-text p:not(:first-of-type) {
	padding-top: 10px;
}

/* Form 3 Modal Styles */

.cover-spinner-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 990;
	background: rgba(0, 0, 0, 0.7);
}

.cover-spinner-final-box {
	width: 400px;
	height: 380px;
	margin: auto;
	background: #ffffff;
	color: #9c9c9c;
	position: absolute;
	top: 50vh;
	left: 50vw;
	margin-right: -50%;
	padding: 0 11px;
	transform: translate(-50%, -50%);
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	z-index: 1;
}

.cover-spinner-final-checkmark {
	width: 88px;
	height: 88px;
	margin-top: 82px;
	margin-left: auto;
	margin-right: auto;
}

.cover-spinner-final-checkmark::before {
	content: "\f058";
	font-family: "FontAwesome";
	font-size: 100px;
	color: #5398c8;
}

.cover-spinner-final-congratulations {
	margin-top: -9px;
	text-align: center;
	font-size: 36px;
	color: #5398c8;
	opacity: 0.9;
}

.cover-spinner-text-small {
	text-align: center;
	font-size: 17px;
	color: #828282;
	margin-top: 18px;
	line-height: 1.2;
	opacity: 0.7;
}

.cover-spinner-final-button-container {
	margin-top: 33px;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}

.cover-spinner-final-button-container .btn {
	display: block;
	cursor: pointer;
	color: #fff;
	width: 405px;
	max-width: 100%;
	font-weight: 400;
	border: none;
	background: #38bf6b;
	text-align: center;
	margin: auto;
	height: 75px;
	font-size: 26px;
	line-height: 29px;
	padding: 25px 15px 21px;
	margin-bottom: 10px;
	box-shadow: none;
}

.info-expand-text .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
	margin: 0 -16px 0 0;
}

/* Custom Scrollbar Styles */

.mCustomScrollbar,
.mCustomScrollbar.mCS_touch_action,
.mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
	-ms-touch-action: auto;
	    touch-action: auto;
}

.mCustomScrollBox {
	-ms-touch-action: pan-x;
	    touch-action: pan-x;
}

.mCustomScrollBox.mCSB_vertical_horizontal {
	-ms-touch-action: auto;
	    touch-action: auto;
}

.mCustomScrollBox.mCSB_horizontal {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.info-expand-text .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .info-expand-text .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #c0c0c0;
}

.info-expand-text .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .info-expand-text .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #838383;
}

/* Text Field Overrides */

/*
.form-field.text-input-adjust {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 405px;
	height: 63px;
	padding: 0;
}

.form-field.text-input-adjust input[type="text"],
.form-field.text-input-adjust input[type="email"],
.form-field.text-input-adjust input[type="tel"] {
    height: 61px;
	width: 405px;
	max-width: 100%;
    padding: 1px 37px 0 20px;
}

.form-field.textarea.textarea-adjust {
	width: 405px;
    height: 126px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.form-field.textarea.textarea-adjust textarea {
    width: 405px;
    max-width: 100%;
    height: 124px;
    resize: none;
    padding: 20px 20px 0 20px;
}

*/

@media (max-width: 479px) {
	
	.form-field.text-input-adjust input[type="text"],
	.form-field.text-input-adjust input[type="email"],
	.form-field.text-input-adjust input[type="tel"],
	.form-field.textarea.textarea-adjust textarea,
	.form3-page .form-field.text-input-adjust input[type="text"],
	.form3-page .form-field.text-input-adjust input[type="email"],
	.form3-page .form-field.text-input-adjust input[type="tel"],
	.form3-page .form-field.textarea.textarea-adjust textarea {
		width: 300px;
	}

	.form-field.text-input-adjust, .form-field.textarea-adjust,
	.form3-page .form-field.text-input-adjust, .form3-page .form-field.textarea-adjust {
		width: 300px;
		margin: 0 auto 10px;
	}

	.form-field.text-input-adjust.form-field-first, .form-field.textarea-adjust.form-field-first,
	.form3-page .form-field.text-input-adjust.form-field-first, .form3-page.form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page .form3-page  .form-field.textarea-adjust.form-field-first {
		margin-top: 32px;
	}
	
}

input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #c2c2c2;
}

.checkbox-accompanying-text {
    margin-left: 54px;
    margin-top: -2px;
    display: block;
    color: #a3a1a1;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: justify;
}

.form2 .consent-shift-down label {
	margin-top: 8px;
}

.popup-content ol {
	list-style: inside;
	list-style-type: decimal;
	margin-left: 10px;
}