﻿/***** 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 { *zoom: 1; }
.cf:before, .cf:after { content: " "; display: table; } 
.cf:after { clear: both; } 

/*-------- BODY STYLES --------*/
body {

}

a:link, a:visited, a:active, a:hover { text-decoration: none; }
hr { border: #000 1px solid; }
div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, i, ol, ul, li, form, label, input, :before, :after { box-sizing: border-box; }

/*--- HEADER STYLES ---------------------*/
header {  }

.dm-header {
	position: relative; z-index: 1004; width: 100%; 
	background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, .1); 
	display: flex; flex-direction: column; align-items: stretch; 
}

.dm-topheader {
	position: relative; z-index: 1; width: 100%; height: 44px; padding: 0 max(24px, calc(50% - 800px)); 
	background: #2f6d12; 
	display: flex; flex-direction: row; justify-content: flex-end; align-items: stretch; 
}
.dm-topheader a { 
	position: relative; z-index: 2; color: #fff; padding: 0 20px; overflow: hidden; 
}
.dm-topheader a:before {
	position: absolute; content: ""; z-index: -1; bottom: 0; left: 0; width: 100%; height: 0%; 
	background: #245812; transition: .25s ease all;
}
.dm-topheader a.listed:hover { color: #faf994; }
.dm-topheader a.listed:hover:before { height: 100%; }

.header-logo {
	position: absolute; z-index: 2; top: 50%; left: max(40px, calc(50% - 800px)); transform: translateY(-50%); 
	height: calc(100% - 18px); 
}
.header-logo img { 
	width: auto; max-width: min(100%, calc(100vw - 122px)); height: 100%; 
	object-fit: contain; object-position: 0% 50%; 
}

.nav-div {
	position: relative; z-index: 3; width: 100%; height: 90px; pointer-events: none; 
	padding: 0 max(56px, calc(50% - 800px)) 0 max(284px, calc(50% - 560px)); 
	display: flex; flex-direction: row; justify-content: flex-end; align-items: stretch; 
}

/* Site Colors: 

	Light Green: #4baf1d; 
	
	--> Main Green: #2f6d12; <--

	Green 2: #245812; 
	Dark Green: #123a0a; 

	Not-Black: #181818; 
	
*/
/*---BODY--------------------------------*/
/* Text / Titles / Paragraphs / <h1><h2><h3><h4> / <p> */
.txt-default, .content-sect p {
	font-family: 'mundial-narrow-variable', sans-serif; font-size: 18px; font-variation-settings: "wght" 490; 
	line-height: 1.4; letter-spacing: .5px; 
}

.title, .subtitle {
	font-family: 'bai-jamjuree', sans-serif; 
}

.title {
	font-size: 44px; font-weight: 700; 
}

.subtitle {
	font-size: 26px; font-weight: 500; text-transform: uppercase; color: #245812; letter-spacing: 1.2px; 
}

.multi-title {
	display: flex; flex-direction: column; align-items: flex-start; row-gap: 7px; 
}

.multi-title.center-style, .center-style > .multi-title { align-items: center; }
.multi-title.center-style .title, .multi-title.center-style .subtitle, 
.center-style > .multi-title .title, .center-style > .multi-title .subtitle { text-align: center; }

/* buttons / links / <a> / ctas */
.btnclass {
	position: relative; padding: 12px 28px; cursor: pointer; 
	background: #2f6d12; color: #fff; border: 1px solid #2f6d12; border-radius: 35px; 
	display: flex; justify-content: center; align-items: center; 
	font-family: 'mundial-narrow-variable', sans-serif; font-size: 17px; text-align: center; 
	font-weight: 490; font-variation-settings: "wght" 490; letter-spacing: .5px; 
	box-shadow: 0 0 12px rgba(0, 0, 0, .1); transition: .35s ease all; 
}
.btnclass:after, .btn-olined:after {
	position: relative; opacity: 0; width: 0px; height: 0px; 
}
.btn-olined, .btnclass.btn-olined { 
	background: rgba(255, 255, 255, .5); color: #2f6d12; border: 1px solid #2f6d12; 
	box-shadow: none; 
}
.btnclass:hover, .btn-olined:hover, .btnclass.btn-olined:hover { 
	background: #123a0a; border-color: #123a0a; color: #fff; box-shadow: none; 
}

.listed {
	position: relative; padding: 6px; 
	display: flex; justify-content: flex-start; align-items: center; 
	font-family: 'mundial-narrow-variable', sans-serif; 
	font-weight: 490; font-variation-settings: "wght" 490; letter-spacing: .25px; 
	color: #000; transition: .25s ease all; 
}
.listed i { margin-right: 10px; }
a.listed:hover { color: #123a0a; }

.invisilink {
	font-family: inherit; font-size: inherit; font-weight: inherit; 
	line-height: inherit; letter-spacing: inherit; color: inherit; display: inline; 
	transition: .25s ease all; 
}
a.invisilink:hover { color: #2f6d12; }

/* sections */
.content-sect {
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; row-gap: 12px; 
}
.content-sect.center-style { align-items: center; justify-content: center; }

.content-sect p, .content-fw p { width: 100%; }

.content-sect.center-style .title, .content-sect.center-style p { text-align: center; }

.content-sect .sidelined {
	padding: 8px 0 8px 14px; border-left: 3px solid #123a0a; margin: 12px 0; 
}

.horiz-sect {
	width: 100%; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; 
	column-gap: 28px; row-gap: 12px; 
}
.horiz-sect.center-style, .content-sect.center-style .horiz-sect { justify-content: center; }

.mission {
	width: 100%; padding: 80px max(5.5%, calc(50% - 900px)); 
	display: flex; flex-wrap: nowrap; align-items: center; column-gap: 140px; row-gap: 80px; 
}
.mission > .content-sect { width: 50%; }
.mission .missionimg { position: relative; width: 50%; height: 400px; background: #123a0a; }

.missionimg img {
	position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}
.missionimg iframe {
	position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 100%; 
}
.xhair-helper { 
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
}
.has-xhair img, .has-xhair iframe { border-radius: 16px; }
.missionimg.has-xhair:before, .missionimg.has-xhair:after, .xhair-helper:before, .xhair-helper:after {
	position: absolute; z-index: 2; content: ""; width: 100px; height: 100px; background: #123a0a; 
}
.missionimg.has-xhair:before {
	top: -15px; left: -15px; border-top-left-radius: 26px; 
}
.missionimg.has-xhair:after {
	top: -15px; right: -15px; border-top-right-radius: 26px; 
}
.xhair-helper:before {
	bottom: -15px; left: -15px; border-bottom-left-radius: 26px; 
}
.xhair-helper:after {
	bottom: -15px; right: -15px; border-bottom-right-radius: 26px; 
}

/* Homepage - default.htm */
.homepage {}

.hero {
	position: relative; width: 100%; background: #ddd; height: 750px; 
	padding: 60px max(4.5%, calc(50% - 950px)); 
	display: flex; justify-content: flex-start; align-items: flex-end; 
}
.hero .carousel:before, .hero .carousel:after {
	position: absolute; content: ""; bottom: 0; pointer-events: none; opacity: .8; 
}
.hero .carousel:before {
	z-index: 3; left: 0; width: 75%; height: 64%; background: #fff; 
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%); 
}
.hero .carousel:after {
	z-index: 4; right: 0; width: 50%; height: 30%; background: #2f6d12; 
	clip-path: polygon(0% 100%, 100% 0%, 100% 100%); 
}
.hero .carousel .flickity-viewport { z-index: 2!important; }
.hero .carousel .flickity-page-dots { z-index: 5!important; }

.hero > img, .carousel {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}
.hero > img { z-index: 1; object-fit: cover; object-position: center; }

.carousel { z-index: 2; overflow: hidden; }
.hero .carousel-cell { 
	display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; overflow: hidden; 
}
.hero .carousel-cell-image { 
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; 
}
.hero .carousel .flickity-prev-next-button { display: none!important; }

.hero-overlay { position: relative; z-index: 5; width: min(560px, 100%); pointer-events: none; }
.hero-overlay * { pointer-events: all; }
.hero-overlay .multi-title { width: unset; }
.hero-overlay .title, .hero-overlay .subtitle, .hero-overlay p { text-shadow: 0 0 10px #fff, 0 0 16px #fff; }

.keyword-searchbar {
	position: relative; width: min(100%, 350px); 
	display: flex; flex-direction: row; justify-content: stretch; align-items: stretch; 
}
.keyword-searchbar, .keyword-searchbar form, .keyword-searchbar form input[type="text"], .keyword-searchbar form button {
	height: 52px; 
}
.keyword-searchbar form {
	position: relative; width: 100%; 
	display: flex; flex-direction: row; justify-content: stretch; align-items: stretch; 
}
.keyword-searchbar form input[type="text"] {
	position: relative; z-index: 1; width: 100%; padding: 6px 64px 6px 30px;
	font-family: 'mundial-narrow-variable', sans-serif; font-size: 17px; font-variation-settings: "wght" 490; 
	outline: none; border: 1px solid #000; border-radius: 26px; 
}
.keyword-searchbar form button {
	position: absolute; z-index: 2; top: 0; right: 0; 
	width: 52px; color: #fff; outline: none; background: #2f6d12; 
	display: flex; justify-content: center; align-items: center; 
	border: 1px solid #123a0a; border-radius: 26px; cursor: pointer; 
	font-size: 16px; transform: .25s ease all; 
}
.keyword-searchbar form button:hover { background: #123a0a; }

.inv-btns-sect {
	position: relative; width: 100%; padding: 70px max(4.5%, calc(50% - 950px)); 
	display: flex; justify-content: space-between; align-items: stretch; column-gap: 40px; row-gap: 32px; 
}
.inv-btn {
	position: relative; width: calc(33.333333% - 27px); height: 200px; padding: 20px; 
	background: #123a0a; border-radius: 20px; 
	display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 4px; 
	transition: .15s ease all; 
}
.inv-btn:before {
	position: absolute; z-index: -1; content: ""; top: 14px; left: 14px; width: 100%; height: 100%; 
	background: #000; border-radius: 20px; transition: .15s ease all; 
}
.inv-btn img {
	position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px; 
	object-fit: cover; object-position: center; filter: brightness(.7); transition: .2s ease all; 
}
.inv-btn .subtitle, .inv-btn .title {
	position: relative; z-index: 3; color: #fff; text-align: center; text-shadow: 1px 1px 0 #000, 0 0 12px #000; 
}
.inv-btn .subtitle { font-size: 18px; }
.inv-btn .title { font-size: 30px; transition: .5s ease all; }

a.inv-btn:hover { margin: 6px -6px -6px 6px; transition: .25s ease all; }
a.inv-btn:hover:before { 
	background: #2f6d12; top: 8px; left: 8px; transition: .25s ease all, background-color .2s ease .05s; 
}
a.inv-btn:hover img { filter: brightness(.8); }

/* subpages */
.subpage { 
	position: relative; width: 100%; 
	display: flex; flex-direction: column; align-items: center; 
}

.subhero {
	position: relative; width: 100%; padding-top: 250px; 
	display: flex; justify-content: flex-start; align-items: flex-end; 
}
.subhero > img {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}
.subhero-overlay { 
	position: relative; z-index: 3; width: 100%; background: rgba(255, 255, 255, .75); 
	padding: 24px max(5%, calc(50% - 900px)) 24px max(5%, calc(50% - 900px)); 
}
.subhero-overlay .title, .subhero-overlay .subtitle, .subhero-overlay p { text-shadow: 0 0 12px #fff, 0 0 20px #fff; }

/* about-us.htm */
.aboutpage {}

.fw-slider {
	position: relative; width: 100%; height: 750px; /* bc border-box padding is INCLUDED in height! */
	padding-left: max(40px, calc(50% - 750px), 7%); padding-right: max(40px, calc(50% - 750px), 7%); 
	display: flex; justify-content: stretch; align-items: stretch; 
}

.carousel-2 { width: 100%; height: 100%; }
.carousel-2 .carousel-cell-2 { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.carousel-2 .flickity-page-dots { display: none!important; }

/* contact-us.htm */
.contactpage {}

/* parts.htm */
.partspage {}

/* projects.htm */
.projectspage {}

/* thank-you.htm */
.thankyoupage {}

/* recommended styles */
.center-style, .center-style .title, .center-style p, 
.title.center-style, p.center-style { text-align: center; }

.break-letter { word-break: break-all; word-wrap: break-word; }

.width100 { width: 100%; }
.width50 { width: 50%; }
.horiz-sect .width50 { width: calc(50% - 12px); /* col-gap * 1/2 */ }

.padtb-xl, .subpage > .content-sect.padtb-xl { padding-top: 100px; padding-bottom: 100px; }
.padtb-lg, .subpage > .content-sect.padtb-lg { padding-top: 80px; padding-bottom: 80px; }
.padtb-med, .subpage > .content-sect.padtb-med { padding-top: 60px; padding-bottom: 60px; }
.padtb-sm, .subpage > .content-sect.padtb-sm { padding-top: 24px; padding-bottom: 24px; }
.padtb-xs, .subpage > .content-sect.padtb-xs { padding-top: 12px; padding-bottom: 12px; }

.padt-xl, .subpage > .content-sect.padt-xl { padding-top: 100px; }
.padt-lg, .subpage > .content-sect.padt-lg { padding-top: 80px; }
.padt-med, .subpage > .content-sect.padt-med { padding-top: 60px; }
.padt-smed, .subpage > .content-sect.padt-smed { padding-top: 40px; }
.padt-sm, .subpage > .content-sect.padt-sm { padding-top: 24px; }
.padt-xs, .subpage > .content-sect.padt-xs { padding-top: 12px; }

.padb-xl, .subpage > .content-sect.padb-xl { padding-bottom: 100px; }
.padb-lg, .subpage > .content-sect.padb-lg { padding-bottom: 80px; }
.padb-med, .subpage > .content-sect.padb-med { padding-bottom: 60px; }
.padb-smed, .subpage > .content-sect.padb-smed { padding-bottom: 40px; }
.padb-sm, .subpage > .content-sect.padb-sm { padding-bottom: 24px; }
.padb-xs, .subpage > .content-sect.padb-xs { padding-bottom: 12px; }

.padlr-lg, .subpage > .content-sect.padlr-lg { 
	padding-left: max(7%, calc(50% - 840px)); padding-right: max(7%, calc(50% - 840px)); 
}
.padlr-med, .subpage > .content-sect.padlr-med { 
	padding-left: max(5%, calc(50% - 900px)); padding-right: max(5%, calc(50% - 900px)); 
}
.padlr-smed, .subpage > .content-sect.padlr-smed { 
	padding-left: max(4.25%, calc(50% - 980px)); padding-right: max(4.25%, calc(50% - 980px)); 
}
.padlr-sm, .subpage > .content-sect.padlr-sm { 
	padding-left: max(24px, calc(50% - 980px)); padding-right: max(24px, calc(50% - 980px)); 
}

.marglr-auto { margin-left: auto; margin-right: auto; }

.margtb-xl, .content-sect .margtb-xl { margin-top: 60px; margin-bottom: 60px; }
.margtb-lg, .content-sect .margtb-lg { margin-top: 40px; margin-bottom: 40px; }
.margtb-med, .content-sect .margtb-med { margin-top: 24px; margin-bottom: 24px; }
.margtb-sm, .content-sect .margtb-sm { margin-top: 12px; margin-bottom: 12px; }
.margtb-xs, .content-sect .margtb-xs { margin-top: 6px; margin-bottom: 6px; }

.margt-xl, .content-sect .margt-xl { margin-top: 60px; }
.margt-lg, .content-sect .margt-lg { margin-top: 40px; }
.margt-med, .content-sect .margt-med { margin-top: 24px; }
.margt-sm, .content-sect .margt-sm { margin-top: 12px; }
.margt-xs, .content-sect .margt-xs { margin-top: 6px; }

.margb-xl, .content-sect .margb-xl { margin-bottom: 60px; }
.margb-lg, .content-sect .margb-lg { margin-bottom: 40px; }
.margb-med, .content-sect .margb-med { margin-bottom: 24px; }
.margb-sm, .content-sect .margb-sm { margin-bottom: 12px; }
.margb-xs, .content-sect .margb-xs { margin-bottom: 6px; }

/* forced styles */
.txt-bold { font-weight: 900!important; font-variation-settings: "wght" 700!important; }

.force-padt-0 { padding-top: 0!important; }

/*--------FORM STYLES--------------------*/
.form-sect { 
	width: 100%; padding: 60px max(5vw, calc(50% - 600px)); 
	display: flex; flex-direction: column; align-items: stretch; 
}
.form-sect .content-sect { width: 100%; padding: 0 0 24px 0; }

form.dm-form .title { 
	width: 100%; margin: 30px 0 0 0; padding-bottom: 4px; border-bottom: 1px solid #bbb; 
}
form.dm-form p.txt-default { width: 100%; text-align: left; }

form.dm-form { 
	position: relative; 
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; 
	column-gap: 24px; 
}
form.dm-form .formrow { width: 100%; display: flex; justify-content: center; }
form.dm-form .formrow-captcha { width: 100%; display: flex; flex-direction: column; align-items: center; margin-top: 8px; }

form.dm-form .smcol { 
	width: calc(50% - 12px); 
	display: flex; flex-direction: column; align-items: flex-start; 
}

form.dm-form .subtitle { 
	width: 100%; margin-top: 32px; padding-bottom: 8px; border-bottom: 1px solid #262626; 
}

form.dm-form label { 
	width: 100%; padding: 12px 0 10px 0; box-sizing: border-box; margin-top: 10px; 
	color: #000; font-family: 'mundial-narrow-variable', sans-serif; font-size: 18px; font-variation-settings: "wght" 490; 
	line-height: 1.4; letter-spacing: .5px; 
}
form.dm-form select, form.dm-form input, form.dm-form input[type="text"], form.dm-form input[type="email"], form.dm-form textarea, form.dm-form #CaptchaAnswer {
	width: 100%; height: 42px; padding: 12px 10px; box-sizing: border-box; 
	color: #000; font-family: 'mundial-narrow-variable', sans-serif; font-size: 16px; font-variation-settings: "wght" 490; 
	line-height: 1.4; letter-spacing: .5px; 
	border: none; outline: 1px solid #000; border-radius: 5px; 
}
form.dm-form textarea { height: 120px; }
form.dm-form select { background: #fff; border-right: 10px solid #fff!important; }

form.dm-form a { cursor: pointer; margin: 20px 0 0 0; }
form.dm-form .CaptchaMessagePanel { font-family: 'mundial-narrow-variable', sans-serif!important; color: #000; }
form.dm-form #CaptchaAnswer { width: 180px!important; }
form.dm-form div.CaptchaWhatsThisPanel a { font-family: 'mundial-narrow-variable', sans-serif!important; }
form.dm-form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"], form input[type="submit"] { cursor: pointer; border: none; }

/*-------- FOOTER STYLES ----------------*/
footer {  }

.dm-footer {
	position: relative; width: 100%; 
	display: flex; flex-direction: column; align-items: center; row-gap: 120px; 
}
.dm-footer:before, .dm-footer:after {
	position: absolute; content: ""; top: 0; width: 100%; height: 100%; 
}
.dm-footer:before {
	z-index: 3; left: 0; background: #181818; clip-path: polygon(0% 0%, 100% 100%, 0% 100%); 
}
.dm-footer:after {
	z-index: 2; right: 0; background: #2f6d12; clip-path: polygon(0% 100%, 100% 0%, 100% 100%); 
}

.foot-soc-logo { 
	position: relative; z-index: 5; width: 100%; padding: 150px max(6%, calc(50% - 800px)); 
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; 
}
.foot-soc {
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center; row-gap: 2px; 
}
.foot-soc a { background: #181818; color: #fff; padding: 12px 16px; }

.foot-logo-div { 
	display: flex; justify-content: center; align-items: center; 
}
.foot-logo img {
	width: auto; height: 120px; object-fit: contain; object-position: center; 
}

.foot-nav {
	position: absolute; z-index: 5; bottom: 0; left: 0; width: 100%; 
	padding: 32px max(4.5%, calc(50% - 832px)); 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; 
	column-gap: min(1.25vw, 24px); row-gap: 20px; 
}
.foot-nav a {
	position: relative; padding: 12px 20px; 
	display: flex; justify-content: flex-start; align-items: center; 
	font-family: 'bai-jamjuree', sans-serif; font-size: 17px; font-weight: 500; 
	text-transform: uppercase; text-align: left; color: #fff; background: #181818; 
	transition: .35s ease all; 
}
.foot-soc a:hover, .foot-nav a:hover { color: #4baf1d; background: #101010; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { width: 100%; height: 80px; background: #181818; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 2000px) {
	.dm-footer:before, .dm-footer:after { width: calc(50vw + 900px); }
	.dm-footer:before { clip-path: polygon(0% 0%, calc(50vw - 915px) 0%, 100% 100%, 0% 100%); }
	.dm-footer:after { clip-path: polygon(0% 100%, 1815px 0%, 100% 0%, 100% 100%); }
}

@media only screen and (min-width: 1501px) {
	.fw-slider { height: 800px; }
}

@media only screen and (max-width: 1500px) {
	.hero { height: 700px; }
}

@media only screen and (max-width: 1400px) {
	.hero { height: 650px; padding: 40px 2.5%; }
	.hero .carousel:before { height: 68%; }
	.hero .carousel:after { height: 33%; }
}

@media only screen and (max-width: 1350px) {
	.nav-div { padding-left: 264px; padding-right: 24px; }
	
	.txt-default, .content-sect p { font-size: 17px; }
	.title { font-size: 38px; }
	.subtitle { font-size: 23px; }
}

@media only screen and (max-width: 1300px) {
	.hero { height: 600px; }
}

@media only screen and (max-width: 1280px) {
	.inv-btns-sect { padding: 40px 32px; }
	.inv-btn { height: 180px; }
	.inv-btn:before { top: 10px; left: 10px; }
	a.inv-btn:hover { margin: 4px -4px -4px 4px; }
	a.inv-btn:hover:before { top: 6px; left: 6px; }
	
	.fw-slider { height: 700px; }
}

@media only screen and (max-width: 1200px) {
	.dm-topheader { padding-left: 0; padding-right: 0; }
	.header-logo { left: 20px; height: calc(100% - 14px); }
	.nav-div { height: 80px; padding-left: 220px; padding-right: 12px; }
	
	.hero { height: 550px; padding: 40px 2.5%; }
	.hero .carousel:before { width: 100%; height: 64%; clip-path: polygon(0% 0%, 100% 80%, 100% 100%, 0% 100%); }
	.hero .carousel:after { height: 40%; }
	
	.subhero { padding-top: 200px; }
	
	.foot-nav { column-gap: 8px; }
}

@media only screen and (max-width: 1150px) {
	.inv-btns-sect { column-gap: 24px; padding-left: 24px; padding-right: 24px; }
	.inv-btn { width: calc(33.333333% - 16px); height: 160px; }
}

@media only screen and (max-width: 1120px) {
	.mission { flex-direction: column; align-items: center; }
	.mission.mission-cr { flex-direction: column-reverse; }
	.mission > .content-sect { width: 100%; }
	.mission .missionimg { width: 80%; margin: 0 auto; }
	
	.dm-footer:before, .dm-footer:after { height: 364px; }
	.foot-soc-logo { padding: 120px 2.5% 0 2.5%; }
	.foot-nav { position: relative; bottom: unset; left: unset; background: #181818; padding-left: 1%; padding-right: 1%; column-gap: 8px; margin-top: -1px; }
}

@media only screen and (max-width: 1100px) {
	.nav-div { padding-left: 200px; padding-right: 0; }
	
	.fw-slider { height: 650px; }
}

/* switch to mobile nav & full mobile header */
@media only screen and (max-width: 1000px) {
	.title { font-size: 32px; }
	.subtitle { font-size: 20px; }
	
	.dm-topheader { justify-content: space-evenly; }
	.dm-topheader a { padding: 0 16px; }
	.header-logo { height: 86px; top: unset; bottom: 8px; left: 3vw; transform: none; }
	.nav-div { height: 102px; padding: 0; }
	
	.hero { flex-direction: column; padding: 500px 0 0 0; height: unset; }
	.hero .carousel:before { height: 50px; clip-path: none; }
	.hero .carousel:after { display: none!important; }
	.hero > img, .carousel { height: 500px; }
	.hero-overlay { width: 100%; background: #fff; align-items: center; padding: 32px 5%; }
	.hero-overlay .multi-title { align-items: center; }
	.hero-overlay .subtitle, .hero-overlay .title, .hero-overlay p { text-align: center; }
	
	.foot-logo img { height: 100px; max-width: 100%; }
}
@media only screen and (max-width: 915px) {
	.foot-nav { flex-grow: 1; }
	.foot-nav a { padding: 0 12px; flex-grow: 1; }
}
@media only screen and (max-width: 900px) {
	.mission .missionimg { height: 360px; }
	
	.inv-btns-sect { flex-direction: column; align-items: center; }
	.inv-btn { width: min(600px, 100%); height: 180px; }
	
	.fw-slider { height: 600px; }
}

@media only screen and (max-width: 800px) {
	.hero { padding-top: 400px; }
	.hero > img, .carousel { height: 400px; }
	
	.subhero { padding-top: 150px; }
	
	.dm-footer { row-gap: 0; }
	.dm-footer:before, .dm-footer:after { display: none!important; }
	.foot-soc-logo { flex-direction: column-reverse; padding: 0; }
	.foot-logo-div, .foot-soc { width: 100%; padding: 40px 5%; }
	.foot-logo-div { background: #2f6d12; }
	.foot-soc { background: #181818; align-items: center; }
	.foot-nav { flex-direction: column; padding: 0 5% 60px 5%; }
}

@media only screen and (max-width: 750px) {
	.hide750 { display: none!important; }
	
	.mission .missionimg { width: 100%; }
	.missionimg.has-xhair:before, .missionimg.has-xhair:after, .xhair-helper:before, .xhair-helper:after { width: 80px; height: 80px; }
	.missionimg.has-xhair:before { top: -10px; left: -10px; }
	.missionimg.has-xhair:after { top: -10px; right: -10px; }
	.xhair-helper:before { bottom: -10px; left: -10px; }
	.xhair-helper:after { bottom: -10px; right: -10px; }
	
	.fw-slider { height: 550px; }
	
	form.dm-form .smcol { width: 100%; }
}

@media only screen and (max-width: 650px) {
	.header-logo { height: 76px; left: 5vw; }
	.nav-div { height: 92px; }
	
	.subhero { padding-top: 0; }
	.subhero-overlay { padding-top: 60px; padding-bottom: 60px; }
	
	.fw-slider { height: 520px; }
}

@media only screen and (max-width: 600px) {
	.hide600 { display: none!important; }
	
	.dm-topheader a { width: 100%; justify-content: center; }
}

@media only screen and (max-width: 550px) {
	.hero { padding-top: 350px; }
	.hero > img, .carousel { height: 350px; }
	
	.mission .missionimg { height: 300px; }
}

@media only screen and (max-width: 500px) {
	.fw-slider { padding-left: 26px; padding-right: 26px; }
}

@media only screen and (max-width: 420px) {
	.mission .missionimg { height: 250px; }
}

@media only screen and (max-width: 400px) {
	.title { font-size: 28px; }
	.subtitle { font-size: 18px; }
	
	.fw-slider { height: 450px; }
}

@media only screen and (max-width: 300px) {
	.btnclass { padding-left: 16px; padding-right: 16px; }
}






