/* 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: 'Open Sans', 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;
}
.wrapper1500{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
}
.wrapper1920{
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
}
#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: #0036ff;}
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 **************/
.logo {
    padding: 10px; 
    text-align: center;
}
.phoneAddress {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 16px;
    padding-bottom: 8px;
}
.phonePhone {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 22px;
    padding-bottom: 8px;
    font-weight: 700;
}
.phoneAddress a{
    color: #0055a5;
    text-decoration: none;
}
.phonePhone a{
    color: #e51937;
    text-decoration: none;
}
/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #0055a5;
	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 #e51937;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************ Homepage **************/
#mobileBanner {line-height: 1; padding: 0; margin: 0;}
.redBack {
    background-color: #e51937;
    padding: 5px 0;
    margin-top: -3px;
}
.searchBar #cx_quick_text_search_box{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Nunito', sans-serif !important;
}
.searchBar #cx_quick_text_search_box .radio{
	display: flex;
justify-content: center;
align-items: center;
}
.searchBar #cx_quick_text_search_box .radio label{
text-align: center;
width: 100px;
padding: 5px 1px;
font-family: 'Nunito', sans-serif !important;
font-weight: bold;
font-size: .7em;
}
.searchBar #cx_quick_text_search_box .input input{
	padding: 12px;
	margin-top: -4px !important;
}
.searchBar #cx_quick_text_search_box .input #inv_keyword_search_go{
	padding: 10px;
	font-family: 'Nunito', sans-serif !important;
	font-weight: bold;
	margin-left: 5px;
}
.searchBar #cx_quick_text_search_box .radio label{
display: none;
}
.mainBtnBack {
    background-color: #dadada;
    padding: 20px 0;
}
.mainBtnFlex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.mainBtn {
    width: 44%;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0;
    padding: 1% 1% 13px 1%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    display:inline-block;
	text-decoration: none;
    color: #0055a5;
}
.mainBtnFlex a {
    color: #0055a5;
}
.mainBtnFlex a:hover {
    text-decoration: none;
}
.featVehBack {
    width: 100%;
	background-image: url(images/featured-vehicles-background-3.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
    font-family: 'Open Sans', sans-serif;
    padding: 40px 0;
}
.featVehHead {
    color: white;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    color: white !important;
}
.autoLoansSec {
    padding: 40px 15px 00px 15px; 
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
}
.autoLoansHead {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #0055a5;
    text-transform: uppercase;
    padding-bottom: 50px;
}
.autoLoansInfoHead {
    font-size: 22px;
    font-weight: 700;
    color: #e51937;
    padding-bottom: 12px;
}
.autoLoansLeft p {
    padding-bottom: 20px;
}
.autoLoansRight {
    line-height: 1;
}
.greyBack {
    background-color: #0055a5;
    margin-top: -2px;
    margin-bottom:  -2px;
}
.seoText {
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
}
.seoText h1 {
    font-weight: 900;
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 1.3;
    text-transform: uppercase;
}
.seoText h3 {
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
}
.seoText p {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 15px;
    color: #ffffff;
}
.homeSeo1 {
    margin-top: -2px;
}

/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #e51937;
	padding: 0 0;
	height: 50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
/************* Footer ****************/
.footerGoldBack {
    background-color: #e51937;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    color: white;
}
/*.social {
    display: flex;
    align-items: center;
    font-size: 25px;
}
.social a {
    color: white;
    padding-right: 10px;
}
.social a:hover {
    color: #fcc311;
}*/
.copyright a{
    color: #ffffff;
    text-decoration: none;
}
.copyright a:hover{
    color: #ffffff;
    text-decoration: underline;
}

/************* General Page code ****************/
.pageHeader{
	padding: 10px 15px;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
    color: #0055a5;
}
.formFlex {
    padding:10px 15px;
}
.formLeft p{
	font-size: 16px;
	padding-bottom: 10px;
}
.formLeft h1 {
	font-size: 18px;
	font-weight:bold;
}
.infoRight{
    padding: 15px 0;
}
.formButtons {
    width: 95%;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	background: #e51937;
	margin-bottom: 10px;
    padding: 10px 0px 10px 5%;
    width: 100%;
}
.formBtn:hover {
  background: #0055a5;
  text-decoration: none;
  color: #ffffff;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 16px;
}
.formHours h2{
	 color: #e51937;
	 font-weight:700;
	 font-size: 18px;
	 margin-top: 20px;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #989795;
}
.fullPage{
	padding: 10px 15px;
}
.fullPage p{
	font-size: 16px;
	padding-bottom: 10px;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
}

/************ Get Directions Page ************/
.getDirections {
    margin: 0px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
}
.mapTextInput{
	border: none;
	border-bottom:1px solid black;
	padding: 10px 10px;
	font-size: 16px;
	width: 50%;
}

.goButton {
    background-color: #0055a5;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    padding: 5px 20px;
}
.goButton:hover{
	background-color: #000000;
}

/**************** 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: #e51937;
	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: #e51937;
	border: 2px solid #000000;
	font-weight: bold;
	border-radius: 0;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	color: #e51937;
	border-color: #e51937;
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	color: #e51937;
	border-color: #e51937;
}

.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: #e51937 !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;
}


#veh_title {
    font-size: 1.1em !important;
}


@media only screen and (max-width: 479px){
/* Hide Things from Phone View */
}

@media only screen and (max-width: 599px){
/* Hide Things from Phone Landscape and Phone View */
.topHeadBar { display: none;}
#homepageSlide {display: none;}
.homeReviewsSec {display: none;}
}

@media only screen and (max-width: 767px){
.footerBlackBack { display: none; }
}

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

@media only screen and (min-width: 480px){
/* Smartphones, Android Phones, Landscape iPhone */
/************ Navigation Styles ************/
#nav{height:55px;}
/********** Homepage **********/
.seoText h1 {
    font-size: 25px;
}
}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
/************ Header **************/
.phoneAddress { display: none;}
.phonePhone { display: none;}
.topHeadBar {
    background-color: #0055a5;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 1px 5px;
}
.topHeadFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topHeadLeft {
    display: flex;
    align-items: center;
}
.socialHead {
    font-size: 30px;
    color: white;
    padding-left: 10px;
}
.socialHead:hover {
    color: #e51937;
}
.topHeadReight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
    font-size: 15px;
}
.topHeadReight a {
    color: white;
    text-decoration: none;
} 
.topHeadReight a:hover {
    color: white;
    text-decoration: underline;
} 
.dlrAddress {
    padding-right: 8px;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	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;}
/************* General Page code ****************/
.formBtn {
    width: 65%;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #989795;
    width: 65%;
}
/*********** Homepage ************/
#mobileBanner { display: none;}
#homepageSlide { line-height: 1; padding: 0; margin: 0;}
.mainBtn {
    width: 40%;
}
.seoText h1 {
    font-size: 30px;
}
.homeReviewsSec {
    background-color: #dadada;
    padding: 30px 15px;
    font-family: 'Open Sans', sans-serif;
}
.reviewsHead {
    color: #e51937;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
}
/*********** Footer *********/
#footer {
    margin-top: -3px;
}
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
/************ Header **************/
.topHeadReight {
    font-size: 16px;
}
.dlrAddress {
    padding-right: 20px;
}
/*********** Homepage ************/
.searchBar #cx_quick_text_search_box .radio label {
width: 150px;
}
/* Shrink */
.hvr-shrink {
  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;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.mainBtn {
    width: 20%;
}
.mainBtnFlex {
    flex-wrap: nowrap;
}
.featVehBack {
    padding: 60px 0;
}
.featVehHead {
    font-size: 40px;
}
/************ Footer *************/
.footerBlackBack {
    background-color: #0055a5;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 14px;
    padding: 20px 10px;
}
.linksHead {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
.footerFlex {
    display: flex;
}
.footerLinks {
    padding-right: 40px;
}
.midLinks {
    padding-left: 40px;
    border-left: 1px solid #5b9edd;
    border-right: 1px solid #5b9edd;
}
.lastLinks {
    padding-left: 40px;
}
.footerBlackBack a{
    color: white;
    text-decoration: none;
}
.footerBlackBack a:hover {
    color: white;
    text-decoration: underline;
}
.makeItBlue {
     color: #1a86c8;
}
.bottomFootFlex {
    display: flex;
    align-items: center;
}
}

@media only screen and (min-width: 950px){
    .seoPhotoFlex {
    display: flex;
    justify-content: space-between;
}
.seoPhoto {
    width: 49%;
    line-height: .9;
}
.seoText {
    width: 49%;
}
.photoRight {
    order: 2; 
}
.seoLeft {
    order: 1;    
}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
/************ Header **************/
.mainHeadFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/************* General Page code ****************/
.formFlex {
    display: flex;
    justify-content: space-between;
}
.formLeft {
    padding: 0;
    width: 67%;
}
.infoRight{
    padding: 0;
    width: 30%;
}
.formBtn {
    width: 100%;
}
#mapHolder {
    width: 100%;
}
hr{
    width: 100%;
}
/************ Homepage **********/
.autoLoansFlex {
    display: flex;
    justify-content: space-between;
}
.autoLoansSec {
    text-align: left;
}
.autoLoansHead {
    font-size: 40px;
}
.autoLoansLeft {
    width: 42%;
}
.autoLoansRight {
    width:  55%;
    align-self: flex-end;
}
.seoHead h1 {
    font-size: 40px;
}
.seoSubHead {
    font-size: 18px;
}
.seoText h1 {
    font-size: 25px;
}
.homeReviewsSec {
    padding: 50px 10px;
}
.reviewsHead {
    font-size: 38px;
}
/********** Footer ********/
.footerBlackBack {
    font-size: 16px;
}
.linksHead {
    font-size: 20px;
    padding-bottom: 10px;
}
}



@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
/*********** Homepage ************/
.mainBtn {
    font-size: 22px; 
}
.mainBtnFlex {
    justify-content: space-between;
}
.seoHead h1 {
    font-size: 50px;
}
.seoPhoto {
    width: 50%;
}
.seoText {
    width: 40%;
    padding: 0 5%;
}
.seoText h1 {
    font-size: 20px;
}
.seoText p {
    font-size: 12px;
}
.seoPhotoFlex {
    align-items: center;
}
/************* Footer **************/
.footerLinks {
    padding-right: 100px;
}
.midLinks {
    padding-left: 100px;
}
.lastLinks {
    padding-left: 100px;
}
.footerGoldBack {
    padding: 8px 0px;
}
}

@media only screen and (min-width: 1500px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
.seoText h2 {
    font-size: 35px;
}
.seoText p {
    font-size: 15px;
}
.seoBtn {
    margin-top: 15px;
}
.photoLeft {
    line-height: 1;
}

.seoText h1 {
    font-size: 26px;
}
.seoText h3 {
    font-size: 18px;
}
.reviewsHead {
    font-size: 40px;
}
}