﻿/***** 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; justify-content: flex-end; align-items: center; width: 100%; height: 120px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35); position: relative; z-index: 1004; background: #0073be; /* BLUE */ box-sizing: border-box; }
.header-logo-wrapper { position: absolute; top: 0; left: 0; bottom: 0; background-image: url('/siteart/header-logo-bg.png'); background-size: auto 100%; background-position: 100% 50%; background-repeat: no-repeat; padding: 0 92px 0 50px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
a.header-logo { width: 164px; height: 100%; display: flex; position: relative; }
a.header-logo img { object-fit: contain; height: 100%; padding: 10px; box-sizing: border-box; }
.header-right { display: flex; flex-direction: column; align-items: flex-end; width: calc(100% - 350px); height: 100%; }
.topheader { display: flex; justify-content: flex-end; align-items: center; width: 100%; height: calc(100% - 54px); }
.topheader .listed { color: #ddd; font-size: 14px; margin-right: 60px; }
.topheader a.listed:hover { color: #fff; }
.nav-div { display: flex; justify-content: flex-end; align-items: center; width: 100%; height: 54px; padding-right: 40px; box-sizing: border-box; }

/*---BODY--------------------------------*/
.subhero { width: 100%; height: 220px; display: flex; justify-content: center; align-items: flex-end; padding: 90px 5% 20px 5%; box-sizing: border-box; background: #000; background-image: url('/siteart/hero-slider/Kenworth-W900L.jpg'); background-size: cover; background-repeat: no-repeat; background-position: 40% 50%; filter: grayscale(.5); overflow: hidden; position: relative; z-index: 1; }
.subhero:after { position: absolute; content: ""; z-index: 2; top: 0; left: 0; width: 100%; max-width: 100%; height: 100%; max-height: 220px; background: rgba(0, 0, 0, .6); pointer-events: none; }
.subhero h1 { text-align: center; font-family: 'PT Serif', serif; font-weight: 900; letter-spacing: 4px; text-transform: uppercase; font-size: 46px; color: #fff; text-shadow: 2px 2px 0 #000, 0 0 12px #000; position: relative; z-index: 3; }
.bold-p { font-weight: 600; }
.center-p { text-align: center; }
.title-hr { position: relative; padding-left: 40px; box-sizing: border-box; color: #000; font-family: 'PT Serif', serif; font-weight: 400; text-align: left; }
.title-hr.centered-title { padding-right: 40px; text-align: center; margin-left: auto; margin-right: auto; }
.title-hr:before { position: absolute; content: ""; top: calc(100% + 4px); left: 0; right: 0; height: 6px; background: #0073be; /* BLUE */ }
.title-hr.hr-bg-lgray:before { background: #ddd; }
h1.title-hr { font-size: 42px; }
h2.title-hr { font-size: 42px; }
h3.title-hr { font-size: 32px; }
h4.title-hr { font-size: 28px; }

.content-sect { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 40px 5%; box-sizing: border-box; }
.content-sect .title-hr { margin-bottom: 32px; }
.content-sect p { font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.6; margin-bottom: 12px; }
.content-sect .listed { margin: 12px 0; }
.content-sect .btnclass { margin: 12px 0; }
.content-sect.center-style { align-items: center; }
.content-sect.center-style .title-hr { align-self: flex-start; }
.content-sect.center-style p { text-align: center; }

.horiz-links-sect { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: center; }
.horiz-links-sect .listed { margin-left: 20px; margin-right: 20px; }
.horiz-links-sect .btnclass { margin-left: 20px; margin-right: 20px; }

.btnclass { background: #0073be; /* BLUE */ color: #fff; font-family: 'PT Serif', serif; text-align: center; font-size: 20px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; box-shadow: 2px 2px 8px rgba(0, 0, 0, .6); display: flex; justify-content: center; align-items: center; padding: 9px 32px; box-sizing: border-box; position: relative; }
a.btnclass:hover { background: #000; transition: .25s ease all; }
button.btnclass:hover { background: #000; transition: .25s ease all; }
.listed { display: flex; justify-content: flex-start; align-items: center; font-family: 'Lato', sans-serif; font-size: 17px; color: #0073be; /* BLUE */ }
.listed i { width: 20px; text-align: center; margin-right: 12px; }
a.listed:hover { color: #000; transition: .25s ease all; }
a.invisilink { color: #000; font-weight: 600; }
a.invisilink:hover { text-decoration: underline; }

.inv-btns-sect { width: 100%; box-sizing: border-box; }
.inv-btns-sect .inv-btns { display: flex; width: 100%; height: 320px; border: 1px solid #000; border-top: 3px solid #000; box-sizing: border-box; }
.inv-btns a { display: flex; justify-content: flex-start; align-items: flex-start; position: relative; width: 33.333333%; height: 100%; border: 1px solid #000; background: #0073be; /* BLUE */ padding: 20px; box-sizing: border-box; }
.inv-btns a img { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.6); }
.inv-btns a span { font-family: 'Lato', sans-serif; font-size: 28px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: #fff; text-shadow: 1px 1px 0 #000, 0 0 8px #000; position: relative; z-index: 2; }
.inv-btns a:hover img { filter: brightness(1); transition: .3s ease all; }

/* Homepage styles - default.htm */
.hero { width: 100%; height: 560px; background: #000; overflow: hidden; }
.hero-desktop { width: 100%; height: 100%; }
.hero-mobile { width: 100%; height: 100%; }

/* applies to BOTH slideshows (desktop & mobile): */
.cycle-slideshow { width: 100%; height: 100%; z-index: 10; position: relative; }
.cycle-prev, .cycle-next { position: absolute; z-index: 999; top: calc(50% - 30px); color: #fff; opacity: .6; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; }
.cycle-prev, .cycle-next i { font-size: 45px; }
.cycle-prev { left: 0; }
.cycle-next { right: 0; }
.cycle-prev:hover, .cycle-next:hover { cursor: pointer; opacity: 1.0; transition: .2s ease all; }
.cycle-slide-active { display: flex!important; }
.slide { width: 100%; height: 100%; z-index: 5!important; display: flex; align-items: center; position: relative; }

.hero-desktop .slide-img-link { position: absolute; top: 0; width: calc(50% - 2px); /* compensating for faux border */ height: 100%; box-sizing: border-box; z-index: 6!important; }
.hero-desktop .slide-img-link:first-of-type { left: 0; }
.hero-desktop .slide-img-link:last-of-type { right: 0; }
.hero-desktop .slide img { width: calc(50% - 2px); /* compensating for faux border */ height: 100%; z-index: 5!important; position: absolute; top: 0; object-fit: cover; }
.hero-desktop .slide img:first-of-type { left: 0; }
.hero-desktop .slide img:last-of-type { right: 0; }

.hero-mobile .slide-img-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; z-index: 6!important; }
.hero-mobile .slide img { width: 100%; height: 100%; z-index: 5!important; position: absolute; top: 0; left: 0; object-fit: cover; }

.homepage.mission { width: 100%; display: flex; justify-content: space-between; align-items: stretch; box-sizing: border-box; position: relative; }
.homepage.mission .content-sect { padding-right: 60px; padding-bottom: 20px; width: calc(50% + 60px); position: relative; z-index: 2; }
.missionimg { width: calc(50% - 60px); background: #fff; background-size: auto 100%; background-position: 0% 50%; background-repeat: no-repeat; margin-top: 40px; }

/* about-us.htm */
.aboutpage { max-width: 2000px; margin: 0 auto; }
.aboutpage h3.title-hr { margin-top: 50px; }
ol.ol-whys { width: calc(100% - 40px); margin-left: 40px; }
ol.ol-whys li { font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.6; margin-top: 12px; margin-bottom: 12px; color: #000; }
ol.ol-whys li span.bold-p { margin-left: -40px; font-size: 22px; color: #0073be; /* BLUE */ }

/* financing.htm */
.financepage { width: 100%; display: flex; justify-content: center; }
.financepage .form-div { align-items: center; }

/* contact-us.htm */
.contactpage { display: flex; justify-content: center; align-items: flex-start; }
.contactpage .form-div { width: 50%; }
.contactpage > .content-sect { width: 50%; padding: 0; }
.contactpage .content-sect .content-sect.center-style { width: 100%; max-width: 850px; padding-left: 10%; padding-right: 10%; }
.contactpage .content-sect .content-sect.center-style .contact-horizer { width: 100%; display: flex; flex-direction: column; align-items: center; }

/* thank-you.htm */
.thankyoupage.content-sect.center-style .horiz-links-sect { margin-top: 20px; }

/*--------FORM STYLES--------------------*/
.form-div { display: flex; flex-direction: column; align-items: flex-end; padding: 40px 5%; box-sizing: border-box; width: 100%; background: #ddd; }
.form-div > .content-sect { padding: 0; width: 100%; max-width: 850px; }
.form-div p { margin-bottom: 6px; }
.form-div form { display: flex; flex-direction: column; align-items: stretch; width: 100%; margin: 0; max-width: 850px; }
.form-div form .formrow { display: flex; justify-content: center; width: 100%; }
.form-div form .formrow33s { display: flex; justify-content: space-between; align-items: center; column-gap: 16px; width: 100%; }
.form-div form .smcol { width: 33.333333%!important; display: flex; flex-direction: column; align-items: flex-start; margin-top: 20px; }
.form-div form .smcol input { width: 100%!important; }
.form-div form .formrow-captcha { display: flex; flex-direction: column; align-items: center; width: 100%; }
.form-div form label { color: #000; font-family: 'Lato', sans-serif; font-size: 15px; width: 100%; }
.form-div form input[type="text"] { width: 100%; margin: 7px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form input[type="email"] { width: 100%; margin: 7px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form textarea { width: 100%; height: 110px; margin: 7px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form a { margin: 20px 0 0 0; cursor: pointer; }
.form-div form .CaptchaMessagePanel { font-family: 'Lato', sans-serif!important; color: #000; }
.form-div form #CaptchaAnswer { padding: 10px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form div.CaptchaWhatsThisPanel a { font-family: 'Lato', sans-serif!important; color: #0073be; }
.form-div form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"] { border: none; cursor: pointer; }

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; padding: 0 12px; box-sizing: border-box; box-shadow: 0 0 6px rgba(0, 0, 0, .3); position: relative; z-index: 4; background: #0073be; /* BLUE */ }
.foot-map { width: 50%; min-height: 260px; }
.foot-map iframe { width: 100%; height: 100%; min-height: 260px; }
.foot-soc { display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-start; padding: 40px 5% 60px 5%; box-sizing: border-box; }
.footer h4 { color: #fff; margin-bottom: 24px; }
.foot-soc .listed { color: #fff; justify-content: flex-end; margin: 16px 0; }
.foot-soc .listed:hover { color: #ddd; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
div.inv-foot-spacer { width: 100%; height: 90px; background: #0073be; /* BLUE */ position: relative; z-index: 4; }


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 2500px) {
	.inv-btns-sect { padding-left: 5vw; padding-right: 5vw; }
	.hero { border-bottom: 3px solid #000; margin-bottom: -3px; }
}

@media only screen and (min-width: 2000px) {
	.header { padding: 0 8vw; }
	.header-logo-wrapper { padding-left: 8vw; overflow: hidden; }
	a.header-logo:before { position: absolute; content: ""; top: 0; bottom: 0; left: -1600px; right: calc(100% - 2px); background: #fff; }
	.homepage.mission { padding-left: 8vw; padding-right: 8vw; justify-content: center; }
	.homepage.mission .content-sect { padding-left: 0; }
	.contactpage > .content-sect { justify-content: flex-start; }
	.footer { padding: 0 8vw; }
}

@media only screen and (min-width: 1470px) {
	.homepage.mission .content-sect { width: calc(100% - 676px); }
	.missionimg { width: 676px; min-height: 400px; }
}

@media only screen and (max-width: 1300px) {
	.header-logo-wrapper { padding-left: 30px; padding-right: 80px; }
	.header-right { width: calc(100% - 280px); }
	.topheader .listed { margin-right: 44px; }
	.nav-div { padding-right: 20px; }
}

@media only screen and (max-width: 1280px) {
	.inv-btns { height: 280px; }
	.homepage.mission .content-sect { width: 62%; }
	.missionimg { width: 38%; }
}

@media only screen and (max-width: 1200px) {
	.foot-map { width: calc(100% - 355px); }
	.foot-soc { padding-left: 60px; padding-right: 60px; }
}

@media only screen and (max-width: 1170px) {
	.header-logo-wrapper { padding-left: 24px; padding-right: 70px; }
	.header-right { width: calc(100% - 270px); }
	.topheader .listed { margin-right: 28px; margin-left: 28px; }
	.nav-div { padding-right: 10px; }
	.homepage.mission .content-sect { padding-right: 30px; }
}

@media only screen and (max-width: 1150px) {
	.hero { height: 480px; }
}

@media only screen and (min-width: 851px) and (max-width: 1100px) {
	.homepage.mission .content-sect { width: 100%; padding-left: 5%; padding-right: 5%; }
	.homepage.mission .content-sect h1.title-hr { padding-right: 40px; text-align: center; align-self: center; }
	.homepage.mission .content-sect p { width: calc(58% - 20px); }
	.homepage.mission .missionimg { width: 42%; margin-top: 0; position: absolute; content: ""; z-index: 1; top: 124px; bottom: 0; right: 0; }
}

@media only screen and (max-width: 1080px) {
	h1.title-hr { font-size: 38px; }
	h2.title-hr { font-size: 38px; }
	h3.title-hr { font-size: 30px; }
	ol.ol-whys li span.bold-p { font-size: 20px; }
}

/* switch to mobile nav */
@media only screen and (max-width: 1040px) {
	.header { height: 90px; }
	.header-logo-wrapper { padding-right: 56px; }
	a.header-logo { width: 126px; }
	a.header-logo img { padding: 4px; }
	.header-right { flex-direction: row; justify-content: flex-end; align-items: center; width: calc(100% - 210px); }
	.topheader { width: calc(100% - 80px); height: 100%; }
	.topheader .listed { margin-left: 20px; margin-right: 30px; }
	.nav-div { width: 80px; height: 100%; padding: 0; }
}

@media only screen and (min-width: 1021px) {
	.contactpage .horiz-links-sect { flex-direction: column; align-items: center; justify-content: flex-start; }
}

@media only screen and (max-width: 1020px) {
	h2.title-hr { font-size: 34px; }
	h3.title-hr { font-size: 28px; }
	.inv-btns { height: 220px; }
	.inv-btns a span { font-size: 24px; }
	.contactpage { flex-direction: column; align-items: center; }
	.contactpage .form-div { width: 100%; order: 2; }
	.contactpage .form-div form { width: 90%; margin: 0 auto; }
	.contactpage > .content-sect { width: 100%; order: 1; }
	.contactpage .content-sect .content-sect.center-style { max-width: unset; padding-left: 5%; padding-right: 5%; }
}

@media only screen and (max-width: 1000px) {
	.topheader { justify-content: center; }
	.topheader .listed { margin-left: 35px; margin-right: 15px; }
	.hero { height: 420px; }
}

@media only screen and (max-width: 950px) {
	.footer { flex-direction: column; align-items: center; }
	.foot-map { width: 100%; height: 320px; }
	.foot-map iframe { height: 320px; }
	.foot-soc { padding-left: 0; padding-right: 0; align-items: center; }
	.foot-soc h4.title-hr { padding-left: 20px; padding-right: 20px; text-align: center; }
}

@media only screen and (min-width: 750px) and (max-width: 950px) {
	.contactpage .content-sect .content-sect.center-style .contact-horizer { flex-direction: row; justify-content: space-between; align-items: center; }
}

@media only screen and (max-width: 850px) {
	.inv-btns { flex-wrap: wrap; height: unset!important; }
	.inv-btns a { width: 50%; height: 220px; }
	.inv-btns a:last-of-type { width: 100%; }
	.homepage.mission { flex-direction: column; align-items: flex-end; }
	.homepage.mission .content-sect { width: 100%; }
	.homepage.mission .missionimg { width: 100%; height: 340px; margin-top: 0; background-size: 90% auto; background-position: 100% 30%; }
}

@media only screen and (min-width: 801px) {
	div.inv-foot-spacer { display: none; }
	div.hero-mobile { display: none!important; }
}

@media only screen and (max-width: 800px) {
	h1.title-hr { font-size: 34px; }
	div.hero-desktop { display: none!important; }
	.form-div form .formrow33s { flex-direction: column; }
	.form-div form .smcol { width: 100%!important; }
}

@media only screen and (min-width: 751px) {
	.show750 { display: none!important; }
}

@media only screen and (max-width: 750px) {
	.subhero { height: 160px; padding-top: 70px; }
	.subhero:after { max-height: 160px; }
	.subhero h1 { font-size: 40px; }
	.hide750 { display: none!important; }
	.topheader .listed { margin-left: 15px; margin-right: 10px; height: 100%; }
}

@media only screen and (max-width: 650px) {
	.title-hr { padding-right: 40px; margin-left: auto; margin-right: auto; text-align: center; }
	.btnclass { margin-left: auto!important; margin-right: auto!important; }
	.inv-btns a { width: 100%; height: 160px; }
	.homepage.mission .missionimg {  background-size: 95% auto; height: 300px; }
	.aboutpage .title-hr { padding-left: 0!important; padding-right: 0!important; }
	ol.ol-whys li span.bold-p { font-size: 18px; }
}

@media only screen and (max-width: 640px) {
	.hide640 { display: none!important; }
	.topheader { justify-content: flex-start; flex-direction: row-reverse; }
	.topheader .listed { font-size: 17px; padding-left: 16px; padding-right: 4px; margin: 0; }
}

@media only screen and (max-width: 600px) {
	.title-hr { padding-left: 20px!important; padding-right: 20px!important; }
	.contactpage .form-div form { width: 100%; }
}

@media only screen and (max-width: 550px) {
	.subhero { height: 120px; padding-top: 10px; padding-bottom: 10px; }
	.subhero:after { max-height: 120px; }
	.subhero h1 { font-size: 36px; }
	h2.title-hr { font-size: 28px; }
	.btnclass { width: 100%; }
	.homepage.mission .missionimg { width: 95%; background-size: auto 100%; background-position: 0% 30%; }
}

@media only screen and (min-width: 521px) {
	.show520 { display: none!important; }
}

@media only screen and (max-width: 450px) {
	.hide450 { display: none!important; }
	.header-logo-wrapper { padding-left: 12px; padding-right: 48px; }
	.header-right { width: calc(100% - 190px); }
	.hero { height: 350px; }
	ol.ol-whys { width: 100%; margin-left: 0; }
	ol.ol-whys li span.bold-p { margin-left: 0; }
}

@media only screen and (max-width: 380px) {
	.subhero h1 { font-size: 32px; }
	h1.title-hr { font-size: 28px; }
	.header-logo-wrapper { max-width: calc(100% - 80px); }
	.topheader { display: none; }
	.homepage.mission .missionimg { height: 240px; }
}

@media only screen and (max-width: 260px) {
	.header-logo-wrapper { background: #fff; background-image: none; width: calc(100% - 80px); padding: 0 4px; }
	a.header-logo { max-width: 100%; }
	a.header-logo img { max-width: 100%; }
}






