﻿/***** 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 --------

	COLOR:  #XXXXXX
*/

:root {
		
	--red: #C21330; 
	
	--gray1: #f1f1f1;
	--gray2: #333;
}

/***** 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 --------*/

* {box-sizing: border-box;}

body {
}

.wid-90 {width: 90%; margin: 0 auto; max-width: 1600px;}

.padit {padding: 70px 0;}
.header-pad {padding: 60px 0;}

.logo {max-width: 250px;}

.logo img {width: 100%; display: block; padding: 10px 0;}

.flex {display: flex;}

.flex-1 {
	width: 100%;
}

.flex-2 {
	width: 50%;
}

.flex-1 .wid-90, .flex-2 .wid-90 {
	width: 80%; max-width: 800px;
}

.mobile-only {display: none;}

.gray-body {
	background-color: var(--gray1);
}

/*------------- TEXT STYLES AND BUTTONS -------------*/

.white{color: #fff;}
.red{color: var(--red);}

.upper {text-transform: uppercase;}

a:link, a:visited, a:active {text-decoration:none; font-family: "Roboto Condensed", sans-serif; }
a:hover {text-decoration:none;}
a.black {color: #000; transition: .3s ease all; &:hover{color:var(--red);}}
a.white {color: #fff; transition: .3s ease all; &:hover{color: var(--red);}}

h1, h2, h3, h4, h5, h6 { font-family: "Roboto Condensed", sans-serif; }

p, li {
	font-family: "Roboto Condensed", sans-serif;
}

p.body-text {
	line-height: 2;
}

ul.bullets {
	margin-left: 30px;
	line-height: 2;
}

ul.bullets li {
	list-style: disc;
}

ul.icon-bullets {
	margin-left: 20px;
}

ul.icon-bullets li {
	position: relative;
}

ul.icon-bullets li i {
	position: absolute;
	right: 100%;
	line-height: 2;
}

.sm-heading {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.heading {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

/*  BUTTONS  */

.red-btn {
	display: inline-block;
	text-align: center;
	padding: 13px 25px;
	background: var(--red);
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.red-btn:hover {
	background-color: var(--gray2);
}

.gray-btn {
	display: inline-block;
	text-align: center;
	padding: 13px 25px;
	background: var(--gray2);
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.gray-btn:hover {
	background-color: #000;
}

.btn-row.flex {
	gap: 25px;
	flex-wrap: wrap;
}

/*--- HEADER STYLES ---------------------*/

header {
	position: relative;
	z-index: 5;
}

.header-container {
	position: relative;
}

.top-header {
	background-color: #000;
}

.top-header .wid-90.flex {
	justify-content: space-between;
	align-items: center;
	gap: 10px 40px;
}

.top-header .left.flex {
	justify-content: flex-start;
	gap: 40px;
	text-align: center;
}

.top-header .btn-row.flex {justify-content: center;}

.main-header {
	background: var(--gray1);
}

.main-header .flex {
	padding: 10px 0;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.main-header .logo {
	flex-shrink: 0;
}

.main-header .header-message {
	background-color: var(--red);
	padding: 20px 40px;
	width: 100%;
	max-width: 400px;
	text-align: center;
}

.header-message p {
	font-style: italic;
	text-transform: uppercase;
	font-weight: 700;
}

.search.flex {
	width: 100%;
	max-width: 400px;
	flex-wrap: nowrap !important;
}

.search.flex .fb-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	flex-shrink: 0;
	height: 44px;
	border-radius: 22px;
	background-color: #1877F2;
	transition: .3s ease all;
	
	&:hover {background: var(--gray2);}
}

.search.flex form {
	width: 100%;
}

.search-bar.flex {
	gap: 0;
	max-width: 350px;
	width: 100%;
	align-items: stretch;
	flex-wrap: nowrap !important;
}

.search-bar.flex input {
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #aaa;
	border-right: none;
	font-family: "Roboto Condensed", sans-serif;
	border-radius: 5px 0 0 5px;
}

.search-bar.flex input:focus {
	outline: none;
	border-color: var(--red);
}

.search-bar.flex button {
	background-color: var(--red);
	color: #fff;
	width: 44px;
	border: none;
	border-radius: 0 5px 5px 0;
	transition: .3s ease all;
	
	&:hover {background-color: var(--gray2);}
}

.nav-container {
	background-color: var(--red);
}

/*---BODY--------------------------------*/

.swiper {
	width: 100%;
}

.swiper-slide {
	width: 100%;
	aspect-ratio: 96 / 31;
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slider .swiper-pagination {
	background-color: rgba(0,0,0,0.7);
	width: 250px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
	border-radius: 5px;
	padding: 10px;
}

.hero-slider .swiper-pagination-bullet {
	background-color: #fff !important;
	width: 10px !important;
	height: 10px !important;
	opacity: 1 !important;
}

.hero-slider .swiper-pagination-bullet-active {
	background-color: var(--red) !important;
}

.ctas.flex {
	justify-content: space-around;
	gap: 30px 50px;
}

.ctas.flex .welcome-cta {
	display: block;
	width: 100%;
	max-width: 600px;
	background-color: #000;
	position: relative;
}

.ctas.flex .welcome-cta img {
	display: block;
	width: 100%;
}

.cta-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
}

.cta-title .heading {transition: .3s ease all;}

.welcome-cta:hover .heading {color: var(--red);}

.cta-title hr {
	width: 100%;
	max-width: 200px;
	border: none;
	height: 1px;
	background-color: #fff;
}

.cta-title .sub-text {
	color: #ccc;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.about-text {
	padding-top: 50px;
}

.locations .heading {
	text-align: center;
	padding: 30px 0;
}

.locations .tiles.flex {
	justify-content: flex-start;
	gap: 50px;
	flex-wrap: wrap;
}

.tiles.flex .loc.flex{
	width: calc(25% - 38px);
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 20px;
	gap: 20px;
	flex-direction: column;
	justify-content: space-between;
}

.loc.flex p {
	padding: 10px 0;
}

.facebook.flex {
	justify-content: center;
	gap: 30px 5%;
	padding-top: 50px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.facebook.flex a {
	width: 100%;
	max-width: 500px;
	font-size: 20px;
}

.facebook.flex .feed-wrapper {
	width: 100%;
	max-width: 500px;
}

.page-heading {
	background-color: var(--gray1);
	border-bottom: 1px solid #aaa;
}

.page-heading .heading {
	font-size: 40px;
}

.contact-form.flex {
	gap: 20px 5%;
}

.contact-item.flex {
	margin: 20px 0;
	align-items: center;
	gap: 20px;
}

.contact-item.flex .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #000;
	color: #fff;
}

.contact-item.flex a {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	
	&:hover {color: var(--red);}
}

.loc-btns.flex {align-items: center; padding-top: 20px;}

.loc-details.flex {
	gap: 30px 5%;
}

.loc-details.flex .iframe-wrapper {
	position: relative;
	width: 100%;
	max-width: 900px;
}

.loc-details.flex .iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 300px;
	display: block;
}

.loc-details.flex .info {
	padding: 30px 0;
	width: 100%;
	max-width: 600px;
}

.hours .flex {
	width: 100%;
	max-width: 500px;
	gap: 20px;
	justify-content: space-between;
	padding: 15px 20px;
}

.hours .flex:nth-child(even) {
	background-color: rgba(0,0,0,0.1);
}

.position.flex {
	gap: 30px 5%;
}

.position.flex .title {
	width: 50%;
	max-width: 500px;
}

.position.flex .details {
	width: 100%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 30px 0;
}

.precision-logos.flex {
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.precision-logos.flex img {
	display: block;
	width: 100%;
	max-width: 190px;
}

.mission {
	max-width: 900px;
	margin: 20px auto;
	padding: 30px;
	text-align: center;
}

.promotion {
	background-color: #fff;
	border: 1px solid #aaa;
	margin: 30px 0;
}

.promotion img {
	display: block;
	width: 100%;
}

.promotion .promotion-details {
	padding: 30px;
}

.promotion-details .date {
	font-weight: 700;
	color: #555;
	margin-bottom: 20px;
}

.promotion-details .terms {
	font-weight: 700;
	color: #555;
}

.promotion-details .fine-print {
	font-size: 14px;
}

.promotion-details .flex {
	justify-content: space-between;
	gap: 20px;
}

.promotion-details .brand-logo {
	width: 100%;
	max-width: 190px;
}

.promotion-details .brand-logo img{
	width: 100%;
	max-width: 190px;
}

.programs .flex {
	flex-wrap: wrap;
	width: 100%;
	padding: 20px;
}

.programs .flex:nth-child(even) {
	background-color: rgba(0,0,0,0.05);
}

.programs .flex .example {
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.parts.flex {
	justify-content: flex-start;
	gap: 50px;
	flex-wrap: wrap;
}

.parts.flex .tile {
	width: calc(25% - 38px);
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 20px;
	text-align: center;
}

.parts.flex .tile img {
	display: block;
	width: 100%;
	max-width: 190px;
	margin: 0 auto;
}

.parts.flex .tile .sm-heading {
	padding-bottom: 10px;
}

/*--------FORM STYLES--------------------*/

.contact-flex {
	display: flex;
	justify-content: space-around;
}

.form-container {
	width: 100%;
	max-width: 900px;
}

.form-box .heading {
	padding: 15px 0;
}

.form-flex {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 10px 0;
}

.form-flex label, .form-flex legend {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 5px;
	display: inline-block;
}

.form-field, .form-flex input, .form-flex select, .form-flex textarea, .form-flex div {
	width: 100%;
}

.form-flex input[type="radio"], .form-flex input[type="checkbox"] {
	width: unset;
}

.form-flex input, .form-flex select, .form-flex textarea {
	background: #eee;
	border: 1px solid #aaa;
	color: #2D2D2D;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	padding: 15px;
	border-radius: 5px;
	
}

.form-flex input:focus-visible, .form-flex select:focus-visible, .form-flex textarea:focus-visible {
	outline: none;
	background: #fff;
	border: 1px solid var(--red);
}

textarea {
	height: 150px;
}

.CaptchaPanel {
	font-family: "Outfit", sans-serif;
	text-align: left !important;
}

.captcha-button {
	text-align:left;
}

#captcha {
	display: none;
}

/*-------- FOOTER STYLES ----------------*/
footer {
	padding-bottom: 50px;
	background: #000;
}

footer .wid-90.flex {
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.footer-nav p.body-text {
	font-weight: 700;
	margin-bottom: 10px;
}

.footer-nav .flex {
	gap: 0 40px;
	flex-wrap: wrap;
}

.footer-nav ul li a {
	color: #fff;
	line-height: 2;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.footer-nav ul li a:hover {
	color: var(--red);
}

.footer-left.flex {
	gap: 20px 50px;
	flex-wrap: wrap;
}

.footer-left .inv.flex {
	gap: 30px 100px;
	flex-wrap: wrap;
}

.footer-right {
	background-color: #222;
	padding: 20px 30px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1300px) {
	.tiles.flex .loc.flex {width: calc(50% - 25px);}
}

@media only screen and (max-width: 1100px) {
	.main-header .flex, .top-header .wid-90.flex {justify-content: space-around; flex-wrap: wrap;}
	.top-header .btn-row.flex {display: none;}
	
	.ctas.flex {flex-wrap: wrap;}
	
	.parts.flex .tile {width: calc(50% - 25px);}
}

@media only screen and (max-width: 850px) {
	.main-header .header-message {display: none;}
	
	.hero-slider .swiper-pagination {position: static; transform: none; width: 100% !important; background-color: #000; border-radius: 0;}
	
	.contact-form.flex {flex-wrap: wrap;}
	.form-flex {flex-wrap: wrap; gap: 20px; padding: 5px 0;}
	
	.position.flex {flex-wrap: wrap;}
	.position.flex .title {width: 100%; max-width: unset;}
	
	.promotion-details .flex {flex-wrap: wrap;}
}


@media only screen and (max-width: 600px) {
	.page-heading .heading {font-size: 32px;}
	.heading {font-size: 28px;}
	.tiles.flex .loc.flex {width: 100%;}
	
	.loc-details.flex {flex-wrap: wrap;}
	.loc-details.flex .iframe-wrapper iframe {position: static;}
}

@media only screen and (max-width: 500px) {
	.main-header .logo {flex-shrink: unset;}
	
	.parts.flex .tile {width: 100%;}
}

@media only screen and (max-width: 450px) {
/*	make buttons full width*/
	.red-btn, .gray-btn {width: 100%;}
}






