﻿/***** 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{
	padding: 20px 5% 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.header .logo img{
	max-width: 100%;
}


/*---BODY--------------------------------*/

.hero{
	padding: 20% 20px;
	color: #fff;
	font-family: source sans pro, sans-serif;
	position: relative;
}
.hero.main{
	padding: 20% 20px calc(20% - 40px);
	color: #fff;
	font-family: source sans pro, sans-serif;
	position: relative;
	overflow: hidden;
	
	background: rgba(120,120,120,0.5);
}

.bg-video{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    width: 128%;
	z-index: -1;
	filter: grayscale(1);
}
.hero.short{
	padding: 12% 20px;
}
.hero a:not(.cta){
	color: #fff !important;
}
.hero-text{
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.cta-box{
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding-top: 80px;
}
.hero-text p{
	font-family: source sans pro, sans-serif;
	line-height: 1.5;
	font-size: 21px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}
.cta-box .cta, .center .cta{
	margin: 0 auto;
}
.hero-text .heading{
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
}
.contact-heading{
    color: #fff !important;
    line-height: 1.2 !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    margin-bottom: 14px !important;
}
.contact-heading a{
    color: #0a436b !important;
}

.bg-blue{
	background: #0a436b;
	color: #fff;

	font-family: lato, sans-serif;
	line-height: 2;
	font-size: 15px;
	font-weight: 400;
}
.bg-blue a{
	color: #fff;
}
.bg-blue a i{
	padding-right: 15px;
}

.bg-hero{
	background: #999;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	filter: grayscale(1) contrast(1);
	z-index: -1;
	
}
.bg-caravan{
	background: url("/siteart/hero-caravan-2016.jpg") center 47%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-cirrus{
	background: url("/siteart/hero-caravan-2016.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-inv{
	background: url("/siteart/2313-inventory.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-resources{
	background: url("/siteart/4891-resources-alt.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-contact{
	background: url("/siteart/6184-contact.jpg") center 20%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	filter: grayscale(1) brightness(1) contrast(1);
}

.wrapper{padding: 0 5%;}
.wrapper-inv{padding: 0 5%; max-width: 1120px; margin: 0 auto;}
.wrapper-inv h2{margin-bottom: 20px;}
.wrapper-inv .cta{margin: 0 auto;}
.verticalpad{padding: 6% 0 9%;}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.center{text-align: center;}
.col50{width: 50%;}
.pad{
	padding: 40px;
	box-sizing: border-box;
}
.nopad-bottom{
	padding-bottom: 0 !important;
}
.bg-white p{
	font-family: lato, sans-serif;
	line-height: 2;
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
.heading{
	font-family: source sans pro, sans-serif;
	line-height: 1.5;
	font-size: 36px;
	color: #000;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}

.cta{
	font-family: source sans pro, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	max-width: 320px;
	width: 100%;
	text-transform: uppercase;
	border: solid 1px #fff;
	padding: 18px 0;
	color: #fff;
	transition: ease-in-out all 0.3s;
	
}
.hero.main .cta{
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	
}
.hero.main .cta:hover{
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
.cta:hover{
	letter-spacing: 3px;
	color: #0a436b;
	background: #fff;
}
.bg-white .cta{
	border-color: #000;
	color: #000;
}
.bg-white .cta:hover{
	color: #fff;
	border-color: #0a436b;
	background: #0a436b;
}


.map{
	padding: 0 30px 30px;
	background: #0a436b;
}

/* TEAM */

.team-box{
	background: #0a436b;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.team-box p:first-of-type{
	    color: rgba(255,255,255,0.5);
}
.team-box p{
	color: #fff;
}


.team-box .heading{
    color: #fff;
    text-align: left;
    margin-bottom: 16px;
    border-left: solid 10px #9e3223;
    line-height: 26px;
    padding-left: 10px;
}
.team-box .team-photo{
	width: 25%;
	overflow: hidden;
	position: relative;
}
.team-box .pad{
	width: 75%;
	box-sizing: border-box;
	padding: 6%;
}

.team-box .team-photo img{
    height: 105%;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/* CUSTOMER RESOURCES */


.justify-center{
	justify-content: center;
}
.bg-dark{
	background: #232323;
	color: #fff;
}
.bg-red{
	background: #9e3223;
	color: #fff;
}
.resource-link{
	text-align: center;
	width: 23%;
	margin: 1%;
	box-sizing: border-box;
}
.resource-link > div{
background: #fff;
	border: solid 1px #fff;
}
.resource-link:nth-of-type(5){
	width: 100%;
}
.resource-link:hover h3{
	
    letter-spacing: 3px;
}
.resource-link h3{
	color: #fff;

	font-family: source sans pro, sans-serif;
	line-height: 1.5;

    font-size: 18px;
    letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
	transition: ease-in-out 0.3s all;
}
.resource-link img{
	max-width: 100%;
	padding: 20px;
	box-sizing: border-box;
	filter: saturate(1) brightness(1);
	transition: ease all 0.4s;
}
.resource-link:hover img{
	filter: saturate(1.1) brightness(1.1);
}

/*--------FORM STYLES--------------------*/

.bg-white form{font-family: source sans pro, sans-serif; font-size: 14px; font-weight: 400;}
.bg-white form button{background: none; cursor: pointer;}
.bg-white form ::placeholder{
	color: #000;
}
.bg-white form input{
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	font-family: lato, sans-serif;
	border: none;
	color: #000;
	background: #d9d9d9;
	outline: none !important;
	appearance: none !important;
	width: 100%;
	margin-bottom: 10px;
}
.bg-white form input.col50{
	width: 50%;
}
.bg-white form textarea{
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	font-family: lato, sans-serif;
	border: none;
	color: #000;
	background: #d9d9d9;
	line-height: 2;
	resize: vertical;
	width: 100%;
	height: 140px;
}

.CaptchaMessagePanel{font-family: source sans pro, sans-serif !important; font-weight: 400 !important; font-size: 14px;}
.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	background: #232323;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 66px 20px;
	font-family: lato, sans-serif;
	font-weight: 300;
	font-size: 14px;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv{padding: 5% 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons):not(.list-title-text):not(.detail-title){font-family: lato, sans-serif!important;} /* 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;}
.compare-chkbox-container .compare-listings .fa-check {
    top: -2px !important;
    left: 6px !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 {background:#9e3223 !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: #0a436b !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: #232323 !important;}
 
/* heading */
#inv .list-content .list-title .list-title-text, #inv .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, #inv .main-detail-data .detail-title, #inv .parts-title-text {padding-left: 4px; font-family: source sans pro, sans-serif !important; text-transform: uppercase; font-weight: 900;}

.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: #0a436b !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: #0a436b !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #232323!important; color: #232323!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 {background-color: #0a436b!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: 1600px) {
	.bg-video{
		width: 2000px;
	}
}
@media only screen and (max-width: 1200px) {
	.resource-link{
		width: 48%;
	}	
	
	.bg-video{
		width: 1600px;
	}
}

@media only screen and (max-width: 1023px) {
	.header .logo{
		padding: 10px;
	}
	.header{
		padding: 0;
		justify-content: center;
	}	
	
		
	.team-box .team-photo{
		width: 100%;
		overflow: hidden;
		position: relative;
		filter: grayscale(1);
		padding-bottom: 60%;
	}
	.team-box .team-photo img{
		width: 105%;
		height: auto;
	}
	.team-box .pad{
		width: 100%;
		box-sizing: border-box;
		padding: 40px;
	}
	
}

@media only screen and (max-width: 850px) {
	.col50:first-of-type .pad{padding-bottom: 0 !important;}
	.pad{padding-left: 0; padding-right: 0;}
	.col50{width: 100%;}	
	.cta{max-width: 375px; margin: 0 auto;}

		.bg-hero{
		filter: grayscale(1) contrast(0.3);
	}
	

}

@media only screen and (max-width: 450px) {
	.hide-sm{
		display: none;
	}
	.heading{font-size: 30px;}
	.hero.main{
		padding-bottom: 64%;
		padding-top: 35%;
	}
	.hero .cta-box{
		background: #0a436b;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
    	padding: 36px;
	}
	.hero{
		padding: 35% 20px;
	}
	
	.resource-link{
		width: 98%;
	}
	.resource-link > div{

		height: 180px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.contact-heading{
		text-align: center;
		font-size: 30px;
		    margin-bottom: 60px !important;
	}
	
	
	.hero.short{
		padding: 20% 20px;
	}
}
@media only screen and (max-height: 740px) {
	.hero.main{
		padding-bottom: 44%;
		padding-top: 12%;
	}
	.hero-text .heading, .heading {
		font-size: 24px;
	}
}
@media only screen and (min-width: 451px) {
	.show-sm{
		display: none;
	}
	
}







