﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@font-face {
    font-family: 'icon-worksregular';
    src:url(../fonts/icon-works-webfont.eot);
    src: url(../fonts/icon-works-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/icon-works-webfont.woff) format('woff'),
         url(../fonts/icon-works-webfont.ttf) format('truetype'),
         url(../fonts/icon-works-webfont.svg#icon-worksregular) format('svg');
    font-weight: normal;
    font-style: normal;

} 

/***** 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:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 26px;
}

a:link, a:visited, a:active {text-decoration:none; transition: .3s ease;}
a:hover {text-decoration:none; color:#333}


hr{border:#000 1px solid;}

h1, h2, h3, h4, h5 {font-family: 'Roboto Condensed', sans-serif; letter-spacing: 1px;}

/*--- HEADER STYLES ---------------------*/
header {padding-top: 10px;}
.logo {width: 50%; vertical-align: middle; padding: 15px 0; display: inline-flex; align-items: center; gap: 25px;}
.logo img {max-width: 200px; width: 100%;}
.header-right {width: 48%; text-align: right; display: inline-block; vertical-align: middle;}
.header-right h4 {display: inline-block; vertical-align: middle; font-size: 18px; letter-spacing: 1px; color:#000388}
.header-right h4 a{display: inline-block; vertical-align: middle; font-size: 18px; letter-spacing: 1px; color:#000388}
.header-right .header-bar {display: inline-block; vertical-align: middle; height: 20px; background: #000; width: 2px; margin: 0 15px; }
.dealer-logo img {
    max-width: 150px;
}
a.main-logo {
    border-right: 1px solid #ddd;
    padding-right: 25px;
}
/*---SEARCH-----------------------------*/
#topleft {width: 100%; text-align: right;}
#topleft #search {max-width:250px; width: 100%;}
#search,#submit{display:inline-block; zoom: 1; vertical-align:middle; padding:0.5% 1%; border:none; 
	-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
#search{ color:#969696; font-family: 'Open Sans', sans-serif !important; background: #fff; padding: 10px; border:1px solid #ddd;}
#submit{ background:#92221E; color:#fff; padding:8px 10px; font-family: 'icon-worksregular'; font-size: 22px; font-weight: bold;}
#submit:hover{background: #000; color: #fff; cursor: pointer;}
.search{
     float: left;
	width: 100%;
	padding: 10px 0;
}
.banner {
    background: #212121;
    text-align: center;
    color: #fff;
    padding: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.banner h2{
    width: 100%;
	display: block;
	animation-duration: 1s;
	animation-name: flash;
	font-size: 28px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.banner p{
    width: 100%;
	display: block;

}
@keyframes flash {
  0%   {font-size: 18px}
  100%  {font-size: 28px; text-shadow:  0 0 4px #a8a3ff;}
 
}
.hirebtn {
    background: #0a078a;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    width: 30%;
    display: flex;
    justify-content: center;
    margin: 5px 0px 2px 0px;
	transition-duration: 0.2s;
}
.hirebtn:hover {
    background: #000;
   color: #fff;
}
/*---BODY--------------------------------*/
#padding50 {padding: 50px 0;}
#padding15 {padding: 15px 0;}
.width-90 {width: 90%; margin: 0 auto;}
.width-80 {width: 80%; margin: 0 auto;}
.flex-border {display: flex; flex-direction: row; align-items: center;}
.blue-left {width: 40%; background:#000388; height: 25px;}
.blk-right {width: 60%; background:#000; height: 25px;}
.flex-banner {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; min-height: 120px; margin-top: 35px;}
.flex-banner img{max-width: 300px; width: 100%; height: auto;}
.flex-banner a{padding-top: 15px;}

.gray-container {background: #212121; width: 100%;}
.ql-container {display: flex; flex-direction: row; text-align: center; margin: 0 auto;}
.ql {width: 30%;border-bottom: 10px solid #fff;  padding-top:35px;margin:0 5%; transition: .3s ease;}
.ql .fas {color:#f1f1f1; font-size: 50px;}
.ql h2 {font-size: 30px; text-transform: uppercase; color:#959595; line-height: 40px; padding: 10px 0;}
.ql:hover {border-bottom: 10px solid #212121; background: #333; }

.brandbar {width: 80%; margin: 0 auto; padding:50px 0;}
.brandslider img {max-width: 200px; width: 100%; text-align: center; margin: 0 auto;}

.hp-about {border-top:5px solid #92221E; padding: 45px 0 0 0; background: url(/siteart/hp-bg.jpg) no-repeat; background-size: cover; background-position: center center;}
.hp-about h1, .heading {text-align: center; font-size: 45px; line-height: 50px; font-weight: 800; text-transform: uppercase;}
.h1-border {width: 250px; height: 15px; background:#92221E; text-align: center; margin: 20px auto;}
.hp-about p {width: 80%; margin: 0 auto; text-align: center; font-weight: 600; }
.hp-about p a {color:#000388; font-size: 18px; line-height: 26px;}
.hp-about p a:hover {color:#333;}

.red-banner {background:rgba(146,34,30,.90); width: 100%; padding: 20px 0; margin: 0 auto; text-align: center; margin-top:35px;}

.red-banner.red-banner-thin{padding: 3px 0;}

.red-banner h2 {color:#fff; font-size: 45px; letter-spacing: 2px; font-weight: 800; display: inline-block; vertical-align: middle;}
.red-banner .blk-btn {display: inline-block; padding: 10px 45px; color:#fff; vertical-align: middle; text-transform: uppercase; letter-spacing: 1px; font-size: 25px;background: #000;font-family: 'Roboto Condensed', sans-serif; margin: 0 3%; font-weight: 700; transition: .3s ease;}
.red-banner .blk-btn:hover {background: rgba(146,34,30,1.00);box-shadow:  inset 0 0 0 2px #4F0502}
.red-banner-2 {background:rgba(146,34,30,.90); width: 100%; padding: 20px 0; margin: 0 auto; text-align: center;}
.red-banner-2 h2 {color:#fff; font-size: 45px; letter-spacing: 2px; font-weight: 800; display: inline-block; vertical-align: middle;}
.red-banner-2 .blk-btn {display: inline-block; padding: 10px 45px; color:#fff; vertical-align: middle; text-transform: uppercase; letter-spacing: 1px; font-size: 25px;background: #000;font-family: 'Roboto Condensed', sans-serif; margin: 0 3%; font-weight: 700; transition: .3s ease;}
.red-banner-2 .blk-btn:hover {background: rgba(146,34,30,1.00);box-shadow:  inset 0 0 0 2px #4F0502}

.hours-banner {background: #f1f1f1; width:100%; padding:15px 0; margin: 0 auto; text-align: center;}
.hours {display:inline-block; vertical-align:middle; width:30%; text-align:center; margin: 0 auto; }
.yellow-separator  {width:8px; background:#FAD92F; display:inline-block;height:40px; vertical-align:middle; margin: 0 15px}
.hours h4 {display:inline-block; vertical-align:middle; font-size:22px; }
.hours h4 a{color:#000; }
.hours h4 a:hover{color:#000388; }
.blue-text {color: #000388; font-size:22px; font-weight:800; font-family:"Helvetica Neue", Helvetica,"sans-serif"; letter-spacing: 2px;}

.brands-container {display: flex; flex-direction: row; }
.brands-container p {padding: 15px 0; border:1px solid #ddd;}
.mfg-logo {width: 22.5%; margin:15px 15px; text-align: center; border:1px solid #ddd; transition: .3s ease; padding: 15px 0;align-content: center;}
/*.mfg-logo:hover {box-shadow:  inset 0 0 0 4px #ddd}*/
.mfg-logo img {text-align: center; margin: 0px auto; max-width: 250px; width: 100%;}

.mfg-category h2{
	padding: 15px;
	font-size: 16px;
	color:#000;
}

.mfg-category {width: 22%; margin:15px 15px; text-align: center; border:1px solid #ddd; transition: .3s ease; position: relative;}

.mfg-category img {text-align: center; margin: 0px auto; width: 100%; margin-bottom: -10px;}


.mfg-condition-btn:first-of-type{
	margin-top: 15px;
}
.mfg-condition-btn{
    display: block;
    width: 90%;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 10px auto 0;
    transition: all 0.2s ease!important;
}
.mfg-condition-btn-lg{
	padding: 24px 0;
}
.mfg-condition-btn:hover{background: #000; color: #fff;}


.sub-hero {background: #333; display: flex; flex-direction: row; align-items: center;}
.sub-hero h1, .sub-hero h3, .sub-hero p {color:#fff}
.sub-hero p {padding:20px 0;}
.hero-left {width: 40%;}
.hero-left h1, .hero-left p {color:#fff;}
.hero-left h3 {color:#737373}
.hero-left p {padding: 10px 0;}
.hero-right {width: 60%;}

p.contact-text {text-transform: uppercase; letter-spacing: 1px;}
p.contact-text a {color:#fff;}


.slick-prev, .slick-next {
	display: none !important;
}
/*--------FORM STYLES--------------------*/

.flex-form{
	width:100%;
	text-align: left;
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
}

.flex-form h2{
	width:100%;
	text-transform: uppercase;
	font-weight: 600;
	border-top:2px solid #eee;
	padding:20px 0 20px 0;
	margin-top:40px;
	text-align: center; font-size: 30px;
	letter-spacing: 2px;
}

.flex-form h4{
	width:100%;
	text-transform: uppercase;
	font-weight: 600;
	margin-top:40px;
	padding:10px 0;
	font-size: 16px;
}
.flex-form label{font-weight: normal;}

.flex-form span{text-align: left; margin: 0; font-size: 12px;}


.flex-form #formpage input, select{margin-top:5px;}

.flex-form .flex-row{
	display: flex; 
	justify-content: space-between; 
	align-items: flex-end; 
	width: 100%;
}


.flex-input{
	width:100%;
	display: flex;
	flex-direction: column;
	margin: 10px 5px 5px 5px;
	text-align: left;
}



.check-container {display: inline-block; text-align: left; margin: 0;}
.check-container input[type="checkbox"]{display: inline-block; width:20px !important;}
	



/*form styles*/
.parts-request{
	width:100%;
	padding:40px 0;
	text-align:left;
	margin-top:40px;
	border-top:1px solid #eaeaea;
}

.parts-request h3{text-transform:uppercase;}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage p{
	text-align:left;
}
#formpage h4{margin-top:30px;}

.form-half{
	width:48%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.add-part{
	padding:30px;
	border:1px solid #f1f1f1;
	margin:20px 0 0 0
}
.add-part h4{margin:0 0 10px 10px !important;}


.formfield {
	width: 100%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 175px;
	text-align:left;
}

#formpage input,select {
	padding: 6px 5px 10px;
	border: 1px solid #f1f1f1;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 16px;
	margin-top: 5px;
    border-radius: 2px;
	background:#f1f1f1;
}

#formpage input:focus {
	border: 1px solid #eaeaea;
	border-radius:2px
}

#formpage option{color:#333;background:#fff;}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
#formpage ::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
#formpage :-ms-input-placeholder { /* IE 10+ */
  color: #767676;
}
#formpage :-moz-placeholder { /* Firefox 18- */
  color: #767676;
}
#formpage input.submit-button, #formpage input.submit-button:focus {
	background:#000388; 
	color:#fff;
	padding:10px;
	text-decoration:none;
	border-radius:2px;
	transition:ease-in .3s;
	width: 200px;
	border:none;
	font-size: 18px; 
	height:auto;
	letter-spacing: 2px;
	margin: 0 auto;
}



#formpage input.submit-button:hover{
	background:#0888ca; 
	box-shadow:1px 1px 2px #848484;
	transition:ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 16px;
	background: #f1f1f1;
	width: 100%;
	height: 85px;
	border-radius:2px;
	margin-top:10px;
}

#formpage textarea:focus{
	border: 1px solid #eaeaea;
	border-radius:2px
} 

.CaptchaPanel{width:100%; padding: 10px 0;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	max-width:400px;
	width: 100%;
	margin: 0 auto;
}
.CaptchaWhatsThisPanel a{color:#333;}

.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	width:100%;
	text-align:center;
}

/*end form styles*/


@media screen and (max-width: 1170px)  {
	.form-half{width: 46%;}
}

@media screen and (max-width: 900px)  {
	.flex-form .flex-row{flex-wrap: wrap;}
}

@media screen and (max-width: 700px)  {
	
	.form-half{width: 98%;}
}

@media screen and (max-width: 450px)  {
	.add-part{padding: 20px;}
	.red-banner h2{line-height: 40px;}
}




/*-------- FOOTER STYLES ----------------*/
footer {padding:30px 0; border-top:1px solid #ddd;}
.footer-left {width: 60%; display: inline-block; vertical-align: middle;}
.footer-left h3 {font-size: 24px; color:#000388;  letter-spacing: 1px; font-weight: 800;}
.column-count {column-count: 2; color:#000;}
.footer-left a { color:#000; font-size: 18px; letter-spacing: 1px; line-height: 30px;}
.footer-left a:hover { color:#000388; }
.footer-right {width: 35%; display: inline-block; vertical-align: middle;  text-align: right;}
.footer-left img {max-width: 250px; width: 100%}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.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 {background:#92221E !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #92221E !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.list-page-nav {background: #92221E !important;}




/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1200px) {
	.width-80 {width: 90%;}
	.mfg-logo {width: 20%;}
	.mfg-logo img {max-width: 130px;}
	
	.mfg-category {width: 23%; margin: 5px 5px;}
	
	.red-banner-2 h2 {padding: 25px 0;}
	.red-banner h2 {padding: 25px 0;}
	.blue-text {font-size: 18px;}
	.hours h4 {font-size: 18px;}
	.hours {width: 31%;}
	
	
}
@media only screen and (max-width: 900px) {
	.logo {width: 100%; text-align: center; margin: 0 auto;}
	.header-right {width: 100%;text-align: center; margin: 0 auto;}
	#topleft {text-align: center;}
	
	.search {float: none; text-align: center; margin: 0 auto;}
	.brands-container {display: block;}
	.width-80 {width: 90%;}
	.mfg-logo {width: 47%; margin: 5px 5px;  display: inline-block; vertical-align: top;}
	.mfg-logo img {max-width: 200px;}
	
	.mfg-category {width: 47%; margin: 5px 5px;  display: inline-block; vertical-align: top;}
	
	.sub-hero {display: block;}
	.hero-left {padding: 25px 0;}
	.hero-left, .hero-right {width: 100%;}
	
	.hours {width: 100%; padding: 10px 0; text-align: center;}

	.footer-left {width: 100%;}
	.footer-right {width: 100%; text-align: center; padding: 25px 0; }
	.footer-right img {max-width: 150px;}
	
	.width-80 {width: 90%;}
	.ql-container {display: block;}
	.ql {width: 100%; margin: 0 auto; }
}

@media only screen and (max-width: 600px) {
	.logo img {max-width: 300px;}
	.mfg-logo {width: 46%;}
	.mfg-category {width: 96%;}
	.hp-about p {width: 100%;}
	p.contact-text {font-size: 15px;}
	.header-right {padding-bottom: 8px;}
}







