﻿/***** 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: #f0c430;  color: #3d2d1f; text-shadow: none; } 
::selection { background: #f0c430; color: #3d2d1f; 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 {  }

.header { width: 100%; position: relative; z-index: 1004; display: flex; align-items: flex-start; }
.header-soc-mobile { width: 100%; background: #564c43; display: flex; justify-content: center; align-items: center; padding: 8px 3%; box-sizing: border-box; column-gap: 8%; }
.header-soc-mobile a { margin: 0!important; }
.header-logo-div { position: absolute; z-index: 2; background: #fff; padding: 12px 30px 12px 60px; margin-left: -40px; box-sizing: border-box; height: 154px; transform: skewX(-18deg); box-shadow: 0 0 8px rgba(0, 0, 0, .6); }
.header-logo img { object-fit: contain; object-position: center; transform: skewX(18deg); width: 340px; max-width: 82vw; height: 100%; }
.header-right { width: 100%; display: flex; flex-direction: column; align-items: flex-end; background: #564c43; }
.header-right > div { display: flex; justify-content: flex-end; align-items: center; }
.topheader { width: 100%; padding: 6px 32px 6px 0; box-sizing: border-box; border-bottom: 1px solid #8c8682; }
.header .listed { color: #d6d3d1; margin-left: 32px; height: 50px; }
.header .listed-square i { width: 36px; height: 36px; font-size: 16px; }
.nav-div { position: relative; z-index: 3; padding-right: 22px; box-sizing: border-box; }

/* Site Colors:
							--> Logo Yellow: #f0c430;
	Orange: #ba5b08;
	Lightest Brown: #d6d3d1;
	Light Brown: #8c8682;
							--> Logo Brown: #564c43;
	Med-Dark Brown: #473f38;
	Dark Brown: #3d2d1f;
*/
/*---BODY--------------------------------*/
.txt-bold { font-weight: 700!important; }
.txt-default { font-family: 'area-normal', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.4; color: #3d2d1f; }

.title { font-family: 'area-normal', sans-serif; font-weight: 900; line-height: 1.35; text-align: left; color: #3d2d1f; margin-bottom: 20px; }
h1.title { font-size: 44px; text-align: center; }
h2.title { font-size: 36px; }
h3.title { font-size: 26px; }
h4.title { font-size: 22px; }
.title-sm { font-weight: 600; color: #564c43; }

.marg-top12 { margin-top: 12px!important; }
.marg-bottom32 { margin-bottom: 32px!important; }

/* Buttons / Links / <a> / CTAs */
.btnclass { display: flex; justify-content: flex-start; align-items: center; font-family: 'area-normal', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: .5px; text-align: left; color: #fff; padding: 10px 16px 8px 16px; box-sizing: border-box; background: #564c43; border-bottom: 3px solid #3d2d1f; position: relative; transition: .3s ease all; }
.btnclass span { display: flex; justify-content: flex-start; align-items: center; position: relative; z-index: 3; }
.btnclass i { color: #8c8682; margin-left: 32px; font-size: 18px; }
.btnclass:after { position: absolute; z-index: 2; content: ""; bottom: 0; left: 0; width: 100%; height: 0; background: #3d2d1f; transition: .25s ease-out all; }
.btnclass:hover { padding-top: 12px; padding-bottom: 6px; transition: .2s ease padding; }
.btnclass:hover i { color: #d6d3d1; }
.btnclass:hover:after { height: 100%; transition: .3s ease-out all; }

.listed { display: flex; justify-content: flex-start; align-items: center; font-family: 'area-normal', sans-serif; font-size: 16px; line-height: 27px; font-weight: 400; text-align: left; color: #ba5b08; padding: 4px; box-sizing: border-box; transition: .4s ease all; }
.listed i { width: 24px; text-align: center; margin-right: 10px; font-size: 16px; transition: .4s ease all; }
a.listed:hover { color: #3d2d1f; padding-left: 12px; margin-right: -12px; }

.listed-square { font-weight: 500; color: #fff; }
.listed-square.icon-only { width: 50px; justify-content: center; }
.listed-square.icon-only i { margin-right: 0; }
.listed-square i { background: #f0c430; color: #564c43; width: 50px; height: 50px; font-size: 21px; display: flex; justify-content: center; align-items: center; }
a.listed-square:hover { color: #f0c430!important; padding-left: 4px; margin-right: 0; }
a.listed-square:hover i { color: #f0c430; background: none; }

.invisilink { font-family: inherit; font-size: inherit; font-weight: inherit; text-decoration: none; color: #ba5b08; }
.invisilink:hover { text-decoration: underline; }

/* Shared Sections */
.lg-ctas-sect { width: 100%; display: flex; background: #3d2d1f; border-bottom: 4px solid #3d2d1f; }
.lg-cta { display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 36px; padding: 40px; box-sizing: border-box; background: #564c43; color: #fff; font-family: 'area-normal', sans-serif; font-size: 24px; letter-spacing: 1px; font-weight: 600; text-align: center; position: relative; transition: .25s ease all; width: 33.333333%; }
.lg-cta img { object-fit: contain; object-position: center; width: 140px; height: 90px; }
.lg-cta-middle { border-left: 3px solid #000; border-right: 3px solid #000; }
.lg-cta-cut > div { display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 36px; transition: .25s ease all; }
.lg-cta:hover { background: #473f38; }
.lg-cta:not(.lg-cta-cut):hover { padding-top: 32px; row-gap: 44px; transition: .35s ease all; }
.lg-cta-cut:hover { padding-top: 40px; }
.lg-cta-cut:hover div { margin-top: -8px; row-gap: 44px; transition: .35s ease all; }

.content-sect { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; box-sizing: border-box; }
.content-sect p:not(.listed) { width: 100%; font-family: 'area-normal', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.4; margin-bottom: 20px; color: #3d2d1f; }
.content-sect .listed { margin: 4px 0; }
.content-sect .btnclass { margin-bottom: 16px; }

.horiz-soc { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: center; column-gap: 40px; row-gap: 20px; }
.horiz-soc .listed, .hero-overlay .listed { color: #3d2d1f; margin: 0; }
.horiz-soc a.listed:hover, .hero-overlay a.listed:hover { color: #ba5b08; margin: 0; padding: 4px!important; }

.mission { width: 100%; display: flex; justify-content: center; align-items: flex-start; padding: 50px 2% 50px 5%; box-sizing: border-box; }
.mission.has-map { align-items: stretch; }
.mission .content-sect { width: min(55%, 850px); padding-bottom: 40px; }
.mission .missionimg { width: min(42%, 750px); margin-left: 5%; background-size: cover; background-position: center; background-repeat: no-repeat; border-bottom: 4px solid #3d2d1f; min-height: 260px; height: 100%; }
.mission .map-div { width: min(42%, 750px); margin-left: 5%; min-height: 300px; border-bottom: 4px solid #3d2d1f; }
.mission .map-div iframe { min-height: 300px; }

.contact-sect { width: min(100%, 1500px); display: flex; justify-content: center; align-items: stretch; padding: 0; box-sizing: border-box; margin: 0 auto; margin-top: 40px; }
.contact-sect .map-div { width: 50%; min-height: 350px; border-bottom: 4px solid #3d2d1f; }
.map-div iframe { width: 100%; height: 100%; min-height: 350px; margin-bottom: -4px; }
.contact-sect .content-sect { width: 100%; padding: 0 min(5%, 60px) 40px min(5%, 60px); }

.subhero { width: 100%; display: flex; justify-content: center; align-items: center; padding: 40px 5%; box-sizing: border-box; background: #d6d3d1; background-image: url('/siteart/heroes/thankyoupage.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.subhero .hero-overlay { background: rgba(255, 255, 255, .8); }

.carousel { background: #473f38; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; }
.carousel-cell { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; overflow: hidden; }
.carousel-cell-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.carousel .flickity-page-dots .dot { display: none!important; }

.mission-sm-slider { position: relative; min-height: 300px; margin-bottom: 60px; }
.mission-sm-slider .carousel .flickity-prev-next-button { top: calc(100% + 40px); background: #564c43!important; border-bottom: 2px solid #3d2d1f; border-radius: 0!important; opacity: 1!important; width: 60px!important; }
.mission-sm-slider .carousel .flickity-prev-next-button svg { height: 50%!important; top: 25%!important; }
.mission-sm-slider .carousel .flickity-prev-next-button.previous { left: calc(50% - 70px)!important; }
.mission-sm-slider .carousel .flickity-prev-next-button.next { right: calc(50% - 70px)!important; }
.mission-sm-slider .carousel .flickity-prev-next-button:hover { background: #3d2d1f!important; }

/* Homepage / default.htm */
.hero { position: relative; width: 100%; min-height: 600px; background: #3d2d1f; overflow: hidden; box-sizing: border-box; }

.hero .carousel .flickity-prev-next-button { background: none; width: 45px; height: 45px; color: #fff; opacity: .75; transition: all .2s ease-in-out; }
.hero .carousel .flickity-prev-next-button:hover { background: none; opacity: 1; }

.hero-overlay-wrapper { position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; display: flex; justify-content: center; align-items: center; padding: 60px 40px; box-sizing: border-box; }
.hero-overlay { pointer-events: all; position: relative; display: flex; flex-direction: column; align-items: center; padding: 24px 32px; box-sizing: border-box; background: rgba(255, 255, 255, .5); }

.homepage.is-ctas-sect { position: relative; z-index: 2; }
.homepage .lg-ctas-sect { margin-top: -110px; background: none; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 110px, #564c43 110px); }
.homepage .lg-cta-cut { width: calc(50% - 125px); }
.homepage .lg-cta-left { align-items: flex-end; clip-path: polygon(0 110px, calc(100% - 260px) 110px, calc(100% - 200px) 0, 100% 0, 100% 100%, 0 100%); }
.homepage .lg-cta-right { align-items: flex-start; clip-path: polygon(0 0, 200px 0, 260px 110px, 100% 110px, 100% 100%, 0% 100%); }
.homepage .lg-cta-middle { width: 250px; }

/* about-us.htm */
.aboutpage {  }

/* contact-us.htm */
.contactpage.content-sect { width: min(100%, 1500px); margin: 0 auto; padding: 50px min(5%, 60px); box-sizing: border-box; }
           
/* thank-you.htm */
.thankyoupage.content-sect { width: min(100%, 1500px); margin: 0 auto; padding: 50px min(5%, 60px); box-sizing: border-box; }

/*--------FORM STYLES--------------------*/
.form-div { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 40px 5%; box-sizing: border-box; background: #d6d3d1; }
.form-div h2, .form-div p { width: min(100%, 1200px); text-align: center; }
.form-div form { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin: 0; margin-top: 24px; max-width: 850px; }
.form-div form .formrow { display: flex; justify-content: center; width: 100%; }
.form-div form .formrow-constant-inf { width: 100%; flex-wrap: wrap; }
.form-div form .formrow-cols { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.form-div form .smcol { width: calc(33.333333% - 8px)!important; }
.form-div form .formrow-captcha { display: flex; flex-direction: column; align-items: center; width: 100%; }
.form-div form label { margin: 7px 0; box-sizing: border-box; color: #3d2d1f; font-family: 'area-normal', sans-serif; font-size: 16px; font-weight: 700; line-height: 1.4; }
.form-div form input[type="text"] { width: 100%; margin: 7px 0; padding: 16px; box-sizing: border-box; color: #3d2d1f; font-family: 'area-normal', sans-serif; font-size: 16px; border: 1px solid #8c8682; border-bottom: 3px solid #3d2d1f; background: #fff;line-height: 1.4;  }
.form-div form input[type="email"] { width: 100%; margin: 7px 0; padding: 16px; box-sizing: border-box; color: #3d2d1f; font-family: 'area-normal', sans-serif; font-size: 16px; border: 1px solid #8c8682; border-bottom: 3px solid #3d2d1f; background: #fff; line-height: 1.4; }
.form-div form textarea { width: 100%; height: 110px; margin: 7px 0; padding: 16px; box-sizing: border-box; color: #3d2d1f; font-family: 'area-normal', sans-serif; font-size: 16px; border: 1px solid #8c8682; border-bottom: 3px solid #3d2d1f; background: #fff; line-height: 1.4; }
.form-div form a { margin: 20px 0 0 0; cursor: pointer; }
.form-div form .CaptchaMessagePanel { font-family: 'area-normal', sans-serif!important; color: #000; }
.form-div form #CaptchaAnswer { padding: 16px; box-sizing: border-box; color: #000; font-family: 'area-normal', sans-serif; font-size: 16px; border: 1px solid #000; border-bottom: 3px solid #3d2d1f; line-height: 1.4; }
.form-div form div.CaptchaWhatsThisPanel a { font-family: 'area-normal', sans-serif!important; color: #000; }
.form-div form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"] { cursor: pointer; border: none; border-bottom: 3px solid #3d2d1f; }

/*-------- FOOTER STYLES ----------------*/
footer {  }

.footer { width: 100%; background: #564c43; display: flex; flex-direction: column; align-items: center; padding: 50px 5.5% 0 5.5%; box-sizing: border-box; }
.foot-top { width: min(100%, 1250px); display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 50px; }
.foot-soc { display: flex; flex-direction: column; align-items: flex-start; row-gap: 24px; }
.foot-soc .listed-square { width: 336px; }
.foot-logo { display: flex; justify-content: center; }
.foot-logo img { object-fit: contain; object-position: 50% 0%; width: 320px; max-width: 80vw; }
hr.foot-divide { width: 65%; height: 1px; border: none; background: #8c8682; margin: 0 auto; }
.foot-nav { width: 72%; display: flex; justify-content: space-evenly; align-items: center; padding: 20px 0; box-sizing: border-box; }
.foot-nav a { font-family: 'area-normal', sans-serif; font-size: 15px; font-weight: 500; text-align: center; padding: 0 20px; box-sizing: border-box; height: 60px; display: flex; justify-content: center; align-items: center; color: #fff; position: relative; }
.foot-nav a:before { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 0; background: #f0c430; transition: .25s ease all; }
.foot-nav a:hover { color: #f0c430; transition: .35s ease all; }
.foot-nav a:hover:before { height: 4px; transition: .35s ease all; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { width: 100%; height: 80px; background: #564c43; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1380px) {
	h2.title { font-size: 32px; }
}

@media only screen and (max-width: 1250px) {
	.hide1250 { display: none!important; }
	.header-logo-div { height: 140px; }
	.header-logo-div img { width: 320px; }
	.topheader .listed { margin-left: 24px; }
	.listed.has-hide1250 { justify-content: center; width: 50px; }
	.listed.has-hide1250 i { margin-right: 0; }
	.footer { padding-left: 3%; padding-right: 3%; }
	.foot-logo img { width: 290px; }
}

@media only screen and (min-width: 1221px) {
	br.homepage-mission-br { display: none!important; }
}

@media only screen and (max-width: 1200px) {
	.header-logo-div img { width: 260px; }
	hr.foot-divide { width: 74%; }
	.foot-nav { width: 100%; }
}

@media only screen and (max-width: 1100px) {
	.lg-cta img { width: 120px; height: 80px; }
	.lg-cta { font-size: 20px; }
	.foot-top { flex-direction: column; flex-wrap: wrap; align-content: center; column-gap: 100px; row-gap: 24px; height: 226px; /* height: 310px; USE IF HAVE 4 soc links (AKA if FB gets added) thx! */ }
	.foot-logo { order: 1; height: 100%; }
	.foot-soc { order: 2; }
}

@media only screen and (min-width: 1051px) {
	.contactpage.map-div-mobile { display: none!important; }
}

/* switch to mobile nav */
@media only screen and (max-width: 1050px) {
	.hide1050 { display: none!important; }
	.nav-div { width: 100%; }
	.mission.has-map { flex-direction: column; row-gap: 40px; padding-left: 0; padding-right: 0; padding-bottom: 0; }
	.mission.has-map .content-sect { padding-left: 5%; padding-right: 5%; width: 100%; }
	.mission .map-div { order: 2; width: 100%; margin-left: 0; }
}

@media only screen and (max-width: 1020px) {
	.foot-nav { justify-content: space-between; }
}

@media only screen and (max-width: 980px) {
	.contact-sect { flex-direction: column-reverse; }
	.contact-sect .content-sect { width: 100%; }
	.contact-sect .map-div { width: 100%; }
}

@media only screen and (max-width: 950px) {
	.hide950 { display: none!important; }
	.listed.has-hide950 { justify-content: center; width: 50px; }
	.listed.has-hide950 i { margin-right: 0; }
	.mission { flex-direction: column; padding-left: 5%; padding-right: 5%; row-gap: 40px; }
	.mission .content-sect { width: 100%; }
	.mission .missionimg { width: 100%; min-height: 250px; margin-left: 0; }
}

@media only screen and (min-width: 651px) and (max-width: 950px) {
	br.homepage-mission-br { display: none!important; }
}

@media only screen and (max-width: 850px) {
	.lg-cta { width: 33.333333%!important; align-items: center!important; padding-left: 12px; padding-right: 12px; }
	.lg-cta-cut { clip-path: none!important; }
	.homepage .lg-ctas-sect { margin-top: 0; }
}

@media only screen and (min-width: 801px) {
	.header-soc-mobile { display: none!important; }
	.inv-foot-spacer { display: none!important; }
}

/* switch to stacked mobile header */
@media only screen and (max-width: 800px) {
	.header { flex-direction: column; align-items: center; background: #564c43; }
	.header-logo-div { transform: none; height: 120px; padding: 6px 24px; margin: 0; position: relative; display: flex; justify-content: center; }
	.header-logo img { transform: none; }
	.topheader { display: none!important; }
	.nav-div { padding-right: 0; }
	.btnclass { min-height: 50px; }
	.listed { min-height: 50px; }
	.form-div form .smcol { width: 100%!important; }
	.form-div form .formrow50s input { width: 100%!important; }
	.form-div form .formrow33s input { width: 100%!important; }
	.foot-top { height: unset; flex-wrap: nowrap; align-items: center; }
	.foot-logo { margin-bottom: 20px; height: unset; }
	.foot-nav { flex-direction: column; padding-bottom: 60px; }
}

@media only screen and (max-width: 750px) {
	h1.title { font-size: 36px; }
	h2.title { font-size: 30px; }
}

@media only screen and (max-width: 650px) {
	.header-soc-mobile { column-gap: 0; justify-content: space-around; }
	.lg-ctas-sect { flex-direction: column; }
	.lg-cta { width: 100%!important; font-size: 18px; height: 180px; padding: 0 min(5%, 12px)!important; }
	.lg-cta:hover { padding: 0 min(5%, 12px)!important; }
	.lg-cta:hover > div { margin-top: 0; }
	.lg-cta-middle { border-left: none; border-right: none; border-top: 3px solid #000; border-bottom: 3px solid #000; }
	.lg-cta img { height: 70px; max-width: 80vw; }
	.horiz-soc { flex-direction: column; }
}

@media only screen and (max-width: 600px) {
	.hide600 { display: none!important; }
	.header-soc-mobile { column-gap: 0; justify-content: space-around; }
	.listed.has-hide600 { justify-content: center; width: 50px; }
	.listed.has-hide600 i { margin-right: 0; }
}

@media only screen and (max-width: 500px) {
	.header-logo-div { width: 100%; }
}

@media only screen and (max-width: 450px) {
	.subhero { padding-left: 2.5%; padding-right: 2.5%; }
	.subhero .hero-overlay { width: 100%; padding-left: 5%; padding-right: 5%; }
	.btnclass { width: 100%; margin-left: 0; margin-right: 0; }
	.btnclass span { width: 100%; justify-content: space-between; }
	.hero { min-height: unset; }
	.hero .carousel .flickity-prev-next-button.previous { left: 0; }
	.hero .carousel .flickity-prev-next-button.next { right: 0; }
	.hero .hero-overlay-wrapper { padding-left: 8%; padding-right: 8%; position: relative; pointer-events: none; }
	.hero .hero-overlay { width: 100%; padding-left: 8px; padding-right: 8px; pointer-events: none; }
	.hero .hero-overlay a { pointer-events: all; }
}

@media only screen and (max-width: 430px) {
	br.homepage-mission-br { display: none!important; }
}





