/* 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: 15px/1.7334 'Arimo';
    color: #555555;
	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;
}
#content {
	max-width: 96%;
	margin: 0 auto;
	display: block;
}
#contentHome {
	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;}
ul.bulleted  {
    list-style: square inside none;
    padding-left: 20px;
}
/** 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%;
}

.ui-widget-content{z-index:100000000000 !important;}
/************ Header **************/
#topBar {display:none;}
#header {
    background-color: #3a3a3a;
    border-bottom: solid 15px #ffff01;
}
#ce5_page_31527 #header {
        background-color: #3a3a3a;
border: none;
    
}
.headFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logo {
	order: 1;
	padding: 3px 0;
}
#headRight {
	order: 2;
	width: 100%;
}
.getApprovedBtn a {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	background: #ffff01;
	margin-bottom: 7px;
	text-align: center;
	width: 80%;
	margin: 10px 10% 15px 10%;
	padding: 8px 0px 8px 0px;
	color: #333;
	transition-duration: .4s;
	font-family: 'Nunito', sans-serif;
	border-radius: 30px;
}
.getApprovedBtn a:hover {
	background-color: #f0f0f0; 
}

/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #c61633;
	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;
	padding: 5px 0;
	font-size: 20px;
			border-radius: 5px;
}
/************ Homepage **************/
/*#homeTop {
	background-image: url("images/angle-background.png");
	background-size: 100% 100%;
}*/

*#homeTop {
      position: relative;
  height: 300px;
  background-color: #3a3a3a;
}

svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}
.homeTopSec {
	font-family: 'Nunito', sans-serif;
	padding-bottom: 10px;
}
.homeTopTitle {
	color: white;
	padding: 10px;
	font-size: 16px;
}
.homeTopTitle h1{
	font-family: 'Nunito', sans-serif;
}
.makeItBold {
	font-weight: bold;
}
.homeTopBtn {
	margin: 10px;
		border-radius: 10px;
}
.homeTopBtn a{
	display:inline-block;
	text-decoration: none;	background-color: #ffff01;
	color: #333;

	padding: 8px 20px;
	font-size: 14px;
border-radius: 20px;
}
.homeTopBtn a:hover {
	background-color: #f0f0f0;
	color: #333;
}
#homeVehicleImg { max-width: 70%; float: right; position: relative;}
#easyProcess{
	background-color: #eff5fb;
}
.easySteps h1 {
			font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.2;
	padding: 15px 2%;
	text-align: center;
}
.easySteps h2 {
			font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.2;
	padding: 15px 2%;
	text-align: center;
}
.stepsFlex {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Arimo', sans-serif;
}
.stepsWrap{
    background-color: #fff;
    height: auto;
    width: 90%;
    margin: 10px 10px 20px 10px;
}
.stepsHead{
		display:block;
	background-color: #3a3a3a;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	padding: 15px;
	text-align:center;
}
.stepsSubhead {
	font-size: 34px;
	color: #222222;
	line-height: 1.2;
		text-align:center;
			padding: 15px;
}

.stepsText p {
	font-size: 14px;
	line-height: 1.2;
	padding: 15px;
	color: #222222;
		text-align:center;
}

.stepsLinkBtn {
		width: 100%;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	width: 75%;
margin: 0 auto 30px auto;
}
.stepsLink {
		text-align:center;
	margin: 15px 0;
}
.stepsLink a{
	display: inline-block;
	background-color: #ffff01;
	padding: 4px 0px;
	color: #222;
	width: 100%;
	text-decoration: none;
	-moz-box-shadow: 1px  4px  5px  rgba(0,  0,  0,  0.5);
	-webkit-box-shadow: 1px  4px  5px  rgba(0,  0,  0,  0.5);
	box-shadow: 1px  4px  5px  rgba(0,  0,  0,  0.5);
	transition-duration: .5s;
}
.stepsLink a:hover{
	background-color: #979797;
}


.homeGreyBack {
	background-color: #f0f0f0;
	padding: 15px;
}
.homeTest {
	font-family: 'Arimo', sans-serif;	
}
.homeTestHolder {
    padding: 10px 0;
}
#cx5_testimonials_medium_clickmore {
    font-size: 14px;
}

.homeTest h5 {
	font-size: 20px;
	text-align: center;
	color: #141414;
	padding-bottom: 8px;
}
.homeTest p {
	color: #6e6e6e;
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
}
.homeTestBtn {
	width: 100%;
	text-align: center;
}
.homeTestBtn a {
	display:inline-block;
	text-decoration: none;
	background-color: #ffff01;
	margin-top: 30px;
	padding: 10px 30px;
	border-radius: 30px;
	color: #000000;
	font-size: 16px;
	text-align: center;
	transition-duration:  .4s;
}
.homeTestBtn a:hover {
	background-color: #979797;
}

.homeMidFlex {
	padding-top: 30px;
	padding-bottom: 30px;
}
#homeMidLeft {
	max-width: 650px;
	margin: 0 auto;
}

#homeMidRight{display:none;}

.homeMidLeftHD {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-transform:uppercase;
    color: #222222;
    padding-bottom: 5%;
}


.iconTextWrap {
	display: flex;
	flex-direction: column;
	padding: 15px 10px;
	text-align:center;
}
.iconLeft img {
	max-width: 100%;
}
.iconLeft {
	margin-top: 0px;
	margin:auto;
	width: 100%;
}
.textRight {
    margin:auto;
    font-size: 14px;
	padding: 0px;
	width: 100%;
}

.textTitle {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}
.textTitle a{color:#000000; text-decoration:none;}
.textTitle a:hover{color:#000000; text-decoration:none;}
.textDesc {
    padding-bottom: 15%;
    font-family: 'Open Sans', sans-serif;
}
.textDesc a{color:#000000; text-decoration:none;}
.textDesc a:hover{color:#000000; text-decoration:none;}
/*********** Dark Gray Section *************/
.dkgraysection { display: flex; background-color: #3c4245; justify-content: space-around;flex-direction:column;} 
.dkgraysection a { color: white; text-decoration: none;}
.twolocationsHd{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 1%;
}

.twolocationsHd h2{
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 0px;
}

.LinksHolder{ width:100%; padding: 10px 0;text-align:center;}
.hmpLinks{color: white;}
.hmpLinks a{color: white;text-decoration:none;}
.hmpLinks a:hover{color: #f7c61d;}
.linksHead { font-weight: bold; color:#ffffff; text-transform: uppercase;}
.Columnone {width: 100%; float:unset; margin:0%;}
.Columntwo {margin:8%;}
.logoft{width: 25%; float:left;}
.hmpHours > dl > dd span {
    color: #ffcf3d;
    display: inline-block;
    width: 97px;}


.inventoryHd{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 1%;
}

.inventoryHd h2{
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 0px;
}

.inventoryHd p{
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 10px;
}

#vlHeader{
	display:none;
	text-align: center;
	width: 100%;
}
.vlVehicleType{
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 550;
	margin-top: 25px;
}
.white{
	color: white;
}
.vlCars{text-align: center;}
.vlCar{
	display: inline-flex;
	flex-direction: column;
	padding-left: 2%;
	width: 45.6%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.vlCar a{
	color: #ffffff;
}
.blank {
	display: none;
}
/* Float */
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: none;
  transform: none;
}
#yellbanner{
	background-color:#ffff01;
	margin: auto;
	padding: 1% 1% 0% 0%;
	text-align: center;
	}

.yellowBtn{
	display:inline-block;
	width: 90%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 10px;
	padding: 10px 5px;
	background-color: #ffff01;
	font-family: 'Open Sans', sans-serif;
	color:#222222;
	font-size: 30px;
	font-weight: 700;
	text-transform:uppercase;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 1%;
}
.yellowBtn:hover{
	color: #3c4245;
	}
.yellowBtnBtn i{
	float:right;
	padding-top: 5px;
}

.yellowBtnBtn a{
	color:#000000;
	text-decoration:none;
}
.svg-inline--fa{position:relative;}

.homeSection {
margin:0;
text-align:center;
}

.homeSection.map iframe {
width:100%;
}
/************ Navigation Styles ************/
#nav{
	order: 3;
	width: 100%;
	background-color: #3a3a3a;
	padding: 0 0;
	height: 50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	margin:1% auto;
	position:relative;
	text-align: center;
	z-index: 9999999999999;
}
.jqueryslidemenu {
	display:none;
}
/************* Footer ****************/
#footer {
	background-color: #3a3a3a;
	padding: 30px 10px;
}
#footerTop {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#ftTop {
    display:flex;
	justify-content: center;
	}
#footerLogos {
	width: 50%;
	text-align: center;
	margin-top:-10px;
}
#footerLogo {
	width: 100%;
	max-width: 214px;
	text-align: center;
}
#footerBreak hr{
	border-top: 1px solid #ffffff;
	background-color: transparent;
	margin: 15px auto;
}
#copyright {
	font-family: 'Arimo', sans-serif;
	color: #ffffff;
	text-align: center;
}
#copyright a{
	color: #ffffff;
	text-decoration: none;
	transition-duration: .4s;
}
#copyright a:hover {
	color: #9d9d9d;
	text-decoration: none;
}
#footerLinks {
    display: none;
}

/************* General Page code ****************/
.pageHeader{
	padding: 1%;
	margin-bottom: 10px;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
	color: #222;
}
.fullPage{
	padding: 1%;
	width: 98%;
}
.fullPage p{
	font-size: 14px;
	padding-bottom: 10px;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
}
/***** Form Page ****/
.formLeft{
	padding-left: 1%;
	width: 98%;
}
.formLeft p{
	font-size: 15px;
	padding-bottom: 15px;
}
.formLeft h3 {
	font-size: 14px;
	font-weight:bold;
}
.formLeft a{
	font-weight: 700;
	text-decoration:none;
}
.formLeft a:hover{
	color: #bd1515;
}
.aboutText p{
	font-size: 15px;
	padding-bottom: 15px;
}
.aboutText h2 {
	font-size: 22px;
	font-weight:bold;
		padding-bottom: 24px;
}
.aboutText h3 {
	font-size: 18px;
	font-weight:bold;
		padding-bottom: 20px;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 1%;
	width: 98%;
	padding-bottom: 25px;
}
.formHours h2{
	 color: #bd1515;
	 font-weight:700;
	 font-size: 18px;
	 margin-top: 20px;
}
.formLeft h2 {
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 0;
	font-weight: 600;
}
.formBtn:hover {
  background: #e6e6e6;
  text-decoration: none;
  color: #989795;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 14px;
}
.formHours h2{
	 color: #bd1515;
	 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;
}
/***** Contact info right styling ****/
.widget-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.flaticon-car-2 {
    background-color: #ffff01;
}
.widget-title .ic {
  margin-right: 20px;
  color: #fff;
  text-indent: -9999px;
  width: 55px;
  height: 40px;
  background: url(images/car-blk.svg);
  background-repeat: no-repeat;
background-position: center;
background-size: 55px 55px;
  padding: 9px 16px;
  -webkit-clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}
.widget-title::after, .nav-link.active::after {
    border-left-color: #1bae9b;
}
.bg-gray {
    background-color: #f4f4f4;
}
.bg-dark {
    background-color: #222;
}
.bg-yellow {
    background-color: #ffff01 !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.widget-card .btn {
    display: block;
    margin: 15px 10px 0;
}
.btn-contact{
    background-color: #ffff01;
    color: #222;
}
.widget-card {
    background-color: #f4f4f4;
    padding: 10px;
}
.widget-info_dealer{
    color: #222222;
    font-size: 18px;
    font-weight: 700;
}
.widget-info_addr {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
}
.widget-card-descr__item {
  padding: 16px 2px;
    border-bottom: 1px solid #ddd;
}

.widget-card-descr__title {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}
.widget-info__title {
  text-align: center;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 18px;
}
.widget-card-last{
  padding: 0px 25px 35px 16px;
}
.widget-card .btn-direction {
    width: 25%;
    display: inline-block;
    margin-top: -25px;    
    color: #fff;
    background-color: #777;
}

.widget-card .btn-direction a:hover{
	background-color: #ccc; 
}
.showDeptHours .department_hours td, .showDeptHours .department_hours th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    padding-right: 20px;
}
/**************** Hours and directions graphcis *************/

.section-bnr-2 {
  position: relative;
}

.section-bnr-2 .container {
  position: relative;
}

.area {
  position: relative;
  font-size: 16px;
  color: #fff;
}
.area__inner {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 15%;
    padding-right: 15%;
}



.area__title {
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.area__info {
  display: inline-block;
  max-width: 250px;
  margin-bottom: 30px;
}
.area__figure {
    position: absolute;
    z-index: 2;
    bottom: 0;
    max-width: 50vw;
}


.area .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.area:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 560px;
  background-color: #f2f6f7;
  content: '';
}

.area_first {
  text-align: right;
}

.area_first:before {
  left: 0;
  -webkit-clip-path: polygon(77% 0, 100% 38%, 74% 100%, 0 100%, 0 0);
          clip-path: polygon(77% 0, 100% 38%, 74% 100%, 0 100%, 0 0);
}

.area_first .area__figure {
  left: 0;
}

.area_first .area__inner {
  background-image: url("images/bg-1_transparent.png");
  -webkit-clip-path: polygon(100% 0, 100% 100%, 24% 100%, 0 65%, 26% 0);
          clip-path: polygon(100% 0, 100% 100%, 24% 100%, 0 65%, 26% 0);
}

.area_last:before {
  right: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 26% 100%, 0 38%, 23% 0);
          clip-path: polygon(100% 0, 100% 100%, 26% 100%, 0 38%, 23% 0);
}

.area_last .area__figure {
  right: 0;
}

.area_last .area__inner {
  background-image: url("images/bg-1_transparent.png");
  -webkit-clip-path: polygon(74% 0, 100% 65%, 76% 100%, 0 100%, 0 0);
          clip-path: polygon(74% 0, 100% 65%, 76% 100%, 0 100%, 0 0);
}
.bg-dark-2 {
    background-color: #3b3772;
}
/**************** Form Style Overrides *************/
.actionformholder .actionform .multipart_header {
	border: none;
	padding: 2px;
	background: transparent !important;
}

.actionformholder .formsection{
	border: none;
	background: transparent !important;
}

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

.actionformholder .actionform .formsectiontitle {
	font-family: 'Arimo', sans-serif;
	font-size: 1.3em;
}

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

.actionformholder .formfield label{
	font-size: 1.0em !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;
}

.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: transparent !important;
	background-image: none;
	cursor: pointer;
	font-size: 18px;
	border: 2px solid #000000;
	font-weight: bold;
	border-radius: 0;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	border-color: #000000;
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	border-color: #ffff01;
}

.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;
}

.actionformholder .actionform .cxprogressbar .cxprogressname {
	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;
}
.cx5_testimonials_header {
    display: none;
    width: 95%;
    margin: 0 auto;
    line-height: .5em;
    font-size: .8em !important;
}
/*********** animation *************/
.ms-feature {
	transition: all ease .5s
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
/*********** about us page *************/
#about {padding: 100px 0;
min-height: 250px;
}
.webp #about {
  background-image: url("images/about-pic.webp");
  background-position: center;
}
.no-webp #about{
  background-image: url("images/about-pic.jpg");
  background-position: center;
	padding: 15px;
}
#about h1 {
    		font-family: 'Arimo', sans-serif;
	color: white;
	font-size: 4em;
	font-weight: 700;
}
#about h2 {
    		font-family: 'Arimo', sans-serif;
	color: white;
	font-size: 2em;
		font-weight: 600;
}
/*********** hours display  *************/
.hoursWrap{
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	width: 50%;
}
.hoursHead{
	font-size: 20px;
	color: #50a1d3;
	font-weight: bold;
	padding-bottom: 5px;
}
.hoursHolder{
	color: #606060;
	line-height: 1.9;
	font-size: 14px;
}
.directionsBtn a{
	display:inline-block;
	text-decoration: none;
	font-size: 18px;
	background-color: #50a1d3;
	color: white;
	padding: 10px 0px;
	width: 100%;
	text-align: center; 
	font-weight: bold;
	margin: 10px 0;
	transition-duration: .3s;
}
.directionsBtn a:hover{
	background-color: #065697;
}
/*********** FAQ accordion *************/
.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion a:hover::after {
  border: 1px solid #03b5d2;
}

.accordion a.active {
  color: #03b5d2;
  border-bottom: 1px solid #03b5d2;
}

.accordion a::after {
  content: '+';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 20px;
  line-height: .8;
  color: #7288a2;
  padding: 6px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}

.accordion a.active::after {
  content: '-';
  color: #03b5d2;
  padding: 5px;
  border: 1px solid #03b5d2;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

/********** New Credit App Landing Page ***********/
.locationBtnSelect a {
	display:inline-block;
	text-decoration: none;
	font-size: 20px;
	background: #000000;
	margin-bottom: 7px;
	text-align: center;
	width: 90%;
	margin: 15px 5% 15px 5%;
	padding: 15px 0px 15px 0px;
	color: #ffffff;
	transition-duration: .4s;
	font-family: 'Nunito', sans-serif;
	border-radius: 30px;
}
.locationBtnSelect a:hover {
	background-color: #ffff01; 
	color: #000000;
}
#currentAdvertBanner {width: 100%; line-height: 1;}

@media only screen and (max-width: 479px){
/* Hide Things from Phone View */
.area_first .area__figure {
    display: none;
  }

.area_last .area__figure{
    display: none;
  }
}

@media only screen and (max-width: 599px){
/* Hide Things from Phone Landscape and Phone View */
	#headRight { 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 **************/
.homeTopTitle {
	font-size: 22px;
}
.homeTopBtn {
	margin: 15px;
}
.homeTopBtn a{
	font-size: 16px;
}
#homeVehicleImg {
	max-width: 60%;
	margin-top: -50px;
}
.iconLeft img {
	max-width: 22%;
}
.textTitle {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
}
.textRight {
	font-size: 14px;
}


.homeTest h5 {
	font-size: 30px;
}
.homeTest p {
	font-size: 18px;
}

}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
/************ Navigation Styles ************/
#nav{
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	text-align: center;
	height: auto;
	border: none;
}
.jqueryslidemenu {display:inline;}
.toggleMenu {display:none;}
#phoneTop{display: none;}
#phoneBtns{display: none;}
/************ Header **************/
#topBar{
    display: flex;
	background-color: #ffff01;
	color:#3a3a3a;
	font-family: 'Open Sans', sans-serif;
}
.topWrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topWrap a{
	color: #222222;
	text-decoration: none;
}
.topWrap a:hover{
	color: #ffffff;
}
.dlrAdd01{
	text-align: center;
	padding: 5px 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:700;
}
.dlrAdd02{
	text-align: center;
	padding: 5px 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:700;
}

#social {
	font-size: 25px;
	line-height: 2;
	padding:0px 10px 5px 10px;
}
#social a {
	color: #3b5998;
	transition-duration: .3s;
}
#social a:hover {
	color: #000000;
}


#header {
	padding: 5px 0;
}
.headFlex {
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.stepsWrap{
    background-color: #fff;
    height: auto;
    width: 45%;
    margin: 10px 10px 20px 10px;
}
.logo {
	padding: 0;
	width: 16%;
	padding-left: 5px;
}
.logo a:hover {
	opacity: 0.8;
  	filter: alpha(opacity=80); /* For IE8 and earlier */
}
#headRight {
	order: 3;
	width: 100px;
	margin: 0 0;
	padding-right: 5px;
}
.getApprovedBtn a {
	margin: 8px 0;
	width: 100%;
	font-size: 12px;
}
/************ Homepage **************/
*#homeTop {
  height: 350px;
  }

.homeTopTitle {
	font-size: 30px;
	line-height: 1.2;
	padding-top: 40px;
}
.homeTopBtn a{
	font-size: 18px;
	padding: 8px 50px;
}
.homeMidFlex {
	padding-top: 30px;
	padding-bottom: 30px;
}

.stepsFlex {
	justify-content: center;
}

.iconTextWrap {
	display: flex;
	flex-direction: column;
	padding: 15px 10px;
	text-align:center;
}
.iconLeft img {
	max-width: 100%;
}
.iconLeft {
	margin-top: 0px;
	width: 80%;
}
.textRight {
	padding: 0px;
	width: 78%;
}
.iconThirds {
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.thirdIcon img {
	max-width: 80%;
}
.thirdWrap {
	width: 32%;
	padding: 0 0;
	margin: 0 auto;
}
/*********** Dark Gray Section *************/
.Columnone {width:50%; float:left; margin:0%;}
.Columntwo {margin:0%;}

/************* Footer ****************/
#footerTop {
	flex-wrap: nowrap;
	justify-content: space-between;
}
#footerLogo {
	text-align: left;
	padding-bottom: 0px;
	width: 25%;
}
#footerLogo img {
	max-width: 100%;
}
#footerBreak hr{
	width: 80%;
}

/***** Form Page ****/
.formBtn {width: 75%;}

/********** New Credit App Landing Page ***********/
.locationSelectFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.locationBtnSelect {
    width: 47%;
}
.locationBtnSelect a {
    width: 100%;
	margin: 15px auto;
	padding: 15px 0px 15px 0px;
}
#currentAdvertBanner { display: none; }
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
.dlrAdd01{
font-size: 15px;
}
.dlrAdd02{
font-size: 15px;
}
#social {
	font-size: 25px;
	line-height: 2;
	padding:0px 10px 5px 10px;
}
#social a {
	color: #3b5998;
	transition-duration: .3s;
}
#social a:hover {
	color: #000000;
}
/************ Homepage **************/
*#homeTop {
  height: 495px;
  }
.homeTopTitle {
	font-size: 35px;
}
.homeTopBtn {
	margin: 30px 5px 0px 5px;
}

.homeFinance h3 {
	font-size: 40px;
}
.homeFinance p{
	font-size: 20px;
	line-height: 1.2;
}
.financeBtn a{
	margin-top: 40px;
	padding: 10px 70px;
	font-size: 18px;
}
.financeBtn a:hover {
	background-color: #f0f0f0;
}
.homeFinance {
	max-width: 850px;
	margin: 0 auto;
}
.area__inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 370px;
  padding: 107px 45px 65px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.area__figure {
    position: absolute;
    z-index: 2;
    bottom: 0;
    max-width: 40vw;
}
.stepsFlex {
	flex-wrap: nowrap;
}
.stepsWrap{
    background-color: #fff;
    height: auto;
    width: 30%;
    margin: 10px 10px 20px 10px;
}

.homeTest h5 {
	font-size: 35px;
}
.homeTest p {
	font-size: 20px;
}

.thirdTitle {
	font-size: 20px;
	padding-bottom: 5px;
}
.thirdWrap {
	font-size: 16px;
}

#homeMidLeft {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.homeMidLeftHD {
    width: 93%;
}
#homeMidRight {
	width: 49%;
	align-self: flex-end;
	line-height: 1;
}
.iconTextWrap {
	padding: 0;
	margin: 0;
	width: 50%;
}
.iconLeft {
    margin:unset;
}
.textRight {
    margin:unset;
}

.yellowBtn{
	font-size: 50px;
}


/*********** Dark Gray Section *************/
.dkgraysection { font-size: 14px;}
.linksHead { font-size: 16px;}
.hmpLinks{ line-height: 1.8;}
#vlHeader{
	display:block;
	text-align: center;
	width: 100%;
	max-height: 212px;
}
.vlVehicleType{
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 550;
	margin-top: 25px;
}
.white{
	color: white;
}
.vlCars{text-align: center;}
.vlCar{
	padding-left: 2%;
	width: 18.6%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.vlCar a{
	color: #ffffff;
}
/* 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);
}




/************* Footer ****************/
#footerLogo {
	width: 16%;
}
#footerLinks {
    display:block;
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	padding-bottom: 0px;
	text-align: center;
}
#footerLogos {
	width: 30%;
	text-align: center;
}
#footerLinks a{
	color: white;
	text-decoration: none;
	padding:0 12px;
}
#footerLinks a:hover {
	color: #9d9d9d;
}
/***** Form Page ****/
.formBtn {width: 65%;}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
.formBtn {width: 95%;}
.formLeft{
	float:left;
	padding-left: 1%;
	width: 63%;
}
.infoRight{
	float:right;
	padding-right: 1%;
	width: 32%;
}
/************ Header **************/
#headRight {
	width: 200px;
}
.getApprovedBtn a {
	font-size: 19px;
}
/************ Homepage **************/
.homeTopTitle {
	font-size: 42px;
}
#homeVehicleImg {
	max-width: 52%;
	margin-top: -100px;
}
.homeMidFlex {
	max-width: 1300px;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}


.homeTest h5 {
	font-size: 40px;
}
.homeTest p {
	font-size: 22px;
}
.homeTestBtn a {
	padding: 10px 80px;
}
.homeTest {
	padding: 50px 0;	
}

#homeMidLeft {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.homeMidLeftHD {
    width: 90%;
    padding-top:5%;
}

#homeMidRight {
	width: 49%;
	display: flex;
	align-self: flex-end;
	line-height: 1;
}
.iconTextWrap {
	padding: 0;
	margin: 0;
	width: 50%;
}
.yellowBtn{
	font-size: 60px;
}
/*********** Dark Gray Section *************/
.dkgraysection { font-size: 16px; padding: 13px 0 25px 0; flex-direction:row;}
.LinksHolder{ width:50%; padding: 10px 0;text-align:left;}
.linksHead { font-size: 18px;}
.Columnone {width: 41%; float:left; margin:3%;}
.Columntwo {margin:3%;}
#vlHeader{
	text-align: center;
	width: 100%;
}
.vlVehicleType{
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 550;
	margin-top: 25px;
}
.white{
	color: white;
}
.vlCars{text-align: center;}
.vlCar{
	
	padding-left: 2%;
	width: 45%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.vlCar a{
	color: #ffffff;
}
/* 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);
}









/************* Footer ****************/
#footerLinks {
	font-size: 16px;
}
#footerLinks a{
	padding:0 18px;
}
.area__inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 370px;
  padding: 107px 45px 65px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.area__figure {
  position: absolute;
  z-index: 2;
  bottom: 0;
  max-width: 26vw;
}

/********** New Credit App Landing Page ***********/
.locationBtnSelect a {
    font-size: 26px;
    padding: 22px 0px;
}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}

/************ Header **************/
.logo {
	padding: 0;
}
#headRight {
	padding-right: 0px;
}
/************ Homepage **************/
.homeTopTitle {
	padding-top: 60px;
}
#homeVehicleImg {
	max-width: 40%;
	margin-top: -150px;
}
.textTitle {
	font-size: 16px;
}
.textRight {
	font-size: 14px;
}
.homeMidFlex {
	padding-top: 60px;
	padding-left:5%;
	justify-content: space-between;
}
.area__inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 560px;
  padding: 107px 45px 65px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
#homeMidRight {
	width: 46%;
}
#homeMidLeft {
	width: 49%;
	margin: auto;
	margin-right: auto;
}
.iconLeft {
	width: 70%;
}
.textRight {
	width: 70%;
}
.whyDif {
	padding: 50px 0;
	text-align: center;
}

/*********** Dark Gray Section *************/
.dkgraysection { display: flex; background-color: #3c4245; justify-content: space-around;} 
.dkgraysection a { color: white; text-decoration: none;}
.twolocationsHd{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 1%;
}

.twolocationsHd h2{
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 0px;
}

.LinksHolder{ width:50%; padding: 10px 0;}
.hmpLinks{color: white;}
.hmpLinks a{color: white;text-decoration:none;}
.hmpLinks a:hover{color: #f7c61d;}
.linksHead { font-weight: bold; color:#ffffff; text-transform: uppercase;}
.Columnone {width: 35%; float:left; margin:8%;}
.Columntwo {margin:8%;}
.logoft{width: 25%; float:left;}
.hmpHours > dl > dd span {
    color: #ffcf3d;
    display: inline-block;
    width: 97px;}


.inventoryHd{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 1%;
}

.inventoryHd h2{
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 0px;
}

.inventoryHd p{
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 10px;
}

#vlHeader{
	display:none;
	text-align: center;
	width: 100%;
}
.vlVehicleType{
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 550;
	margin-top: 25px;
}
.white{
	color: white;
}
.vlCars{text-align: center;}
.vlCar{
	display: inline-flex;
	flex-direction: column;
	padding-left: 2%;
	width: 45.6%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.vlCar a{
	color: #ffffff;
}
.blank {
	display: none;
}
/* Float */
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: none;
  transform: none;
}


/************* Footer ****************/
#footer {
	padding: 30px 2px;
}
#footerLinks a{
	padding:0 28px;
}
#footerBreak hr{
	margin: 30px auto;
}
}

/************* VDP Hiding Dealer Location Defaults ****************/
#dealercontact { display: none; }