/* 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;
}
.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;
	padding: 15px 0;
}
.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%;
}
.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 **************/
.mainHeader {
	background-color: black;
}
.mainLogo {
	padding: 5px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}
.mobileContact {
	padding: 0px 5px 5px 5px;
	text-align: center;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.mobileContact a{
	color: white;
	text-decoration: none;
}
.dlrAddressMobile {
	padding-bottom: 8px;
}
.dlrPhoneMobile {
	font-weight: 800;
	font-size: 22px;
}
/************ Phone Buttons **************/
#mobileButtons {
    background-color: #f5e51b;
    color: black;
    padding: 8px 0;
}
.mobileBtn {
    width: 100%;
    text-align: center;
}
.lastMobileBtn {
    border-left: 1px solid black;
}
.midMobileBtn{
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.midMobileBtn1{
    border-left: 1px solid black;
}
.mobileBtn a {
    color: black;
    text-decoration: none;
    font-size: 23px;
    display: inline-block;
    width: 100%;
}
.mobileBtnsFlex {
    display: flex;
    justify-content: space-around;
}
#phoneTop{
	width: 100%;
	background-color: #f5e51b;
	padding: 7px 0;
	font-size: 36px;
	line-height:1;
	text-align: center;
}
#phoneTop a{color: #000000;}
.butIcon{
	float:left;
	width: 19.7%;
	border-right: solid 1px #000000;
}
.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 **************/
/********** Photo Animation 2 ***********/
.mainHome {
  height: 300px;
  background-image: url("images/fxslide3-2.jpg");
  background-repeat: no-repeat;
    background-size: 100% 100%;
  background-position: center center;
  animation: shrink 10s infinite;
    max-width: 1920px;
    margin: 0 auto;
}

.mainHome h1{
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    padding-top:75px;
    color: white;
   font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
}
@keyframes shrink {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 125% 125%;
  }
}
/********* Search Bar ************/

.searchBar #cx_quick_text_search_box{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Nunito', sans-serif !important;
width: 93%;
text-align: center;
}
.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;
}

.greyBack {
	background: #f5f5f5;
	padding: 30px 10px;
}
.vehicleStylesHead {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	padding-bottom: 25px;
}
.vehicleStyleWrap {
	text-align: center;
}
.vehicleStyleWrap a{
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	border-radius: 15px;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	background: #ffffff;
    padding: 10px;
	border: 1px solid #b7b7b7;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	color: black;
	margin-bottom: 25px;
}
.mainTextFlex {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}
.mainTextFlex h2 {
	font-weight: 600;
	font-size: 26px;
	padding-bottom: 25px;
}
.mainTextFlex p {
	padding-bottom: 15px;
}
.homeMainBtnFlex {
	padding: 35px 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}
.homeMainBtnWrap {
	max-width: 460px;
	margin: 0 auto;
	padding-bottom: 45px;
}
.homeMainBtnPhoto {
	padding-bottom: 15px;
}
.homeMainBtnText {
	padding-bottom: 15px;
}
.homeMainBtnBtn a{
	color: black;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}
.homeMainBtnBtn a:hover{
	color: #f5e51b;
}
.locationsLeft {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.homeLocationWrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.homeLocationMarker {
	width: 10%;
	padding-right: 10px;
}
.homeLocationInfo {
	width: 85%;
}
.homeLocationName {
	font-weight: 700;
	font-size: 22px;
}
.homeLocationBtn {
	width: 100%;
	margin: 5px 0;
}
.homeLocationBtn a {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	border-radius: 15px;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	background: #f5e51b;
    padding: 10px 0;
	color: black;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
	font-weight: 700;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #f5e51b;
	padding: 0 0;
	height: 50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
/************* Footer ****************/
#footer {
    margin-top: -5px;
	font-family: 'Roboto', sans-serif;
}
.footerRedBack {
    background-color: #f5e51b;
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    color: black;
	font-size: 14px;
}

.copyright a{
    color: #000000;
    text-decoration: none;
}
.copyright a:hover{
    color: #000000;
    text-decoration: underline;
}
/************* General Page code ****************/
.pageHeader{
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
}
.formFlex {
    padding:10px 15px;
	font-family: 'Roboto', sans-serif;
}
.formLeft p{
	font-size: 16px;
	padding-bottom: 10px;
}
.formLeft h3 {
	font-size: 18px;
	font-weight:bold;
}
.formLeft a{
	font-weight:bold;
	color: black;
}
.formLeft a:hover {
	font-weight:bold;
	color: #f5e51b;
	text-decoration: none;
}
.infoRight{
    padding: 15px 0;
}
.formButtons {
    width: 95%;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 17px;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	background: #f5e51b;
	margin-bottom: 10px;
    padding: 10px 0px 10px 5%;
    width: 100%;
	text-transform: uppercase;
}
.formBtn:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
.formButtons a{
	color:#000000;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 16px;
}
.formHours h2{
	 color: #000000;
	 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;
	font-family: 'Roboto', sans-serif;
}
.fullPage p{
	font-size: 16px;
	padding-bottom: 10px;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
}

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

/*********** Warranties Page ***********/
.warrantyWrap {
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	border: 1px solid #b7b7b7;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding: 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 35px;
	font-size: 16px;
}
.warAlt {
	background: #f5f5f5;
}
.warrantyHead {
	font-weight: 600;
	font-size: 22px;
	padding-bottom: 5px;
}
.warrantyIcon {
	padding-bottom: 15px;
}
.warrantyText a{
	font-weight: 700;
	text-decoration: none;
	color: black;
}
.warrantyText a:hover {
	font-weight: 700;
	text-decoration: none;
	color: #f5e51b;
}

/**************** Directions Page **************/
.directionsWrap {
    border: 1px solid #bfbfbf;
	-webkit-border-radius: 25;
	-moz-border-radius: 25;
	border-radius: 25px;
    background-color: white;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.directionsHead {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
    color: #000000;
}

/**************** Form Style Overrides *************/
.actionformholder {
    -webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	border: 1px solid #b7b7b7;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding: 15px;
}
.actionformholder .actionform .multipart_header {
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	border: 1px solid #b7b7b7;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding: 10px;
}

.actionformholder .formsection{
	border: none;
}

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

.actionformholder .actionform .formsectiontitle {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	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: #f5e51b;
	background-image: none;
	cursor: pointer;
	font-size: 18px;
	color: #000000;
	border: 2px solid #000000;
	font-weight: bold;
	border-radius: 0;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	color: #ffffff;
	border-color: #000000;
	background: #000000;
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	color: #ffffff;
	border-color: #000000;
	background: #000000;
}

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

.actionformholder .actionform .cxprogressbar .cxprogressname {
	color: #000000;
	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;
}
/************* Squeeze Page *************/
.squeezeFlex {
	padding: 15px;
	font-family: 'Roboto', sans-serif;
}
.squeezeHead h1 {
	text-align: center;
	font-weight: 800;
	font-size: 30px;
	padding-bottom: 20px;
}
.squeezeText p{
	text-align: center;
	font-size: 16px;
	padding-bottom: 20px;
}
.squeezeTextBigger {
	font-size: 20px !important;
}
.squeezeBackground {
	width: 100%;
	background-image: url(images/truck-farm-back-mobile.jpg);
	background-repeat: no-repeat;
 	background-size: 100%;
  	background-position: center bottom;
}
.squeezeFormWrap {
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	border: 1px solid #b7b7b7;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background-color: rgb(255, 255, 255, 0.9);
	padding: 15px;
	font-family: 'Roboto', sans-serif;
}
.squeezeFormHead {
	text-align: center;
	font-weight: 800;
	font-size: 25px;
	padding-bottom: 5px;
}
.squeezeForm .actionformholder{
    border: 0
}
.squeezeForm .actionformholder .button.ui-button, .actionformholder label.ui-button {
	width: 100%;
	text-align: center;
}

/*********** SRP **********/
.highlightline { font-weight: bold; color: #ff0000; }
#list_mileage { display: none !important;}
.cx5_is_resultspecline_mileage { 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;}
}

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

@media only screen and (max-width: 1023px){
/* Hide Things from Phone Landscape and Phone View */
	.locationMapRight { display: none;}
	.squeezeGraphicsFlex { 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 *************/
.vehicleStylesFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.vehicleStyleWrap {
	width: 48%;
}
}

@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;}
#phoneBtns{display: none;}
#mobileButtons {display: none;}
/*********** Homepage *************/
.mainHome h1{
    font-size: 25px;
}
.mobileBanner { display: none;}
.locationsLeft {
	font-size: 16px;
}

.homeLocationWrap {
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 15px;
}
.homeLocationBtn {
	width: 28%;
	margin: 0;
	margin-left: auto;
}
.homeLocationBtn a {
	margin-bottom: 0px;
}
/************* General Page code ****************/
.formBtn {
    width: 65%;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #989795;
    width: 65%;
}
.invBanners{display: flex; justify-content: space-between; padding: 10px 10px 0px 10px; }
.invBanner1{ width: 48%;}
.invBanner2{ width: 48%;}

/************* Squeeze Page *************/
.squeezeFlex {
	max-width: 600px;
	margin: 0 auto;
}

.squeezeBackground {
	background-image: url(images/truck-farm-back-tablet.jpg);
}
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
/************** Header *************/
#phoneTop{display: none;}
.headerTop {
	background-color: #f5e51b;
	color: black;
}
.topHeadFlex {
	display: flex;
	justify-content: space-between;
	padding: 3px 5px;
	align-items: center;
}
.topHeadLeftFlex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.topHeadRightFlex {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
.headSocial {
	font-size: 16px;
}
.headSocial a {
	color: black;
	padding-left: 8px;
}
.topHeadRight a{
	color: black;
	text-decoration: none;
}
.topHeadRight a:hover{
	color: black;
	text-decoration: underline;
}
.dlrAddress {
	padding-right: 10px;
}
.mainHeader {
	background-color: white;
	background-image: url('images/header-background.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30% 100%;
}
.mobileContact { display: none;}
.mainLogo {
	padding: 10px 5px;
	text-align: left;
	width: 20%;
	max-width: 230px;
	margin: 0;
}
.mainHeaderFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#nav{
	width: 75%;
	background-color: transparent;
}
.mainHeader {
	border-bottom: 5px solid #f5e51b;
}
/*********** Homepage ************/
.searchBar #cx_quick_text_search_box .radio label {
width: 150px;
}
.mainHome h1{
    font-size: 32px;
}
.vehicleStylesFlex {
	flex-wrap: nowrap;
}
.vehicleStyleWrap {
	width: 22%;
}
.homeMainBtnFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homeMainBtnWrap {
	width: 48%;
	max-width: 100%;
	margin: 0 auto;
}
.homeLocationBtn {
	width: 45%;
}
/************ Footer *************/
.footerBlackBack {
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 16px;
    padding: 20px 10px 40px 10px;
}
.linksHead {
    font-weight: bold;
    text-transform: uppercase;
    color: #f5e51b;
	font-size: 20px;
    padding-bottom: 10px;
}
.footerFlex {
    display: flex;
}
.footerLinks {
    padding-right: 40px;
}
.quickLinks {
	line-height: 1.8;
}
.midLinks {
    padding-left: 40px;
    /**border-left: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;**/
}
.lastLinks {
    padding-left: 40px;
}
.footerBlackBack a{
    color: white;
    text-decoration: none;
}
.footerBlackBack a:hover {
    color: #f5e51b;
    text-decoration: none;
}
.makeItRed {
     color: #f5e51b;
}
.bottomFootFlex {
    display: flex;
    align-items: center;
}
/*********** Warranties Page ***********/
.warrantiesFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.warrantyWrap {
	width: 47%;
}
	
/**************** Directions Page **************/
.directionsFlex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: space-between;
}
.directionsWrap {
    width: 43%;
}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
/************** Header *************/
.topHeadRightFlex {
	font-size: 15px;
}
.headSocial {
	font-size: 18px;
}
.headSocial a {
	padding-left: 25px;
}
.dlrAddress {
	padding-right: 30px;
}
/* Grow */
.hvr-grow {
  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-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/************* Homepage ************/
.mainHome {
  height: 450px;
  background-image: url("images/fxslide3-2.jpg");
  background-repeat: no-repeat;
    background-size: 100% 100%;
  background-position: center center;
  animation: shrink 10s infinite;
    max-width: 1920px;
    margin: 0 auto;
}

.mainHome h1{
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    padding-top:175px;
    color: white;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
}
.mainTextFlex {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
}
.mainTextHead {
	width: 48%;
}
.mainTextWrap {
	width: 48%;
}
.homeMainBtnFlex {
	flex-wrap: nowrap;
}
.homeMainBtnWrap {
	width: 32%;
	margin: 0;
}
.homeLocationsFlex {
	display: flex;
	justify-content: space-between;
}
.locationsLeft {
	width: 47%;
}
.locationMapRight {
	width: 47%;
}
.homeLocationBtn a:hover {
	background-color: black;
	color: white;
}

/************* 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%;
}
/********** Footer ********/
.footerBlackBack {
    font-size: 16px;
}
.linksHead {
    font-size: 20px;
    padding-bottom: 10px;
}
	
/*********** Inv Banners ***********/
/* 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);
}
/*********** Warranties Page ***********/
.warrantyWrap {
	width: 31%;
}
.warrantyHead {
	min-height: 100px;
}
/************* Service Button Blink **********/
/* Define the animation */
@keyframes smooth-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

/* Apply it to your button */
.blink-button {
  animation: smooth-blink 1.5s infinite; /* 1.5s is the speed */
}
	
/**************** Directions Page **************/
.directionsWrap {
    width: 45%;
	margin-bottom: 35px;
}
	
/************* Squeeze Page *************/
.squeezeFlex {
	max-width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.squeezeBackground {
	width: 100%;
	background-image: url(images/truck-farm-back.jpg);
	background-repeat: no-repeat;
 	background-size: 100%;
  	background-position: center bottom;
}
.squeezeLeft {
	width: 47%;
}
.squeezeRight {
	width: 47%;
}
.squeezeGraphicsFlex {
	display: flex;
	justify-content: center;
	align-items: center;
}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
.mainHeader {
	background-size: 25% 100%;
}
.mainLogo {
	padding: 15px 5px;
}
/********** Homepage ************/
.mainHome h1{
    font-size: 50px;
}
.vehicleStylesHead {
	font-size: 30px;
	padding-bottom: 35px;
}
.mainTextFlex h2 {
	font-size: 36px;
	line-height: 1.4;
}
.homeMainBtnFlex {
	padding: 50px 10px;
}
.homeMainBtnWrap {
	width: 30%;
}
.homeLocationWrap {
	padding-bottom: 5px;
}
/************* Footer **************/
.footerLinks {
    padding-right: 130px;
}
.midLinks {
    padding-left: 130px;
}
.lastLinks {
    padding-left: 130px;
}
.footerBlackBack {
    padding: 25px 0px 45px 15px;
}
.yearBlueBack {
    width: 96%;
    padding: 15px 1%;
    background-color: #0b1b61;
    /**margin-bottom: 15px;**/
    margin: 0px 1% 15px 1%;
}
/*********** Warranties Page ***********/
.warrantyWrap {
	width: 30%;
	padding: 20px 40px;
}
.warrantyHead {
	min-height: 80px;
}
	
.mapHolder {
    position: relative;
    padding-bottom: 40%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
}

@media only screen and (min-width: 1500px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
.mainHeader {
	background-size: 25% 100%;
}
.mainLogo {
	padding: 15px 100px 15px 0px;
}
/************ Homepage ***********/
.locationsLeft {
	font-size: 17px;
}
.homeLocationName {
	font-size: 28px;
}
.homeLocationWrap {
	padding-bottom: 8px;
}
/************* Squeeze Page *************/
.squeezeLeft {
	width: 550px;
	padding-left: 100px;
}
.squeezeRight {
	width: 670px;
}
.squeezeHead h1 {
	font-size: 35px;
}
.squeezeText p{
	font-size: 18px;
}

}

@media only screen and (min-width: 1530px){
/* Hi-Res Laptops and Desktops */
/************** Header *************/
.topHeadFlex {
	padding: 3px 0px;
}
.homeMainBtnFlex {
	padding: 50px 0px 50px 0px;
	margin: 0 0;
}
.footerBlackBack {
    padding: 25px 0px 45px 0px;
}
/************ General Code ************/
.pageHeader{
	padding: 10px 0px;
}
.formFlex {
    padding:10px 0px;
}
.fullPage{
	padding: 10px 0px;
}
.invBanners{display: flex; justify-content: space-between; padding: 10px 0px 0px 0px; }
}
@media only screen and (min-width: 1640px){
.mainHeader {
	background-size: auto 100%;
}
}