﻿/***** 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 --------

	BLUE:  #022464
	LIGHT BLUE:  #4A7AD3

	ORANGE: #FFC05B (use sparingly)
	GRAY: #F5F5F5
*/

/***** 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 {

}

img {max-width: 100%;}

.wid-90 {width: 90%; margin: 0 auto; max-width: 1300px;}

.padit {padding: 50px 0;}

.logo {max-width: 150px;}

.logo img {padding: 15px 0; width: 100%;}

.gray {background: #F5F5F5;}

.blue {background: #022464;}

.deep-blue {background: #0B1F44;}

/*------------- TEXT STYLES AND BUTTONS -------------*/

.lgt-blue {color: #4A7AD3;}

.orange {color: #FFC05B;}

.white {color: #fff;}

.xl-txt {font-size: 60px;}

/*FLAVOR IS FOR DECORATION PURPOSES ONLY. DO NOT USE FLAVOR STYLING ON ANY TEXT
THAT IS IMPORTANT AND NEEDS TO REMAIN ACCESSIBLE*/
.flavor {
	text-align: center;
	margin: 20px;
	font-weight: 600;
	font-style: italic;
	position: relative;
}

.flavor p {
	font-size: 24px;
}

.flavor .fa-solid.fa-quote-left {
	position: absolute;
	font-size: 36px;
	opacity: .2;
	left: 0;
	bottom: 50%;
	transform: translate(0, 50%);
}

.flavor .fa-solid.fa-quote-right {
	position: absolute;
	font-size: 36px;
	opacity: .2;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

a:link, a:visited, a:active {text-decoration:none; font-family: "Open Sans", sans-serif; }
a:hover {text-decoration:none;}

h1, h2, h3, h4, h5, h6 { font-family: "Oswald", sans-serif; }

p, li {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

p.body-text {
	line-height: 1.8;
}

.sm-heading {
	font-size: 20px;
	margin-bottom: 10px;
}

.heading {
	font-size: 48px;
	text-transform: uppercase;
	line-height: 1.2;
}

hr{border:#EE1B24 1px solid;}



/*  BUTTONS  */

.hero-btn {
	width: 240px;
	height: 50px;
	padding: 10px 5px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(to bottom, #4A7AD3 0%, #022464 51%, #022464 100%);
	background-size: 100% 200%;
	border: 2px solid #fff;
	cursor: pointer;
	transition: .5s ease-in;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in; 
}

.hero-btn:hover {
	background-position: 0% 100%;
}

.blue-btn {
	width: 240px;
	height: 50px;
	padding: 10px 5px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border: none;
	background: linear-gradient(to bottom, #4A7AD3 0%, #022464 51%, #022464 100%);
	background-size: 100% 200%;
	cursor: pointer;
	margin: 10px 0;
	transition: .5s ease-in;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in; 
}

.blue-btn:hover {
	background-position: 0% 100%;
}

.black-btn {
	width: 240px;
	height: 50px;
	padding: 10px 5px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border: 2px solid #000;
	background: #000;
	cursor: pointer;
	margin: 10px 0;
	transition: .3s ease-in;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;
}

.black-btn:hover {
	background: transparent;
	color: #000;
}

/*--- HEADER STYLES ---------------------*/
header { background: #022464;}

.top-header {
	background: #000;
	padding: 5px;
}

.top-header a {
	color: #dbdbdb;
	font-weight: 700;
	padding-right: 15px;
}

.main-header .wid-90 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-bar input {
	border: none !important;
	background: none !important;
	color: #fff !important;
	font-family: "Oswald", sans-serif !important;
	border-bottom: 2px solid #fff !important;
	padding: 5px !important;
	font-size: 16px !important;
	border-radius: 0 !important;
	width: unset !important;
	height: auto !important;
}

.search-bar input::placeholder {
	color: #fff;
	opacity: 0.60;
}

.search-bar input:focus {
	outline: none;
}

.search-bar button {
	border: none;
	background: none;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
}

/*---BODY--------------------------------*/

.hero, .mobile-hero {
	position: relative;
	background: #000;
}

.mobile-hero {
	display: none;
}

.hero img, .mobile-hero img {
	display: block;
	width: 100%;
}

.hero .hero-text {
	position: absolute;
	top: 20%;
	margin: 0 auto;
}

.hero-text .heading {
	text-shadow: 0 4px 8px #000;
}

.tile-links {
	display: flex;
	justify-content: center;
	background: #000;
}

.tile {
	position: relative;
	border: 1px solid #fff;
}

.tile img {
	display: block;
}

.tile::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0, 0.4);
	opacity: 1;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.tile-links a {
	color: #fff;
}

.tile .tile-title {
	position: absolute;
	left: 15px;
	bottom: 10%;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.tile-title h2 {
	text-transform: uppercase;
	font-size: 24px;
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #4A7AD3;
	
}

.tile-title p {
	font-family: "Oswald", sans-serif;
	text-shadow: 0 0 4px #000;
	font-size: 18px;
	line-height: .7;
}

.tile:hover > .tile-title {
	transform: translateY(-20%);
}

.tile:hover::before {
	opacity: 0;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.blue-bar-item {
	text-align: center;
	margin: 0 50px;
}

.blue-bar-item i {
	font-size: 34px;
	padding: 10px;
}

.blue-bar-item h3 {
	text-transform: uppercase;
	font-size: 24px;
}

.blue-bar-item a {
	color: #fff;
	padding-bottom: 10px;
}

.map-section {
	display: flex;
	gap: 20px;
}

.map-section iframe {
	max-width: 1100px;
}

.map-aside {
	width: 40%;
}
/*--------FORM STYLES--------------------*/


.form-container {
	width: 50%;
	max-width: 750px;
	margin: 0 auto;
}

.form-flex { 
	display: flex;
	gap: 20px;
	padding: 10px 0;
}

.form-field {
	width: 100%;
}

.form-container label {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
}

.form-flex input, textarea {
	border: 1px solid #022464;
	padding: 10px;
	background: #fff;
	font-family: "Open Sans", sans-serif;
	width: 100%;
}
.form-flex input:focus, textarea:focus {
	outline: none;
	background: #FFF0DA;
	border: 2px solid #4A7AD3;
}

textarea {
	height: 75px;
}

.CaptchaPanel {
	font-family: "Oswald", sans-serif;
}

.CaptchaImage {
	width: unset;
}

.captcha-button {
/*	text-align:center;*/
}

#captcha {
	display: none;
}


/*-------- FOOTER STYLES ----------------*/

footer {
	background: #000;
	padding-bottom: 50px;
}

footer a {
	color: #fff;
}

footer h3 {
	padding-bottom: 10px;
}

footer .wid-90 {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.footer-logo .logo {
	max-width: 200px;
}

.footer-nav ul li {
	display: inline-block;
}

.footer-nav ul li a {
	margin: 0 5px 0 1px;
	padding: 5px 15px 5px 0;
	line-height: 40px;
}

.footer-connect {
	padding: 5px;
	margin-right:2px;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.footer-connect:hover {
	color: rgba(255,255,255, 0.80);
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1000px) {
	.flex {display:block;}
	
	.blue-bar-item {margin: 25px 0;}
}

@media only screen and (max-width: 900px) {
	.heading {font-size: 30px;}
	.xl-txt {font-size: 36px;}
	.form-container {width: 90%;}
}

@media only screen and (max-width: 750px) {
	.map-section {display: block;}
	.map-aside {width: 90%; margin: 0 auto;}
	
	.form-flex {flex-wrap: wrap; gap: 10px; padding: 5px 0;}
}


@media only screen and (max-width: 600px) {
	.top-header {display: none;}
	.heading {font-size: 24px;}
	.xl-txt {font-size: 28px;}
	
	.hero {display: none;}
	.mobile-hero { display: block;}
	.mobile-hero .hero-text {position: absolute; bottom: 10%; width: 90%; margin: 0 auto;}
	
	.tile-links {display: grid; grid-template-columns: 1fr 1fr;}
}

@media only screen and (max-width: 400px) {
	.hero-btn, .blue-btn, .black-btn {width: 100%;}
	
	.main-header .wid-90 {justify-content: center;}
	.main-header .wid-90 form {display: none;}
	
	.tile-links {display: block;}
	
	.flavor p {font-size: 18px;}
}






