﻿/***** 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: #232020;  color: #fff; text-shadow: none; } 
::selection { background: #232020; color: #fff; 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; }

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 {  }

.backcountry-header {
	width: 100%; position: relative; z-index: 1004; padding: 0 max(.8vw, calc(50% - 1000px)) 0 max(2vw, calc(50% - 1000px)); background: #232020; box-shadow: 0 1px 6px rgba(0, 0, 0, .5); 
	display: flex; align-items: center; 
}
.header-logo-div { display: flex; justify-content: center; align-items: center; }
.header-logo img { max-width: 100%; height: 80px; object-fit: contain; object-position: center; }
.nav-div {
	margin-left: 20px; margin-right: auto; height: 110px; 
	display: flex; justify-content: flex-start; align-items: stretch; 
}
.header-soc {
	height: 110px; 
	display: flex; justify-content: flex-end; align-items: stretch; column-gap: 16px; 
}
.header-soc .titled-listed .listed-title, .header-soc .titled-listed .listed-title:after { font-size: 15px; color: #80b6e5; }
.header-soc .titled-listed .listed-title i { margin-left: 12px; }
.header-soc .titled-listed .listed-content { color: #fff; }
.header-soc .titled-listed .listed-content.is-phone { font-size: 16px; }
.header-soc .titled-listed .listed-content.is-addr { font-size: 14px; }

/* Site Colors:

	Logo Orange: 		#f15a29; 
	Light Blue: 		#80b6e5; 
	Btn Blue: 			#016dcb; 
	Light Gray/Brown: 	#e9e8e8; 
	Brown: 				#232020; 
*/
/*---BODY--------------------------------*/

.content-sect p, .txt-default {
	font-family: 'Roc-Grotesk', sans-serif; font-size: 18px; font-weight: 400; line-height: 1.4; 
	letter-spacing: .25px; color: #232020; 
}

.title, .title-bold { font-family: 'Input-Serif', serif; font-weight: 400; letter-spacing: -4.2px; }
.title .title-bold, .title-bold { font-weight: 800; letter-spacing: -3.5px; }
h1.title, h1.title-bold { font-size: 36px; }
h2.title, h2.title-bold { font-size: 34px; }
h3.title, h3.title-bold { font-size: 30px; }
h4.title, h4.title-bold { font-size: 21px; letter-spacing: -1.5px; }

/* buttons / ctas / links / <a> */
.btnclass {
	position: relative; padding: 12px 28px 10px 28px; 
	display: flex; justify-content: center; align-items: center; 
	font-family: 'Roc-Grotesk', sans-serif; font-size: 20px; font-weight: 500; letter-spacing: .8px; text-align: center; 
	background: #016dcb; color: #fff; border-radius: 22px; transition: .35s ease all; 
}

.btnclass.btn-white, .btn-white { background: #fff; color: #232020; }

.btnclass:hover, .btn-white:hover { background: #f15a29; color: #232020; box-shadow: 0 2px 8px rgba(0, 0, 0, .45); }

.titled-listed {
	position: relative; padding: 6px 20px; 
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center; 
	font-family: 'Input-Serif', serif; 
	transition: .25s ease all; 
}
.titled-listed:before {
	position: absolute; content: ""; top: 50%; left: 0; width: 1px; height: 50px; transform: translateY(-50%); 
	background: #fff; opacity: .4; 
}
.listed-title, .listed-content { position: relative; }
.listed-title { 
	order: 1; color: #016dcb; font-size: 18px; font-weight: 400; letter-spacing: -.5px; 
	margin-right: auto; margin-bottom: 10px; 
	display: flex; justify-content: flex-start; align-items: center; 
	transition: .25s ease all; 
}
.listed-title:after {
	position: relative; order: 2; content: "\f061"; margin-left: 12px; transform: rotate(-45deg); 
	color: #016dcb; font-family: 'Font Awesome 6 Free', icon; font-weight: 900; transition: .1s ease all; 
}
.listed-content { order: 2; font-size: 19px; font-weight: 400; color: #232020; letter-spacing: -.3px; }
.listed-content.is-phone { font-weight: 800; font-size: 20px; letter-spacing: -.3px; }

.titled-listed:hover .listed-title:after { transform: rotate(0deg); margin-left: 20px; transition: .25s ease all; }
.titled-listed:hover .listed-content { color: #f15a29; transition: .5s ease all; }

.invisilink {
	font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; 
	display: inline; color: inherit; transition: .35s ease all; 
}
a.invisilink:hover { color: #f15a29; }

.content-sect {
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center; 
}
.content-sect.center-style { align-items: center; }

.content-sect .title, .content-sect .title-bold, .content-sect p { width: 100%; }
.content-sect .title, .content-sect .title-bold { margin-bottom: 24px; }
.content-sect p { margin-bottom: 20px; }
.content-sect:not(.center-style) .title, .content-sect:not(.center-style) .title-bold, 
.content-sect:not(.center-style) p { text-align: left; }
.content-sect.center-style .title, .content-sect.center-style .title-bold, .content-sect.center-style p { text-align: center; }
.content-sect .titled-listed { margin-bottom: 20px; }

.subpages.content-sect { padding: 42px max(7%, calc(50% - 900px)); }

.horiz-sect { 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; column-gap: 24px; row-gap: 16px; 
}
.horiz-sect.center-style, .content-sect.center-style .horiz-sect { justify-content: center; }

.mission, .subpages.mission {
	width: 100%; padding: 42px max(7%, calc(50% - 900px)); margin: 20px 0; 
	display: flex; justify-content: center; align-items: stretch; 
}
.mission .content-sect { width: 60%; padding: 24px 5% 24px 0; }
.mission .missionimg { width: 40%; }
.missionimg { position: relative; border-radius: 20px; min-height: 350px; }
.missionimg img { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; border-radius: 20px; 
}

.mission.lefty-style .content-sect { padding-left: 5%; padding-right: 0; }

.inv-btns-sect {
	position: relative; width: 100%; padding: 40px max(20px, calc(50% - 1000px)); 
	display: flex; flex-direction: column; align-items: stretch; 
}
.inv-btns-sect .title { max-width: 92vw; text-align: center; margin: 0 auto 20px auto; }
.inv-btns {
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; 
}
.inv-btns a {
	position: relative; width: calc(25% - 12px); margin: 6px; padding: 20px; min-height: 300px; 
	display: flex; justify-content: center; align-items: center; 
}
.inv-btns a:before, .inv-btns a:after, .inv-btns a .inv-shader {
	display: flex; justify-content: center; align-items: center; 
	position: absolute; transition: .35s ease all; 
}
.inv-btns a:before, .inv-btns a:after { 
	top: 24px; right: 24px; width: 60px; height: 60px; opacity: 0; 
}
.inv-btns a:before {
	content: "\f061"; font-family: 'Font Awesome 6 Free', icon; font-size: 24px; font-weight: 900; 
	z-index: 4; color: #232020; text-align: center; transform: rotate(-45deg); 
}
.inv-btns a:after { z-index: 3; content: ""; background: rgba(249, 248, 248, .75); }
.inv-btns a .inv-shader { 
	width: 100%; height: 100%; z-index: 1; content: ""; top: 0; left: 0; background: #232020; 
}
.inv-btns a .inv-shader, .inv-btns a img { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
.inv-btns a img {
	position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; opacity: .6; transition: .35s ease all; 
}
.inv-btns a span {
	position: relative; z-index: 5; 
	font-family: 'Roc-Grotesk', sans-serif; font-size: 25px; font-weight: 600; line-height: 1.5; text-align: center; 
	letter-spacing: .5px; color: #fff; text-shadow: 1px 1px #000, 0 0 8px #000; 
}

.inv-btns a.all-inv .inv-shader { background: #016dcb; }
.inv-btns a.all-inv img { opacity: .4; }

.inv-btns a:hover:before, .inv-btns a:hover:after { 
	top: 0; right: 0; opacity: 1; transition: .5s ease all; 
}
.inv-btns a:hover .inv-shader, .inv-btns a:hover img { 
	clip-path: polygon(0% 0%, calc(100% - 60px) 0, 100% 60px, 100% 100%, 0% 100%); transition: .5s ease all; transition-delay: .3s; 
}
.inv-btns a:hover img, .inv-btns a.all-inv:hover img { opacity: .2; transition: .55s ease all; transition-delay: .05s; }

/* Homepage - default.htm */
.hero {
	position: relative; width: 100%; padding: 150px max(6%, calc(50% - 900px)); 
	display: flex; justify-content: flex-start; align-items: center; 
}
.hero img {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}
.hero-overlay {
	position: relative; z-index: 2; width: min(100%, 570px); padding: 40px; 
	background: rgba(1, 109, 203, .85); border-radius: 32px; box-shadow: 0 1px 20px rgba(0, 0, 0, .4); 
}
.hero-overlay:before {
	position: absolute; z-index: -1; content: ""; bottom: 0; left: 0; width: 100%; height: 100%; 
	border-top-left-radius: 32px; border-top-right-radius: 32px; 
	background-image: linear-gradient(0deg, rgba(1, 109, 203, 1) 0%, rgba(1, 109, 203, 1) calc(100% - 60px), rgba(1, 109, 203, 0) 100%); 
}
.hero-overlay .title, .hero-overlay p { color: #fff; }

.brands-sect {
	width: 100%; position: relative; padding: 70px 5vw; 
	display: flex; flex-direction: column; align-items: center; 
}
.brands-paragraph-sect { width: min(90%, 700px); }
.brands-list { width: min(100%, 950px); }

/* subpages */
.subhero {
	width: 100%; position: relative; padding: 50px max(5vw, calc(50% - 1000px)); 
	display: flex; justify-content: flex-start; align-items: center; 
	background: #016dcb; 
}
.subhero:after {
	position: absolute; content: ""; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
}
.subhero .title, .subhero .title-bold, .subhero p { 
	text-align: left; color: #fff; text-shadow: 1px 1px 0 #000, 0 0 8px rgba(0, 0, 0, .5); 
}
.subhero p { width: min(100%, 700px); }

.subpages {
	width: 100%; position: relative; 
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center; 
}

.subpages.mission { margin: 0; }

/* about-us.htm */
.aboutpage {}

/* contact-us.htm */
.contactpage {}

#location .content-sect { width: 50%; }
#location .map-div { width: 50%; }

.map-div { display: flex; justify-content: stretch; align-items: stretch; }
.map-div iframe { width: 100%; height: 100%; min-height: 350px; border-radius: 20px; }

/* our-brands.htm */
.brandspage {}

.listed-boxes {
	width: 100%; padding: 42px max(calc(50% - 900px), 5%); 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; 
}

.brands-list a, 
.listed-boxes a {
	position: relative; margin: 8px; padding: 20px; 
	display: flex; flex-direction: column; align-items: center; justify-content: center; 
	transition: .4s ease all; 
} 
.brands-list a { border: 1px solid #fff; } 
.listed-boxes a { width: calc(25% - 16px); border: 1px solid #e0e0e0; }

.brands-list a:before, .brands-list a:after, 
.listed-boxes a:before, .listed-boxes a:after {
	display: flex; justify-content: center; align-items: center; 
	position: absolute; transition: .35s ease all; 
}
.brands-list a:before, .brands-list a:after,  
.listed-boxes a:before, .listed-boxes a:after { 
	top: 24px; right: 24px; width: 42px; height: 42px; opacity: 0; 
}
.brands-list a:before, 
.listed-boxes a:before {
	content: "\f061"; font-family: 'Font Awesome 6 Free', icon; font-size: 18px; font-weight: 900; 
	z-index: 4; color: #232020; text-align: center; transform: rotate(-45deg); 
}
.brands-list a:after,  
.listed-boxes a:after { z-index: 3; content: ""; background: rgba(1, 109, 203, .4); }
.brands-list a img, 
.listed-boxes a img {
	width: min(100%, 200px); height: 100px; margin: 0 auto; 
	object-fit: contain; object-position: center; 
}
.brands-list a span { display: none; }
.listed-boxes a span {
	font-family: 'Roc-Grotesk', sans-serif; font-size: 20px; font-weight: 500; letter-spacing: .8px; 
	text-align: center; color: #000; margin-top: 10px; 
}

.brands-list a:hover, .listed-boxes a:hover { 
	border-color: #fff; margin: 5px 8px 11px 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, .15); transition: .4s ease all; 
}
.brands-list a:hover:before, .brands-list a:hover:after, 
.listed-boxes a:hover:before, .listed-boxes a:hover:after { 
	top: -1px; right: -1px; opacity: 1; transition: .5s ease all; 
}

/* thank-you.htm */
.thankyoupage {}

/* encouraged styles */
.bg-lgray { background: #f9f8f8; }

.txt-bold, p.txt-bold, p .txt-bold { font-weight: 600; }
.listed.txt-bold, .listed .txt-bold { font-weight: 900; }

/*--------FORM STYLES--------------------*/
.form-sect { 
	display: flex; flex-direction: column; align-items: stretch; 
	padding: 60px max(5%, calc(50% - 500px)); width: 100%; 
	background: #fff; 
}
.form-sect .content-sect { padding: 0 32px 24px 32px; }
.form-sect form h3.title { 
	width: 100%; font-size: 22px; margin: 40px 0 0 0; color: #000; position: relative; padding-bottom: 8px; 
}
.form-sect form p.txt-default { width: 100%; text-align: left; }
.form-sect form { 
	display: flex; flex-wrap: wrap; justify-content: flex-start; column-gap: 24px; 
	box-sizing: border-box; 
}
.form-sect form .formrow { 
	width: 100%; 
	display: flex; flex-wrap: wrap; justify-content: center; column-gap: 16px; 
}
.form-sect form .smcol { 
	width: calc(33.333333% - 12px)!important; margin-right: auto; 
	display: flex; flex-direction: column; align-items: flex-start; 
}
.form-sect form .formrow-captcha { 
	width: 100%; 
	display: flex; flex-direction: column; align-items: center; 
}

.form-sect form label { 
	width: 100%; margin: 22px 0 3px 0; padding-left: 4px; box-sizing: border-box; 
	display: flex; 
	color: #000; font-family: 'Input-Serif', serif; font-size: 16px; font-weight: 600; letter-spacing: -1.5px; 
}
.form-sect form input[type="text"], .form-sect form input[type="email"], 
.form-sect form textarea, .form-sect form #CaptchaAnswer { 
	width: 100%; padding: 15px 16px; margin: 8px 0; box-sizing: border-box; 
	font-family: 'Roc-Grotesk', sans-serif; font-size: 16px; letter-spacing: .5px; 
	text-align: left; color: #000; border-radius: 0; border: 1px solid #000; 
}

.form-sect form textarea { width: 100%; height: 110px; }
.form-sect form a:not(.invisilink) { margin: 20px 0 0 0; cursor: pointer; }
.form-sect form .CaptchaMessagePanel { 
	font-family: 'Roc-Grotesk', sans-serif!important; color: #000; letter-spacing: .5px; font-weight: 600; 
}
.form-sect form #CaptchaAnswer { width: 172px; }
.form-sect form div.CaptchaWhatsThisPanel a { font-family: 'Roc-Grotesk', sans-serif!important; letter-spacing: .5px; }
.form-sect form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"] { border: none; cursor: pointer; } 

/*-------- FOOTER STYLES ----------------*/
footer {  }

.backcountry-footer {
	position: relative; width: 100%; padding: 45px max(4.5%, calc(50% - 1000px)) 20px max(4.5%, calc(50% - 1000px)); 
	display: flex; flex-wrap: wrap; justify-content: center; 
	background: #232020; 
}
.foot-logo-div {
	width: 50%; 
	display: flex; justify-content: flex-start; align-items: flex-start; 
}
.foot-logo { width: min(100%, 85vw, 400px); }
.foot-logo img { width: min(100%, 85vw, 400px); object-fit: contain; object-position: center; }
.foot-col {
	width: 25%; margin-bottom: 24px; 
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
}
.foot-col h4 { color: #fff; margin-bottom: 12px; }
.foot-soc .titled-listed { margin-bottom: 8px; }
.foot-soc .titled-listed .listed-title, .foot-soc .titled-listed .listed-title:after { color: #80b6e5; }
.foot-soc .titled-listed .listed-content { color: #fff; }
.foot-soc .titled-listed:hover { text-shadow: 0 0 12px #000; }
.foot-soc .titled-listed:hover .listed-content { color: #f15a29; }
.foot-nav a {
	position: relative; padding: 6px 8px; min-height: 36px; 
	display: flex; justify-content: center; align-items: center; 
	font-family: 'Roc-Grotesk', sans-serif; font-size: 17px; text-align: left; 
	color: #fff; transition: .25s ease all; 
}
.foot-nav a:after {
	position: relative; order: 2; content: "\f061"; margin-left: 8px; margin-bottom: 6px; transform: rotate(-45deg); opacity: 0; 
	color: #f8ad94; font-family: 'Font Awesome 6 Free', icon; font-weight: 900; transition: .1s ease all; 
}
.foot-nav a:hover { color: #f15a29; text-shadow: 0 0 12px #000; }
.foot-nav a:hover:after { 
	color: #f15a29; text-shadow: 0 0 12px #000; opacity: 1; transform: rotate(0deg); margin-left: 12px; margin-bottom: 0; 
	transition: .25s ease all, .1s ease opacity; 
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { width: 100%; height: 80px; background: #232020; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1750px) {
	.foot-col { width: unset; flex-grow: 1; }
}

@media only screen and (max-width: 1500px) {
	.inv-btns a { min-height: 260px; }
	
	.brands-list a img, .listed-boxes a img { width: min(100%, 190px); height: 90px; }
	
	.foot-logo, .foot-logo img { width: min(100%, 85vw, 360px); }
}

@media only screen and (max-width: 1450px) {
	.header-logo img { height: 80px; }
	.nav-div, .header-soc { height: 95px; }
	.header-soc { column-gap: 8px; }
	.header-soc .titled-listed .listed-title { font-size: 14px; }
	.header-soc .titled-listed .listed-content.is-phone { font-size: 15px; }
	.header-soc .titled-listed .listed-content.is-addr { font-size: 13px; }
}

@media only screen and (max-width: 1400px) {
	.backcountry-header { flex-wrap: wrap; padding: 0; }
	.header-logo-div { width: 100%; padding: 12px 3vw; }
	.header-logo img { height: 100px; }
	.nav-div { margin-left: 0; padding-left: calc(2.5vw - 16px); }
	.header-soc { padding-right: calc(2.5vw - 20px); }
	
	#location .content-sect { width: 600px; }
	#location .map-div { width: calc(100% - 600px); }
	
	.foot-nav { width: 210px; flex-grow: 0; }
}

@media only screen and (max-width: 1350px) {
	.hero { padding: 110px 4.5%; }
}

@media only screen and (max-width: 1300px) {
	h1.title, h1.title-bold { font-size: 34px; }
	h2.title, h2.title-bold { font-size: 32px; }
	h3.title, h3.title-bold { font-size: 26px; }
	
	.inv-btns a { min-height: 240px; }
	
	.mission .content-sect { padding-right: 72px; }
	
	.hero-overlay { width: min(100%, 544px); }
	
	.brands-list { width: calc(100% - 120px); }
}

@media only screen and (max-width: 1250px) {
	.mission, .subpages.mission, .subpages.content-sect { padding-left: 5%; padding-right: 5%; }
	
	#location .content-sect { width: 540px; }
	#location .map-div { width: calc(100% - 540px); }
}

@media only screen and (max-width: 1220px) {
	.inv-btns a { min-height: 220px; }
	
	.hero { padding: 80px 3.5%; }
}

@media only screen and (max-width: 1200px) {
	.foot-logo-div { width: 480px; }
}

@media only screen and (max-width: 1150px) {
	h2.title, h2.title-bold { font-size: 30px; }
	
	.mission .content-sect { padding-right: 60px; }
	.mission .missionimg { min-height: 320px; }
	
	.hero-overlay { padding: 32px; width: min(100%, 528px); }
	
	#location .content-sect { width: 510px; }
	#location .map-div { width: calc(100% - 510px); }
	
	.listed-boxes a { width: calc(33.333333% - 16px); }
	
	.foot-logo-div { width: 100%; justify-content: center; }
	.foot-col, .foot-soc, .foot-nav { width: 50%; align-items: center; margin: 50px 0; }
	.foot-soc .titled-listed { width: min(275px, 100%); margin-bottom: 16px; }
	.foot-nav a { text-align: center; margin-right: -22px; }
}

/* switch to mobile nav */
@media only screen and (max-width: 1100px) {
	.nav-div, .header-soc { height: 76px; }
	
	h1.title, h1.title-bold { font-size: 32px; }
	h2.title, h2.title-bold { font-size: 28px; }
}

@media only screen and (max-width: 1080px) {
	.inv-btns a { width: calc(33.333333% - 12px); }
	.inv-btns a.all-inv { width: 100%; }
	
	.mission { flex-direction: column; align-items: center; row-gap: 40px; }
	.mission .content-sect, .mission.lefty-style .content-sect, #location .content-sect { width: 100%; order: 1; padding-left: 0; padding-right: 0; }
	.mission .missionimg { width: 80%; order: 2; margin: 0 auto; }
	#location .map-div { width: 100%; order: 2; }
	
	.hero { padding-left: 2.5%; padding-right: 2.5%; }
	
	.homepage.mission .missionimg { width: min(700px, 90%); height: unset; }
	.homepage.mission .missionimg img { position: relative; width: min(700px, 100%); height: auto; }
}

@media only screen and (min-width: 921px) {
	.hero-overlay:before { display: none!important; }
}

@media only screen and (max-width: 920px) {
	h1.title, h1.title-bold { font-size: 30px; }
	h2.title, h2.title-bold { font-size: 26px; }
	h3.title, h3.title-bold { font-size: 22px; }
	
	.hero { padding: 280px 0 0 0; }
	.hero img { height: 360px; }
	.hero-overlay { width: 100%; padding: 40px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; box-shadow: none; }
	
	.form-sect form .smcol { width: 100%!important; }
}

@media only screen and (max-width: 900px) {
	.listed-boxes a { width: calc(50% - 16px); }
}

@media only screen and (max-width: 850px) {
	.inv-btns a { min-height: 200px; }
}

@media only screen and (min-width: 801px) {
	.header-soc .titled-listed i.mobile-icon { display: none!important; }
	.inv-foot-spacer { display: none!important; }
}

@media only screen and (max-width: 800px) {
	.nav-div, .header-soc { height: 60px; }
	.header-soc .titled-listed .listed-title { margin-bottom: 0; }
	.header-soc .titled-listed:hover .listed-title, .header-soc .titled-listed:hover .listed-title i { color: #f15a29; }
	.header-soc .titled-listed:before { height: 36px; }
	.header-soc .titled-listed .listed-title:after { display: none!important; }
	.header-soc .titled-listed .listed-content { display: none!important; }
	
	.inv-btns a, .inv-btns a.all-inv { width: calc(50% - 12px); }
	
	.hero-overlay { padding-left: 5%; padding-right: 5%; }
	
	.listed-boxes a img { height: 70px; }
	
	.form-div form .smcol { width: 100%!important; }
	.form-div form .formrow50s input { width: 100%!important; }
	.form-div form .formrow33s input { width: 100%!important; }
}

@media only screen and (max-width: 700px) {
	.inv-btns-sect { padding-left: 16px; padding-right: 16px; }
	.inv-btns a, .inv-btns a.all-inv { min-height: 180px; }
	
	.listed-boxes a span { font-size: 17px; }
	
	.foot-col, .foot-soc, .foot-nav { width: 100%; }
	.foot-nav { margin-top: 0; }
	.foot-nav a { min-height: 48px; }
	.backcountry-footer { padding-bottom: 42px; }
}

@media only screen and (max-width: 650px) {
	.mission .content-sect { padding-top: 0; padding-bottom: 0; }
	.homepage.mission .missionimg { width: 100%; min-height: 300px; }
	.homepage.mission .missionimg img { width: 100%; height: 300px; }
}

@media only screen and (max-width: 600px) {
	.header-logo img { height: 90px; }
	
	.listed-boxes a img { height: 60px; }
}

@media only screen and (max-width: 550px) {
	.header-soc { column-gap: 0; }
	.header-soc .titled-listed { align-items: center; min-width: 60px; }
	.header-soc .titled-listed:before { display: none!important; }
	.header-soc .titled-listed .listed-title { font-size: 0px; }
	.header-soc .titled-listed .listed-title i { font-size: 20px; margin-left: 0; }
}

@media only screen and (max-width: 500px) {
	.inv-btns a, .inv-btns a.all-inv { width: 100%; min-height: 160px; }
	
	.subhero { justify-content: center; }
	.subhero .title { text-align: center; }
}

@media only screen and (max-width: 450px) {
	.btnclass { width: 100%!important; margin-left: auto!important; margin-right: auto!important; }
	
	.homepage.mission .missionimg { min-height: 260px; }
	.homepage.mission .missionimg img { height: 260px; }
	
	.listed-boxes a, .listed-boxes a:hover { width: 100%; margin-left: 0; margin-right: 0; }
}

@media only screen and (max-width: 400px) {
	.inv-btns a, .inv-btns a.all-inv { min-height: 140px; }
}

@media only screen and (max-width: 380px) {
	.header-soc { display: none!important; }
	
	.brands-list { width: 100%; margin-bottom: 50px; }
}






