﻿/***** 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 {overflow-x: hidden;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'roboto', sans-serif;}

/*--- HEADER STYLES ---------------------*/

header {background: #15325C; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.header-wrap {width: 95%; margin: 0 auto; padding: 20px 0; display: flex; justify-content: flex-end; gap: 50px;}
header a {color: #fff; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; font-weight: 400; display: flex; gap: 15px; align-items: center;}
header a:hover {letter-spacing: .8px; transition: .5s;}

.header-links {width: 100%; display: flex;}
.header-logo {margin-top: -25px;}
.home-link nav.primary ul > li:first-child a {color: #D92830 !important;}
.inv-link nav.primary ul > li:nth-child(2) a {color: #D92830 !important;}
.finance-link nav.primary ul > li:nth-child(3) a {color: #D92830 !important;}
.contact-link nav.primary ul > li:last-child a {color: #D92830 !important;}
.mobile-logo {display: none;}

/*---BODY--------------------------------*/

/*---DEFAULT---*/

.hero-bkgrd {background: url("/siteart/hero-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.hero-overlay {background: rgba(255,255,255,0.80);}
.hero-wrap {width: 95%; margin: 0 auto; padding: 40px 0 20px 0;}
.hero-flex {display: flex; justify-content: space-between; align-items: center; gap: 80px; margin-top: 20px;}
.hero-flex > div {width: 100%;}
.hero-content {background: #15325C; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 5px;}
.hero-content-wrap {padding: 60px 50px;}
.hero-img img {width: 100%;}
.hero-content h1 {color: #fff; font-family: 'CooperHewitt-heavy', sans-serif; font-size: 40px; line-height: 50px; text-transform: uppercase;}
.hero-content p {color: #fff; font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px; font-weight: 400; margin-bottom: 15px;}
.hero-content-wrap form {margin-top: 30px; display: flex; gap: 10px;}
.hero-content-wrap form input {width: 70%; border: none; padding: 12px 0 12px 15px; border-radius: 3px; font-family: 'roboto', sans-serif; font-weight: 400; font-size: 16px; line-height: 16px; color: #565656;}
.hero-content-wrap form button {background: #D92830; border-radius: 3px; width: 50px; heihgt: 50px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 25px; line-height: 25px; border: 1px #D92830 solid;}
.hero-content-wrap form button:hover {border: 1px #fff solid; background: none; transition: .5s;}

.body-width {width: 90%; margin: 0 auto; padding: 100px 0;}
.fuel-tank-header {width: 900px; margin: 0 auto; text-align: center;}
.body-width h2 {font-family: 'CooperHewitt-heavy', sans-serif; font-size: 35px; line-height: 45px; text-transform: uppercase; margin-bottom: 15px;}
.body-width p {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px;}
.trucks-flex {display: flex; justify-content: center; gap: 15px; margin-top: 50px;}
.trucks-flex > div {width: 100%;}
.fuel-trucks-bkgrd {background: url("/siteart/fuel-trucks-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.tank-trucks-bkgrd {background: url("/siteart/tank-trucks-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.all-trucks-bkgrd {background: url("/siteart/all-trucks-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 5px;}
.trucks-overlay {background: #202020; background: linear-gradient(180deg,rgba(32, 32, 32, 0.4) 0%, rgba(21, 50, 92, 1) 100%); border-radius: 5px; height: 100%;}
.trucks-padding {padding: 130px 30px 30px 30px;}
.trucks-overlay i {background: #D92830; width: 62px; height: 62px; display: flex; justify-content: center; align-items: center; color: rgba(255,255,255,0.75); font-size: 25px; line-height: 25px; border-radius: 50px; margin-bottom: 25px;}
.body-width h3 {color: #fff; font-family: 'CooperHewitt-Heavy', sans-serif; font-size: 25px; line-height: 35px; text-transform: uppercase; margin-bottom: 8px;}
.trucks-overlay p {color: #fff; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 28px;}
.trucks-overlay button {background: #D92830; border: 1px #D92830 solid; border-radius: 3px; padding: 12px 0; width: 200px; color: #fff; text-transform: uppercase; font-family: 'roboto', sans-serif; font-size: 15px; line-height: 15px; margin-top: 20px;}
.trucks-overlay button:hover {background: none; border: 1px #fff solid; transition: .5s;}

.contact-bkgrd {background: #F4F4F4;}
.contact-width {width: 95%; margin: 0 auto; padding: 100px 0;}  
.contact-header {width: 900px; margin: 0 auto; text-align: center;}
.contact-header h4 {font-family: 'CooperHewitt-heavy', sans-serif; font-size: 35px; line-height: 45px; text-transform: uppercase; margin-bottom: 15px;}
.contact-header p {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px;}
.contact-flex {display: flex; gap: 25px; justify-content: center; margin-top: 50px;}
.contact-flex > div {width: 100%;}
.contact-flex iframe {border-radius: 5px; margin-bottom: 25px;}
.contact-info {background: #fff; border: 1px #DFDFDF solid; border-radius: 5px; padding: 40px 30px;}
.contact-info h5 {font-family: 'CooperHewitt-heavy', sans-serif; font-size: 22px; line-height: 32px; text-transform: uppercase; margin-bottom: 20px;}
.contact-info-flex {display: flex; justify-content: space-between;}
.contact-info-flex a {display: flex; gap: 12px; align-items: center;}
.contact-info-flex a i {background: #15325C; border-radius: 3px; width: 55px; height: 55px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 25px; line-height: 25px;}
.contact-info-flex a:hover i {background: #D92830; transition: .5s;}
.contact-info-flex a p {color: #000; font-size: 18px; line-height: 28px; font-family: 'roboto', sans-serif;}
.message-form {background: #fff; border: 1px #DFDFDF solid; border-radius: 5px; padding: 40px 30px;}
.message-form h5 {font-family: 'CooperHewitt-heavy', sans-serif; font-size: 22px; line-height: 32px; text-transform: uppercase; margin-bottom: 15px;}
.message-form p {color: #000; font-size: 18px; line-height: 30px; font-family: 'roboto', sans-serif;}

/*---FINANCE---*/

.finance-header {width: 100%;}

/*---CONTACT US---*/

.contact-page {background: #F4F4F4;}
.contact-page .contact-header {margin: 0; text-align: left;}
.contact-page .contact-header h1 {font-family: 'CooperHewitt-heavy', sans-serif; font-size: 35px; line-height: 45px; text-transform: uppercase; margin-bottom: 15px;}
.contact-page .contact-header h1 i {color: #D92830;}
.contact-page .contact-info h2 {font-family: 'CooperHewitt-heavy', sans-serif; font-size: 22px; line-height: 32px; text-transform: uppercase; margin-bottom: 20px;}
.contact-page .message-form h2 {font-family: 'CooperHewitt-heavy', sans-serif; font-size: 22px; line-height: 32px; text-transform: uppercase; margin-bottom: 15px;}

/*---THANK YOU---*/

.contact-page .contact-header button {background: #15325C; border-radius: 3px; width: 220px; padding: 13px 0; color: #fff; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; border: none; margin-top: 25px;}
.contact-page .contact-header button:hover {background: #D92830; transition: .5s;}

/*--------FORM STYLES--------------------*/

.message-form form {margin-top: 25px;}
.message-form form .form-flex > div {display: flex; gap: 12px; margin-bottom: 12px;}
.message-form form input {width: 100%; background: #F2F2F2; border-radius: 3px; border: none; padding: 12px 0 12px 15px; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; color: #565656;}
.message-form form .form-textarea {display: flex;}
.message-form form textarea {width: 100%; background: #F2F2F2; border-radius: 3px; border: none; padding: 12px 0 0 15px; height: 150px; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; color: #565656;}
.message-form form .submitselect {background: #15325C; border-radius: 3px; width: 220px; padding: 13px 0; color: #fff; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; display: flex; justify-content: center; align-items: center; margin-top: 30px;}
.message-form form .submit {background: #15325C; border-radius: 3px; width: 220px; padding: 13px 0; color: #fff; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px;}
.message-form form .submitselect:hover, .message-form form .submit:hover {background: #D92830; transition: .5s; cursor: pointer !important;}
.message-form form .CaptchaAnswerPanel input {width: auto;}
.message-form form .CaptchaWhatsThisPanel a {color: #15325C;}
.message-form form .CaptchaWhatsThisPanel a:hover {text-decoration: underline; transition: .5s;}

/*-------- FOOTER STYLES ----------------*/

.scrolling-wrap {margin-bottom: -68px;}
footer {background: #15325C; position: relative;}
.footer-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 80px 0;}
footer p {font-family: 'barlow', sans-serif !important; font-weight: 900; font-size: 20px; line-height: 30px; text-transform: uppercase; margin-bottom: 15px; color: #fff;}
footer li {color: #fff; font-family: 'roboto', sans-serif; text-transform: uppercase; font-size: 16px; line-height: 28px; margin-bottom: 8px; font-weight: 600;}
footer li a {color: #fff; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 28px; font-weight: 400 !important;}
footer li a:hover {text-decoration: underline; transition: .5s;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-content {padding-top: 50px !important;}
.list-top-section .list-listings-count, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #D92830 !important;}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text, .customdesigntruckingcomhdev-88jlbf, .listing-carousel .recommended-listings-section .view-all-link, .listing-carousel .recommended-auctions-section .view-all-link, .list-content .list-error-container .info button:not(.login-button) {background: #15325C !important;}
.faceted-search-content button.faceted-search {background: #000 !important;}
.detail-wrapper {padding: 50px 0 !important;}
.faceted-search-content .selected-facets-container .selected-facet {background: #D92830 !important;}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1600px) {
	.hero-flex > div:first-child {width: 55%;}
	.hero-flex > div:last-child {width: 45%;}
}

@media only screen and (max-width: 1450px) {
	.contact-info-flex {flex-wrap: wrap; gap: 20px;}
	.contact-info-flex a {width: 100%;}
	.hero-flex {gap: 40px;}
}

@media only screen and (max-width: 1150px) {
	.hero-img, .header-logo {display: none;}
	.mobile-logo {display: contents;}
	.header-nav {display: flex; justify-content: space-between; align-items: center;}
	.header-links {width: auto;}
	.header-nav img {width: 120px;}
	.hero-content-wrap form input {width: 100%;}
	.hero-flex > div:first-child {width: 100%;}
	.hero-wrap {padding: 20px 0;}
}

@media only screen and (max-width: 1050px) {
	.fuel-tank-header, .contact-header {width: 100%;}
}

@media only screen and (max-width: 1000px) {
	.contact-flex {flex-wrap: wrap;}
	.contact-info-flex {flex-wrap: nowrap; gap: 0px;}
	.contact-info-flex a {width: auto;}
}

@media only screen and (max-width: 950px) {
	.trucks-flex {flex-wrap: wrap; justify-content: flex-start;}
	.trucks-flex > div {width: 49%;}
}

@media only screen and (max-width: 850px) {
	.header-wrap {gap: 25px;}
	header a span {display: none;}
	.trucks-flex > div {width: 48.5%;}
}

@media only screen and (max-width: 700px) {
	.trucks-flex > div {width: 100%;}
	.contact-info-flex {flex-wrap: wrap; gap: 20px;}
	.contact-info-flex a {width: 100%;}
	.trucks-padding {padding: 100px 30px 40px 30px;}
}

@media only screen and (max-width: 650px) {
	.footer-wrap {flex-wrap: wrap; gap: 30px;}
	.footer-wrap > div {width: 100%;}
	.hero-content-wrap {padding: 60px 40px;}
}

@media only screen and (max-width: 550px) {
	.header-nav img {width: 110px;}
	.hero-content-wrap {padding: 60px 30px;}
}

@media only screen and (max-width: 500px) {
	.message-form form .form-flex > div {flex-wrap: wrap;}
	.hero-content h1 {font-size: 35px; line-height: 45px;}
	.hero-content p, .body-width p, .contact-header p, .contact-info-flex a p, .message-form p {font-size: 17px;}
	.body-width h2, .contact-header h4, .contact-page .contact-header h1 {font-size: 30px; line-height: 40px;}
	.body-width, .contact-width {padding: 80px 0;}
	.footer-wrap {padding: 60px 0;}
}

@media only screen and (max-width: 450px) {
	.contact-info-flex a i {width: auto; height: auto; color: #15325C; background: none;}
	.contact-info-flex a:hover i {color: #D92830; transition: .5s; background: none;}
	.header-nav img {width: 100px;}
	.hero-content-wrap {padding: 50px 20px;}
	.trucks-padding {padding: 100px 20px 40px 20px;}
	.contact-info, .message-form {padding: 40px 20px;}
}

@media only screen and (max-width: 400px) {
	.hero-content h1 {font-size: 30px; line-height: 40px;}
	.hero-content p, .body-width p, .contact-header p, .contact-info-flex a p, .message-form p {font-size: 16px; line-height: 28px;}
	.body-width h2, .contact-header h4, .contact-page .contact-header h1 {font-size: 28px; line-height: 38px;}
	.trucks-overlay button, .message-form form .submitselect, .message-form form .submit, .contact-page .contact-header button {width: 100%;}
	.body-width h3 {font-size: 22px; line-height: 32px;}
	.trucks-overlay i {width: 58px; height: 58px; font-size: 22px; line-height: 22px;}
	.contact-info h5, .message-form h5, .contact-page .message-form h2 {font-size: 20px; line-height: 30px;}
	.contact-info-flex a i {font-size: 22px; line-height: 22px;}
	footer p {font-size: 18px; line-height: 30px;}
	footer li, footer li a {font-size: 15px; line-height: 26px;}
}

@media only screen and (max-width: 350px) {
	.header-nav img {width: 90px;}
	.hero-content h1 {font-size: 28px; line-height: 38px;}
	.hero-content p, .body-width p, .contact-header p, .contact-info-flex a p, .message-form p {font-size: 15px; line-height: 26px;}
	.hero-content-wrap form input, .message-form form input, .message-form form textarea {font-size: 15px; line-height: 15px;}
	.body-width h2, .contact-header h4, .contact-page .contact-header h1 {font-size: 25px; line-height: 35px;}
	.body-width h3 {font-size: 20px; line-height: 30px;}
	.trucks-overlay i {width: 55px; height: 55px; font-size: 20px; line-height: 20px;}
	.contact-info h5, .message-form h5, .contact-page .contact-info h2, .contact-page .message-form h2 {font-size: 18px; line-height: 30px;}
	.contact-info-flex a i {font-size: 20px; line-height: 20px;}
	.message-form form .submitselect, .message-form form .submit, .contact-page .contact-header button {font-size: 15px; line-height: 15px;}
	footer p {font-size: 17px; line-height: 30px;}
	footer li, footer li a {font-size: 14px; line-height: 24px;}
	.hero-content-wrap form button {font-size: 20px; line-height: 20px;}
}

@media only screen and (max-width: 320px) {
	.contact-info-flex a i {display: none;}
}
