html, body { font-family: 'Roboto Condensed', sans-serif;}

body { padding:25px 0;}


#main-logo { margin-bottom:15px;}

#vehicle-information { margin-bottom:30px;}


#financing-form { margin-top:30px; display:none;}
#financing-form form { border:1px solid #17a2b8; background:#eee; padding:1.5em;}
#financing-form input:required { border-color:#dc3545;}
#financing-form label.error { color:red; font-size:12px; margin-top:-15px;}

#financing-form #reminder-resideYears,
#financing-form #co-reminder-resideYears { display:none;}
#financing-form #reminder-employmentYears,
#financing-form #co-reminder-employmentYears { display:none;}
#financing-form #previous-address,
#financing-form #co-previous-address { display:none;}
#financing-form #previous-employment,
#financing-form #co-previous-employment { display:none;}

#financing-form #secondary-applicant { display:none;}
#financing-form #feedback-recaptcha { margin-top:10px; color:red;}




@media (max-width:576px){
	.text-left-xs { text-align:left!important;}

	h1 { font-size:20px;}
	h3 { font-size:18px;}
	p { font-size:14px;}

}

@media (max-width:768px){
	.text-left-xs { text-align:left!important;}

	h1 { font-size:26px;}
	h3 { font-size:20px;}
	p { font-size:16px;}

}