﻿/***** 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: #333;  color: #fff; text-shadow: none; } 
::selection { background: #333; color: #fff; text-shadow: none; }
/* Clearfix */
.cf { *zoom: 1; } .cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; } 

/*-------- BODY STYLES --------*/
html { scroll-behavior: smooth; }
body { background: #f7f8f9; font-family: "Roboto", sans-serif; }

a:link, a:visited, a:active, a:hover { text-decoration: none; }
hr { border: #000 1px solid; }
header, footer, section, main, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, i, ol, ul, li, form, label, :before, :after { box-sizing: border-box; }

/*--- HEADER STYLES ---------------------*/
header {}

.aria-skip { position: relative; width: 0px; height: 0px; display: flex; font-size: 0px; opacity: 0; }

.subhero { position: relative; z-index: 4; width: 100%; padding: 200px max(40px, calc(50vw - 650px)) 100px max(40px, calc(50vw - 650px)); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.subhero:before { position: absolute; content: ""; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(101deg, rgba(192, 192, 192, .77) 0%, rgba(192, 192, 192, .77) calc(50% - 1px), rgba(192, 192, 192, 0) 50%, rgba(192, 192, 192, 0) 100%); pointer-events: none; }

.subhero-bg { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.subhero-content { position: relative; z-index: 3; width: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; row-gap: 12px; }
.subhero-content .title { font-size: 60px; text-shadow: 1px 1px 11px rgba(0, 0, 0, .52); letter-spacing: 2px; }

.hd-header, header.hd-header { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 1004; width: min(100%, 1305px); padding: 60px 20px 20px 20px; margin: 0 auto -130px; transition: .2s ease all; }
/*
.site-header.is-stuck { background-color: #000; padding: 0; }*/


.header-logo, .header-logo img { width: 350px; }
.header-logo { position: absolute; z-index: 3; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.header-logo img { height: auto; object-fit: contain; object-position: center; padding: 5px; }

.nav-div { position: relative; z-index: 4; width: min(100%, 1265); margin: 0 auto; display: flex; justify-content: center; align-items: stretch; height: 50px; pointer-events: none; }

/* Site Colors: */
:root {
	--gray: #c0c0c0; /* var(--gray); ; */
}
/*---BODY--------------------------------*/

/* Text / Titles / Paragraphs / <h1><h2><h3><h4> / <p> * /
h1, h2, h3, h4, h5, h6, p, span, a, button, label, input, select, textarea, div, ul, ol { font-family: "Roboto", sans-serif; font-weight: 400; color: #000; transition: .25s ease all; }

.txt-default, .content-sect p, p, span, a, input, select, textarea, div, ul, ol { font-size: 16px; }*/

.txt-default, .content-sect p { font-family: "Roboto", sans-serif; font-size: 16px; font-weight: 400; line-height: 1.4; color: #000; }

.title { font-family: "Bebas Neue", sans-serif; width: 100%; text-transform: uppercase; font-size: 40px; font-weight: 400; line-height: 1.2em; letter-spacing: .5px; }

.multi-title { position: relative; width: 100%; display: flex; flex-direction: column; align-items: flex-start; }

/* buttons / links / <a> / ctas */
.btnclass, .listed { position: relative; min-width: 50px; min-height: 50px; display: flex; align-items: center; column-gap: 12px; cursor: pointer; transition: .25s ease all; }

.btnclass { padding: 10px 40px; min-height: 60px!important; justify-content: center; background: #000; color: #fff; border: 1px solid #fbfbfb; border-radius: 5px; text-transform: uppercase; text-shadow: none; font-size: 20px; font-weight: 400; text-align: center; transition: .5s ease all, .85s ease-in box-shadow; box-shadow: inset 0em 0 0 0 #c0c0c0; }

.btnclass i { font-size: 20px; }

.btnclass:active { margin-top: 2px; margin-bottom: -2px; }

.btnclass:hover, .darkmode .btnclass:hover, .shadowed .btnclass:hover { background: #c0c0c0; color: #000; text-shadow: none; box-shadow: inset 100em 0 0 0 #c0c0c0; }

.listed { padding: 8px 12px; justify-content: center; }
.listed, .listed i, .listed span { color: #000; transition: .25s ease all; }
.listed, .listed span { font-size: 17px; }
.listed i { font-size: 17px; }
a.listed:hover, a.listed:hover i, a.listed:hover span { color: #444; cursor: pointer; }

.darkmode .listed, .darkmode .listed i, .darkmode .listed span, 
.listed.darkmode, .listed.darkmode i,  .listed.darkmode span, 
.shadowed .listed, .shadowed .listed i, .shadowed .listed span, 
.listed.shadowed, .listed.shadowed i,  .listed.shadowed span { color: #fff; }
.darkmode a.listed:hover, .darkmode a.listed:hover i, .darkmode a.listed:hover span, 
a.listed.darkmode:hover, a.listed.darkmode:hover i, a.listed.darkmode:hover span { color: #ddd; }

/* sections */
.content-sect, .horiz-sect { position: relative; display: flex; row-gap: 20px; }
.content-sect { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.ai-c, .content-sect.ai-c, .multi-title.ai-c { align-items: center; }
.ai-fe, .content-sect.ai-fe, .multi-title.ai-fe { align-items: flex-end; }

.content-sect p { width: 100%; }

.horiz-sect { width: 100%; flex-wrap: wrap; justify-content: flex-start; align-items: center; column-gap: 20px; }
.jc-c, .horiz-sect.jc-c { justify-content: center; }

.f-row { display: flex; flex-direction: row; }
.f-col { display: flex; flex-direction: column; align-items: flex-start; }

.jc-fs { justify-content: flex-start; }
.jc-sb { justify-content: space-between; }

.ai-fs { align-items: flex-start; }
.ai-s { align-items: stretch; }

.ac-c { align-content: center; }

.f-wrap { flex-wrap: wrap; }

.mission { position: relative; width: 100%; padding: 60px max(5vw, calc(50vw - 1000px)); display: flex; justify-content: center; align-items: stretch; column-gap: 80px; row-gap: 40px; }
.mission > .content-sect { width: 50%; }
.mission .missionimg { position: relative; width: 50%; min-height: 320px; display: flex; justify-content: center; align-items: center; }

.missionimg img, .hero > img, .subhero > img, .bg-img > img { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

img.img-contain { object-fit: contain; }

.mission .missionimg img.img-contain { position: relative; width: 100%; height: auto; max-height: 600px; object-fit: contain; }

/* Homepage - default.htm 
.homepage { position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; }*/

.tall-subhero { min-height: max(444px, calc(100vh - 572px)); }

/* subpages */
.subpage {}

.subhero {}

.hd-breadcrumbs { position: relative; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; gap: 12px; }
.txt-white .hd-breadcrumbs .hd-breadcrumb { color: #fff; }
.txt-white .hd-breadcrumbs a.hd-breadcrumb:hover { color: #ccc; }

/* contact-us.htm */
.contactpage {}

/* thank-you.htm */
.thankyoupage {}

/* recommended styles */
.ta-c, .ta-c .title, .ta-c p, .title.ta-c, p.ta-c { text-align: center; }
.ta-r, .ta-r .title, .ta-r p, .title.ta-r, p.ta-r { text-align: right; }
.ta-l, .ta-l .title, .ta-l p, .title.ta-l, p.ta-l { text-align: left; }

.txt-white, .txt-white span, .txt-white h1, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white p, 
.darkmode, .darkmode .title, .darkmode .subtitle, .darkmode p, .darkmode span, .darkmode a, 
.shadowed, .shadowed .title, .shadowed .subtitle, .shadowed p { color: #fff; }

.txt-black { color: #000; }

.bg-white { background: #fff; }
.bg-black { background: #000; }

.bg-img { position: relative; }
.bg-img > *:not(img) { position: relative; z-index: 3; }

.width50 { width: 50%; }
.width100 { width: 100%; }

.padtb-20 { padding-top: 20px; padding-bottom: 20px; }
.padtb-40 { padding-top: 40px; padding-bottom: 40px; }
.padtb-50 { padding-top: 50px; padding-bottom: 50px; }
.padtb-80 { padding-top: 80px; padding-bottom: 80px; }

.padlr-norm { padding-left: max(5vw, calc(50vw - 1000px)); padding-right: max(5vw, calc(50vw - 1000px)); }

.margt-16 { margin-top: 16px; }
.margt-20 { margin-top: 20px; }
.margt-40 { margin-top: 40px; }

.margb-neg40 { margin-bottom: -40px; }
.margb-8 { margin-bottom: 8px; }
.margb-16 { margin-bottom: 16px; }
.margb-80 { margin-bottom: 80px; }

.marglr-auto { margin-left: auto; margin-right: auto; }

.colgap-24 { column-gap: 24px; }
.colgap-60 { column-gap: 60px; }
.colgap-lg { column-gap: min(200px, 10vw); }

.rowgap-24 { row-gap: 24px; }
.rowgap-24 { row-gap: 24px; }
.rowgap-32 { row-gap: 32px; }
.rowgap-40 { row-gap: 40px; }
.rowgap-50 { row-gap: 50px; }

.z3 { position: relative; z-index: 3; }

/* forced styles */
.txt-bold { font-weight: 900!important; }

.force-bora-0 { border-radius: 0!important; }

.force-colgap-0 { column-gap: 0!important; }
.force-rowgap-0 { row-gap: 0!important; }

/*-------- FORM STYLES now located in formstyles.css --------------------*/


/*-------- FOOTER STYLES ----------------*/
footer {}

.hd-footer, footer.hd-footer { position: relative; z-index: 5; width: 100%; background: #000; display: flex; flex-direction: column; align-items: center; }

.foot-main { position: relative; z-index: 1; width: 100%; padding: 24px calc(50% + 20px) 32px max(3%, calc(50vw - 1000px)); display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 44px; }

.foot-itm { position: relative; width: 100%; height: 112px; object-fit: contain; object-position: center; }

.footcol { position: relative; width: calc(50% - 22px); display: flex; flex-direction: column; align-items: center; }

.footcol .title { margin-bottom: 20px; }
.footcol .title i { font-size: 28px; transform: translateY(-4px); margin-right: 8px; }

.footcol a, .footcol p:not(.title) { font-size: 20px; line-height: 1.8; color: #fff; }
.footcol a { font-weight: 600; transition: .1s ease all; }
.footcol a:hover { color: #c0c0c0; text-decoration: underline; }
.footcol p:not(.title) { font-weight: 400; }

.foot-soc-media { gap: 6px; margin-top: -10px; }
.foot-soc-media a { width: 40px; height: 50px; transition: .2s ease all; display: flex; justify-content: center; align-items: center; text-align: center; }
.foot-soc-media i { color: var(--gray); font-size: 30px; }
.foot-soc-media a:hover, .foot-soc-media a:hover i { color: #fff; text-decoration: none!important; }

.foot-float { position: absolute; z-index: 3; width: min(45%, 630px); height: 450px; top: -40px; left: calc(50% + 20px); background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .15); padding: 32px min(60px, 5vw); display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 20px; }

.foot-foot { position: relative; z-index: 1; width: 100%; padding: 20px 5vw; border-top: 3px solid #cecece; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.foot-copyright { font-size: 13px; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { display: flex; width: 100%; height: 80px; background: #000; }

/* AT styles */
.list.listing { display: flex!important; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 2001px) {	/* MIND THE MIN-WIDTH */
	
}

@media only screen and (max-width: 1140px) {
	.header-logo, .header-logo img { width: 310px; }
}

/* switch to mobile nav/header */
@media only screen and (max-width: 1100px) {
	.hd-header, header.hd-header { background: #000; padding: 0 0 0 10px; display: flex; justify-content: space-between; align-items: stretch; gap: 10px; margin-bottom: -60px; }
	.header-logo, .header-logo img { width: unset; height: 60px; }
	.header-logo img { padding: 10px 0; }
	.header-logo { position: relative; top: unset; left: unset; transform: none; }
	.nav-div { width: unset; height: unset; margin-right: 0; }
	
	.title, .subhero-content .title { font-size: 50px; }
	
	.hd-footer, footer.hd-footer { row-gap: 40px; }
	.foot-main { padding: 50px 0 0 0; }
	.foot-float { position: relative; top: unset; left: unset; width: 90%; height: unset; margin: 0 auto; }
}

@media only screen and (max-width: 768px) {
	.subhero:before { background-image: none; background: rgba(255, 255, 255, .7); }
	.subhero-content { align-items: center; text-align: center!important; }
	
	.foot-float { order: 1; margin-top: -40px; }
	.foot-main { order: 2; padding-top: 0; padding-left: max(1.25%, 4px); padding-right: max(1.25%, 4px); margin-bottom: -18px; row-gap: 35px; }
	.foot-itm { margin-bottom: 10px; }
	.footcol { width: 100%; }
	.footcol .title { font-size: 22px; margin-bottom: 20px; }
	.footcol .title i { font-size: 30px; transform: translateY(4px); margin-right: 12px; }
	.foot-phone { order: 1; }
	.foot-connect { order: 2; }
	.foot-areas { order: 3; }
	.foot-email { order: 4; }
	.foot-foot { order: 3; }
}

@media only screen and (max-width: 304px) {
	.hd-header, header.hd-header { flex-direction: column; align-items: flex-start; margin-bottom: -110px; gap: 0; }
	.nav-div { margin-left: -10px; height: 50px; }
}


