﻿/***** 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; cursor: pointer !important;}
button:hover {cursor: pointer !important;}


hr{border:#000 1px solid;}
html {font-family: 'Poppins', sans-serif;}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*--- HEADER STYLES ---------------------*/
header {background: #002367; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
#header-wrap {width: 95%; margin: 0 auto; padding: 8px 0; display: flex; justify-content: space-between; align-items: center;}
.header-fb i {font-size: 25px; color: #fff;}
.header-search input {font-family: 'Poppins', sans-serif; font-size: 14px !important; color: #868686 !important; border-radius: 40px !important; border: none !important; padding: 7px 0 5px 0 !important; line-height: 14px !important; width: 250px !important; position: relative; right: -42px; padding-left: 20px !important;}
.header-search button {position: relative; border: none; color: #002367; padding-right: 20px; background: none;}

#header-nav {width: 95%; margin: 0 auto; padding: 10px 0; display: flex; justify-content: space-between; align-items: center;}
.nav-right {text-align: right;}
.nav-contact {display: flex; align-items: center; gap: 50px; justify-content: flex-end;}
.nav-contact a {display: flex; align-items: center; gap: 10px;}
.nav-contact a i {background: #002367; color: #fff; border-radius: 50% !important; padding: 12px !important; width: 15px !important; display: flex !important; justify-content: center !important;}
.nav-contact a p {font-weight: bold; color: #262626; font-size: 16px; line-height: 16px; text-transform: uppercase;}
.mobile-logo {display: none;}
.nav-contact a:hover i {background: #C3142D; transition: .5s;}
.nav-contact a:hover p {color: #C3142D; transition: .5s;}

#mobile-nav {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}

/*---BODY--------------------------------*/
body {overflow-x: hidden;}
/*---DEFAULT---*/
#home-hero {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover;}
.hero-overlay {background: rgba(0,0,0,0.50);}
.hero-wrap {width: 95%; margin: 0 auto; padding: 150px 0 100px 0;}
.hero-content {width: 650px;}
.hero-content h1 {color: rgba(255,255,255,0.50); font-size: 120px; text-transform: uppercase; font-style: italic; font-weight: bold; font-family: 'Poppins', sans-serif; line-height: 110px;}
.hero-content p {color: #fff; font-size: 20px; line-height: 25px; padding: 15px 0 30px 0;}
.hero-content div {display: flex; gap: 25px;}
.hero-content div button {color: #fff; font-size: 16px; line-height: 16px; padding: 12px 0 10px 0; width: 200px; background: #C3142D; border-radius: 30px; font-family: 'Poppins', sans-serif; border: #C3142D 1px solid;}
.hero-content div a:last-child button {border: #fff 1px solid !important; background: none !important;}
.hero-content div button:hover, .hero-content div a:last-child button:hover {background: #860D1E !important; border: #860D1E 1px solid !important; transition: .5s;}

#home-inv {background: #F9F9F9;}
.home-inv-wrap {width: 95%; margin: 0 auto; padding: 50px 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 65px;}
.home-inv-wrap a {text-align: center;}
.home-inv-wrap h2 {text-transform: uppercase; color: #000; font-size: 25px; line-height: 25px; margin-top: 15px; margin-bottom: 10px;}
.home-inv-wrap p {font-size: 15px; line-height: 15px; color: #002367; font-weight: 600;}
/*.home-inv-wrap a img {width: 100%;}*/
.home-inv-wrap a:hover img {transition: .5s; transform: translateY(-6px);}
.home-inv-wrap a:hover p {color: #C3142D;}
.home-inv-wrap p span {display: none;}
.home-inv-wrap a:hover p span {display: contents; transition: .5s;}

#home-about {display: flex; align-items: center; margin-top: 100px; gap: 5px;}
#home-about > div:first-child {width: 45%; position: relative;}
#home-about > div:last-child {width: 55%; padding-right: 40px;}
#home-about h3 {font-size: 130px; line-height: 110px; text-transform: uppercase; color: rgba(217,217,217,0.30); font-weight: bold; font-style: italic;}
#home-about h4 {font-size: 40px; line-height: 40px; color: #002367; text-transform: uppercase; position: relative;}
#home-about p {font-size: 16px; line-height: 26px; margin-top: 20px; margin-bottom: 30px;}
#home-about button {font-size: 16px; color: #fff; font-family: 'Poppins', sans-serif; padding: 12px 0 10px 0; width: 200px; border-radius: 30px; background: #002367; border: none;}
#home-about button:hover {background: #C3142D; transition: .5s;}
.home-about-right div {margin-top: -54px; margin-left: 70px;}
#home-about img {width: 100%;}

#home-contact {margin-top: 100px;}
#home-contact h3 {font-size: 130px; line-height: 110px; text-transform: uppercase; color: rgba(217,217,217,0.30); font-weight: bold; font-style: italic;}
.home-contact-flex {display: flex; margin-top: -22px;}
.home-contact-flex > div {width: 50%;}
.form-bkgrd {background: #002367;}
.form-wrap {width: 80%; margin: 0 auto; padding: 80px 0;}
.form-wrap h4 {font-size: 30px; line-height: 40px; color: #fff; text-transform: uppercase; margin-bottom: 5px;}
.form-wrap p {color: #fff; font-size: 15px; line-height: 24px;}
.form-wrap .form-flex {display: flex; gap: 30px;}
.form-flex input, .form-flex div {width: 100%;}
.form-flex input {font-size: 14px; font-family: 'Poppins', sans-serif; color: #9F9F9F; padding: 12px 0 10px 15px;}
.form-wrap .form-textarea {margin-top: 15px;}
.form-textarea textarea {width: 100%; font-family: 'Poppins', sans-serif; font-size: 14px; color: #9F9F9F; padding: 12px 0 0 15px; height: 120px;}
.form-wrap form {margin-top: 15px; width: 97%;}
form .submitselect {border: 1px #fff solid; border-radius: 30px; width: 200px; padding: 12px 0 10px 0; font-size: 16px; color: #fff; font-family: 'Poppins', sans-serif; display: flex; justify-content: center; margin-top: 20px;}
form .submitselect:hover {background: #C3142D; transition: .5s; border: 1px #C3142D solid;}
form .CaptchaMessagePanel {font-weight: lighter; color: #fff; font-size: 14px; line-height: 22px;}
form #CaptchaAnswer {height: 25px;}
form .CaptchaWhatsThisPanel a {color: #fff; border-bottom: 1px #fff solid; font-size: 15px;}
form .submit {border: 1px #fff solid; border-radius: 30px; width: 200px; padding: 12px 0 10px 0; font-size: 16px; color: #fff; font-family: 'Poppins', sans-serif; background: none;}
form .submit:hover {background: #C3142D; transition: .5s; border: 1px #C3142D solid;}

/*---SELL YOUR TRUCK---*/
.sell-truck-wrap {margin-top: -107px !important;}
.sell-your-truck {background: none !important; width: 100% !important;}
.sell-your-truck h3 {text-transform: uppercase; font-size: 22px; margin-top: 35px; margin-bottom: 15px;}

/*---FINANCE---*/
.coming-soon button {background: #002367; border-radius: 30px; width: 200px; padding: 12px 0 10px 0; font-size: 16px; color: #fff; font-family: 'Poppins', sans-serif; margin-top: 20px; border: none;}
.coming-soon button:hover {background: #C3142D; transition: .5s;}

/*---CONTACT---*/
#contact-form {margin-top: 80px;}
#contact-form h1 {font-size: 130px; line-height: 110px; text-transform: uppercase; color: rgba(217,217,217,0.30); font-weight: bold; font-style: italic;}
.contact-form-wrap {width: 90%; margin: 0 auto; margin-top: -54px; display: flex; justify-content: space-between;}
.contact-form-wrap .form-wrap {width: 100%; padding: 0px;}
#contact-form h2 {font-size: 40px; line-height: 40px; color: #002367; text-transform: uppercase; margin-bottom: 5px; position: relative;}
#contact-form .form-flex {margin-bottom: 12px;}
.contact-form-wrap > div:first-child {width: 60%;}
.contact-form-wrap > div:last-child {width: 30%; background: rgba(217,217,217,0.30); margin-top: 53px;}
.contact-contact {padding: 50px 40px;}
.contact-contact h3 {text-transform: uppercase; font-size: 22px;}
.contact-contact ul {margin-top: 20px;}
.contact-contact li {margin-bottom: 15px;}
.contact-contact li a {font-size: 16px; color: #000; line-height: 24px;}
.contact-contact li a:hover {color: #C3142D;}
.contact-contact li a i {background: #002367; color: #fff; padding: 8px; width: 20px; text-align: center;}
.contact-contact li a:hover i {background: #C3142D;}
#contact-form form .submitselect, #contact-form form .submit {background: #002367; border: 1px #002367 solid;}
#contact-form form .submitselect:hover, #contact-form form .submit:hover {background: #C3142D; transition: .5s; border: 1px #C3142D solid;}
#contact-form form .CaptchaMessagePanel {color: #000;}
#contact-form form .CaptchaWhatsThisPanel a {color: #000; border-bottom: 1px #000 solid;}
.contact-form-wrap p {font-size: 16px; line-height: 26px;}
#contact-form .form-flex input, #contact-form textarea {background: #F4F4F4; border: none;}

/*---THANK YOU---*/
.sell-your-truck button {background: #002367; border: 1px #002367 solid; border-radius: 30px; width: 200px; padding: 12px 0 10px 0; font-size: 16px; color: #fff; font-family: 'Poppins', sans-serif; margin-top: 20px;}
.sell-your-truck button:hover {background: #C3142D; transition: .5s; border: 1px #C3142D solid;}
.sell-your-truck p a {color: #C3142D; border-bottom: 1px transparent solid;}
.sell-your-truck p a:hover {border-bottom: 1px #C3142D solid; transition: .5s;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer #scrolling-inv {margin-top: 50px; margin-bottom: 50px;}
footer #footer {background: #002367; margin-top: -50px; position: relative;}
footer .footer-wrap {width: 90%; margin: 0 auto; padding: 60px 0 80px 0; display: flex; justify-content: space-between;}
footer .footer-wrap p {font-size: 18px; text-transform: uppercase; color: #fff; font-weight: bold;}
footer .footer-wrap ul {margin-top: 12px; margin-bottom: 12px;}
footer .footer-wrap li {font-size: 15px; color: #fff; line-height: 30px; text-transform: uppercase; font-weight: bold;}
footer .footer-wrap li a {font-weight: lighter !important; color: #fff; border-bottom: 1px transparent solid;}
footer .footer-wrap i {color: #fff; font-size: 22px;}
footer .footer-wrap button {border: 1px #fff solid; border-radius: 30px; width: 180px; padding: 12px 0 10px 0; font-size: 14px; color: #fff; font-family: 'Poppins', sans-serif; background: none; text-transform: uppercase;}
footer .footer-wrap button:hover {background: #C3142D; transition: .5s; border: 1px #C3142D solid;}
footer .footer-wrap .footer-hover a:hover {border-bottom: none;} 
footer .footer-wrap a:hover {border-bottom: 1px #fff solid;; transition: .5s;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-header #header-wrap form {display: flex;}
.inv-header .nav-contact a i {padding: 12px 19px !important;}
.list-redesign, .container, .body-content {margin-top: 25px !important;}
.list-top-section .list-listings-count, .parts-list-content .parts-title-and-breadcrumbs .parts-listings-count {color: #C3142D !important}
.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: #002367 !important;}
.parts-list-content .error-message {color: #002367 !important;}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1640px) {
	.home-inv-wrap a {width: 17%;}
}
@media only screen and (max-width: 1340px) {
	.home-inv-wrap a {width: 20%;}
	.contact-form-wrap > div:last-child {width: 35%; margin-top: 70px;}
	.sell-your-truck {margin-top: 53px !important;}
}
@media only screen and (max-width: 1240px) {
	#home-about h3 {font-size: 110px; line-height: 110px;}
	#home-contact h3 {font-size: 110px; line-height: 100px;}
	#home-about h4 {font-size: 35px; line-height: 35px;}
	#contact-form h1 {font-size: 110px;}
	#contact-form h2 {font-size: 35px;}
	#contact-form {margin-top: 50px;}
}
@media only screen and (max-width: 1150px) {
	#header-nav, .nav-contact {display: none;}
	.mobile-logo {display: contents;}
	#mobile-nav {padding: 10px 0;}
	.home-inv-wrap a {width: 24%;}
	.contact-contact li a {font-size: 15px;}
	.contact-form-wrap p {font-size: 15px; line-height: 24px;}
}
@media only screen and (max-width: 1100px) {
	#home-about h3 {font-size: 90px; line-height: 110px;}
	#home-contact h3 {font-size: 90px; line-height: 90px;}
	#home-about h4 {font-size: 30px; line-height: 30px;}
	.home-inv-wrap h2 {font-size: 22px; line-height: 22px;}
	#contact-form h1 {font-size: 90px;}
	#contact-form h2 {font-size: 30px;}
	.contact-contact h3, .sell-your-truck h3 {font-size: 20px;}
	#contact-form {margin-top: 20px;}
	.contact-form-wrap {flex-wrap: wrap;}
	.contact-form-wrap > div {width: 100% !important;}
	.sell-your-truck {margin-top: 48px !important;}
}
@media only screen and (max-width: 1050px) {
	.home-inv-wrap a {width: 26%;}
}
@media only screen and (max-width: 900px) {
	#home-about h3 {font-size: 80px; line-height: 110px;}
	#home-contact h3 {font-size: 80px; line-height: 80px;}
	#home-about h4 {font-size: 28px; line-height: 28px;}
	.form-wrap h4 {font-size: 28px; line-height: 38px;}
	#home-about p {font-size: 15px; line-height: 24px;}
	#home-about button, form .submitselect, form .submit, .sell-your-truck button, .coming-soon button {font-size: 15px;}
	#contact-form h1 {font-size: 80px;}
	#contact-form h2 {font-size: 28px;}
}
@media only screen and (max-width: 800px) {
	.header-search {display: none;}
	.header-fb i {font-size: 22px;}
	.hero-content {width: 100%;}
	.hero-content h1 {font-size: 110px; line-height: 100px;}
	.hero-content p {font-size: 18px;}
	.hero-content div button {font-size: 15px;}
	.home-contact-flex {flex-wrap: wrap;}
	.home-contact-flex > div {width: 100%;}
	.form-wrap {width: 90%;}
	.home-contact-flex iframe {height: 450px !important;}
	#home-about {flex-wrap: wrap; width: 95%; margin: 0 auto; margin-top: 100px;}
	#home-about > div:first-child, #home-about > div:last-child {width: 100%;}
	#home-about > div:last-child {padding-right: 0px;}
	#home-contact h3 {width: 95%; margin: 0 auto;}
	.home-inv-wrap h2 {font-size: 20px; line-height: 20px;}
	.home-inv-wrap p {font-size: 14px; line-height: 14px;}
}
@media only screen and (max-width: 700px) {
	.hero-content h1 {font-size: 100px; line-height: 90px;}
	.hero-content p {font-size: 17px;}
	footer .footer-wrap {flex-wrap: wrap; gap: 40px;}
	footer .footer-wrap > div {width: 100%;}
	.home-inv-wrap a {width: 34%;}
}
@media only screen and (max-width: 600px) {
	.hero-content h1 {font-size: 90px; line-height: 80px;}
	.hero-content p {font-size: 16px;}
	.hero-content div button {font-size: 14px;}
	#home-contact h3 {font-size: 70px;}
	#home-about h3 {font-size: 70px;}
	#home-about h4 {font-size: 25px; line-height: 25px;}
	.form-wrap h4 {font-size: 25px; line-height: 35px;}
	#home-about p {font-size: 14px;}
	.form-wrap p {font-size: 14px;}
	#home-about button, form .submitselect, form .submit, .sell-your-truck button, .coming-soon button {font-size: 14px;}
	footer .footer-wrap p {font-size: 17px;}
	footer .footer-wrap li {font-size: 14px; line-height: 24px; margin-bottom: 7px;}
	.form-wrap form {width: 96.5%;}
	#contact-form h1 {font-size: 70px;}
	#contact-form h2 {font-size: 25px; line-height: 25px;}
	.contact-form-wrap p {font-size: 14px; line-height: 22px;}
	.contact-contact li a {font-size: 14px; line-height: 22px;}
	.contact-contact h3 {font-size: 18px;}
	.sell-your-truck h3 {font-size: 18px;}
}
@media only screen and (max-width: 550px) {
	.home-inv-wrap a {width: 38%;}
}
@media only screen and (max-width: 500px) {
	.hero-content h1 {font-size: 80px; line-height: 70px;}
	.hero-content div button, .hero-content div a {width: 100%;}
	#home-contact h3 {font-size: 60px; line-height: 55px;}
	#home-about h3 {font-size: 60px; line-height: 55px;}
	#home-about h4 {margin-top: 22px;}
	#home-about {gap: 40px;}
	#home-contact h3 {margin-bottom: 10px;}
	.form-wrap h4 {font-size: 20px; line-height: 30px;}
	#home-about h4 {margin-top: 25px;}
	#home-about h4 {font-size: 20px; line-height: 20px;}
	.form-wrap form {width: 96%;}
	.home-inv-wrap a {width: 42%;}
	#contact-form h1 {font-size: 60px; line-height: 55px;}
	#contact-form h2 {font-size: 22px;}
	.contact-form-wrap {margin-top: -30px;}
	.sell-your-truck {margin-top: 75px !important;}
}
@media only screen and (max-width: 450px) {
	.header-fb i {font-size: 20px;}
	.hero-content div {gap: 15px; flex-wrap: wrap;}
	.hero-content p {font-size: 15px; line-height: 22px;}
	.hero-content h1 {font-size: 70px; line-height: 65px;}
	.home-about-right div {margin-left: 0px;}
	.home-inv-wrap a {width: 100%;}
	.home-inv-wrap {gap: 45px;}
	.contact-form-wrap {width: 95%;}
	.contact-contact {padding: 50px 20px;}
}
@media only screen and (max-width: 400px) {
	.hero-content h1 {font-size: 60px; line-height: 55px;}
	.form-wrap .form-flex {gap: 10px; flex-wrap: wrap;}
	.form-wrap .form-textarea {margin-top: 10px;}
	.form-wrap form {width: 94.5%;}
}
@media only screen and (max-width: 350px) {
	.hero-content h1 {font-size: 50px; line-height: 45px;}
	.hero-content p {font-size: 14px;}
	.hero-content div button {font-size: 13px;}
	#home-contact h3, #home-about h3, #contact-form h1 {font-size: 50px; line-height: 50px;}
	.form-wrap form {width: 93.5%;}
}
@media only screen and (max-width: 300px) {
	.form-wrap form {width: 93%;}
	.contact-contact li a {font-size: 13px;}
}


