/* Table of Content
==================================================
	#Reset
	#Font-Face
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Images/Medias
	#Others
	-----------------------------------------------
	#Site Layout
	#Media Queries
	
	*/

/* #Font-Face
================================================== */

/*    roboto    */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/* #Basic Styles
================================================== */
body {
	background: rgb(239, 239, 239) none repeat scroll 0 0;
	color: rgb(94, 94, 94);
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

html, body {
	overflow-x: hidden;
	max-width: 100%;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #7f8487;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	line-height: 1.1;
}

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

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
}

	p img {
		margin: 0;
	}

em {
	font-style: italic;
}

i {
	font-style: normal;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

/* #Links
================================================== */
a, a:visited {
	color: #b1fffd;
	text-decoration: none;
	outline: 0;
}

	a:focus {
		outline: 0;
	}

	a:hover, a:focus {
		color: inherit;
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

p a, p a:visited {
	line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
	margin: 0;
	padding: 0
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

	ul ul, ul ol,
	ol ol, ol ul {
		margin: 5px 0 5px 30px;
		font-size: 90%;
	}

		ul ul li, ul ol li,
		ol ol li, ol ul li {
			margin-bottom: 6px;
		}

li {
	line-height: 18px;
	margin-bottom: 0;
}

	li p {
		line-height: 21px;
	}

/* #Images
================================================== */
img {
	max-width: 100%;

	vertical-align: middle;
}

/* #Input
================================================== */
textarea, input {
	padding: 9px;
	color: #292929;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1;
	color: rgb(36, 36, 39);
}

*::-moz-placeholder {
	color: rgb(36, 36, 39);
	opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
	opacity: 1;
	color: rgb(36, 36, 39);
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: rgb(36, 36, 39);
}
/* #Others
================================================== */
.hgroup-wrap:before, .hgroup-wrap:after,
.banner-feature-section:before, .banner-feature-section:after,
.banner-section-wrap:before, .banner-section-wrap:after,
.banner-form-buttom a:before, .banner-form-buttom a:after,
.features-wrap:before, .features-wrap:after,
.block-wrap:before, .block-wrap:after,
.faq-content-wrap:before, .faq-content-wrap:after,
.contact-box:before, .contact-box:after,
.form-heading-title:before, .form-heading-title:after {
	clear: both;
	display: block;
	content: "";
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}



/* #Site Layout
================================================== */
.shadow-wrap {
	box-shadow: 0 0 16px -7px rgb(0, 0, 0);
}

.main-banner {
	background: rgb(0, 0, 0) url("img/banner-img.html") no-repeat scroll 0 100% / cover;
}

.hgroup-wrap {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	padding: 19px 0 17px;
}

.hgroup-right {
	float: right;
	margin-right: 5px;
	margin-top: -6px;
	text-align: right;
}

.site-branding {
	float: left;
	margin-left: 8px;
}
	.site-branding .site-title img {
		position: absolute;
		top: 5px;
	}

@media (max-width: 768px) {
	.main-banner .hgroup-wrap {
		margin-right: -15px;
		margin-left: -15px;
	}

	.hgroup-right {
		display: none;
	}

	.site-branding {
		margin-left: 8px;
		/*width: 196px;*/
		margin: auto;
		float: none;
		height: 36px;
		text-align: center;
	}
		.site-branding .site-title img {
			position: static;
			height: 36px;
		}
}


.site-branding h1 {
	line-height: 0;
}

.header-menu li {
	display: inline;
	margin-right: 15px;
}

	.header-menu li a {
		color: rgb(94, 94, 94);
		font-size: 15px;
		font-weight: 500;
	}

		.header-menu li a:hover {
			color: #4badce;
		}

.current-menu-item {
	border-bottom: 1px solid rgb(255, 255, 255);
}

.banner-info {
	float: right;
	margin: 12px 90px 5px 0;
	width: 416px;
}

	.banner-info a, .banner-info a:visited, .banner-info a:active {
		color: #0081b8;
	}

		.banner-info a:hover {
			text-decoration: underline;
		}

@media screen and (min-width: 480px) {
	.banner-info {
		background: rgba(255, 255, 255, 0.6);
		padding: 15px;
		border-radius: 4px;
	}
}

.banner-info > h2 {
	color: #00436c;
	font-size: 30px;
	font-weight: 700;
	line-height: 0.95;
	margin-bottom: 6px;
	text-align: center;
	text-transform: uppercase;
}

.banner-info .checkbox {
	margin-bottom: 5px;
	padding: 14px 0 0;
}

.banner-feature-section li {
	color: #fff;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	width: 33.33%;
}

	.banner-feature-section li:before {
		content: "-";
		display: inline-block;
		margin-left: -21px;
		width: 21px;
	}

	.banner-feature-section li:first-child:before {
		content: "";
	}

	.banner-feature-section li:last-child {
		margin-right: 0;
	}

.banner-feature-section {
	margin: 2px 0 7px;
	text-align: center;
}

.banner-contact div > p {
	float: left;
	margin-bottom: 6px;
	width: 50%;
}

.banner-contact p label {
	color: #00436c;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}

.banner-contact div > p:nth-child(2n+1) {
	clear: both;
	padding-right: 10px;
}

.banner-contact div > p:nth-child(2n+2) {
	padding-left: 10px;
}

.banner-contact div > p input {
	border: medium none;
	border-radius: 5px;
	font-size: 16px;
	height: 41px;
	padding: 0 15px;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
}

.banner-contact div > p.selectWrapper {
	position: relative;
}

	.banner-contact div > p.selectWrapper:after {
		content: "\f078";
		width: 40px;
		font-family: fontAwesome;
		height: 41px;
		position: absolute;
		right: 10px;
		bottom: 0px;
		text-align: center;
		line-height: 41px;
		pointer-events: none;
	}

.banner-contact div > p select {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 41px;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 15px;
	text-align: center;
}

.banner-contact div > p input:focus {
	border: 0;
	box-shadow: 0px 0px 4px white;
}

.banner-contact div > p:last-of-type {
	width: 100%;
	padding: 0;
}

.banner-contact div > p input.error {
	border: solid 2px #d35959;
	box-shadow: #d35959 0px 0px 6px;
	color: #d35959;
}

.banner-contact div > p input.valid, .banner-contact div > p select.valid {
	border: solid 2px #33cc99;
	box-shadow: #33cc99 0px 0px 6px;
	color: #249e75;
	text-align: center;
}

	.banner-contact div > p input.error::-webkit-input-placeholder,
	.banner-contact div > p input.valid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #fff;
	}

	.banner-contact div > p input.error::-moz-placeholder,
	.banner-contact div > p input.valid::-moz-placeholder { /* Firefox 19+ */
		color: #fff;
	}

	.banner-contact div > p input.error:-ms-input-placeholder,
	.banner-contact div > p input.valid:-ms-input-placeholder { /* IE 10+ */
		color: #fff;
	}

	.banner-contact div > p input.error:-moz-placeholder,
	.banner-contact div > p input.valid:-moz-placeholder { /* Firefox 18- */
		color: #fff;
	}

.click-button {
	background: #33cc99 none repeat scroll 0 0;
	border: 1px solid rgb(3, 102, 68);
	border-radius: 4px;
	clear: both;
	color: rgb(255, 255, 255) !important;
	display: block;
	font-size: 20px;
	line-height: 1;
	margin: 11px auto 0;
	padding: 12px 35px 12px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 270px;
}

	.click-button strong {
		float: left;
		font-size: 20px;
		margin-left: 6px;
		text-align: left;
		width: calc(100% - 40px);
	}

	.click-button span {
		display: block;
		font-size: 10px;
	}

	.click-button .fa.fa-lock {
		float: left;
		font-size: 28px;
		margin-left: 5px;
		margin-top: 2px;
		vertical-align: middle;
		width: 25px;
	}

.banner-info .click-button {
	margin: 3px auto 0;
}

.click-button:hover {
	background: #4babce none repeat scroll 0 0;
	border: solid 1px #076282;
	color: rgb(255, 255, 255);
	transition: all 0.3s ease 0s;
}

.support-img-list {
	margin: 18px 0 0;
	text-align: center;
}

.input-group-license {
	display: flex;
}

	.input-group-license > select {
		width: 85% !important;
	}

	.input-group-license > span {
		width: 39px;
		line-height: 19px;
	}

.banner-info .checkbox {
	clear: both;
}

	.banner-info .checkbox > label {
		color: rgb(0, 0, 0);
		font-size: 9px;
		line-height: 1.3;
		padding: 0;
		padding-bottom: 10px;
	}

	.banner-info .checkbox input {
		-moz-appearance: none;
		float: left;
		height: 17px;
		margin: 0 10px 10px 0 !important;
		position: static !important;
		width: 17px;
	}

.banner-section-content {
	background: rgba(0, 0, 0, 0) linear-gradient(rgb(75, 204, 200), rgb(75, 171, 206)) repeat scroll 0 0;
	margin-top: 0;
	padding: 10px 10px 17px 10px;
	text-align: center;
}

.banner-section-wrap .banner-feature-section {
	margin: 2px 0 7px;
	background: #0081b8;
	border-radius: 3px;
	padding: 3px;
}

.banner-section-content .banner-feature-section li {
	display: inline-block;
	float: none;
	font-size: 15.33px;
	padding-right: 10px;
}

.banner-section-content h2 {
	color: rgb(255, 255, 255);
	font-size: 38px;
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.banner-section-content .click-button {
	border: 1px solid #089464;
}

	.banner-section-content .click-button:hover {
		border-color: #076282;
	}

/*----- Custom select box styling -----*/
.ui-selectmenu-button {
	background: #ffffff none repeat scroll 0 0 !important;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	font-weight: normal;
	height: 41px;
	overflow: hidden;
	padding: 0 0 0 15px;
	position: relative;
	text-decoration: none;
	width: 100% !important;
}

.ui-state-default .ui-icon {
	background: rgba(0, 0, 0, 0) url("../img/down-arrow.png") no-repeat scroll right center;
	display: block;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 14px;
	margin-top: 0 !important;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	color: rgb(41, 41, 41);
	display: block;
	line-height: 1.4;
	overflow: hidden;
	padding: 9px 30px 0 3px;
	font-size: 14px;
	text-align: left;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-selectmenu-menu {
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	font-family: 'Montserrat', sans-serif;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-menu .ui-menu {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border: 1px solid rgb(153, 153, 153);
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 1px;
}

.ui-menu .ui-menu-item {
	cursor: pointer;
	padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: -1px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #4BABCE;
	color: rgb(255, 255, 255);
}

.select-form label {
	font-size: 16px;
}

select:focus {
	outline: none;
}

.features-section {
	background: rgba(0, 0, 0, 0) linear-gradient(rgb(75, 204, 200), rgb(75, 171, 206)) repeat scroll 0 0;
	text-align: center;
}

.features-wrap {
	padding: 0 25px;
}

.features-content {
	float: left;
	text-align: center;
	width: 260px;
}

.features-wrap .features-content:last-child {
	float: right;
}

.features-wrap .features-content:nth-child(2) {
	margin: 0 155px;
}

.features-content > h3 {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border-radius: 8px 8px 0 0;
	color: rgb(59, 145, 187);
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 8px 0 7px;
}

.featured-image img {
	margin-bottom: -16px;
}

.features-section > h2 {
	color: rgb(255, 255, 255);
	font-size: 26px;
	font-weight: 700;
	padding: 25px 0 43px;
}

.block-wrap {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	padding-top: 94px;
}

.block-left-content {
	float: left;
	padding: 0 57px 0 40px;
	width: 50%;
}

	.block-left-content > h2 {
		color: rgb(27, 181, 128);
		font-size: 26px;
		font-weight: 700;
		margin: 0 0 25px;
	}

.block-right-content {
	float: right;
	margin-top: 16px;
	padding: 0 85px;
	width: 50%;
}

.block-image {
	background: #1bb580 none repeat scroll 0 0;
	border-radius: 50%;
	height: 404px;
	position: relative;
	width: 404px;
}

	.block-image > img {
		bottom: -6px;
		position: absolute;
		right: 2px;
	}

.block-left-content > p {
	font-size: 18px;
	line-height: 1.2;
}

.block-sec-section .block-image > img {
	bottom: 0;
	right: 4px;
}

.block-sec-section .block-right-content {
	float: left;
}

.block-sec-section .block-wrap {
	padding: 0 0 50px;
}

.block-sec-section .block-left-content {
	padding: 142px 55px 0;
}

.top-footer {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
}

.footer-menu {
	margin: 56px 0 0;
	padding-bottom: 13px;
	text-align: center;
}

	.footer-menu li {
		display: inline-block;
		margin: 0 4px;
	}

	.footer-menu a {
		color: rgb(75, 173, 205);
		font-size: 14px;
	}

		.footer-menu a:hover {
			color: #5e5e5e;
		}

@media (max-width: 560px) {
	.footer-menu li {
		display: block;
	}
}
.footer-info {
	padding: 21px 65px 0;
	text-align: center;
}

.bottom-footer {
	background: rgb(222, 222, 222) none repeat scroll 0 0;
	color: rgb(83, 83, 83);
	font-size: 12px;
	padding: 12px 0 8px;
	text-align: center;
}

.footer-info > p {
	color: rgba(191, 189, 189, 0.96);
	font-size: 12px;
	margin: 0;
	clear: both;
	padding-top: 96px;
}
	.footer-info > p.disclaimer {
		color: black;
		text-align: justify;
		padding-top: 15px;
	}


/*about page styling
*********************************/
.about-content {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	padding: 42px 30px 62px;
}

h2.post-title {
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 700;
	padding: 26px 0 32px;
	text-align: center;
}

.about-content > p {
	line-height: 1.2;
}

h2.post-title,
.page-title,
.form-page-section-wrap {
	background: rgba(0, 0, 0, 0) linear-gradient(#4bcbc9, #4badce) repeat scroll 0 0;
}

/*FAQ page styling
*********************************/
.faq-section {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
}

.faq-content {
	float: left;
	padding: 0 30px;
	width: 33.33%;
}

	.faq-content h3 {
		color: rgb(27, 181, 128);
		font-size: 16px;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom: 16px;
	}

	.faq-content span {
		display: block;
	}

.faq-section .top-faq-content-wrap {
	padding-top: 42px;
}

.faq-content-wrap {
	padding: 0 16px 23px;
}

/*contact page styling
*********************************/
.contact-section .page-title {
	padding: 7px 0 12px;
	text-align: center;
}

	.contact-section .page-title > h2 {
		color: rgb(255, 255, 255);
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.contact-section .page-title li {
		color: #ffffff;
		font-size: 15px;
	}

	.contact-section .page-title ul li .fa {
		margin-right: 5px;
	}

.conatct-form-wrap {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
}

.contact-box {
	margin: 16px auto 0;
	max-width: 100%;
	padding-bottom: 13px;
	text-align: center;
	width: 492px;
}

	.contact-box p input {
		border: 1px solid rgb(205, 205, 205);
		font-size: 16px;
		padding: 8px 10px;
		text-transform: capitalize;
		width: 100%;
	}

		.contact-box p input.error {
			background: #f5bebe;
			border-color: #a11616;
		}

		.contact-box p input.valid {
			background: #d2fbd3;
			border-color: #16a13b;
		}

	.contact-box p:nth-of-type(2n+1) {
		padding-right: 19px;
	}

	.contact-box p:nth-of-type(2n+2) {
		padding-left: 19px;
	}

	.contact-box p {
		float: left;
		margin-bottom: 15px;
		width: 50%;
	}

		.contact-box p.message-box, .contact-box p:last-child, .contact-box p.email-box {
			padding: 0 !important;
			width: 100% !important;
		}

		.contact-box p textarea {
			border: 1px solid #cdcdcd;
			font-size: 16px;
			padding: 12px 10px;
			text-transform: capitalize;
			width: 100%;
		}

		.contact-box p a.click-button {
			font-size: 20px;
			margin: 0 auto;
			padding: 16px 6px;
			width: 160px;
		}

/*form page styling
*********************************/

.form-page-section-wrap {
	padding: 19px 0 16px;
	text-align: center;
}

.form-page-section h3 {
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.form-heading-title {
	margin: 26px auto 0;
	width: 724px;
}

.form-page-1 {
	float: left;
	position: relative;
	text-align: center;
	width: 25%;
}

	.form-page-1:first-child::before {
		left: 50%;
		width: 50%;
	}

	.form-page-1:last-child::before {
		right: 0;
		width: 50%;
	}

.active-form::after {
	border-bottom: 1px solid #6c6c6c;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 17px;
	width: 50%;
	z-index: 0;
}

.form-page-1::before {
	border-bottom: 1px solid #6c6c6c;
	clear: both;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 17px;
	width: 100%;
	z-index: 0;
}

.form-page-1.completed-form > span,
.form-page-1.active-form > span {
	background: #1bb580 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.form-page-1 > span {
	background: rgb(198, 198, 198) none repeat scroll 0 0;
	border: 1px solid rgba(107, 109, 108, 0);
	border-radius: 4px;
	color: rgb(93, 97, 98);
	display: inline-block;
	font-size: 22px;
	height: 39px;
	padding: 1px 0 0;
	position: relative;
	text-align: center;
	width: 39px;
	z-index: 2;
}

.completed-form h5, .active-form h5 {
	color: #ffffff !important;
}

.completed-form::before {
	border-color: #ffffff;
}

.active-form.form-page-1::before {
	border-bottom: 1px solid #ffffff;
}

.form-page-1 h5 {
	color: rgb(108, 108, 108);
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0 0;
}

	.form-page-1 h5 span {
		display: block;
	}

.form-page-section h4 {
	color: rgb(94, 94, 94);
	font-size: 22px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.form-wrap {
	float: left;
	width: 50%;
}

.individiual-form-section .selection-option .ui-selectmenu-button {
	border: 1px solid rgb(219, 219, 219);
}

.individiual-form-section .form-detail .form-wrap:nth-child(2n+1) {
	clear: both;
}

.individiual-form-section .form-wrap:nth-child(2n+1) {
	padding: 0 15px 0 0;
}

.individiual-form-section .form-wrap:nth-child(2n+2) {
	padding: 0 0 0 15px;
}

.individiual-form-section .ui-state-default .ui-icon {
	background: rgba(0, 0, 0, 0) url("../img/down-arrow1.png") no-repeat scroll center center;
	border-left: 1px solid rgb(219, 219, 219);
	height: 100%;
	padding: 0 0 0 36px;
	right: 0;
}

.pink-bg input {
	background: rgb(248, 157, 157) none repeat scroll 0 0;
	color: rgb(177, 73, 65);
}

.individiual-form-section input {
	border-bottom: 1px solid rgb(219, 219, 219);
	border-left: 1px solid rgb(219, 219, 219);
	border-right: none;
	border-top: 1px solid rgb(219, 219, 219);
}

.individiual-form-section input {
	height: 40px;
}

.individiual-form-section .input-group-addon {
	background-color: rgb(255, 255, 255);
	border-radius: 0 3px 3px 0;
	border-top: 1px solid rgb(219, 219, 219);
}

.form-control:focus {
	border: #66afe9 solid 1px;
	box-shadow: 0 0 0 0;
	outline: 0 none;
}

.form-control {
	box-shadow: 0 0 0 0;
	display: inline;
}

.pink-bg .input-group-addon {
	background: rgb(248, 157, 157) none repeat scroll 0 0;
}

.input-group {
	width: 100%;
}

.individiual-form-section .input-group span#custom_select-button {
	border: 1px solid rgb(219, 219, 219);
}

.individiual-form-section {
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	width: 662px;
}

	.individiual-form-section .form-wrap > label,
	.individiual-form-section .selection-option > label {
		color: rgb(94, 94, 94);
		display: block;
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 10px;
		text-align: left;
	}

	.individiual-form-section .ui-selectmenu-button span.ui-selectmenu-text {
		color: rgb(94, 94, 94);
		font-size: 18px;
		padding: 6px 30px 0 3px;
	}

	.individiual-form-section input {
		color: rgb(94, 94, 94);
		font-size: 18px;
		height: 40px;
	}

.form-control::-moz-placeholder {
	color: rgb(94, 94, 94);
	opacity: 1;
}

.individiual-form-section .form-wrap {
	margin: 0 0 9px;
}

.light-pink-bg span#custom_select-button {
	background: rgb(201, 239, 195) none repeat scroll 0 0 !important;
}

.individiual-form-section .light-pink-bg span#custom_select-button span.ui-icon {
	background: rgb(158, 218, 148) url("../img/down-arrow1.png") no-repeat scroll center center;
}

.individiual-form-section .form-wrap .fa {
	font-size: 18px;
}

.ui-selectmenu-menu .ui-menu {
	position: relative;
	z-index: 9;
}

.individiual-form-section .banner-form-buttom .click-button {
	font-weight: 700;
	margin-top: 24px;
	padding: 9px 0 13px 8px;
	position: relative;
	text-align: left;
	width: 160px;
}

	.individiual-form-section .banner-form-buttom .click-button > img {
		position: absolute;
		right: 5px;
		top: 11px;
	}

	.individiual-form-section .banner-form-buttom .click-button > span {
		margin-top: 3px;
	}

.form-page-section {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
}


/* #Media Queries

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (min-width:1599px) {
}
 
@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 1199px) {
	.features-wrap .features-content:nth-child(2) {
		margin: 0 55px;
	}

	.block-image {
		height: 340px;
		width: 340px;
	}

		.block-image > img {
			bottom: -4px;
			right: 0;
			width: 100%;
		}

	.block-left-content > p {
		font-size: 14px;
	}

	.block-sec-section .block-image > img {
		width: auto;
	}

	.faq-content span {
		display: inline;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:1023px) {
	.main-banner {
		background: rgb(0, 0, 0) url("img/banner-img.html") no-repeat scroll 17% 100%;
		background-size: auto 100%;
	}

	.banner-info {
		margin: 15px 20px 5px 0;
		width: 405px;
	}

	.features-wrap .features-content:nth-child(2) {
		margin: 0 27px;
	}

	.features-content {
		width: 205px;
	}

	.block-right-content {
		padding: 0 0 0 17px;
	}

	.faq-content {
		padding: 0 10px;
	}

	.block-left-content {
		padding: 0 10px 0 15px;
	}

	.block-image {
		height: 315px;
		width: 315px;
	}

	.block-sec-section .block-left-content {
		padding: 99px 15px 0;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:767px) {
	.banner-info {
		float: none;
		margin: 0 auto;
		padding: 15px 0 5px;
		width: 405px;
	}

	.features-section {
		text-align: center;
	}

	.features-wrap .features-content:nth-child(2) {
		margin: 0 0 20px;
	}

	.features-content {
		margin-bottom: 20px;
		width: 100%;
	}

		.features-content:nth-of-type(1) > h3, .features-content:nth-of-type(2) > h3 {
			border-radius: 8px 8px 8px 8px;
		}

	.features-wrap .features-content:last-child {
		margin-bottom: 0;
	}

	.block-right-content {
		float: none;
		width: 100%;
	}

	.block-left-content {
		float: none;
		width: 100%;
	}

	.block-image {
		margin: 0 auto;
	}

	.block-left-content {
		padding: 30px 15px 10px;
	}

	.block-sec-section .block-right-content {
		float: none;
		margin: 0;
		padding: 0;
	}

	.block-sec-section .block-wrap {
		padding: 0;
	}

	.block-sec-section .block-left-content {
		padding: 30px 15px 10px;
	}

	.block-wrap {
		padding-top: 50px;
	}

	.footer-info {
		padding: 30px 0 0;
	}
	/*.site-branding {
	position: absolute;
	top: 18px;
	z-index: 999999;
}*/
	.banner-feature-section li {
		font-size: 14px;
	}

	.hgroup-wrap {
		padding: 0;
	}

	.footer-menu a {
		font-size: 13px;
	}

	.top-footer {
		padding: 0 15px;
	}

	.about-content {
		padding: 30px 0 0;
	}

	.footer-menu {
		margin: 30px 0 0;
	}

	.faq-content {
		padding: 0;
		width: 100%;
	}

	.faq-section .top-faq-content-wrap {
		padding-top: 30px;
	}

	.faq-content h3 {
		margin-bottom: 10px;
	}

	.faq-content-wrap {
		padding: 0;
	}

	.faq-content > p {
		margin-bottom: 0;
	}

	.faq-content {
		border-bottom: 1px solid #eeeeee;
		padding: 10px 0;
	}

	.individiual-form-section {
		width: 100%;
	}

	.form-heading-title {
		width: 100%;
	}

	.contact-box {
		padding: 0 15px;
	}

	.individiual-form-section {
		padding: 30px 15px;
	}

	.form-page-template .site-branding {
		padding: 13px 0;
		position: static;
	}

	.features-section > h2 {
		font-size: 23px;
	}

	.banner-contact select {
		background: rgb(255, 255, 255) none repeat scroll 0 0;
		border: medium none;
		border-radius: 5px;
		color: rgb(36, 36, 39);
		font-size: 14px;
		padding: 10px;
		width: 100%;
	}

	select {
		background: rgb(255, 255, 255) none repeat scroll 0 0;
	}

	.individiual-form-section .form-wrap > label, .individiual-form-section .selection-option > label {
		font-size: 18px;
	}

	.individiual-form-section .form-wrap .input-group > select,
	.individiual-form-section select {
		background: rgb(255, 255, 255) none repeat scroll 0 0;
		border: 1px solid rgb(219, 219, 219);
		border-radius: 5px;
		padding: 7px;
		width: 100%;
	}

	.light-pink-bg select {
		background: rgb(201, 239, 195) none repeat scroll 0 0 !important;
	}

	.individiual-form-section {
		padding: 30px 15px;
	}

	.banner-section-content .banner-feature-section li {
		font-size: 3.3vw;
	}

	.faq-content-wrap {
		padding: 0 15px;
	}

	.about-content {
		padding: 30px 15px 5px;
	}
}

@media only screen and (max-width:479px) {
	.banner-section-content .banner-feature-section li {
		padding-right: 0;
	}

	.block-right-content {
		padding: 0;
	}

	.block-image > img {
		right: 0;
	}

	.block-image {
		height: 200px;
		width: 200px;
	}

	.banner-info {
		margin: 0 auto;
		padding: 15px 10px 5px;
		width: 100%;
	}

		.banner-info > h2 {
			font-size: 22px;
		}

	.banner-section-content h2 {
		font-size: 28px;
	}

	.banner-contact > p input {
		font-size: 12px;
		height: 34px;
		padding: 0 8px;
	}

	.ui-selectmenu-button span.ui-selectmenu-text {
		padding: 5px 30px 0 3px;
	}

	.ui-selectmenu-button {
		height: 34px;
	}

	.contact-box p {
		width: 100%;
	}

		.contact-box p:nth-of-type(2n+1) {
			padding-right: 0;
		}

		.contact-box p:nth-of-type(2n+2) {
			padding-left: 0;
		}

	.form-page-1 h5 {
		font-size: 11px;
		margin: 5px 0 0;
	}

	.form-page-section h4 {
		font-size: 15px;
	}

	.form-wrap {
		width: 100%;
	}

	.individiual-form-section .form-wrap:nth-child(2n+1) {
		padding: 0;
	}

	.individiual-form-section .form-wrap:nth-child(2n+2) {
		padding: 0;
	}

	.banner-contact select {
		font-size: 13px;
		padding: 7px 0;
	}

	.banner-section-wrap .banner-feature-section {
		margin-left: -10px;
		margin-right: -10px;
	}

	.banner-feature-section li {
		font-size: 3.3vw;
	}

	.block-left-content > h2 {
		font-size: 22px;
	}

	.features-section > h2 {
		font-size: 6vw;
		max-width: 22ch;
		margin: auto;
	}

	h2.post-title {
		font-size: 16px;
	}

	.form-page-section h3 {
		font-size: 11px;
	}

	.form-page-section h4 {
		font-size: 12px;
	}

	.main-banner .banner-section-wrap {
		background: #e2e3de;
	}
}


@media only screen and (max-width:340px) {
	.banner-contact p label {
		font-size: 13px;
	}

	.banner-contact div > p input, .banner-contact div > p select {
		height: 35px;
	}

	.banner-info .checkbox {
		margin-top: 8px;
	}

	.banner-section-wrap .banner-feature-section {
		margin-bottom: 2px;
		border-radius: 0;
		padding: 0;
	}

	.banner-contact div > p.selectWrapper:after {
		font-size: 85%;
		width: 26px;
		height: 35px;
		line-height: 35px;
	}
}




nav.idealsteps-nav {
	padding-bottom: 100px;
	width: 724px;
	margin: 20px auto 0;
}

.idealsteps-nav li {
	float: left;
	position: relative;
	text-align: center;
	width: 25%;
}

	.idealsteps-nav li a {
		color: #6c6c6c;
		font-size: 16px;
		font-weight: 400;
	}

.idealsteps-step-active a {
	color: #fff !important;
}
/* This is to make sure that the setting above wont override the color of the disclaimer links */
.accept-terms a {
	color: #3596e8 !important;
}

.accept-terms label {
	margin-bottom: 14px;
}

.idealsteps-nav li:first-child a::before {
	content: "1";
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	padding: 1px 0 0;
	text-align: center;
	width: 39px;
	height: 39px;
	z-index: 2;
	display: block;
	margin: auto;
	line-height: 38px;
	margin-bottom: 10px;
	border-color: #fff;
	background: #1bb580 none repeat scroll 0 0;
	border-radius: 4px;
}

.idealsteps-nav li:nth-child(1)::after {
	width: 50%;
	border-bottom: 1px solid rgb(108, 108, 108);
	clear: both;
	content: "";
	display: block;
	right: -19px;
	position: absolute;
	top: 17px;
	z-index: 0;
	border-color: #fff;
}

.idealsteps-nav li:nth-child(2) a::before {
	content: "2";
	background: rgb(137, 137, 135) none repeat scroll 0 0;
	border: 1px solid #6b6d6c;
	color: rgb(93, 97, 98);
	display: inline-block;
	font-size: 22px;
	padding: 1px 0 0;
	text-align: center;
	width: 39px;
	height: 39px;
	z-index: 2;
	display: block;
	margin: auto;
	line-height: 38px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: rgb(198, 198, 198) none repeat scroll 0 0;
	border: 1px solid rgba(107, 109, 108, 0);
}

.idealsteps-nav li:nth-child(2)::before {
	width: 50%;
	border-bottom: 1px solid rgb(108, 108, 108);
	clear: both;
	content: "";
	display: block;
	left: -19px;
	position: absolute;
	top: 17px;
	z-index: 0;
	border-color: #fff;
}

.idealsteps-nav li:nth-child(2)::after {
	width: 39%;
	clear: both;
	content: "";
	display: block;
	right: 0;
	position: absolute;
	top: 17px;
	/* width: 100%; */
	z-index: 0;
	border-bottom: 1px solid #777373;
}

.idealsteps-nav li:nth-child(3) a::before {
	content: "3";
	background: rgb(137, 137, 135) none repeat scroll 0 0;
	border: 1px solid #6b6d6c;
	color: rgb(93, 97, 98);
	display: inline-block;
	font-size: 22px;
	padding: 1px 0 0;
	text-align: center;
	width: 39px;
	height: 39px;
	z-index: 2;
	display: block;
	margin: auto;
	line-height: 38px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(108, 108, 108);
	border-radius: 4px;
	background: rgb(198, 198, 198) none repeat scroll 0 0;
	border: 1px solid rgba(107, 109, 108, 0);
	/* width: 100%; */
	z-index: 0;
}

.idealsteps-nav li:nth-child(3)::before {
	width: 50%;
	border-bottom: 1px solid rgb(108, 108, 108);
	clear: both;
	content: "";
	display: block;
	left: -19px;
	position: absolute;
	top: 17px;
	z-index: 0;
	border-color: rgb(108, 108, 108);
}

.idealsteps-nav li:nth-child(3)::after {
	width: 39%;
	clear: both;
	content: "";
	display: block;
	right: 0;
	position: absolute;
	top: 17px;
	/* width: 100%; */
	z-index: 0;
	border-bottom: 1px solid #777373;
}

.idealsteps-nav li:nth-child(4)::before {
	content: "4";
	background: rgb(137, 137, 135) none repeat scroll 0 0;
	border: 1px solid #6b6d6c;
	color: rgb(93, 97, 98);
	display: inline-block;
	font-size: 22px;
	padding: 1px 0 0;
	text-align: center;
	width: 39px;
	height: 39px;
	z-index: 2;
	display: block;
	margin: auto;
	line-height: 38px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(108, 108, 108);
	border-radius: 4px;
	background: rgb(198, 198, 198) none repeat scroll 0 0;
	border: 1px solid rgba(107, 109, 108, 0);
}

.idealsteps-nav li:nth-child(4)::after {
	width: 39%;
	clear: both;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 17px;
	/* width: 100%; */
	z-index: 0;
	border-bottom: 1px solid #777373;
}

.col-xs-12.col-sm-12.col-md-12.form-wrapper-row {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.idealsteps-container.regular-form-identifier {
	background: rgba(0, 0, 0, 0) linear-gradient(#4bcbc9, #4badce) repeat-x scroll 0 0;
	padding-top: 1px;
	background-size: 100% 120px;
}

label {
	font-weight: 400;
	margin-bottom: 2px;
}

@media (max-width: 500px) {
	figure.featured-image {
		width: 24vw;
		padding-left: 5px;
		margin-right: 50%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-info > p {
		font-size: 10px;
	}

	.col-xs-12.col-sm-6 {
		padding-right: 0px;
		padding-left: 0px;
	}

	.idealsteps-wrap {
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		width: 90% !important;
	}

	.idealsteps-nav li {
		float: left;
		position: relative;
		text-align: center;
		width: 12% !important;
	}



		.idealsteps-nav li:first-child a::before {
			width: 30px;
			height: 30px;
			line-height: 26px;
		}

		.idealsteps-nav li:nth-child(2) a::before {
			width: 30px;
			height: 30px;
			line-height: 26px;
		}

		.idealsteps-nav li:nth-child(3) a::before {
			width: 30px;
			height: 30px;
			line-height: 26px;
		}

		.idealsteps-nav li:nth-child(4)::before {
			width: 30px;
			height: 30px;
			line-height: 16px;
		}

		.idealsteps-nav li a {
			font-size: 12px;
		}

		.idealsteps-nav li:nth-child(1)::after {
			width: 0;
			content: "\003e";
			top: 5px;
			margin-right: 20px;
		}

		.idealsteps-nav li:nth-child(2)::after {
			width: 0;
			content: "\003e";
			top: 5px;
			margin-right: 5px;
		}

		.idealsteps-nav li:nth-child(3)::after {
			width: 0;
			content: "\003e";
			top: 5px;
			margin-right: 5px;
		}

		.idealsteps-nav li:nth-child(2)::before {
			width: 0;
		}

		.idealsteps-nav li:nth-child(3)::before {
			width: 0;
		}

		.idealsteps-nav li:nth-child(4)::after {
			width: 0;
		}
}

@media (max-width: 420px) {
	.idealsteps-container.regular-form-identifier {
		background-size: 100% 30px;
	}

	nav.idealsteps-nav {
		padding-bottom: 21px;
		margin-top: 5px;
	}

	.idealsteps-nav li {
		float: left;
		position: relative;
		text-align: center;
		width: 35px !important;
	}
		.idealsteps-nav li a {
			display: none;
		}
		.idealsteps-nav li::before {
			color: white !important;
			width: 39px !important;
			position: static !important;
			border: 0 !important;
			background: none !important;
			font-size: 4vw !important;
		}
		.idealsteps-nav li.idealsteps-step-active::before {
			display: inline;
		}
		.idealsteps-nav li:nth-child(1)::before {
			content: '1';
		}
		.idealsteps-nav li.idealsteps-step-active:nth-child(1)::before {
			content: '1.';
		}
		.idealsteps-nav li:nth-child(2)::before {
			content: '2';
		}
		.idealsteps-nav li.idealsteps-step-active:nth-child(2)::before {
			content: '2.';
		}
		.idealsteps-nav li:nth-child(3)::before {
			content: '3';
		}
		.idealsteps-nav li.idealsteps-step-active:nth-child(3)::before {
			content: '3.';
		}
		.idealsteps-nav li:nth-child(4)::before {
			content: '4';
		}
		.idealsteps-nav li::after {
			width: 20px;
			font-family: 'FontAwesome';
			clear: both;
			content: "\f105";
			height: 30px;
			display: block;
			/* right: -14px !important; */
			position: absolute;
			font-size: 20px !important;
			top: 20px !important;
			transform: scale(1, 4.6);
			color: white;
		}
		
		.idealsteps-nav li.idealsteps-step-active {
			width: 59vw !important;
		}
		.idealsteps-nav li.idealsteps-step-active a {
			display: inline-block;
		}
		.idealsteps-nav li a {
			font-size: 4vw;
		}

		/*.idealsteps-nav li::after {
			display: none !important;
		}*/

		.idealsteps-nav li a::before {
			display: none !important;
		}

	.idealsteps-step .form-group label {
		font-size: 4.9vw;
	}
}

@media (max-width: 350px) {
	.idealsteps-nav li {
		float: left;
		position: relative;
		text-align: center;
		width: 30px !important;
	}

		.idealsteps-nav li a {
			font-size: 4vw;
		}
}

.idealsteps-wrap {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 70%;
}

.form-group {
	margin-bottom: 6px;
}

.ideal-radiocheck-label {
	font-size: 14px;
}

form.idealforms label.error {
	display: none !important;
}

p.text-center.agree-terms {
	font-size: 11px;
	color: #000;
}

/*#region redirect modal and continue modal*/
#redirectModal, .customModal {
	text-align: center;
	overflow-y: auto;
}

	#redirectModal.edit-mode {
		clear: both;
	}

	#redirectModal *, .customModal * {
		font-family: Arial, Helvetica, sans-serif;
	}

	#redirectModal .modal-backdrop, .customModal .modal-backdrop {
		background: #f2f2f2;
		opacity: 1;
	}

	#redirectModal .modal-header, .customModal .modal-header {
		background: #3cab80;
		height: 86px;
		padding: 25px 4px;
	}

	#redirectModal .processing-title, .customModal .processing-title {
		font-size: 37px;
		font-weight: bold;
		color: #1a4e3a;
		padding: 10px;
	}

	#redirectModal .modal-header h3, .customModal .modal-header h3 {
		font-size: 18px;
		margin: 11px;
	}

	#redirectModal .currently-searching, .customModal .currently-searching {
		color: #404041;
		font-size: 16px;
		text-align: center;
		padding: 0 61px;
		margin: 11px 0 18px;
	}

	#redirectModal .searching-lenders, .customModal .searching-lenders {
		font-weight: bold;
		font-size: 18px;
		color: #246e51;
	}

	#redirectModal .this-process-may, .customModal .this-process-may, #redirectModal .this-process-may2, .customModal .this-process-may2 {
		color: #DC1212;
		margin: 10px 0;
	}

	#redirectModal .this-process-may2, .customModal .this-process-may2 {
		font-size: 13px;
	}
	

	#redirectModal .bottom-line, .customModal .bottom-line {
		font-size: 11px;
		position: fixed;
		bottom: 27px;
		max-width: 728px;
		margin: 0;
		margin-left: -15px;
		padding: 15px;
	}

	#redirectModal .modal-content {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	#redirectModal .modal-dialog {
		width: 728px;
	}

	#redirectModal footer .container {
		max-width: 1004px;
	}

	#redirectModal footer ul li a {
		color: #035fc1;
		font-size: 14px;
	}

		#redirectModal footer ul li a:hover {
			text-decoration: underline;
			color: #0021cc;
		}

	#redirectModal footer .copyrights {
		margin: 5px 0;
		font-size: 13px;
		color: #222;
	}

	#redirectModal .disclaimer {
		margin-top: 80px;
		text-align: justify;
		font-size: 13px;
		color: black;
	}

	#redirectModal .click-button {
		padding: 15px 6px 15px;
	}

#continueModal a {
	color: #2d9895;
}

.top_logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

.sk-circle {
	margin: 52px auto;
	width: 63px;
	height: 63px;
	position: relative;
}

	.sk-circle .sk-child {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

		.sk-circle .sk-child:before {
			content: '';
			display: block;
			margin: 0 auto;
			width: 15%;
			height: 15%;
			background-color: #143c2c;
			border-radius: 100%;
			-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
			animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
		}

	.sk-circle .sk-circle2 {
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	.sk-circle .sk-circle3 {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
	}

	.sk-circle .sk-circle4 {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.sk-circle .sk-circle5 {
		-webkit-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		transform: rotate(120deg);
	}

	.sk-circle .sk-circle6 {
		-webkit-transform: rotate(150deg);
		-ms-transform: rotate(150deg);
		transform: rotate(150deg);
	}

	.sk-circle .sk-circle7 {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sk-circle .sk-circle8 {
		-webkit-transform: rotate(210deg);
		-ms-transform: rotate(210deg);
		transform: rotate(210deg);
	}

	.sk-circle .sk-circle9 {
		-webkit-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
		transform: rotate(240deg);
	}

	.sk-circle .sk-circle10 {
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.sk-circle .sk-circle11 {
		-webkit-transform: rotate(300deg);
		-ms-transform: rotate(300deg);
		transform: rotate(300deg);
	}

	.sk-circle .sk-circle12 {
		-webkit-transform: rotate(330deg);
		-ms-transform: rotate(330deg);
		transform: rotate(330deg);
	}

	.sk-circle .sk-circle2:before {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.sk-circle .sk-circle3:before {
		-webkit-animation-delay: -1s;
		animation-delay: -1s;
	}

	.sk-circle .sk-circle4:before {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.sk-circle .sk-circle5:before {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

	.sk-circle .sk-circle6:before {
		-webkit-animation-delay: -0.7s;
		animation-delay: -0.7s;
	}

	.sk-circle .sk-circle7:before {
		-webkit-animation-delay: -0.6s;
		animation-delay: -0.6s;
	}

	.sk-circle .sk-circle8:before {
		-webkit-animation-delay: -0.5s;
		animation-delay: -0.5s;
	}

	.sk-circle .sk-circle9:before {
		-webkit-animation-delay: -0.4s;
		animation-delay: -0.4s;
	}

	.sk-circle .sk-circle10:before {
		-webkit-animation-delay: -0.3s;
		animation-delay: -0.3s;
	}

	.sk-circle .sk-circle11:before {
		-webkit-animation-delay: -0.2s;
		animation-delay: -0.2s;
	}

	.sk-circle .sk-circle12:before {
		-webkit-animation-delay: -0.1s;
		animation-delay: -0.1s;
	}

@-webkit-keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.continue-payday-modal {
}

	.continue-payday-modal .modal-body {
	}

	.continue-payday-modal .modal-content {
		background-color: transparent;
		border: 0;
	}

	.continue-payday-modal .continue-payday {
		background: #eba600 url(../../../../../24lender.com/Templates/24Lender/assets/img/continue_arrow.png) no-repeat right 27px center;
		color: white;
		font-weight: normal;
		font-size: 24px;
		border: 0;
		padding: 7px 33px;
		border-radius: 10px;
		width: 88%;
		max-width: 212px;
		height: 60px;
		text-transform: uppercase;
		padding-left: 17px;
		position: relative;
		margin-top: 14px;
		box-shadow: #af7c00 1px 2px 0px;
		outline: 0;
	}

	.continue-payday-modal .hand-anim {
		/*max-width: 180px;*/
		height: 180px;
		width: 180px;
	}

	.continue-payday-modal .continue-payday:before {
		content: '';
		width: 130px;
		height: 133px;
		position: absolute;
		left: -116px;
		top: -32px;
		background: url(../../../../../24lender.com/Templates/24Lender/assets/img/click_arrow.png) no-repeat;
		transform: rotate(-19deg);
		pointer-events: none;
	}

#redirectModal.continue-payday-modal .searching-lenders {
	font-size: 25px;
	margin-left: 10px;
}

#redirectModal.continue-payday-modal .processing-title {
	font-size: 44px;
}

.continue-payday-modal .continue-payday:hover {
	background-color: #f39835;
}

#redirectModal.continue-payday-modal .currently-searching {
	padding: 0;
	padding: 0 96px;
}

.continue-payday-modal .bottom-text-continue {
	font-size: 11px;
	text-align: center;
	margin-top: 153px;
}

.continue-payday-modal .fa-chevron-right {
	font-size: 21px;
	font-family: FontAwesome !important;
}

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
}

.modal-content {
	width: inherit;
	height: inherit;
	margin: 0 auto;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#continueModal label {
	font-size: 16px;
}

#continueModal .click-button strong {
	font-size: 19px;
}

#continueModal .form-control.valid {
	background: #d4f9e4;
	border-bottom-color: #146d14;
}

#continueModal .form-control.error {
	background: #f9e0e0;
	border-bottom: #860d0d solid 1px;
}

#redirectModal .hand-anim {
	max-height: 150px;
}

#redirectModal .bottom-text-continue {
	text-align: justify;
	color: #adadad;
	font-size: 13px;
	margin-top: 18px;
}

#home-short2 #birthYear, #home-short2 #ssn {
	letter-spacing: 7px;
}


.checksms_wrapper label {
	font-size: 11px !important;
	color: #305a72;
	line-height: 10px;
	margin-top: 16px !important;
}
/** Special css for custom checkbox design **/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		position: relative;
		/*padding-left: 25px;*/
		cursor: pointer;
	}

		/* checkbox aspect */
		[type="checkbox"]:not(:checked) + label:before,
		[type="checkbox"]:checked + label:before {
			content: '';
			/*position: absolute;
  left:0; top: 2px;*/
			float: left;
			margin: 0 3px 3px 3px;
			width: 17px;
			height: 17px;
			border: 1px solid #57788b;
			background: #f5f5f5;
		}

[type="checkbox"].error:not(:checked) + label:before,
[type="checkbox"].error:checked + label:before {
	border: 1px solid #d04848 !important;
	background: #fad0d1 !important;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: "\e013";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 4px;
	left: 3px;
	float: left;
	margin: 0 3px 3px 3px;
	font-size: 12px;
	line-height: 0.8;
	color: #57788b;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

[type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
	border: 1px solid #4778d9 !important;
}

/** END OF CUSTOM CHECKBOX DESIGN **/

.form-control.datepicker {
	background-color: #fff;
}

/** Media queries **/
@media (min-width: 768px) {
	.continue-payday-modal .modal-dialog {
		width: 862px !important;
		margin: 30px auto;
	}
	#redirectModal .modal-content {
		margin-top: 130px;
		margin-bottom: 115px;
	}
}

@media (max-width: 700px) {
	#redirectModal .disclaimer {
		margin-top: 50px;
	}
	.continue-payday-modal .modal-body {
		background-position: left 46px;
		padding-top: 0;
	}

	#redirectModal.continue-payday-modal .processing-title {
		margin-right: -15px;
		margin-left: -15px;
		padding-bottom: 0;
	}

	.continue-payday-modal .bottom-text-continue {
		margin-top: 20vw;
	}

	#redirectModal .modal-dialog {
		width: auto;
	}

	#redirectModal .processing-title {
		font-size: 8vw;
		margin-top: 5px;
	}

	#redirectModal .bottom-line {
		position: static;
	}

	.top_logo {
		position: relative;
		display: inline-block;
		float: left;
		padding-bottom: 7px;
		border-bottom: 2px #1a4e3a solid;
		top: 2px;
	}

		.top_logo img {
			height: 40px;
		}

	#redirectModal .currently-searching {
		font-size: 15px;
		margin: 0 !important;
	}

	.sk-circle {
		margin: 30px auto;
	}
}

@media (max-width: 800px) {
	#redirectModal.continue-payday-modal .currently-searching {
		padding: 0 3vw;
	}

	#redirectModal.continue-payday-modal .processing-title {
		font-size: 5vw;
	}

	.continue-payday-modal .modal-body {
		background-size: 100%;
	}

	#redirectModal.continue-payday-modal .searching-lenders {
		font-size: 2.25vw;
	}

	.continue-payday-modal .bottom-text-continue {
		margin-top: calc(75vw - 458px);
	}
}

@media (max-width: 600px) {
	#redirectModal.continue-payday-modal .processing-title {
		padding-bottom: 14px;
	}

	.continue-payday-modal .modal-body {
		background-position: 0 calc(7vw + 8px);
		background-size: 110%;
	}

	#redirectModal.continue-payday-modal .currently-searching {
		padding-left: 0;
	}

	#redirectModal.continue-payday-modal .searching-lenders {
		font-size: 3.4vw;
		margin-left: 0px;
	}

	.continue-payday-modal .bottom-text-continue {
		margin-top: 13vw;
	}

	#redirectModal.continue-payday-modal .processing-title {
		font-size: 5.5vw;
		max-width: none;
	}

	#redirectModal .currently-searching, .customModal .currently-searching {
		padding: 0;
	}
}

@media (max-width: 430px) {
	.continue-payday-modal .hand-anim {
		max-width: 35vw;
		display: block;
		width: 30vw;
		height: 30vw;
	}

	.continue-payday-modal .continue-payday {
		background: #ff8e12 url(../../../../../24lender.com/Templates/24Lender/assets/img/continue_arrow.png) no-repeat right 27px center;
		color: white;
		font-weight: normal;
		font-size: 24px;
		border: 0;
		padding: 7px 33px;
		border-radius: 10px;
		width: 88%;
		max-width: 212px;
		height: 60px;
		text-transform: uppercase;
		padding-left: 17px;
		position: relative;
		margin-top: 22px;
	}

		.continue-payday-modal .continue-payday:before {
			content: '';
			width: 20vw;
			height: 67px;
			position: absolute;
			left: -23vw;
			top: -6vw;
			background: url(../../../../../24lender.com/Templates/24Lender/assets/img/click_arrow.png) no-repeat;
			background-size: 100%;
		}
}

@media (max-width: 420px) {
	.continue-payday-modal .bottom-text-continue {
		margin-top: calc(10vw + 15px);
	}

	#redirectModal.continue-payday-modal .currently-searching {
		padding: 0 10px;
		font-size: 3.5vw;
		margin-bottom: 0;
		margin-top: -7px;
	}

	.continue-payday-modal .modal-body {
		padding-top: 42vw;
		background-position: left 11vw;
	}

	.continue-payday-modal .hand-anim {
		position: absolute;
		left: 33vw;
		top: 10vw;
	}

	.continue-payday-modal .continue-payday {
		margin-top: 0px;
		background-position: right 16px center;
		height: 50px;
		max-width: 180px;
	}

		.continue-payday-modal .continue-payday:before {
			transform: rotate(6deg);
		}

	#redirectModal.continue-payday-modal .searching-lenders {
		font-size: 6vw;
	}
}

@media (max-width: 330px) {
	.top_logo img {
		width: 70px;
		height: 29px;
	}

	#redirectModal .processing-title {
		font-size: 8.3vw;
	}
}


#continueModal h2 {
	font-size: 22px;
}

#continueModal .form-control {
	border: 0;
	border-bottom: solid 1px #3CAB80;
	border-radius: 0;
	margin-bottom: 5px;
}

#continueModal .disclaimer {
	margin-top: 20px;
	color: black;
	font-size: 11px;
}

#continueModal footer .disclaimer {
	color: black;
	margin-top: 80px;
	font-size: 13px;
	text-align: justify;
}

@media (max-width: 500px) {
	#continueModal footer .disclaimer {
		font-size: 10px;
	}
}

#continueModal label {
	margin-top: 10px;
}

#continueModal .col-md-5 {
	text-align: left;
	padding-left: 50px;
}

#continueModal .form-control::-webkit-input-placeholder {
	text-indent: -300px;
}

#continueModal .form-control:-moz-placeholder {
	opacity: 1;
	text-indent: -300px;
}

#continueModal .form-control::-moz-placeholder {
	opacity: 1;
	text-indent: -300px;
}

#continueModal .form-control:-ms-input-placeholder {
	text-indent: -300px;
}

@media (max-width: 992px) {
	#continueModal .form-control::-webkit-input-placeholder {
		text-indent: 0;
		color: #3cab80 !important;
	}

	#continueModal .form-control:-moz-placeholder {
		opacity: 1;
		text-indent: 0;
		color: #3cab80 !important;
	}

	#continueModal .form-control::-moz-placeholder {
		opacity: 1;
		text-indent: 0;
		color: #3cab80 !important;
	}

	#continueModal .form-control:-ms-input-placeholder {
		text-indent: 0;
		color: #3cab80 !important;
	}

	#continueModal .col-md-5 label {
		display: none;
	}
}

@media (max-width: 408px) {
	#continueModal h2 {
		display: none;
	}

	#continueModal h1 {
		font-size: 6vw;
	}

	#continueModal .disclaimer {
		font-size: 10px;
	}
}

/*#endregion*/

/*#region Form page - Apply */
.inputs-tooltip {
	display: none;
}

.idealforms .form-control.valid {
	border: #5bb26c solid 2px;
	color: #247a24;
	box-shadow: #5bb26c 0px 0px 6px;
	background-color: #E2F0E3;
}

.idealforms .form-control.error {
	border: #d35959 solid 2px;
	color: #771e1e;
	box-shadow: #d35959 0px 0px 6px;
	background-color: #f0e2e2;
}

	.idealforms .form-control.error::-webkit-input-placeholder,
	.idealforms .form-control.valid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #fff;
	}

	.idealforms .form-control.error::-moz-placeholder,
	.idealforms .form-control.valid::-moz-placeholder { /* Firefox 19+ */
		color: #fff;
	}

	.idealforms .form-control.error:-ms-input-placeholder,
	.idealforms .form-control.valid:-ms-input-placeholder { /* IE 10+ */
		color: #fff;
	}

	.idealforms .form-control.error:-moz-placeholder,
	.idealforms .form-control.valid:-moz-placeholder { /* Firefox 18- */
		color: #fff;
	}

.idealforms .selectWrapper {
	position: relative;
}

	.idealforms .selectWrapper:after {
		content: "\f078";
		width: 35px;
		font-family: fontAwesome;
		height: 34px;
		position: absolute;
		right: 0;
		bottom: 0px;
		text-align: center;
		line-height: 34px;
		pointer-events: none;
		/*border-radius: 4px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		background-color: #eee;
		border: 1px solid #ccc;*/
	}

	.idealforms .selectWrapper select {
		-webkit-appearance: none;
		-moz-appearance: none;
	}
/*#endregion */
