@charset "utf-8";
/* CSS Document */

/***** BEGIN RESET *****/
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; }

table{border-collapse:collapse; width:100%;}

/* Make HTML 5 elements display block-level for consistent styling */  
article, aside, figure, footer, header, nav, section {
display: block;
	border:none;
	margin:0;
	padding:0; }
/***** END RESET *****/

.clear { clear:both; height:0px; }
#small-caps { font-variant:small-caps; }
#nowrap { white-space:nowrap; }
#left { float:left; }
#right { float:right;}

@font-face {
    font-family:'aleolight';
    src: url('../fonts/aleo-light-webfont.eot');
    src: url('../fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-light-webfont.woff') format('woff'),
         url('../fonts/aleo-light-webfont.ttf') format('truetype'),
         url('../fonts/aleo-light-webfont.svg#aleolight') format('svg');
    font-weight:normal;
    font-style:normal; }
@font-face {
    font-family:'aleoregular';
    src: url('../fonts/aleo-regular-webfont.eot');
    src: url('../fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-regular-webfont.woff') format('woff'),
         url('../fonts/aleo-regular-webfont.ttf') format('truetype'),
         url('../fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
    font-weight:normal;
    font-style:normal; }


hr{border-top: 1px solid #000}


/***** TYPOGRAPHY *****/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-style:normal; }
h1 { font-family:'aleoregular';
	font-size:30px;
	line-height:34px;
	padding:30px 0 20px; }
h2 { font-family:'aleolight';
	font-size:24px;
	background:url('../siteart/sub-head.png') no-repeat center;
	display:block;
	width: 100%;
	text-align:center;
	margin: 0 auto; }
h3 { font-family:'aleolight';
	font-size:24px;
	line-height:28px;
	padding:20px 0 5px 0; }
h4 { font-family:'aleoregular';
	font-size:18px;
	line-height:22px;
	padding:5px 0; }
h5 { font-family:'aleoregular';
	font-size:14px;
	line-height:20px;
	padding:5px 0; }
a { text-decoration:none;  color: inherit; }
	.dark a { color:#bcbec0; }

	a span { font-weight:bold;  }

	a:hover { color:#000; }

	.dark a:hover { color:#fff; }
	a:hover p { color:#000; }

p { line-height:1.5; padding:5px 0; color:#58595b; }
	.dark p { color:#bcbec0; }
img.border { border:6px solid #bcbec0; }
	img#right { margin:10px 0 5px 20px; }
	img#left { margin:10px 20px 5px 0; }
	
ul#diamond { list-style-image:url('../siteart/bullet-sm.png'); }
	ul#diamond li { line-height:20px; padding:0 0 5px 0; color:#58595b; margin:0 0 0 30px; }
ul.diamond { list-style-image:url('../siteart/bullet-sm.png'); }
ul.diamond li { width:420px; float:left; padding:10px 0 0 0; margin:0 0 0 75px; }


/***** INVENTORY *****/
.view-listing-details-link {color:#000!important;}
.gncmpcomhdev-geyv15.MuiPaginationItem-previousNext {color:#000!important;}
button.selected-facet.ts-button {color:#000!important;}

/***** MAIN STRUCTURE *****/
body { font-family:'Open Sans', sans-serif !important; font-size:15px; line-height: 1.5; overflow-x: hidden; color:#000; background:#414042;width:100%; }
.page { width:100%;  background:url('../siteart/background-cream.jpg') repeat; background-color: #fff; margin: 0 auto;}
.page h3 {font-weight: 600;}
.dark { background: url(../siteart/dark.png) repeat-x; background-color:#000; color:#fff; padding-top:10px; margin: 0 auto; text-align:left;}
.wrapper {width: 95%; max-width:1050px; margin:0 auto;}
.pad{padding: 40px 0px;}
.flex-wrapper {display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;}

/***** MAIN STRUCTURE *****/

.popup {width:92%; max-width: 1200px; /*max-width:950px; padding: 10px 5%;*/ background:rgba(0,0,0,.8); position:absolute; z-index:99999999; top:20%; left:50%; transform:translateX(-50%); padding:25px 15px; box-sizing:border-box; display:none; box-shadow: 0px 15px 40px rgb(26 30 43 / 13%);}
.close-popup, .bar-right {position:absolute; top:0; left:12px; width: 40px; height: 40px; color:#aaa; font-size:22px; z-index:1; cursor:pointer;}
.popup img {width: 100%; height: auto; margin: 0 auto; display: block; padding: 0 0 1em;}
.popup img#inv-page {width: 100%; max-width: 150px; height: auto; margin: 0 auto; display: block; padding: 1em 0;}
.popup p {text-align: center; margin: 0 auto; display: block; max-width: 777px; font-size: 26px; font-weight:600; padding:20px 0; line-height: 1.4; border-bottom: 1px solid #aaa;}
.popup a.more button {width: 100%; text-align: center; text-transform: uppercase; font-weight: 700; padding: .5em; border: none; background: #fff; color: #000; cursor: pointer; margin: .25em auto 0;}
.popup a.more button:hover {background: #000; color: #fff; transition: all .2s ease-in-out;}
.overlay:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    z-index: 9999999;
}
.overlay:target:before {display: none;}
.overlay:target .popup {top: -280%; left: -100%;}


/***** HEADER *****/
.sticky {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
}

.header { width:80%; margin:0 auto; text-align: center; padding:90px 0 30px 0;  color:#c67e00; }

.left-header{display: inline-block; width: 50%; float: left; text-align: left;}

.right-header{display: inline-block; width: 45%; float: right; text-decoration: none;}
.right-header h3 {font-size:26px; display: inline-block;  margin: 0 40px 0 0; font-weight: bold; padding: 0; vertical-align: middle;}
.right-header h3 a{color:#c67e00;}
.right-header a{text-decoration: none;}
.right-header #orange-btn{display: inline-block; background: #c67e00; color: #000; font-weight: bold; text-align: center; padding: 10px 20px; vertical-align: middle; letter-spacing: .75px; }
.right-header #orange-btn:hover{background: #414042;}


.page.bottom-border{border-bottom: 3px solid #9C9EA0}

/*--------Scrolling Inventory--------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background: #bcbec0;
	padding: 8px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/***** HOME PAGE / DEFAULT *****/
.main-cols{width: 45%; display: inline-block; text-align:left; vertical-align:middle; padding: 0px 12px;}
#bullet-lg{vertical-align: middle; padding-right:10px;}

img#main { margin:5px 0; width:95%; max-width:1008px; border:6px solid #bcbec0; }
/*ul.main { list-style-image:url('../siteart/bullet-lg.png'); }
ul.main li { width:42%; float:left; padding:10px 0 0 0; margin:0 0 0 75px; }*/

ul.main li.last { list-style:none; padding:20px 0 30px 0; }

.locations{text-align:center; margin:0 auto;}
img#locations {position: absolute;margin-top:-78px; margin-left: auto; margin-right: auto; left: 0; right:0;}
.five-cols{ width: 17%; display:inline-block; padding: 10px 12px; vertical-align:top; text-align:left; float:left;}
.locations h2{text-align:left;font-family: 'aleoregular';font-size: 30px;line-height: 34px;padding: 30px 0 20px;background:none;}

.locations-section {
  padding: 60px 0;
  position: relative;
}

.locations-icon {
  position: absolute;margin-top:-128px; margin-left: auto; margin-right: auto; left: 0; right:0;
}

.locations-title {
  font-family: 'aleoregular';
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  background: none;
	text-align: left;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
}

.location-card {
  text-align: left;
}

.location-card h3 {
  font-size: 22px;
  padding-bottom: 5px;
}

.location-card a {
  color: #bcbec0;
  text-decoration: none;
  font-weight: 600;
}

.location-card a:hover {
  color: #fff;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 100%;
	max-width: 845px; /*Width of Carousel Viewer itself*/
	height: 125px; /*Height should enough to fit largest content's height*/
	margin:30px auto 0 auto;
	padding:0 0 30px 0; 
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	width: 100%;
	max-width:845px; 
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin-right: 15px; /*margin around each panel*/
	width: 100%;
	max-width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:125px;
}

#about{float:right; width: 50%;}

/***** HOME PAGE / DEFAULT *****/


/***** INVENTORY PAGE *****/
nav.secondary { width:100%; background:url('../siteart/black-75.png') repeat; height:60px; z-index:999999; }
	ul.inventory { width:100%; max-width:1080px; height:60px; margin:0 auto; border-left:1px solid #58595b; list-style:none; }
		ul.inventory li { float:left; }
			ul.inventory li a {
				display:block;
				font-family: 'Open Sans Condensed', sans-serif;
				font-weight:700;
				font-size:16px;
				padding:0 10px;
				line-height:60px;
				height:60px;
				color:#fff;
				text-decoration:none;
				border-right:1px solid #58595b;
				text-align:center; }
				ul.inventory li#two-line a { line-height:20px; padding:10px; height:40px; }
				ul.inventory li a.top { background:url('../siteart/top.png') no-repeat 10px -60px; padding:0 10px 0 26px; }
					ul.inventory li a.top:hover { background-position:10px 0; }
				ul.inventory li a:hover { color:#c67e00; }

body#inventory nav.primary { position:absolute; }
.page#white { background:#fff; }
/***** INVENTORY PAGE *****/
/*-- rentals--*/

 #rental-btn{display: inline-block; background: #c67e00; color: #fff; font-weight: bold; text-align: center; padding: 10px 20px; vertical-align: middle; letter-spacing: .75px; }
 #rental-btn:hover{background: #414042;}


/***** LOCATIONS PAGE *****/
img#map { padding:0 0 70px 0px; width:80%;  margin: 0 auto; text-align: center}
ul.locations-page { list-style:none; padding:0 0 30px 30px; }
	ul.locations-page li { width:217px; padding:0 0 10px 0; margin:0 30px 0 0; float:left; }	
	ul.locations-page li.clear { width:960px; padding:0; margin:0; float:none; }

.four-cols{ width: 22%; display:inline-block; padding: 10px 12px; vertical-align:top; text-align:left; float:left;}

/***** LOCATIONS PAGE *****/


/***** MANUFACTURERS / MANUALS PAGE *****/
.manufacturers { width:100%; max-width:860px; margin:0 auto; padding:0 0 15px 0; }
		.manufacturers .panel {
			float: left;
			margin-right: 15px;
			margin-bottom:15px;
			width: 200px;
			text-align:center; }
/***** MANUFACTURERS / MANUALS PAGE *****/


/***** VIDEOS PAGE *****/
iframe.video { width:100%; max-width:495px; height:278px; float:left; margin-right:60px; }
iframe.video-right { width:100%; max-width:495px; height:278px; float:left; }

video{ width:100%; max-width:495px; height:278px; float:left; margin-right:60px; }
/***** VIDEOS PAGE *****/



/***** CDL TRAINING PAGE *****/

.mainfull { list-style: none;}
.mainfull li { width: 100%; max-width:900px; padding:10px 0 0 0; margin:0 0 0 75px; color:#58595b; font-size:16px;list-style:none;}
.mainfull li.last { list-style:none; padding:20px 0 30px 0; color:#58595b; font-size:16px;}
ul.normal li{
	margin:0 0 0 75px;
	padding:10px 0 0 0;
	color:#58595b;
}
ol.normal li{
	margin:0 0 0 75px;
	padding:10px 0 0 0;
	color:#58595b;
	font-size:16px;
}
.indent{padding-left: 30px;}
.indent p {padding-left: 75px;}
/***** CDL TRAINING PAGE *****/




/***** CONTACT FORM *****/
.required { color:#c67e00; font-weight:bold; font-style:normal; }


#formpage { vertical-align:top;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	color: #000;
}
#formpage input {
	padding:6px;
	border:1px solid #ccc;
	color:#000;
	font-size:13px;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
}

#formpage textarea {
	padding:6px;
	border:1px solid #ccc;
	color:#000;
	font-size:13px;
	background:#fff;
	margin-top: 5px;
	width:100%;
    height:85px;
	font-family: 'Open Sans', sans-serif;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #ccc;
	color:#000;
	vertical-align:middle;
	font-size:13px;
	line-height:normal;
	padding:6px 5px 10px;
	width:100%;
	font-family: 'Open Sans', sans-serif;
}

.formfield {
	width:31%; 
	float:left; 
	margin-right: 10px; 
	margin-top: 10px;
	color: #000;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#eee; 
	color:#000;
	border:1px solid #ccc;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:120px;
    margin:0;
    padding:12px 0px;
    background: none; /* For browsers that do not support gradients */
    border: 2px solid #c67e00;
    font-size:20px;
    line-height:14px;
    font-weight:700;
    color:#c67e00;
    text-transform:uppercase;
	position: relative;
}
#formpage input.button:hover {
	width:120px;
    margin:0;
    padding:12px 0px;
    background: none; /* For browsers that do not support gradients */
    border: 2px solid #000;
    font-size:20px;
    line-height:14px;
    font-weight:700;
    color:#000;
    text-transform:uppercase;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 30%;margin: 0 auto;}

.CaptchaImagePanel {
margin:0 auto;
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;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 



#wheels{ float:right;}

/***** GALLERY EQUIPMENT SHOWCASE PAGE *****/
body#gallery nav.primary { position:absolute; width: 100%;}
/***** GALLERY EQUIPMENT SHOWCASE PAGE *****/



/***** FOOTER *****/
.footer {width:100%; margin:0 auto; }
a.footerlink:link, a.footerlink:visited, a.footerlink:active { text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#bcbec0; }
a.footerlink:hover { color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
.footertext { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#bcbec0;}
.smallfootertext { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#bcbec0;}
.divfooter { max-width:450px; text-align:center; margin:0 auto; line-height:12px; padding:30px 0; }





/*---RESPONSIVE------------------------------*/

@media screen and (max-width: 1480px) {
	.header {padding: 80px 0 30px 0;}
}

@media screen and (max-width: 1200px) {
	.header{padding:75px 0 25px 0;}
	.left-header{display: block; width: 100%; text-align: center; margin-bottom: 30px;}
	.right-header{display: block; width: 100%;}
	img#main-logo{width: 100%; max-width: 500px; margin: 0 auto; display: block;}
	.flex-wrapper {justify-content: center;}
}

@media screen and (max-width: 1072px){
iframe.video { float:none; text-align:center; margin: 0 auto; }
iframe.video-right {  float:none; text-align:center; margin: 0 auto; padding-top: 20px;}

h2{background: #bdbfc1; width: 100%;}	
}


@media screen and (max-width: 918px){


#formpage textarea {
	padding: 6px 5px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {

	padding:5px;
	width:100%;
}

.formfield {
	width: 93%;
	float:left;
	/* margin-right: 10px; */
	/* margin-top: 10px; */
	color: #000;
}
#formpage input  {
    width: 95%;
    margin-top: 5px;
}
#formpage textarea {
    width: 90%;
    height:85px;
}

/*control the Captcha */
.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 95%;margin: 0 auto;}

}




@media screen and (max-width: 880px) {
.four-cols{ width: 42%; float:none;}
}



@media screen and (max-width: 649px) {

.right-header h3{display: block; width: 100%; margin-bottom: 15px;}	
	.left-header {margin-bottom: 15px;}
	.header{padding:65px 0 15px 0;}
	h1{text-align:center;}

.main-cols{width: 95%;}
.five-cols{width:100%; text-align:center; padding: 5px 0px;}
.locations{ padding-top: 35px;}
.locations h1{text-align:center;}

.manufacturers{width:45%; text-align:center;}

.truckimg{width:70%; float: none;}

img#map{width:100%;}

#wheels{ float: none; text-align: center; margin: 0 auto; width:75%;}
.e-wheels{ margin:0 auto; padding-bottom: 48px;}
.e-wheels h1{text-align:left;}

#right { float:none; text-align:center; margin:0 auto;}
#left{ float:none; text-align:center; margin:0 auto;}

.four-cols{ width: 85%; float:none; text-align:center;}
.locations-page h1{padding: 75px 0px 0px 0px; text-align:center;}
 .location-card {
    text-align: center;
  }

  .locations-icon {
    width: 64px;
    margin-top: -92px;
  }
}

@media screen and (max-width: 320px) {
h1{text-align:center;}
.five-cols{width:95%;}
img#locations{width:33%; margin-top:-56px;}
.manufacturers{width:65%; text-align:center;}



.e-wheels{ margin:0 auto; padding-bottom: 10px;}
#wheels{  width:100%;}
#about { float:none; width:90%; text-align:center; margin: 0 auto;}
}