﻿/***** 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; } 
/***** 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 {  }

.site_header {
	width: 100%; position: relative; z-index: 1004; 
	border-bottom: 1px solid #fdb515; 
	display: flex; flex-direction: column; align-items: stretch; 
}
.header-top {
	width: 100%; display: flex; justify-content: center; align-items: center; justify-content: space-around;
	background: #fff; padding: 12px 1% 14px 1%; box-sizing: border-box; 
}
a.header-logo { display: flex; justify-content: center; align-items: center; }
a.header-logo img { 
	object-fit: contain; object-position: center; width: 530px; 
}
.header-right { 
	width: 880px; column-gap: 1px; 
	display: flex; justify-content: flex-end; align-items: center; 
}
a.topheader-a {
	display: flex; justify-content: center; align-items: center; column-gap: 8px; 
	position: relative; 
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; font-size: 14px; color: #000;
}
a.topheader-a i { margin-bottom: 2px; }
a.topheader-a:before {
	position: absolute; content: ""; left: 50%; right: 50%; bottom: 0;  height: 2px; 
	background: #000; transition: .4s ease all; 
}
a.topheader-a:hover:before { left: 0; right: 0; }
hr.vert-div {
	background: #000; border: none; width: 1px; height: 18px; margin: 0 30px; 
}
.nav-div {
	width: 100%; background: #000; height: 56px; 
	display: flex; justify-content: center; align-items: stretch; 
}

/*---BODY--------------------------------*/

a.btnclass {
	display: flex; justify-content: center; align-items: center; column-gap: 8px; 
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .06em; 
	padding: 0 30px; box-sizing: border-box; height: 46px; transition: .4s ease all; 
}
a.btn-gray { background: #DBDBDB; color: #000; }
a.btn-black { background: #000; color: #fff; }
a.btnclass:hover { background: #fdb515; color: #000; }

.invisilink { font-family: inherit; font-size: inherit; font-weight: inherit; color: inherit; }

/*--------FORM STYLES--------------------*/

/*-------- FOOTER STYLES ----------------*/
footer {  }

.site_footer {
	width: 100%; background: #141414; display: flex; justify-content: center; align-items: center; 
	padding: 100px 0 60px 0; box-sizing: border-box; 
}
.foot-cols-wrapper { 
	display: flex; justify-content: space-between; width: 1170px; 
}
.foot-col { 
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
}
.foot-logo-div {
	row-gap: 12px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; width: 46%; max-width: 594px; 
}
.foot-logo-div .cta-wrapper {
	display: flex; justify-content: flex-start; align-items: stretch; 
	border: 1px solid #fdb515; 
}
.foot-logo { transition: .4s ease all; }
.foot-logo:hover { margin: -4px 0 4px 0; }
.foot-logo img { width: 300px; object-fit: contain; object-position: center; }

.foot-nav { 
	flex-direction: row; flex-wrap: wrap; position: relative; width: 33.333333%; max-width: 594px; padding-left: 67px; row-gap: 0; 
	align-items: flex-start; 
}
.foot-nav:before {
	position: absolute; content: ""; top: -10px; bottom: -10px; left: 0; width: 1px; background: rgba(255,255,255,0.5);
}
.foot-nav:after {
	position: absolute; content: ""; top: -10px; bottom: -10px; right: 0; width: 1px; background: rgba(255,255,255,0.5);
}
a.footer-btn-yellow { background: #fdb515; color: #000; }
a.footer-btn-yellow:hover { background: #fff; color: #000; }
a.footer-btn-black { background: none; color: #fdb515; }
a.footer-btn-black:hover { background: #fdb515; color: #000; }
h4.footer-title {
	width: 100%; text-align: left; font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 24px; 
	text-transform: uppercase; letter-spacing: .06em; margin-bottom: 20px; color: #fff; 
}
.foot-nav-col { 
	width: 50%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; row-gap: 32px; 
}
a.foot-nav-link {
	font-family: 'Roboto', Helvetica, Arial, sans-serif; color: #fff; font-size: 16px; letter-spacing: .06em; 
	position: relative; transition: .3s ease-in-out all; text-align: left; 
}
a.foot-nav-link:before {
	position: relative; content: "\f101"; color: #fdb515; font-size: 12px; margin-right: 6px; font-weight: 900; font-family: 'Font Awesome 7 Free', icon; 
}
a.foot-nav-link:hover { color: #fdb515; transition: .3s ease-in-out all; }
.foot-copyright {
	width: 33.333333%; max-width: 594px; padding-top: 30px; padding-left: 100px; 
}
.foot-copyright p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif; color: #adadad; font-size: 12px; 
	line-height: 26px; letter-spacing: .06em; 
}
.foot-copyright p a {
	font-family: 'Roboto', Helvetica, Arial, sans-serif; color: #adadad; font-size: 12px; 
	line-height: 26px; letter-spacing: .06em; 
}
.foot-copyright p a:hover { color: #fdb515; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


/*---------- RESPONSIVE STYLES ----------*/



@media only screen and (min-width: 1200px) {
	.header-btns-wrapper { display: flex; column-gap: 1px; }
	
	.foot-copyright { padding-left: 80px; }
}

@media only screen and (max-width: 1200px) {
	.header-top { padding: 0; }
	.header-right { width: 700px; }
	hr.vert-div { margin: 0 24px; }
	.header-btns-wrapper { flex-direction: column; align-items: stretch; width: 205px; }
	.header-btns-wrapper .btnclass { justify-content: flex-start; padding-right: 0; font-size: 12px; }
	
	.foot-cols-wrapper { flex-wrap: wrap; width: 970px; justify-content: space-between; row-gap: 100px; }
	.foot-logo-div { width: 100%; max-width: unset; }
}

@media only screen and (min-width:993px) {
	a.header-logo img {max-width: 300px; }
}

@media only screen and (max-width: 992px) {
	a.header-logo img { width: 263px; }
	.header-right { width: unset; margin-left: 20px; }
	a.topheader-a { font-size: 11px; }
	.header-btns-wrapper { width: 173px; }
	.header-btns-wrapper .btnclass { width: 173px; height: 36px; padding-left: 16px; }
	
	.foot-cols-wrapper { width: 750px; justify-content: flex-start; }
	.foot-nav { width: 50%; box-sizing: border-box; }
	.foot-copyright { width: unset; }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	a.header-logo img { width: 200px; }
	hr.vert-div { margin: 0 24px; }
}

@media only screen and (max-width: 768px) {
	.hide768 { display: none!important; }
	
	.header-top { padding-top: 12px; padding-bottom: 12px; }
	
	.foot-cols-wrapper { flex-direction: column; row-gap: 32px; max-width: 320px; padding-left: 15px; padding-right: 15px; }
	.foot-logo-div { align-items: center; }
	.foot-logo img { max-width: 270px; }
	.foot-nav { width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .5); padding-bottom: 40px; padding-left: 0; padding-top: 16px; }
	.foot-nav:before { display: none!important; }
	.foot-nav:after { display: none!important; }
	.foot-copyright { padding: 0; width: 100%; }
}


@media only screen and (min-width: 1530px) {
	a.header-logo img {max-width:none;}
	.header-right { width: 880px; }
	
	.foot-cols-wrapper { width: 1500px; }
	.foot-copyright { padding-left: 142px; }
}


