﻿/***** 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: #f68b29;  color: #000; text-shadow: none; } 
::selection { background: #f68b29; color: #000; 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 {  }

.bandg-header {
	width: 100%; position: relative; z-index: 1004; height: 120px; 
	display: flex; flex-direction: column; flex-wrap: wrap; 
	align-items: flex-end; align-content: space-between; justify-content: center; 
	padding-left: 2vw; box-sizing: border-box; background: #fdfdfd; border-bottom: 1px solid #ccc; 
}
.desktop-header-logo { 
	display: flex; justify-content: flex-start; align-items: center; 
	max-height: 100%; box-sizing: border-box; margin: 12px 0; 
}
.desktop-header-logo img { 
	object-fit: contain; object-position: 0% 50%; height: 96px; 
}
.topheader { 
	height: 42px; border-bottom-left-radius: 16px; background: #eee; 
	display: flex; flex-direction: row; justify-content: flex-end; align-items: stretch; 
	padding: 0 20px; box-sizing: border-box; 
}
.topheader a { padding: 0 20px; font-size: 16px; }
.nav-div { 
	display: flex; justify-content: flex-end; align-items: stretch; 
	height: calc(100% - 42px); padding-top: 6px; padding-right: 2vw; box-sizing: border-box; 
}

.mobile-header-logo { 
	display: flex; justify-content: center; align-items: center; 
	width: min(90%, 350px); margin: 0 calc(50% - 175px) 16px calc(50% - 175px); 
}
.mobile-header-logo img { object-fit: contain; object-position: center; width: 100%; }

/* Site Colors:

	Lighter Orange: #f68b29; (NOT compliant on white)
	Darker Orange: #bd5b00; (compliant on white)

	Shades of White/Gray: 
		#fdfdfd; (.bandg-header bg)
		#fbfbfb; (support cta boxes bg)
		#f8f8f8; (footer bg)
		#f0f0f0; (homepage > used eq imgs bg)
		#e5e5e5; (.foot-foot bg)
		#eee; 	 (.topheader bg)
		#ccc; 	 (.bandg-header underline)
*/
/*---BODY--------------------------------*/
/* paragraphs / <p> / titles / headings / <h1><h2><h3><h4> */
.txt-default, .content-sect p, .content-fw p, .orange-border-box p, .contact-cta p, .subhero p {
	font-family: 'industry', sans-serif; font-size: 17px; 
	font-weight: 400; line-height: 1.3; color: #000; 
}

.subtitle, p.subtitle, .content-sect p.subtitle {
	font-family: 'industry', sans-serif; font-size: 19px; 
	font-weight: 600; line-height: 1.3; color: #000; letter-spacing: .3px; 
}

.title { 
	font-family: 'industry', sans-serif; font-weight: 800; line-height: 1.28; 
	text-align: left; letter-spacing: .3px; color: #000; 
}
h1.title { font-size: 40px; }
h2.title { font-size: 40px; }
h3.title { font-size: 28px; }
h4.title { font-size: 22px; }

/* buttons / links / <a> / ctas */
	/* outlined orange btn with arrow */
.btnclass, .btnclass.btn-outlined, .btn-outlined, .btnclass.btn-condensed, .btn-condensed, 
.btnclass.btn-no-arrow, .btn-no-arrow, .is-cat .cat-btn { 
	position: relative; display: flex; justify-content: center; align-items: center; 
	font-family: 'industry', sans-serif; font-size: 18px; font-weight: 500; text-align: left; 
	letter-spacing: .3px; 
	padding: 19px 32px; box-sizing: border-box; border: 1px solid #bd5b00; 
	background: #fff; color: #bd5b00; transition: .32s ease all; 
}
.btnclass:after, .btnclass.btn-outlined:after, .btn-outlined:after, .is-cat .cat-btn:after {
	position: relative; margin-left: 36px; transition: .32s ease all; 
	content: "\f061"; font-family: 'Font Awesome 5 Free', icon; font-size: 13px; font-weight: 900; color: #bd5b00; 
}
a.btnclass:hover, button.btnclass:hover, input.btnclass:hover, .is-cat .cat-btn:hover {
	padding-left: 36px; padding-right: 36px; transition: .45s ease all; 
}
a.btnclass:hover:after, button.btnclass:hover:after, 
input.btnclass:hover:after, .is-cat .cat-btn:hover:after {
	color: #fff; margin-left: 28px; transition: .45s ease all; 
}
a.btnclass:hover, button.btnclass:hover, input.btnclass:hover, 
a.btnclass.btn-outlined:hover, a.btn-outlined:hover
button.btnclass.btn-outlined:hover, button.btn-outlined:hover
input.btnclass.btn-outlined:hover, input.btn-outlined:hover,
.loc-inf .btnclass:hover {
	background: #bd5b00; color: #fff; cursor: pointer;
}
	/* solid orange btn with arrow */
.btnclass.btn-filled, .btn-filled, .subhero .btnclass, .is-cat .cat-btn { background: #bd5b00; color: #fff; }
.btnclass.btn-filled:after, .btn-filled:after, .subhero .btnclass:after, .is-cat .cat-btn:after { color: #fff; }
a.btnclass.btn-filled:hover, a.btn-filled:hover, .subhero .btnclass:hover,
button.btnclass.btn-filled:hover, button.btn-filled:hover,
input.btnclass.btn-filled:hover, input.btn-filled:hover,
.is-cat .cat-btn:hover {
	border-color: #f68b29; background: #f68b29; color: #000; 
}
.btnclass.btn-filled:hover:after, .btn-filled:hover:after, 
.subhero .btnclass:hover:after, .is-cat .cat-btn:hover:after { color: #000; }

.btnclass.btn-no-arrow, .btn-no-arrow, .btnclass.btn-no-arrow:hover, .btn-no-arrow:hover {
	padding: 19px 32px!important; text-align: center; 
}

.btnclass.btn-has-icon, .btn-has-icon, .btnclass.btn-has-icon:hover, .btn-has-icon:hover {
	text-align: left; 
}

	/* smaller outlined orange btn no arrow */
.btnclass.btn-condensed, .btn-condensed, .btnclass.btn-condensed:hover, .btn-condensed:hover {
	padding: 10px 14px!important; text-align: center; 
}
.btnclass.btn-condensed:after, .btn-condensed:after, 
.btnclass.btn-condensed:hover:after, .btn-condensed:hover:after, 
button.btnclass.btn-condensed:hover:after, button.btn-condensed:hover:after, 
input.btnclass.btn-condensed:hover:after, input.btn-condensed:hover:after, 
.btnclass.btn-no-arrow:after, .btn-no-arrow:after, 
.btnclass.btn-no-arrow:hover:after, .btn-no-arrow:hover:after {
	display: none!important; opacity: 0; margin-left: 0; 
	content: ""; color: rgba(0, 0, 0, 0); width: 0px; height: 0px; 
}

.listed {
	display: flex; justify-content: center; align-items: center; 
	font-family: 'industry', sans-serif; font-size: 18px; 
	font-weight: 600; text-align: center; line-height: 1.4; 
	color: #000; padding: 4px; box-sizing: border-box; transition: .25s ease all; 
}
.listed i, .btnclass i { width: 22px; font-size: 17px; text-align: center; margin-right: 12px; }
.listed.has-icon { text-align: left; }
a.listed:hover { color: #bd5b00; transition: .3s ease all; }

.icon-link {
	display: flex; justify-content: center; align-items: center; min-width: 50px; min-height: 40px; 
	color: #000; font-size: 26px; font-weight: unset!important; transition: .25s ease all; 
}
a.icon-link:hover { color: #bd5b00; transition: .3s ease all; }

.invisilink {
	font-family: 'industry', sans-serif; font-size: inherit; font-weight: inherit; line-height: inherit;
	color: inherit; display: inline; transition: .25s ease all; 
}
a.invisilink:hover { text-decoration: underline; color: #bd5b00; transition: .4s ease all; }
.is-dark-bg a.invisilink:hover, .subhero a.invisilink:hover { color: #f68b29; }
a.invisilink.txt-dorange:hover { color: #f68b29!important; }

/* Sections */
.content-sect {
	display: flex; flex-direction: column; align-items: flex-start; row-gap: 16px; 
	box-sizing: border-box; 
}
.content-sect .title, .content-sect p { width: 100%; }

.horiz-sect {
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; column-gap: 24px; row-gap: 16px; 
	box-sizing: border-box; 
}

.content-sect.center-style { align-items: center; }
.horiz-sect.center-style, .content-fw.center-style { justify-content: center; }
.center-style .title, .center-style p { text-align: center; }
.center-style .orange-border-box { align-items: center; }

.mission {
	width: min(100%, 1800px); margin: 0 auto; 
	display: flex; justify-content: center; align-items: flex-start; column-gap: min(100px, max(60px, 5.5vw)); 
	padding: 60px min(max(5vw, 12px), 60px); box-sizing: border-box; 
}
.mission .content-sect { width: 60%; padding: 60px 0; }
.mission .missionimg { width: 40%; }
.missionimg { position: relative; min-height: 300px; margin: 60px 0; }
.missionimg:before {
	position: absolute; z-index: 1; content: ""; top: 12px; left: 12px; width: 100%; height: 100%; background: #f68b29; 
}
.missionimg img {
	position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; box-shadow: 0 2px 6px rgba(0, 0, 0, .6); 
}

.content-fw {
	width: min(100%, 1800px); margin: 0 auto; padding: 60px 5%; box-sizing: border-box; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; column-gap: 24px; row-gap: 16px; 
}
.content-fw .title, .content-fw p { width: 100%; }

.inv-btns-sect { display: flex; align-items: stretch; height: 550px; }
.inv-btns-sect .content-sect { width: 33.333333%; padding: 60px 40px; justify-content: center; }
.inv-btn-style {
	position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; 
	padding: 20px; box-sizing: border-box; border: 1px solid #fff; width: 33.333333%; 
	transition: .3s ease all; 
}
.inv-btn-style:before, .inv-btn-style:after {
	position: absolute; content: ""; z-index: 2; width: 100%; height: 50%; 
	background: #fff; opacity: .5; transition: .3s ease all; 
}
.inv-btn-style:before { top: 0; }
.inv-btn-style:after { bottom: 0; }
.inv-btn-style img {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; transition: .3s ease all; 
}
.inv-btn-style .inv-btn-title {
	position: relative; z-index: 3; 
	font-family: 'industry', sans-serif; font-size: 36px; font-weight: 900; line-height: 1.3; text-align: center; 
	color: #000; text-shadow: 0 0 16px #fff; transition: .3s ease all; 
}
.inv-btn-style .inv-btn-arrow { 
	position: relative; z-index: 3; transition: .3s ease all; 
	display: flex; justify-content: center; align-items: center; box-sizing: border-box; 
	width: 40px; height: 40px; padding: 14px 18px; 
	font-size: 14px; color: #000; border-radius: 21px; border: 1px solid #000; 
}
.inv-btn-style .is-view {
	font-family: 'industry', sans-serif; font-size: 15px; font-weight: 400; letter-spacing: .3px; text-align: left; 
	position: relative; display: none; transition: .2s ease all!important; 
}
.inv-btn-style:hover:before, .inv-btn-style:hover:after { 
	height: 25%; opacity: .67; transition: .6s ease all, .75s ease opacity; 
}
.inv-btn-style:hover img { opacity: 1; }
.inv-btn-style:hover .inv-btn-title { color: #fff; text-shadow: 1px 1px 0 #000, 0 0 12px #000; }
.inv-btn-style:hover .inv-btn-arrow { 
	color: #fff; border-color: #bd5b00; border-radius: 0; background: #bd5b00; box-shadow: 0 0 16px #000; 
	width: unset; height: unset; padding: 19px 32px; margin-top: 16px; margin-bottom: 7px; transition: .3s ease all; 
}
.inv-btn-style:hover .is-view { display: inline; margin-right: 36px; transition: .2s ease all!important; }
.inv-btn-style .inv-btn-arrow:hover { 
	padding: 19px 32px; color: #000; background: #f68b29; border-color: #f68b29; 
}
.inv-btn-style .inv-btn-arrow:hover .is-view { margin-right: 28px; }

.mailing-list-cta {
	width: 100%; position: relative; 
	background: #000; background-image: url('/siteart/bg-dark-tree.jpg'); background-size: cover; 
	background-repeat: no-repeat; background-position: 50% 70%; 
	display: flex; justify-content: space-between; align-items: center; column-gap: 60px; 
	padding: 100px 12%; box-sizing: border-box; 
}
.mailing-list-cta .content-sect { width: 520px; }
.mailing-list-cta .title, .mailing-list-cta .content-sect p.subtitle { 
	color: #fff; text-shadow: 1px 1px 0 #000, 0 0 8px #000; 
}
.mailing-list-cta .title { font-size: 34px; }
.mailing-list-cta .btnclass { box-shadow: 0 0 8px #000; }

.contact-cta {
	width: min(90vw, 800px); margin: 0 auto; 
	display: flex; justify-content: center; align-items: center; row-gap: 24px; 
	padding: 20px 0; box-sizing: border-box; 
}
.contact-cta p {
	text-align: center; font-size: 22px; font-weight: 800; 
}

.map-div { display: flex; box-sizing: border-box; }
.map-div iframe { width: 100%; height: 100%; border: none; box-sizing: border-box; }

.is-fw-img-contain { object-fit: contain; object-position: center; width: 100%; height: auto; }

/* ACCORDION */
.accordion-container { 
	width: 100%; border: 1px solid #ccc; border-bottom: none; box-sizing: border-box; 
}
.accordion { 
	position: relative; display: flex; flex-direction: column; align-items: stretch; 
	border-bottom: 1px solid #ccc; 
}
.accordion .accordion-header { 
	display: flex; justify-content: space-between; align-items: center; 
	background: #f8f8f8; cursor: pointer; 
	padding: 20px; box-sizing: border-box; transition: all .2s ease-in-out; 
}
.accordion .accordion-header:hover { background: #ddd; }
.accordion .accordion-header:after { 
	position: relative; content: "\f067"; 
	font-family: "Font Awesome 5 Free", icon; font-size: 14px; font-weight: 900; 
}
.accordion .accordion-content { 
	display: none; padding: 24px 20px; box-sizing: border-box; 
}
.accordion .accordion-content > * { float: left; }

.accordion .accordion-content .title { width: 100%; }
.accordion .accordion-content .listed { justify-content: flex-start; }

.accordion .accordion-header .title, .accordion .accordion-header:after { color: #555; }
.accordion .accordion-title { font-size: 18px; }
.accordion .accordion-header:hover .title, .accordion .accordion-header:hover:after { color: #282828; }

.accordion.active > .accordion-header { margin: -1px -1px 0 -1px; }
.accordion.active > .accordion-header .title, .accordion.active > .accordion-header:after { color: #000; }
.accordion.active > .accordion-header { background: #f68b29; }
.accordion.active > .accordion-header:after { content: "\f068"; }

/* Homepage / default.htm */
.hero {
	position: relative; width: 100%; height: 550px; 
	display: flex; justify-content: center; align-items: center; 
}
.hero:after {
	position: absolute; z-index: 2; content: ""; top: 0; left: 0; width: 100%; height: 100%; 
	background: rgba(0, 0, 0, .15); pointer-events: none; 
}

.hero-slider {
	position: absolute!important; z-index: 1; content: ""; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; 
}
.hero-slider .slick-prev, .hero-slider .slick-next { 
	transform: scale(1.05) translatey(-50%); z-index: 3; opacity: .7; 
}
.hero-slider .slick-prev { left: 24px!important; }
.hero-slider .slick-next { right: 24px!important; }

.hero-overlay {
	position: relative; z-index: 3; pointer-events: none; 
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center; column-gap: 40px; row-gap: 20px; 
	padding: 80px 9vw; box-sizing: border-box; 
}
.hero-overlay .title, .hero-overlay p { 
	width: 100%; text-align: center; color: #fff; text-shadow: 1px 1px 0 #000, 0 0 8px #000; pointer-events: all; 
}
.hero-overlay .title { font-size: 52px; }
.hero-overlay .btnclass { box-shadow: 0 2px 8px #000; pointer-events: all; }

.homepage { width: 100%; position: relative; box-sizing: border-box; }

.homepage.mission { padding-bottom: 40px; }

.homepage.contact-cta { max-width: 740px; width: 90%; padding: 0 0 80px 0; }

.brands-sect {
	width: 100%; position: relative; 
	display: flex; flex-direction: column; align-items: center; 
	background: #f68b29; background-image: url('/siteart/bg-brands-section.jpg'); 
	background-size: cover; background-position: center; background-repeat: no-repeat; 
	padding: 60px 5%; box-sizing: border-box; 
}
.brands-sect > .title { text-shadow: 0 0 10px #ebb684; }
.brands-sect h2.title { text-align: center; }
.brands-sect .mainline-sect {
	width: min(100%, 800px); position: relative; margin: 32px 0 50px 0;
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; 
	padding: 20px 32px 40px 32px; box-sizing: border-box; 
	background: #fff; border-radius: 12px; box-shadow: 0 3px 8px rgba(0, 0, 0, .3); 
}
.mainline-sect .lg-logos {
	width: 100%; padding: 12px; box-sizing: border-box; margin-bottom: 24px; 
	display: flex; justify-content: space-around; align-items: center; column-gap: 12px; 
}
.lg-logos .lg-logo { 
	width: 27%; height: 120px; transition: .3s ease all; 
	display: flex; justify-content: center; align-items: center; 
}
.lg-logo img {
	width: 100%; height: 100%; object-fit: contain; object-position: center; 
}
.lg-logos .lg-logo:hover { 
	margin-top: -3px; margin-bottom: 3px; transition: .15s ease all; 
}
.mainline-sect .mainline-paragraph { width: calc(100% - 320px); }
.brands-sect h3.title.is-addtl { width: min(92%, 1650px); margin-bottom: 16px; }

.brands-sect .brands-slider { 
	width: min(92%, 1650px); padding: 0 24px; box-sizing: border-box; text-align: center; 
	background: #fff; border-radius: 12px; box-shadow: 0 3px 8px rgba(0, 0, 0, .3); 
}
.brands-slider-a {
	display: flex; flex-direction: column; align-items: stretch; 
	width: 18%; margin: 4px 10px; 
	padding: 12px 26px 20px 26px; box-sizing: border-box; transition: .4s ease all; 
}
.brands-slider-a img {
	object-fit: contain; object-position: center; width: 100%; height: 110px; 
	padding: 12px 0; box-sizing: border-box; transition: .3s ease all; 
}
.brands-slider-a .brand-name {
	display: flex; justify-content: center; align-items: center; height: calc(100% - 120px); 
	font-family: 'industry', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.3; 
	color: #000; text-align: center; box-sizing: border-box; transition: .3s ease all; 
}
.brands-slider-a:hover img { padding: 8px 0 16px 0; transition: .15s ease all; }
.brands-slider-a:hover .brand-name { color: #bd5b00; transition: .15s ease all; }
.brands-slider-a:hover img { padding: 8px 0 16px 0; transition: .15s ease all; }

.support-sect {
	display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; column-gap: 24px; row-gap: 24px; 
	width: min(100%, 1800px); margin: 0 auto; padding: 60px 5%; box-sizing: border-box; 
}
.support-sect h2.title { width: 100%; margin-bottom: 16px; }
.orange-border-box {
	display: flex; flex-direction: column; align-items: flex-start; row-gap: 12px; width: 33.333333%; 
	padding: 32px 32px 32px 24px; box-sizing: border-box; position: relative; 
	border-left: 8px solid #f68b29; background: #fbfbfb; box-shadow: 0 2px 4px rgba(0, 0, 0, .2); 
}
.orange-border-box img {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}
.homepage.support-sect .orange-border-box  { width: calc(50% - 240px); }
.homepage.support-sect .orange-border-box.is-img-box { width: 300px; }

.used-eq-sect {
	width: min(100%, 2000px); margin: 0 auto; position: relative; box-sizing: border-box; 
	display: flex; align-items: stretch; 
}
.used-eq-sect .used-eq-imgs {
	width: 54%; position: relative; 
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; 
	column-gap: 12px; row-gap: 12px; 
	padding: 90px 50px 90px 4.5%; box-sizing: border-box; 
	border-top-right-radius: 50px; background: #f0f0f0; 
}
.used-eq-imgs img { 
	width: calc(33.333333% - 8px); max-width: 300px; height: auto; 
	object-fit: contain; object-position: center; 
}
.used-eq-sect .content-sect { width: 46%; padding: 60px 4.5vw 60px 50px; justify-content: flex-start; }

/* Subpages */
.subhero {
	width: 100%; min-height: 400px; position: relative; 
	display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 20px; 
	padding: 40px 6vw; box-sizing: border-box; 
}
.subhero img:not(.is-slider-img) { 
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}
.subhero.shaded img { filter: brightness(.5); }
.subhero > *:not(img):not(.subhero-slider) { position: relative; z-index: 3; }
.subhero h1.title, .subhero p, .subhero .listed { 
	color: #fff; text-align: center; text-shadow: 1px 1px 0 #000, 0 0 12px #000; 
}
.subhero p { width: min(100%, 670px); font-size: 18px; font-weight: 500; letter-spacing: .25px; }
.subhero .btnclass { box-shadow: 0 0 12px #000; }

.subhero-slider, .cycle-slideshow {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; 
}
.subhero-slider img, .cycle-slideshow img {
	width: 100%; height: 100%; object-fit: cover; object-position: center;
}

.cycle-slideshow { }
.cycle-prev, .cycle-next { display: none!important; }
.cycle-slide-active {  }

.subpages {
	position: relative; 
	display: flex; flex-wrap: wrap; justify-content: center; row-gap: 60px; 
	width: 100%; margin: 0 auto; padding: 60px 5vw; box-sizing: border-box; 
}

.subpages.content-fw { row-gap: 16px; width: min(100%, 1800px); }

.subpages .mission { padding: 0; }

/* about-us.htm */
.aboutpage .mission .missionimg, .aboutpage .mission .content-sect { padding: 0; margin: 0; }
.aboutpage .contact-cta { padding: 40px 0 20px 0; }
.team-sect { 
	position: relative; z-index: -1; overflow: hidden; 
	display: flex; flex-direction: column; align-items: flex-start; row-gap: 0; 
	padding: 60px 5vw; box-sizing: border-box; background: #e5e5e5; 
}
.team-cards {
	position: relative; z-index: 3; 
	width: min(100%, 1620px); margin: 0 auto; padding: 20px; box-sizing: border-box; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; 
}
.is-person {
	display: flex; flex-direction: column; align-items: center; justify-content: flex-start; row-gap: 10px; 
	padding: 10px; box-sizing: border-box; margin: 8px; width: 300px; 
	position: relative; background: #4f4f4f; box-shadow: 0 1px 5px rgba(0, 0, 0, .5); transition: .2s ease all; 
}
.is-person img {
	width: 100%; height: 310px; box-sizing: border-box; 
	object-fit: cover; object-position: 50% 20%; 
}
.is-person .person-name, .is-person .person-title {
	font-family: 'industry', sans-serif; line-height: 1.32; 
	text-align: center; letter-spacing: .3px; 
	padding-left: 12px; padding-right: 12px; box-sizing: border-box; 
}
.is-person .person-name { 
	position: relative; width: 100%; 
	color: #fff; font-size: 20px; font-weight: 800; 
	margin: 6px 0 2px 0; padding-bottom: 6px; 
}
.is-person .person-name:after {
	position: absolute; content: ""; left: calc(50% - 60px); width: 120px; bottom: 1px; height: 1px; 
	background: #999; 
}
.is-person .person-title { font-size: 16.5px; color: #eee; }

/* contact-us.htm */
.contactpage {}
#location { align-items: flex-start; padding-left: 2.5vw; padding-right: 2.5vw; row-gap: 24px; }
#location .map-div { width: 50%; height: 625px; padding-right: 12px; }
#location .contact-content { 
	width: 50%; padding: 0 0 0 12px; box-sizing: border-box; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; 
}
#location .contact-content h1.title { width: 100%; margin-bottom: 24px; }
#location .contact-content > div { width: 100%; }
#location .contact-content .content-sect { row-gap: 0; }
#location .contact-content .content-sect > *:not(h4) { margin-bottom: 16px; }

#location .accordion-container { width: 100%; }
#location .accordion.active .accordion-header .accordion-title { font-size: 24px; }
#location .accordion-content { padding-bottom: 14px; }
#location .accordion-content h3.title { font-size: 19px; margin-bottom: 12px; width: 100%; }
#location .accordion-content .listed { margin-bottom: 6px; }

.connect-sect { width: min(80%, 800px); padding: 40px 40px 40px 32px; row-gap: 36px; margin-bottom: 60px; }
.connect-sect .horiz-sect { width: 100%; justify-content: space-around; }
.connect-sect h2.title { width: 100%; }
.connect-sect .lg-icons-row .listed i { font-size: 28px; margin-right: 20px; }

/* Browse by Category / inventory-categories.htm */
.catspage { background: #4f4f4f; }

.cats-sect {
	width: min(100%, 1780px); position: relative; box-sizing: border-box; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; 
	column-gap: min(20px, max(2vw, 8px)); row-gap: min(20px, max(2vw, 8px)); 
}
.is-cat {
	width: min(280px, calc(25% - min(20px, max(2vw, 8px)))); position: relative; 
	display: flex; flex-direction: column; align-items: stretch; justify-content: center; 
	box-sizing: border-box; min-height: 240px; box-shadow: 0 1px 4px rgba(0, 0, 0, .3); 
	transition: .15s ease all; 
}
.is-cat:before, .is-cat:after {
	position: absolute; content: ""; z-index: 2; left: 0; width: 100%; height: 50%; 
	background: rgba(255, 255, 255, .55); transition: .25s ease all; 
}
.is-cat:before { top: 0; }
.is-cat:after { bottom: 0; }
.is-cat img {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; box-sizing: border-box; 
}
.is-cat .cat-title {
	position: relative; z-index: 3; 
	font-family: 'industry', sans-serif; font-weight: 800; line-height: 1.28; 
	text-align: center; color: #000; font-size: 20px; letter-spacing: .5px; 
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5), 0 0 8px rgba(255, 255, 255, .5); 
	display: flex; justify-content: center; align-items: center; 
	padding: 24px 16px; box-sizing: border-box; 
}
.is-cat:hover { box-shadow: 0 3px 4px rgba(0, 0, 0, .5); transition: .3s ease all; }
.is-cat:hover:before, .is-cat:hover:after { height: 12%; background: rgba(255, 255, 255, .7); transition: .4s ease all; }
.is-cat:hover .cat-title { color: #fff; text-shadow: 1px 1px 0 #000, 0 0 6px #000, 0 0 8px #000; transition: .3s ease all; }

/* locations.htm */
.subhero.biggest-map { height: 400px; padding: 0; }
.locationspage { padding: 0; row-gap: 0; }
.locationspage .content-fw { padding: 60px 5vw; }
.loc-btns { padding: 20px; }
.locations-holder {
	display: flex; flex-direction: column; align-items: center; row-gap: 32px; 
	width: 100%; padding: 60px 32px; box-sizing: border-box; 
	background: #3f3f3f; background-image: url('/siteart/bg-dark-tree.jpg'); background-attachment: fixed; 
	background-size: cover; background-position: center; background-repeat: no-repeat; 
}
.loc-wrapper {
	display: flex; justify-content: center; box-sizing: border-box; width: 100%; 
}
.is-loc {
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; align-content: flex-start; 
	box-sizing: border-box; width: min(100%, 1250px); 
	border: 1px solid #ddd; background: #fff; box-shadow: 0 2px 8px #000; 
}
.is-loc h2.title { 
	width: calc(100% + 2px); margin: -1px -1px 0 -1px; 
	padding: 16px 21px; background: #f68b29; font-size: 28px; 
}
.loc-inf {
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
	padding: 24px; box-sizing: border-box; width: 40%; 
}
.loc-inf h3.title, #location h3.title { font-size: 22px; }
.loc-inf h3.title { margin-bottom: 12px; }
.loc-inf .listed { padding: 8px; margin: 4px 4px 10px 4px; }
.loc-inf .line-break { margin: -1px 0; }
.loc-inf h4.title, #location h4.title { font-size: 18px; margin: 12px 0; }

ul.hours-table {
	display: flex; flex-direction: column; align-items: stretch; justify-content: center; 
	box-sizing: border-box; margin-bottom: 12px; 
}
ul.hours-table li { display: flex; align-items: center; }
ul.hours-table li:nth-child(even) { background: #f8f8f8; } 
ul.hours-table li span {
	display: flex; justify-content: flex-start; align-items: center; 
	padding: 4px 8px; box-sizing: border-box; 
	font-family: 'industry', sans-serif; font-size: 15px; 
	font-weight: 400; line-height: 1.3; color: #000; 
}
ul.hours-table li span.weekday { width: 180px; }
ul.hours-table li span:not(.weekday) { width: 96px; }

.loc-inf .btnclass { margin: 12px 0; }
.is-loc .map-div { width: 60%; height: 412px; padding: 24px; }
.is-loc .team-div {
	width: 100%; padding: 24px; box-sizing: border-box; 
	flex-wrap: wrap; justify-content: flex-start; align-items: stretch; 
}
.is-loc .is-person { 
	align-items: flex-start!important; width: 220px!important; 
	background: none!important; margin: 0!important; box-shadow: none!important; 
}
.is-loc .is-person img { width: 100%!important; height: 240px!important; }
.is-loc .is-person span { text-align: left!important; padding: 0!important; }
.is-loc .is-person .person-name { width: unset!important; color: #bd5b00!important; font-size: 18.5px!important; }
.is-loc .is-person .person-name:after { left: 0!important; width: 80px!important; background: #858585!important; }
.is-loc .is-person .person-title { color: #333!important; }
.is-loc .btn-condensed { margin-left: 32px; margin-bottom: 32px; }

/* financing.htm */
.financingpage {}
.qr-sect {
	display: flex; justify-content: center; align-items: center; column-gap: 60px; row-gap: 60px; 
	box-sizing: border-box; 
}
.qr-sect .content-sect { width: min(800px, calc(100% - 340px)); }
.qr-sect .qr-image { 
	width: 280px; box-sizing: border-box; 
	display: flex; justify-content: center; align-items: center; 
}
.qr-sect .qr-image img {
	object-fit: contain; object-position: 0% 50%; width: min(100%, 160px); height: auto; box-sizing: border-box; 
}

.financingpage .support-sect .orange-border-box { width: min(50%, 400px); }

.financing-iframe iframe { height: 1100px; }

/* mailing-list.htm */
.mailinglistpage.form-div { padding-top: 80px!important; padding-bottom: 80px!important; }
.mailinglistpage .form-shadow { max-width: 850px; }

/* Our Products / Our Brands / Browse by Brand / our-brands.htm */
.brandspage {}
.brandspage .is-feat-brand { width: min(calc(50% - 36px), 560px); margin: 16px 12px; }
.orange-border-box.is-feat-brand { padding: 0 0 32px 0; }
.orange-border-box.is-feat-brand img {
	position: relative; height: 160px; object-fit: contain; margin-bottom: 12px; background: #fff; 
	padding: 0 24px; box-sizing: border-box; 
}
.orange-border-box.is-feat-brand p { padding: 0 32px 12px 24px; box-sizing: border-box; }
.orange-border-box.is-feat-brand .btnclass { margin: 0 32px 0 24px; }

.brandspage .addtl-sect {
	width: 100%; position: relative; 
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center; 
	column-gap: 24px; row-gap: 20px; 
}
.brandspage .addtl-sect .brands-slider-a {
	width: calc(20% - 20px); margin: 0; 
}

/* Brand "showroom" Spotlight pages */
.mission.is-logo-mission .content-sect { padding: 0; }
.mission.is-logo-mission .missionimg { margin: 0; }

.missionimg-logo { min-height: unset; height: 240px; }
.missionimg-logo img { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-position: center; 
	
	background: #fff; object-fit: contain; padding: 32px; box-sizing: border-box; 
}

.tigercatpage {}
.hitachipage {}

/* Forestry / Construction Equipment Landing pages forestry-equipment.htm & construction-equipment.htm */
.catlandingpage {  }

.forestrypage {}
.constructionpage {}

/* parts.htm */
.partspage {}
.partspage ul.bullet-list { }

ul.bullet-list { list-style: disc; width: 100%; margin: 12px auto 12px 36px; }
ul.bullet-list li {
	font-family: 'industry', sans-serif; font-size: 17px; 
	font-weight: 500; line-height: 1.3; color: #000; margin-bottom: 4px; 
}

.partspage .cards-img { object-fit: contain; max-width: 100%; margin-right: auto; }

/* service.htm */
.servicepage {}

/* thank-you.htm */
.thankyoupage {}

/* recommended styles */
.margt-60 { margin-top: 60px; }

/* forced styles */
.txt-bold, .listed.txt-bold, .listed .txt-bold { font-weight: 900!important; }
p.txt-bold, p .txt-bold { font-weight: 700!important; }
.txt-dorange { color: #bd5b00!important; }
.text-align-center { text-align: center!important; }

.line-break { 
	font-size: 4px!important; line-height: 2px!important; color: rgba(0, 0, 0, 0)!important; 
	width: 100%!important; display: block!important;
}

i.fab { font-weight: 500!important; }

.bg-white { background: #fff; }

/*--------FORM STYLES--------------------*/
.form-div { 
	position: relative; 
	width: 100%; display: flex; justify-content: center; align-items: stretch; 
	padding: 60px max(5%, calc(50vw - 550px)); box-sizing: border-box; margin: 0 auto; 
	overflow: hidden; 
}
.form-div:after {
	position: absolute; z-index: 2; content: ""; top: 0; left: 0; width: 100%; height: 100%; 
	background: #f68b29; background-image: url('/siteart/bg-forms2.jpg'); 
	background-size: cover; background-position: center; background-repeat: no-repeat; 
	background-attachment: fixed; 
}
.form-shadow { 
	position: relative; z-index: 3; 
	display: flex; flex-direction: column; align-items: stretch; 
	background: rgba(255, 255, 255, .85); box-shadow: 0 2px 8px rgba(0, 0, 0, .4); 
}
.form-div .content-sect { 
	padding: 60px min(5vw, 60px); justify-content: center; border-bottom: 1px solid #776c66; 
}
.form-div .content-sect .title, .form-div .content-sect p { text-align: center; }
.form-div form { 
	display: flex; flex-wrap: wrap; align-items: flex-start; column-gap: 6px; 
	padding: 30px; box-sizing: border-box; 
	margin: 0; position: relative; 
}

.form-div .title { width: 100%; text-align: left; }
.form-div h3.title { font-size: 22px; }
.form-div h4.title { font-size: 19px; }
.form-div form .title { 
	padding-bottom: 8px; margin: 20px 0 8px 0; border-bottom: 1px solid #bbb; 
}

.form-div form .formrow { display: flex; justify-content: center; width: 100%; }
.form-div form .mailing-list-row { flex-wrap: nowrap; padding: 0 2vw; }
.form-div form .mailing-list-row label { 
	width: unset!important; padding: 12px 10px!important; margin: 12px 0!important; 
	line-height: 20.5px!important; 
}
.form-div form .mailing-list-row input[type="checkbox"] {
	width: 18px; height: 18px; margin: 24px 0!important; 
}
.form-div form .formrow-captcha { display: flex; flex-direction: column; align-items: center; width: 100%; }
.form-div form .formcol-50 { 
	display: flex; flex-direction: column; align-items: stretch; 
	box-sizing: border-box; width: calc(50% - 3px); 
}

.form-div form label { 
	width: 100%; padding: 16px 12px 6px 16px; box-sizing: border-box; color: #000; 
	font-family: 'industry', sans-serif; font-size: 17px; font-weight: 600; 
}
.form-div form input[type="text"], .form-div form input[type="email"], 
.form-div form textarea, .form-div form #CaptchaAnswer { 
	width: calc(100% - 24px); margin: 0px 12px 12px 12px; padding: 12px; box-sizing: border-box; border: 1px solid #444; 
	font-family: 'industry', sans-serif; font-size: 15px; line-height: 1.4; color: #000; 
}
.form-div form input[type="text"]:focus, .form-div form input[type="email"]:focus, 
.form-div form textarea:focus, .form-div form #CaptchaAnswer:focus { 
	border-color: #000; 
}
.form-div form textarea { height: 120px; }

.form-div form a:not(.invisilink) { margin: 20px 0 0 0; cursor: pointer; }
.form-div form a.btnclass:not(.invisilink) { max-width: 92%!important; margin-bottom: 12px; }
.form-div form .CaptchaMessagePanel { font-family: 'industry', sans-serif!important; color: #000; }
.form-div form #CaptchaAnswer { width: 250px; }
.form-div form div.CaptchaWhatsThisPanel a { 
	font-family: 'industry', sans-serif!important; 
	padding: 12px 20px; box-sizing: border-box; 
}
.form-div form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"] { cursor: pointer; max-width: 92%!important; }

/*-------- FOOTER STYLES ----------------*/
footer {  }

.bandg-footer {
	width: 100%; position: relative; display: flex; flex-direction: column; align-items: stretch; 
	background: #f8f8f8; 
}
.foot-main {
	display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; row-gap: 60px; 
	position: relative; padding: 60px 4.5%; box-sizing: border-box; overflow-x: hidden; 
}
.foot-main:before, .foot-main:after {
	position: absolute; content: ""; top: 0; bottom: 0; width: 1000px; opacity: .08; pointer-events: none; 
	background-image: url('/siteart/tree-shape.png'); background-size: contain; background-repeat: no-repeat; 
}
.foot-main:before { right: calc(100% - 152px); background-position: 100% 50%; }
.foot-main:after { left: calc(100% - 192px); background-position: 0% 50%; }
.footer-logo-div {
	width: 100%; display: flex; justify-content: center; position: relative; z-index: 2; 
}
.footer-logo img { height: 56px; object-fit: contain; }
.foot-col {
	display: flex; flex-direction: column; align-items: center; justify-content: flex-start; 
	width: min(33.333333%, 450px); position: relative; z-index: 2; 
}
.foot-col h4.title { margin-bottom: 12px; }
.foot-col a:not(.listed):not(.icon-link) { 
	color: #000; font-family: 'industry', sans-serif; font-size: 17px; font-weight: 400; text-align: center; 
	display: flex; justify-content: center; align-items: center; min-height: 40px; 
	padding: 2px 8px; box-sizing: border-box; transition: .25s ease all; 
}
.foot-col a:not(.listed):not(.icon-link):hover { color: #bd5b00; padding: 0 8px 4px 8px; transition: .3s ease all; }
.foot-soc { row-gap: 20px; }
.foot-col .listed { font-size: 20px; font-weight: 700; padding: 8px; }
.foot-col .icon-link { font-size: 28px; padding: 8px; }
.foot-col .listed:hover, .foot-col .icon-link:hover { padding-top: 6px; padding-bottom: 10px; }
.foot-soc-soc {
	display: flex; justify-content: center; align-items: center; column-gap: 12px; 
}
.foot-foot { 
	background: #e5e5e5; display: flex; justify-content: center; align-items: center; min-height: 50px; 
	padding: 12px 5vw; box-sizing: border-box; 
}
.foot-foot p { font-size: 15px; text-align: center; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { width: 100%; height: 80px; background: #e5e5e5; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 2000px) {
	.mailing-list-cta { padding-left: calc(50vw - 750px); padding-right: calc(50vw - 750px); }
	
	.used-eq-sect .used-eq-imgs { border-top-left-radius: 50px; }
}

@media only screen and (max-width: 1820px) {
	.team-cards { width: min(100%, 1300px); }
	.is-person { width: calc(25% - 16px); }
}

@media only screen and (max-width: 1670px) {
	.cats-sect { row-gap: 16px; column-gap: 16px; }
	.is-cat { width: calc(25% - 12px); }
}

@media only screen and (max-width: 1650px) {
	.homepage.support-sect .orange-border-box { width: calc(50% - 174px); }
}

@media only screen and (max-width: 1550px) {
	.financing-iframe iframe { height: 1310px; }
}

@media only screen and (max-width: 1350px) {
	h2.title { font-size: 34px; }
	h3.title { font-size: 25px; }
	
	.mailing-list-cta { padding-left: 8%; padding-right: 8%; }
}

@media only screen and (max-width: 1280px) {
	.loc-inf { width: 50%; }
	.is-loc .map-div { width: 50%; height: 478px; }
}

@media only screen and (max-width: 1250px) {
	.hero { height: 480px; }
	.hero-overlay .title { font-size: 46px; }
	
	.support-sect { padding-left: 2.5%; padding-right: 2.5%; }
	
	.team-sect { padding-left: 0; padding-right: 0; }
	.team-sect h2.title, .team-sect p { padding-left: 5vw; padding-right: 5vw; text-align: center; }
	.team-cards { padding-left: 3vw; padding-right: 3vw; }
}

/* switch to mobile nav */
@media only screen and (max-width: 1220px) {
	.nav-div { padding-right: 0; }
	
	.brands-sect .brands-slider { padding: 0 12px; }
}

@media only screen and (max-width: 1200px) {
	.mailing-list-cta { padding-left: 5%; padding-right: 5%; }
	
	.used-eq-sect .used-eq-imgs { width: 40%; padding-top: 40px; padding-bottom: 40px; }
	.used-eq-imgs img { width: calc(50% - 6px); max-height: 350px; }
	.used-eq-sect .content-sect { justify-content: center; width: 60%; }
	
	.subhero { min-height: 350px; }
	
	.loc-inf h3.title, #location h3.title { font-size: 20px; }
	
	.is-cat { min-height: 220px; }
	
	.foot-main { padding-left: 0; padding-right: 0; }
}

@media only screen and (max-width: 1180px) {
	.homepage.support-sect .orange-border-box { width: calc(50% - 12px); }
	.homepage.support-sect .orange-border-box.is-img-box { display: none; }
	
	.team-cards { width: min(100%, 1000px); }
	.is-person { width: calc(33.333333% - 16px); }
}

@media only screen and (max-width: 1150px) {
	.mission { flex-direction: column; align-items: center; padding-top: 0; row-gap: 60px; }
	.mission .content-sect, .mission .missionimg { width: 100%; padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0; }
	.mission .content-sect { order: 1; }
	.mission .missionimg { max-width: 700px; order: 2; }
	.mission .missionimg-logo { max-width: 600px; width: 500px; height: 220px; }
	
	.homepage.mission { padding-top: 60px; }
	
	.homepage.contact-cta { padding-top: 60px; padding-bottom: 60px; }
	
	.inv-btns-sect { flex-wrap: wrap; align-items: flex-start; height: unset; }
	.inv-btns-sect .content-sect { width: 100%; flex-direction: row; justify-content: space-between; align-items: center; column-gap: 40px; padding: 50px 40px; }
	.inv-btns-sect .content-sect h2.title { width: unset; }
	.inv-btn-style { width: 50%; height: 500px; }
	.inv-btn-style:hover:before, .inv-btn-style:hover:after { height: 22.5%; }
	
	.aboutpage .contact-cta { padding-top: 20px; }
	
	.brandspage .addtl-sect .brands-slider-a { width: calc(25% - 18px); }
	
	.is-cat { width: calc(33.333333% - 11px); min-height: 200px; }
	
	.footer-logo img { height: 50px; }
}

@media only screen and (max-width: 1100px) {
	h2.title { font-size: 32px; }
	
	.qr-sect .content-sect { width: calc(100% - 200px); }
	.qr-sect .qr-image { width: 140px; }
}

@media only screen and (max-width: 1080px) {
	.mailing-list-cta { padding-left: 3.5%; padding-right: 3.5%; }
	.mailing-list-cta .content-sect { width: min(520px, calc(100% - 420px)); }
}

@media only screen and (max-width: 1050px) {
	.hero-overlay .title { font-size: 40px; }
	
	.locations-holder { padding-left: 4vw; padding-right: 4vw; }
	.is-loc .map-div { width: 100%; height: 358px; order: 1; }
	.loc-inf { width: 100%; order: 2; }
	.is-loc .team-div { order: 3; }
	.is-loc .btn-condensed { order: 4; }
	
	.brandspage .is-feat-brand { width: min(100%, 650px); margin-left: 0; margin-right: 0; }
	.orange-border-box.is-feat-brand img { height: 140px; }
}

@media only screen and (max-width: 1020px) {
	.financing-iframe iframe { height: 1400px; }
}

@media only screen and (max-width: 1000px) {
	#location .map-div, #location .contact-content { width: 100%; padding: 0; }
	#location .map-div { height: 450px; }
}

@media only screen and (max-width: 980px) {
	.brands-sect .brands-slider { width: min(92%, 800px); }
	.brands-slider .slick-prev { left: -54px; }
	.brands-slider .slick-next { right: -54px; }
	
	.financingpage .support-sect .orange-border-box { width: min(100%, 560px); }
}

@media only screen and (max-width: 950px) {
	.is-person img { height: 260px; }
	
	.foot-main { padding-left: 5%; padding-right: 5%; }
	.foot-main:before { right: calc(100% - 224px); }
	.foot-main:after { left: calc(100% - 284px); }
	.footer-logo-div { order: 1; }
	.foot-soc { order: 2; width: 100%; }
	.foot-nav { order: 3; width: 50%; }
	.foot-inv { order: 4; width: 50%; }
}

@media only screen and (max-width: 920px) {
	.financing-iframe iframe { height: 1550px; }
}

@media only screen and (max-width: 900px) {
	.hero { height: 430px; }
	
	.used-eq-sect { flex-direction: column; }
	.used-eq-sect .used-eq-imgs { width: 100%; border-top-right-radius: 0; padding: 32px 10%; }
	.used-eq-sect .content-sect { width: 100%; padding-left: 5%; padding-right: 5%; }
	
	.subhero { min-height: 300px; }
	
	.is-person .person-name { font-size: 17px; }
	.is-person .person-title { font-size: 14.5px; }
	
	.is-loc .is-person { margin-right: auto!important; }
	
	.brandspage .addtl-sect .brands-slider-a { width: calc(33.333333% - 16px); }
}

@media only screen and (max-width: 850px) {
	.homepage.support-sect .orange-border-box { width: 100%; }
	.homepage.support-sect .orange-border-box.is-img-box { display: flex; width: min(100%, 420px); height: 250px; }
	
	.mailing-list-cta { flex-direction: column; align-items: center; row-gap: 40px; padding: 80px 5%; }
	.mailing-list-cta .content-sect { justify-content: center; width: min(520px, 100%); }
	.mailing-list-cta .title, .mailing-list-cta .content-sect p.subtitle { text-align: center; }
}

@media only screen and (min-width: 801px) {
	.inv-foot-spacer { display: none!important; }
}

@media only screen and (max-width: 800px) {
	h3.title { font-size: 23px; }
	
	.mission .missionimg-logo { max-width: 350px; width: min(350px, 100%); height: 180px; }
	
	.contact-cta p, .homepage.contact-cta p { font-size: 25px; }
	.homepage.contact-cta p { max-width: 620px; }
	.aboutpage .contact-cta p { font-size: 20px; }
	
	.brands-sect { padding-left: 3vw; padding-right: 3vw; }
	.brands-sect .mainline-sect { padding: 40px 5vw 20px 5vw; }
	.mainline-sect .mainline-paragraph { order: 1; width: 100%; }
	.mainline-sect .btnclass { order: 2; margin: 16px 0; }
	.mainline-sect .lg-logos { order: 3; justify-content: space-between; margin-bottom: 0; }
	.lg-logos .lg-logo { width: 30%; }
	.brands-sect h3.title.is-addtl { text-align: center; }
	.brands-sect h3.title.is-addtl, .brands-sect .brands-slider { width: calc(100% - 60px); }
	.brands-slider-a img { height: 100px; }
	.brands-slider .slick-prev { left: -30px; }
	.brands-slider .slick-next { right: -30px; }
	
	.support-sect { padding-left: 5%; padding-right: 5%; }
	.support-sect .orange-border-box { width: 100%; }
	
	.team-cards { width: min(100%, 650px); }
	.is-person { width: calc(50% - 16px); }
	
	.is-cat .cat-title { padding-left: 12px; padding-right: 12px; }
	
	.form-div form { padding-left: 3vw; padding-right: 3vw; }
	
	.financing-iframe iframe { height: 1800px; }
}

@media only screen and (max-width: 750px) {
	.hero { height: 410px; }
	
	.inv-btns-sect .content-sect { flex-direction: column; padding-left: 5vw; padding-right: 5vw; }
	.inv-btns-sect .content-sect h2.title { width: 100%; }
	
	.brandspage .addtl-sect { column-gap: 18px; }
	.brandspage .addtl-sect .brands-slider-a { width: calc(33.333333% - 12px); }
	
	.is-cat { width: calc(50% - 11px); min-height: 160px; }
}

@media only screen and (max-width: 700px) {
	.is-loc .is-person { width: 180px!important; }
	.is-loc .is-person img { height: 210px!important; }
	
	ul.bullet-list { margin-left: 16px; }
	
	.form-div form .formcol-50 { width: 100%; }
	
	.qr-sect { flex-direction: column; }
	.qr-sect .content-sect, .qr-sect .qr-image { width: 100%; }
	.qr-sect .qr-image img { width: min(50%, 184px); }
}

@media only screen and (max-width: 670px) {
	.subhero { min-height: 250px; }
	
	.contact-cta p, .homepage.contact-cta p { font-size: 22px!important; }
	.homepage.contact-cta p { max-width: 550px; }
	
	.brandspage .addtl-sect { column-gap: 12px; }
	.brandspage .addtl-sect .brands-slider-a { width: calc(50% - 6px); }
}

@media only screen and (min-width: 651px) {
	.mobile-header-logo { display: none!important; }
	.topheader a i { display: none!important; }
}

/* switch to true mobile nav */
@media only screen and (max-width: 650px) {
	.bandg-header { flex-direction: row; height: unset; padding-left: 0; padding-top: 8px; }
	.desktop-header-logo { display: none!important; }
	.topheader, .nav-div { height: 50px; }
	.topheader { border-bottom-left-radius: 0; border-top-right-radius: 16px; padding: 0; }
	.topheader .has-round-corner-mobile { border-top-right-radius: 16px; }
	.topheader a { width: 56px; }
	.topheader a span { display: none!important; }
	.nav-div { width: calc(100% - 112px); padding: 0; }
	
	.hero-slider .slick-prev, .hero-slider .slick-next { transform: none; top: unset; bottom: 0; width: 50px; border-radius: 0; }
	.hero-slider .slick-prev { left: unset!important; right: 50px; }
	.hero-slider .slick-next { right: 0!important; }
	
	.inv-btn-style { width: 100%; height: 380px; }
	.inv-btn-style:hover:before, .inv-btn-style:hover:after { height: 20%; }
	
	.mainline-sect .lg-logos { flex-wrap: wrap; justify-content: center; column-gap: 0; padding-left: 0; padding-right: 0; }
	.lg-logos .lg-logo { width: calc(50% - 12px); margin: 0 6px; }
	
	.is-person .person-name, .is-person .person-title { padding-left: 0; padding-right: 0; }
	
	.loc-btns .btnclass { width: calc(50% - 12px); }
	
	.form-div { padding-left: 16px; padding-right: 16px; }
	.form-div form { padding-left: 2vw; padding-right: 2vw; }
	
	.foot-main:before, .foot-main:after { display: none!important; }
	.foot-nav, .foot-inv { width: 100%; }
}

@media only screen and (max-width: 620px) {
	.financing-iframe iframe { height: 1880px; }
}

@media only screen and (max-width: 580px) {
	h2.title { font-size: 30px; }
	
	.brands-sect .brands-slider { width: min(calc(100% - 60px), 340px); }
	
	.connect-sect { width: 90%; padding-left: 5vw; padding-right: 5vw; }
	.connect-sect .horiz-sect { flex-direction: column; align-items: center; }
}

@media only screen and (max-width: 540px) {
	.is-person img { height: 240px; }
}

@media only screen and (max-width: 500px) {
	.hero-overlay .title { font-size: 36px; }
	
	.is-person img { height: 220px; }
}

@media only screen and (max-width: 480px) {
	.team-cards { flex-direction: column; align-items: center; padding--left: 5vw; padding-right: 5vw; }
	.is-person, .team-div .is-person { width: min(100%, 320px)!important; margin-left: 0; margin-right: 0!important; align-items: center!important; }
	.is-person img, .team-div .is-person img { max-width: 250px!important; height: 100%!important; }
	.is-loc .team-div { justify-content: center; }
	.team-div .is-person span { text-align: center!important; }
	.team-div .is-person .person-name:after { left: calc(50% - 40px)!important; }
	
	.loc-btns .btnclass { width: 100%; }
}

@media only screen and (max-width: 450px) {
	.btnclass { width: 100%; margin-left: auto; margin-right: auto; padding-left: 16px!important; padding-right: 16px!important; text-align: center; }
	.btnclass:hover { padding-left: 16px!important; padding-right: 16px!important; }
	.btnclass:after, a.btnclass:hover:after, button.btnclass:hover:after, input.btnclass:hover:after { display: none!important; opacity: 0!important; width: 0!important; height: 0!important; margin-left: 0!important; }
	.btnclass.btn-has-icon i { display: none!important; }
	
	.orange-border-box.is-feat-brand p, .orange-border-box.is-feat-brand .btnclass { width: calc(90%); margin: 0 auto; }
	.orange-border-box.is-feat-brand p { padding-left: 0; padding-right: 0; }
	.brandspage .addtl-sect { row-gap: 2px; }
	.brandspage .addtl-sect .brands-slider-a { width: min(100%, 200px); }
	
	.hide-team-btn { max-width: calc(100% - 48px)!important; margin-left: 24px!important; }
	
	.footer-logo img { max-width: 80vw; }
}

@media only screen and (max-width: 410px) {
	.used-eq-imgs img { width: 100%; max-width: unset; }
	
	ul.hours-table li span, ul.hours-table li span.weekday, ul.hours-table li span:not(.weekday) { width: unset; flex-grow: 1; }
}

@media only screen and (max-width: 400px) {
	.is-cat { width: 100%; min-height: 100px; }
	
	.qr-sect .qr-image img { width: min(80%, 184px); }
}

@media only screen and (max-width: 380px) {
	.financing-iframe iframe { height: 2100px; }
}

@media only screen and (max-width: 350px) {
	.lg-logos .lg-logo { width: 100%; }
}

@media only screen and (max-width: 300px) {
	.mobile-header-logo { width: 100%; padding: 0 5%; margin: 0; }
	.topheader { display: none!important; }
	.nav-div { width: 100%; }
}






