<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*** End CSS Reset ***/

html {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
}
body {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.wrapper1300{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
.greyBreak{
	border-top: 1px solid #e6e6e6;
}
#content {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
#searchpage  {     
	float: none;
	margin: 0 auto !important;
}
#cx5ws_windowsticker  {     
	float: none;
	margin: 0 auto !important;
}
.clear {clear: both;}
img {max-width: 100%;}
input {color: #5d5d5d;}
a {color: #2d96cd;}
a:hover{color: #000000;}

/** YouTube Video Responsiveness **/
.iacaVid {
    position: relative;
    padding-bottom: 47%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
.iacaVid iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mapHolder {
    position: relative;
    padding-bottom: 60%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
#mapHolder iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************ Header **************/
#mainHead{
	display: flex;
	flex-wrap: wrap;
}
#logo{
	width: 25%;
	padding-left: 5px;
}
#phoneHeadIcons{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 70%;
	margin-left: auto;
	font-size: 16px;
}
.phoneHeadBtn{
	padding: 0 8px;
}
.phoneHeadBtn a{
	color: #2d96cd;
	text-decoration: none;
}
.phoneHeadBtn .fas a{
	color: #d92e14 !important;
}
/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #d92e14;
	padding: 7px 0;
	font-size: 36px;
	line-height:1;
	text-align: center;
}
#phoneTop a{color: #ffffff;}
.butIcon{
	float:left;
	width: 19.7%;
	border-right: solid 1px white;
}
.butIconLast{
	float:left;
	width: 19.2%;
}
#phoneBtns{
	width: 100%;
	margin-bottom: 10px;
	font-weight:700;
}
#phoneBtns a{
	display: inline-block;
	background-color: #fafafa;
	width: 96.5%;
	margin:1%;
	text-align:center;
	border: 2px solid #bd1515;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************ Homepage **************/
#heroBannerTop{
	background-image: url(images/hero-banner-phone.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
}
#topRight{
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
}
#topRight h1{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1.3;
	color: #ffffff;
	text-shadow:  2px 4px 4px rgba(0, 0, 0, .8);
	padding-bottom: 5px;
	margin-top: 15px;
}
#topRight hr{
	border: 0;
	background-color: #d92e14;
	width: 75%;
	text-align: left;
}
#topRight h3{
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
text-shadow:  2px 3px 3px rgba(0, 0, 0, .8);
}
#heroTopBtns{
	margin: 40px 0 20px 0;
}
.bigBtn a{
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #006ca7;
	margin-bottom: 20px;
	padding: 20px 0;
	align-items: center;
}
.bigBtn a:hover{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255,  255,  255,  0.7);
	border: 5px solid #2d96cd;
	color: #2d96cd;
	padding: 15px 0;
}
.bigBtnred a{
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #d92e14;
	margin-bottom: 20px;
	padding: 20px 0;
	align-items: center;
}
.bigBtnred a:hover{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255,  255,  255,  0.7);
	border: 5px solid #d92e14;
	color: #d92e14;
	padding: 15px 0;
}
.bigBtnred2 a{
	display:none;
}
.orange a{
	background-color: #d92e14;
}
#homeGreySection{
	background-color: #ddd;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0;
	font-size: 14px;
	margin-top: -5px;
}
.greySecWrap{
	padding: 20px 15px;
}
.bulletPoint{
	margin: 20px 0;
}
.bulletPoint img{
	max-width: 85px;
}
.bulletPoint a{
	color: #2d96cd;
	text-decoration: none;
}
.bulletTitle {
	text-transform: uppercase;
	line-height: 3;
	font-size: 18px;
}
#homeMid{
	background-color: #2d96cd;
	color: white;
	font-family: 'Open Sans', sans-serif;
}
#visitConfidence{
	padding: 15px;
}
#knowApproval{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}
#visitConfidence hr{
	border: 0;
	background-color: #d92e14;
	width: 75%;
	text-align: left;
	margin-bottom: 10px;
}
.reasonWrap{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
}
.noProb{
	padding: 2px 0;
}
.noProb img{
	max-width: 20px;
}
#visitConfidence p{
	font-size: 15px;
	padding: 10px 0;
}
.approvalBtn a{
	display:inline-block;
	width: 100%;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	background: #d92e14;
	color: white;
	font-weight: bold;
	padding: 5px 0;
}
#seoHolder{
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#seoHolder h2{
	font-weight: bold;
	color: #2d96cd;
	font-size: 18px;
	padding-bottom: 6px;
}
#seoHolder h4{
	color: #d92e14;
	font-size: 15px;
	padding-bottom: 15px;
}
#seoHolder p{
	padding-bottom: 10px;
	color: #515457;
}
#seoHolder a{
	text-decoration: none;
	color: #d92e14;
}
#seoHolder a:hover{
	text-decoration: none;
	color: #2d96cd;
}
#homeOrangeGPA{
	background-color: #006ca7;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	position: fixed;
   bottom:0;
}
#homeOrangeGPA a{
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	width: 94%;
	text-align: center;
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #ffffff;
	padding: 15px 0;
}
#homeOrangeGPA a:hover{
	background-color: #006ca7;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #d92e14;
	padding: 2px 0;
	/*height: 30px;*/
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:0% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
/************* Footer ****************/
#footer{
	background-color: #9e9e9e;
	padding-bottom: 100px;
}
.footerTop{
	padding:15px 10px 15px 10px;
	font-family: 'Open Sans', sans-serif;
}
.footerSocial{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerSocial a{
	display:inline-block;
	text-decoration: none;
	font-size: 26px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #3b5998;
	line-height: 1.6;
}
.socialGrey{
	background-color: #ffffff;
	transition-duration: .3s;
}
.socialOrange{
	background-color: #d92e14;
	transition-duration: .3s;
}
.socialTeal{
	background-color: #33c4b3;
	transition-duration: .3s;
}
.socialGrey:hover{
	background-color: #006ca7;
}
.socialOrange:hover{
	background-color: #c66422;
}
.socialTeal:hover{
	background-color: #27988b;
}
.footerPhone{
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}
.footerPhone a{
	color: #d92e14 !important;
}
.footerBottom{
	padding: 5px 15px;
	text-align: center;
	color: #ffffff;
}
.copyright{
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
}
.copyright a{
	color: white;
	text-decoration: none;
	transition-duration: .3s;
}
.copyright a:hover{
	color: #d92e14;
}
/************* General Page code ****************/
.pageHeader{
	padding: 15px 2% 1% 2%;
	font-family: 'Open Sans', sans-serif;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 22px;
	color: #2d96cd;
	text-transform: uppercase;
	line-height: 1.3;
}
.pageHeader hr{
	border: 0;
	background-color: #d92e14;
	width: 75%;
	text-align: left;
}
.pageHeader p{
	font-size: 16px;
	padding: 10px 0;
	color: #909599;
}
.fullPage{
	padding:.5% 2%;
	width: 96%;
}
.fullPage p{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color:#55595c;
	padding-bottom: 10px;
}
.fullPage a{
	color: #d92e14;
	text-decoration: none;
}
.fullPage a:hover{
	text-decoration: underline;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
	color: #d92e14;
}
/***** Form Page ****/
.halfpage{
	padding-left: 2%;
	width: 96%;
}
.formLeft{
	padding-left: 2%;
	width: 96%;
}
.formLeft p{
	font-size: 14px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	color:#55595c;
}
.formLeft h3 {
	font-size: 16px;
	font-weight:bold;
	color: #d92e14;
}
.formLeft a{
	color: #d92e14;
	text-decoration: none;
}
.formLeft a:hover{
	text-decoration: underline;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 2%;
	width: 96%;
	font-family: 'Open Sans', sans-serif;
	color:#55595c;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	background: #2d96cd;
	width: 97%;
	margin-bottom: 7px;
	transition-duration: .3s;
}
.formBtn:hover {
  background: #d92e14;
  text-decoration: none;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 14px;
	margin-bottom: 15px;
}
.formHours h2{
	 color: #d92e14;
	 font-weight:700;
	 font-size: 18px;
	 margin-top: 20px;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #dce1e5;
}
/************* Supporting Pageas *************/
.creditAppBannerDesk{
	padding-top: 5px;
}
.creditAppBannerPhone{
	padding-top: 5px;
}
.qAndA{
	padding:10px 10px 10px 30px;
}
.questWrap{
	padding: 10px 0;
}
.question p{
	font-weight: bold;
	color: #2d96cd !important;
}
.answer p{
	padding-bottom: 10px;
}
.supportBanner{
	background-image: url(images/hero-banner-phone.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center center;
}
.supBtns{
	padding: 15px;
}
#banktext h1, #banktext h2, #banktext h3 {
    font-family: 'Montserrat', sans-serif;
	color: #2d96cd;
}
#banktext {
    margin: 1.8em 0;
    padding: 40px 34px;
    background-color: #fff;
    border-top: 8px solid #006ca7;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    transition: all .2s ease;
}
#banktext h1, #banktext2 h1 {
  font-size: 32px;
  font-size: 2rem
}
#banktext h2, #banktext2 h2 {
  font-size: 24px;
  font-size: 1.5rem
}
#banktext h3, #banktext2 h3 {
  font-size: 20px;
  font-size: 1.25rem
}
#banktext2 h1, #banktext2 h2, #banktext2 h3 {
    font-family: 'Montserrat', sans-serif;
	color: #2d96cd;
}
#banktext2 {
    margin: 1.8em 0;
    padding: 40px 34px;
    background-color: #fff;
    border-top: 8px solid #006ca7;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    transition: all .2s ease;
}
.formBullets {
    padding-left: 4%;
    padding-bottom: 15px;
}
.formBullets ul {
    list-style-type: disc !important;
    list-style-position: outside;
    font-size: 14px;
}
/**************** Form Style Overrides *************/
.actionformholder .actionform .multipart_header {
	border: none;
	padding: 2px;
}

.actionformholder .formsection{
	border: none;
}

.actionformholder .ui-widget-header {
	background: #ffffff !important;
}

.actionformholder .actionform .formsectiontitle {
	font-family: 'Open Sans', sans-serif;
	color: #d92e14;
	font-size: 1.5em;
}

.actionformholder .actionform ul li div.actionforminput {
	width: 100%;
	float: none;
	display: block;
	margin-right: 0%;
}

.actionformholder .formfield label{
	font-size: 1.2em !important;
}

.actionformholder form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.actionformholder form li {
	padding: 3px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder form label:not(.ui-button) {
	clear: both;
	display: block;
	font-size: 14px;
	color: #545454;
}

.actionformholder input,.actionformholder select{
	font-size: 18px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 8px;
}
.actionformholder input:focus,.actionformholder select:focus {
	border: 1px solid #545454;
	border-color: rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.2);
}
.actionformholder form .actionform input.inputFull {
	width: 96.5%;
}
.actionformholder form .actionform select.inputFull {
	width: 99%;
}

.actionformholder form .actionform input.inputMid {
	width: 215px;
}

.actionformholder .actionform.user_agreement {
	color: #545454;
	display: block;
	text-align: left;
	margin: 0;
}

.actionformholder form .actionform.user_agreement li {
	padding: 3px .2px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder .button.ui-button, .actionformholder label.ui-button {
	background: #ffffff;
	background-image: none;
	cursor: pointer;
	font-size: 18px;
	color: #d92e14;
	border: 2px solid #000000;
	font-weight: bold;
	border-radius: 0;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	color: #d92e14;
	border-color: #d92e14;
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	color: #d92e14;
	border-color: #d92e14;
}

.actionformholder  .ui-buttonset {
	margin-top: 7px;
}

.actionformholder .actionform .cxprogressbar {
	font-size: 20.5px;
	border-radius: 0;
	margin-right: 1px;
}

.actionformholder .actionform .cxprogressbar .ui-progressbar-value {
	border-radius: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #d92e14 !important;
}

.actionformholder .actionform .cxprogressbar .cxprogressname {
	color: #FFFFFF;
	line-height: 1.8em !important;
	font-size: 18px;
}

.actionformholder .actionform .next_button {
	margin-left: 2px;
}

.actionformholder .actionform .prev_button .ui-button-text {
	padding-left: 0.2em;
	padding-right: 0.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

/******************* Testimonials Page ****************/
.cx5_testimonial_full_item{ border-bottom: 1px solid #66696b;}

/************* Squeeze Page ****************/
#squeezeHead{
	width: 96%;
	padding: 0 2%;
}
#squeezeHead h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #2d96cd;
	text-align: center; 
	font-size: 18px;
	border: none;
	margin: 0 0;
}
#squeezeLeft{
	float:left;
	padding-left:25%;
	width: 50%; 
}
#squeezeRight{
	float:left;
	padding-left: 2%;
	width: 96%;
}
#squeezeRight p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:1.2;
	padding-bottom: 10px;
}
#squeezeRight h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #2d96cd;
	font-size: 16px;
	padding-bottom: 10px;
}
#squeezeForm{
	background-color: #dce1e5;
	padding: 2%;
	width: 96%;
	margin-bottom: 15px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#squeezeForm h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #2d96cd;
	font-size: 15px;
	text-align:center;
}
#cx5ws_windowsticker{
padding: 10px 0;
}
/************* Employee Credit Apps *************/
.empPhoto{
	padding: 10px auto;
	text-align: center;
}
.empPhone{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #2d96cd;
}
.empEmail{
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #2d96cd;
	width: 100%;
	margin-bottom: 7px;
	transition-duration: .3s;
	text-align: center;
	margin: 10px 0;
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.empEmail:hover {
  background: #d92e14;
  text-decoration: none;
	color: white;
}
.empName {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
	text-align: center;
}
.explination{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-bottom: 15px;
}

/************ SRP Btns ***********/
.srpBtn a{
    display:inline-block;
	font-size: 16px;
	padding: 10px 00px;
	background: #006ca7;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 96%;
    margin: 0 2%;
    margin-bottom: 10px;
}
.srpBtn a:hover{
    color: #ffffff;
    background-color: #2d96cd;
    text-decoration: none;
}

.altSrpBtn a{
	background: #d92e14;
    color: #ffffff;

}
.altSrpBtn a:hover{
    color: #ffffff;
    background-color: #a82612;
    text-decoration: none;
}
.currentoffers { display: none;}


@media only screen and (max-width: 599px){
/* Hide Things from Phone View */
#topLeft{display: none;}
.creditAppBannerDesk{display: none;}
.homeSlides { display: none; }
}

@media only screen and (max-width: 767px){
/* Hide Things from Phone Landscape and Phone View */
#topBar{ display: none;}
#seoImg{ display: none;}
}

@media only screen and (min-width: 320px){
/* Smart Phones, Portrait iPhone, Portrait 480x320 phones (Android) */
}

@media only screen and (min-width: 480px){
/* Smartphones, Android Phones, Landscape iPhone */
/************* Header *************/
#logo{
	width: 18%;
}
.phoneHeadBtn{
	padding: 0 15px;
}
#homeOrangeGPA a{
	font-size: 24px;
	padding: 10px 0;
	max-width: 640px;
}

/********* Nav ************/
.jqueryslidemenu {
	display:none;
}
/********** Footer ***********/
.footerTop{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerPhone{
	font-size: 16px;
	margin-left: auto;
}
.footerSocial a{
	margin-right: 5px;
}
.footerBottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.translate{
	min-width: 157px;
}
.copyright{
	margin-left: auto;
}
/********** Supporting Pages ***********/
.supImg{
	width: 50%; 
	float: left; 
	padding:0 15px 10px 0px;
}
}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
#heroBannerTop {
display: none !important;
}
/*********** Header *************/
#logo{
	width: 18%;
}
/************ Homepage **************/
.heroBanner{
	display: flex;
	line-height: 1;
	align-items: center;
}
#topLeft{
	margin-bottom: -1px;
	margin-left: auto;
	text-align: right;
	width: 30%;
	align-self: flex-end;
	margin-top: 20px;
}
.greySecWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 0;
}
.bulletPoint{
	width: 45%;
}
#knowApproval{
	font-size: 20px;
}
.reasonWrap{
	font-size: 18px;
	font-weight: bold;
	margin-left: 70px;
}
.noProb img{
	max-width: 26px;
	padding-right: 8px;
}
#visitConfidence p{
	font-size: 16px;
}
.approvalBtn a{
	font-size: 20px;
}
/********** Footer ***********/
.footerPhone{
	font-size: 22px;
}
.footerSocial a{
	margin-right: 10px;
}
/***** Form Page ****/
.formBtn {width: 75%;}
/*********** Supporting Pages ***********/

.creditAppBannerPhone{display: none;}
.question p{font-size: 16px;}
.supBtns{
	width: 100%;
	display: flex;
	padding: 15px 0 0 0;
}
.supBtns .bigBtn,.supBtns .bigBtnred {
	width: 100%;
	margin:0px 2%;
}
/************* Squeeze Page ****************/
#squeezeHead h1{
	font-size: 18px;
}
#squeezeLeft{
	padding-left:2%;
	width: 96%; 
}
#squeezeRight p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:1.2;
	padding-bottom: 10px;
}
#squeezed{
	width: 90%;
	padding: 0 5%;
	color: black;
}
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
.bigBtnred2 a{
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #d92e14;
	margin-bottom: 20px;
	padding: 20px 0;
	align-items: center;
}
.bigBtnred2 a:hover{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255,  255,  255,  0.7);
	border: 5px solid #d92e14;
	color: #d92e14;
	padding: 15px 0;
}
.bigBtnred a{
	display:none;
}
#topBar{
	display: flex;
	background-color: #106da9;
	margin-bottom: 10px;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
}
#topBar a{
	color: white;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	transition-duration: .3s;
}
#topBar a:hover{
	color: #2d96cd;
}
#triangle-bottomleft {
	width: 0;
	height: 0;
	border-bottom: 33px solid #ffffff;
	border-right: 30px solid transparent;
}
#triangle-bottomright {
	width: 0;
	height: 0;
	border-bottom: 33px solid #ffffff;
	border-left: 31px solid transparent;
	border-right: 2px solid #ffffff;
}
.dlrAddress{
	width: 46%;
}
.dlrPhone{
	text-align: right;
	width: 45%;
}
#phoneHeadIcons{
	display: none;
}
#mainHead{
	flex-wrap: nowrap;
	align-items: center;
}
#logo{
	margin-left: 15px;
}
/************ Navigation Styles ************/
#nav{
	width: 80%;
	padding: 0 0;
	margin: 0 auto;
	text-align: center;
	height: auto;
	border: none;
	background-color: transparent;
}
.jqueryslidemenu {display:inline;}
.toggleMenu {display:none;}
#phoneTop{display: none;}
#phoneBtns{display: none;}
/************ Homepage ************/
#heroBannerTop{
	background-image: url(images/hero-banner-tablet.jpg);
}
#topRight h1{
	font-size: 35px;
}
#topRight h3{
	font-size: 25px;
}
.bigBtn a, .bigBtnred a, .bigBtnred2 a{
	font-size: 18px;
}
.greySecWrap{
	flex-wrap: nowrap;
	justify-content: space-around;
}
.bulletPoint{
	width: 30%;
}
#knowApproval{
	font-size: 26px;
}
#visitConfidence p{
	font-size: 18px;
	padding-bottom: 15px;
}
.approvalBtn a{
	font-size: 24px;
}
.seoFlex{
	display: flex;
}
#seoHolder h2{
	font-size: 24px;
}
#seoHolder h4{
	font-size: 16px;
}
#seoHolder{
	width: 80%;
}
#seoImg{
	padding: 15px;
	width: 35%;
}
#homeOrangeGPA a{
	font-size: 35px;
	padding: 2px 0;
}
/***** Form Page ****/
.formBtn {width: 65%;}
/************ Supporting Pages **********/
.pageHeader h1{
	font-size: 28px;
}
.fullPage p{
	font-size: 16px;
	line-height: 1.8;
}
.formLeft p{
	font-size: 16px;
	line-height: 1.8;
}
.supImg{
	width: 26%; 
}
.question p{font-size: 18px;}
.supportBanner{
	background-image: url(images/hero-banner-tablet.jpg);
}
/************* Squeeze Page ****************/
#squeezeHead{
	width: 96%;
	padding: 0 2%;
}
#squeezeHead h1{
	font-size: 24px;
}
#squeezeLeft{
	padding-left:1%;
	width: 32%; 
}
#squeezeRight{
	padding-left: 1%;
	width: 63%;
	margin-top: 15px;
}
#squeezeRight p{
	font-size: 13px;
}
#squeezeRight h3{
	font-size: 15px;
}
#squeezed{
	width: 80%;
	padding: 0 10%;
}
}
@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, &amp; Desktops */
/*********** Header *************/
#logo{
	width: 18%;
}
/************ Homepage ************/
#heroBannerTop{
	background-image: url(images/hero-banner.jpg);
	background-position: center top;
}
#topRight h1{
	font-size: 45px;
}
#topRight h3{
	font-size: 30px;
}
#heroTopBtns{
	display: flex;
	width: 90%;
	justify-content: space-between;
}
.bigBtn, .bigBtnred2 {
	width: 48%;
}
.bigBtn a, .bigBtnre a, .bigBtnred2 a{
	padding: 35px 0;
	font-size: 22px;
}
.bigBtn a:hover, .bigBtnred a:hover, .bigBtnred2 a:hover{
	padding: 30px 0;
}
.bulletPoint{
	width: 25%;
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.midWrap{
	display: flex;
}
#homeMid{
	width: 100%;
	background-image: url(images/get-happy-get-approved.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
}
#midClear{
	width: 41%;
}
#visitConfidence{
	width: 56%;
	padding: 15px 10px;
	background-color: #363636;
}
#knowApproval{
	font-size: 22px;
}
.reasonWrap{
	line-height: 2.1;
	padding: 10px 0;
}
.approvalBtn a{
	transition-duration: .3s ;
}
.approvalBtn a:hover{
	background-color: #006ca7;
}
#seoImg{
	width: auto;
}
/************* Form Pages *********/
.formBtn {width: 95%;}
.halfpage{
	float:left;
	padding-left: 2%;
	width: 48%;
}
.formLeft{
	float:left;
	padding-left: 2%;
	width: 62%;
}
.infoRight{
	float:right;
	padding-right: 2%;
	width: 31%;
	margin-top: 0;
}
/************* Squeeze Page ****************/
#squeezeHead h1{
	font-size: 28px;
}
#squeezeRight p{
	font-size: 14px;
}
#squeezeRight h3{
	font-size: 17px;
}
#squeezeForm h4{
	font-size: 18px;
}
#squeezed{
	width: 70%;
	padding: 0 15%;
}
.supportBanner{
	background-image: url(images/hero-banner.jpg);
	background-position: center center;
}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
#content {
	min-height: 582px;
}
/*********** Header *************/
#logo{
	margin-left: 40px;
}
/************ Homepage ************/
#topRight h1{
	font-size: 46px;
}
#topRight h3{
	font-size: 30px;
}
#knowApproval{
	font-size: 26px;
}
#visitConfidence{
	width: 55%;
	padding: 15px 10px 20px 30px;
	background-color: #363636;
}
#seoHolder{
	width: 73%;
}
#seoHolder h2{
	font-size: 26px;
}
#seoHolder h4{
	font-size: 18px;
}
/************* Footer ****************/
.footerTop{
	padding:15px 0px;
}
.footerBottom{
	padding: 5px 0px;
}
/********** Supporting Pages ***********/
.supImg{
	width: 35%; 
	padding:0 25px 10px 0px;
}
/************* Squeeze Page ****************/
#squeezeHead h1{ 
	font-size: 33px;
}
#squeezeRight p{
	font-size: 16px;
	padding-bottom: 10px;
}
#squeezeRight h3{
	font-size: 20px;
}
#squeezeForm h4{
	font-size: 20px;
}
}</pre></body></html>