﻿/***** 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 --------*/

html{scroll-behavior: smooth;}
body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.fixed-header{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
    z-index: 10;
}
.topheader{
	background: #335eab;
	color: #fff;
	font-family: bebas-neue-pro-semiexpanded, sans-serif;
	font-weight: 800;
	font-size: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	height: 48px;
	align-items: center;
	padding: 0 12.8%;
}
.topheader a{
	color: #fff !important;
	margin-left: 16px;
}

.btn-circle{
	background: #fff;
	width: 26px !important;
	height: 26px !important;
	display: inline-block;
	text-align: center;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
}
.topheader a i{	
	font-weight: 400;
	color: #335eab !important;
	font-size: 16px;
	line-height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.header {
	background: url("/siteart/bg-header-1.png") center center repeat-x;	
	-moz-background-size: 1950px auto;
	-o-background-size: 1950px auto;
	-webkit-background-size: 1950px auto;
	background-size: 1950px auto;
}

.header .flex{
	padding: 9px 12.8%;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.header-phone{
	
	font-family: bebas-neue-pro-semiexpanded, sans-serif;
	font-weight: 800;
	font-size: 50px;
	letter-spacing: 2px;
	color: #204a90 !important;
}

/*---BODY--------------------------------*/

.wrapper{
	padding: 0 12.8%;
}
.padding-vertical{
	padding: 50px 0;
}
.margin-vertical{
	margin: 50px 0;
}
.nopad-top{padding-top: 0 !important;}
.nopad-bottom{padding-bottom: 0 !important;}
.nomargin-bottom{margin-bottom: 0 !important;}
.flex{
	display: flex;
}
.flex-wrap{flex-wrap: wrap;}
.justify-center{justify-content: center;}
.justify-around{justify-content: space-around;}
.align-center{
	align-items: center;
}
.col33{width: 33.33333%;}
.col40{width: 40%;}
.col60{width: 60%;}
.col50{width: 50%;}
.col80{width: 60%;}


.panel-rounded{
	box-sizing: border-box;
	padding: 50px;
	background: #fff;
	width: 80%;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

	.panel-rounded.inv-panel{
		padding: 20px !important;
	}
.panel-rounded .heading-sm{
	color: #1b1a1a;
}

.pad{
	padding-right: 5%;
	padding-left: 2.5%;
	box-sizing: border-box;
}

.hero{
	background: url("/siteart/bg-hero-swamp-1.jpg") center top repeat-x; 
	-moz-background-size: auto 1000px;
	-o-background-size: auto 1000px;
	-webkit-background-size: auto 1000px;
	background-size: auto 1000px;
	padding: 260px 8.2% 50px;
	color: #fff;
}
.secondary-page-header{
	background: url("/siteart/bg-swamp-fade.png") top center repeat-x; 
	-moz-background-size: 2000px auto;
	-o-background-size: 2000px auto;
	-webkit-background-size: 2000px auto;
	background-size: 2000px auto;
    position: relative;
	padding-top: 260px;
	padding-bottom: 50px;
}
.secondary-page-header:before{
	background: #203e74 url("/siteart/bg-swamp-blur.jpg") bottom center repeat-y; 
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
    position: absolute;
	
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.secondary-page-header .heading-special{
    margin-bottom: 0;
	padding-bottom: 30px;
}

.hero img{
	max-width: 100%;
}

.hero .col60{
	padding: 5% 0 10%;
}


/* BACKGROUND */

.bg-blue-swamp{
	background: url("/siteart/bg-blue-swamp.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}



.panel{
	padding: 40px; 
	background: #345eaa;
	box-sizing: border-box;
	margin: 0 !important;
}
.panel.col33:nth-of-type(2), .panel + .panel{
	background: #2b4e8e;
}
.panel.col33:nth-of-type(3), .panel + .panel + .panel{
	background: #203e74;
}

.panel.col33{
	width: 33.3333333%;
}
/* TYPOGRAPHY */
.center{text-align: center;}

.blue{color: #345eaa !important;}
.white{color: #fff !important;}





.disc-list{
	list-style: circle;
	
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 25px;
	color: #fff;
	box-sizing: border-box;
}
.panel-rounded .col60.pad .disc-list{
	list-style: circle;
	color: #1b1a1a;
	margin-left: 25px;
	column-count: 2;
}
.panel-rounded .col60.pad .disc-list li::marker {
	color: #1b1a1a;
}
.disc-list li::marker, .icons-list li a{
	color: #fff;
	text-transform: uppercase;
}
.disc-list li{
	margin-bottom: 10px;
	position: relative;
	font-weight: 700;
}
.icons-list li{
	margin-bottom: 10px;
	position: relative;
	font-weight: 700;
	padding-left: 30px;
	font-family: bebas-neue-pro-expanded, sans-serif;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 3px;
	color: #fff;
}
.icons-list li i.fab{
	font-weight: 400 !important;
}

.heading{
	font-family: bebas-neue-pro-semiexpanded, sans-serif;
	font-weight: 800;
	letter-spacing: 12px;
	font-size: 60px;
	
	text-transform: uppercase;
}
.heading-sm{
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 800;
	letter-spacing: 8px;
	font-size: 32px;
	
	color: #d2d4d3;
	text-transform: uppercase;
}
.heading-sm + .heading-special{
    margin: 10px 0px 0;
}
.heading-special{
	font-family: cherry-blossoms-wide, sans-serif;
	letter-spacing: -4px;
	font-size: 130px;
	margin-bottom: 16px;
    line-height: .8;
    margin-top: 16px;
	
}
.underline{
    border-image: url(/siteart/border-dots.png) 9 round;
    border-image-repeat: repeat;
    border-top: solid 9px;
	max-width: 480px;
	margin: 0 auto 50px;
	width: 87.2%;
	
}
.col60 .underline{
    border-image: url(/siteart/border-dots.png) 9 round;
    border-image-repeat: repeat;
    border-top: solid 9px;
	max-width: 480px;
	margin: 50px auto 50px;
	width: 100%;
	
}
.heading-special + .underline{
	margin: 10px auto 50px;
}
.aalt{
	
    font-feature-settings: "aalt" 2;
}
.hero .heading{
    margin-top: -8px;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.7);   
	font-size: 42px;
    margin-bottom: 10px;
    letter-spacing: 8px;
}

.bg-blue-swamp ul{
	max-width: 640px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	column-count: 2;
}

.bg-blue-swamp p:not(.heading-sm){
	
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	
	
    max-width: 680px;
    margin: 0 auto 25px;
    text-align: left;
}
.bg-white p:not(.heading-sm), .panel-rounded:not(.inv-panel) p:not(.heading-sm){
	
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #1b1a1a;
	margin-bottom: 25px;
}
/* BUTTONS */

.cta{
	font-family: bebas-neue-pro-semiexpanded, sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 52px;
	width: 286px;
	max-width: 100%;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	display: block;
	background: #2f61ad;
	color: #fff;
	text-transform: uppercase;
	border: solid 2px #fff;
	box-sizing: border-box;
	
	-moz-transition: ease-in-out all 0.2s;
	-o-transition: ease-in-out all 0.2s;
	-webkit-transition: ease-in-out all 0.2s;
	transition: ease-in-out all 0.2s;
	
	cursor: pointer;
	
	
}
.cta:hover{
	background: #4275c1;
}
.hero .cta{

	border: none;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.9);
	margin-left: 10%;
}
.center .cta{
	margin: 50px auto 0;
}

.cutout-link{
	text-align: center;
	font-family: bebas-neue-pro-semiexpanded, sans-serif;
	text-transform: uppercase;
}
.cutout-link img{
	max-width: 100%;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.cutout-link:hover img{
	transform: translateY(-10px);
}
.cutout-link p{
	font-weight: 800;
	font-size: 20px;
	color: #1b1a1a;
}
.cutout-link h2, .cutout-link h3, .cutout-link h4, .cutout-link h5, .cutout-link h6{
	font-weight: 800;
	font-size: 44px;
	color: #2f61ad;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.cutout-link:hover h2, .cutout-link:hover h3, .cutout-link:hover h4, .cutout-link:hover h5, .cutout-link:hover h6{
	color: #4275c1;
}

/* VIDEOS */

.responsive-video video{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	display: block;
}

/* BRANDS */


.brandbar{
background:#fff;
width: calc(90% - 60px);
margin: 0 auto;
text-align:center;
}

.brandbar .slick-prev, .brandbar .slick-next{
	width: 36px;
	height: 36px;
}
.brandbar .slick-next {
    right: -4%;
}
.brandbar .slick-prev {
    left: -4%;
}
.brandbar .slick-prev:before, .brandbar .slick-next:before{
	color: #345eac;
	font-size: 36px;
	opacity: 1 !important;
}


.brandbar a{
	margin: 15px;
	width: calc(100% - 30px);
	padding: 0 25px;
	border: solid 1px #345eac;
	box-sizing: border-box;
	text-align: center;
	
	min-height: 180px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}


.brandbar a img{
	max-width: 80%;
	margin: 0 auto;
}


/*--------FORM STYLES--------------------*/

.secondary-page-header .custom-form, .secondary-page-header .custom-form .CaptchaWhatsThisPanel a{
	color: #fff !important;
}
.custom-form input{
	width: 100%;
	padding: 10px;
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #1b1a1a;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.custom-form .flex{
	gap: 10px;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-family: bebas-neue-pro-expanded, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;
}

.CaptchaPanel{
	font-family: bebas-neue-pro-expanded, sans-serif;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #1b1a1a !important;
}

.custom-form .cta{
	margin:  0 auto !important;
}


/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	
    background: #345eaa;
	color: #fff;
}
.footer .padding-vertical{
	padding: 76px 0;
}
.footer ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.footer ul li a {
	color: #fff;
	font-family: bebas-neue-pro-semiexpanded, sans-serif;
	font-weight: 800;
	
	text-transform: uppercase;
	font-size: 20px;
	padding: 12px;
    box-sizing: border-box;
    display: block;
	
}

.bottomfoot{
	background: #2b4e8e;
	color: #fff;
	border-top: #82a6d4 solid 1px;
	text-transform: uppercase;
	font-family: bebas-neue-pro-expanded, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding: 30px 0;
	position: relative;
	
}
.bottomfoot .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottomfoot a{
	color: #fff;
}
.bottomfoot a.logo{    
	position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv .container {
    max-width: 1580px;
    width: 100%;
}
#inv .list-content, #inv .detail-wrapper {
    max-width: 100% !important;
}
.scrolling-wrap{
	height: 90px;
	width: 100%;
	border-image:  repeating-linear-gradient( -45deg, #2f61ad, #2f61ad 5px, #fff 5px, #fff 10px) 10;
	background: #eee;
	border-top: 13px solid;
	border-bottom: 13px solid;
}
.scrolling-wrap iframe{
	width: 100%;
    height: 90px;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons):not(.fa-solid){
    font-family: bebas-neue-pro-expanded, sans-serif;} /* Reset font, ignore icons */
#inv .listing-prices__msrp-price, #inv .msrp{
	color: #e12826 !important;
}

.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;
}

/* CUSTOM */

.listing-prices__retail-price {
    color: #335eab !important;
}

.dealer-contact.dealer-contact_retail {
    background-color: #335eab;
    color: #fff;
}

.dealer-contact.dealer-contact_retail a, .dealer-contact.dealer-contact_retail button, .dealer-contact.dealer-contact_retail p, .dealer-contact.dealer-contact_retail span {
    color: #fff !important;
}




span.compare-label, .list-listings-count{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:#335eab !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: #2b4e8e !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 {color: #1b1a1a !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: #2b4e8e !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: #2b4e8e !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .back-button, .mobile-option-bar-filter {border-color: #1b1a1a!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: #2b4e8e!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) {
	.hero .col40, .hero .col60{width: 50%;}
	
	.footer .col60{
		width: 87.2%;
	}
}

@media only screen and (min-width:1080px) {
	.show-md{display: none;}
}
@media only screen and (max-width:1079px) {
	.hide-md{display: none;}
	
	.topheader{
		justify-content: center; 
		position: fixed; 
		top: 0;
	 	left: 0;
		right: 0;
		z-index: 500;
		box-shadow: 0 0 12px 0 rgba(0,0,0,0.33);
	}
	.topheader a{
		position: relative; 
	}
	.header .flex{
		justify-content: center; 
		padding-top: 54px;
	}
	
	.hero{
		-moz-background-size: auto 860px;
		-o-background-size: auto 860px;
		-webkit-background-size: auto 860px;
		background-size: auto 860px;
	}
	.hero .col40, .hero .col60{width: 100%; padding: 50px 0 100px;}
	.col50{width: 100%;}
	.hero > .flex{justify-content: center; text-align: center;}
	.hero > .flex .cta{margin: 0 auto;}
	
	.hero .col33{width: 100%; margin-bottom: 40px;}
	
	.bg-blue-swamp .col60, .bg-white .col60, .col80 {
		width: 100%;
		padding: 0 6.4%;
		box-sizing: border-box;
	}
	
	.panel-rounded{
		padding: 50px 6.4%;
		width: 100%;
		border-radius: 0px;
	}
	
	.panel-rounded .col60{
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.panel-rounded.inv-panel{
		padding: 20px 5px !important;
	}
	.secondary-page-header{
		padding-bottom: 0;
	}
.secondary-page-header .col80{
	background: #203e74 url("/siteart/bg-swamp-fade.png") top center repeat-x; 
	-moz-background-size: auto 1000px;
	-o-background-size: auto 1000px;
	-webkit-background-size: auto 1000px;
	background-size: auto 1000px;
		padding-bottom: 50px;
}
	.col60 .col60, .bg-white .col40, .panel-rounded .col40{padding: 0 !important; width: 100%;}
	.col60.pad{
		
		padding-left: 0%;
		padding-right: 0%;
	}
	.panel-rounded .col40:first-of-type{
		margin-bottom: 40px;
	}
	.bg-white .col40 iframe {
		margin-top: 50px;
	}
	.bg-white .col40 img {
		width: 100%;
	}
	.responsive-video video{
		width: 100%;
	}
	
}



@media only screen and (min-width:768px) {
	.show-sm{display: none;}
}


@media only screen and (max-width: 767px) {
	.hide-sm{display: none;}
	
	
	
	.heading-special {
		font-size: 80px;
		margin-top: 10px;
	}
	.heading-sm + .heading-special{

		margin-top: 0px;
	}

	.brandbar .slick-next {
		right: -8%;
	}
	.brandbar .slick-prev {
		left: -8%;
	}
	.panel.col33 {width: 100%;}
	

	
	.footer ul{	
    	justify-content: center;
	}
	.bottomfoot{	
   		padding: 60px 0 30px;
	}
	.bottomfoot .wrapper{
		flex-direction: column;
		justify-content: center;
	}
	
	.bg-blue-swamp ul{
		max-width: 600px; 
		padding: 0 6.4%;
		text-align: left; 
		margin-left: auto; 
		margin-right: auto; 
		column-count: 1;
	}


	.panel-rounded .col60.pad  .disc-list{
		column-count: 1;
	}

}


@media only screen and (max-width: 480px) {

	
.custom-form .flex{
	flex-wrap: wrap;
	gap: 0;
}
.hero .heading{
    margin-top: -8px; 
	font-size: 24px;
    margin-bottom: 14px;
    letter-spacing: 6px;
}
	.column-xs{flex-wrap: wrap; flex-direction: column;}
	.column-xs .col33{border-right: none !important; border-bottom: solid 1px #fff; width: 100% !important;}
	
}






