﻿/***** 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: #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: inter, sans-serif !important;

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

html{scroll-behavior: smooth;}

/*--- HEADER STYLES ---------------------*/
header {}

.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px;
	box-sizing: border-box;
}
.header a.cta{
	font-size: 16px;
	margin: 0;
}

/*---BODY--------------------------------*/

/* STRUCTURE */

.relative{
	position: relative;
}
.pad{
	padding: 8%;
	position: relative;
}
.halfpad{
	padding: 4% 8%;
	position: relative;
}
.wrapper{
	padding: 0 8%;
}
.verticalpad{
	padding: 8% 0;
}
.nomargin-bottom{
	margin-bottom: 0 !important;
}
.margin-bottom{
	margin-bottom: 40px !important;
}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.col-left{
	max-width: 1100px;
}
.col60{
	width: 56%;
	margin-right: 4%;
}
.col40{
	width: 36%;
	margin-left: 4%;
}
/* BACKGROUNDS */

.bg-hero{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: url("/siteart/hero-2025.jpg") right center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-nebraska{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: url("/siteart/nebraska.png") left center no-repeat;
	-moz-background-size: 50% auto;
	-o-background-size: 50% auto;
	-webkit-background-size: 50% auto;
	background-size: 50% auto;
}

.bg-white{
	background: #fff;
}
.bg-offwhite{
	background: #f8f8f8;
	color: #222222;
}
.bg-dark{
	position: relative;
	background: #222222;
	color: #fff;
}
.bg-orange{
	position: relative;
	background: #f47820;
	color: #fff;
}
.bg-trucker{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: url("/siteart/bg-trucker.jpg") right top no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
}

/* COLORS */

.black{
	color: #222222;
}
.offwhite{
	color: #f8f8f8;
}
.orange{
	color: #f47820;
}
.white{color: #fff;}

/* TYPE */

.center{text-align: center;}

.light{
	font-weight: 300 !important;
}
.heavy{
	font-weight: 900 !important;
}

.heading{
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: inter, sans-serif;
	font-weight: 900;
}
.subheading{
	font-size: 20px;
	line-height: 28px;
	font-family: inter, sans-serif;
	font-weight: 700;
}
.bg-dark .heading{
	margin: 0 0 40px 0;
}
.bg-dark p{
	font-size: 16px;
	line-height: 24px;
	font-family: inter, sans-serif;
	font-weight: 400;
	margin: 0 0 30px 0;
}

.bg-dark p:last-of-type{
	margin: 0 0 50px 0;
}

/* HERO */

.hero{
	position: relative;
	padding: 8%;
}
.hero-text{
	position: relative;
	font-family: inter, sans-serif;
}
.hero-text p{
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 25px;
}
.hero-text h1{
	font-size: 100px;
	line-height: 90px;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-weight: 900;
	margin-bottom: 50px;
}


/* BUTTONS */

.cta{
	width: 250px;
	max-width: 100%;
	
    font-size: 16px;
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
	
	
	background: #f47820;
	color: #fff !important;
	
	font-family: inter, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	padding: 0 20px;
	line-height: 60px;
	
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	box-sizing: border-box;
	
}
.cta.secondary{
	background: #7c848c;
	color: #fff;	
}
.cta:hover{
	background: #ff7e21;	
}
.cta.secondary:hover{
	background: #889199;	
}

.social-icons{display: flex; flex-wrap: wrap;}
.social-icons a{
	width: 40px;
	height: 40px;
	margin: 5px;
	
	background: #222222;
	color: #fff !important;
	
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	font-size: 18px;
	
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
.social-icons a:hover{
	background: #7c848c;
}

/* PRODUCT CATEGORIES */

.product-categories{
	padding: 60px 40px 0;
	display: flex;
	flex-wrap: wrap;
}
.product-categories a{
	width: 20%;
	border-right: solid 1px #222222;
	box-sizing: border-box;
	background: #333;
	padding: 20% 20px 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
	filter: grayscale(0.2);
	
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
.product-categories a:hover{
	filter: grayscale(0) brightness(1.2);
	transform: translateY(-10px);
}
.product-categories a:nth-of-type(1){
	background: url("/siteart/lt-series.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.product-categories a:nth-of-type(2){
	background: url("/siteart/hv-series-2025.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.product-categories a:nth-of-type(3){
	background: url("/siteart/mv-series.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.product-categories a:nth-of-type(4){
	background: url("/siteart/hx-series.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.product-categories a:nth-of-type(5){
	background: url("/siteart/cv-series.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}


/* .product-categories a:nth-of-type(3){
	background: url("/siteart/lonestar-series.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
} */

.parts-btns{
	display: flex;
	flex-wrap: wrap;
}
.parts-btns a{
	width: 100%;
}
/* REVIEWS */

.reviewslider{
	padding: 60px 8% 0;
}

.stars{
	color: #f47820;
	margin-bottom: 40px;
	font-size: 20px;
}
.reviewslider .slick-slide{
	padding: 10px;
	display: block;
	
}
.reviewslider .review{
	padding: 40px 20px 80px;
	display: block;
	
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	background: #f8f8f8;
	min-height: 160px;
	text-align: center;
	position: relative;
}

.review p:first-of-type{
	font-size: 20px;
}

.review p:last-of-type{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	font-size: 16px;
}

/* CONTACT US */

#hours{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#hours ul{
	width: 29%;
	display: inline-block;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.col40 #hours ul{
	width: 280px;
}
#hours li span{
	float: right;
}


.bg-dark hr{
	border-color: #444;
	margin: 30px 0;
}
.bg-white hr{
	border-color: #f8f8f8;
	margin: 30px 0;
}
.bg-dark ul{
	font-family: inter, sans-serif;
	line-height: 24px;
	font-size: 16px;
}
.bg-dark ul li strong{
	letter-spacing: 2px;
}
.bg-dark ul li:first-of-type{
	margin-bottom: 10px;
}

.rounded{
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

/* STAFF */

#staff{
	display: flex; 
	flex-wrap: wrap;
	margin: 0 -15px;
	width: calc(100% + 30px);
}
#staff > div, #staff > a{
	width: calc(25% - 30px);
	padding: 20px;
	box-sizing: border-box;
	border: solid 1px #f8f8f8;
	color: #fff;

	-moz-border-radius: 90px;
	-o-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	
	margin: 15px;
	text-align: center;
}
#staff > div p, #staff > a p{
	margin: 0;
}

/*--------FORM STYLES--------------------*/

.custom-form .heading{margin-bottom: 40px;}
.custom-form .subheading{margin-bottom: 20px;}
.custom-form input{
	width: calc(100% - 20px);
	box-sizing: border-box;
	padding: 20px;
	font-family: inter, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #222;
	line-height: 24px;
	resize: none;
	margin-bottom: 20px;
	outline: none;
	border: none;
	background: #f8f8f8;
	
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.custom-form .flex > input{
	width: calc(50% - 20px);
	margin-right: 20px;
}
.custom-form textarea{
	width: calc(100% - 20px);
	box-sizing: border-box;
	padding: 20px;
	font-family: inter, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #222;
	line-height: 24px;
	resize: none;
	margin-bottom: 20px;
	outline: none;
	border: none;
	resize: vertical;
	height: 140px;
	background: #f8f8f8;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.custom-form ::placeholder{
	color: #222;
}
.CaptchaPanel{
	text-align: left !important;
	font-family: inter, sans-serif;
	font-size: 16px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #222 !important;
}
.bg-dark .CaptchaWhatsThisPanel a{
	color: #f8f8f8 !important;
}

button.cta{
	border: none !important;
	appearance: none !important;
	outline: none !important;
	cursor: pointer;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #f8f8f8;
    padding: 40px;
    box-sizing: border-box;
	align-items: center;
}


.footer p{
	padding: 20px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv{padding: 8% 0;}

.inv-banner{
	background: #f47820;
	display: block;
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px;
	
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
	
	box-sizing: border-box;
	
	margin-bottom: 40px;
	border-radius: 5px;
}
.inv-banner:hover{
	background: #ff7e21;
}
.inv-banner .heading, .inv-banner .heading .light{
	color: #fff !important;
}




.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button, .faceted-show-all-btn {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: inter, sans-serif;} /* Reset font, ignore icons */

#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{
	color: #222;
	font-family: inter, serif !important;
	font-weight: 900;
	text-transform: uppercase;
    letter-spacing: 2px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px !important;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px !important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{
	margin-top: 0 !important;
}

span.compare-label{padding-left: 4px !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !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, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .cs-btns a, .apply-button, .Manufacturer-button, .template-branded-button { 
	background: #f47820 !important; 
	color: #fff !important; 
	text-decoration: none !important; 
	
	transition: ease-in 0.2s all;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover, .list-content .list-listing-mobile .view-listing-details-link:hover, .list-content .list-listing-mobile .buy-now-link:hover, .list-content .list-listing-mobile .check-availability-link:hover, .list-content .list-listing-mobile .email-seller-link:hover, .detail-content .detail-main-body .main-detail-data .offer-btn:hover, .detail-content .detail-main-body .main-detail-data .buy-btn:hover, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .cs-btns a:hover, .apply-button:hover, .Manufacturer-button:hover, .template-branded-button:hover { 
	background: #ff7e21 !important; 
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn, .mobile-done-button {background: #222 !important;	transition: ease-in 0.2s all;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .contact-btn:hover, .contact-options a:hover, .mobile-done-button:hover {background: #7c848c !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, .return-links *, .compare-title, .compare-price, .listing-prices__retail-price {color: #222 !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: #222 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav, .contact-options a, .list-error-container .info button {background: #222 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .back-button {border-color: #222!important; color: #222!important;}

.material-icons, .collapsible-content a, .breadcrumbs-element {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: #222!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; box-sizing: border-box;}







/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1439px) {
	
	.product-categories a{
		width: 33.33333333%;
		padding: 30% 20px 20px;
	}
}

@media only screen and (max-width: 1500px) and (min-width: 1279px) {
	
.reviewslider .review{
	min-height: 200px;
}
	
}

@media only screen and (max-width: 1279px) {
	
	.bg-hero{
		opacity: 0.15;
		background-position: 80% 50%;
	}
	.bg-nebraska{
		opacity: 0.25;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	.header .logo{	
    	width: 40%;
	}
	.header .logo img{	
    	max-width: 100%;
	}
	
	.column-reverse-md{
		flex-direction: column-reverse;
	}
	.col60{
		width: 100%;
		margin: 0;
	}
	
	.col40{
		width: 100%;
		margin: 0 0 50px;
	}
	
	#staff > div, #staff > a {
    	width: calc(50% - 30px);
	}
		
}



@media only screen and (max-width: 1023px) {
	.header{
		padding-bottom: 0;
	}
	.header .logo{	
    	width: 100%;
		text-align: center;
	}
	
	.header .social-icons, .header a.cta{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	
	.product-categories a{
		width: 50%;
		padding: 40% 20px 20px;
	}
	
	
	#hours{flex-direction: column;}
	#hours ul{max-width: 300px; width: 100%;}
}
@media only screen and (max-width: 540px) {
	
	.heading {
		font-size: 22px;
		line-height: 30px;
	}
	
	.header{padding: 30px 20px 0;}
	
	.hero{
		padding: 60px 25px;
	}
	.verticalpad, #inv{
		padding: 60px 0;
	}
	.reviewslider {
		padding: 60px 20px 0;
	}
	.pad, .halfpad{
		padding: 60px 20px;
	}
	
	.wrapper{
		padding: 0 20px;
	}
	.hero-text p{
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}
	.hero-text h1{
		font-size: 76px;
		line-height: 84px;
		letter-spacing: 8px;
		margin-bottom: 30px;
	}
	.product-categories {
		padding: 40px 25px 0;
	}
	
	
	#staff > div, #staff > a {
    	width: calc(100% - 30px);
	}
	
	.custom-form .flex > input{
		width: 100%;
		margin-right: 0px;
	}
	.custom-form .flex > input:last-of-type{
		margin-bottom: 0px;
	}

	.custom-form textarea, .custom-form input{
		width: 100%;
		margin-right: 0px;
	}
}






