﻿/***** 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: #0095a5; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #0095a5;
    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;}

html{scroll-behavior: smooth;}

/*--- HEADER STYLES ---------------------*/
header {}

.header{
	position: relative;
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}

.header .logo{margin-top: 25px; margin-left: 10px; padding: 20px; position: relative; z-index: 1;}
.header .logo.show-mobile{margin-top: 0; margin-left: 0px; padding: 20px;}
.header .logo.show-mobile img{max-width: 180px;}


/*---BODY--------------------------------*/

.relative{position: relative;}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.justify-end{
	justify-content: flex-end;
}
.align-end{align-items: flex-end;}

.col33{width: 33.33333%;}
.col50{width: 50%;}
.col66{width: 66.666667%;}

.padding-vertical{padding-top: 125px; padding-bottom: 125px;}
.nopad-bottom{padding-bottom: 0 !important;}
.wrapper{padding-left: 4.5%; padding-right: 4.5%;}
.wrapper-sm{padding-left: 9%; padding-right: 9%;}

.panel-offset{padding-bottom: 400px;}
.panel.panel-offset, .panel-offset-margin{margin-top: -400px;}
.panel{position: relative; padding: 125px 70px; background: #fff; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); box-sizing: border-box;}
.panel .copy{
	max-width: 600px;
	margin-bottom: 80px;
}

/* COLORS & BACKGROUNDS */

.hr-sm{
	max-width: 33.33333%;
	margin: 50px auto !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #dbdbdb;
	display: block;
}
.hr-sm-left{
	max-width: 80%;
	margin: 50px 0 !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #dbdbdb;
	display: block;
}
.bg-dark .hr-sm-left{
	max-width: 80%;
	margin: 50px 0 !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #555;
	display: block;
}
.teal{
	color: #0095a5;
}
.bg-teal{
	background: #0095a5;
	color: #fff;
}

.offwhite{
	color: #cccccc;
}
.bg-offwhite{
	background: #f7f7f7;
	color: #333333;
}
.bg-white{
	background: #fff;
	color: #333333;
}
.bg-dark{color: #fff;}

/* BUTTONS */

.btn-yellow{
	text-align: center;
	font-size: 16px;
	display: block;
    max-width: 200px;	
	padding: 16px 20px;
	box-sizing: border-box;
	
	border: none;
	outline: none;
	cursor: pointer;
	
	background: #ffd439;
	color: #333333;
	
	
	font-family: loos-normal, sans-serif;    
	
	font-weight: 400;
	
	
	-moz-transition: ease 0.2s all;
	-o-transition: ease 0.2s all;
	-webkit-transition: ease 0.2s all;
	transition: ease 0.2s all;
}
.btn-yellow:hover{	
	background: #fff;
}
.btn-yellow i{
	padding-left: 16px;
}
.btn-yellow:hover i{
	-webkit-animation: arrowBounce 0.3s;
	animation: arrowBounce 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.btn-yellow i{
	-webkit-animation: arrowBounceBack 0.3s;
	animation: arrowBounceBack 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}


.btn-simple{
	text-align: center;
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: 16px 20px;
	box-sizing: border-box;
	
	border: none;
	outline: none;
	cursor: pointer;
	
	background: #444;
	border-top: solid 2px #333;
	color: #fff !important;
	
	
	font-family: loos-normal, sans-serif;    
	
	font-weight: 400 !important;
	
	
	-moz-transition: ease 0.2s all;
	-o-transition: ease 0.2s all;
	-webkit-transition: ease 0.2s all;
	transition: ease 0.2s all;
}
.btn-simple:hover{	
	background: #fff;
	color: #333 !important;
}


.inventory-search button.btn-yellow i{
	padding-left: 0;
	animation: none;
}

.btn-underline{
	text-align: center;
	font-size: 14px;
    display: inline;
	max-width: 220px; 
	
	padding: 24px 3px 6px;
	box-sizing: border-box;
	
	border-bottom: solid 2px #ffd439;
	color: #fff;
	
	
	font-family: loos-normal, sans-serif;
	font-weight: 400;
    
	
	-moz-transition: ease 0.2s all;
	-o-transition: ease 0.2s all;
	-webkit-transition: ease 0.2s all;
	transition: ease 0.2s all;
}

a:hover .btn-underline i, .btn-underline:hover i{
	-webkit-animation: arrowBounce 0.3s;
	animation: arrowBounce 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.btn-underline i{
	padding-left: 16px;
	-webkit-animation: arrowBounceBack 0.3s;
	animation: arrowBounceBack 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}



.btn-tag{
	background: #0095a5 !important; 
	color: #fff !important;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    margin: 5px 3px;
	font-weight: 400 !important;
}



#cta-btns.trailer-btns{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#cta-btns.trailer-btns > div{
	box-sizing: border-box;
    width: calc(50% - 10px);
	color: #fff;
}
#cta-btns.trailer-btns .parallax-content{
	filter: brightness(0.7) saturate(0.7) contrast(1.1);
}
#cta-btns.trailer-btns > div a{
	color: #fff;
}
#cta-btns{
	display: flex;
	gap: 20px;
}
#cta-btns > a{
	width: 100%;
	text-align: center;
    padding: 16% 0;	
}
#cta-btns > a .parallax-content{

	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
    background-position: center center !important;
}


#cta-btns > a .btn-underline{
	margin: 0 auto !important;
	max-width: 50%;
    font-size: 24px !important;
}

#big-ctas{
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
#big-ctas .pad{
	padding: 60% 9% 16.8%;
    position: relative;
}
#big-ctas .copy{
	max-width: 490px;
}


#department-contact-btns{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 100;
}
#department-contact-btns > div{
	background: #f7f7f7;
	color: #333333;
	width: 20%;
	padding: 60px 40px;
	box-sizing: border-box;
	border-right: solid 1px #ccc;
}
#department-contact-btns > div .heading{
    margin-bottom: 10px;
}
#department-contact-btns > div img{
	margin: 0 auto;
	display: block;
	max-width: 60%;
}
#department-contact-btns > div a{
	display: block;
	margin: 0 !important;
	text-align: left;
	padding: 10px 0;
	color: #333;
}
#department-contact-btns > div a i{
	color: #0095a5;
	padding-right: 10px;
}

	#department-contact-btns .heading{
    	font-size: 24px;
	}
/* TYPOGRAPHY 


font-family: loos-normal, sans-serif;

400, 500, 700


font-family: neue-haas-unica, sans-serif;

300, 600


*/


.center{text-align: center;}

.heading-lg{
	font-family: loos-normal, sans-serif;
	
	font-weight: 500;
	line-height: 1.2;
	font-size: 40px;
	letter-spacing: 1px;
	
	margin-bottom: 30px;
}
.heading{
	font-family: loos-normal, sans-serif;
	
	font-weight: 600;
	line-height: 1.2;
	font-size: 30px;
	letter-spacing: 1px;
	
	margin-bottom: 30px;
}
.heading-sm {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 30px;
}
.light{font-weight: 200;}
.hero p, .bg-white p, .bg-teal p, .bg-offwhite p, .bg-dark p, #big-ctas p{
	font-family: neue-haas-unica, sans-serif;
	font-weight: 200;
	font-style: normal;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 35px;
	letter-spacing: 1px;
}
.bg-offwhite a:not(.btn-yellow), .bg-white a:not(.btn-yellow){
	font-family: neue-haas-unica, sans-serif;
	font-weight: 200;
	font-style: normal;
	line-height: 1.8;
	font-size: 16px;
	letter-spacing: 1px;
	
    display: inline-block;
    padding: 10px;
    color: #333;
}
.bg-offwhite a:not(.btn-yellow) i, .bg-white a:not(.btn-yellow) i{
	padding-right: 5px;
}
.bg-dark p a:not(.btn-yellow){color: #fff;}
.pad-right{padding-right: 20px;}


/* HERO */

.hero{
	display: flex;
    min-height: 145px;
}
.hero.short{
    min-height: 145px;
}
.hero.short .parallax-content {
	filter: brightness(0.8) blur(4px);
    background-position: center 37%!important;
    width: 105%;
    margin-left: -2.5%;
	box-sizing: unset;
}

.hero .copy{
	max-width: unset;
	width: 100%;
}

.hero .heading-lg{
    font-size: 58px;
	font-weight: 400;
    line-height: 1;
    letter-spacing: 3px;
	margin-bottom: 20px;
}
.hero .heading-xlg{
    font-size: 124px;
    line-height: 1;
	font-weight: 700;
}

.col-logo{
	width: 8.4%;
}
.col-logo a{
    padding: 20px;
    margin-top: 25px;
    display: block;
    text-align: center;
}
.col-logo a img{
    max-width: 100%;
}
.col-hero{
    width: 100%;
    color: #fff;
    position: relative;
    flex-shrink: 100;
}

.hero .pad{
	padding: 140px 8.4%;
    position: relative;
	z-index: 10;
}

.hero-img-parallax{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-background-position: 90% 50% !important;
	-o-background-position: 90% 50% !important;
	-webkit-background-position: 90% 50% !important;
	background-position: 90% 50% !important;
}
.hero-img-parallax .parallax-content{
	-moz-background-position: 90% 50% !important;
	-o-background-position: 90% 50% !important;
	-webkit-background-position: 90% 50% !important;
	background-position: 90% 50% !important;
}
.col-hero .hero-img-parallax:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #00000085, transparent);
    z-index: 1;
}
.section-parallax {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.parallax-content {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 120%;
    background-position: center center !important;
}


/* INVENTORY SEARCH SECTION */

#search-section .copy{
	max-width: 550px;
    margin-bottom: 45px;
	display: block;
}



/* ANIMATIONS */


@-webkit-keyframes underlineIn {
  0% {
    left: 0;
  	right: 100%;
  }

  100% {
    left: 0;
  	right: 0;
  }
}

@keyframes underlineIn {
 
  0% {
    left: 0;
  	right: 100%;
  }

  100% {
    left: 0;
  	right: 0;
  }
}

@-webkit-keyframes underlineOut {
  0% {
    left: 0;
  	right: 0;
  }

  100% {
    left: 100%;
  	right: 0;
  }
}

@keyframes underlineOut {
 
  0% {
    left: 0;
  	right: 0;
  }

  100% {
    left: 100%;
  	right: 0;
  }
}

.animated-underline {
	position: relative;
}
.animated-underline:before {
	content: '';
	position: absolute;
	top: 100%;
	height: 2px;
	left: 0px;
	right: 100%;
	background: #ffd439;
  -webkit-animation: underlineOut 0.2s;
  animation: underlineOut 0.2s;
}

.header .animated-underline:before {
	top: calc(100% - 2px);
}
.animated-underline:hover:before {
  -webkit-animation: underlineIn 0.4s;
  animation: underlineIn 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}


@-webkit-keyframes arrowBounce {
 
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(8px);
  }
}

@keyframes arrowBounce {
 
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(8px);
  }
}
@-webkit-keyframes arrowBounceBack {
 
  0% {
    transform: translateX(8px);
  }

  80% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes arrowBounceBack {
 
  0% {
    transform: translateX(8px);
  }

  80% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0px);
  }
}


/* MANUFACTURERS */

#mfg-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#mfg-grid a{
	padding: 20px;
}
#mfg-grid a img{
	max-width: 100%;
}

#service-section #mfg-grid a{
    max-width: 190px;
    box-sizing: border-box;
    text-align: center;
}

/* SERVICE PAGE */

.pad{
	padding: 60px 40px;
}
.pad p:last-child{
	margin-bottom: 0 !important;
}
#service-section .copy{
    margin-bottom: 45px;
	display: block;
	padding-right: 20%;
	box-sizing: border-box;
}


/* CONTACT PAGE */

.contact-info a{
	font-size: 24px;
	color: #fff;
	display: block;
	margin-bottom: 0;
	padding: 10px 0 10px 44px;
	position: relative;
}

.contact-info a i{
	position: absolute;
	left: 0;
	top: 10px;
}


.custom-form input{
	padding: 20px;

	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	
	color: #454a49;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}
.custom-form select{
	padding: 20px;

	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	
	color: #454a49;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}
.custom-form .flex{
	gap: 10px;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	
	color: #000;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #000 !important;
}




/*--------FORM STYLES--------------------*/

form.inventory-search{
	display: flex;
	width: 100%;
	margin: 0;
}
form.inventory-search  input{
	width: calc(100% - 130px);
	border: unset !important;
	outline: unset !important;
	background: #2d2d2d;
	
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	line-height: 85px;
	font-size: 16px;
	padding-top: unset !important;
	padding-bottom: unset !important;
	padding-left: 40px;	color: #fff;
	
}
form.inventory-search input::placeholder{
	color: #fff;
	
}
form.inventory-search button{
	width: 130px;
	line-height: 85px;
	text-align: center;
	padding-top: unset !important;
	padding-bottom: unset !important;
    height: 85px;
}

form button.btn-yellow{
	
    width: 100%;
	cursor: pointer;
}



/*-------- FOOTER STYLES ----------------*/
footer{}

.footer ul {
	display: flex;
	justify-content: space-between;
}
.footer ul li a{
	color:#fff;
	line-height:60px;
	text-decoration:none;
	display:block;
	margin:0;
	text-align:center;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;	
	padding:0 12px;

	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
}

.footer .pad{
	padding: 6px 9% 9%;
	max-width: 400px;
	float: right;
}
.footer .pad a{
	color:#fff;
	line-height:48px;
	text-decoration:none;
	display:block;
	margin:0;
	text-align:left;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;	
	padding:0 12px;

	font-family: neue-haas-unica, sans-serif;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
}
.footer .pad a i{
	padding-right: 10px;
}


/* PARTS STOCK TABLE */
#stock-table{
	display: flex;
	flex-wrap: wrap;
	font-family: neue-haas-unica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	
}
#stock-table li:nth-of-type(even){
	width: 70%;
	font-weight: 200;
}
#stock-table li:nth-of-type(odd){
	width: 30%;
	font-weight: 400;
}

/* STAFF GRID */

#staff-grid{
	display: flex;
	flex-wrap: wrap;
    color: #fff;
	font-family: neue-haas-unica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	background: #333333;
    padding: 40px;
}
.staff-box{
    width: 25%;
	box-sizing: border-box;
	border: solid 5px #333;
	background: #333333;
	
	z-index: 10;
	position: relative;
}
.staff-box .staff-box-info{
    padding: 60px 0;
	text-align: center;
	background: #333333;
	transition: ease all 0.3s;
}
.staff-box:hover img{
	filter: unset;
}
.staff-box img{
    width: 100%;
	filter: saturate(0);
    display: flex;
	transition: ease all 0.3s;
}
.staff-box .staff-box-info p{
    margin: 0 !important;
}
.staff-box .staff-box-info a{
    color: #fff;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/



#inv *:not(.loading-spinner):not(.loader):not(.mobile-option-bar-filter){border-radius: 0!important;}


#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.fa-solid):not(.material-icons){
    font-family: neue-haas-unica, 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, .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:#006f82 !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: #333 !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: #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: #333 !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: #333 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .back-button, .mobile-option-bar-filter {border-color: #333!important; color: #333!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: #333!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: 1599px) {
	
.hero .heading-lg{
    font-size: 4.55vw;
}
.hero .heading-xlg{
    font-size: 9.55vw;
}
	.staff-box{
    width: 33.3333333%;
	}
}
@media only screen and (max-width: 1439px) {
	
	.staff-box{
    width: 50%;
	}
}
@media only screen and (max-width: 1170px) {
	
	/* HERO */
	.hero .heading-xlg {
		font-size: 10.55vw;
	line-height: 1;
	}
	.hero{min-height: 60vh; border-left: 20px solid #0095a5;}
	.hero .pad{

		padding: 0 8.4%;
		position: relative;
		height: calc(100% - 70px);
		display: flex;
		align-items: center;
    	justify-content: center;
	}
	.col-hero .copy .btn-yellow{
		margin: 0 auto !important;
	}
	.col-hero .copy p{
		display: none;
	}
	
	
	/* TYPOGRAPHY */
	
	.heading-lg{	
    	font-size: 32px;
	}
	.heading{		
    	font-size: 20px;
	}
	.heading-sm{		
    	font-size: 14px;
	}
	.contact-info a {
    	font-size: 18px;
		padding: 10px 0 10px 0;
	}
	.contact-info a i {
    	position: relative;
		padding-right: 20px;
	}
	
	/* STRUCTURE */
	
	.col66, .col50, .col33, #cta-btns.trailer-btns > div{width: 100%;}
	#cta-btns {
		flex-wrap: wrap;
	}
	
	
	.copy{
		text-align: center;
		max-width: unset !important;
	}


	#big-ctas .pad{
		padding: 16.8% 9%;
	}
	
	#service-section .copy {
		max-width: unset;
		padding-right: 0%;
	}


	

	.footer ul.col50 {
		width: 33.333333%;
	}
	.footer .col50 {
		width: 66.666667%;
	}
	.footer ul li a, .footer .pad a {
		padding: 0 12px;
		font-size: 12px;
		text-align: left;
    	line-height: 48px;
	}
	.footer ul {
		column-count: 2;
		display: block;
	}
	
}


@media only screen and (max-width: 767px) {

	.padding-vertical {
		padding-top: 115px;
		padding-bottom: 115px;
	}
	.panel{
		padding: 80px 40px;
	}
	
	
	form.inventory-search button {
   		width: 85px;
	}
	#cta-btns > a{
		padding: 20% 0;
	}
	#cta-btns > a .btn-underline {
		font-size: 18px !important;
	}

	.custom-form .flex{flex-wrap: wrap; gap: 0;}

	.footer .wrapper{	
   		padding: 0 8.4%;
	}
	
	
	.footer .col50 {
		width: 100% !important;
	}

	.footer .pad{
		padding: 9% 0 0 !important;
		max-width: unset;
		float: unset;
	}
	
	.bg-offwhite a:not(.btn-yellow), .bg-white a:not(.btn-yellow){
		font-size: 14px;
	}
	

	#stock-table li:nth-of-type(even){
		width: 100%;
		margin-bottom: 10px;
	}
	#stock-table li:nth-of-type(odd){
		width: 100%;
	}

	#service-section #mfg-grid a{
		max-width: 150px;
	}
	.bg-dark .hr-sm-left{margin: 50px auto !important;}
	
	
	.staff-box {
    width: 50%;
	}
}


@media only screen and (max-width: 480px) {
	.pad{
		padding: 60px 30px;
	}
	.panel{
		padding: 80px 30px;
	}
	#service-section #mfg-grid a {
		max-width: 113px;
		padding: 12px;
		font-size: 11px;
	}
	
	.custom-form select {
		height: 100px;
		white-space: normal;
	}
	
	.staff-box {
    width: 100%;
	}

}






