﻿/***** 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;	
}

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;  
} 

/*-------- COLORS --------
maroon: #c3262e;
gray: #eee;
*/

/***** 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 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px; 
	line-height: 34px; 
	color: #000; 	
	background: #000; 
	font-weight:500;	
	height:100%;

}

h1 {font-size:50px; font-weight:800; line-height:48px; letter-spacing: 2px;font-family: 'Open Sans', sans-serif; color:#dc8030; }
h2 {color:#dc8030; font-size:40px; line-height: 50px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; font-family: 'Open Sans', sans-serif; text-align: center;} 
h3 {font-size:25px; letter-spacing: 1px; text-transform: uppercase; color:#dc8030; padding: 1% 0;}
h4 {font-size:20px; line-height: 27px; letter-spacing: 1px; font-weight:400; text-transform: uppercase;}

a:link, a:visited, a:active {text-decoration:none;color:#303030;}
a:hover {text-decoration:none; color:#778391;}
a:hover {text-decoration:none; color:#778391;}
strong { font-size:16px;}

.right{float: right; text-align:right;}
.left{text-align:left;}

.pad{padding: 2% 0;}

hr{border:#000 1px solid;}

/*---Header---*/
.header-width {width:90%; margin: 0 auto;}
.banner {background: #dc8030;width: 100%; text-align: right;}
.banner h4 {color:#fff; display: inline-block; vertical-align: middle; font-size: 14px;}
.banner h4 a {color:#fff; display: inline-block; vertical-align: middle;}
.banner img {width:40px; display: inline-block;vertical-align: middle;}

.nav-container {background:#fff;}
.logo { display: inline-block;vertical-align:middle; position:absolute; top:0; left:3%; z-index: 9999;}
.logo img {max-width:330px; width: 100%; padding:0px;}
#logo {max-width:2000px; width: 100%;}
.logo-diamond {position: absolute; z-index: 9999; left: 320px; top:-20px;}
.logo-diamond img{max-width:120px; width: 100%;}

.orange-btn {background:#dc8030; padding: 8px 20px; text-align: center; color:#fff; display: inline-block; margin: 10px 0; transition: .3s ease;}
.orange-btn:hover {background:#1F384E; }
.orange-header{
	color:#dc8030; font-size:40px; line-height: 50px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; font-family: 'Open Sans', sans-serif; text-align: center;
}
 /*---POP-UP -----------------------------------*/
.width-80 {width: 80%; margin: 0 auto;}
.popup h2 {text-align: left;}
*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.2);
                padding: 35px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
                transition: all 0.2s;
                font-size: 30px;
                font-weight: bold;
                text-decoration: none;
                color: #dc8030;
                border: 1px solid #dc8030;
                padding:0 5px 5px 5px;
}
.popup .close:hover {
  background: #dc8030;
	color:#fff;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background: #fff;
                border:3px solid #ffffff;
                border-radius: 5px;
                width: 50%;
                max-width: 1300px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -180%;
    left: -100%;
}

/*===================== 
	slideshow styles 
=======================*/
.hero-btn:hover {background:#fff;  transition:  0.5s ease-in-out;}
.hero-btn {width:400px; background:#fff; color:#dc8030; font-size:25px; letter-spacing: 1px; text-transform: uppercase; text-align: center; padding:8px 0; margin-bottom: 1.5%;}
.border-line {width: 100%; height:3px;background:#dc8030; margin:10px 0; }
.cycle-slideshow {
	position: relative;
	z-index: 9;
	}

.cycle-slide {
	width: 100%;
	}

.cycle-overlay {
	position: absolute;
	bottom: 0vw;
	right: 0;
	color: #fff;
	padding: 3rem 4% 3rem 4rem;
	box-sizing: border-box;
	max-height: 30vw;
	height:100%;
	}
.overlay-content {
	width: 100%;
	}
	.overlay-content h2 {
		font-size:2vw;
		font-weight:700;
		line-height: 2.5vw;
		text-align: left; 
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0,0,0,.80);
		padding:2% 0;
		}
	.overlay-content h4 {
		font-style: italic;
		font-size:18px;
		text-shadow: 2px 2px 2px rgba(0,0,0,.80);	
}
.cycle-pager { 
    display: none;
	}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ccc; cursor: pointer; 
	}
.cycle-pager span.cycle-pager-active { color: #4680b1; }
.cycle-pager > * { cursor: pointer;}

[id*="toggleText"] {
	display: none;
	}
.dealer-logos {text-align: right}
.dealer-logos img{ display: inline-block; padding: 10px 5px; max-width: 150px; width: 100%; vertical-align: middle;}


/*---HOME PAGE--*/
.header-space {line-height: 50px;}
.quicklinks {background:#000; text-align: center; margin: 0 auto; padding:5% 0;}
.quicklinks p {color:#fff;}
.width {width: 80%; margin: 0 auto;}
.width-90 {width: 90%; margin: 0 auto;}
.btn-banner {background: rgba(70,128,177,.70); width: 100%; padding:10px 0;}
.btn-banner h2 {color:#fff; font-size:20px;}
.btn-banner:hover {background: rgba(70,128,177,1.00); transition:  0.5s ease-in-out; }
.cat {display: inline-block; width:23%;}
.cat img{display: inline-block; vertical-align: top; width: 100%; }
.cat img:hover {opacity:.5;transition:  0.5s ease-in-out; }


.section {background:url(../siteart/bg-img.jpg) no-repeat; width:100%; display:inline-block;  padding: 5% 0;}
.section .width h1 {display: inline-block; width:100%; text-align: center;}
.half {width: 50%; float:right; display: block;}
.half p {color:#fff; padding:5% 0;}
.mfg-logos {background:#fff; width: 100%; margin: 0 auto; text-align: center;}
.mfg-logos img {max-width:250px; width: 100%; display: inline-block; vertical-align: middle;}
#mfg {padding:1% 20px; width:26%;}
/*-------Other Pages-------*/
.white-bg {background: #fff; width: 100%;}
.towing {text-align: center; padding: 25px 0;}
.blk-bg {background:#000; padding:5% 0;}
.blk-bg .width h1 {text-align: center;}
.blk-bg .width p {color:#fff;}
.services {margin: 0 auto; text-align: center;}
.service-btn {width: 300px; text-align: center; padding: 5px 0; border:1px solid  #b3c7de; display: inline-block; vertical-align: top; margin: 1% 5px; color: #b3c7de; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; font-size:16px}

.center {margin: 0 auto; width: 100%; text-align: center;}
#img-content {max-width:600px;width: 100%; text-align: center; margin: 0 auto;}
.flex-logos {display: flex; flex-direction: row; align-items: center;}
.van-left {width: 50%;}
.logos-right {width: 50%; }
.logos-right img {display: inline-block; padding: 10px; max-width: 180px; width: 100%; vertical-align: middle;}
.service-banner {
    background: #dc8030;
    padding: 1% 10%;
    margin: 0px 0%;
    color: #fff;
	width: 100%;}
.service-banner h3{
   color: #fff;
    font-size: 30px;}
.service-banner h4{
   color: #fff;
   }
.service-banner a{
   color: #fff;
   }

.width h1, .quicklinks h1 {font-size: 40px;line-height: 50px;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;}

.home.width h1 {font-size: 50px;font-weight: 800;line-height: 48px;letter-spacing: 2px;}

/*--------FORM STYLES----------------------*/
.form-bg {background:url(/siteart/form-bg.jpg); background-attachment: fixed; padding:10px 0;}
#formpage { vertical-align:top; margin: 0 auto;  text-align:left; width:90%; padding:3% 0;}

#formpage div {
	vertical-align:top;
	padding:0px 5px;
	color: #b3c7de;
	font-weight:800;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:15px;
}

#formpage input {
	padding:10px 0px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:rgba(255,255,255,.70);
}

#formpage textarea {
	padding:6px 0px;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	margin-top: 5px;
	background:rgba(255,255,255,.70);
}

/* 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 #8e8d8d;
	color:#202e3b;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {
	width:30%; 
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Open Sans', sans-serif; 

	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
	font-family: 'Open Sans', sans-serif; 
	text-align: left;
}

#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:#fff; 
	color:#000;
	border:1px solid #abacac;
	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:250px;
    margin:0;
    background: #1f384e; 
    line-height:18px;
    color:#dc8030;
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 600;
	letter-spacing:1px;
	text-transform: uppercase;
	border:1px solid #000;
}
#formpage input.button:hover {

    margin:0;
    padding:10px 0px;
    background: #dc8030; /* For browsers that do not support gradients */
    line-height:18px;
    color:#fff;
	border:1px solid #000;}

/* 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;
	padding:10px 10px;
} 

/*control the Captcha */

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 100%; text-align:center;}

.CaptchaImagePanel {
	
margin-top: 10px;
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 10px 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*-------- CONFIGURATOR STYLES ------------------*/
.truckcon-section{
	display: flex;
	flex-wrap: wrap;
	background: #000;
	justify-content: space-between;
    width: 75%;
	padding: 50px 0px 80px 0px;
}
.truckbuildbox{
	display: flex;
	flex-wrap: wrap;
	background: #181818;
	border: 1px solid #dc8030;
	margin: 10px;
	width: 30%;
}
.arrowicon{
	width: 25px;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.orangesection{
	background:#dc8030; 
	padding: 10px;
	width: 85%;
	text-align: left;
}
.white-subhead{
	color: #fff;
	font-weight: 700;

}
.whitesection{
	background: #000;
	width: 15%;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}
.truckimg{
	width: 100%;
    text-align: center;
}
.widthsection{
	text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
/* Shadow */
.hvr-shadow {
  display: flex;
  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: box-shadow;
  transition-property: box-shadow;
	width:30%;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow:0 5px 30px -8px rgb(255 255 255 / 80%);

}
/*-------- FOOTER STYLES ------------------*/
.footer-width {width:90%; margin: 0 auto;}
.blue-bg {background: #1f384e;}
.map {width:70%; display: inline-block; vertical-align: middle; padding:3% 0;}
.col-left {width:28%; display: inline-block; vertical-align: middle; padding:3% 0;}
.col-left h4 {color:#dc8030;}
.col-left p {color:#fff;}
.col-left a {color:#fff;}
.col-left a:hover {color:#4680b1;}
.blk p {display: inline-block; text-align: left; color:#fff; width:28%;}
.blk {background-color:black; text-align: center;}
.footer-nav {display: inline-block; width:100%; text-align: center; text-transform: uppercase;}
.footer-nav a {display: inline-block; padding:5px 10px; text-align: right;color: #dc8030;}
.footer-nav a:hover { color:#1f384e; }
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*----Inventory Styles - Stays at bottom of css----*/
.hosted-content .m-bottom-10 h1 {font-size:22px !important;}
.hosted-content h3 {font-size:16px !important;}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {font-size:22px !important; line-height: 30px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button, .contact-options a, .fin-calc-mobile>a {background:#ECA230 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #ECA230 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3, .fin-calc p, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}
/*-------- RESPONSIVE STYLES --------*/
@media screen and (max-width:1700px){
	.banner h4 {font-size:12px;}
	.banner .header-with {text-align: right;}
	.overlay .popup{width: 75%;}
}


@media screen and (max-width:1500px){
	.btn-banner h2{font-size:18px;}
	.width {width:95%;}
	.banner .header-with {text-align: right;}
.van-left {width:40%;}
.logos-right {width: 60%; }
.logos-right img {display: inline-block; padding: 10px; max-width: 140px; width: 100%; vertical-align: middle;}
	.logo { text-align: center;}
	.logo {top:6vw; left: 0%;}
	.logo-diamond {top:7vw; left:245px;}
	.logo img {max-width:330px;text-align: center;}

}
@media screen and (max-width:1200px){
	.truckcon-section{
		width: 90%;
	}
	.hvr-shadow{
		width: 46%;
	}
}
@media screen and (max-width:1300px){
	.banner {text-align: center;}
	.banner .header-with {text-align: center;}

	.cat {display: inline-block; width:44%;}
	.section .width h1 {font-size:25px; line-height: 40px;}
	.half {width: 100%;}
	.half p {font-size:16px; line-height: 29px;}
	.col-left p {font-size:16px; line-height: 29px;}
	.col-left h4 {font-size:18px; line-height: 30px;}
}
@media screen and (max-width:1150px){
	
	.banner h4 {font-size:14px;}
	.cycle-overlay {display: none;}
	.col-left {width: 50%;}
	.map {width: 49%;}
	.blk p {width: 100%; text-align: center;}
	.formfield {width:46%;}
	.footer-nav {width: 100%; text-align: center;}
	.footer-nav a{ text-align: center; font-size:14px;}
}
@media screen and (max-width:1020px){
	.flex-logos {display: block;}
	.van-left {width:90%; margin: 0 auto;}
	.logos-right {width: 90%; margin: 0 auto; }
	.overlay .popup{width: 92%;}
	.header-width{text-align: center;}
}
@media screen and (max-width:900px){
	.popup h2 {font-size: 24px;     line-height: 28px;}
	.popup h4 {font-size: 18px;}
	.logo {width: auto; position:relative; left:0; top:0;display: inline-block;}
	.logo-diamond {width: auto; position:relative; left:0; top:0; display: inline-block; vertical-align: middle;}
	.logo-diamond img {max-width: 150px}
	.logo img {max-width:300px;}
	#logo {display: none;}
	.col-left {width: 100%;}
	.map {width: 100%;}
	.formfield {width: 100%;}


}
@media screen and (max-width:780px){
	.truckcon-section {
    width: 95%;
}
}
@media screen and (max-width:649px){
	.cat {width:90%;}
	.hvr-shadow {
    width: 100%;
}
	.service-banner{padding: 10% 3%;}
	.service-banner h4{font-size: 15px;}
	.header-width {
		width: 100%; text-align: center;}
}

@media screen and (max-width:420px){
	.banner h4 {font-size: 15px;}
	#mfg {width: 100%;}
.logos-right img {display: inline-block; padding: 10px; max-width: 120px; width: 100%; vertical-align: middle;}



	
}
@media screen and (max-width:350px){
	.img100{width: 95%;}
	.truckbuildbox{
		margin: 10px 0px;
	}
	.truckcon-section {
		justify-content: center;
		
	}
}
@media screen and (max-width:285px){
	.white-subhead{
		font-size: 13px;
    line-height: 13px;
	}
	.whitesection{
		width: 22%;
	}
	.orangesection{
		width: 78%;
	}