﻿/***** 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 {
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
	display: flex;
	justify-content: space-between;
	background-color: #212121;
}
.logo-cont {
	box-sizing: border-box;
	max-width: 204px;
	margin: 10px 0px 10px 60px;
}
.logo-cont img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
}


/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1730px;
	margin: auto;
}

.center {
	text-align: center;
}
.block-center {
	margin: auto;
}
.right {
	text-align: right;
}
.block-right {
	float: right;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}

.btn-primary {
	display: block;
	box-sizing: border-box;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #E80000;
	width: 250px;
	padding: 20px;
	border-radius: 8px;
	margin-top: 38px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.btn-primary:hover {
	background-color: #BF0000;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.btn-secondary {
	display: block;
	box-sizing: border-box;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #E80000;
	background-color: #fff;
	width: 250px;
	padding: 20px;
	border-radius: 8px;
	margin-top: 38px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.btn-secondary:hover {
	background-color: #ddd;
	color: #000;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.hero-title {
	font-family: 'Mulish', sans-serif;
	font-weight: 900;
	font-size: 68px;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
}
.hero-text {
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
}
.sect-title-lg {
	font-family: 'Mulish', sans-serif;
	font-weight: 900;
	font-size: 54px;
	font-style: italic;
	text-transform: uppercase;
}
.sect-title-md {
	font-family: 'Mulish', sans-serif;
	font-weight: 900;
	font-size: 42px;
	text-transform: uppercase;
}
.sect-title-sm {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 30px;
	text-transform: uppercase;
}
.sect-text {
	font-family: 'Mulish', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
}
.sect-text-sm {
	font-family: 'Mulish', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}
.banner-text {
	font-family: 'Mulish', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
}

.hero-sect {
	width: 100%;
	box-sizing: border-box;
	background-image: url(/siteart/hero.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #283D81;
}
.hero-cont {
	width: 90%;
	box-sizing: border-box;
	max-width: 1050px;
	margin: auto;
	text-align: center;
	padding-top: 240px;
	padding-bottom: 70px;
}
.blue-banner {
	box-sizing: border-box;
	width: 100%;
	padding: 16px;
	background-color: #283D81;
}
.inv-btn-sect {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}
.inv-btn-sleeper {
	display: block;
	width: 20%;
	box-sizing: border-box;
	height: 240px;
	margin: 0px;
	background-image: url(/siteart/sleeper-truck.jpg);
	background-size: cover;
	background-position: center center;
}
.inv-btn-daycab {
	display: block;
	width: 20%;
	box-sizing: border-box;
	height: 240px;
	margin: 0px;
	background-image: url(/siteart/day-cab-truck.jpg);
	background-size: cover;
	background-position: center center;
}
.inv-btn-boxtruck {
	display: block;
	width: 20%;
	box-sizing: border-box;
	height: 240px;
	margin: 0px;
	background-image: url(/siteart/box-truck.jpg);
	background-size: cover;
	background-position: center center;
}
.inv-btn-dumper {
	display: block;
	width: 20%;
	box-sizing: border-box;
	height: 240px;
	margin: 0px;
	background-image: url(/siteart/dumper-truck.jpg);
	background-size: cover;
	background-position: center center;
}
.inv-btn-allinv {
	display: block;
	width: 20%;
	box-sizing: border-box;
	height: 240px;
	margin: 0px;
	background-image: url(/siteart/truck-line.jpg);
	background-size: cover;
	background-position: center center;
}

.inv-btn-trailer {
	display: block;
	width: 20%;
	box-sizing: border-box;
	height: 240px;
	margin: 0px;
	background-image: url("/siteart/inventory-trailer-graphic.jpg");
	background-size: cover;
	background-position: center center;
}

.inv-btn-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 30px 15px;
	background-color: rgba(232,0,0,0.3);
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.inv-btn-overlay:hover {
	cursor: pointer;
	background-color: rgba(232,0,0,0.6);
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.inv-btn-title {
	position: relative;
	box-sizing: border-box;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 16px rgba(0,0,0,0.33);
}
.searchbar-sect {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CACACA;
	padding: 30px 56px;
}
.half-sect {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	max-width: 865px;
	padding: 80px;
}
.half-sect img {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: 400px;
	object-fit: cover;
}
.half-sect iframe {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: 400px;
}
.full-sect {
	width: 100%;
	max-width: 1730px;
	margin: auto;
}
.callout {
	position: relative;
	box-sizing: border-box;
	width: 31%;
	max-width: 500px;
	margin: 80px 1%;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 40px rgb(0, 0, 0, 0.25);
}
.blue-callout {
	box-sizing: border-box;
	width: 86%;
	margin: 50px auto;
	padding: 16px;
	background-color: #283D81;
	border-radius: 10px;
	box-shadow: 0px 0px 40px rgb(0, 0, 0, 0.25);
}
.half-sect-sm {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	max-width: 865px;
	padding: 20px;
	margin: 0px 20px 30px;
}
.dump-truck-overlay {
	background-color: rgba(40,61,129,0.8);
}
.dump-truck-sect {
	width: 100%;
	box-sizing: border-box;
	background: url("/siteart/dumper-truck-cropped.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #283D81;
}
.dump-truck-cont {
	position: relative;
	width: 70%;
	box-sizing: border-box;
	max-width: 1060px;
	margin: auto;
	text-align: center;
	padding: 96px 80px;
}
.contact-sect {
	width: 100%;
	box-sizing: border-box;
	background-image: url(/siteart/hero-red-bkgd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #e80000;
	text-align: center;
	padding: 80px 0px 0px;
}
.contact-links {
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: left;
}
a.contact-links:hover {
	color: #ddd;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.spacer {
	width: 100%;
	height: 120px;
}
.btn-cont {
	position: relative;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	box-sizing: border-box;
}

/*--------FORM STYLES--------------------*/

.searchbar {
	position: relative;
	box-sizing: border-box;
	width: 60%;
	max-width: 1100px;
	margin: 30px 56px;
	height: 76px;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
}

.searchbar .searchbar-type {
	height: 74px;
	margin: 0px;
	padding-left: 10px;
	border: none!important;
	width: 85%;
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
	border-radius: 10px 0px 0px 10px;
}

.searchbar .searchbar-type:focus {
	outline: none!important;
}

.searchbar .searchbar-submit {
	width: 110px;
	height: 76px;
	color: transparent;
	font-size: 28px;
	background-color: #283D81;
	border: none!important;
	border-radius: 0px 10px 10px 0px;
}

.searchbar .searchbar-submit:hover {
	cursor: pointer;
	background-color: #1A5A94;
	-webkit-transition: .3s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.form-sect {
	padding: 80px 100px;
	max-width: 1500px;
	margin: auto;
}

.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-family: 'Mulish', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.contact-input {
	font-family: 'Mulish', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

.contact-textarea {
	font-family: 'Mulish', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 10px;
	height: 100px;
}

.contact-input:focus, .contact-textarea:focus {
	outline: none!important;
}

.CaptchaPanel {
	font-family: 'Mulish', sans-serif;
}

#CaptchaAnswer {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

#CaptchaAnswer:focus {
	outline: none!important;
}

.footer-form {
	width: 300px;
	display: block;
	margin-top: 36px!important;
	margin-bottom: 46px;
}


/*-------- FOOTER STYLES ----------------*/
.foot-topline {
	width: 100%;
	height: 8px;
	background-color: #283D81;
}
footer{
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #212121;
	padding-bottom: 36px;
}
.footer-col {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	max-width: 433px;
	padding: 70px 50px;
}
.foot-logo-cont {
	box-sizing: border-box;
	max-width: 240px;
	width: 100%;
	margin: auto;
}
.foot-logo-cont img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
}
.footer-col-title {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 30px;
}
.footer-links {
	font-family: 'Mulish', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
a.footer-links:hover {
	color: #ddd;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.ts-button.template-branded-button {
	color: #fff!important;
	background-color: #e80000!important;
}

.ts-button.template-branded-button:hover {
	background-color: #BF0000!important;
}

button.selected-facet.ts-button {
	color: #fff!important;
	background-color: #e80000!important;
}

.view-listing-details-link.template-branded-button {
	background: #e80000!important;
}
.view-listing-details-link.template-branded-button:hover {
	background: #BF0000!important;
}

.selected-facet.ts-button {
	background: #e80000!important;
}
.selected-facet.ts-button:hover {
	background: #BF0000!important;
}

.list-title .list-title-text {
	font-family: 'Mulish', sans-serif!important;
}
.list-content .list-listing-title-link {
	font-family: 'Mulish', sans-serif!important;
}

.list-content .listing-category {
	font-family: 'Mulish', sans-serif!important;
}

.list-redesign .price-contain {
	font-family: 'Mulish', sans-serif!important;
}

.detail__title, .detail__specs-heading {
	font-family: 'Mulish', sans-serif!important;
}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1320px) {
	.sect-title-lg {
		font-size: 48px;
	}
	.sect-title-md {
		font-size: 40px;
	}
	.sect-title-sm {
		font-size: 26px;
	}
	
	.inv-btn-sect{
		flex-wrap: wrap;
	}
	.inv-btn-sleeper {
		width: 50%;
	}
	.inv-btn-daycab {
		width: 50%;
	}
	.inv-btn-boxtruck {
		width: 50%;
	}
	.inv-btn-dumper {
		width: 50%;
	}
	.inv-btn-allinv {
		width: 50%;
	}
	.inv-btn-trailer {
		width: 50%;
	}
}

@media only screen and (max-width: 1150px) {
	.logo-cont {
		max-width: 144px;
		margin-left: 30px;
	}
}

@media only screen and (max-width: 1100px) {
	.flex-container {
		flex-direction: column;
		width: 100%;
		box-sizing: border-box;
	}
	.reverse {
		flex-direction: column-reverse;
	}
	.right {
		text-align: left;
	}
	.block-right {
		float: left;
	}
	.hero-title {
		font-size: 56px;
	}
	.hero-text {
		font-size: 18px;
	}
	.hero-cont {
		padding-top: 180px;
	}
	.half-sect {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.full-sect {
		margin-top: 80px;
	}
	.callout {
		position: relative;
		display: block;
		width: calc(100% - 60px);
		box-sizing: border-box;
		margin: 50px 30px 0px;
		max-width: 600px;
	}
	.half-sect-sm {
		width: 100%;
		padding: 20px 20px 0px;
		margin: 0px 20px 20px;
		text-align: center;
	}
	.dump-truck-sect {
		margin-top: 80px;
	}
	.dump-truck-cont {
		width: 80%;
		padding: 80px 50px;
	}
	.contact-sect {
		margin-top: 80px;
		padding-bottom: 80px;
	}
	footer {
		flex-wrap: wrap;
		padding-bottom: 80px;
	}
	.footer-col {
		width: 50%;
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 900px) {
	.hero-title {
		font-size: 44px;
	}
	.hero-text {
		font-szie: 16px;
		line-height: 26px;
		margin-top: 20px;
	}
	.sect-title-lg {
		font-size: 42px;
	}
	.sect-title-md {
		font-size: 32px;
	}
	.sect-title-sm {
		font-size: 22px;
	}
	.sect-text {
		font-size: 16px;
		line-height: 26px;
	}
	.inv-btn-title {
		font-size: 20px;
	}
	.searchbar-sect {
		flex-direction: column;
	}
	.searchbar {
		width: 100%;
		margin-top: 20px!important;
	}
}

@media only screen and (max-width: 770px) {
	.inv-btn-sleeper {
		height: 164px;
	}
	.inv-btn-daycab {
		height: 164px;
	}
	.inv-btn-boxtruck {
		width: 50%;
		height: 164px;
	}
	.inv-btn-dumper {
		width: 50%;
		height: 164px;
	}
	.inv-btn-allinv {
		width: 50%;
		height: 164px;
	}
	.inv-btn-trailer {
		width: 50%;
		height: 164px;
	}
	.form-row {
		flex-direction: column;
	}
	.form-half {
		width: 100%;
	}
	.contact-links {
		font-size: 24px;
	}
}

@media only screen and (max-width: 640px) {
	.hero-title {
		font-size: 36px;
	}
	.sect-title-lg {
		font-size: 38px;
	}
	.sect-title-md {
		font-size: 28px;
	}
	.half-sect {
		padding: 80px 40px 0px;
	}
	.half-sect img {
		height: 240px;
	}
	.searchbar-sect {
		padding: 30px 30px;
	}
	.searchbar .searchbar-type {
		font-size: 15px;
	}
	.searchbar .searchbar-submit {
		width: 76px;
		font-size: 20px;
	}
	.btn-cont {
		flex-direction: column;
	}
	.footer-col {
		width: 100%;
	}
	.form-sect {
		padding: 80px 50px;
	}
	.dump-truck-cont {
		width: 100%;
		padding: 80px 50px;
	}
}

@media only screen and (max-width: 420px) {
	.btn-primary {
		font-size: 14px;
		width: 180px;
	}
	.btn-secondary {
		font-size: 14px;
		width: 180px;
	}
	.searchbar .searchbar-type {
		font-size: 12px;
	}
	.searchbar .searchbar-submit {
		width: 50px;
		font-size: 20px;
	}
	.dump-truck-cont {
		padding: 80px 20px;
	}
}




