@font-face {
	font-family: 'Lato';
	src: url("fonts/Lato/lato-regular-webfont.eot");
	src: url("fonts/Lato/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/lato-regular-webfont.woff") format("woff"), url("fonts/Lato/lato-regular-webfont.ttf") format("truetype"), url("fonts/Lato/lato-regular-webfont.svg#webfont") format("svg")
}

@font-face {
	font-family: 'Mont-Bold';
	src: url("fonts/Montserrat/montserrat-medium-webfont.eot");
	src: url("fonts/Montserrat/montserrat-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/montserrat-medium-webfont.woff") format("woff"), url("fonts/Montserrat/montserrat-medium-webfont.ttf") format("truetype"), url("fonts/Montserrat/montserrat-medium-webfont.svg#webfont") format("svg")
}

@font-face {
	font-family: 'Mont-Reg';
	src: url("fonts/Montserrat/montserrat-regular-webfont.eot");
	src: url("fonts/Montserrat/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/montserrat-regular-webfont.woff") format("woff"), url("fonts/Montserrat/montserrat-regular-webfont.ttf") format("truetype"), url("fonts/Montserrat/montserrat-regular-webfont.svg#webfont") format("svg")
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Mont-Reg", "Helvetica Neue", sans-serif
}

.btn {
	font-family: "Mont-Bold", "Helvetica Neue", sans-serif
}

@-webkit-keyframes spin {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg)
	}
}

@-webkit-keyframes ripple {
	to {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes ripple {
	to {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes testimonialSlide {
	from {
		background-position: -35px center
	}
	to {
		background-position: 0px center
	}
}

.btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	transition: all .1s ease-in;
	display: block;
	cursor: pointer;
	letter-spacing: .5px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	transform: translate3d(0, 0, 0);
	-ms-behavior: url("/dist/ie-support/PIE.htc")
}

.btn:active:focus,
.btn:active,
.btn:focus {
	outline: none;
	box-shadow: none
}

.ripple {
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	pointer-events: none
}

.ripple.show {
	-webkit-animation: ripple .4s ease-out;
	animation: ripple .4s ease-out
}

.btn-border {
	border: 2px solid #0F933D
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active {
	border-color: #058A0F
}

.btn-orange {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
	background: #0F933D;
	color: #fff;
	font-weight: 500 !important;
	text-transform: uppercase;
	border: 2px solid #0F933D
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
	background: #058A0F;
	border-color: #058A0F;
	color: #fff;
	outline: none
}

.btn-border-orange,
.btn-border-black {
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #0F933D;
	color: #0F933D;
	font-weight: 500 !important
}

.btn-border-orange .ripple,
.btn-border-black .ripple {
	background: #fff;
	z-index: -1
}

.btn-border-orange:hover,
.btn-border-black:hover,
.btn-border-orange:focus,
.btn-border-black:focus,
.btn-border-orange:active,
.btn-border-black:active {
	background: rgba(255, 255, 255, 0.2);
	color: #058A0F
}

.btn-border-black {
	border: 2px solid #000;
	color: #000
}

.btn-border-black:hover,
.btn-border-black:focus,
.btn-border-black:active {
	background: #000;
	color: #fff;
	outline: none
}

.btn-border-white {
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 500 !important
}

.btn-border-white:hover,
.btn-border-white:focus,
.btn-border-white:active {
	background: rgba(255, 255, 255, 0.2);
	color: #fff
}

.btn-border-grey {
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #DCDCDC;
	color: #000;
	font-weight: 500 !important
}

.btn-border-grey:hover,
.btn-border-grey:focus,
.btn-border-grey:active {
	background: rgba(0, 0, 0, 0.02);
	color: #000
}

.btn-border-grey.rounded {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px
}

.btn-border-dark-grey {
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #9B9B9B;
	color: #9B9B9B;
	font-weight: 500 !important
}

.btn-border-dark-grey:hover,
.btn-border-dark-grey:focus,
.btn-border-dark-grey:active {
	background: rgba(0, 0, 0, 0.02);
	color: #9B9B9B
}

.btn-border-dark-grey.rounded {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px
}

.btn-sm {
	font-size: 12px;
	line-height: 1.3333333;
	padding: 8px 18px
}

.btn-lg {
	font-size: 12px;
	line-height: 1.3333333;
	padding: 15px 30px;
	min-width: 180px
}

.btn-md {
	font-size: 12px;
	line-height: 1.3333333;
	padding: 11.5px 10px;
	width: 142px
}

.btn-header {
	font-size: 12px;
	line-height: 16px;
	height: 34px;
	padding: 9px 15px;
	min-width: 175px
}

.loginSubmit .load {
	display: none
}

.loginSubmit .noload {
	display: inline-block
}

.loginSubmit.loading img {
	transform-origin: 54% 49%;
	-ms-transform-origin: 54% 49%;
	-moz-transform-origin: 54% 49%;
	-webkit-transform-origin: 54% 49%;
	-o-transform-origin: 54% 49%;
	animation: 2s spin linear infinite;
	-ms-animation: 2s spin linear infinite;
	-moz-animation: 2s spin linear infinite;
	-webkit-animation: 2s spin linear infinite;
	-o-animation: 2s spin linear infinite;
	margin-top: -4px;
	margin-right: 10px;
	margin-left: -12px;
	max-height: 15px
}

.loginSubmit.loading .load {
	display: inline-block
}

.loginSubmit.loading .noload {
	display: none
}

* {
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased
}

html,
body {
	background-color: #F0F0F0;
	font-family: "Lato", "Helvetica Neue", sans-serif;
	height: 100%
}

.no-padding {
	padding: 0
}

.nav-swipe-toggle {
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 800
}

.processing-application {
	display: none;
	background-color: #fdcb46;
	padding: 5px 20px 5px
}

.processing-application p {
	margin-bottom: 0;
	color: #4a4a4a
}

.inside-page .navbar-default {
	background-color: #fff;
	border-bottom: 1px solid #DCDCDC
}

.inside-page .navbar-default .navbar-brand {
	padding: 20px 15px;
	color: #000
}

.inside-page .navbar-default .navbar-brand img {
	margin-top: -10px
}

.inside-page .navbar-default .navbar-brand:hover {
	color: #000
}

.inside-page .navbar-default .navbar-cta {
	padding: 13px 0;
	float: right
}

.inside-page .navbar-default .navbar-cta button {
	display: inline-block;
	margin-left: 20px
}

.inside-page .navbar-default .navbar-cta button.btn-border-white {
	border: 1px solid #DCDCDC;
	color: #000
}

.inside-page .navbar-default .navbar-cta button:first-child {
	margin-left: 0
}

.inside-page .navbar-default .navbar-toggle {
	margin-top: 0;
	color: #000
}

.inside-page .navbar-default .navbar-toggle .hamburger {
	margin-right: 0px;
	margin-top: -4px;
	float: right;
	max-width: 22px;
	max-height: 22px
}

.header {
	z-index: 50
}

.navbar-default {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	border: 0;
	height: 60px;
	min-height: 60px;
	margin-bottom: 0;
	z-index: 5
}

.navbar-default .navbar-brand {
	height: 60px;
	padding: 22px 15px;
	color: #fff;
	font-size: 24px
}

.navbar-default .navbar-brand:hover {
	color: #fff
}

.navbar-default .navbar-cta {
	padding: 20px 0
}

.navbar-default .navbar-cta button {
	padding: 3px 8px;
	color: #fff
}

.navbar-toggle {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	margin: 5px 0 0 15px;
	padding: 24px 5px 20px;
	z-index: 900;
	display: block !important;
	width: 100% !important
}

.navbar-toggle .hamburger {
	margin-right: 0px;
	margin-top: -4px;
	float: right;
	max-width: 22px;
	max-height: 22px
}

.navbar-toggle:hover {
	background-color: transparent !important
}

.navmenu {
	background-color: #fff;
	box-shadow: 3px 0 15px #4a4a4a;
	overflow-y: auto;
	text-align: left;
	z-index: 999
}

.navmenu .navmenu-close-button {
	filter: Alpha(opacity=.8);
	opacity: .8;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
	float: right;
	padding: 22px 35px
}

.navmenu .navmenu-close-button svg {
	max-width: 18px;
	max-height: 18px;
	vertical-align: middle
}

.navmenu .navmenu-close-button:hover {
	filter: Alpha(opacity=1);
	opacity: 1
}

.navmenu .cta-link {
	text-decoration: none
}

.navmenu .cta-link .navmenu-header {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #0F933D;
	cursor: pointer;
	height: 45px;
	margin-left: 20px;
	margin-top: 20px;
	width: 190px;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-ms-behavior: url("/dist/ie-support/PIE.htc")
}

.navmenu .cta-link .navmenu-header .navmenu-cta {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 500 !important;
	padding-top: 9px;
	text-align: center
}

.navmenu .navmenu-body {
	padding: 20px;
	text-align: left
}

.navmenu .navmenu-body li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 24px;
	width: 190px;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-ms-behavior: url("/dist/ie-support/PIE.htc")
}

.navmenu .navmenu-body li:hover {
	background-color: #DCDCDC
}

.navmenu .navmenu-body li a {
	font-size: 16px;
	font-weight: 300 !important
}

.navmenu .navmenu-body li a:hover {
	color: #777
}

.navmenu .navmenu-body li.active {
	background-color: #DCDCDC
}

.navmenu .navmenu-body li.active a {
	background-color: #DCDCDC;
	color: #333
}

.navmenu .navmenu-body li.active a:hover {
	background-color: #DCDCDC
}

.navmenu .navmenu-body .bottom-cta {
	padding: 20px 30px 20px 0
}

.navmenu .navmenu-body .bottom-cta button {
	font-size: 15px;
	font-weight: 400 !important;
	width: 100%
}

.navmenu .navmenu-body .bottom-cta button img {
	margin-right: 8px
}

.callout-grey {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #f7f7f7;
	border: 2px solid #DCDCDC;
	cursor: pointer;
	margin: 10px 0;
	padding: 17px;
	position: relative
}

.callout-grey .mdash {
	height: 40px;
	width: 50px;
	padding: 5px 0 0 0
}

.callout-grey .mdash svg {
	height: 2px;
	width: 50px
}

.callout-grey .collapse-content {
	display: none;
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px
}

.yellow-btm-cta {
	background-color: #058A0F;
	margin-top: 0;
	padding: 20px 0
}

.yellow-btm-cta p {
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 0
}

.yellow-btm-cta button {
	margin-top: 0
}

.yellow-btm-cta .yellow-cta-phone {
	background-image: url("/layouts/template3/images/cta/phone.png");
	background-position: right 0;
	background-repeat: no-repeat;
	background-size: auto;
	height: 480px;
	margin-top: -152px;
	z-index: 4
}

.apply-form .form-group {
	margin-bottom: 20px
}

.apply-form .form-group .form-control {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #9B9B9B;
	color: #000;
	font-size: 20px;
	font-weight: 300 !important;
	height: 50px;
	padding: 8px 20px
}

.apply-form .form-group .form-control ::-webkit-input-placeholder {
	color: #9B9B9B;
	margin: 0;
	padding: 0 0;
	font-size: 16px;
	font-weight: 300 !important;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
}

.apply-form .form-group .form-control :-moz-placeholder {
	color: #9B9B9B;
	margin: 0;
	padding: 0 0;
	font-size: 16px;
	font-weight: 300 !important;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
}

.apply-form .form-group .form-control ::-moz-placeholder {
	color: #9B9B9B;
	margin: 0;
	padding: 0 0;
	font-size: 16px;
	font-weight: 300 !important;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
}

.apply-form .form-group .form-control :-ms-input-placeholder {
	color: #9B9B9B;
	margin: 0;
	padding: 0 0;
	font-size: 16px;
	font-weight: 300 !important;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
}

.apply-form .future {
	display: none
}

.apply-results {
	text-align: center
}

.apply-results.approved {
	background-color: #7caf59
}

.apply-results.approved main {
	background-color: #7caf59
}

.apply-results.rejected {
	background-color: #fdcb46
}

.apply-results.rejected main {
	background-color: #fdcb46
}

.apply-results .navbar>.container>div>.navbar-brand {
	float: none;
	margin-left: auto;
	margin-right: auto
}

.apply-results .navbar>.container>div>.navbar-brand img {
	display: inline-block;
	margin-right: 0
}

.apply-results main {
	padding-bottom: 150px
}

.apply-results main img {
	margin-top: 150px
}

.apply-results h1 {
	font-size: 40px;
	line-height: 44px;
	font-weight: 300 !important;
	margin-top: 57px;
	margin-bottom: 75px
}

.apply-results h1 small {
	font-size: 26px;
	line-height: 44px
}

.apply-results button {
	margin-left: auto;
	margin-right: auto
}

.notFoundError {
	background-color: #fff
}

.notFoundError header .navbar-default {
	background-color: #000 !important
}

.notFoundError header .navbar-default .navbar-cta {
	padding: 14px 0
}

.notFoundError header .navbar-default .navbar-toggle {
	padding: 19px 5px 20px
}

.notFoundError header button {
	display: inline-block !important;
	float: right
}

.notFoundError header button.btn-border-white {
	display: none !important
}

.notFoundError main {
	padding-bottom: 150px
}

.notFoundError main img {
	margin-top: 100px
}

.notFoundError main h1 {
	font-size: 40px;
	line-height: 44px;
	font-weight: 300 !important;
	margin-top: 57px;
	margin-bottom: 50px
}

.notFoundError main h1 small {
	font-size: 26px;
	line-height: 44px
}

.notFoundError main button {
	margin-left: auto;
	margin-right: auto
}

.unsubscribeError {
	text-align: left;
	margin-top: 3px;
	margin-left: 3px
}

footer {
	background-color: #fff;
	color: #9B9B9B;
	padding-bottom: 50px;
	padding-top: 60px;
	position: relative
}

footer div {
	padding: 0
}

footer p {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: left
}

footer p .line-seperator {
	padding: 0 5px
}

footer .footer-links {
	text-align: left
}

footer .footer-links a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500 !important;
	letter-spacing: .5px;
	margin: 5px 13px;
	font-size: 14px;
	color: #000;
	clear: both
}

footer .footer-links a:first-child {
	margin-left: 0
}

footer .footer-links a:hover,
footer .footer-links a:focus,
footer .footer-links a:active {
	color: #4a4a4a;
	text-decoration: none
}

footer button {
	display: inline-block !important
}

footer .footer-btn {
	float: right
}

footer .footer-btm {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #DCDCDC
}

footer .footer-btm div {
	padding: 0
}

footer .footer-btm a {
	color: #9B9B9B;
	margin-left: 20px;
	font-size: 14px
}

footer .footer-btm a:first-child {
	margin-left: 0
}

footer .disclaimer {
	padding-top: 20px;
	margin-top: 30px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s
}

::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-track {
	background-color: transparent;
	border: 0
}

::-webkit-scrollbar-thumb {
	background-color: #9B9B9B;
	border-radius: 2px
}

@media (max-width: 767px) {
	.navbar-toggle img {
		float: right !important
	}
	.navbar-default .navbar-brand img {
		max-height: 45px
	}
	.callout-grey {
		padding: 13px
	}
	.callout-grey h3 {
		font-size: 16px;
		margin-top: 10px
	}
	.callout-grey p {
		font-weight: 400 !important
	}
	.bottom-quest button {
		width: 200px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px
	}
	.wrapper {
		height: auto !important;
		margin: 0 auto -171px;
		min-height: 100%
	}
	.wrapper-push {
		height: 171px
	}
	h1 {
		color: #000;
		font-size: 30px;
		font-weight: 300 !important;
		line-height: 39px;
		text-align: center
	}
	h1 small {
		clear: both;
		color: inherit;
		display: block;
		font-size: 20px;
		font-weight: 300 !important;
		line-height: 24px;
		margin-top: 20px
	}
	h2 {
		font-size: 30px;
		font-weight: 500 !important;
		line-height: 39px;
		text-align: center;
		margin-bottom: 30px
	}
	h4 {
		color: #4a4a4a;
		font-size: 14px;
		font-weight: 500 !important;
		line-height: 20px;
		margin-top: 10px;
		margin-bottom: 20px
	}
	p {
		color: #4a4a4a;
		font-size: 16px;
		font-weight: 500 !important;
		letter-spacing: .5px;
		line-height: 26px
	}
	.get-started-form {
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		float: none
	}
	.get-started-form .col-one,
	.get-started-form .col-two {
		padding: 50px 30px
	}
	.get-started-form .col-one {
		background-color: #fff
	}
	.get-started-form .col-two {
		background: #058A0F;
		margin-top: 40px;
		width: 110%;
		margin-left: -15px
	}
	.get-started-form .col-two h2,
	.get-started-form .col-two p {
		color: #fff;
		text-align: center;
		margin: 0
	}
	.get-started-form .col-two h2 {
		line-height: 28px
	}
	.get-started-form .col-two p {
		font-size: 14px;
		padding: 20px 0 40px;
		font-weight: 400 !important;
		line-height: 20px
	}
	.get-started-form .col-two button {
		width: 90%;
		margin: 0 15px
	}
	.get-started-form h2 {
		text-align: center;
		text-transform: uppercase;
		font-size: 24px;
		margin: 0 0 16px
	}
	.get-started-form .form-group {
		margin-bottom: 20px
	}
	.get-started-form .form-group label.control-label {
		color: #9B9B9B
	}
	.get-started-form .form-group .form-control {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-ms-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		-ms-border-radius: 0px;
		border-radius: 0px;
		border: 1px solid #9B9B9B;
		color: #9B9B9B;
		font-size: 16px;
		font-weight: 400 !important;
		height: 50px;
		padding: 8px 20px
	}
	.get-started-form .form-group .form-control ::-webkit-input-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 400 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.get-started-form .form-group .form-control :-moz-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 400 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.get-started-form .form-group .form-control ::-moz-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 400 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.get-started-form .form-group .form-control :-ms-input-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 400 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.get-started-form .form-submit {
		padding: 0
	}
	.get-started-form .form-submit button {
		margin-left: auto;
		margin-right: auto
	}
	.get-started-form .form-agree {
		margin-top: 20px;
		padding: 0;
		text-align: left
	}
	.get-started-form .form-agree div[class^='col-'] {
		padding: 0
	}
	.get-started-form .form-agree label {
		cursor: pointer;
		font-size: 11.4px;
		font-weight: 300 !important;
		padding-left: 10px
	}
	.get-started-form .form-secure {
		margin-bottom: 15px;
		margin-top: 20px
	}
	.get-started-form .form-secure img {
		margin-top: -5px;
		vertical-align: middle
	}
	.get-started-form .form-secure span {
		display: inline-block;
		margin-left: 10px
	}
	.process {
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		max-width: 450px;
		text-align: left
	}
	.process div>div {
		margin-bottom: 15px;
		padding: 0
	}
	.process .process-img {
		height: 120px;
		position: relative
	}
	.process .process-img img,
	.process .process-img svg {
		display: block;
		height: 55px;
		margin-top: 10px;
		width: 52px
	}
	.process h4 {
		color: #000;
		margin-left: 10px
	}
	.process p {
		font-size: 14px;
		font-weight: 400 !important;
		margin-left: 10px
	}
	.yellow-btm-cta {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: center
	}
	.yellow-btm-cta .container {
		max-width: 450px
	}
	.yellow-btm-cta .container button {
		float: none !important;
		display: inline-block;
		width: 200px;
		margin-top: 30px
	}
	.inner-page {
		background-color: #fff
	}
	.inner-page-container {
		padding-bottom: 60px
	}
	.content-one p,
	.content-two p {
		font-size: 16px;
		font-weight: 300 !important;
		line-height: 20px
	}
	.content-one h2,
	.content-two h2 {
		font-size: 24px;
		font-weight: 500 !important;
		line-height: 25px;
		margin-bottom: 25px;
		margin-top: 70px
	}
	.content-one ul.check-list,
	.content-two ul.check-list {
		list-style-image: url("../images/icons/checkMark.svg");
		margin-top: 30px;
		padding-left: 30px !important
	}
	.content-one ul.check-list li,
	.content-two ul.check-list li {
		font-size: 16px;
		font-weight: 300 !important;
		line-height: 20px;
		margin-bottom: 20px;
		padding-left: 13px
	}
	.content-one h3,
	.content-two h3 {
		font-size: 18px;
		font-weight: 300 !important;
		line-height: 20px
	}
	.content-one a,
	.content-two a {
		color: #4a4a4a
	}
	.content-one .callout-grey-top,
	.content-one .callout-grey-bottom,
	.content-two .callout-grey-top,
	.content-two .callout-grey-bottom {
		background-color: #fff;
		border: 1px solid #DCDCDC;
		margin: 0;
		padding: 40px;
		position: relative;
		z-index: 10
	}
	.content-one .callout-grey-top,
	.content-two .callout-grey-top {
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-o-border-radius: 3px 3px 0 0;
		-ms-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		background-color: #f7f7f7;
		border-bottom: 0;
		margin-top: 30px
	}
	.content-one .callout-grey-bottom,
	.content-two .callout-grey-bottom {
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		-o-border-radius: 0 0 3px 3px;
		-ms-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		border-top: 0;
		z-index: 9
	}
	.content-one .callout-grey-bottom form,
	.content-two .callout-grey-bottom form {
		display: inline-block;
		width: 100%
	}
	.content-one .callout-grey-bottom form .form-group,
	.content-two .callout-grey-bottom form .form-group {
		margin-bottom: 25px
	}
	.content-one .callout-grey-bottom form .form-group .form-control,
	.content-two .callout-grey-bottom form .form-group .form-control {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-o-box-shadow: none !important;
		-ms-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #9B9B9B;
		color: #000;
		font-size: 20px;
		font-weight: 300 !important;
		height: 50px;
		padding: 8px 20px
	}
	.content-one .callout-grey-bottom form .form-group .form-control ::-webkit-input-placeholder,
	.content-two .callout-grey-bottom form .form-group .form-control ::-webkit-input-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.content-one .callout-grey-bottom form .form-group .form-control :-moz-placeholder,
	.content-two .callout-grey-bottom form .form-group .form-control :-moz-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.content-one .callout-grey-bottom form .form-group .form-control ::-moz-placeholder,
	.content-two .callout-grey-bottom form .form-group .form-control ::-moz-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.content-one .callout-grey-bottom form .form-group .form-control :-ms-input-placeholder,
	.content-two .callout-grey-bottom form .form-group .form-control :-ms-input-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.content-one .callout-grey-bottom form .form-group label.control-label,
	.content-two .callout-grey-bottom form .form-group label.control-label {
		left: 20px;
		color: #9B9B9B
	}
	.content-one .callout-grey-bottom form .form-group.has-error .form-control,
	.content-two .callout-grey-bottom form .form-group.has-error .form-control {
		border: 1px solid #ff6464
	}
	.content-one .notch-bottom-grey-border,
	.content-two .notch-bottom-grey-border {
		border-bottom: 12px solid transparent;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 20px solid #f7f7f7;
		bottom: -27px;
		left: 30px;
		position: absolute
	}
	.content-one .callout-grey,
	.content-two .callout-grey {
		background-color: #fff;
		border: 1px solid #DCDCDC;
		cursor: pointer;
		margin: 10px 0;
		padding: 17px;
		position: relative
	}
	.content-one .callout-grey .mdash,
	.content-two .callout-grey .mdash {
		background-image: url("/layouts/template3/images/icons/mdash.svg");
		background-position: center center;
		background-repeat: no-repeat;
		height: 40px;
		width: 50px
	}
	.content-one .callout-grey .collapse-content,
	.content-two .callout-grey .collapse-content {
		display: none;
		padding: 20px 0
	}
	.content-one .callout-yellow,
	.content-two .callout-yellow {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		background-color: #f7f7f7;
		border: 2px solid #f7f7f7;
		margin: 18px 0;
		padding: 40px;
		position: relative
	}
	.content-one .callout-yellow .notch-right-top-yellow,
	.content-two .callout-yellow .notch-right-top-yellow {
		border-bottom: 25px solid transparent;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 18px solid #f7f7f7;
		bottom: -40px;
		font-size: 0;
		height: 0;
		left: 50%;
		line-height: 0;
		margin: 0;
		margin-left: -25px;
		padding: 0;
		position: absolute;
		width: 0
	}
	.content-one .nav-tabs,
	.content-two .nav-tabs {
		border-bottom: 0
	}
	.content-one .nav-tabs .active>a,
	.content-one .nav-tabs .active>a:hover,
	.content-one .nav-tabs .active>a:focus,
	.content-two .nav-tabs .active>a,
	.content-two .nav-tabs .active>a:hover,
	.content-two .nav-tabs .active>a:focus {
		background: transparent;
		border: 0;
		border-bottom: 2px solid #4a4a4a;
		font-size: 16px;
		font-weight: 500 !important;
		line-height: 20px
	}
	.content-one .nav-tabs li,
	.content-two .nav-tabs li {
		margin-bottom: 15px;
		margin-top: 15px;
		width: 100%
	}
	.content-one .nav-tabs li a,
	.content-two .nav-tabs li a {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		border: 0;
		color: #4a4a4a;
		font-size: 14px;
		font-weight: 500 !important;
		line-height: 20px;
		margin-left: 0;
		margin-right: 30px;
		padding: 3px 0;
		text-align: center
	}
	.content-one .nav-tabs li a:hover,
	.content-two .nav-tabs li a:hover {
		background-color: transparent
	}
	.content-one .tab-content,
	.content-two .tab-content {
		font-size: 14px;
		font-weight: 300 !important;
		line-height: 20px;
		padding-top: 20px
	}
	.content-one table,
	.content-two table {
		border: 0;
		margin-top: 60px
	}
	.content-one table thead th,
	.content-two table thead th {
		border-bottom: 2px solid #4a4a4a;
		font-weight: 500 !important;
		font-family: 'mont-reg', 'Helvetica Neue', sans-serif;
		padding: 15px 8px
	}
	.content-one table tbody,
	.content-two table tbody {
		font-weight: 300
	}
	.content-one table tbody tr,
	.content-two table tbody tr {
		border-bottom: 1px solid #DCDCDC
	}
	.content-one table tbody tr td,
	.content-two table tbody tr td {
		border-top: 0;
		padding: 10px 8px
	}
	.content-one .line-form,
	.content-two .line-form {
		margin-top: 60px
	}
	.content-one .line-form ::-webkit-input-placeholder,
	.content-two .line-form ::-webkit-input-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.content-one .line-form :-moz-placeholder,
	.content-two .line-form :-moz-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.content-one .line-form ::-moz-placeholder,
	.content-two .line-form ::-moz-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.content-one .line-form :-ms-input-placeholder,
	.content-two .line-form :-ms-input-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.content-one .line-form .form-group,
	.content-two .line-form .form-group {
		margin-bottom: 25px
	}
	.content-one .line-form .form-control,
	.content-two .line-form .form-control {
		-webkit-box-shadow: 0 0 0 #F0F0F0;
		-moz-box-shadow: 0 0 0 #F0F0F0;
		-o-box-shadow: 0 0 0 #F0F0F0;
		-ms-box-shadow: 0 0 0 #F0F0F0;
		box-shadow: 0 0 0 #F0F0F0;
		background-color: transparent;
		border: 0;
		border-bottom: 2px solid #DCDCDC;
		border-radius: 0;
		color: #4a4a4a;
		font-size: 16px;
		font-weight: 300 !important;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #0F933D 4%);
		background-position: -500px 0;
		background-size: 500px 100%;
		background-repeat: no-repeat;
		transition: all 0.5s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.content-one .line-form .form-control:focus,
	.content-one .line-form .form-control:valid,
	.content-two .line-form .form-control:focus,
	.content-two .line-form .form-control:valid {
		border-bottom: 1px solid #0F933D;
		box-shadow: none;
		outline: none;
		background-position: 0 0
	}
	.content-one .line-form .form-control:focus::-webkit-input-placeholder,
	.content-one .line-form .form-control:valid::-webkit-input-placeholder,
	.content-two .line-form .form-control:focus::-webkit-input-placeholder,
	.content-two .line-form .form-control:valid::-webkit-input-placeholder {
		color: #9B9B9B;
		font-size: 16px;
		visibility: visible !important
	}
	.content-one .line-form textarea,
	.content-two .line-form textarea {
		overflow: hidden;
		resize: none
	}
	.content-one .line-form .form-bottom span,
	.content-two .line-form .form-bottom span {
		display: block;
		font-size: 12px;
		font-weight: 300 !important;
		line-height: 14px;
		margin-top: 15px;
		max-width: 160px
	}
	.content-one .line-form .form-bottom button,
	.content-two .line-form .form-bottom button {
		float: right;
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.3333333;
		padding: 15px 30px;
		min-width: 110px
	}
	.line-form {
		margin-top: 60px
	}
	.line-form ::-webkit-input-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.line-form :-moz-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.line-form ::-moz-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.line-form :-ms-input-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.line-form .form-control {
		-webkit-box-shadow: 0 0 0 #F0F0F0;
		-moz-box-shadow: 0 0 0 #F0F0F0;
		-o-box-shadow: 0 0 0 #F0F0F0;
		-ms-box-shadow: 0 0 0 #F0F0F0;
		box-shadow: 0 0 0 #F0F0F0;
		background-color: transparent;
		border: 0;
		border-bottom: 2px solid #DCDCDC;
		border-radius: 0;
		color: #4a4a4a;
		font-size: 16px;
		font-weight: 300 !important
	}
	.line-form textarea {
		overflow: hidden;
		resize: none
	}
	.line-form .form-bottom span {
		display: block;
		font-size: 12px;
		font-weight: 300 !important;
		line-height: 14px;
		margin-top: 15px;
		max-width: 160px
	}
	.line-form .form-bottom button {
		margin-top: 5px
	}
	.content-one,
	.content-two {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 450px
	}
	footer {
		text-align: center;
		font-size: 13px;
		line-height: 18px;
		padding-top: 50px
	}
	footer .footer-btn {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	footer .footer-btm {
		margin-top: 0;
		padding-top: 30px;
		border-top: 0
	}
	footer .footer-btm p {
		text-align: center;
		font-weight: 300 !important
	}
	footer .disclaimer {
		text-align: left
	}
	.inside-page header .navbar-toggle {
		z-index: 990;
		padding: 20px 5px 20px
	}
	.inside-page header .navbar-toggle svg {
		float: right
	}
	.index-page .navbar-default {
		z-index: 990
	}
	.index-page .navbar-default .navbar-cta {
		float: right
	}
	.index-page header .navbar-toggle {
		z-index: 990;
		padding: 20px 5px 20px
	}
	.index-page header .navbar-toggle svg {
		float: right
	}
	.index-page header .navbar-toggle svg path {
		fill: #fff
	}
	.index-page .max-width-wrapper-home {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 1000px;
		position: relative
	}
	.index-page .get-started-form-sticky {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-o-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		border-radius: 0 !important;
		position: relative !important;
		background: rgba(0, 0, 0, 0.5);
		padding: 20px 0 !important;
		width: 100%;
		height: 90px;
		margin-top: -80px;
		border-bottom: 3px solid #0F933D
	}
	.index-page .get-started-form-sticky h2 {
		font-size: 20px;
		line-height: 27px;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		color: #fff;
		text-align: center
	}
	.index-page .get-started-form-sticky form .form-group {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 5px;
		padding-right: 5px
	}
	.index-page .get-started-form-sticky form .form-group.label-floating.is-focused label.control-label,
	.index-page .get-started-form-sticky form .form-group.label-floating:not(.is-empty) label.control-label {
		display: none
	}
	.index-page .get-started-form-sticky form .form-group label.control-label {
		left: 20px;
		color: #9B9B9B
	}
	.index-page .get-started-form-sticky form .form-group .form-control {
		height: 50px
	}
	.index-page .get-started-form-sticky form .form-group.has-error.suppress-error .control-label {
		color: #9B9B9B
	}
	.index-page .get-started-form-sticky form .form-group.has-error.suppress-error .form-control {
		color: #000
	}
	.index-page .get-started-form-sticky form .form-group.has-error .control-label {
		color: #fff
	}
	.index-page .get-started-form-sticky form .form-group.has-error .form-control {
		color: #ff775b
	}
	.index-page .get-started-form-sticky form .form-secure {
		margin-top: 20px
	}
	.index-page .get-started-form-sticky form .form-submit {
		margin-top: 0
	}
	.index-page .get-started-form-sticky form .form-submit button {
		margin: 0 0 0 5px;
		float: left;
		min-width: 100px;
		max-width: 170px;
		padding: 15px 0
	}
	.index-page .top-image {
		background-size: auto 600px;
		background-position: 40%;
		height: 600px;
		margin-top: -60px;
		position: absolute;
		width: 100%;
		border-bottom: 3px solid #0F933D
	}
	.index-page .headline {
		height: 550px
	}
	.index-page .headline h1 {
		color: #fff;
		margin-bottom: 30px;
		margin-top: 0;
		z-index: 10;
		font-size: 40px;
		line-height: 53px;
		margin-top: 100px;
		margin-bottom: 100px
	}
	.index-page .headline h1 small {
		max-width: 280px;
		margin: 20px auto 0;
		font-size: 20px !important;
		line-height: 27px !important
	}
	.index-page .headline .btn {
		max-width: 220px;
		margin: 20px auto
	}
	.index-page .why-apply {
		position: relative;
		display: inline-block;
		padding-top: 50px;
		padding-bottom: 60px;
		width: 100%
	}
	.index-page .why-apply .small-wrapper {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto
	}
	.index-page .why-apply .col-xs-12 {
		margin-top: 30px;
		margin-bottom: 30px
	}
	.index-page .why-apply .col-xs-2 {
		height: 45px
	}
	.index-page .why-apply .col-xs-2 img,
	.index-page .why-apply .col-xs-2 svg {
		width: 40px;
		height: 40px
	}
	.index-page .why-apply h2 {
		text-align: left;
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 21px
	}
	.index-page .why-apply p {
		font-size: 14px;
		line-height: 20px
	}
	.index-page .why-apply>div {
		padding: 0
	}
	.index-page .why-apply>div>div {
		padding-left: 20px;
		padding-right: 20px
	}
	.index-page .what-and-why {
		background: url("../../assets/images/what-you-get-back.jpg") no-repeat center;
		background-size: cover;
		background-position: center top;
		padding-top: 70px;
		padding-bottom: 70px
	}
	.index-page .what-and-why .container>div {
		padding: 0
	}
	.index-page .what-and-why .small-wrapper {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto
	}
	.index-page .what-and-why .small-wrapper>div {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 5px
	}
	.index-page .what-and-why .small-wrapper h1 {
		text-align: center;
		margin-bottom: 35px
	}
	.index-page .what-and-why .small-wrapper img,
	.index-page .what-and-why .small-wrapper svg {
		width: 34px;
		height: 34px
	}
	.index-page .what-and-why .small-wrapper span {
		display: block;
		list-style: none;
		color: #000;
		font-size: 20px;
		font-weight: 400 !important;
		line-height: 24px;
		margin-bottom: 25px
	}
	.index-page .personal-loans {
		background-color: #000;
		border-bottom: 3px solid #0F933D;
		padding: 100px 15px 100px;
		text-align: center
	}
	.index-page .personal-loans .container {
		padding: 0 15px
	}
	.index-page .personal-loans div h1 {
		color: #fff;
		margin-bottom: 30px
	}
	.index-page .personal-loans div p {
		color: #fff;
		margin-bottom: 50px
	}
	.index-page .personal-loans div .btn {
		margin-left: auto;
		margin-right: auto
	}
	.index-page .bottom-quest {
		background-color: #f7f7f7;
		padding-top: 80px;
		padding-bottom: 80px
	}
	.index-page .bottom-quest h2 {
		margin-bottom: 40px;
		font-size: 30px
	}
	.index-page .bottom-quest button {
		display: inline-block;
		margin: 30px 12px 0 12px
	}
	.index-page .testimonials {
		padding-top: 50px;
		padding-bottom: 10px
	}
	.index-page .testimonials .carousel-inner .rating {
		margin: 30px auto 40px;
		max-width: 130px;
		max-height: 20px
	}
	.index-page .testimonials .carousel-inner .testimonial-text {
		font-size: 16px;
		line-height: 24px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		height: 250px;
		overflow-y: scroll;
		text-overflow: ellipsis
	}
	.index-page .testimonials .carousel-inner .image {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		margin-top: 50px;
		margin-bottom: 30px;
		width: 80px;
		height: 80px;
		margin-left: auto;
		margin-right: auto
	}
	.index-page .testimonials .carousel-inner .name {
		font-size: 16px;
		line-height: 21px;
		font-family: 'Mont-Bold'
	}
	.index-page .testimonials .carousel-inner .location {
		color: #9B9B9B;
		font-size: 14px;
		line-height: 20px
	}
	.index-page .testimonials .carousel-inner:hover+.carousel-switchers .switch-container.active .switch-animate {
		-webkit-animation-play-state: paused;
		-moz-animation-play-state: paused;
		-o-animation-play-state: paused;
		animation-play-state: paused
	}
	.index-page .testimonials .carousel-switchers {
		margin-top: 50px
	}
	.index-page .testimonials .carousel-switchers .switch-container {
		cursor: pointer;
		width: 35px;
		height: 50px;
		margin-left: 5px;
		margin-right: 5px;
		display: inline-block
	}
	.index-page .testimonials .carousel-switchers .switch-container .switch {
		width: 100%;
		margin-top: 24px;
		height: 2px;
		background-color: #DCDCDC;
		display: inline-block
	}
	.index-page .testimonials .carousel-switchers .switch-container.active .switch .switch-animate {
		position: relative;
		width: 100%;
		height: 2px;
		background: url("../../assets/images/testimonial-progress.png") no-repeat center;
		background-size: 100%;
		background-position: -35px;
		-webkit-animation: testimonialSlide 6s linear forwards;
		-o-animation: testimonialSlide 6s linear forwards;
		animation: testimonialSlide 6s linear forwards
	}
	.login-page-header {
		background-color: #fff
	}
	.login-page {
		padding-bottom: 80px;
		background-color: #fff
	}
	.login-page.recaptcha .headline h1 {
		margin-top: 20px !important;
		margin-bottom: 20px !important
	}
	.login-page .get-started-form {
		margin-top: 0;
		height: 300px;
		padding-top: 0 !important;
		background: none;
		border-bottom: 0
	}
	.login-page .get-started-form .form-group-2 {
		display: none
	}
	.login-page .get-started-form form {
		max-width: 312px;
		margin-left: auto;
		margin-right: auto;
		float: none
	}
	.login-page .get-started-form form .form-group {
		margin-bottom: 20px
	}
	.login-page .get-started-form form .form-group.label-floating.is-focused label.control-label,
	.login-page .get-started-form form .form-group.label-floating:not(.is-empty) label.control-label {
		display: none
	}
	.login-page .get-started-form form .form-group label.control-label {
		left: 25px
	}
	.login-page .get-started-form form .form-group .form-control {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-o-box-shadow: none !important;
		-ms-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		color: #000;
		font-size: 18px;
		font-weight: 300 !important;
		height: 50px;
		padding: 8px 20px;
		border: 0
	}
	.login-page .get-started-form form .form-group .form-control ::-webkit-input-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.login-page .get-started-form form .form-group .form-control :-moz-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.login-page .get-started-form form .form-group .form-control ::-moz-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.login-page .get-started-form form .form-group .form-control :-ms-input-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.login-page .get-started-form form .form-group.has-error.suppress-error .control-label {
		color: #9B9B9B
	}
	.login-page .get-started-form form .form-group.has-error.suppress-error .form-control {
		color: #000
	}
	.login-page .get-started-form form .form-group.has-error .control-label {
		color: #fff
	}
	.login-page .get-started-form form .form-group.has-error .form-control {
		color: #ff775b
	}
	.login-page .get-started-form form .form-group .help-block {
		display: none
	}
	.login-page .get-started-form form .g-recaptcha>div {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		display: inline-block;
		text-align: center;
		width: 100% !important;
		max-width: 302px;
		margin-bottom: 15px
	}
	.login-page .get-started-form form .g-recaptcha>div iframe {
		width: 100% !important
	}
	.login-page .get-started-form form .form-submit {
		padding: 0 5px
	}
	.login-page .get-started-form form .form-submit button {
		float: none;
		font-weight: 300 !important;
		width: 100%;
		max-width: 302px;
		margin-left: auto !important;
		margin-right: auto !important
	}
	.ssl-icon, svg {
		fill: green;
	}
	.login-page .get-started-form .ssl-icon {
		display: none
	}
	.login-page .login-top-image {
		background: url("../../assets/images/top-image.jpg") no-repeat center;
		background-position: center bottom;
		background-size: cover;
		height: 560px;
		margin-top: -60px;
		position: absolute;
		width: 100%;
		border-bottom: 3px solid #0F933D
	}
	.login-page .headline {
		padding-bottom: 80px
	}
	.login-page .headline h1 {
		font-size: 30px;
		line-height: 39px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		max-width: 340px;
		margin-bottom: 60px
	}
	.login-page .headline h1 small {
		font-size: 15px;
		line-height: 18px
	}
	.login-page .process {
		margin-bottom: 20px;
		margin-top: 10px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto
	}
	.login-page .process h2 {
		display: none
	}
	.login-page .process div>div {
		margin-bottom: 20px
	}
	.rates-page .callout-yellow {
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-o-border-radius: 3px 3px 0 0;
		-ms-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		border: 1px solid #DCDCDC !important;
		border-bottom: 0 !important;
		margin-bottom: 0 !important
	}
	.rates-page .callout-yellow p {
		margin-top: 31px;
		text-align: center
	}
	.rates-page .usa-map {
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		-o-border-radius: 0 0 3px 3px;
		-ms-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		border: 1px solid #DCDCDC;
		border-top: 0;
		height: 200px;
		z-index: 0;
		text-align: center;
		margin-bottom: 50px
	}
	.rates-page .usa-map p {
		color: #9B9B9B;
		font-size: 16px;
		font-weight: 300 !important;
		line-height: 24px;
		padding: 40px 0 0 0
	}
	.rates-page .usa-map p span {
		font-size: 20px;
		line-height: 27px;
		font-family: 'mont-reg', 'Helvetica Neue', sans-serif;
		display: block;
		clear: both;
		font-weight: 500 !important;
		margin-top: 15px;
		color: #000
	}
	.rates-page .nav-tabs li {
		margin: 10px 0
	}
	.rates-page .nav-tabs li a {
		margin-right: 0
	}
	.rates-page .nav-tabs li a:hover {
		text-decoration: none
	}
	.rates-page .callout-grey:last-of-type {
		margin-bottom: 60px
	}
	.about-us-page .callout-yellow {
		margin-bottom: 40px !important
	}
	.about-us-page .page-content p {
		margin-bottom: 25px
	}
	.text-page h1 {
		margin-bottom: 30px
	}
	.text-page p {
		margin-bottom: 24px
	}
	.text-page ul {
		margin-bottom: 30px;
		padding-left: 0 !important
	}
	.text-page a {
		text-decoration: underline
	}
	.text-page a:hover {
		text-decoration: underline
	}
	.apr-page h1 {
		margin-bottom: 40px
	}
	.apr-page .content-one .calculate-apr {
		margin-bottom: 20px;
		margin-top: 50px;
		text-align: center
	}
	.apr-page .content-one .calculate-apr h2 {
		font-weight: 300 !important;
		line-height: 30px;
		margin: 0
	}
	.apr-page .content-one .calculate-apr button {
		font-weight: 400 !important;
		margin-top: 25px;
		padding: 8px 20px;
		margin-left: auto;
		margin-right: auto
	}
	.apr-page .content-one .calculate-apr button img {
		margin-right: 8px
	}
	.apr-page .callout-grey-top {
		margin-top: 40px !important;
		padding: 40px 10px 15px !important
	}
	.apr-page .callout-grey-top div:nth-of-type(1) p {
		font-size: 50px;
		font-weight: 300 !important;
		line-height: 50px;
		text-align: center;
		font-family: 'mont-reg', 'Helvetica Neue', sans-serif
	}
	.apr-page .callout-grey-top div:nth-of-type(1) p span {
		clear: both;
		display: block;
		font-size: 20px;
		line-height: 26px
	}
	.apr-page .callout-grey-bottom {
		margin-bottom: 0 !important;
		padding: 30px 10px 40px !important
	}
	.apr-page .callout-grey-bottom table {
		margin-bottom: 15px;
		margin-top: 0
	}
	.apr-page .content-two {
		margin-top: 70px
	}
	.apr-page .content-two p {
		margin-bottom: 25px
	}
	.resources-page .row:nth-of-type(1) h1 {
		margin-bottom: 40px;
		padding-left: 15px
	}
	.resources-page .row:nth-of-type(1) p {
		margin-bottom: 40px
	}
	.resources-page .content-one {
		padding: 0
	}
	.resources-page .resource-item-blank:nth-last-of-type(odd) {
		display: none
	}
	.resources-page .resource-item-blank div {
		border: 3px solid #DCDCDC;
		height: 450px
	}
	.resources-page .resource-item {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 100ms ease;
		-moz-transition: all 100ms ease;
		-o-transition: all 100ms ease;
		-ms-transition: all 100ms ease;
		transition: all 100ms ease;
		cursor: pointer;
		margin-bottom: 30px;
		min-height: 400px
	}
	.resources-page .resource-item div {
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		-webkit-transition: all 100ms ease;
		-moz-transition: all 100ms ease;
		-o-transition: all 100ms ease;
		-ms-transition: all 100ms ease;
		transition: all 100ms ease;
		padding: 0
	}
	.resources-page .resource-item:hover {
		padding: 0 13px;
		margin-top: -2px
	}
	.resources-page .resource-item:hover .resource-bottom {
		padding-left: 42px;
		padding-right: 42px
	}
	.resources-page .resource-item:hover>div {
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3)
	}
	.resources-page .resource-item .img-responsive {
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-o-border-radius: 3px 3px 0 0;
		-ms-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		width: 100%
	}
	.resources-page .resource-item .resource-bottom {
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		-o-border-radius: 0 0 3px 3px;
		-ms-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		background-color: #f7f7f7;
		max-height: 280px;
		padding: 40px
	}
	.resources-page .resource-item .resource-bottom h3 {
		font-size: 20px;
		font-weight: 500 !important;
		line-height: 26px;
		margin-bottom: 15px;
		margin-top: 0
	}
	.resources-page .resource-item .resource-bottom p {
		-webkit-box-orient: vertical;
		display: block;
		display: -webkit-box;
		height: 80px;
		-webkit-line-clamp: 4;
		margin: 0 auto;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis
	}
	.resources-page .resource-item .resource-bottom .resource-notch {
		border-bottom: 15px solid #f7f7f7;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 15px solid transparent;
		left: 40px;
		position: absolute;
		top: -30px
	}
	.apply-page .navbar-default {
		background-color: #000
	}
	.apply-page .navbar-default .navbar-brand {
		padding: 20px 15px
	}
	.apply-page .navbar-default .navbar-brand img {
		margin-top: -10px;
		max-height: 40px
	}
	.apply-page .navbar-default .navbar-toggle {
		margin-top: 0
	}
	.apply-page .btn-md {
		width: 122px;
		padding: 13px 10px
	}
	.apply-page .help-background {
		display: none
	}
	.apply-page .help-top-wrapper {
		background-color: #058A0F;
		padding-top: 15px;
		padding-bottom: 15px
	}
	.apply-page .help-top-wrapper .help-top p {
		display: none
	}
	.apply-page .help-top-wrapper .help-top .step-img {
		margin-left: auto;
		margin-right: auto;
		display: none;
		max-width: 225px
	}
	.apply-page .help-top-wrapper .help-top .step-img.visible {
		display: block
	}
	.apply-page .wrapper {
		height: auto !important;
		margin: 0 auto -100px;
		min-height: 100%
	}
	.apply-page .wrapper-push {
		height: 100px
	}
	.apply-page footer {
		background-color: transparent;
		color: #4a4a4a;
		height: 100px;
		padding: 0;
		position: relative
	}
	.apply-page footer p {
		text-align: center;
		padding-top: 30px
	}
	.apply-page main {
		margin-bottom: 50px
	}
	.apply-page h1 {
		font-size: 20px;
		line-height: 39px;
		margin-top: 35px;
		margin-bottom: 40px;
		text-transform: uppercase;
		font-weight: 500 !important
	}
	.apply-page h1 img {
		margin-right: 20px;
		max-width: 30px
	}
	.apply-page #errorsFound {
		padding-left: 15px;
		padding-right: 15px
	}
	.apply-page #errorsFound div {
		margin-top: 45px;
		margin-bottom: -15px;
		background-color: transparent;
		padding: 10px 20px;
		display: none;
		border: 1px solid #ff6464;
		color: #ff6464;
		font-weight: 300 !important
	}
	.apply-page form {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto
	}
	.apply-page form fieldset>div {
		padding-left: 15px;
		padding-right: 15px
	}
	.apply-page form .clearfix .first-item,
	.apply-page form .clearfix .first-item+div {
		padding-right: 3px
	}
	.apply-page form .birthday-overlay,
	.apply-page form .ssn-overlay {
		display: none
	}
	.apply-page form .birthday-overlay.is-empty,
	.apply-page form .ssn-overlay.is-empty {
		display: inline-block;
		position: absolute;
		z-index: 1;
		background-color: #fff;
		border: 1px solid #9B9B9B;
		color: #9B9B9B;
		width: calc(100% - 30px);
		height: 50px;
		padding: 14px 20px;
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.42857143;
		font-weight: 400
	}
	.apply-page form .form-group {
		margin-bottom: 20px
	}
	.apply-page form .form-group .form-control {
		-webkit-appearance: none;
		font-size: 18px
	}
	.apply-page form .form-group .form-control.not-empty {
		background-color: #e2f1dd !important
	}
	.apply-page form .form-group .form-control.not-empty+.select2 .select2-selection--single {
		background-color: #e2f1dd !important
	}
	.apply-page form .form-group label {
		font-size: 14px;
		line-height: 19px;
		color: #9B9B9B;
		font-weight: 400 !important;
		display: block
	}
	.apply-page form .form-group.has-error .form-control {
		border: 1px solid #ff6464
	}
	.apply-page form .form-group.has-error .form-control.not-empty {
		background-color: #fff !important
	}
	.apply-page form .form-group.has-error .form-control.not-empty+.select2 .select2-selection--single {
		background-color: #fff !important
	}
	.apply-page form .form-group.has-error label {
		display: block;
		color: #4a4a4a
	}
	.apply-page form .form-group.has-error .help-block {
		color: #ff6464;
		font-size: 12px;
		font-weight: 300 !important;
		margin-top: -12px;
		position: absolute;
		top: 0;
		z-index: 2
	}
	.apply-page form .form-group.has-error .select2-selection {
		border: 1px solid #ff6464
	}
	.apply-page form .form-group.has-error .icheckbox_flat {
		background-position: -44px 0
	}
	.apply-page form .form-group.has-error .icheckbox_flat.checked {
		background-position: -22px 0
	}
	.apply-page form .form-group.has-error .icheckbox_flat+label+.help-block {
		margin-left: 40px
	}
	.apply-page form .popover-toggle {
		position: absolute;
		z-index: 90;
		top: -5px;
		right: 25px;
		max-width: 15px;
		outline: 0
	}
	.apply-page form .popover-toggle img {
		max-width: 20px;
		max-height: 20px
	}
	.apply-page form .popover-content {
		padding: 15px
	}
	.apply-page form .popover-content img {
		padding: 10px 0
	}
	.apply-page form .popover-content p {
		font-size: 14px;
		margin: 0
	}
	.apply-page form .icheckbox_flat {
		float: left;
		margin-top: 2px
	}
	.apply-page form #agreements-group {
		margin-top: 30px
	}
	.apply-page form #agreements-group.has-error.has-danger {
		border: 1px solid #ff6464;
		padding: 12px 20px
	}
	.apply-page form #agreements {
		font-weight: 300 !important;
		display: inline-block;
		width: 90%;
		padding-left: 20px
	}
	.apply-page form #agreements a {
		color: #4a4a4a;
		text-decoration: underline
	}
	.apply-page form #agreements a:hover,
	.apply-page form #agreements a:active,
	.apply-page form #agreements a:active:hover {
		color: #4a4a4a;
		text-decoration: underline
	}
	.apply-page form button {
		margin-top: 25px;
		padding: 13px 20px
	}
	.apply-page form button.first-next-step {
		float: right
	}
	.apply-page .processing-page .help-top span {
		color: #fff;
		font-size: 20px
	}
	.apply-page .processing-page form fieldset>div {
		padding: inherit
	}
	.apply-page .processing-page h1 {
		margin-top: 40px;
		font-size: 18px;
		text-align: center
	}
	.apply-page .processing-page .progress {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-o-box-shadow: none !important;
		-ms-box-shadow: none !important;
		box-shadow: none !important;
		border: 1px solid #9B9B9B;
		background-color: #fff;
		height: 30px;
		margin-bottom: 40px
	}
	.apply-page .processing-page .progress .progress-bar {
		background-color: #0F933D;
		height: 32px;
		margin-top: -1px
	}
	.apply-page .processing-page .processing-top p {
		text-align: center
	}
	.apply-page .processing-page .processing-bottom {
		text-align: center;
		margin-top: 50px
	}
	.apply-page .processing-page .processing-bottom img {
		width: 50px;
		height: 50px;
		margin-bottom: 15px
	}
	.apply-page .processing-page .processing-bottom span {
		display: block;
		clear: both
	}
	.apply-page .processing-page .help-section {
		margin-top: 100px
	}
	.apply-page .processing-page .help-section span {
		padding: 0;
		color: #fff;
		font-size: 30px;
		line-height: 42px
	}
	.unsubscribe-page .callout-grey-bottom {
		padding: 40px 25px
	}
	.unsubscribe-page .callout-grey-bottom .form-group {
		padding: 0;
		margin-bottom: 15px !important
	}
	.unsubscribe-page .callout-grey-bottom button {
		margin-left: auto;
		margin-right: auto;
		padding: 12px 35px;
		width: 100%
	}
	.apply-results main {
		padding-left: 20px;
		padding-right: 20px
	}
	.apply-results main img {
		margin-top: 30px !important
	}
	.apply-results h1 {
		font-size: 30px;
		font-weight: 500 !important;
		margin-top: 30px;
		margin-bottom: 35px
	}
}

@media (max-width: 1249px) and (min-width: 768px) {
	.navbar-toggle img {
		float: right !important
	}
	.row.reorder-xs {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		direction: rtl
	}
	.row.reorder-xs>[class*="col-"] {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
		direction: ltr
	}
	.index-page footer {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
		position: relative
	}
	footer .copyright {
		text-align: left
	}
}

@media (min-width: 768px) {
	.max-width-wrapper {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 1000px;
		position: relative
	}
	.wrapper {
		height: auto !important;
		margin: 0 auto -228px;
		min-height: 100%
	}
	.wrapper-push {
		height: 228px
	}
	.inner-page-container {
		padding-top: 60px;
		padding-bottom: 100px
	}
	h1 {
		color: #000;
		font-size: 30px;
		font-weight: 300 !important;
		line-height: 39px
	}
	h1 small {
		clear: both;
		color: inherit;
		display: block;
		font-size: 18px;
		font-weight: 300 !important;
		line-height: 38px
	}
	h2 {
		font-size: 24px;
		font-weight: 500 !important;
		line-height: 28px
	}
	h3 {
		color: #4a4a4a;
		font-size: 20px;
		font-weight: 500 !important;
		margin-top: 10px;
		line-height: 20px
	}
	p {
		color: #4a4a4a;
		font-size: 14px;
		font-weight: 400 !important;
		line-height: 20px
	}
	.get-started-form .col-one,
	.get-started-form .col-two {
		padding: 50px
	}
	.get-started-form .col-one a,
	.get-started-form .col-two a {
		text-decoration: none
	}
	.get-started-form .col-one {
		background-color: #fff;
		border: 2px solid #DCDCDC;
		border-bottom: 0;
		padding-top: 30px
	}
	.get-started-form .col-one h2 {
		text-align: left;
		margin-bottom: 20px
	}
	.get-started-form .col-two {
		background: #058A0F
	}
	.get-started-form .col-two h2,
	.get-started-form .col-two p {
		color: #fff;
		text-align: left;
		margin: 0
	}
	.get-started-form .col-two h2 {
		line-height: 28px
	}
	.get-started-form .col-two p {
		font-size: 14px;
		padding: 40px 0 47px;
		font-weight: 400 !important;
		line-height: 20px
	}
	.get-started-form .col-two .btn {
		width: 100%
	}
	.get-started-form .form-group {
		margin-bottom: 20px
	}
	.get-started-form .form-group label.control-label {
		color: #9B9B9B
	}
	.get-started-form .form-group .form-control {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-o-box-shadow: none !important;
		-ms-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		color: #000;
		font-size: 18px;
		font-weight: 300 !important;
		height: 50px;
		padding: 8px 20px;
		border: 1px solid #9B9B9B
	}
	.get-started-form .form-group .form-control ::-webkit-input-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.get-started-form .form-group .form-control :-moz-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.get-started-form .form-group .form-control ::-moz-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.get-started-form .form-group .form-control :-ms-input-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.get-started-form .form-submit {
		padding: 0
	}
	.get-started-form .form-submit button {
		margin-left: auto;
		margin-right: auto
	}
	.get-started-form .form-agree {
		margin-top: 20px;
		padding: 0;
		text-align: left
	}
	.get-started-form .form-agree div[class^='col-'] {
		padding: 0
	}
	.get-started-form .form-agree label {
		cursor: pointer;
		font-size: 11.4px;
		font-weight: 300 !important;
		padding-left: 10px
	}
	.get-started-form .form-secure {
		margin-bottom: 15px;
		margin-top: 20px
	}
	.get-started-form .form-secure img {
		margin-top: -5px;
		vertical-align: middle
	}
	.get-started-form .form-secure span {
		display: inline-block;
		margin-left: 10px
	}
	.process {
		margin-top: 20px;
		padding-bottom: 80px;
		text-align: left
	}
	.process h2 {
		font-size: 30px;
		margin-top: 60px;
		margin-bottom: 60px;
		text-align: center
	}
	.process>div>div {
		padding: 0
	}
	.process .process-img {
		height: 50px;
		position: relative
	}
	.process .process-img img,
	.process .process-img svg {
		height: 45px;
		left: 50%;
		right: 50%;
		top: 10%;
		width: 45px
	}
	.process h4 {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 21px
	}
	.process p {
		font-size: 14px;
		line-height: 20px
	}
	.inner-page {
		background-color: #fff
	}
	.inner-page>div h1 {
		font-size: 30px;
		line-height: 39px;
		margin-top: 0
	}
	.inner-page .content-one p,
	.inner-page .content-two p {
		font-size: 14px;
		font-weight: 500 !important;
		line-height: 20px
	}
	.inner-page .content-one ul.check-list,
	.inner-page .content-two ul.check-list {
		list-style-image: url("../images/icons/checkMark.svg");
		margin-top: 30px;
		padding-left: 20px
	}
	.inner-page .content-one ul.check-list li,
	.inner-page .content-two ul.check-list li {
		font-size: 14px;
		font-weight: 300 !important;
		line-height: 30px;
		margin-left: 30px;
		padding-left: 13px
	}
	.inner-page .content-one h2,
	.inner-page .content-two h2 {
		font-size: 24px;
		font-weight: 500 !important;
		line-height: 24px;
		margin-bottom: 25px;
		margin-top: 65px
	}
	.inner-page .content-one h3,
	.inner-page .content-two h3 {
		font-size: 18px;
		font-weight: 300 !important;
		line-height: 20px
	}
	.inner-page .content-one a,
	.inner-page .content-two a {
		color: #4a4a4a
	}
	.inner-page .content-one .callout-grey-top,
	.inner-page .content-one .callout-grey-bottom,
	.inner-page .content-two .callout-grey-top,
	.inner-page .content-two .callout-grey-bottom {
		background-color: #fff;
		border: 1px solid #F0F0F0;
		margin: 0;
		padding: 40px;
		position: relative;
		z-index: 10
	}
	.inner-page .content-one .callout-grey-top,
	.inner-page .content-two .callout-grey-top {
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-o-border-radius: 3px 3px 0 0;
		-ms-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		margin-top: 30px;
		background-color: #f7f7f7;
		border-bottom: 0
	}
	.inner-page .content-one .callout-grey-top .notch-bottom-grey-border,
	.inner-page .content-two .callout-grey-top .notch-bottom-grey-border {
		border-bottom: 15px solid transparent;
		border-left: 22px solid transparent;
		border-right: 22px solid transparent;
		border-top: 15px solid #f7f7f7;
		bottom: -28px;
		left: 100px;
		position: absolute
	}
	.inner-page .content-one .callout-grey-top .col-xs-3 p,
	.inner-page .content-two .callout-grey-top .col-xs-3 p {
		font-family: 'mont-reg', 'Helvetica Neue', sans-serif
	}
	.inner-page .content-one .callout-grey-bottom,
	.inner-page .content-two .callout-grey-bottom {
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		-o-border-radius: 0 0 3px 3px;
		-ms-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		border-top: 0;
		z-index: 9
	}
	.inner-page .content-one .callout-grey-bottom .form-group,
	.inner-page .content-two .callout-grey-bottom .form-group {
		margin-top: 0;
		margin-bottom: 0
	}
	.inner-page .content-one .callout-grey-bottom .form-group .form-control,
	.inner-page .content-two .callout-grey-bottom .form-group .form-control {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-o-box-shadow: none !important;
		-ms-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #9B9B9B;
		color: #000;
		font-size: 20px;
		font-weight: 300 !important;
		height: 50px;
		padding: 8px 20px
	}
	.inner-page .content-one .callout-grey-bottom .form-group .form-control ::-webkit-input-placeholder,
	.inner-page .content-two .callout-grey-bottom .form-group .form-control ::-webkit-input-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.inner-page .content-one .callout-grey-bottom .form-group .form-control :-moz-placeholder,
	.inner-page .content-two .callout-grey-bottom .form-group .form-control :-moz-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.inner-page .content-one .callout-grey-bottom .form-group .form-control ::-moz-placeholder,
	.inner-page .content-two .callout-grey-bottom .form-group .form-control ::-moz-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.inner-page .content-one .callout-grey-bottom .form-group .form-control :-ms-input-placeholder,
	.inner-page .content-two .callout-grey-bottom .form-group .form-control :-ms-input-placeholder {
		color: #9B9B9B;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.inner-page .content-one .callout-grey-bottom .form-group label.control-label,
	.inner-page .content-two .callout-grey-bottom .form-group label.control-label {
		left: 20px;
		color: #9B9B9B
	}
	.inner-page .content-one .callout-grey-bottom .form-group.has-error .form-control,
	.inner-page .content-two .callout-grey-bottom .form-group.has-error .form-control {
		border: 1px solid #ff6464
	}
	.inner-page .content-one .callout-grey,
	.inner-page .content-two .callout-grey {
		background-color: #fff;
		border: 1px solid #DCDCDC;
		cursor: pointer;
		margin: 10px 0;
		padding: 17px;
		position: relative
	}
	.inner-page .content-one .callout-grey .mdash,
	.inner-page .content-two .callout-grey .mdash {
		height: 40px;
		width: 50px
	}
	.inner-page .content-one .callout-grey .collapse-content,
	.inner-page .content-two .callout-grey .collapse-content {
		display: none;
		padding: 20px 0
	}
	.inner-page .content-one .callout-yellow,
	.inner-page .content-two .callout-yellow {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		background-color: #f7f7f7;
		border: 2px solid #f7f7f7;
		margin: 18px 0;
		padding: 40px;
		position: relative
	}
	.inner-page .content-one .callout-yellow .notch-right-top-yellow,
	.inner-page .content-two .callout-yellow .notch-right-top-yellow {
		border-bottom: 25px solid transparent;
		border-left: 20px solid #f7f7f7;
		border-right: 0 solid transparent;
		border-top: 25px solid transparent;
		font-size: 0;
		height: 0;
		line-height: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		right: -18px;
		top: 60px;
		width: 0
	}
	.inner-page .content-one .callout-yellow .border-notch-right-top,
	.inner-page .content-two .callout-yellow .border-notch-right-top {
		border-bottom: 25px solid transparent;
		border-left: 30px solid #f7f7f7;
		border-right: 0 solid transparent;
		border-top: 25px solid transparent;
		position: absolute;
		right: -27px;
		top: 45px
	}
	.inner-page .content-one .nav-tabs,
	.inner-page .content-two .nav-tabs {
		border-bottom: 0
	}
	.inner-page .content-one .nav-tabs>.active>a,
	.inner-page .content-one .nav-tabs>.active>a:hover,
	.inner-page .content-one .nav-tabs>.active>a:focus,
	.inner-page .content-two .nav-tabs>.active>a,
	.inner-page .content-two .nav-tabs>.active>a:hover,
	.inner-page .content-two .nav-tabs>.active>a:focus {
		background: transparent;
		border-bottom: 2px solid #4a4a4a;
		font-size: 16px;
		font-weight: 500 !important;
		line-height: 20px
	}
	.inner-page .content-one .nav-tabs>li>a,
	.inner-page .content-two .nav-tabs>li>a {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		border: 0;
		color: #4a4a4a;
		font-size: 14px;
		font-weight: 500 !important;
		line-height: 20px;
		margin-left: 0;
		margin-right: 30px;
		padding: 3px 0
	}
	.inner-page .content-one .nav-tabs>li>a:hover,
	.inner-page .content-two .nav-tabs>li>a:hover {
		background-color: transparent;
		text-decoration: none
	}
	.inner-page .content-one .tab-content,
	.inner-page .content-two .tab-content {
		font-size: 14px;
		font-weight: 300 !important;
		line-height: 20px;
		padding-top: 20px
	}
	.inner-page .content-one table,
	.inner-page .content-two table {
		margin-top: 60px
	}
	.inner-page .content-one table thead th,
	.inner-page .content-two table thead th {
		border-bottom: 1px solid #4a4a4a;
		font-family: 'mont-reg', 'Helvetica Neue', sans-serif;
		font-weight: 500 !important;
		padding: 15px 8px
	}
	.inner-page .content-one table tbody,
	.inner-page .content-two table tbody {
		font-weight: 300
	}
	.inner-page .content-one table tbody tr,
	.inner-page .content-two table tbody tr {
		border-bottom: 1px solid #DCDCDC
	}
	.inner-page .content-one table tbody tr td,
	.inner-page .content-two table tbody tr td {
		border-top: 0;
		padding: 10px 8px
	}
	.inner-page .content-one .line-form,
	.inner-page .content-two .line-form {
		margin-top: 60px
	}
	.inner-page .content-one .line-form ::-webkit-input-placeholder,
	.inner-page .content-two .line-form ::-webkit-input-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.inner-page .content-one .line-form :-moz-placeholder,
	.inner-page .content-two .line-form :-moz-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.inner-page .content-one .line-form ::-moz-placeholder,
	.inner-page .content-two .line-form ::-moz-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.inner-page .content-one .line-form :-ms-input-placeholder,
	.inner-page .content-two .line-form :-ms-input-placeholder {
		color: #4a4a4a;
		margin: 0;
		padding: 0 0;
		font-size: 16px;
		font-weight: 300 !important;
		opacity: 1;
		transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.inner-page .content-one .line-form .form-group,
	.inner-page .content-two .line-form .form-group {
		margin-bottom: 25px
	}
	.inner-page .content-one .line-form .form-control,
	.inner-page .content-two .line-form .form-control {
		-webkit-box-shadow: 0 0 0 #F0F0F0;
		-moz-box-shadow: 0 0 0 #F0F0F0;
		-o-box-shadow: 0 0 0 #F0F0F0;
		-ms-box-shadow: 0 0 0 #F0F0F0;
		box-shadow: 0 0 0 #F0F0F0;
		background-color: transparent;
		border: 0;
		border-bottom: 2px solid #DCDCDC;
		border-radius: 0;
		color: #4a4a4a;
		font-size: 16px;
		font-weight: 300 !important;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #0F933D 4%);
		background-position: -500px 0;
		background-size: 500px 100%;
		background-repeat: no-repeat;
		transition: all 0.5s cubic-bezier(0.64, 0.09, 0.08, 1)
	}
	.inner-page .content-one .line-form .form-control:focus,
	.inner-page .content-one .line-form .form-control:valid,
	.inner-page .content-two .line-form .form-control:focus,
	.inner-page .content-two .line-form .form-control:valid {
		border-bottom: 1px solid #0F933D;
		box-shadow: none;
		outline: none;
		background-position: 0 0
	}
	.inner-page .content-one .line-form .form-control:focus::-webkit-input-placeholder,
	.inner-page .content-one .line-form .form-control:valid::-webkit-input-placeholder,
	.inner-page .content-two .line-form .form-control:focus::-webkit-input-placeholder,
	.inner-page .content-two .line-form .form-control:valid::-webkit-input-placeholder {
		color: #9B9B9B;
		font-size: 16px;
		visibility: visible !important
	}
	.inner-page .content-one .line-form textarea,
	.inner-page .content-two .line-form textarea {
		overflow: hidden;
		resize: none
	}
	.inner-page .content-one .line-form .form-bottom span,
	.inner-page .content-two .line-form .form-bottom span {
		display: block;
		font-size: 12px;
		font-weight: 300 !important;
		line-height: 14px;
		margin-top: 15px;
		max-width: 160px
	}
	.inner-page .content-one .line-form .form-bottom button,
	.inner-page .content-two .line-form .form-bottom button {
		float: right;
		margin-top: 5px
	}
	.get-started-form-sticky {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-o-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		border-radius: 0 !important;
		position: relative;
		background: rgba(0, 0, 0, 0.5);
		padding: 20px 0 !important;
		width: 100%;
		height: 95px;
		margin-top: -80px;
		border-bottom: 3px solid #0F933D;
		z-index: 10
	}
	.get-started-form-sticky.is_stuck {
		-webkit-transition: background 1s ease;
		-moz-transition: background 1s ease;
		-o-transition: background 1s ease;
		-ms-transition: background 1s ease;
		transition: background 1s ease;
		background: rgba(247, 247, 247, 0.94);
		transform: translate3d(0, 0, 0);
		border-bottom: 0;
		z-index: 10;
		height: 60px;
		padding: 12px 0 !important
	}
	.get-started-form-sticky.is_stuck h2 {
		display: none
	}
	.get-started-form-sticky.is_stuck .sticky-logo-img {
		display: inline-block;
		max-height: 40px
	}
	.get-started-form-sticky.is_stuck h2.sticky-logo {
		color: #000;
		display: inline-block;
		margin-top: 6px !important
	}
	.get-started-form-sticky.is_stuck form {
		display: none
	}
	.get-started-form-sticky.is_stuck form .form-group.label-floating.is-focused label.control-label,
	.get-started-form-sticky.is_stuck form .form-group.label-floating:not(.is-empty) label.control-label {
		display: none
	}
	.get-started-form-sticky.is_stuck .form-control {
		border: 1px solid #DCDCDC !important
	}
	.get-started-form-sticky.is_stuck .sticky-buttons {
		text-align: right;
		display: block
	}
	.get-started-form-sticky.is_stuck .sticky-buttons .btn {
		display: inline-block;
		margin-left: 10px
	}
	.get-started-form-sticky.is_stuck .sticky-buttons .btn.first-child {
		margin-left: 0
	}
	.get-started-form-sticky.is_stuck .ssl-icon {
		display: none
	}
	.get-started-form-sticky.is_stuck .navbar-toggle {
		display: inline-block !important;
		color: #000;
		padding: 9px 5px 13px;
		margin: 0 0 0 15px
	}
	.get-started-form-sticky.is_stuck .navbar-toggle img,
	.get-started-form-sticky.is_stuck .navbar-toggle svg {
		margin-left: 20px;
		max-width: 22px;
		max-height: 22px;
		vertical-align: middle
	}
	.get-started-form-sticky.is_stuck .navbar-toggle span {
		display: none
	}
	.get-started-form-sticky .sticky-logo-img {
		display: none
	}
	.get-started-form-sticky h2.sticky-logo {
		display: none
	}
	.get-started-form-sticky .sticky-buttons {
		display: none
	}
	.get-started-form-sticky .navbar-toggle {
		display: none !important
	}
	.get-started-form-sticky .ssl-icon {
		display: none
	}
	.get-started-form-sticky h2 {
		font-size: 20px;
		line-height: 27px;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		color: #fff;
		text-align: center
	}
	.get-started-form-sticky form .form-group {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 5px;
		padding-right: 5px
	}
	.get-started-form-sticky form .form-group.label-floating.is-focused label.control-label,
	.get-started-form-sticky form .form-group.label-floating:not(.is-empty) label.control-label {
		display: none
	}
	.get-started-form-sticky form .form-group label.control-label {
		left: 25px;
		color: #9B9B9B
	}
	.get-started-form-sticky form .form-group .form-control {
		height: 50px;
		border: 0
	}
	.get-started-form-sticky form .form-group.has-error.suppress-error .control-label {
		color: #9B9B9B
	}
	.get-started-form-sticky form .form-group.has-error.suppress-error .form-control {
		color: #000
	}
	.get-started-form-sticky form .form-group.has-error .control-label {
		color: #fff
	}
	.get-started-form-sticky form .form-group.has-error .form-control {
		color: #ff775b
	}
	.get-started-form-sticky form .form-group .help-block {
		display: none
	}
	.get-started-form-sticky form .form-secure {
		margin-top: 20px
	}
	.get-started-form-sticky form .form-submit {
		margin-top: 0
	}
	.get-started-form-sticky form .form-submit button {
		margin: 0 0 0 5px;
		float: left;
		min-width: 100px;
		max-width: none;
		padding: 15px 0
	}
	.index-page .select2-selection--single {
		border: 1px solid #DCDCDC
	}
	.index-page .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
	.index-page .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
		border: 1px solid #DCDCDC;
		border-bottom: 0
	}
	.index-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		border-color: transparent transparent #9B9B9B transparent
	}
	.index-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #9B9B9B transparent transparent transparent
	}
	.index-page .select2-results {
		border-radius: 3px
	}
	.index-page .select2-container--default .select2-results>.select2-results__options {
		border: 1px solid #DCDCDC;
		border-top: 0
	}
	.index-page .select2-dropdown {
		border-radius: 3px
	}
	.index-page .navbar-default {
		z-index: 990
	}
	.index-page .navbar-default .navbar-cta {
		float: right
	}
	.index-page header .navbar-toggle {
		z-index: 990
	}
	.index-page header .navbar-toggle svg path {
		fill: #fff
	}
	.index-page .max-width-wrapper-home {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 1000px;
		position: relative
	}
	.index-page .top-image {
		background-size: cover;
		height: 400px;
		margin-top: -60px;
		position: absolute;
		width: 100%
	}
	.index-page .headline {
		height: 330px
	}
	.index-page .headline .topBackHeader {
		background: rgba(255, 255, 255, 0.69);
		height: 217px;
		width: 100%;
		position: absolute;
		z-index: 0;
		right: 60%;
		top: 211px
	}
	.index-page .headline h1 {
		color: #fff;
		margin-bottom: 30px;
		margin-top: 0;
		z-index: 10;
		font-size: 40px;
		line-height: 53px;
		margin-top: 100px
	}
	.index-page .headline .headline-cta {
		padding: 0
	}
	.index-page .why-apply {
		position: relative;
		display: inline-block;
		padding-top: 50px;
		padding-bottom: 60px;
		width: 100%
	}
	.index-page .why-apply .col-xs-2 {
		height: 45px
	}
	.index-page .why-apply .col-xs-2 img,
	.index-page .why-apply .col-xs-2 svg {
		width: 40px;
		height: 40px
	}
	.index-page .why-apply h2 {
		font-size: 16px;
		line-height: 21px
	}
	.index-page .why-apply p {
		font-size: 14px;
		line-height: 20px
	}
	.index-page .why-apply>div {
		padding: 0
	}
	.index-page .why-apply>div>div {
		padding-left: 20px;
		padding-right: 20px
	}
	.index-page .what-and-why {
		background: url("../../assets/images/what-you-get-back.jpg") no-repeat center;
		background-size: cover;
		background-position: center top;
		padding-top: 70px;
		padding-bottom: 70px
	}
	.index-page .what-and-why .small-wrapper {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto
	}
	.index-page .what-and-why .small-wrapper>div {
		margin-bottom: 5px
	}
	.index-page .what-and-why .small-wrapper h1 {
		text-align: left;
		margin-left: 36px;
		margin-bottom: 35px
	}
	.index-page .what-and-why .small-wrapper img,
	.index-page .what-and-why .small-wrapper svg {
		width: 34px;
		height: 34px
	}
	.index-page .what-and-why .small-wrapper span {
		display: block;
		list-style: none;
		color: #000;
		font-size: 20px;
		font-weight: 400 !important;
		line-height: 24px;
		margin-bottom: 25px
	}
	.index-page .personal-loans {
		background: url("../../assets/images/personal-loans.png") no-repeat center;
		background-size: 400px;
		background-position: 110% 80%;
		background-color: #000;
		border-bottom: 3px solid #0F933D;
		padding: 100px 15px 100px
	}
	.index-page .personal-loans .container {
		padding: 0 45px
	}
	.index-page .personal-loans div h1 {
		color: #fff;
		margin-bottom: 30px
	}
	.index-page .personal-loans div p {
		color: #fff;
		margin-bottom: 50px
	}
	.index-page .personal-loans div button {
		max-height: 50px
	}
	.index-page .bottom-quest {
		background-color: #f7f7f7;
		padding-top: 80px;
		padding-bottom: 80px
	}
	.index-page .bottom-quest h2 {
		margin-bottom: 40px;
		font-size: 30px
	}
	.index-page .bottom-quest button {
		display: inline-block;
		margin: 30px 12px 0 12px
	}
	.index-page .testimonials {
		padding-top: 50px;
		padding-bottom: 10px
	}
	.index-page .testimonials .carousel-inner .rating {
		margin: 30px auto 40px;
		max-width: 130px;
		max-height: 20px
	}
	.index-page .testimonials .carousel-inner .testimonial-text {
		font-size: 20px;
		line-height: 32px;
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
		height: 190px;
		overflow-y: scroll;
		text-overflow: ellipsis
	}
	.index-page .testimonials .carousel-inner .image {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		margin-top: 50px;
		margin-bottom: 30px;
		width: 80px;
		height: 80px;
		margin-left: auto;
		margin-right: auto
	}
	.index-page .testimonials .carousel-inner .name {
		font-size: 16px;
		line-height: 21px;
		font-family: 'Mont-Bold'
	}
	.index-page .testimonials .carousel-inner .location {
		color: #9B9B9B;
		font-size: 14px;
		line-height: 20px
	}
	.index-page .testimonials .carousel-inner:hover+.carousel-switchers .switch-container.active .switch-animate {
		-webkit-animation-play-state: paused;
		-moz-animation-play-state: paused;
		-o-animation-play-state: paused;
		animation-play-state: paused
	}
	.index-page .testimonials .carousel-switchers {
		margin-top: 50px
	}
	.index-page .testimonials .carousel-switchers .switch-container {
		cursor: pointer;
		width: 35px;
		height: 50px;
		margin-left: 5px;
		margin-right: 5px;
		display: inline-block
	}
	.index-page .testimonials .carousel-switchers .switch-container .switch {
		width: 100%;
		margin-top: 24px;
		height: 2px;
		background-color: #DCDCDC;
		display: inline-block
	}
	.index-page .testimonials .carousel-switchers .switch-container.active .switch .switch-animate {
		position: relative;
		width: 100%;
		height: 2px;
		background: url("../../assets/images/testimonial-progress.png") no-repeat center;
		background-size: 100%;
		background-position: -35px;
		-webkit-animation: testimonialSlide 6s linear forwards;
		-o-animation: testimonialSlide 6s linear forwards;
		animation: testimonialSlide 6s linear forwards
	}
	.login-page-header .navbar-default .btn-border-white {
		display: none
	}
	.login-page-header .navbar-default .btn-orange {
		background: transparent;
		border: 2px solid #fff;
		min-width: 130px
	}
	.login-page.recaptcha .headline h1 {
		margin-top: 80px
	}
	.login-page.recaptcha .get-started-form {
		margin-top: -150px;
		height: 150px
	}
	.login-page.recaptcha .submit-wrapper {
		margin-top: -20px;
		text-align: center;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto
	}
	.login-page.recaptcha .submit-wrapper div {
		display: inline-block;
		width: 170px
	}
	.login-page .max-width-wrapper {
		background-color: #fff
	}
	.login-page .get-started-form {
		width: auto;
		height: inherit;
		margin-top: 6px !important;
		margin-bottom: 0;
		padding: 30px 25px 20px !important
	}
	.login-page .get-started-form form .form-group,
	.login-page .get-started-form form .form-submit {
		margin-top: 20px
	}
	.login-page .get-started-form form .form-group-2 {
		display: none
	}
	.login-page .get-started-form form .form-submit {
		width: 100%;
		padding: 0 5px
	}
	.login-page .get-started-form form .form-submit button {
		margin: 20px 0 0;
		width: inherit !important
	}
	.login-page .get-started-form .ssl-icon {
		display: block;
		margin: 20px auto 0
	}
	.login-page .login-top-image {
		background: url("../../assets/images/top-image.jpg") no-repeat center;
		background-position: center bottom;
		background-size: cover;
		height: 530px;
		margin-top: -60px;
		position: absolute;
		width: 100%
	}
	.login-page .headline {
		height: 430px
	}
	.login-page .headline h1 {
		font-size: 40px;
		color: #fff;
		margin-bottom: 67px;
		margin-top: 120px;
		text-align: center
	}
	.login-page .headline h1 small {
		color: #fff;
		margin-top: 20px;
		font-size: 20px;
		line-height: 27px;
		font-family: 'mont-reg', 'Helvetica Neue', sans-serif;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto
	}
	.login-page .headline .headline-cta {
		padding: 0
	}
	.login-page .process {
		margin-top: 60px;
		padding-bottom: 80px
	}
	.login-page .process h2 {
		display: none
	}
	.rates-page .callout-yellow {
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-o-border-radius: 3px 0 0 3px;
		-ms-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
		border: 1px solid #DCDCDC !important;
		border-right: 0 !important;
		margin-bottom: 50px !important;
		height: 260px
	}
	.rates-page .callout-yellow p {
		margin-top: 31px;
		text-align: center
	}
	.rates-page .usa-map {
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		-o-border-radius: 0 3px 3px 0;
		-ms-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
		border: 1px solid #DCDCDC;
		border-left: 0;
		height: 260px;
		z-index: 0;
		margin-top: 18px;
		margin-bottom: 50px
	}
	.rates-page .usa-map p {
		color: #9B9B9B;
		font-size: 16px;
		font-weight: 300 !important;
		line-height: 24px;
		padding: 75px 0 0 50px
	}
	.rates-page .usa-map p span {
		font-size: 20px;
		line-height: 27px;
		font-family: 'mont-reg', 'Helvetica Neue', sans-serif;
		display: block;
		clear: both;
		font-weight: 500 !important;
		margin-top: 15px;
		color: #000
	}
	.about-us-page .callout-yellow {
		margin-bottom: 60px !important
	}
	.about-us-page .page-content p {
		margin-bottom: 25px
	}
	.text-page h1 {
		margin-bottom: 30px
	}
	.text-page p {
		margin-bottom: 24px
	}
	.text-page ul {
		margin-bottom: 30px;
		padding-left: 0 !important
	}
	.text-page a {
		text-decoration: underline
	}
	.text-page a:hover {
		text-decoration: underline
	}
	.text-page ul.alpha {
		list-style: lower-alpha;
		padding-left: 30px !important
	}
	.text-page ul.alpha li {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.text-page ul.roman {
		list-style-type: lower-roman;
		padding-left: 60px !important
	}
	.apr-page h1 {
		margin-bottom: 40px
	}
	.apr-page .content-one .calculate-apr {
		margin-bottom: 20px;
		margin-top: 50px
	}
	.apr-page .content-one .calculate-apr h2 {
		font-weight: 300 !important;
		line-height: 30px;
		margin: 0
	}
	.apr-page .content-one .calculate-apr button {
		font-weight: 400 !important;
		margin-top: 5px;
		padding: 8px 20px
	}
	.apr-page .content-one .calculate-apr button img {
		margin-right: 8px
	}
	.apr-page .callout-grey-top {
		margin-top: 40px !important;
		padding: 40px 40px 20px !important
	}
	.apr-page .callout-grey-top div:nth-of-type(1) p {
		font-size: 50px;
		font-weight: 300 !important;
		line-height: 50px;
		text-align: center
	}
	.apr-page .callout-grey-top div:nth-of-type(1) p span {
		clear: both;
		display: block;
		font-size: 20px;
		line-height: 26px
	}
	.apr-page .callout-grey-bottom {
		margin-bottom: 0 !important;
		padding: 30px 40px 40px !important
	}
	.apr-page .callout-grey-bottom table {
		margin-bottom: 15px;
		margin-top: 0
	}
	.apr-page .content-two {
		margin-top: 70px
	}
	.apr-page .content-two p {
		margin-bottom: 25px
	}
	.resources-page .row:nth-of-type(1) h1 {
		margin-bottom: 40px;
		padding-left: 15px
	}
	.resources-page .row:nth-of-type(1) p {
		margin-bottom: 40px
	}
	.resources-page .content-one {
		padding: 0
	}
	.resources-page .resource-item-blank:nth-last-of-type(odd) {
		display: none
	}
	.resources-page .resource-item-blank div {
		border: 3px solid #DCDCDC;
		height: 455px
	}
	.resources-page .resource-item {
		-webkit-transition: all 100ms ease;
		-moz-transition: all 100ms ease;
		-o-transition: all 100ms ease;
		-ms-transition: all 100ms ease;
		transition: all 100ms ease;
		cursor: pointer;
		margin-bottom: 30px;
		min-height: 455px
	}
	.resources-page .resource-item>div {
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		-webkit-transition: all 100ms ease;
		-moz-transition: all 100ms ease;
		-o-transition: all 100ms ease;
		-ms-transition: all 100ms ease;
		transition: all 100ms ease;
		padding: 0
	}
	.resources-page .resource-item:hover {
		padding: 0 15px;
		top: -2px
	}
	.resources-page .resource-item:hover .resource-bottom {
		padding-left: 40px;
		padding-right: 40px
	}
	.resources-page .resource-item:hover>div {
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3)
	}
	.resources-page .resource-item .img-responsive {
		width: 100%
	}
	.resources-page .resource-item .resource-bottom {
		background-color: #f7f7f7;
		padding: 40px;
		min-height: 265px
	}
	.resources-page .resource-item .resource-bottom h3 {
		font-size: 20px;
		font-weight: 500 !important;
		line-height: 26px;
		margin-bottom: 15px
	}
	.resources-page .resource-item .resource-bottom p {
		-webkit-box-orient: vertical;
		display: block;
		display: -webkit-box;
		height: 80px;
		-webkit-line-clamp: 4;
		margin: 0 auto;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis
	}
	.resources-page .resource-item .resource-bottom .resource-notch {
		border-bottom: 20px solid #f7f7f7;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 10px solid transparent;
		left: 40px;
		position: absolute;
		top: -30px
	}
	.unsubscribe-page #unsubscribe .form-group .form-control {
		border: 1px solid #DCDCDC
	}
	.unsubscribe-page #unsubscribe .form-group.has-error .form-control {
		border: 1px solid #ff6464
	}
	.apply-page .navbar-default {
		background-color: #000
	}
	.apply-page .navbar-default .navbar-brand {
		padding: 20px 15px
	}
	.apply-page .navbar-default .navbar-brand img {
		margin-top: -10px;
		max-height: 40px
	}
	.apply-page .navbar-default .navbar-cta {
		padding: 15px 0;
		float: right
	}
	.apply-page .navbar-default .navbar-cta .apply-button {
		display: none
	}
	.apply-page .navbar-default .navbar-toggle {
		margin-top: 0
	}
	.apply-page .help-background {
		background-color: #058A0F;
		width: 50%;
		float: right;
		position: fixed;
		right: 0;
		top: 0;
		height: 100%;
		z-index: 0
	}
	.apply-page .wrapper {
		height: auto !important;
		margin: 0 auto -100px;
		min-height: 100%
	}
	.apply-page .wrapper-push {
		height: 100px
	}
	.apply-page footer {
		background-color: transparent;
		color: #4a4a4a;
		height: 100px;
		padding: 0;
		position: relative
	}
	.apply-page footer p {
		padding-top: 30px;
		color: #4a4a4a;
		font-size: 14px;
		line-height: 1.42857143;
		text-align: left;
		margin-top: 0
	}
	.apply-page .ssl-security-badge {
		padding-bottom: 30px
	}
	.apply-page .ssl-security-badge .badge-wrapper {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto
	}
	.apply-page .ssl-security-badge .badge-wrapper img {
		margin-right: 20px
	}
	.apply-page .ssl-security-badge .badge-wrapper p {
		padding-top: 0;
		color: #fff
	}
	.apply-page main {
		margin-bottom: 100px
	}
	.apply-page h1 {
		font-size: 22px;
		line-height: 32px;
		margin-top: 55px;
		margin-bottom: 50px;
		text-transform: uppercase;
		font-weight: 500 !important
	}
	.apply-page h1 img {
		margin-right: 20px;
		max-width: 35px
	}
	.apply-page .help-section .help-top {
		margin-top: 60px
	}
	.apply-page .help-section .help-top p {
		color: #fff;
		margin-bottom: 20px
	}
	.apply-page .help-section .help-top .step-img {
		margin-left: auto;
		margin-right: auto;
		display: none;
		max-width: 90%
	}
	.apply-page .help-section .help-top .step-img.visible {
		display: block
	}
	.apply-page .help-section .help-bottom {
		margin-top: 100px;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto
	}
	.apply-page .help-section .help-bottom h3 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
		color: #fff
	}
	.apply-page .help-section .help-bottom p {
		font-size: 14px;
		line-height: 20px;
		font-weight: 300 !important;
		color: #fff
	}
	.apply-page .help-section .help-bottom p img {
		display: block;
		margin-top: 50px
	}
	.apply-page .help-section span {
		display: inline-block;
		padding-left: 12px;
		font-size: 14px;
		line-height: 19px
	}
	.apply-page #errorsFound {
		padding-left: 0;
		padding-right: 40px
	}
	.apply-page #errorsFound div {
		margin-top: 45px;
		margin-bottom: -15px;
		background-color: transparent;
		padding: 10px 20px;
		display: none;
		border: 1px solid #ff6464;
		color: #ff6464;
		font-weight: 300 !important
	}
	.apply-page form fieldset>div {
		padding-left: 0;
		padding-right: 40px
	}
	.apply-page form .clearfix .first-item,
	.apply-page form .clearfix .first-item+div {
		padding-right: 3px
	}
	.apply-page form .birthday-overlay,
	.apply-page form .ssn-overlay {
		display: none
	}
	.apply-page form .birthday-overlay.is-empty,
	.apply-page form .ssn-overlay.is-empty {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		display: inline-block;
		position: absolute;
		z-index: 1;
		background-color: #fff;
		border: 1px solid #9B9B9B;
		color: #9B9B9B;
		width: calc(100% - 40px);
		height: 50px;
		padding: 14px 20px;
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.42857143;
		font-weight: 400
	}
	.apply-page form .form-group {
		margin-bottom: 20px
	}
	.apply-page form .form-group .form-control {
		-webkit-appearance: none;
		font-size: 18px
	}
	.apply-page form .form-group .form-control.not-empty {
		background-color: #e2f1dd !important
	}
	.apply-page form .form-group .form-control.not-empty+.select2 .select2-selection--single {
		background-color: #e2f1dd !important
	}
	.apply-page form .form-group label {
		font-size: 14px;
		line-height: 19px;
		color: #9B9B9B;
		font-weight: 400 !important;
		display: block
	}
	.apply-page form .form-group.has-error .form-control {
		border: 1px solid #ff6464
	}
	.apply-page form .form-group.has-error .form-control.not-empty {
		background-color: #fff !important
	}
	.apply-page form .form-group.has-error .form-control.not-empty+.select2 .select2-selection--single {
		background-color: #fff !important
	}
	.apply-page form .form-group.has-error label {
		display: block;
		color: #4a4a4a
	}
	.apply-page form .form-group.has-error .help-block {
		color: #ff6464;
		font-weight: 300 !important;
		margin-top: -12px;
		position: absolute;
		top: 0;
		z-index: 2
	}
	.apply-page form .form-group.has-error .select2-selection {
		border: 1px solid #ff6464
	}
	.apply-page form .form-group.has-error .icheckbox_flat {
		background-position: -44px 0
	}
	.apply-page form .form-group.has-error .icheckbox_flat.checked {
		background-position: -22px 0
	}
	.apply-page form .form-group.has-error .icheckbox_flat+label+.help-block {
		margin-left: 40px
	}
	.apply-page form .popover-toggle {
		position: absolute;
		z-index: 90;
		top: -5px;
		right: 25px;
		max-width: 15px;
		outline: 0
	}
	.apply-page form .popover-toggle img {
		max-width: 20px;
		max-height: 20px
	}
	.apply-page form .popover-content {
		padding: 15px
	}
	.apply-page form .popover-content img {
		padding: 10px 0
	}
	.apply-page form .popover-content p {
		font-size: 14px;
		margin: 0
	}
	.apply-page form .icheckbox_flat {
		float: left;
		margin-top: 2px
	}
	.apply-page form #agreements-group {
		margin-top: 30px
	}
	.apply-page form #agreements-group.has-error.has-danger {
		border: 1px solid #ff6464;
		padding: 12px 20px
	}
	.apply-page form #agreements {
		font-weight: 300 !important;
		display: inline-block;
		width: 90%;
		padding-left: 20px
	}
	.apply-page form #agreements a {
		color: #4a4a4a;
		text-decoration: underline
	}
	.apply-page form #agreements a:hover,
	.apply-page form #agreements a:active,
	.apply-page form #agreements a:active:hover {
		color: #4a4a4a;
		text-decoration: underline
	}
	.apply-page form button {
		margin-top: 25px;
		padding: 13px 20px
	}
	.apply-page form button.first-next-step {
		float: right
	}
	.apply-page .processing-page {
		margin-top: 5px
	}
	.apply-page .processing-page .left-content {
		padding-left: 0;
		padding-right: 40px
	}
	.apply-page .processing-page form fieldset>div {
		padding: inherit
	}
	.apply-page .processing-page h1 {
		margin-top: 65px;
		font-size: 21px;
		text-align: center
	}
	.apply-page .processing-page .progress {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-o-box-shadow: none !important;
		-ms-box-shadow: none !important;
		box-shadow: none !important;
		border: 1px solid #9B9B9B;
		background-color: #fff;
		height: 30px;
		margin-bottom: 40px
	}
	.apply-page .processing-page .progress .progress-bar {
		background-color: #0F933D;
		height: 32px;
		margin-top: -1px
	}
	.apply-page .processing-page .processing-top p {
		text-align: center
	}
	.apply-page .processing-page .processing-bottom {
		text-align: center;
		margin-top: 50px
	}
	.apply-page .processing-page .processing-bottom img {
		width: 50px;
		height: 50px;
		margin-bottom: 15px
	}
	.apply-page .processing-page .processing-bottom span {
		display: block;
		clear: both
	}
	.apply-page .processing-page .help-section {
		margin-top: 100px
	}
	.apply-page .processing-page .help-section span {
		padding: 0;
		color: #fff;
		font-size: 30px;
		line-height: 42px
	}
}

@media (min-width: 1250px) {
	.max-width-wrapper {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 1960px !important;
		position: relative;
		clear: both
	}
	.wrapper {
		height: auto !important;
		margin: 0 auto -215px;
		min-height: 100%
	}
	.wrapper-push {
		height: 215px
	}
	h1 {
		font-size: 30px;
		line-height: 39px
	}
	h1 small {
		font-size: 20px;
		line-height: 27px;
		margin-top: 10px
	}
	h2 {
		font-size: 24px;
		font-weight: 500 !important
	}
	h3 {
		font-size: 20px
	}
	h4 {
		font-size: 14px
	}
	.process {
		text-align: right
	}
	.process img {
		margin-right: 0
	}
	.process h4,
	.process p {
		margin-top: 0;
		margin-left: 0;
		max-width: 255px;
		text-align: left
	}
	.process p {
		font-size: 14px;
		line-height: 20px
	}
	.inner-page-short .content-one-min-short {
		min-height: 475px
	}
	.inner-page-short .yellow-btm-cta {
		margin-bottom: 50px !important;
		margin-top: 50px !important;
		position: relative
	}
	.inner-page-short .yellow-btm-cta div[class^='col-'] {
		left: 25px !important
	}
	.inner-page-short .yellow-btm-cta button {
		margin-top: 2px
	}
	.inner-page-short .yellow-btm-cta .yellow-cta-phone {
		background-image: url("/layouts/template3/images/cta/phone.png");
		background-position: -40px 0;
		background-repeat: no-repeat;
		background-size: 325px;
		height: 400px;
		margin-top: -60px
	}
	.inner-page .get-started-form .col-one,
	.inner-page .get-started-form .col-two {
		width: 375px
	}
	.inner-page .get-started-form .col-one {
		margin-top: 80px
	}
	.inner-page .get-started-form .col-two .breakLine {
		display: none
	}
	.inner-page .get-started-form .col-two button {
		width: 100%
	}
	.get-started-form-sticky {
		border-bottom: 5px solid #0F933D;
		margin-top: -110px
	}
	.get-started-form-sticky.is_stuck {
		height: 90px;
		margin-top: -80px;
		padding: 20px 0 !important
	}
	.get-started-form-sticky.is_stuck h2.sticky-logo {
		margin-top: 12px !important
	}
	.get-started-form-sticky.is_stuck form {
		display: block
	}
	.get-started-form-sticky.is_stuck .sticky-buttons {
		display: none
	}
	.get-started-form-sticky.is_stuck .navbar-toggle {
		padding: 14px 5px 13px
	}
	.get-started-form-sticky.is_stuck .navbar-toggle span {
		display: inline-block
	}
	.get-started-form-sticky .ssl-icon {
		display: inline-block;
		width: 50px;
		height: 50px
	}
	.get-started-form-sticky form .form-group {
		padding-left: 10px;
		padding-right: 10px
	}
	.get-started-form-sticky form .form-group label.control-label {
		left: 30px;
		color: #9B9B9B
	}
	.get-started-form-sticky form .form-submit button {
		margin: 0 0 0 10px
	}
	.get-started-form-sticky form .ssl-icon {
		margin-left: auto;
		margin-right: auto
	}
	.index-page .navbar-default {
		height: 90px;
		min-height: 90px
	}
	.index-page .navbar-default .navbar-brand {
		height: 90px;
		padding: 30px 15px
	}
	.index-page .navbar-default .navbar-cta {
		padding: 25px 0
	}
	.index-page .navbar-default .navbar-cta button {
		padding: 3px 8px;
		color: #fff
	}
	.index-page .navbar-default .navbar-toggle {
		margin-top: 12px
	}
	.index-page .top-image {
		margin-top: -90px;
		height: 600px
	}
	.index-page .max-width-wrapper-home {
		max-width: 1960px
	}
	.index-page .headline {
		height: 530px
	}
	.index-page .headline h1 {
		margin-top: 245px
	}
	.index-page .why-apply {
		margin-top: 30px
	}
	.index-page .why-apply h2 {
		margin-top: 0;
		margin-bottom: 30px
	}
	.index-page .what-and-why {
		background: url("../../assets/images/what-you-get-back-lg.jpg") no-repeat center;
		background-size: 100%;
		background-position: left top;
		background-color: #f6f5f5
	}
	.index-page .personal-loans {
		background-size: 455px;
		background-position: 80% 20px;
		border-bottom: 5px solid #0F933D
	}
	.index-page .personal-loans div {
		margin-bottom: 15px
	}
	.index-page .personal-loans div .btn {
		display: inline-block;
		margin-right: 20px
	}
	.index-page footer {
		max-width: 1960px !important;
		position: relative;
		margin-left: auto;
		margin-right: auto
	}
	.login-page .headline h1 {
		font-size: 50px
	}
	.login-page .headline h1 small {
		font-size: 24px
	}
	.login-page .headline .get-started-form-sticky .ssl-icon {
		display: block;
		margin-top: 20px
	}
	.login-page.recaptcha .headline h1 {
		margin-top: 80px
	}
	.login-page.recaptcha .get-started-form {
		margin-top: -90px;
		height: 90px
	}
	.login-page.recaptcha .g-recaptcha {
		margin-left: 111px
	}
	.login-page.recaptcha .submit-wrapper {
		margin-top: 0;
		text-align: center;
		max-width: 170px;
		display: inline-block
	}
	.login-page.recaptcha .submit-wrapper div {
		display: inline-block;
		width: 170px;
		margin-top: -77px
	}
	.login-page.recaptcha .submit-wrapper div .ssl-icon {
		display: none
	}
	.login-page .get-started-form {
		margin-top: 6px;
		margin-bottom: 0;
		padding: 30px 25px 20px !important
	}
	.login-page .get-started-form form .form-group,
	.login-page .get-started-form form .form-submit {
		margin-top: 20px
	}
	.login-page .get-started-form form .form-submit {
		width: 100%;
		padding: 0 10px
	}
	.login-page .get-started-form form .form-submit button {
		margin: 20px 0 0;
		width: inherit !important
	}
	.login-page .login-top-image {
		background-position: center bottom;
		background-size: 100%;
		height: 550px;
		margin-top: -90px
	}
	.login-page .headline {
		height: 460px
	}
	.login-page .headline h1 {
		color: #fff;
		margin-bottom: 35px;
		margin-top: 90px
	}
	.login-page .headline h1 small {
		max-width: 600px;
		color: #fff;
		font-size: 26px;
		line-height: 34px
	}
	.login-page .headline h2 {
		font-weight: 500 !important;
		line-height: 39px
	}
	.login-page .headline ul {
		list-style-image: url("../images/icons/checkMark.svg");
		padding-left: 20px
	}
	.login-page .headline ul li {
		font-size: 18px;
		font-weight: 300 !important;
		line-height: 28px;
		padding-left: 5px
	}
	.login-page .process {
		margin-bottom: 0;
		margin-top: 80px;
		padding-bottom: 60px
	}
	.resources-page .resource-item-blank:nth-last-of-type(odd) {
		display: block
	}
	.resources-page .resource-item-blank div {
		height: 480px
	}
	.resources-page .resource-bottom {
		min-height: 240px
	}
	.apply-page .ssl-security-badge {
		padding-left: 0;
		padding-right: 0
	}
	.apply-page .ssl-security-badge .badge-wrapper {
		max-width: 100%
	}
	.apply-page .help-background {
		width: calc(((100% - 1300px) / 2) + (1300px / 3))
	}
	.apply-page .help-section-wrapper {
		padding: 0
	}
	.apply-page .help-section-wrapper .help-section {
		padding: 0
	}
	.apply-page .help-section-wrapper .help-section .help-top .step-img {
		max-width: 100%
	}
	.apply-page .help-section-wrapper .help-section .help-top .step-img.visible {
		display: block
	}
	.apply-page .help-section-wrapper .help-section .help-bottom {
		max-width: 100%
	}
	.apply-page h1 {
		font-size: 24px
	}
	.apply-page h1 img {
		max-width: 37px
	}
	.apply-page .processing-page h1 {
		margin-top: 120px;
		font-size: 24px
	}
}

@media (min-width: 1660px) {
	.get-started-form .col-one,
	.get-started-form .col-two {
		left: 44px
	}
	.get-started-form .col-one {
		width: 320px
	}
	.get-started-form .col-two {
		width: 242px
	}
	.inner-page-short .yellow-btm-cta .yellow-cta-phone {
		background-position: 150px 0
	}
	.inner-page-short .content-one-min-short {
		min-height: 580px
	}
	.inner-page .get-started-form .col-one,
	.inner-page .get-started-form .col-two {
		left: 0
	}
	.index-page .top-image {
		height: 650px
	}
	.index-page .headline {
		height: 580px
	}
	.index-page .headline h1 {
		font-size: 50px;
		line-height: 59px;
		margin-top: 275px
	}
	.index-page .headline h1 small {
		font-size: 25px;
		line-height: 34px
	}
	.index-page .personal-loans {
		background-size: 500px
	}
	.index-page .personal-loans div {
		margin-bottom: 40px
	}
	.index-page footer {
		max-width: 1960px !important;
		position: relative;
		margin-left: auto;
		margin-right: auto
	}
	.login-page.recaptcha .g-recaptcha {
		margin-left: 138px
	}
	.login-page .login-top-image {
		background-position: center bottom;
		background-size: cover;
		height: 600px
	}
	.login-page .headline {
		height: 510px
	}
	.login-page .headline h1 {
		margin-top: 50px;
		margin-bottom: 60px
	}
	.login-page .headline .get-started-form .g-recaptcha {
		transform: scale(0.87);
		-webkit-transform: scale(0.87);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0
	}
	.rates-page .usa-map p {
		padding: 85px 80px 0
	}
	.apply-page .ssl-security-badge {
		padding-left: 0;
		padding-right: 0
	}
	.apply-page .ssl-security-badge .badge-wrapper {
		max-width: 284px
	}
	.apply-page .help-background {
		width: calc(((100% - 1740px) / 2) + (1740px / 3))
	}
	.apply-page .help-section-wrapper {
		padding: 0
	}
	.apply-page .help-section-wrapper .help-section {
		padding: 0
	}
	.apply-page .help-section-wrapper .help-section .help-top .step-img {
		max-width: 284px
	}
	.apply-page .help-section-wrapper .help-section .help-top .step-img.visible {
		display: block
	}
	.apply-page .help-section-wrapper .help-section .help-bottom {
		max-width: 284px
	}
	.resources-page .resource-item-blank div {
		height: 542px
	}
}


/*# sourceMappingURL=style.min.css.map */

.apr {
	font-size: 50px;
    font-weight: 300 !important;
    line-height: 50px;
    text-align: center;
}