/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
 font-size: 14px; font-weight: normal; line-height: 1.4rem; overflow-x: hidden; }


.antispam { display:none;}


p { font-size: 1rem; }
* { box-sizing: border-box; }

.flush { padding:0; margin: 0; }
.list--unbulleted { list-style: none; }
.list--inline { display: inline-block; }
.smaller { font-size: 0.7rem; font-style: italic; }
.text--larger { font-size:1.6rem; }
.text--center { text-align: center; }
.input--text { padding:0.6rem 0.4rem; border: 1px solid #c0c0c0; border-radius: 0.2rem; outline: none; }
.small--terms { font-size: 0.8rem; color: #999;}


.api-notice {
	background: #999;
	color: #fff;
	text-align: center;
	font-size: 0.8rem;
	padding: 1px 0;
}

.api-notice p {
	line-height: 0rem;
	font-size: 0.6rem;
}

.primary--button {
	white-space: nowrap;
	text-align: center;
    padding: 1rem 2rem;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-weight: 600;
    background: #fff;
    border: none;
    color: #d48027;
    text-decoration: none;
    transition: all .15s ease;
}

.primary--button__green {
	background: #3ecf8e;
	color: #fff;
}

.primary--button__blue {
	background: #004dbf;
	color: #fff;
}

.primary--button__header {
	background: #3ecf8e;
	color: #fff;
	padding: 0.4rem 1rem;
	box-shadow: none;
	font-size: 1rem;	
}

.primary--button:hover { 
	transform:translateY(-1px);
	box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
}

a { color: #336699; }


.overlay { 
	position: fixed;
	width: 100%;
	height: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 950;
}

.popup__container { 
	display: none;
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh; 
	background: #333; 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 999; 
	padding-top: 1rem; 
}

.popup--content { 
	height: 75%;
	width: 90%;
	margin: 1rem auto; 
	background: #fff; 
	overflow-y: scroll; 
}

.popup--actions { 
	padding: 0 1rem 0;
	width: 90%;
	margin: 0 auto; 
}

.popup__trigger { 
	padding: 0.4rem 1rem;
	border-radius: 0.4rem;
	display: inline-block; 
	color: #fff; 
	background: #48951e; 
	text-decoration: none; 
}

.popup--close__trigger { 
	float: right; 
}



.view__wrapper {
	max-width: 1100px;
	position: relative;
	width: 90%;
	margin: 0 auto;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px solid #c0c0c0;
	background: #fff;
	z-index: 100;
}

header.noshadow {
	box-shadow: none;
}

.header--logo { 
	display: inline-block;
	width: 180px;
	height: auto;
	padding: 0.7rem 0 0.2rem 0;
	max-width: 48%;
	
}

.header--nav__trigger {
	padding: 0.7rem 0.4rem 0.1rem 0.4rem;
	border: none;
	float: right;
}

.header-menuicon {
	width: 16px;
	height: auto;
}

.header--logo img {
	width: 100%;
	height: auto;
}

.cobrand--logo {
	display: inline-block; 
	position: absolute;
	right: 0;
	top: 2px;
	text-align: center;
	max-width: 48%;
}

.cobrand--logo img {
	width: 100%;
	display: inline-block;
	max-width: 160px;
}

.cobrand--logo span {
	color: #000;
	display: none;
}

#header--nav {
	display: none; 
	position: relative;
	float: right;
}

#header--nav li {
	display: inline-block;
	margin-left: 0.6rem;
}

#header--nav .header--nav__link {
	color: #333;
	text-decoration: none;
}

#header--nav .header--nav__link:hover {
	color: #004dbf;
}

main {
	margin-top: 2.4rem;
}

.hero {
	/*background: url("../images/img-qlp-hero-mobile.jpg") no-repeat;
	background-size: contain; */
	min-height: 140px; 
	position: relative; 
	padding: 3rem 0;
}

.hero h1 {
	color: #004dbf; 
	font-size: 2.2rem;
	line-height: 2.8rem; 
	padding-top: 20px;
}

.hero h2 {
	font-size: 1.4rem;
	line-height: 1.8rem; 
	margin-top: 0.6rem
}

.disclosure {
	position: absolute;
	top: 0;
	left: 0;

}

.disclosure-link {
		color: #336699;
		display: inline-block;
		cursor: pointer;
		font-size: 12px;
}

.disclosure-popup {
	display:  none;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 3px #000;
	width: 100%;
	color: #000;
	background: #fff;
	margin-top: 6px;
}

.disclosure-popup.active {
	display: block;
}

.banner--form {
	/* background: #fff; */
	/*border: 1px solid #c0c0c0;
	box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07); 
	border-radius: 0.2rem; */
	padding:1rem 0rem; 
	width: 100%; 
	/*margin: 2rem auto; */
}

.banner--form label {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.6rem;
	display: block;
}

.banner--form input[type=text] {
	padding: 0.6rem;
	border: 1px solid #c0c0c0;
	border-radius: 0.4rem;
	width: 100%;
	font-size: 1rem;
}

.banner--form p {
	color: #333;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 200;
}

.content__container {
	position: relative;
	display: block;
	width: 100%;
	padding: 3rem 0;
}

.form__container {
	display: block;
	position: relative;
	width: 100%;
	padding: 2rem 0;
}

.form--title {
	background: #004dbf;
	padding: 1rem 0;
	color: #fff;
}

.form--title h2 {
	margin: 0;
	padding: 0;
}

.content__container p {
	margin: 1rem 0 2rem;
	color: #666;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}

p br.hide-mobile {
	display: none;
}

.loanpurpose--list {
	margin-top: 3rem;
	font-size: 0;
	text-align: center;
}

.loanpurpose--list li {
	vertical-align: bottom;
	margin-bottom: 4rem;
	display: inline-block;
	width: 50%;
}

.loanpurpose--list img {
	width: 30%;
	height: auto;
	max-width: 80px;

}

.loanpurpose--list img.bills_expenses_img {
	width: 50%;
	max-width: 120px;
}

.loanpurpose--list span {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
}

#home_howitworks_container {
	padding-top: 0;	
}
	
.shadow__container {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	box-shadow: 3px 3px 14px 0px rgba(0, 0, 0, 0.1);
	padding: 2rem;
}

#home_howitworks_list {
	font-size: 0;	
}

#home_howitworks_list li {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 2rem;
}

#home_howitworks_list img {
	width: 20%;
	display: inline-block;
	max-width: 150px;
	height: auto;
	vertical-align: top;
}

#home_howitworks_list div {
	width: 75%;
	margin-left: 5%;
	display: inline-block;
	font-size: 0.9rem;
	text-align: left;	
	vertical-align: top;
}

#home_howitworks_list h3 {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	color: #004dbf;
}

#disclosure p {
	font-size: 0.7rem;
	line-height: 1rem;
	color: #999;
	margin-bottom: 12px;
	text-align: left;
}

#ola-seal {
	text-align: center;
}

#home_loanpurposes {
	padding-top: 0;
}

#cta {
	background: #efefef;
}

#cta h3 {
	margin-bottom: 2rem;
	font-weight: 400;
}

footer {
	padding: 2rem 0 4rem 0;
}

#footer-meta p {
	font-size: 0.7rem;
	margin-bottom: 2rem;
}

#footer-meta li {
	display: inline-block;
	margin-right: 0.6rem;	
}

.info__container {
	padding: 2rem 0 4rem 0;
}

.info__container h3 {
	font-size: 1.2rem;
}

.info__container h2 {
	font-size: 2rem;	
	line-height: 2.4rem;
}


#contact-form label {
	display: block;
	font-size: 1rem;
	font-weight: bold;
}

.action-form {
	padding: 60px 0 0 0;
}

.action-form fieldset {
	display: none;
	border: none;
	outline: none;
	text-align: center;
	padding: 0;
}

.action-form fieldset.active {
	display: block;
}

.action-form label {
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

.action-form label.option--label {
	 border: 1px solid #c0c0c0;
	 border-radius: 0.4rem;
	 background: #efefef;
	 padding: 1rem 1rem;
	 font-weight: 400;
	 margin-bottom: 0.6rem;
	 font-size: 1rem;
}

.consent {
	position: relative;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.consent p {
	font-size: 0.7rem;
	margin-left: 3rem;
	text-align: left;
	line-height: 1.2rem;
	color: #666;
}

.action-form label.option--label.inline {
	display: inline-block;
}

.action-form input[type=radio]:checked + label {
	background: #004dbf;
	color: #fff;
}

#contact-form input, #contact-form textarea {
	border: 1px solid #c0c0c0;
	border-radius: 0.4rem;
	padding: 0.6rem;
	display: block;
	font-size: 1.2rem;
	outline: none;
	margin: 0.4rem 0 1rem 0;
	width: 100%;
}

.action-form input, .action-form select {
	border: 1px solid #c0c0c0;
	border-radius: 0.4rem;
	padding: 0.6rem;
	display: block;
	font-size: 1.2rem;
	outline: none;
	margin: 0 auto;

}

.action-form select {
	height: 45px;
}

.back-wrap {
	text-align: center;
	font-size: 0.9rem;
	margin-top: 1rem;
}

input.input--invalid, select.input--invalid {
	color:red;
	background: pink;
}

input[type=text].chk, input[type=tel].chk {
	background: #fff url("../images/img-checking.png") right 10px center no-repeat;
	background-size: 15px;
	
}

.banner-leftside ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.banner-leftside li {
	background: url("../images/img-check.png") no-repeat;
	background-size: 14px;
	padding-left: 2rem;
	padding-bottom: 0.4rem;
	background-position: left center;
}

.banner-leftside li span {
	display: block;
	padding-top: 5px;
	font-size: 1.2rem;
}

.input-wrap {
	border: 2px solid #c0c0c0;
	border-radius: 0.4rem;
	display: inline-block;
	background: #efefef;
}


.input-wrap + .input-wrap {
	margin-top: 1rem;
}

.input-wrap.invalid {
	border: 2px solid red;
}

.input-wrap.focused{
	border: 2px solid #004dbf;	
}

.action-form input.hidden {
	display: none; 
}



.input-wrap div {
	display: flex;
}

.input-wrap span {
	padding: 0.6rem 1rem;
	font-size: 1.2rem;
	font-weight: 500;
}

.input-wrap.symbol input {
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-wrap.symbol span img {
	width: 16px;
	height: auto;
	margin-top: 5px;
}

.hint {
	display: block;
	margin: 1rem 0;
	color: #666;
	font-size: 0.8rem;
	line-height 1rem;
}

#bankname {
	color: #000;
	font-style: italic;
}

.nextBtn {
	display: block;
	margin: 2rem auto 0;
	width: auto;
}

.nextBtn[disabled] {
	opacity: 0.6;
}

.error { 
	display: none;
	color: red;
	margin: 1rem 0;
}

.error-message{
	color:red;
	font-weight: bold;
	display: block;
	margin: 1rem 0;
}


.loader{
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom: 0;

	z-index: 100000;
	margin: auto;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,.8);
	display: none;
}

.loader div {
	font-size: 1.5rem;
	text-align: center;

	background: #fff;
	display: block;
	color: #000;
	padding:30px;

	height: auto;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5rem;
	border:5px solid #9bc53b;
}

.loader p{
	font-size: 1rem
}

#mobilenav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index:1000;
	padding: 1rem;
}

.mobilenav__trigger {
	position: absolute;
	top: 1rem;
	right: 1rem;
	text-decoration: none;
	border: 1px solid #000;
	display: block;
	padding: 0.4rem;
	border-radius: 0.4rem;
}

.mobilenav--logo {
	width: 70%;
	position: relative;
	display: block;
	height: auto;
}

.mobilenav ul {
	margin: 2rem 0;
	padding: 0;
}

.mobilenav li {
	margin: 0 0 2rem 0;
	padding: 0 1rem 0 1rem;
	font-size: 1.4rem;
}

.mobilenav li a {
	color: #336699;
}

.mobilenav--logo img {
	width: 100%;
	height: auto;
}

#mobilenav.show {
	display: block;
}

.processing_wrapper {
	 background: #fff; 
	 margin:0 auto; 
	 width: 100%; 
	 max-width: 600px;
	 padding: 2rem;
	 border-radius: 0.4rem;
	 text-align: center;
}

.hero-api-notice {
	
}
.hero-api-notice p {
	font-size: 0.6rem;
	line-height: 0.8rem;
	padding: 10px 20px;
	color: #999;
}

@media all and (min-width: 768px) {
	
	.disclosure-popup { 
		width: 80%;
	}
	
	main {
		margin-top: 3.2rem;
	}
	
	header.apply {
		height:3.2rem;
	}
	
	.header--logo {
		margin-top: 0.2rem;
	}
	
	.header--nav__trigger { 
		display: none;
	}
	
	#header--nav {
		display: block;
	}
	
	.cobrand--logo {
		padding-top: 4px;
	}
	
	.cobrand--logo span {
		display: inline-block;
		margin-right: 10px;
		margin-top: 10px;
		vertical-align: top;
		font-size: 12px;
	}
	
	.hero {
		height: 600px;  
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #feffff 0%,#d2ebf9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #feffff 0%,#d2ebf9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */
	}
	
	.hero h1, .hero h2 {
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    font-smoothing: antialiased;
	    text-rendering: optimizeLegibility	
	}
	
	.hero h1 {
		font-size: 2.6rem;
		padding-top: 10px;
	}
	
	.banner-leftside {
		width: 40%;
		display: inline-block;
		vertical-align: top;
		padding: 3rem 0;
	}
	
	.banner-rightside {
		width: 58%;
		background: url(../images/img-oln-hero.png) no-repeat;
		background-position: right bottom;
		background-size: cover;
		display: inline-block;
		vertical-align: top;
		height: 513px;
	}

	
	.banner--form {
		width: 40%;
		/*margin: 3rem auto; */
		min-width: 400px;
		display: inline-block;
		/*margin-left: 8%; */
		vertical-align: top;
		padding: 1rem 0rem;
	}
	
	.loanpurpose--list li {
		width: 33%; 
	}

	#home_howitworks_list {
		display: flex;
		justify-content: space-between;
	}

	#home_howitworks_list li {
		width: 32%;
	}
	
	#ola-seal p {
		width: 70%;
		margin: 2rem auto;
	}
	
	#cta {
		background: url("../images/img-qlp-call.jpg") no-repeat;
		background-size: cover;
		background-position: center center;
		height: 400px;		
	}
	
	#cta h2 {
		font-size: 2.4rem;
		line-height: 3rem;
	}
	
	#cta h3 {
		font-size: 1.4rem;
		line-height: 2.2rem;
		width: 60%;
		margin-bottom: 4rem;
		font-weight: 400;
	}
	
	#disclosure .view__wrapper {
	}
	
	.info__container .view__wrapper {
		padding-right: 20%;
	}
	
	.action-form label {
		font-size: 1.6rem;
	}
	
	.consent {
		max-width: 500px;
		margin: 3rem auto;
	}
	#home_loanpurposes {
		padding-top: 3rem;
	}	
	
	#copy { width: 50%; }
	
	.hero-api-notice {
		background: rgba(0,0,0, 0.3);
		padding: 4px 20px;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.hero-api-notice p {
		color: #fff;
		padding: 0;
	}
}

@media all and (min-width: 1024px) {
	p br.hide-mobile {
		display: block;
	}
	.loanpurpose--list li {
		width: 20%;
	}	
}

