﻿/***** 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: 'proxima-nova', sans-serif !important;}

/*--- HEADER STYLES ---------------------*/
#header {background: #000;}
#header div {width: 95%; margin: 0 auto; display: flex; justify-content: flex-end; padding: 8px 0;}
#header div button {background: #F47820; color: #fff; border: 1px #F47820 solid; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 5px; width: 220px; padding: 8px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 12px; text-transform: uppercase;}
#header div button:hover {background: none; border: 1px #fff solid; color: #fff; transition: .5s;}

header {background: #2B2B2B; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; z-index: 900; position: relative;}
.header-wrap {width: 95%; margin: 0 auto; padding: 25px 0; display: flex; justify-content: space-between; align-items: center;}
.header-wrap > div {width: 100%;}
.header-nav {text-align: center;}
.header-search {text-align: right;}
.header-search .keyword-wrapper {border-radius: 30px; border: none; color: #B4B4B4; text-transform: uppercase; font-size: 15px; font-family: 'proxima-nova', sans-serif !important; width: 220px; padding: 4px 15px;}
.header-search button {color: #F47820; background: none; border: none; font-size: 18px; position: absolute; top: 50%; transform: translateY(-50%); right: 50px;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.reel {z-index: 800;}
/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #F47820;}
.noUi-connect{background: #eee !important; border: 1px #e8e8e8 solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative;background: #F47820 !important;border: 1px solid #F47820;border-radius: 3px;z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #2B2B2B; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #555;}
.example-val{font-size: 16px; font-weight: 700; color: #fff; text-transform: uppercase;}
.example-val span{font-weight: 500;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}

#search-filters {width: 90%; margin: 40px auto; background: #2B2B2B; border-radius: 10px; padding: 30px 0;}
#search-filters .flex-container {display: flex; gap: 30px;}
#search-filters .detailed-search {display: flex; align-items: center; justify-content: space-between; gap: 35px; width: 90%; margin: 0 auto;}
#search-filters .search-row {width: 100%;}
#search-filters .wid90 {width: 100%;}
#search-filters .search-btn button {background: #F47820; color: #fff; border: 2px #F47820 solid; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 5px; width: 160px; padding: 10px 0; font-family: 'inter-variable', sans-serif; font-weight: bold; font-size: 14px;}
#search-filters .search-btn button:hover {background: none; border: 2px #fff solid; color: #fff; transition: .5s;}
#search-filters .keyword-wrapper {padding: 12px 0 12px 15px; border-radius: 5px; border: none; font-size: 14px; text-transform: uppercase; color: #2B2B2B; font-weight: 600;}
#search-filters select.keyword-wrapper {width: 204px;}

#about-contact {background: #EEEEEE; /*margin-top: 45px;*/}
.about-contact-wrap {width: 90%; margin: 0 auto; display: flex; padding: 50px 0; justify-content: space-between; align-items: center;}
.about-contact-wrap > div {width: 43%;}
.about-contact-wrap p span {font-size: 18px !important; line-height: 20px !important; color: #F47820 !important; text-transform: uppercase !important;}
.about-contact-wrap h1 {font-size: 40px; line-height: 45px; color: #191919; text-transform: uppercase; margin-bottom: 20px; margin-top: 10px;}
.about-content p {font-size: 18px; line-height: 28px; color: #545454;}
.about-content button {background: #2B2B2B; padding: 10px 20px; width: 220px; display: flex; justify-content: space-between; border: none; border-radius: 30px; color: #fff; text-transform: uppercase; font-family: 'proxima-nova', sans-serif !important; font-weight: 600; font-size: 16px; align-items: center; margin-top: 25px;}
.about-content button i {font-size: 20px;}
.about-content button:hover {width: 240px; transition: .5s; background: #F47820;}
.contact-bkgrd {background: #2B2B2B; border-radius: 10px;}
.contact-form-wrap {width: 85%; margin: 0 auto; padding: 60px 0 65px 0;}
.contact-form-wrap h2 {font-size: 32px; line-height: 38px; text-transform: uppercase; color: #fff;}
.contact-form-wrap p {color: #fff; font-size: 14px; line-height: 24px; margin: 8px 0 20px 0;}
.contact-form-wrap .form-flex {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px;}
.contact-form-wrap .form-flex > div {width: 48%;}
.contact-form-wrap .form-flex input, .contact-form-wrap .form-flex select {width: 100%; border-radius: 5px; border: none; height: 30px; background: #E8E8E8; margin-top: 3px;}
.contact-form-wrap textarea {width: 100%; background: #E8E8E8; border-radius: 5px; height: 120px; margin-top: 3px;}
.contact-form-wrap label {font-size: 14px; line-height: 24px; text-transform: uppercase; color: #fff;}
.contact-form-wrap label span {color: #F47820;}
.contact-form-wrap .submitselect {background: #F47820; color: #fff; text-transform: uppercase; width: 180px; display: flex; justify-content: center; padding: 8px 0; border-radius: 30px; margin-top: 20px; font-family: 'proxima-nova', sans-serif !important; font-weight: 600; font-size: 16px; border: 2px #F47820 solid;}
.contact-form-wrap .submit {background: #F47820; color: #fff; text-transform: uppercase; width: 180px; padding: 8px 0; border-radius: 30px; font-family: 'proxima-nova', sans-serif !important; font-weight: 600; font-size: 16px; border: none; border: 2px #F47820 solid;}
.contact-form-wrap .CaptchaMessagePanel {color: #fff; font-family: 'proxima-nova', sans-serif !important;}
.contact-form-wrap .CaptchaAnswerPanel input {height: 30px; background: #E8E8E8; border: none; border-radius: 5px;}
.contact-form-wrap .CaptchaWhatsThisPanel a {color: #fff; border-bottom: 1px #fff solid; font-family: 'proxima-nova', sans-serif !important;}
.contact-form-wrap .submitselect:hover, .contact-form-wrap .submit:hover {cursor: pointer !important; background: none; border: 2px #fff solid;}

#home-thankyou .contact-form-wrap button {background: #2B2B2B; padding: 10px 20px; width: 220px; display: flex; justify-content: space-between; border-radius: 30px; color: #fff; text-transform: uppercase; font-family: 'proxima-nova', sans-serif !important; font-weight: 600; font-size: 16px; align-items: center; margin-top: 25px; border: 1px #fff solid;}
#home-thankyou .contact-form-wrap button:hover {width: 240px; transition: .5s; background: #F47820; border: 1px #F47820 solid;}
#home-thankyou .contact-form-wrap button i {font-size: 20px;}

/*---CONTACT---*/
.contact-page {margin-top: 0px !important;}
.contact-page ul li a {color: #2B2B2B; font-size: 18px; line-height: 35px; border-bottom: 1px transparent solid;}
.contact-page ul li a:hover {border-bottom: 1px #2B2B2B solid;}
.contact-page iframe {margin-top: 20px;}

#contact-thankyou .contact-form-wrap button {background: #2B2B2B; padding: 10px 20px; width: 220px; display: flex; justify-content: space-between; border-radius: 30px; color: #fff; text-transform: uppercase; font-family: 'proxima-nova', sans-serif !important; font-weight: 600; font-size: 16px; align-items: center; margin-top: 25px; border: 1px #fff solid;}
#contact-thankyou .contact-form-wrap button:hover {width: 240px; transition: .5s; background: #F47820; border: 1px #F47820 solid;}
#contact-thankyou .contact-form-wrap button i {font-size: 20px;}

/*---REQUEST ACCESS---*/
.access-width {width: 100% !important;}
.access-width h1 {color: #fff !important;}
.access-width span {font-weight: lighter !important;}
.access-width p {font-size: 18px; line-height: 30px;}
.access-width label {font-size: 16px !important; line-height: 28px !important;}
.contact-form-wrap .form-flex select {padding-left: 10px; font-family: 'proxima-nova', sans-serif; font-size: 14px; height: 37px;}
.access-width input {width: 99.5% !important; height: 35px !important;}
.wholesale-radios {margin-top: 40px; margin-bottom: 25px;}
.wholesale-radios input {width: 20px !important; height: auto !important;}
.wholesale-radios > div {display: flex; gap: 25px;}
.wholesale-radios p {margin-bottom: 10px !important;}
.access-width .submit {padding: 4px 0 10px 0 !important; width: 200px !important;}

.access-width button {background: #2B2B2B; padding: 10px 20px; width: 220px; display: flex; justify-content: space-between; border-radius: 30px; color: #fff; text-transform: uppercase; font-family: 'proxima-nova', sans-serif !important; font-weight: 600; font-size: 16px; align-items: center; margin-top: 25px; border: 1px #fff solid;}
.access-width button:hover {width: 240px; transition: .5s; background: #F47820; border: 1px #F47820 solid;}
.access-width button i {font-size: 20px;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer {background: #2B2B2B;}
.footer-wrap {width: 95%; margin: 0 auto; padding: 50px 0 70px 0; display: flex; justify-content: space-between;}
footer p {color: #fff; font-size: 18px; text-transform: uppercase; font-weight: bold; margin-bottom: 10px;}
footer li a {font-size: 16px; color: #fff; line-height: 28px; border-bottom: 1px transparent solid;}
footer .quick-links li a {text-transform: uppercase;}
footer button {background: #F47820; color: #fff; text-transform: uppercase; width: 180px; padding: 8px 0; border-radius: 30px; font-family: 'proxima-nova', sans-serif !important; font-weight: 600; font-size: 16px; border: none; border: 2px #F47820 solid; margin-top: 20px;}
footer li a:hover {border-bottom: 1px #fff solid;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-nav .header-search .keyword-wrapper  {width: 220px !important; border-radius: 30px !important; padding: 4px 15px !important;}
.list-content, .detail-wrapper {margin-top: 50px !important; margin-bottom: 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: #F47820 !important;}
.view-listing-details-link, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn, .internationalproventrucksnethdev-88jlbf, .faceted-search-content .selected-facets-container .selected-facet {background: #2B2B2B !important;}
.disclaimer span {font-family: 'proxima-nova', sans-serif !important; font-size: 14px !important; line-height: 22px !important;}
.internationalproventrucksnethdev-a0om98.MuiPaginationItem-previousNext, .list-content .list-error-container .info button:not(.login-button) {background: #F47820 !important;}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1600px) {
	#search-filters {width: 95%;}
}

@media only screen and (max-width: 1400px) {
	#search-filters .search-btn button {width: 140px;}
	#search-filters .keyword-wrapper, #search-filters select.keyword-wrapper {width: 160px;}
	.example-val {font-size: 15px;}
}

@media only screen and (max-width: 1300px) {
	.header-wrap img {width: 300px;}
	.header-search .keyword-wrapper {width: 200px; font-size: 14px;}
	.header-search button {font-size: 17px; top: 36px; right: 45px;}
	.about-contact-wrap {width: 95%;}
	.about-contact-wrap > div {width: 47%;}
	#header div button {width: 200px; font-size: 11px;}
}

@media only screen and (max-width: 1150px) {
	.header-search, .header-nav {display: none;}
	#search-filters .search-btn button {width: 140px;}
	#search-filters .keyword-wrapper, #search-filters select.keyword-wrapper {width: 160px;}
	.example-val {font-size: 15px;}
}

@media only screen and (max-width: 1050px) {
	#search-filters .detailed-search {flex-wrap: wrap; justify-content: space-between}
	#search-filters .keyword-wrapper, #search-filters select.keyword-wrapper, #search-filters .search-btn button {width: 100%;}
	#search-filters select.keyword-wrapper {width: calc(100% + 15px);}
	#search-filters .zip-code {width: 47.5%;}
	#search-filters .search-btn {width: calc(100% + 15px);}
	.about-contact-wrap {flex-wrap: wrap; gap: 65px;}
	.about-contact-wrap > div {width: 100%;}
	.contact-form-wrap {width: 90%;}
}

@media only screen and (max-width: 850px) {
	/*#search-filters .search-btn, */#search-filters .zip-code {width: 47%;}
}

@media only screen and (max-width: 700px) {
	/*#search-filters .search-btn, */#search-filters .zip-code {width: 46.5%;}
}

@media only screen and (max-width: 600px) {
	#search-filters .search-btn {width: 100%;}
	#search-filters .zip-code {width: 97%;}
	#search-filters .flex-container {flex-wrap: wrap;}
	.contact-form-wrap .form-flex > div {width: 100%;}
	.contact-form-wrap .form-flex input {height: 35px;}
	.about-content p {font-size: 17px; line-height: 27px;}
	.about-contact-wrap h1 {font-size: 38px; line-height: 43px; margin-bottom: 15px; margin-top: 5px;}
	.about-contact-wrap p span {font-size: 17px !important;}
}

@media only screen and (max-width: 500px) {
	.footer-wrap {flex-wrap: wrap; gap: 40px;}
	.footer-wrap > div {width: 100%;}
}

@media only screen and (max-width: 450px) {
	.header-logo {width: 100%;}
	.header-logo a {width: 100%;}
	.header-logo img {width: 85%;}
	.header-wrap > div {width: auto;}
	#search-filters .zip-code {width: 96%;}
	.about-contact-wrap p span {font-size: 16px !important;}
	.about-contact-wrap h1 {font-size: 35px; line-height: 40px;}
	.about-content p {font-size: 16px; line-height: 26px;}
	.contact-form-wrap h2 {font-size: 30px; line-height: 35px;}
	.about-content button, .contact-form-wrap .submitselect, .contact-form-wrap .submit, footer button, #home-thankyou .contact-form-wrap button, #contact-thankyou .contact-form-wrap button, .access-width button {font-size: 15px;}
}

@media only screen and (max-width: 350px) {
	#search-filters .zip-code {width: 95%;}
	.about-contact-wrap h1 {font-size: 32px; line-height: 37px;}
	#header div a, #header div button {width: 100%;}
	.header-wrap {padding: 15px 0;}
	#header div {padding: 10px 0;}
	.access-width p {font-size: 16px; line-height: 26px;}
	.access-width label {font-size: 14px !important; line-height: 26px !important;}
}



