﻿/***** 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 {}

.header{
	display: flex;
	font-family: 'Mulish', sans-serif;
	line-height:60px;
}

.header .blue-btn{
	padding: 0;
	width: 19.25%;
	font-size: 18px;
}
.header .blue-btn i{
	padding-right: 15px;
}
.header .bg-dark{
	width: 19.25%;
	padding: 0 35px;
	box-sizing: border-box;
}
.header .bg-dark a{
	color: #fff;
	padding: 0 20px;
	line-height: 60px;
}


/*---BODY--------------------------------*/

.center{text-align: center;}

.padding-vertical{padding: 70px 0;}
.padding-banner{padding: 70px 25px;}
.nopad-top{padding-top: 0 !important;}

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.justify-between{justify-content: space-between;}
.justify-around{justify-content: space-around;}

.wrapper{padding: 0 5.5%;}

.pad-left{padding-left: 5.5%; box-sizing: border-box;}
.wrapper .wrapper{padding: 0 5.5%;}

.col30{
	width: 31.2%;
}
.col70{
	width: 68.8%;
}

.col60{
	width: 61.5%;
}
.col40{
	width: 38.5%;
}

.col49{width: 48.5%;}
.col51{width: 51.5%;}


.pad{padding: 35px;}



/* COLORS & IMAGES */

.bg-lines{
	background: url("/siteart/pattern-lines.png") top left repeat;
	
}
.footer .bg-lines{
	background: url("/siteart/pattern-lines-dark.png") top left repeat;
	
}

.bg-dark-truck{
	
	background: #252a38 url("/siteart/bg-truck.jpg") center left fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-family: 'Mulish', sans-serif;
}
.bg-dark{
	background: #252a38;
	color: #fff;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.bg-navy{
	background: #134d72;
	color: #fff;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.bg-blue{
	background: #0872b5;
	color: #fff;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.bg-white{
	background: #ffffff;
	color: #232323;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.bg-offwhite{
	background: #f3f3f3;
	color: #232323;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	line-height: 24px;
}

.bg-offwhite a, .bg-white a{
	color: #232323;
}


.blue{
	color: #0872b5 !important;
}

.dark{
	color: #252a38 !important;
}

.bg-offwhite p, .bg-white p{
	margin-bottom: 30px;
}

/* BUTTONS */

.blue-btn{
	line-height: 60px;
	font-size: 14px;
	padding: 0 5%;
	background: #0872b5;
	text-transform: uppercase;
	color: #fff !important;
	letter-spacing: 1px;
	font-weight: 1000;
	display: inline-block;
	text-align: center;
}
.pad .blue-btn{
	
    display: block;
    max-width: 280px;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}
/* TYPOGRAPHY */

.light{font-weight: 300 !important;}

.heading{
	font-weight: 1000;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 25px;
	font-size: 36px;
	line-height: 1;
}
.heading-sm{
	font-weight: 1000;
	text-transform: uppercase;
	font-style: italic;
    font-size: 16px;
    margin-bottom: 20px !important;
}
.heading-sm strong{
	font-weight: 1000;
}
.heading-md{
	font-weight: 1000;
	text-transform: uppercase;
	font-style: italic;
	font-size: 24px;
}


/* MISC */
.scrolling-inv{
	height: 90px;
	margin-top: -45px;
}
.scrolling-inv a{
	line-height: 90px;
	display: block;
	text-align: center;
	min-width: 360px;
	width: 31.3%;
	box-sizing: border-box;
    letter-spacing: 1px;
}
.scrolling-inv iframe{height: 90px;}

.icon-list li{
	position: relative;
	display: flex;
    align-items: flex-start;
	font-weight: 1000;
    text-transform: uppercase;
    font-style: italic;
	letter-spacing: 1px;
    font-size: 16px;
	
}
.icon-list li a{
	color: #fff;
	margin-top: 10px;
	
}
.icon-list i {
    line-height: 36px;
    width: 36px;
    text-align: center;
    border: solid 1px #009cff;
	color: #009cff;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
	margin-right: 25px;
	margin-bottom: 20px;
}
.bg-white .icon-list li a{
	color: #252a38;
	
}
.bg-white .icon-list i {
    border: solid 1px #0872b5;
	color: #0872b5;
}



/* HERO */

.hero{position: relative; padding-bottom: 90px;}
.hero.short{position: relative; padding-bottom: 0; border-bottom: solid 1px #f3f3f3;}
.hero.short:after, .hero.short:before{content: none;}

.hero:before{
	content: '';
	position: absolute;
	left: 0;
	right: 71.6%;
	top: 0;
	bottom: 0;
	background: #252a38;
	z-index: -1;
}
.hero:after{
	content: '';
	position: absolute;
	background: url("/siteart/hero-img.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	left: 28.4%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.hero .flex > div > div{
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px;
}
.hero .flex .heading{
	margin: 0 0 5px !important;
}


/* MAP */

#home-map {
    transform: translateY(-70px);
    margin-bottom: -70px;
}
/*--------FORM STYLES--------------------*/

.custom-form input{
	padding: 10px 0;
	font-family: "Mulish", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #232323;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	background: none !important;
}
.custom-form .flex{
	gap: 20px;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	font-family: "Mulish", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #232323;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	border-bottom: solid 1px #ccc;
	background: none !important;
}

.CaptchaPanel{
	margin-top: -25px !important;
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #232323 !important;
}

form .blue-btn{
	outline: none !important;
	border: none !important;
	cursor: pointer;
}
input#order-account-service-message-consent {
    width: 2%;
}
input#promotional-marketing-message-consent{
	    width: 2%;

}
/*-------- FOOTER STYLES ----------------*/
footer{}


.footer .panel-offset{
	margin-bottom: -70px;
	z-index: 100;
	position: relative;
}
.footer .bg-white{
	color: #252a38;
}
.footer .heading{
	margin-bottom: 10px;
}
.footer p{
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
}

.bg-lines .disclaimer p {
	text-align: center;      
	font-size: 0.8rem;       
	margin-top: 40px;          
	color: white;             
	padding: 0.5em 0; 
	
}

.disclaimer a {
  color: white;
  text-decoration: none; /* removes underline by default */
}

.disclaimer a:hover {
  text-decoration: underline; /* adds underline on hover */
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1023px) {

	.hide-sm{display: none;}
	.col51{
		width: 100%;
		padding-top: 70px;
	}
	.col49{
		width: 100%;
	}
	.wrapper .wrapper{padding: 0;}
	
	.hero{
		padding-bottom: 0;
	}
	.hero .flex > div > div{
		padding: 0 35px;
	}
	.hero .col40, .hero .col60{
		width: 100%;
	}
	.hero .bg-offwhite{
		background: #134d72;
		color: #fff;
	}
	.scrolling-inv{
    	padding: 30px 0 0 0;
    	margin: 0;
	}
	#lines-absolute-sm{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
}

@media only screen and (max-width: 600px) {
	
	.pad-left{padding: 0;}
	.icon-list li{
		font-size: 14px;
	}
	
	.heading, .heading-md{font-size: 23px;}
	
	.scrolling-inv{flex-wrap: wrap; 
    height: 180px;}
	.scrolling-inv a, .scrolling-inv .col70{
		width: 100%;
		min-width: unset;
	}
	.footer p{
		font-size: 14px;
	}
	input#order-account-service-message-consent {
    width: 20px;
}
input#promotional-marketing-message-consent{
	    width: 20px;

}

	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
}






