﻿/***** 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 --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #0b2e56; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #0b2e56;
    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:#e8e8e8 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.hero{
    background: url(/siteart/hero.jpg) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	margin-bottom: -45px;
}

#home-search{
	padding: 18% 0 18%;
}
#home-search h1{
	text-align: center;
	color: #fff;
}
#home-search form{
	display: flex;
	max-width: 60%;
	margin: 0 auto;
}
#home-search .cta{max-width: 100%; width: 138px; border: none; outline: none; cursor: pointer;
	box-sizing: border-box;}
#home-search input::placeholder{
	color: #0b2e56;
}
#home-search input{
	font-family: depot-new-web, sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	border: none; outline: none;
	width: calc(100% - 138px);
	padding: 24px;
	box-sizing: border-box;
	color: #0b2e56;
	background: rgba(255,255,255,0.8);
}


.hero.short{
    padding-bottom: 0%;
	margin-bottom: 0;
	
    -moz-background-position: top center;
    -o-background-position: top center;
    -webkit-background-position: top center;
    background-position: top center;
}

.header{
	color: #fff;
	font-family: depot-new-web, sans-serif;
	font-style: normal;
    box-sizing: unset;
}
.header .wrapper + .wrapper{
	background: #0b2e56;
	height: 48px;
}
.header .logo{
	position: absolute;
	left: 5%;
	z-index: 399;
	top: 12px;
}
.top-header{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	padding: 30px 10px 30px;
	position: relative;
}
.top-header a{
	color: #fff !important;
	font-size: 30px;
	padding-left: 30px;
	position: relative;
	opacity: 1;
	-moz-transition: ease-in all 0.2s;
	-o-transition: ease-in all 0.2s;
	-webkit-transition: ease-in all 0.2s;
	transition: ease-in all 0.2s;
}
.top-header a:hover{
	opacity: 0.7;
}
.top-header .tagline{
	font-family: arvo, serif;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	letter-spacing: 4px;
	
	
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

/*---BODY--------------------------------*/

.wrapper{
	padding: 0 5%;
	position: relative;
}
.verticalpad{
	padding: 100px 0;
}
.pad-bottom{padding-bottom: 100px;}
.halfpad-bottom{padding-bottom: 50px;}
.light{font-weight: 400 !important;}

.pattern-dots{
	position: absolute;
	top: calc(100% - 30px);
	bottom: -30px;
	left: 5%;
	right: 5%;
	background: url("/siteart/dots.png") center center repeat;
	background-size: 12px;
	z-index: 100;
}

.center{text-align: center;}

.bg-white{
	background: #fff;
	color: #0b2e56;
	font-family: depot-new-web, sans-serif;
	font-style: normal;
}
.bg-blue{
	background: #0b2e56;
	color: #fff;
	font-family: depot-new-web, sans-serif;
	font-style: normal;
}
.heading{
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 4px;
	font-weight: 700;
	font-family: arvo, serif;
    margin-bottom: 30px;
    display: block;
	text-transform: uppercase;
}
.heading-small{
	font-size: 24px;
	letter-spacing: 4px;
	font-weight: 700;
	font-family: arvo, serif;
    line-height: 1.5;
	text-transform: uppercase;
}
.subheading{
	font-size: 36px;
	letter-spacing: 4px;
	font-weight: 300;
	font-family: arvo, serif;
    line-height: 1.5;
	text-transform: uppercase;
}
.bg-blue p, .bg-white p{
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}
.bg-white a:not(.cta){
	color: #0b2e56;
}
.bg-blue a:not(.cta), .banner a:not(.cta){
	color: #fff;
}
.extra-space{
	letter-spacing: 3px !important;
}
.bg-blue ul li a{
	left: 30px;
	position: relative;
	line-height: 30px !important;
	letter-spacing: 2px !important;
	display: block;
    padding-right: 20px;
	
	width: calc(90% - 20px);
}

.bg-blue ul li i{
	position: absolute;
	left: -30px;
	text-align: center;
	width: 20px;
	top: 5px;
}

.cta{
	background: #de1721;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 24px 60px;
	font-family: arvo, serif;
	font-style: normal;
	-moz-transition: ease-in all 0.2s;
	-o-transition: ease-in all 0.2s;
	-webkit-transition: ease-in all 0.2s;
	transition: ease-in all 0.2s;
    display: inline-block;
	box-sizing: border-box;
	max-width: 390px;
	width: 100%;
	text-align: center;
}
.cta.outlined{
	color: #0b2e56;
	border: solid 2px #a0a8b1 !important;
	background: unset !important;
	
    margin: 0 auto;
    display: block;
    max-width: 500px;
    padding: 24px 30px;
	
}
.nowrap{white-space: nowrap;}
.nooverflow{overflow: hidden;}

.scrolling-wrap {
    display: flex;
}
.scrolling-wrap iframe {
    width: calc(100% - 350px);
}
.scrolling-wrap .cta{
	text-align: center;
    font-size: 22px;
    height: 90px;
    line-height: 90px;
	padding-top: 0;
	padding-bottom: 0;
}

.banner{
	display: flex;
	background: #0b2e56;
}
.banner a{
	padding: 24px 30px;
	box-sizing: border-box;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: arvo, serif;
	font-style: normal;
}

.flex{
	display: flex;
}
.flex-wrap{
	flex-wrap: wrap;
}
.col100{width: 100%;}
.col-left{
	width: 55%;
}
.col-right{
	width: 40%;
	margin-left: 5%;
}
.col-img{
	background: url('/siteart/img-trucks.jpg') center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.about-img{
	background: url('/siteart/img-trucks.jpg') center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.location-img{
	background: url('/siteart/img-trucks.jpg') center 80%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.thanks-img{
	background: url('/siteart/img-trucks.jpg') center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.big-icon{
	font-size: 72px;
	margin-bottom: 30px;
}

/* CONTACT */

.col-right.bg-blue ul li:first-of-type a{
	line-height: 24px !important;
	margin-bottom: 20px;
}

/*--------FORM STYLES--------------------*/

.custom-form{
	font-family: depot-new-web, sans-serif;
	font-style: normal;
}
.custom-form input{
	font-family: depot-new-web, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 0 !important;
	border: none !important;	
	
	background: #e8e8e8;
	color: #0b2e56;
	margin-bottom: 10px;
	width: 95%;
	font-size: 16px;
	letter-spacing: 2px;
	
	outline: none !important;
}
.custom-form textarea{
	font-family: depot-new-web, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 0 !important;
	border: none !important;
	resize: vertical;
	
	background: #e8e8e8;
	color: #0b2e56;
	width: 95%;
	font-size: 16px;
	letter-spacing: 1px;
	
	height: 100px;
	
	outline: none !important;
}
.custom-form button{
	outline: none !important;
	border: none !important;
	appearance: none !important;
	cursor: pointer;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
	
}
.CaptchaPanel{
	    text-align: left!important;
}

/* TEAM */

#team-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
#team-grid .team-box{
	width: calc(50% - 25px);
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	background: #e8e8e8;
}
#team-grid .team-box > .team-copy{
	width: calc(100% - 274px);
    padding: 30px;
    box-sizing: border-box;
}
#team-grid .team-box .team-img{
	max-width: 100%;
	width: 274px;
	
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	-moz-background-position: center center;
	-o-background-position: center center;
	-webkit-background-position: center center;
	background-position: center center;
}



/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{    
	padding: 48px 0;
	text-transform: uppercase;
	font-family: arvo, serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 2px;
	color: #0b2e56;
}

.footer .wrapper{
	display: flex; 
	justify-content: space-between;
}


.footer a{
	color: #0b2e56;
	float: left;
	padding-right: 30px;
	
    padding-bottom: 14px;
	-moz-transition: ease-in 0.2s all;
	-o-transition: ease-in 0.2s all;
	-webkit-transition: ease-in 0.2s all;
	transition: ease-in 0.2s all;
}

	.footer .wrapper > div p{
		float: left;
	}
.footer .wrapper > p:last-of-type{	
	float: right;
    font-weight: 700;
}


.brandbar{
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 30px 0 50px;
	text-align:center;
}
.brandslider a img{max-width: 100%; margin: 0 auto !important;}
.slick-prev:before, .slick-next:before{
	color: #0b2e56 !important;
}
.slick-next {
    right: 0 !important;
}
.slick-prev {
    left: 0 !important;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


#inv{padding: 60px 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){font-family: depot-new-web, sans-serif; letter-spacing: 1px;} /* Reset font, ignore icons */
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv h1 span, #inv h2 span, #inv h3 span, #inv h4 span, #inv h5 span, #inv h6 span{
	text-transform: uppercase!important; letter-spacing: 2px !important;
	font-family: arvo, serif !important;
	color: #0b2e56;
}


.media-buttons {
    margin-top: 0 !important;
}
.lower-detail-data-right {
    font-size: 16px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    left: 6px !important;
}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#0b2e56 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facets-container .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a, .list-error-container .info > div:first-of-type button {background:#de1721 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{transition: ease all 0.2s !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #0b2e56 !important; transition: ease all 0.2s !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #0b2e56 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #0b2e56 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #0b2e56 !important;}
.list-main-section .contact-options a {transition: ease all 0.2s !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #0b2e56!important; color: #0b2e56!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #0b2e56!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}


/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1279px) {
	
	#team-grid .team-box{
		width: 100%;
	}
}
@media only screen and (min-width: 1201px) {	
	.show-sm{
		display: none !important;
	}
	
	.wrapper-lg{
		padding: 0 5%;
		position: relative;
	}
}
@media only screen and (max-width: 1200px) {
	.hide-sm{
		display: none !important;
	}
	
#home-search{
	padding: 32% 0 28%;
}
	
	.col-left{
		width: 100%;
	}
	.col-right{
		width: 100%;
		margin: 0;
	}
	
	.footer{
		padding: 30px 0;
	}
	.footer .wrapper{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.footer .wrapper a, .footer .wrapper > div p{
		padding-bottom: 30px;
	}
	.wrapper-sm{
		padding: 0 5%;
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	
	#home-search form{
	display: flex;
	max-width: 100%;
	margin: 0 auto;
}
#home-search .cta{max-width: 100%; width: 54px; padding: 0;border: none; outline: none; cursor: pointer;
	box-sizing: border-box;}
#home-search input{
	width: calc(100% - 50px);
    padding: 17px;
}
	
	.scrolling-wrap{
		flex-direction: column;
	}
	.scrolling-wrap .cta{
		padding: 15px 0;
		flex-direction: column;
    	line-height: 60px;
	}
	.scrolling-wrap iframe{width: 100%;}
	
	.top-header a{
		font-size: 24px;
		padding: 0;
	}
	
	.top-header .icons-grp{
		display: flex;
		justify-content: space-between;
		width: 40%;
		max-width: 120px;
	}
	
	
	.heading{
		font-size: 36px;   
		line-height: 36px;
		letter-spacing: 4px;
	}
	
	.subheading{
		font-size: 28px;   
		line-height: 36px;
	}
	
	.banner{flex-wrap: wrap;}
	.banner .cta, .scrolling-wrap .cta{max-width: unset;}
	
	

	#team-grid .team-box{
		width: 100%;
	}
	#team-grid .team-box > .team-copy{
		width: 100%;
	}
	#team-grid .team-box .team-img{
		max-width: 100%;
		width: 100%;
    padding-bottom: 100%;
	}

}


@media only screen and (max-width: 480px) {
		.hide-xs{
		display: none !important;
	}

	
	.heading {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 4px;
	}
	.heading {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 4px;
	}

	.bg-blue p, .bg-white p{
		font-size: 14px;
	}
	.scrolling-wrap .cta {
		font-size: 18px;
	}
	.cta {
    	padding: 24px 24px;
	}
	.slick-slide{
		transition: ease all 0.3s;
	}
	.slick-slide:not(.slick-center){
		opacity: 0.5;
	}
	
	.brandbar{

		width: 125%;
		left: -5%;
		position: relative;
	}
	.footer .wrapper a, .footer .wrapper > div p, .banner a{
		font-size: 14px;
	}
	
	.footer .wrapper > p:last-of-type{	
		padding-top: 30px;
		font-size: 14px;
	}
}






