﻿/***** 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 {
	font-family: paralucent, sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.nwa-header{
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
    width: calc(100% - 60px);
	box-sizing: border-box;
	background: #fff;
	font-family: paralucent, sans-serif;
	z-index: 400;
	box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.13);
}
.logo img{
	max-width: 100%;
}
.nwa-header > .flex{
	justify-content: space-between;
	padding: 15px 40px;
	
	align-items: center;
}

.nwa-top-header{
	background: #f9f9f9;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.5px;
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}
.nwa-top-header > div{
	display: flex;
	justify-content: space-between;
}
.nwa-top-header a{
	line-height: 48px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
}
.nwa-top-header a i{
	padding-right: 5px;
	color: #e32f2f;
}
.nwa-top-header > div a:nth-of-type(1){
	padding-right: 20px;
}


/*---BODY--------------------------------*/

.pad{padding: 30px;}
.verticalpad{padding: 10% 0;}

.wrapper-sm{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.col25{
	width: 25%;
	box-sizing: border-box;
	position: relative;
}

/* HERO */


.hero{
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	padding-top: 395px;
	padding-bottom: 395px;
}
.hero.short{
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	padding-top: 280px;
	padding-bottom: 60px;
	text-align: center;
	position: relative;
}

.hero.short:before{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	background: rgba(255,255,255,0.5);
	z-index: 0;
}
.hero-text{
	padding: 0 60px;
	position: relative;
	font-family: paralucent, sans-serif;
}
.hero-text p{
	font-size: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
.hero-text h1{
	font-size: 100px;
	letter-spacing: 2px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/* BACKGROUNDS & COLORS */

.red{
	color: #e32f2f;
}


.bg-offwhite{
	background: #f6f6f6;
}
.bg-flag{
	background: rgba(255,255,255,0.4) url(/siteart/bg-flag.png) center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-transition{
	background: url("/siteart/transition.png") center bottom no-repeat;
	-moz-background-size: 2000px auto;
	-o-background-size: 2000px auto;
	-webkit-background-size: 2000px auto;
	background-size: 2000px auto;
	padding: 120px 0 220px;
	margin-bottom: -220px;
	margin-top: -275px;
}


/* TYPOGRAPHY */

.center{text-align: center;}
.heading{
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900;
}

.bg-flag .heading, .bg-white .heading, .bg-black .heading{
	margin-bottom: 45px;
}
.bg-flag p, .bg-white p, .bg-black p{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 300;
	margin-bottom: 45px;
}
.bg-white p a{
	color: #000;
	font-weight: 700;
}

/* BUTTONS */

.cta{
	font-family: paralucent, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	
	background: #e32f2f;
	color: #fff;
	
	text-align: center;
	padding: 12px;
	max-width: 180px;
}

.center .cta{
	margin: 0 auto;
}

.cta-lg{
	font-family: paralucent, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	position: relative;
	box-sizing: border-box;
	
	width: calc(33.33333% - 20px);
	margin-right: 30px;
	margin-bottom: 14px;
	
	padding: 36px 20px 24px;
	
}
.cta-lg.wide{
    width: calc(66.666666% - 10px);	
}
.cta-lg:after{
	content: '';
	position: absolute;
	display: block;
	top: 100%;
	height: 14px;
	left: 0;
	right: 0;
	width: 100%;
	
	background: #cbd6d4;
	opacity: 0.9;
	
}
.cta-lg.light{
	background: url("/siteart/bg-button.png") center center repeat-x;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.cta-lg.dark{
	background: url("/siteart/bg-button-dark.jpg") center center repeat-x;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.cta-lg.red{
	background: url("/siteart/bg-button-red.jpg") center center repeat-x;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.cta-lg:last-of-type{
	margin-right: 0px;
}
.cta-lg p{
	font-family: paralucent, sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}
.cta-lg .heading{
	font-weight: 700;
}
.cta-lg.light p{
	color: #e32f2f;
}
.cta-lg.light .heading{
	color: #000;
}

.cta-lg.dark .heading, .cta-lg.dark p{
	color: #ffffff;
}
.cta-lg.red .heading, .cta-lg.red p{
	color: #ffffff;
}

/* MISC */

#copy-section{
	z-index: 50;
	position: relative;
	
	box-shadow: 0 5px 10px 0 rgb(207 217 215);
}
/*--------FORM STYLES--------------------*/

.custom-form input{
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px;
	font-family: paralucent, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;
}
.custom-form .flex > input{
	width: calc(50% - 10px);
	margin-right: 10px;
}
.custom-form textarea{
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px;
	font-family: paralucent, serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;
}

.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #000 !important;
}
button.cta{
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
    width: 100%;
}



/*-------- FOOTER STYLES ----------------*/
footer{}


.footer{
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
	text-transform: uppercase;
	
	background: #000000;
	color: #fff;
	font-family: paralucent, sans-serif;
}

.footer .col25{
	padding: 60px 30px;
	border-right: solid 1px #737877;
}
.footer .col25:last-of-type{
	border-right: none;
	text-align: center;
	padding-left: 60px;
}

.footer .col25 ul li a{
	color: #fff;
	font-size: 16px;
	margin-bottom: 13px;
	letter-spacing: 2px;
	display: inline-block;
}
.footer .col25 ul li:last-of-type a{
	margin-bottom: 0;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


#inv *:not(.loading-spinner):not(.loader):not(.mobile-option-bar-filter):not(.lds-ring *){border-radius: 0!important;}


#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){
    font-family: paralucent, sans-serif;} /* Reset font, ignore icons */


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px !important;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{
	margin-top: 0 !important;
}
span.compare-label{padding-left: 4px !important;}

.list-content .list-error-container .info .selected-facet, .list-content .list-error-container .info .selected-facet button {
    background: transparent !important;
}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .apply-button, .Manufacturer-button, .Model-button {background:#e32f2f !important; color: #fff !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn {background: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title, #no-compare-listings h2 span {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {padding-left: 4px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .page-nav, .contact-options a {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .back-button, .mobile-option-bar-filter {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details, .cs-btns a, .list-error-container .info > div > button {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{padding: 20px 0;box-sizing: border-box;}






/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1439px) {

	.col25{
		width: 33.33333%;
	}
	.footer .col25:nth-of-type(3){
		border-right: none;
	}
	.footer .col25 ul li a {
		font-size: 14px;
	}
	.footer .col25:nth-of-type(4){
		width: calc(100% + 60px);
		margin: 0 -30px;
		background: #333;
		padding-left: 30px;
	}
}
@media only screen and (max-width: 1279px) {

	.cta-lg p{
		font-size: 18px;
	}
	.cta-lg .heading{
		font-size: 30px;
	}
}

@media only screen and (max-width: 1079px) {
	
	.nwa-top-header{display: none;}
	.nwa-header .logo{
		display: block;
		margin: 0 auto;
	}
	
	.nwa-header{
		top: 15px;
		left: 15px;
		right: 15px;
		width: calc(100% - 30px);
	}
	.pad{padding: 15px;}
	
.verticalpad{padding: 60px 0;}
	
	.hero-text{
		padding: 0 30px;
		position: relative;
	}
	.hero-text h1{
		font-size: 44px;
		line-height: normal;
	}
	
	.heading{
		font-size: 30px;
		line-height: normal;
	}
	
	.hero{
		position: relative;    
		padding-top: 300px;
    	padding-bottom: 275px;
	}
	.hero:before{
		position: absolute;
		content: '';
		display: block;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		
		background: rgba(255,255,255,0.5);
		z-index: 0;
	}
	
	.cta-lg, .cta-lg.wide{
		width: 100%;
		margin: 0 0 30px;
		padding: 22px 20px 14px;
	}
	
	.bg-transition{
		-moz-background-position: top center;	
		-o-background-position: top center;	
		-webkit-background-position: top center;	
		background-position: top center;	
		position: relative;
	}
	.bg-transition:before{
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		bottom: 0;
		left: 0;
		right: 0;
		background: #f6f6f6;
	}
	
	
	
}


@media only screen and (max-width: 767px) {

	.custom-form .flex input, .custom-form textarea{
		width: 100%;
		margin-right: 0;
	}
	.col25{
		width: 100%;
		border: none;
	}
	.footer .col25{
		width: 100%;
		border: none;
		padding-left: 0;
	}
	.footer .col25:nth-of-type(2){
		padding: 0 30px 0 0;
	}
}






