/* 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;
    width: 100%;
	margin: 0 auto;
	padding: 0;
}
.wrapper1500{
	max-width: 1500px;
    width: 100%;
	margin: 0 auto;
	padding: 0;
}
.wrapper1920 {
	max-width: 1920px;
    width: 100%;
	margin: 0 auto;
	padding: 0;
}
#contentHome {
	width: 100%;
	margin: 0 auto;
	display: block;
}
#content {
	width: 100%;
/**max-width: 1920px;**/
	margin: 0 auto;
	display: block;
	border-top: 0px solid #868686;
	padding-top: 0px;
	padding-bottom: 0px;
}
#searchpage  {     
	float: none;
	margin: 0 auto !important;
}
#cx5ws_windowsticker  {     
	float: none;
	margin: 0 auto !important;
	padding-bottom: 15px;
}
.clear {clear: both;}
img {max-width: 100%;}
input {color: #5d5d5d;}
a {color: #01579b; text-decoration:none;}
a:hover{color: #262626; text-decoration:none;}

/** 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 **************/
#scroller{width: 100%; z-index: 99999999999;}
#phoneButtons{
	background: #00233b;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	justify-content: space-around;
    align-items: center;
	padding: 10px 0;
}
#phoneButtons a{
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #305f70;
	width: 45%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 0;
}
.mainHead{background-color:#ffffff;}
.logo{
	text-align: center;
	max-width: 76%;
	padding: 10px 12%;
}
#headTop{
	background: #01579b;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 5px;
	color: white;
	font-size: 13px;
    font-weight: bold;
}
.headTopFlex{display: flex; justify-content: space-between;}
.mainLinks{margin-left: auto; text-align: center;}
.mainLinks a {color: #ffffff; text-decoration: none; transition-duration: .3s;}
.mainLinks a:hover {color: #b4b4b4;}
.dlrPhone a {color: #ffffff;}
.dlrPhone a:hover{color: #b4b4b4; text-decoration:none;}
.dlrText a {color: #ffffff;}
.dlrText a:hover{color: #b4b4b4;text-decoration:none;}
.facebookLink {padding-right: 10px;}
.youtubeLink { font-size: 1.3em;}
/************ 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;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************ Homepage **************/
#homeBtnsPhone{
    background-color: #e7e7e7;
    display:inline-block;
	padding-bottom: 15px;
	padding-top: 15px;
}
#homeBtnsPhone a{
	display: inline-block;
	float: left;
	background-color: #01579b;
	width: 94%;
	margin:1% 0% 1.5% 2%;
	padding: 17px 0 17px 1.5%;
	text-align:left;
	text-transform: uppercase;
	border-radius: 5px;
	color: #ffffff;
	font-size: 23px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
#homeBtnsPhone a:hover{
	background-color: #023d6c;
	color: #ffffff;
	text-decoration:none;
}
.iconright{
	float: right;
	padding-right: 2%;
	font-size: 18px;
	padding-top: 1%;
}


.blkBar {
background-color: #262626;
    padding: .5rem 0;
    margin-top: -5px;
}
.searchBar #cx_quick_text_search_box{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', sans-serif !important;
	font-weight: bold;
	margin-left: 5px;
}

#blkhbtns{
	background-color: #000000;
	text-align: center;
	padding: 2.5% 0;
}

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

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

.inventoryHd p {
    color: #000000;
    font-size: 14px;
    padding-bottom: 10px;
}
#searchByVT {
    background-color: #01579b;
    padding: 10px;
}
.makeWhite {
    color: white !important;
}
.vtBtns{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.vthomeBtn{
	text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.vthomeBtn a {
    color: white;
    font-size: 26px;
}
.vthomeBtn a:hover {
    color: white;
}
#testimonials{
	background-color: #e7e7e7;
	border-radius: 10px;
	background-size: 100% 100%;
	margin: 25px 1.5% 25px 1.5%;
	width: 97%;
}
#testHead{
    font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 1%;
	width: 98%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}
#reviews{
	padding: 0 1%;
	width: 98%;
	padding-bottom: 35px;
}
.homeMidFlex {
    display:flex;
    flex-direction: column-reverse;
	padding-top: 30px;
	padding-bottom: 30px;
	}
#homeMidLeft {
	max-width: 650px;
	margin: 0 auto;
}

.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: row;
	padding: 15px 10px;
	padding-left:0px;
	margin-left:-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;
}

.textDesc {
    padding-bottom: 15%;
    font-family: 'Open Sans', sans-serif;
}
.btnTextWrap {
	display: inline-block;
	width:100%;
	margin:auto;
	text-align:center;
}
.onecaBtn a{
	display:inline-block;
	text-decoration: none;
	font-size: 15px;
	background-color: #01579b;
	color: white;
	padding: 5px 5px;
	width:100%;
	font-weight: bold;
	transition-duration: .3s;
}
.onecaBtn a:hover{
	background-color: #2c2c2c;
}
#vehicleSpecials{
	background-color: #ffffff;
	padding: 10px 0;
	color: #000000;
}
#specialsWrap{
	padding: 0 2%;
	width: 96%;
}

.specialsHead{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	padding-top: 1%;
    padding-bottom: 20px;
}
#vehicleSpecials p{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	padding-bottom: 1%;
}

.bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
background: transparent;
}




.homeSection {
    margin: 0;
    text-align: center;
}
.homeSection.map iframe {
    width: 100%;
}

#featVehicle{
	background-color: #01579b;
	font-family: 'Open Sans', sans-serif;
	color: white;
	padding: 15px;
	}
.featHead{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 2px;
}
.featSubHead{
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 8px;
}
#featVehicle p{
	font-size: 14px;
	line-height: 1.3;
}
.featLeft p {
    padding-bottom: 15px;
    font-size: 16px;
}
.viewInvBtn a{
	display:inline-block;
	text-decoration: none;
	font-size: 20px;
	background-color: #01579b;
	color: #000000;
	padding: 10px 50px;
	font-weight: bold;
	margin: 20px 0;
	transition-duration: .3s;
}
.viewInvBtn a:hover{
	background-color: #2c2c2c;
	color:#ffffff;
}
.featVid {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.featVid iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #01579b;
	padding: 0 0;
	height: 50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
/************* Footer ****************/
.footerTop {
    background-color: black;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 10px;
    font-size: 16px;
}
.footTopHead {
    font-weight: bold;
    text-transform: uppercase;
    color: #b1b1b1;
    font-size: 22px;
    padding-bottom: 12px;
}
.topHeadLinks {
    line-height: 1.8;
}
.topHeadLinks a {
    color: white;
    text-decoration: none;
}
.topHeadLinks a:hover {
    color: #01579b;
    text-decoration: none;
}
.oneThirdFoot {
    padding-bottom: 25px;
}
.footerBottom {
    background-color: #01579b;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
}
.footersocial a{
    color: white;
}
.footersocial a:hover{
    color: black;
}
.footBottomFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.translate {
    padding-right: 15px;
}
.copyright {
    color: white;
}
.copyright a{
    color: white;
}
.copyright a:hover {
    color: black;
}
.footersocial {
    padding-right: 15px;
}
/************* General Page code ****************/
.pageHeader{
	width: 98%;
	padding: 1%;
}
.pageHeader h1{
	font-family: 'Open Sans', sans-serif;
	color: #01579b;
	font-weight:700;
	font-size: 22px;
	border:none;
	margin: 0 0;
	padding: 0 0;
}
.pageHeader h2{
	font-family: 'Open Sans', sans-serif;
	color: #01579b;
	font-weight:700;
	font-size: 18px;
	border:none;
	margin: 0 0;
	padding: 0 0;
}
.pageHeader h3{
	font-family: 'Open Sans', sans-serif;
	color: #01579b;
	font-weight:700;
	font-size: 16px;
}
.pageHeader h4{
	font-family: 'Open Sans', sans-serif;
	color: #01579b;
	font-size: 14px;
}
.pageHeader p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.fullPage{
	width: 98%;
	padding: 1%;
}
.fullPage p{
	font-size: 14px;
	padding-bottom: 10px;
}
.fullPage h2{
	font-size: 16px;
	font-weight: 700;
}
/***** Form Page ****/
.formLeft{
	padding-left: 1%;
	width: 98%;
}
.formLeft p{
	font-size: 14px;
	padding-bottom: 10px;
}
.formLeft h3 {
	font-size: 16px;
	font-weight:bold;
}
.formLeft a{
	font-weight: 700;
	text-decoration:none;
}
.formLeft a:hover{
	color: #262626;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 1%;
	width: 98%;
    font-family: 'Open Sans', sans-serif;
}
.infoRight p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	background: #01579b;
	width: 95%;
	margin-bottom: 7px;
}
.formBtn:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 16px;
}
.formHours h2{
	 color: #262626;
	 font-weight:700;
	 font-size: 18px;
	 margin-top: 20px;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #b1b1b1;
}
.showDeptHours .department_contact {
    margin-top: 0px;
}

/**************** 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: #01579b;
	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: 16px;
	color: #262626;
}

.actionformholder input,.actionformholder select{
	font-size: 14px;
	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: 115px;
}

.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: #262626;
	background-image: none;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	border: 0px solid #000000;
	font-weight: bold;
	border-radius: 0;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	color: #ffffff;
	background: #01579b;
	
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	background: #262626;
	color: #ffffff;
	
}

.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: #01579b !important;
}

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

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

.makeItBlue {
    color: #01579b !important;
}

.invBanners{
	padding: 10px;
}
.invBanner1{
	padding-bottom: 5px;
}

#homeSlideshow {
    line-height: 1;
}
.currentoffers {display: none !important;}
.promax_price_line {display: none !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 */
#homeSlideshow {display: none;}
#bigHomeBtns {display: none;}
#blkhbtns {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 */
/************* Header *********/
.logo{ max-width: 100%; padding: 0px 0% 0px 0%; }
/************ Navigation Styles ************/
#nav{height:55px;}

iconLeft img {
	max-width: 22%;
}
.textTitle {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}
.textRight {
	font-size: 14px;
}
.vthomeBtn{
    width: 46%;
    }
}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
/************* Header *********/
.logo{ max-width: 100%; padding: 0px 0% 0px 0%; }
.dlrPhone { padding-right: 10px; }
/************ Navigation Styles ************/
#nav{
    background-color:#ffffff;
	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;}
#homeBtnsPhone{display:none;}
/***** Form Page ****/
.formBtn {width: 75%;}
/************ Homepage *************/
.blkbtnsFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    }
.hmBlkhBtn {
    width: 46%;
    padding: 1%;
}
#vtBtns{
	padding-bottom: 15px;
}

/* 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;
	color:black;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
	text-decoration:none;
	color:#262626;
}
/* 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);
}

/************* Footer ****************/
.topFootFlex {
    display: flex;
    justify-content: space-around;
}
.footerTop {
    padding: 20px 0px;
}
    
.invBanners{display: flex; justify-content: space-between; padding: 30px 10px 0px 10px; }
.invBanner1{ width: 48%;}
.invBanner2{ width: 48%;}
}


@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
.logo{padding: 0px 0px; width: 100%;}
.mainHead{ justify-content: space-between; align-items: center;}


/************* Homepage ***********/
.blkbtnsFlex {
    flex-wrap: nowrap;
    }
.hmBlkhBtn {
    width: 46%;
    padding: 0% 1%;
}
.searchBar #cx_quick_text_search_box .radio label{
width: 150px;
}
.bigBtnWrapper{
	width: 33.33%;
	margin-top:-5px;
}
.blkBar{
background-color: #2c2c2c;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: .25rem 0;
    margin-bottom:0px;
}
.homeMidFlex {
    display:flex;
	flex-direction:column-reverse;
	padding-top: 30px;
	padding-bottom: 30px;
	}
#homeMidLeft {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.homeMidLeftHD {
    width: 93%;
}
#homeMidRight {
	width: 100%;
	align-self: flex-end;
	line-height: 1;
}
.iconTextWrap {
    flex-direction: column;
	padding: 0;
	margin: 0;
	width: 50%;
}
.iconLeft {
    margin:unset;
}
.textRight {
    margin:unset;
}
.vtBtns{
    flex-wrap: nowrap;
}
.vthomeBtn { width: 18%; }

#featVehicle{
	background-image: url(images/seo-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featFlex{display: flex; justify-content: space-between; align-items: center;}
.featLeft{ width: 100%;}
.featRight{ 
    width: 100%; 
    background-color: rgba(48, 48, 48, 0.6);
    margin:auto;
    padding: 1%;
}

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

/**************** Footer *************/
.quickLinks {
    border-right: solid white 1px;
}
.footerContact {
    border-right: solid white 1px;
}
.oneThirdFoot {
    width: 30%;
}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
/************* Header **************/
#headTop{
	font-size: 15px;
}
.mainHead{ display: flex; justify-content: space-between; align-items: center;}
.logo{width: 35%;}
.mainLinks{text-align: right;}
    
.formBtn {width: 95%;}
.formLeft{
	float:left;
	padding-left: 1%;
	width: 63%;
}
.infoRight{
	float:right;
	padding-right: 1%;
	width: 32%;
}

.homeMidFlex {
	max-width: 1300px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 0 10px;
}
#homeMidLeft {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
}

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

#homeMidRight {
	width: 65%;
	display: flex;
	align-self: flex-end;
	line-height: 1;
}
.iconTextWrap {
	padding: 0;
	margin: 0;
	width: 50%;
}
.iconLeft img {
    max-width: 50%;
}

#featVehicle{padding: 35px 15px;}

/**************** Footer *************/

}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
/************ Homepage **************/
.textTitle {
	font-size: 16px;
}
.textRight {
	font-size: 14px;
}
.homeMidFlex {
	padding-top: 20px;
	padding-left:0%;
	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: 80%;
}
#homeMidLeft {
	width: 60%;
	margin: auto;
	margin-right: auto;
}
.iconLeft {
	width: 70%;
}
.textRight {
	width: 70%;
}

#featVehicle{padding: 45px 0px;}
.featHead{font-size: 30px; padding-bottom: 0px;}
.featSubHead{font-size: 25px; padding-bottom: 8px;}
.featRight{ 
    width: 90%; 
    background-color: rgba(48, 48, 48, 0.6);
    margin:auto;
    margin-right: 25px;
    padding: 1%;
}
#featVehicle p{ font-size: 16px;}
.viewInvBtn a{
	margin: 15px 0;
}
.btnTextWrap {
	width:50%;
	}

.onecaBtn a{
	margin: 0px 0;
}

}