﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap');
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
	font-family: 'Barlow', sans-serif;
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 
h3{
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Barlow', sans-serif;
}
h2{
	font-size: 30px;
}
h1{
	font-size:36px;
}
.width-80{
	width: 80%;
	margin: 0 auto;
}
.width-70{
	width:70%;
	margin: 0 auto;
}
.width-60{
	width:60%;
	margin: 0 auto;
}
/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#A6A6A6 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}
.header-contact:hover{
	background-color:#F9A653;
}/*
.orange-text .fab:hover, .orange-text .fa:hover{
	color:#F9A653;
}*/

#quick-search-wrap{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	padding-top: 10px;
	padding-bottom:10px;
}
#quick-search-wrap input[type="text"]{
	border:2px solid #494949;
	border-radius: 2px;
}
  form.search{
	display:flex;
	flex-direction:row;
	height: 35px;
	width:100%;
	margin: 0 auto;
	box-shadow: 0px 3px 3px #555;
	
}
input.button{
	width:20%;
	border:none;
	background-color:#494949;
	color:#fff;
	padding: 4.5px 0;
	margin-top: 0px;
}

.dropbtn {
	background-color: #E76806;
	color:#fff;
	padding: 16.5px;
 	font-size: 16px;
 	border: none;
	width: 100%;
	display:inline-block;
}
.dropbtn:hover{
	color:#F9A653;
}
.dropdown-upper{
	display:block;
	width:3%;
	float:right;
	
}
.dropdown-content {
 	display: none;
 	position: absolute;
	right:5px;
	width:380px;
}
input.button{box-shadow: 0px 2px 2px #555; }

input.button:hover{background-color:#000; }
.dropdown-upper:hover .dropdown-content {display:block; line-height: 20px; z-index: 100;}

.dropdown-upper:hover {background-color: #E76806;}
/*---BODY--------------------------------*/
.hero-container{
	display:flex;
	flex-direction:row;
}

.hero-left{
	width:35%;
	display:block;
	border-bottom:solid 3px #D0D8DB;
}
.hero-text{
	background-color:#D4DDE1;
	padding:15% 9%;
	line-height:20%;
}
.hero-text h1{
	padding-bottom:8%;
	font-weight:800;
}

.hero-text p{
	color:#5B5B5B;
	font-size:18px;
	line-height:240%;
	font-weight: 400;
}
.hero-logos{
	padding:20px 0px;
	margin: 0 auto;
	text-align:center;
	line-height: 10px;
}
.hero-logos img{
	width:19%;
	max-width:130px;
}
.hero-right{
	width:65%;
	
	
}
/*----trucks styles ---*/
.truck-width{
	width: 80%;
	margin: 0 auto;
}
.truck-models{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	padding:40px 0px;
	justify-content:center;
}
.models img{
	width:100%;
	
}
.models{
	width:300px;
	margin: 12px 10px;
}
.about-truck h3{
	font-weight:bold;
	font-size:26px;
	padding-left:30px;
	
}

a:hover .about-truck{
	background-color:#000;
	color:#fff;
}
a:hover .about-truck h3, a:hover .about-truck h4{
	color:#fff;
}
a:hover .about-truck h4{
	border-bottom: solid 8px #E76806;
}
.about-truck h4{
	font-size:22px;
	font-weight:300;
	padding:6px 0px 16px 30px;
	width:40%;
	border-bottom: solid 8px #000;
	
}
.about-truck{
	border:solid 1px rgba(197,197,197,1.00);
	padding: 23px 0px 0px 0px;
	line-height:20px;
	transition: .3s ease;
}
.about-truck h3, .about-truck h4{
	color:#000;
	transition: .3s ease;
}

.truck-models .about-truck a:hover{
	color:#fff;
	background-color:#000;
}

.view-all-truck{
	display:block;
	background-color:#000;
	color:#fff;
	padding: 27.2px 15px;
	margin-top:128px;
}
.view-all-truck{
	transition: .4s ease;
}
.view-all-truck img{
	max-width:60px;
	float:left;
	margin: -10px 35px 20px 10px;
	transition: .3s ease;
}
.view-all-truck img{
	margin: 0px 35px 20px 10px!important;
}
.view-all-truck:hover{
	background-color:#494848;
}

/*--------inventory buttons middle--------*/
.find-truck{
	display:flex;
	flex-direction:row;
	width:95%;
	margin: 0 auto;
}
.inv-links{
	display:flex;
	flex-direction:column;
	width: 50%;
	padding: 30px 20px 15px 30px;
	justify-content:space-between;
}

.new-container, .used-container{
	width:100%;
	height: 100%;
	margin-bottom: 25px;
	font-size:22px;
	display:flex;
	flex-direction:row;
	text-transform:uppercase;
	overflow: hidden;
	position:relative;
	
}
.new-container a, .used-container a{
	height:100%;
	width:100%;
}
.new-inv {
	position:absolute;
	background:url("../siteart/orange-background.png")!important;
	background-position:center;
	background-size:cover;
	height:100%;
	width:100%;
	transition: .4s ease;
	background-color:black;
}
.used-container h2, .new-container h2{
	position:absolute; 
	top: 32%;
	left: 5%;
	color:#fff;display:flex; 
	flex-direction:row; 
	justify-content:space-between; 
	width:40%;
	margin: 0 auto;
}
.arrows{
	position:absolute; 
	top: 20%;
	left: 80%;
	color:#fff;display:flex; 
	flex-direction:row; 
	justify-content:space-between; 
	width:8%;
	margin: 0 auto;
}
.used-inv{
	position:relative;
	background:url("../siteart/grey-background.png");
	background-position:center;
	background-size:cover;
	padding-top:10px;
	height:100%;
	width:100%;
	transition: .4s ease;
}
.new-inv:hover, .used-inv:hover{
	transform:scale(1.2);
}


.find{
	width:50%;
	color:#fff;
	background-color:#E76806;
	text-transform:uppercase;
	text-align:center;
	padding: 62px 10px;
	margin: 30px 20px 40px;

}

.find h2{font-weight:800;padding-bottom:20px;font-size: 48px;letter-spacing:3px;}
.square{
	width:12%;
	border-top:15px solid rgba(237,149,90,1.00);
	margin-left: 12%;
	margin-bottom: 15px;
}
/*-----map area styles--------------*/

.map-area{
	width:92%;
	margin: 0 auto;
	background-color: #4D4D4D;
	padding-bottom:30px;
	margin-bottom:30px;
}
.map{
	margin: 0 auto;
	width:85%;
	padding-top:70px;
	padding-bottom:20px;
}
.locations{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	width:90%;
	margin: 0 auto;
}

.location-container{
	position: relative;
	display:block;
	width:290px;
	align-content:center;
	color:#fff;
	background-color:#393939;
	margin: 8px;
	padding: 30px 30px 18px 30px;
	line-height:20px;
}
.location-text{
	padding-bottom: 10px;
	line-height:24px;
}
.location-text h3{
	font-size:22px;
	font-weight:600;
	letter-spacing:1px;
	padding-bottom: 5px;
}

.location-text > p{
	font-size:16px;
	font-weight:200;
	padding-bottom:2px;
}

.location-text a{
	color:#fff;
	transition: .4s ease;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
}
.location-text a:hover{
	color:#E76806;
}
.location-links{
	display:flex;
	flex-direction:row;
	justify-content:center;
	width: 100%;
	margin: 0 auto;
}
.location-icon{
	background-color:#E76806;
	padding: 8px 41px;
	color:#fff;
	transition: .3s ease;
}
.location-icon:hover{
	background-color:#F9A653;

}
.location-icon .fa-map-marker-alt{color:#fff!important;}
.here-icon{
	position: absolute;
	bottom:160px;
}

.fa-map-marker-alt{color:#E76806; transition: .3s ease;}
.fa-map-marker-alt:hover{color:#fff;}
/*------home departments styles----*/

.bottom-home{display:flex;flex-direction:row;width:92%; margin:0 auto; margin-top:-10px;}
.bottom-imgs{width:90%; padding:30px 0px; display:flex;}
.first-img{width:55%; margin-right:20px;}
.sec-img{width:33.3%;}
.first-img img, .sec-img img{width:100%;}

.bottom-info{width:80%; margin:30px 0px; padding-top: 50px;}
.parts-dept{padding: 20px 0; width:80%; line-height: 34px; margin-bottom:20px;}
.parts-dept h2{padding-bottom:30px;}
.parts-dept p{font-weight:300;margin-bottom:30px; font-size:18px!important;}
.parts-dept a{padding:12px 38px; background-color:#000; color:#fff; margin-top:22px; transition: .3s ease;}
.parts-dept a:hover{background-color:#E76806;}

/*-----s13 international--------------*/
.powertrain{width:100%; display:flex; flex-direction:row; }
.power-left{width:50%; background-color:#e76806;}
.power-left img{margin: 0 auto; display:block; width:70%;}
.power-right{width:50%; padding:5% 80px; box-sizing:border-box;}
.power-right h5{ font-size:40px; padding-bottom:20px;}
.power-right p{font-size:16px; line-height:24px; padding-bottom:40px;}
.power-right a{padding:12px 38px; background-color:#c25705; color:#fff; margin-top:22px; transition: .3s ease;}
.power-right a:hover{background-color:#000;}

/*----bottom-logo styles---*/

hr{
	clear:both;
	margin: 20px 0;
	background-color:#A6A6A6;
}
.bottom-logo{
	width:15%;
	margin:0 auto;
}
.bottom-logo img{
	width:100%;
	max-width: 250px;
}

/*-------Location page styles -----------*/
.location-background{
	width: 100%;
	height:100%;
	background-color:#292929;
}
.location-area{
	display:flex;
	flex-direction:row;
	width:80%;
	margin: 0 auto;
	padding-top:60px;
	padding-bottom:30px;

}
.info-area{
	width:50%;
	padding-top:10px;
}

.location-address{
	width: 100%;
	color:#fff;
	padding:45px 0px 52px 0px;
	line-height: 26px;
	letter-spacing:1px;
}
.map-icon{
	float:left;
}
.address-row p{
	padding-bottom:5px;
}
.map-icon a{
	color:#E76806;
	transition: .3s ease;
}
.map-icon a:hover{
	color:#fff;
}

.location-address h2{
	padding-bottom:25px;
	font-size: 28px!important;
	letter-spacing:2px;
}
.location-address p{
	padding-left:20px;
	font-weight:400;
}

.location-hours{
	width:80%;
	background-color:#4E4E4E;
	display:flex;
	flex-direction:row;
	line-height:24px;
	font-weight:400;
	margin-top:10px;
	color:#fff;
	letter-spacing:1px;
}
.location-hours tr:nth-child(even) {
  background-color: #555555;
}
.location-hours td{
	padding: 12px 12px 12px 22px;
}

.map-right{
	width:50%;
	padding-top:30px;
}
.location-buttons{
	width:80%;
	margin: 0 auto;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
}
.orange-btn{
	margin:35px 0px 45px 0px;
	font-weight:400;
	font-size:18px;
	padding-right:1px;
}
.orange-btn a{
	padding: 15px 30px;
	background-color:#E76806;
	color:#000;
	transition: .3s ease;
}
.orange-btn a:hover{
	background-color:#474747;
	color:#fff;
}

/*---------about us------------------*/
.about-us h1{
	padding: 10px;
	font-size: 36px!important;
	text-transform:uppercase;
}
.about-us p{
	padding: 40px;
	width: 70%;
	margin: 0 auto;
	line-height: 30px;
	font-size: 18px;
	color:#515151;
}
.about-us-img {
	width: 35%;
}
.about-us-img img{
	width: 90%;
}
.about-row{
	display:flex;
	flex-direction:row;
}
/*-----------services--------------------*/

.service h1{
	padding: 10px;
	font-size: 36px!important;
	text-transform:uppercase;
}
.service p {
	padding: 30px 0px;
	width: 100%;
	margin: 0 auto;
	line-height: 30px;
	font-size: 18px;
	color:#515151;
}
.service ul li{
	width: 100%;
	margin: 0 auto;
	line-height: 30px;
	font-size: 18px;
	font-weight:500;
	color:#515151;
}
.service-row, .command-row{
	display:flex;
	flex-direction:row;
}
.service-img img, .command-img img{
	margin-top:60px;
}
.command-about{
	width:60%;
}
.service-locations h2{
	text-align:center;
	width: 100%;
	text-transform:uppercase;
	padding:30px 0px;
}
.service-locations{
	letter-spacing:1px;
}
.service-blk-btn{
	margin:35px 0px 45px 0px;
	font-weight:400;
	font-size:18px;
	padding-right:1px;
}
.service-blk-btn a{
	padding: 15px 30px;
	background-color:#000;
	color:#fff;
	transition: .3s ease;
}
.service-blk-btn a:hover{
	background-color:#E76806;
}
.cont-text h3{
	background-color:#494848;
	color:#fff;
	padding: 12px 0px;
	text-align:center;
	font-size:26px;
}

.cont-text a p{
	color:#000;
	transition: .3s ease;
}
.cont-text a p:hover{
	color:#E76806;
}
.cont-text p{
	font-weight:600;
	font-size: 20px;
	text-align:center;
	
	padding: 20px 0px 20px 0px!important;
}
.phone{
	margin: 0 auto;
	width:40%;
	padding-bottom: 10px;
}
.phone a{
	margin: 0 auto;
	text-align:center;
	color:#000;
	font-size: 18px;
	font-weight: 600;
	transition: .3s ease;
}
.phone a:hover{
	color:#E76806;
}
.locations-flex{
	width: 100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:40px 0px;
}
.location-cont{
	width:310px;
	background-color:#F9F9F9;
	padding-bottom:20px;
	margin: 0px 5px 40px 5px;
	
	
}

.cont-hours tr:nth-child(odd) {
  background-color: #D8D8D8;
}
.cont-hours td{
	padding: 12px 12px 12px 22px;
}
.cont-hours p{
	padding:3px 0px;
	text-align:center;
	
}
.cont-hours {
	padding-bottom:20px;
	width:83%;
	margin: 0 auto;
	
}
.cont-hours tr{
	border: solid 1px #d8d8d8;
}
.parts-img{
	width:60%;
}
.parts-img img{
	width:100%;
}
.parts-img img{
	min-width:270px;
	max-width:420px;
}



/*---------employment ----------------*/
.team-top{
	display:block;
	clear:both;
}
.about-top{
	padding: 10px 0px 40px 0px;
	text-align:center;
}
.about-top p{
	font-size: 18px;
	line-height: 24px;
	color:#393939;
}
.about-img{
	width: 70%;
	margin: 0 auto;
	min-width: 300px;
}
.about-img img{
	width:100%;
}
.about-team h2{
	text-align:center;
	padding: 20px 0px;
	color:#393939;
}
.benefits h2{
	text-align:center;
	padding: 20px 0px;
	color:#393939;
}
.benefits-rows{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}
.benefits-list{
	width:30%;
	text-align:center;
	padding: 30px 10px;
	line-height: 24px;
	font-size: 18px;
}
.benefits-list h3{
	color:#E76806;
}
.benefits-list p{
	color:#393939;
}
.benefits-btns{
	display:flex;
	flex-direction:row;
	width: 40%;
	margin: 0 auto;
	justify-content:space-around;
	padding: 40px 0px;
}
.gray-btn{
	font-weight:400;
	font-size:18px;
	margin-bottom:50px;
}
.gray-btn a{
	padding: 15px 30px;
	background-color:#393939;
	color:#fff;
	transition: .3s ease;
	
}
.gray-btn a:hover{
	background-color:#E76806;
}
/*--------------open positions-----------*/

.positions-top h1{
	padding-bottom:20px;
}

.jobs{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	padding: 60px 0;
}
.job{
	padding: 25px 15px 25px 30px;
	box-shadow: 0px 0px 5px gray;
	line-height: 30px;
	width: 285px;
	margin: 15px;
	
}
p.job-title{
	font-size:18px;
	text-transform: uppercase;
	color:#494949;
}
p.job-loc{
	font-weight: 600;
}

.job a{
	color: #E76806;
	font-size:18px;
	font-weight:400;
}
.job a:hover{
	color: #494949;
}

/*----------job decriptions -------------*/

.job-container{
	width:90%;
	margin: 0 auto;
}
.about-job h3{
	margin:15px 0px;
	color:#494949;
}
.about-job{
	line-height:24px;
}
.about-job ul li{
	list-style:disc;
}
.apply-btn{
	margin: 50px;
}
.positions-top p{
	padding-bottom: 40px;
	font-size:18px;
	line-height: 26px;
}


/* ----------idealease ---------------*/
.idealease h1{
	font-size:36px;
	padding:5px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:20px 0px;
}
.idealease p{
	font-size:18px;
	line-height:26px;
}
.idealease-info p{
	clear:both;
}

.idealease-row{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	padding:80px 0px;
}
.idealease-list ul li{
	list-style:disc;
}
/*--------FORM STYLES--------------------*/
.contact-top h1{
	font-size:40px;
	padding: 20px 0px;
	text-transform:uppercase;
}
.contact-top .fa-envelope, .contact-top .fa-tools{
	color:#E76806;
}
.contact-top P{
	padding-top: 10px;
}
.flex-form{
	width:100%;
	text-align: left;
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
}
.form-background{
	background-color:#F4F4F4;
	width:80%;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 60px;
}
#formpage input, select {
	padding: 6px 5px 10px;
	border: 1px solid rgb(173, 170, 170);
	color: #5A5A5A;
	font-size: 14px;
	margin-top: 5px;

}
.flex-row{
	display:flex;
	flex-direction:row;
	width:100%;
}
.fa-star-of-life{
	color:#E76806;
}
#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
	padding: 60px 0px;
}

.form-half{
	width:48%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.form-whole{
	width:97.5%;
	display:block;
	vertical-align:middle;
	margin:10px;
}
.check-container {display:block; text-align: left; margin: 3px;}
.check-container input[type="radio"]{display: inline-block; width:20px !important;}

input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{
	width:100%;
}


#formpage input.submit-button, #formpage input.submit-button:focus {
	background:#393939; 
	color:#ffffff;
	padding:10px;
	text-decoration:none;
	transition:ease-in .3s;
	width: 100px;
	border:none;
	height:auto;
}


#formpage input.submit-button:hover{
	background:#E76806; 
	box-shadow:1px 1px 3px #848484;
	transition:ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid rgb(173, 170, 170);
	color: #000;
	font-size: 16px;
	background: #fff;
	width: 100%;
	height: 95px;
	border-radius:2px;
	margin-top:10px;
}

#formpage textarea:focus{
	border: 1px solid #eaeaea;
	border-radius:2px
} 

.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	width:100%;
	text-align:center;

} 
.flex-form h2.application-headers{
	padding-top:40px;
}
.flex-form h3.education, .flex-form h3.employment, .flex-form h3.references{
	padding:20px 0px;
}

/*control the Captcha */
.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}
/*end form styles*/

@media screen and (max-width: 1400px)  {
	.power-right h5{font-size:30px;}
	.power-right p{font-size:15px; line-height:22px;}
	.power-left img{width:90%;}
}
@media screen and (max-width: 1170px)  {
	.form-half{width: 46%;}
	.powertrain{flex-direction:column;}
	.power-left, .power-right{width:100%;}
	.power-left img{width:50%;}
}

@media screen and (max-width: 900px)  {
	.flex-form .flex-row{flex-wrap: wrap;}
}

@media screen and (max-width: 850px)  {
	.form-half{width: 98%;}
	.width-60{width: 80%;}
	.power-left img{width:65%;}
	.power-right{padding: 8% 20px;}
}

@media screen and (max-width: 450px)  {
	.add-part{padding: 20px;}
	.power-left img{width:80%;}
	.power-right h5{font-size:26px;}
	.here-icon{bottom:135px!important;}
}



/*-------- FOOTER STYLES ----------------*/
footer{
	clear:both;
	background-color:#000;
	color:white;
	width:100%;
	padding:60px 0;
	margin: 0 auto;
}
.footer-sections{
	display:inline-block;
	width:24%;
	vertical-align:top;
	padding: 20px 0px;
	line-height:26px;
	min-width: 165px;
}
.footer-sections ul li strong{font-size:20px; padding-bottom:10px; display:block;}
.footer-sections a{
	text-decoration:none;
	color:#fff;
	transition: .3s ease;
}
.footer-sections a:hover{
	color:#E76806;
}






/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet{
	background-color:#E76806!important;
}
.view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover{
	background-color:#F9A653!important;
}
.list-content .price-container .price, .list-top-section .list-title .list-listings-count, .detail-wrapper .main-detail-pricing .detail-price, .dealer-info .phone-and-email .send-email-btn{
	color:#E76806!important;
}
.media-buttons .email-this{
	background-color:#E76806!important;
	color:#fff!important;
}
.media-buttons .email-this:hover, .list-content .list-error-container .info button:hover{
	background-color:#4d4d4d!important;
}
.dealer-info .phone-and-email .send-email-btn:hover{
	color:#393939!important;
}
.dealer-info .phone-and-email .send-email-btn{
	border: 1px solid #E76806!important;
}
.dealer-info .phone-and-email .send-email-btn:hover{
	border: 1px solid #393939!important;
}
.detail-additional-data .data-row .data-label{
	background-color:#393939!important;
}
.list-content .list-error-container .info button{
	background-color:#E76806!important;
}
.list-content .list-error-container .info .selected-facet button{
	background-color:transparent!important;
}
/*---------- RESPONSIVE STYLES ----------*/
@media screen and (max-width: 1850px){
	.hero-text h1{
		font-size: 34px;
	}
	.hero-text{
		padding: 13% 8%;
		line-height: 18%;
	}
}
	
	
	
@media screen and (max-width: 1700px)  {
.hero-text h1{
		font-size: 32px;
	}
	.hero-text{
		padding: 10% 6%;
		line-height: 16%;
	}

.map{
	width:95%;

}
	.locations{
		width:95%;
	}
	.width-70{
		width:80%;
	}
	.hero-text h1{
		font-size: 30px;
	}
	.hero-text{
		padding: 10% 6%;
		line-height: 16%;
	}

}
@media screen and (max-width: 1550px)  {
	.hero-text h1{
		font-size: 28px;
	}
	.hero-text{
		padding: 8% 4%;
		line-height: 14%;
	}

	.truck-width{
		width: 90%;
	}
	.dropdown-upper{
		width: 4%;
	}

}
@media screen and (max-width: 1385px)  {

	.hero-text{
	padding:9% 4%;
	line-height:16px;
	}
	.hero-text p{
		line-height: 32px;
		font-size: 16px;
	}
	.hero-text h1{
		font-size:26px;
	}
	.upper-text{
		width:100%!important;
	}
	.find{
		padding: 50px 10px;
	}
	.find h2{
		font-size: 36px;
	}
	.new-container h2{
		width: 65%;
	}
	.used-container h2{
		width: 75%;
	}
	.location-area{
		width: 95%;
	}
	.about-us-img{
		width: 45%;
	}
}
@media screen and (max-width: 1200px)  {

	.hero-left{
		width:100%;
	}
	.hero-text{
		padding: 6%;
	}
	.hero-text h1{
		font-size: 30px;
		padding-bottom: 3%;
	}
	.hero-text p{
		font-size: 18px;
	}
	.hero-right{
		width:100%;
	}
	.hero-container{
		flex-direction:column-reverse;
	}
	.find{
		padding: 30px 10px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.find h2{
		font-size:28px;
	}
	.inv-links{
		padding: 0px 20px 0px 0px;
	}
	.new-container, .used-container{
		height: 80px;
	}
	.new-container h2, .used-container h2{
		font-size: 24px;
	}
	.new-container .fa, .used-container .fa{
		font-size: 40px;
	}
	.square{
		border-top: 10px solid rgba(237,149,90,100);
	}
	.bottom-home{
		flex-direction: column;
	}
	.bottom-imgs{
		width: 80%;
		margin: 0 auto;
	}
	.first-img{
		margin-right: 25px;
	}
	.bottom-info{
		margin: 0 auto;
		padding-top: 0px;
	}
	.parts-dept{
		width:  100%;
	}
	.bottom-logo{
		min-width: 170px;
	}
	.location-hours{
		width: 95%;
	}
	.location-hours td{
		padding: 10px 10px 10px 12px;
		font-size: 14px;
	}
	.benefits-list{
		min-width:280px;
	}
	.benefits-btns{
		width:60%;
	}
	.idealease-img{
		width: 38%;
	}
	.idealease-img img{
		width:100%;
	}
	.service-row, .command-row{
		flex-direction:column;
	}
	.command-about{
		width:100%;
	}
	.service-img img, .command-img img{
		margin-top:5px;
		margin-bottom:10px;
	}
	.dropdown-upper{
		width: 5%;
	}
	.about-row{
		flex-direction:column;
	}
	.about-row p{
		width: 100%;
		margin: auto;
		padding: 40px 0px;
		
	}
	.about-us-img{
		width: 45%
	}
	
}
@media only screen and (max-width: 875px) {
	.find-truck{
		flex-direction:column;
	}

	.inv-links{
		width:91%;
		height: auto;
		margin: 0 auto;
		padding: 20px 20px 0px 20px;
	}
	.find{
		width: 90%;
		margin-top: 0px;
	}
	.find h2{
		font-size: 30px;
	}
	.new-container, .used-container{
		height: 80px;
	}
	.width-80{
		width: 90%;
		margin: 0 auto;
	}
	.location-area{
		flex-direction:column;
		width: 90%;
		justify-content:center;
	}
	.location-address{
		padding:0px 0px 30px 0px;
	}
	.info-area{
		width:85%;
		margin: 0 auto;
	}
	.location-hours{
		width: 100%;
	}
	.location-hours td{
		font-size: 16px;
	}
	.map-right{
		width:86%;
		margin: 0 auto;
		height: 300px;
	}
	.location-buttons{
		justify-content:center;
	}
	.idealease-row{
		flex-direction:column-reverse;
		justify-content:center;
	}
	.idealease-img{
		width:60%;
		padding-bottom:20px
	}
	.service-img, .command-img{
		width:55%;
	}
	.service-img img, .command-img img{
		width:100%;
	}
	.locations-flex{
		justify-content:center;
	}
	
	
}
@media only screen and (max-width: 850px) {
	.truck-width{
		width:100%;
	}
	.footer-sections{
		width:45%;
	}
	.footer-sections ul{
		padding: 0 10% 0 25%;
	}
	.orange-btn a{
		padding: 10px 20px;
		font-size:16px;
	}
	.width-70{
		width:85%;
	}
	.dropdown-upper{
		width: 7%;
	}
	
}

@media only screen and (max-width: 680px){
	.location-buttons{
		flex-direction:column;
	}
	.orange-btn{
		margin: 10px 0px 15px 0px;
	}
	.benefits-btns{
		width: 100%;
	}
	.idealease-info{
		width:98%;
	}
	.service-img, .command-img{
		width:75%;
	}
	.service h1{
		font-size:28px!important;
	}
	.service-locations h2{
		font-size: 24px;
	}
	.cont-text h3{
		font-size: 22px;
	}
	.dropdown-upper{
		width: 9%;
	}
	.dropdown-content{
		width: 300px;
		height: 35px;
		
	}
	.about-us-img{
		width: 70%;
	}

	.location-buttons{
	flex-direction:column;
}
}
@media only screen and (max-width: 639px) {
	.view-all-truck{margin-top:20px;}
}

@media only screen and (max-width: 450px) {
	.used-container h2, .new-container h2{
		font-size: 20px;
	}
	.new-container .fa, .used-container .fa {
		font-size: 30px;
	}
	.find h2{
		font-size: 22px;
	}
	.parts-dept h2{
		font-size: 30px;
		padding-bottom:15px;
	}
	.location-container{
		width: 250px;
		padding: 15px 15px 9px 15px;
	}
	.location-icon{
		padding: 6px 28px;
	}
	.here-icon{
		bottom: 120px;
	}
	.bottom-info{
		width: 90%;
	}
	.bottom-imgs{
		width: 90%;
	}
	.parts-dept a{
		padding:10px 30px;
	}
	.map-area{
		width: 100%;
	}
	.footer-sections{
		width:100%;
	}
	.hero-text h1{
		font-size: 26px;
	}
	.hero-text p{
		font-size: 14px;
	}
	.benefits-btns{
		flex-direction:column;
	}
	.gray-btn {
		padding:20px 0px;
		margin: 0 auto;
	}
	.idealease-info p{
		font-size:16px;
	}
	
	.service-about p, .command-about p, .service-about ul li{
		font-size: 16px;
	}
	
	.width-70{
		width:95%;
	}
	.dropdown-upper{
		width: 12%;
	}
	.dropdown-content{
		width: 260px;
		height: 35px;
		
	}
	.location-hours td{
		font-size: 14px;
	}
	.about-us-img{
		width: 90%;
	}

	.location-buttons .service-blk-btn{
		margin: 20px 0px;
	}
	.location-buttons .service-blk-btn a{
		padding: 10px 20px;
		
	}
	.apply-btn{margin:20px;}
	.gray-btn{font-size:16px;}
	.gray-btn a{padding:12px 20px;}
	
	h1{font-size:30px;}
}


@media only screen and (max-width: 380px) {
	.footer-section{
		width: 90%;
	}
	.hero-text h1{
		font-size: 22px;
	}
	.service-img, .command-img{
		width:85%;
	}
	.orange-btn a{
		font-size:14px;
		padding:10px 18px;
	}
}






