﻿@charset "UTF-8";

/* RESET 
------------------------------------------------*/
* {margin:0; padding:0; border:0; outline:0; background:transparent;}

ol, ul {}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {font-size:100%; font-family:'Raleway', sans-serif !important; background:#fff;}

/* SELECTION */	
::selection {color:#fff; background: #f30601;}
::-moz-selection {color:#fff; background: #f30601;}


/* CLEAR */
.clear {clear: both;}

/* HEADERS */
h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
h1 {font-size:26px; font-weight:800; font-style:italic; color:#454545;}
h2 {font-size:24px; font-weight:normal;}
h3 {font-size:20px; font-weight:normal;}
h4 {font-size:18px; font-weight:normal;}
h5 {font-size:16px; font-weight:normal;}
h6 {font-size:14px; font-weight:normal;}


/* PARAGRAPH/LIST/GENERAL TEXT */

/* LINKS */
a{-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;}
a:link, a:visited {color:#202020; text-decoration:underline;}
a:hover, a:active {color:#f30601; text-decoration:none;}

a[href^="tel:"] {color:inherit; text-decoration:none;}

/* IMAGES */
img {display:block;}

/* TEXT EMPHASIS */
em {font-style:italic;}
strong {font-weight:700;}

/* TEXT STYLINGS */
.dark {color:#131313;}
.gray {color:#4F4F4F;}
.heavy {font-weight:800;}

/* ALIGNMENT */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}












/* SITE FORM
------------------------------------------------*/
.site-form {margin:45px 0 0 0; padding:0;}

.site-form .search-cells {width:20%; *width: 20%; min-width:175px; box-sizing: border-box;}
.site-form .search-button {width:10%; *width: 10%; min-width:175px; box-sizing: border-box;}

.site-form .two-cells {width:49%; *width: 49%; box-sizing: border-box;}
.site-form .three-cells {width:32.3%; *width: 32%; box-sizing: border-box;}
.site-form .two-cells-wrap {display:flex; flex-flow:row wrap; justify-content:space-around; width:60%; margin:0 auto;}
.site-form .full-cell {width:99% !important;}
.site-form .last {margin-right:0 !important;}

.short-textbox {height:100px !important;}

.site-form .instructions {font-size:14px; color:#777; margin:6px 0 6px 0; text-transform: capitalize;}
.site-form .note {font-size:12px; font-style:italic; color:#777; text-align:center; margin:8px 0 0 0;}

.site-form input[type="text"], .site-form input[type="email"], .site-form input[type="number"], .site-form input[type="time"], .site-form input[type="date"], .site-form select {
	margin:6px .8% 9px 0;
    padding:12px 0;
    font-size: 14px;
    background-color: #fff;
	text-indent:12px;
	box-sizing: border-box; 
	border:1px #e6e6e6 solid;
}

.site-form input[type="text"]:focus, .site-form input[type="email"]:focus, .site-form input[type="number"]:focus, .site-form input[type="time"]:focus, .site-form input[type="date"]:focus, .site-form select:focus {background-color:#F4F4F4;}

.site-form textarea {
	width:100%; height:150px; margin:2px 0; padding: 4px 8px; font-size: 14px;
    background-color: #fff; border:1px #e6e6e6 solid;
	box-sizing: border-box; -webkit-border-radius:0; border-radius:0;
}

.site-form textarea:focus {background-color:#f4f4f4;}

.site-form .check-field {display:flex; flex-flow:row wrap; justify-content:space-around;}
.site-form .check-field .checkbox {margin:0 8px 8px 8px; padding:0; color:#4D4D4D;}

.site-form input[type="submit"] {height: 46px; padding:0 20px; margin:10px 0 0 0; font-size:18px; border: none; color: #fff; background: #c91525;
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;}

.site-form input[type="submit"]:hover {color:#fff; background:#5e5e5e; -webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both; -webkit-appearance: none;}

.CaptchaImage {margin:0 auto;}
.CaptchaAnswerPanel input {padding:8px 8px; border:1px #e6e6e6 solid;}











/* HEADER
------------------------------------------------*/	
.site-header {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; padding:35px 7.5%;}	
	

/* LOGO
------------------------------------------------*/	
.logo {display:flex; flex-flow:row wrap; align-items:center;}	
.logo img.company {width:100%; max-width:386px;}
.logo img.brand {width:72px; margin:0 0 0 20px;}


.header-contact {}
.header-contact a {margin:0 40px 0 0; font-size:1.2em; text-decoration:none; color:#151515;}
.header-contact a:last-of-type {margin:0 0;}
.header-contact .fas {color:#da291c;}


.header-socialmedia {}
.header-socialmedia a {margin:0 3px; padding:3px; font-size:2em; color:#676767;}


/*  NAVIGATION
------------------------------------------------*/
#menu-button{display: none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; margin:0; padding:0 7.5%; background:#c91525;}

nav.primary ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:0; padding:0;}
nav.primary ul li {margin:0; padding:0; list-style-type:none;}
				
nav.primary ul li a {
	display:block; margin:0 4px; padding:18px 6px;
    font-size:1.125em; line-height:1; text-align:center; text-decoration:none; text-transform:uppercase; color:#fff;
	-webkit-transition:.3s ease-in; -moz-transition:.3s ease-in; -o-transition:.3s ease-in; transition:.3s ease-in;	
}	

nav.primary ul li a:hover {color:#121212;}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: 250px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	width: 250px; padding:15px 0; font-size:.94em; line-height:18px; text-indent:20px; text-align:left; color:#fff; border:0; background: #bf0718;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {line-height:18px; color:#fff; background:#058fce;}

/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {display: none; position: absolute;} 
nav.primary ul ul ul {position: absolute; left: 100%; top:0;}
nav.primary ul li:hover > ul {display: block; line-height:18px; z-index: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}


a.modal-button {padding:18px 20px!important; background:#363636;}
a.modal-button:hover {color:#ccc !important;}


/* SEARCH MODAL
------------------------------------------------*/
.lock{overflow: hidden; -webkit-overflow-scrolling: touch;}

.modal{display: none; position: fixed; background: rgba(0,0,0,.6); padding-top: 5%; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; z-index:99999;}
.modal .modal-content-wrap{position: relative; margin: auto; width: calc(100% - 30px); max-width: 600px; background: #fff; border-radius: 3px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25); animation-name: animatetop; animation-duration: .4s;}
.modal .modal-head {position: relative; padding: 15px 25px 0; color: #555;}
.modal .modal-head h2 {font-weight:700;}
.modal .modal-head .close{position: absolute; top: 15px; right: 15px; font-size: 20px; color: #ccc; cursor: pointer;}
.modal .modal-head .close:hover{color: #000;}
.modal .modal-main{padding: 25px 25px 25px;}


.modal .modal-buttons{position:relative;  background: #f5f5f5; padding: 10px 15px; border-top: 1px #ddd solid;}
.modal .modal-buttons a{display: inline-block; float: right; padding: 10px 35px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; border-radius: 3px; cursor: pointer;}
.modal .modal-buttons .close-modal{color: #999;}
.modal .modal-buttons .close-modal:hover{color: #555;}

@keyframes animatetop{from{top:-300px; opacity:0} to{top:0; opacity:1}}



/* SEARCH FORM
------------------------------------------------*/
.search-form {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:0; padding:0;}

.search-form input[type="text"], .search-form select  {
	width:calc(50% - 10px); height:49px; margin:6px 10px 9px 0; padding:15px 0 !important; font-size:15px !important; line-height:1 !important; text-indent:12px;
	color: #808285; box-sizing: border-box; border-radius:0; border: 1px #afafaf solid; background-color: #F4F4F4;
}

.search-form input[type="text"]:focus, .search-form select:focus {background-color:#f9f9f9;}

.search-form input[type="submit"] {
	width:calc(50% - 10px); height:49px; margin:6px 10px 9px 0; padding:15px 0 !important; font-size:15px !important; line-height:1 !important; text-transform:uppercase; letter-spacing:1px; font-weight:700; border: none; color:#fff; border-radius:0; background:#c91525; font-family:'Raleway', sans-serif;
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -webkit-appearance: none;
}

.search-form input[type="submit"]:hover {
	color:#fff; background:#5e5e5e; -webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both; -webkit-appearance: none;
}













.hero {position:relative;}
.hero img {width:100%;}

.hero-container {position:relative; z-index: 5; overflow: hidden; max-width:100%; height:0; padding-bottom:23.3%;}
.hero-container iframe, .hero-container object, .hero-container embed {position:absolute; top:0; left:0; width:100%; height:100%; line-height:0;}


.hero-desktop {}
.hero-mobile {display:none;}

.hero .hero-overlay {
	position:absolute; bottom:0; width:85%; padding:20px 7.5%; font-size:3.125vw; line-height:.9; font-weight:500; text-align:right; text-transform:uppercase; 
	color:#fff; background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,0.04525560224089631) 7%, rgba(0,0,0,0.68) 23%);
}
.hero .hero-overlay span {font-size:1.36em; line-height:1; font-weight:700;}


.hero .subhero-overlay {
	position:absolute; z-index:10; bottom:0; width:85%; padding:0 7.5%; font-size:3.125vw; line-height:.7; font-weight:900; text-align:left; text-transform:uppercase; 
	color:#fff; /*background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,0.04525560224089631) 7%, rgba(0,0,0,0.68) 23%);*/
}


/*  SHOWROOMS HIGHLIGHT
------------------------------------------------*/
.showroom-highlights {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-around; margin:5% 0;}

.showroom-section {width:305px; margin:2.5% 30px;}
.showroom-section:nth-of-type(2) {}
.showroom-section h3 {margin:0 0 12px 0; font-size:1.9375em; font-weight:900; text-transform:uppercase; color:#454545;}
.showroom-section h3 span {color:#da291c;}
.showroom-section img {margin:0 auto;}
.showroom-section p {margin:8px 0 0 0; font-size:1em; line-height:1.85;}
.showroom-section a {padding:10px 35px; font-size:1.0625em; line-height:5;  text-decoration:none; text-transform:uppercase; color:#fff; border-left:18px #343434 solid; background:#c91525;}




/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-highlight {position:relative; margin:14px 0;}
.scrolling-overlay {
	position:absolute; top:-14px; left:0; margin:0; padding:0 55px 0 25px; background:#000;
	-webkit-clip-path: polygon(100% 0%, 85% 100%, 0% 100%, 0% 0%); clip-path: polygon(100% 0%, 85% 100%, 0% 100%, 0% 0%);
}
.scrolling-overlay img {width:100%; max-width:142px;}
.scrolling-wrap {width:100%; height:90px; overflow:hidden; padding:12px 0; background:#202020;}
.scrolling {width:100%; height:90px;}


/*  DEPARTMENT HIGHLIGHT
------------------------------------------------*/
.department-highlights {margin:4% 0;}

.department-section {display:flex; flex-flow:row wrap;}
.department-section:nth-of-type(2),
.department-section:nth-of-type(3){margin:4% 0;}
.dept-image-section {overflow:hidden; position:relative; width:46.75%; min-height:350px;}
.dept-image-section img {position:absolute; left:0; right:0; width:100%; top:50%; transform:translateY(-50%);}

.dept-text-section {width:42.45%; margin:1.25% 5.4% 0 5.4%;}
.dept-text-section h4 {font-size:1.9375em; font-weight:900; text-transform:uppercase; color:#454545;}
.dept-text-section h4 span {color:#da291c;}
.dept-text-section p {font-size:1.0625em; line-height:1.85; color:#707070;}


.dept-text-section .quick-link {width:205px; margin:15px 0 0 0; text-align:center;}
.dept-text-section .quick-link a{display:block; padding:16px 30px 15px 30px; font-size:1.0625em; line-height:1; text-decoration:none; text-transform:uppercase; color:#fff; background:#c91525;}
.dept-text-section .quick-link a:hover {background:#343434;}

.link-group {display:flex; flex-flow:row wrap; align-items:center; }
.parts-link {margin:16px 0 0 15px;}
.parts-link img {margin:0 auto;}

/*  MAIN
------------------------------------------------*/	
.main {width:90%; max-width:1080px; margin:6.5% auto;}
.submain {max-width:1450px;}
.invmain {max-width:1250px; margin:4.5% auto;}

/*  ARTICLE
------------------------------------------------*/
article {/*width:90%; max-width:1080px; */ margin:0 auto;}
article h1 {font-size:2.8125em; text-transform:uppercase;}
article h3 {font-size:1.35em; margin:0 0 6px 0; font-weight:900; text-transform:uppercase; color:#3e3e3e;}

.heading-title {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:flex-start; margin:15px 0;}
.heading-title h2 {font-size:1.125em; line-height:1.25; color:#555;}
.heading-title h2 strong{font-size:1.33em; color:#da291c;}
.heading-title img {width:100%; max-width:55px; margin:0 15px 0 0;}

article strong {color:#da291c;}
article p{font-size:1.0625em; line-height:1.95;}




.quick-link-button {width:25%; min-width:310px; margin:15px 0 0 0;}
.quick-link-button a{display:block; padding:20px 20px; font-size:1em; line-height:1; font-weight:700; text-decoration:none; text-transform:uppercase; color:#fff; background:#c91525;}
.quick-link-button a:hover {border-left:18px #343434 solid;}
.quick-link-button .fas {margin:0 10px 0 0;} 




/*  INVENTORY
------------------------------------------------*/	
.body-content {width: calc(100% - 40px) !important; font-family: 'Chivo', sans-serif !important;}
.body-wrapper {padding:20px !important;}

.list-content .list-top-section .listing-option-bar .list-listings-count {color:#fff !important;}
.list-content .list-top-section .sticky-top-menu {color:#fff !important; background:#c91525 !important;}
.list-content .list-title .list-title-text {color:#343434 !important;}

.faceted-search-content .faceted-section-head {background:transparent !important;}
.list-content h1.list-title {text-shadow:none !important; } 

.list-content .list-main-section .list-container .list-listing {background-color:transparent !important;}
.list-content .listing-bottom .listing-widgets a {border-radius: 0 !important;}
.detail-content .print-this, .detail-content .email-this {border-radius: 0 !important;}

.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .show-all-apply-filter {border-radius:0 !important;}
.detail-content .detail-main-body .main-detail-data .offer-btn .fa-chevron-right {margin:0 5px 0 0;}



/*  INVENTORY HEADER
------------------------------------------------*/
.list-content .list-title {align-items:flex-end !important;}
.list-content .list-title .list-title-text {font-size:1.5em !important;}
.list-content h1 span {font-size: 18px; text-transform:none; color: #5a5a5a;}
.list-content .list-title .list-listings-count {line-height: 23px !important; font-weight:700 !important;  color:#c91525 !important; font-family: 'Chivo', sans-serif;}
    

/*  INVENTORY FACETED
------------------------------------------------*/	
.faceted-search-content .selected-facets-container .selected-facet {border-radius:0 !important; background-color: #c91525 !important;}
.faceted-search-content .faceted-section-head h5 {font-size:14px !important; line-height:1.8 !important; font-weight:700 !important; color:#343434 !important;}
.faceted-search-content .faceted-section-box .faceted-text-input, .faceted-search-content .faceted-section-box .faceted-search {border-radius:0 !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {margin:0 0 0 3px !important;}
.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {border-radius:0 !important; background-color: #c91525 !important;}


/*  INVENTORY MAIN SECTION
------------------------------------------------*/	
.list-content .list-main-section {
    padding: 20px 0 !important;
}


.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color:#c91525 !important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {
    color:#fff !important; text-decoration:none !important; border-radius:0 !important; background-color: #c91525 !important;
}
.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 .buy-now-link {border-radius:0 !important; background-color: #333 !important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link {border-radius:0 !important; background-color: #333 !important;}

/*  INVENTORY MOBILE
------------------------------------------------*/	
.list-content .list-listing-mobile .price-container .price {color: #c91525 !important;}
.list-content .list-listing-mobile .price-container .fin-stacked.purchase-today-link {background:transparent !important;}
.list-content .list-listing-mobile .email-seller-link {border-radius:0 !important; background-color: #333 !important;}
.list-content .list-listing-mobile .view-listing-details-link {border-radius:0 !important; background-color: #c91525 !important;}


/*  INVENTORY DETAILS
------------------------------------------------*/	
.detail-content .search-results {color: #c91525 !important;}
.detail-content .search-results .fa {font-size:.85em !important;}
.mc-thumb-toggles .mc-btn {height:28px !important; font-size: 18px !important; border-radius:0 !important;}
.detail-content .detail-main-body .main-detail-data .detail-price {color:#c91525 !important;}
.detail-content .detail-main-body .main-detail-data .offer-btn {border-radius:0 !important; background-color: #c91525 !important;}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
    width: 231px !important; padding:12px 20px !important; border-radius:0 !important;
}
.detail-content .dealer-info {margin:20px 0 0 0 !important;}
.detail-content .dealer-info a .dealer-company-header {color:#555 !important;}
.detail-content .dealer-info .dealer-company-header {margin:0 0 10px 0 !important; font-size:.95rem !important;}
.detail-content .dealer-info .phone-and-email .send-email-btn {
    color:#fff !important; background-color:#c91525 !important; border:0 !important; border-radius:0 !important;
}
.detail-content .listing-widgets a {border-radius:0 !important;}
.detail-content .detail-additional-data h4 {margin:18px 0 0 0 !important; font-weight:700; font-style:italic;}
.detail-content .detail-additional-data .data-row .data-label {font-weight:700 !important; background-color: #5d5d5d !important;}
.detail-content .detail-additional-data .data-row .data-value {font-weight:400 !important;}



/*  INVENTORY DETAILS MOBILE
------------------------------------------------*/
.mobile-breadcrumb {background-color: #c91525 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {color:#c91525 !important;}
.detail-content-mobile .dealer-info .dealer-title-link h3 {margin:0 0 8px 0 !important; font-weight:700 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    margin-right:0 !important; border-radius:0 !important; background-color: #c91525 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {
	border-radius:0 !important; border: 1px solid #c91525 !important; background-color: #c91525 !important;
}

.detail-content-mobile .listing-widgets {margin:18px 0 0 0 !important}
.detail-content-mobile .detail-additional-data h4 {margin:18px 0 0 0 !important; font-weight:700; font-style:italic;}
.detail-content-mobile .detail-additional-data .data-row .data-label {font-weight:700 !important; background-color: #5d5d5d !important;}
.detail-content-mobile .detail-additional-data .data-row .data-value {font-weight:400 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {border-radius:0 !important; background-color: #c91525 !important;}



.hosted-content a.widget-email {background: #333 !important;}
.hosted-content .btn {background-color: #c91525 !important;}



/*  INV / CTA BANNER
------------------------------------------------*/
.banner-section {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; padding:40px 0; line-height:1; color:#fff; border-bottom:5px #fff solid;
background-color: #151515;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23343434' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.banner-section h3 {width:100%; margin:0; font-size:2.45em; font-weight:700; text-transform:uppercase; text-align:center;}
.banner-section h4 {width:100%; margin:0; font-size:1.78em; text-transform:uppercase; text-align:center;}

.banner-section a {
	margin:1%; padding:15px 30px; text-decoration:none; color:#fff; border:1px #fff solid;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius: 2px;
}



.contact-section {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:flex-start;}

.contact-dept {display:flex; flex-flow:row wrap; align-items:flex-start; width:26.3%; margin:1%; padding:2% 2.5%; border:1px #f1f1f1 solid;}
.contact-dept:first-of-type {margin:1% 1% 1% 0;}
.contact-dept h3 {width:100%;}
.contact-dept h3 .fas {margin:0 4px 0 0; font-size:.95em; color:#da291c;}

.c-icon {width:18px; margin:0 5px 0 0; color:#da291c;}
.c-numbers {width:calc(100% - 23px); margin:0 0 8px 0;}
.c-hours {width:calc(100% - 23px);}



/*  CONTACT DETAILS AND EMBEDED MAP
------------------------------------------------*/
.contact-map {margin:20px 0 0 0;}

.contact-details {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:0 2.5% 8px 2.5%; padding:0;}
.contact-details a {text-decoration:none; color:#151515;}
.contact-details .fas {margin:0 4px 0 0; color:#da291c;}
.contact-details .contactlinks {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around;}
.contact-details .contactlinks a {margin:0 15px 0 0;}
.contact-details .socialmedia {margin:0 0 0 25px;}
.contact-details .socialmedia a {margin:0 5px; font-size:1.8125em; color:#202020;}

.map-embed {width:100%; line-height:0;}
.map-embed iframe {width:100%; height:290px;}


/*  FOOTER NAV
------------------------------------------------*/
.footernav {padding:25px 0; background:#b00e1d url("../siteart/red-pattern.jpg") repeat; }
.footernav ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; margin:0; padding:0;}
.footernav ul li {list-style-type:none;}
.footernav ul li a {display:block; padding:12px 15px; font-size:1.125em; line-height:1; font-weight:300; text-align:center; text-decoration:none; color:#fff;}
.footernav ul li a:hover {color:#aeaeae;}


/*  FOOTER BOTTOM
------------------------------------------------*/
.footerbottom {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; padding:10px; font-size:.875em; text-align:center; color:#fff; background:#1c1c1c;}
.footerbottom .far {font-size:.85em;}
.footerbottom a {color:#fff;}
.footerbottom a:first-of-type {margin:0 0 0 15px;}


/************************************************ Responsive Styles **/

@media screen and (max-width: 1600px) {
	nav.primary ul li a {font-size:16px;}	
}

@media screen and (max-width: 1450px) {
	nav.primary {padding:0 5%;} 
	nav.primary ul li a {margin:0 8px; padding:18px 0; font-size:1em;}
	
	.dept-image-section img {left:-10%; width:120%;}
	.dept-text-section h4 {font-size:1.75em;}
}

@media screen and (max-width: 1300px) {
	nav.primary ul li a {margin: 0 3px;}
	nav.primary {padding: 0 3%;}
}

@media screen and (max-width: 1250px) {
	.site-header {padding:35px 5%;}
	.logo img.company {max-width:315px;}
	.logo img.brand {width:60px; margin:0 0 0 12px;}
	.header-contact a {margin:0 25px 0 0; font-size:1.1em;}
	.header-socialmedia a {font-size:1.85em;}
	nav.primary ul li a {margin:0 8px; padding:18px 0; font-size:.9em;}
	
	.dept-image-section img {left:-15%; width:130%;}
	.dept-text-section h4 {font-size:1.5em;}
	.dept-text-section p {font-size:1em;}
}

@media screen and (max-width: 1100px) {
	nav.primary {padding: 0 1%;}
}

@media screen and (max-width: 1138px) {
	nav.primary{display:none;}
	#menu-button{
		width:90%; padding:0 5%; display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; font-size: 1.125em; line-height:1; position: relative; z-index: 400; background:#c91525;}
	
	
	#menu-button a{color:#fff; text-decoration: none; padding:0 0 0 .8em; font-weight:100;}
		
	nav.mobile ul li a .fa{
		width:25px;
		font-weight:100;
		padding:8px 3px;
		margin:0 0 0 5px;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
	nav.mobile ul li .fa-chevron-down {position:absolute; right:10px; margin:18px 0 0 0;}
	nav.mobile {display:block; overflow:auto; position:fixed; z-index:500; top:0; left:-285px; width: 285px; height:100%; background:#333;}
	
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index:9999;
		display: inline-block;
		
		top: 15px;
		left: 15px;
		font-size:16px;
		word-spacing:13px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}
	
	/* MENU HEADER STYLES */
	nav.mobile h3 {	
		color: #ccc;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
		background:#313131;
	}			
	nav.mobile .menu-title {position: absolute; vertical-align: top; top: 16px; right: 47px; text-transform:uppercase; font-size:12px; color: #ccc;}
		
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color: #ccc; text-decoration: none; vertical-align: top; font-family: Arial, sans-serif;}
	nav.mobile .menu-toggle:hover {color: #fff;}
	
	/* MENU LIST STYLE */
	nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
	nav.mobile ul li {color: #999; font-size:15px; border-bottom: 1px solid #303030;}
	
	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size:15px;
		text-align:right;
		text-decoration: none;
		border-left:4px #333 solid;
		padding: 15px 35px 15px 20px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #C8102E solid;}
	
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {color: #ccc; background: #444; border-left:4px #444 solid; padding: 15px 10px 15px 15px;}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}
	
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {color: #ccc; background: #555; border-left:4px #555 solid;}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
	
	.nav-footer {color:#777; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}
	.nav-footer .fa-copyright {font-size:11px;}
	
	
	.dept-image-section {width:60.75%;}
	.dept-text-section {width:28.45%;}

	.dept-image-section img {left:-20%; width:140%;}
	.dept-text-section h4 {font-size:1.25em;}
	.dept-text-section .quick-link {width:100%;}
	
	.link-group {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:flex-start; }
	.parts-link {width:calc(50% - 15px); margin:16px 0 0 15px;}
	.parts-link:first-of-type {margin:16px 0 0 0;}
	
	.contact-details {display:flex; flex-flow:column; align-items:center; justify-content:space-around; margin:0 2.5% 8px 2.5%; padding:0;}
	.contact-details a {text-decoration:none; color:#151515;}
	.contact-details .fas {margin:0 4px 0 0; color:#da291c;}
	.contact-details .socialmedia {margin:20px 0 0 0;}
	.contact-details .contactlinks {justify-content:center;}
	.contact-details .contactlinks div {margin:8px 0;}
}

@media screen and (max-width: 1024px) {
	.site-form .three-cells {width:100%; *width: 100%;}
	.site-form .full-cell {width:100% !important;}
	
	.logo img.company {max-width:285px;}
	.logo img.brand {width:50px; margin:0 0 0 8px;}
	.header-contact {display:flex; flex-flow:column;}
	.header-contact a {text-align:center; margin:0; line-height:1.5;}
	.header-socialmedia a {font-size:1.5em;}

	.hero .subhero-overlay {padding:0 5%; font-size:4.25vw;}
	
	
	
	.contact-section {display:flex; flex-flow:row wrap; justify-content:center;}

	.contact-dept {width:43%; margin:1% 1% 1.5% 1%;}
	.contact-dept:first-of-type {margin:1% 1% 1.5% 0;}


	
	
	
	.footernav {padding:25px 10%;}
}

@media screen and (max-width: 950px) {
	.contact-details {justify-content:center;}
	.contact-details a {width:calc(50% - 12px); margin:0 6px;}
		
	.banner-section h3 {width:90%; padding:0 5%; font-size:2em;}
	.banner-section h4 {width:90%; padding:0 5%; font-size:1.48em;}
}

@media screen and (max-width: 768px) {
	.site-header {padding:20px 5%;}	
	
	.logo {display:flex; flex-flow:row wrap; align-items:center; order:3; margin:25px auto 0 auto;}	/**/
	
	.header-contact {flex-flow:row wrap; order:1;}/**/
	.header-contact a {margin:0 20px 0 0; font-size:1em;}
	.header-socialmedia {order:2;}
	.header-socialmedia a {font-size:1.75em;}
	
	.hero-desktop {display:none;}
	.hero-mobile {display:block;}
	.hero .hero-overlay {width:90%; padding:30px 5%; font-size:3.25vw;  line-height:1;}
	.hero .subhero-overlay {padding:0 5%; font-size:5.25vw;}
	
	.showroom-highlights {margin:12.5% 0;}
	.showroom-section h3 {margin:0 0 10px 0; font-size:1.5em;}
	
	.scrolling-highlight {margin:14px 0;}
	.scrolling-overlay {top:0; padding:0 35px 0 15px;}
	.scrolling-overlay img {max-width:114px;}

	.dept-image-section {order:2; width:100%; min-height:350px; margin:25px 0 35px 0;}
	.dept-image-section img {position:absolute; left:-15%; right:0; width:130%; top:50%; transform:translateY(-50%);}

	.dept-text-section {order:1; width:89.2%; margin:1.25% 5.4% 0 5.4%;}
	.dept-text-section .quick-link {width:50%; min-width:200px;}
	
	.parts-link {width:calc(25% - 15px); margin:16px 0 0 15px; text-align: center;}
	.parts-link:first-of-type {margin:16px 0 0 15px;}
	
	article h1 {font-size:2.25em;}
	.heading-title h2 {font-size:1em;}
	
	.banner-section h3 {width:90%; padding:0 5%; font-size:1.5em;}
	.banner-section h4 {width:90%; padding:0 5%; font-size:1.1em;}
	
	.contact-section {flex-flow:column;}
	.contact-dept {width:93%; margin:1% 1% 1.5% 0;}
	
	.footernav {padding:25px 5%;}
	.footernav ul li a {font-size:1em;}
	.footerbottom {display:flex; flex-flow:column;}
}

@media screen and (max-width: 600px){
	.dept-image-section {width:100%; min-height:0; }
	.dept-image-section img {position:relative; left:0; right:0; width:100%; top:0; transform:none;}
	.dept-text-section .quick-link {width:51%;}
	.parts-link {width:calc(50% - 15px); margin:16px 0 0 15px; text-align: center;}
	.parts-link:first-of-type {margin:16px 0 0 0;}
}

@media screen and (max-width: 530px){
	.banner-section {flex-flow:column;}
	.banner-section h3 {width:90%; padding:0 5%; font-size:1.5em;}
	.banner-section h4 {width:90%; padding:0 5%; font-size:1.1em;}
	.banner-section a {margin:1%; padding:15px 30px;}
}

@media screen and (max-width: 500px){
	.site-header {flex-flow:column;}
	.logo img.company {max-width:265px;}
	.logo img.brand {width:45px; margin:0 0 0 10px;}
	
	.search-form input[type="text"], .search-form select, .search-form input[type="submit"]  {width:calc(100% - 10px); margin:6px 0 9px 0; }

	.hero .hero-overlay {padding:15px 5%; font-size:1.5em;}
	.hero .hero-overlay span {display:none;}
    
	article h1 {font-size:1.85em;}
	.heading-title h2 {font-size:.9em;}
	.heading-title img {display:none;}
	
	.link-group {display:flex; flex-flow:row wrap; align-items:center; }
	.parts-link {margin:16px 0 0 15px;}
	.parts-link img {margin:0 auto;}
	
	.quick-link-button {width:100%; min-width:0;}
	.quick-link-button a{display:block; padding:20px 20px; font-size:.85em; line-height:1.5; font-weight:700; text-decoration:none; text-transform:uppercase; color:#fff; background:#c91525;}
}

@media screen and (max-width: 380px){
	.logo img.company {max-width:200px;}
	.logo img.brand {width:35px; margin:0 0 0 10px;}
	.hero .hero-overlay {font-size:1.25em;}
	
	.showroom-section {width:calc(100% - 40px); margin:2.5% 20px;}
	.showroom-section img {width:100%; margin:0 auto 0 0;}
	.showroom-section p {margin:8px 0 0 0; font-size:1em; line-height:1.85;}
	.showroom-section a {padding:10px 35px; font-size:.9em; line-height:5;}
}

@media screen and (max-width: 320px){
	.header-contact {justify-content:center;}
	.header-socialmedia {display:none;}
	.logo {margin:15px auto 0 auto;}
	.scrolling-overlay {display:none;}
}