﻿/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; } ol, ul { list-style: none; } table { border-collapse: collapse; width: 100%; } td { vertical-align: top; }
/* Make HTML 5 elements display block-level for consistent styling */ header, nav, article, footer, address { display: block; } 
/***** END RESET *****/
::-moz-selection { background: #000;  color: #fff; text-shadow: none; } 
::selection { background: #000; color: #fff; text-shadow: none; }
/* Clearfix */
.cf: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 {  }

.performance-header {
	position: relative; z-index: 1004; padding: 36px max(6%, calc(50% - 900px)) 0 max(6%, calc(50% - 1000px)); 
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center; row-gap: 24px; 
	margin-bottom: -182px; filter: drop-shadow(0 0 12px #000); 
}
.header-logo { margin-right: auto; }
.header-logo img { object-fit: contain; object-position: 0% 50%; width: 300px; }
.header-soc { display: flex; justify-content: flex-end; align-items: stretch; column-gap: 20px; }
.header-soc .listed { padding: 0 20px; text-align: center; color: #dfdfdf; text-shadow: 1px 1px 0 #000; }
.header-soc .listed.is-icon-only { padding: 0; width: 50px; }
.header-soc .listed i { border: none; }
.header-soc .listed.is-phone { font-size: 19px; }
.header-soc .listed:not(.is-phone) { font-size: 17px; }
.header-soc a.listed:hover i { background: none; border: none; color: #ff5808; }
.nav-div {
	position: relative; max-width: min(1500px, 90%); height: 70px; margin: 0 5%; 
	display: flex; justify-content: center; align-items: stretch; 
}
.nav-div:after, .performance-header:after {
	position: absolute; z-index: 1; content: ""; top: 100%; left: 50%; transform: translateX(-50%); 
	height: 2px; background: #dfdfdf; box-shadow: 0 1px 6px rgba(0, 0, 0, .8); 
}
.nav-div:after { width: 110%; }
.performance-header:after { width: 90%; }

/* Site Colors: 
	
	--> Orange: #ff5808; <--
	White & Black Compliant Orange (unused): #d14807; 
	Light Gray: #dfdfdf; 
	Med-Light Gray: #bbb; 
	Med Gray: #787878; 
	Not-Black: #282828; 
*/
/*---BODY--------------------------------*/
/* Text / Titles / Paragraphs / <h1><h2><h3><h4> / <p> */
.txt-default, .content-sect p, .listed, ul.hours, ul.pricing-table, .subhero p, .form-sect p {
	font-family: 'familjen-grotesk', sans-serif; font-size: 17px; font-weight: 400; 
	line-height: 1.15; color: #000; text-align: left; 
}

.title, li.pricing-header {
	font-family: 'Urbane', sans-serif; font-weight: 700; line-height: 1.2; 
	font-style: italic; color: #000; text-align: left; 
}
h1.title, .lg-title, h2.lg-title, h3.lg-title, h4.lg-title { font-size: 42px; }
h2.title { font-size: 36px; }
h3.title, .med-title, h1.med-title, h2.med-title, h4.med-title { font-size: 32px; }
h4.title, .sm-title, h1.sm-title, h2.sm-title, h3.sm-title { font-size: 26px; }

.subtitle, .listed-title {
	font-family: 'familjen-grotesk', sans-serif; font-weight: 700; color: #000; 
	text-transform: uppercase; text-align: left; letter-spacing: 2px; 
}

/* buttons / links / <a> / ctas */
.btnclass, ul.filter-media-types li a {
	position: relative; padding: 11px 36px; background: #ff5808; color: #000; 
	display: flex; justify-content: center; align-items: center; 
	font-family: 'Urbane', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: -.25px; 
	text-align: center; text-transform: uppercase; transition: .25s ease all; 
}
.btnclass:hover, ul.filter-media-types li a:hover { 
	background: #282828; color: #fff; letter-spacing: .75px; transition: .35s ease all; 
}

.listed {
	display: flex; justify-content: center; align-items: center; column-gap: 12px; 
	font-size: 18px; min-width: 50px; min-height: 50px; transition: .25s ease all; 
}
.listed i {
	width: 40px; height: 40px; text-align: center; border: 1px solid #000; 
	display: flex; justify-content: center; align-items: center; 
	transition: .25s ease all; 
}
.listed.is-phone { font-weight: 700; }
a.listed:hover, a.titled-listed:hover .listed { color: #ff5808; transition: .35s ease all; }
a.listed:hover i, a.titled-listed:hover .listed i { 
	border-color: #ff5808; background: #ff5808; color: #000; transition: .35s ease all; 
}

.titled-listed {
	padding: 8px 12px 8px 0; display: flex; flex-direction: column; align-items: flex-start; row-gap: 12px; 
}
.listed-title { color: #000; font-size: 20px; }
.titled-listed .listed { margin-left: 12px; }

.invisilink {
	font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; 
	letter-spacing: inherit; color: inherit; display: inline; transition: .2s ease all; 
}
a.invisilink:hover { color: #ff5808; }

/* hours */
ul.hours {
	display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; 
	font-size: 17px; line-height: 20px; 
}
ul.hours li {
	display: flex; flex-direction: row; justify-content: flex-start; 
	padding: 6px 8px; transition: .25s ease all; 
}
ul.hours li div { display: flex; flex-grow: 1; }
ul.hours li.has-lunch { flex-direction: column; }
ul.hours li span.day { display: flex; width: 145px; }
ul.hours li span.lunch { padding-top: 4px; padding-left: 8px; opacity: .8; font-size: 14px; }
ul.hours .lunch-time { display: flex; flex-wrap: wrap; column-gap: 10px; }
ul.hours li:hover { background: rgba(0, 0, 0, .2); }

/* sections */
.content-sect {
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; row-gap: 16px; 
}
.content-sect.center-style, .subpages.content-sect.center-style { align-items: center; justify-content: center; }

.content-sect p { width: 100%; }

.content-sect.center-style .title, .content-sect.center-style p { text-align: center; }

.horiz-sect {
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; column-gap: 24px; row-gap: 24px; 
}
.horiz-sect.center-style, .content-sect.center-style .horiz-sect { justify-content: center; }
.content-sect .horiz-sect.center-style { width: 100%; }

.mission { width: 100%; display: flex; align-items: center; row-gap: 60px; }
.mission .content-sect { width: 50%; }
.mission .missionimg { position: relative; width: 50%; }

.missionimg img, .hero img, .subhero img, .fancy-mission img, .offering img, .lg-cta img {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}

.fancy-mission { position: relative; padding: 170px 5%; }
.fancy-mission img { filter: brightness(.6); }
.fancy-mission > *:not(img) { position: relative; z-index: 1; }
.fancy-mission .title, .fancy-mission p, .fancy-mission .horiz-sect { width: min(100%, 900px); }

/* Homepage - default.htm */
.hero, .subhero {
	position: relative; z-index: 1; width: 100%; height: min(800px, 100vh); background: #000; 
	padding: 240px max(10%, calc(50% - 1000px)) 80px max(10%, calc(50% - 1000px)); 
	display: flex; justify-content: flex-start; align-items: center; 
}
.hero:before, .subhero:before {
	position: absolute; z-index: 2; content: ""; top: 0; left: 0; width: 100%; height: 240px; 
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .85) 85%); 
}
.hero:after, .subhero:after {
	position: absolute; z-index: 2; content: ""; top: 0; left: 0; width: 40%; height: 100%; 
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0) 100%); 
}
.hero img { /*filter: brightness(.9);*/ }
.hero img.overlay {
	position: absolute; top: unset; left: unset; right: 0; bottom: 0; width: 50%; 
	object-fit: contain; object-position: center; padding: 240px max(7%, calc(50% - 1000px)) 80px 0; 
}
.hero-overlay, .subhero > *:not(img) { position: relative; z-index: 3; width: min(100%, 530px); }
.hero-overlay p { font-size: 21px; width: min(100%, 370px); }

.inv-btns-sect {
	position: relative; width: 100%; padding: 60px max(6.5%, calc(50% - 1000px)); 
	display: flex; justify-content: center; align-items: stretch; column-gap: max(2%, 60px); row-gap: 40px; 
}
.inv-style {
	position: relative; padding: 8px; width: 300px; margin: 16px 0; object-fit: contain;
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; 
	transition: .5s ease all; 
}
.inv-style img {
	display: block; position: relative; z-index: 1; width: calc(100% - 12px); height: 170px; 
	object-fit: contain; object-position: 0% 100%; padding-left: 12px; margin-bottom: -26px; 
	transition: .25s ease all; 
}
.inv-style span {
	position: relative; background: rgba(255, 255, 255, .8); transition: .25s ease all; 
	display: flex; justify-content: flex-start; align-items: center; 
}
.inv-style span.subtitle { z-index: 3; font-size: 19px; line-height: 1px; height: 24px; padding: 4px 6px; }
.inv-style span.title { 
	z-index: 2; padding: 4px 6px; font-size: 28px; line-height: 32px; letter-spacing: 1.8px; text-transform: uppercase; 
}

.inv-style:hover img { 
	margin-right: -14px; margin-left: 6px; width: calc(100% + 8px); transition: .4s ease all; 
}
.inv-style:hover span.title { font-size: 31px; letter-spacing: .5px; }

.inv-btns-sect .lg-cta { width: 40%; flex-grow: 1; max-width: 600px; }

.lg-cta {
	position: relative; padding: 24px; background: #ff5808; border-radius: 12px; 
	display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 4px; 
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3); overflow: hidden; transition: .25s ease all; 
}
.lg-cta img { border-radius: 12px; opacity: .2; transition: .3s ease all; }
.lg-cta > *:not(img) { position: relative; z-index: 2; }
.lg-cta .subtitle { font-size: 22px; }
.lg-cta .title { font-size: 28px; text-transform: uppercase; letter-spacing: 1.5px; transition: .25s ease all; }
a.lg-cta:hover { background: #e64f07; transition: .5s ease all; }
a.lg-cta:hover img { width: 110%; height: 110%; left: -5%; top: -5%; transition: .5s ease all; }
a.lg-cta:hover .title { letter-spacing: 3px; transition: .5s ease all; }

.offerings-slider-sect {
	position: relative; width: 100%; min-height: 650px; display: flex; align-items: stretch; 
}
.offering-sect-left { 
	position: relative; z-index: 5; width: 40%; padding: 100px 5%; 
	display: flex; justify-content: flex-end; align-items: center; 
	background: #f7f9f9; background-image: url('/siteart/bg-hexagons.jpg'); background-size: cover; 
	background-position: 100% 50%; background-repeat: no-repeat; 
}
.offering-sect-left .content-sect { width: min(100%, 544px); }

.offerings-slider { position: relative; z-index: 2; width: 60%;background:#000; }

.offerings-slider .carousel { width: 100%; height: 100%; }
.offerings-slider .flickity-prev-next-button { display: none!important; }
.offerings-slider .carousel-cell {
	width: 100%; height: 100%; 
	display: flex; flex-direction: column; align-items: center; justify-content: stretch; row-gap: 16px; 
}
.offerings-slider .carousel-cell img { 
	position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}
.offerings-slider .carousel-cell .content-sect { 
	position: relative; z-index: 3; width: 100%; height: calc(100% - 84px); padding: 40px min(5%, 40px); 
}

.offerings-slider .subtitle { font-size: 26px; }
.offerings-slider .title { font-size: 40px; text-transform: uppercase; letter-spacing: 1px; }

.homepage.fancy-mission { padding-bottom: 240px; background:#000;}

/* subpages */
.subhero {
	height: unset; padding-top: 260px; 
	display: flex; flex-direction: column; align-items: flex-start; row-gap: 16px; 
}
.subhero img { opacity: .9; }
.subhero > *:not(img) { width: unset; }

.fullpage-subhero { padding-top: 300px; padding-bottom: 200px; }
.fullpage-subhero:after { width: 100%; background: rgba(0, 0, 0, .35); background-image: none; }

.subpages { width: 100%; position: relative; background: #f7f9f9; display: flex; }
.subpages.content-sect { align-items: flex-start; padding: 60px max(5%, calc(50% - 900px)) 130px max(5%, calc(50% - 900px)); }
.subpages.content-sect.not-fullpage { padding-bottom: 60px; }

.listed-boxes {
	width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; 
}
.listed-boxes > div, .listed-boxes > a { width: calc(25% - 16px); margin: 8px; display: flex; }

/* about-us.htm */
.aboutpage {}

/* contact-us.htm */
.contactpage {}

#location { padding: 60px 5%; align-items: stretch; }
#location .content-sect { width: 40%; }
#location .content-sect .titled-listed { margin: 4px 0; }
#location .map-div { width: 60%; }
.map-div { display: flex; justify-content: stretch; align-items: stretch; }
.map-div iframe { 
	width: 100%; min-height: 400px; border: 1px solid #000!important; padding-right: 1px; box-sizing: border-box; 
}

/* financing.htm */
.financingpage {}

.financingpage.form-sect { align-items: center; }

.financingsubpage.form-sect { padding: 0; }
.financingsubpage.form-sect .content-sect, .financingsubpage.form-sect form { 
	padding-left: max(10%, calc(50% - 500px)); padding-right: max(10%, calc(50% - 500px)); 
}
.financingsubpage.form-sect .content-sect { padding-top: 60px; }
.financingsubpage.form-sect form { padding-bottom: 150px; }
.financingsubpage.form-sect form label:not(.is-currency) { padding-top: 8px; }

/* /financing/individual-application.htm */
.financingpage {}
.financingsubpage {}
.individualapppage {}

/* /financing/joint-application.htm */
.financingpage {}
.financingsubpage {}
.jointapppage {}

/* newsletter.htm */
.newsletterpage { padding-top: 260px!important; row-gap: 0; }

/* previous-builds.htm */
.buildspage {}

	/* general accordion */
.accordion:not(.active) .accordion-header { cursor: pointer; }
.accordion:not(.active) .accordion-content, .accordion:not(.active) .accordion-content-flexer { display: none; }
.accordion.active .accordion-content { display: block!important; position: relative; }
.accordion.active .accordion-content-flexer { position: relative; display: flex; align-items: flex-start; }

.builds-accordion {
	position: relative; width: 100%; margin: 0 auto; 
	display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: flex-start; 
	column-gap: 32px; row-gap: 30px; 
}
.builds-accordion .accordion {
	background: #f0f0f0; border: 1px solid #f0f0f0; 
	display: flex; flex-direction: column; align-items: stretch; 
}
.builds-accordion .accordion:not(.active) { width: calc(50% - 16px); }
.builds-accordion .accordion-header:not(.btnclass) {
	position: relative; padding: 32px; 
	display: flex; flex-direction: column; align-items: stretch; row-gap: 32px; 
	background: #fff; border: 1px solid #fff; box-shadow: 0 0 8px rgba(0, 0, 0, .05); transition: .4s ease all; 
}
.builds-accordion .accordion-header:not(.btnclass):hover { 
	cursor: pointer; box-shadow: 0 2px 20px rgba(0, 0, 0, .3); transition: .4s ease all; 
}

.builds-accordion .accordion-header:not(.btnclass) img {
	position: relative; width: 100%; height: 300px; object-fit: cover; object-position: center; 
}
.builds-accordion .build-title { flex-grow: 1; justify-content: center; }
.builds-accordion .build-title .title { font-size: 24px; }
.builds-accordion .build-title .subtitle { font-size: 19px; }

.builds-accordion .accordion.active { width: 100%; }
.builds-accordion .accordion.active .accordion-header:not(.btnclass) { display: none!important; }
.builds-accordion .accordion.active .accordion-content { background: #fff; }
.builds-accordion .accordion.active .accordion-content-flexer {
	padding: 32px; display: flex; flex-direction: column; align-items: stretch; row-gap: 40px; 
}
.builds-accordion .accordion-content-flexer .accordion-content-header { 
	display: flex; justify-content: space-between; align-items: center; column-gap: 30px; 
}
.builds-accordion .accordion-content-flexer .accordion-content-header .build-title { flex-grow: 1; padding-left: 5px; }
.builds-accordion .accordion-content-flexer .accordion-content-header .horiz-sect { 
	width: min(200px, 100%); justify-content: flex-end; padding-right: 5px; 
}
.builds-accordion .accordion-content-flexer .content-sect { padding: 0 5px; }
.builds-accordion .accordion-content-flexer .gallery {  }

.builds-accordion .accordion.active .gallery { 
	position: relative; text-align: center; 
	display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: stretch; 
}
.builds-accordion .accordion.active .gallery .build-image { 
	width: calc(25% - 10px); margin: 5px; position: relative; height: 240px; display: flex; transition: .3s ease all; 
}
.builds-accordion .img-wrapper img { 
	height: 240px; object-fit: cover; 
}

.accordion-header.btnclass { cursor: pointer; }

	/*--- galleryscript.js ---*/
#Gallery {  }
.img-overlay { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
	display: flex; justify-content: center; align-items: center; 
	background: rgba(0,0,0,0.7); opacity: 0; 
}
.img-overlay i { color: #fff; font-size: 2.5em; }
#overlay { 
	background: rgba(0,0,0,0.7); width: 100%; height: 100%; position: fixed; z-index: 1005; top: 0; left: 0; 
	display: flex; justify-content: center; align-items: center; 
	/* Removes blue highlight */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; 
	box-sizing: border-box; 
}
#overlay img { margin: 0; width: 80%; height: auto; max-height: 100vh; object-fit: contain; padding: min(5%, 100px); }
#prevButton, #nextButton { color: #fff; font-size: 2em; transition: opacity 0.8s; cursor: pointer; }
#prevButton:hover, #nextButton:hover { opacity: 0.7; }
#exitButton { color: #fff; font-size: 2em; transition: opacity 0.8s; position: absolute; top: 15px; right: 15px; cursor: pointer; }
#exitButton:hover { opacity: 0.7; }

	/* galleryscript2.js */
.openDiv {
	position: fixed; z-index: 1005; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .7); 
	display: flex; justify-content: center; align-items: center; 
}
.openDiv img { 
	position: relative; z-index: 2; width: min(80%, 1800px); height: 90%; 
	object-fit: contain; object-position: center; 
}
.openDiv .butonsSection {
	position: absolute; z-index: 3; top: 50%; left: 0; width: 100%; transform: translateY(-50%); 
	display: flex; justify-content: space-between; align-items: center; 
	padding: 0 max(1%, calc(50% - 900px)); pointer-events: none; 
}
.openDiv .butonsSection button {
	position: relative; padding: 40px 20px; transform: scale(1,1.7); 
	display: flex; justify-content: center; align-items: center; 
	background: none; color: #fff; border: none; outline: none; 
	font-size: 22px; pointer-events: all; cursor: pointer; transition: .25s ease all; 
}
.openDiv .butonsSection button:hover { 
	background: rgba(0, 0, 0, .5); color: #fff; border: none; outline: none; 
}
.openDiv .closeBtn {
	position: absolute; top: 0; right: max(0px, calc(100% - 1950px)); width: 60px; height: 60px; 
	display: flex; justify-content: center; align-items: center; 
	background: none; color: #fff; border: none; outline: none; 
	font-size: 22px; cursor: pointer; transition: .25s ease all; 
}
.openDiv .closeBtn:hover {
	background: rgba(0, 0, 0, .5); color: #fff; border: none; outline: none; 
}

/* showhauler-showroom.htm */
.showhaulerpage {}

/* all showroom pages except the landing: showrooms.htm */
.showroompage {}
.showroompage.content-sect { padding-bottom: 24px!important; }
.showroompage .lightbox-list { padding: 0 max(4.5%, calc(50% - 1000px)) 130px max(4.5%, calc(50% - 1000px)); }

.showroompage.img-wrapper img { height: auto; min-height: 240px; object-fit: contain; }

	/* pull-up tabs */
.filter-media-types-div { width: 100%; margin: 40px 0 0 0; }
.filter-media-types-div ul.filter-media-types { width: 100%; row-gap: 12px; }
.filter-media-types-div ul.filter-media-types li { 
	width: min(250px, calc(25% - 20px)); 
	display: flex; justify-content: center; align-items: center; 
}
.filter-media-types-div ul.filter-media-types li.showing a { background: #282828; color: #fff; letter-spacing: .75px; }
.filter-media-types-div ul.filter-media-types li:hover {}
.filter-media-types-div ul.filter-media-types li a { width: 100%; }

.lightbox-list { 
	position: relative; width: 100%; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; 
}

	/* media "cards" (individual divs for each media element) */
.indi-media { 
	width: calc(33.333333% - 20px); margin: 10px; padding: 20px; box-sizing: border-box; 
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; row-gap: 12px; 
	background: #fff; border: 1px solid #f0f0f0; 
}
.indi-media .title { font-size: 20px; padding-top: 8px; }
.indi-media .subtitle { font-size: 18px; }
.img-wrapper { 
	position: relative; width: 100%; cursor: pointer; pointer-events: none; 
	display: flex; justify-content: center; 
}
.img-wrapper img { 
	position: relative; width: 100%; height: auto; min-height: 240px; 
	object-fit: contain; object-position: center; pointer-events: all; cursor: pointer; 
}
.indi-media a.btnclass { margin-top: 10px; max-width: 100%; }

div.indi-media.f-media:not(.showing) { display: none; }

/* showrooms.htm */
.showroomspage { background: #fff; }
.showroomspage .btns-holder { width: 100%; column-gap: 10%; row-gap: 50px; }

/* storage.htm */
.storagepage {}

.storage-tables {
	width: 100%; padding: 20px 0; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; column-gap: 32px; row-gap: 40px; 
}

.storage-tables .pricing-table { width: max(400px, min(600px, calc(50% - 20px))); }

.pricing-table {
	display: flex; flex-direction: column; align-items: stretch; 
}
.pricing-table li {
	display: flex; justify-content: flex-start; align-items: stretch; 
	border-bottom: 1px solid #777; transition: .15s ease all; 
}
.pricing-table li:not(.pricing-header):hover { background: rgba(0, 0, 0, .025); }
.pricing-table li.pricing-header { font-size: 20px; padding: 12px 4px; }
.pricing-table li span { font-size: 16px; padding: 12px 2px 6px 2px; }
.pricing-table li span.pricing-label { width: min(73%, calc(100% - 140px)); padding-right: 16px; }
.pricing-table li span.pricing-price { width: max(27%, 140px); }

/* thank-you.htm & newsletter-thank-you.htm */
.thankyoupage {}

/* recommended styles */
.center-style, .center-style .title, .center-style .subtitle, .center-style p, 
.title.center-style, .subtitle.center-style, p.center-style, .form-sect form p.center-style, 
.offerings-slider .title, .offerings-slider .subtitle, .offerings-slider p { text-align: center; }

.hero-overlay .title, .hero-overlay .subtitle, .hero-overlay p, 
.subhero .title, .subhero .subtitle, .subhero p, 
.is-dark-bg .title, .is-dark-bg .subtitle, .is-dark-bg p, 
.offerings-slider .title, .offerings-slider .subtitle, .offerings-slider p { 
	color: #fff; text-shadow: 1px 1px 0 #000, 0 0 12px #000; 
}
.hero-overlay .btnclass, .subhero .btnclass, .is-dark-bg .btnclass, .offerings-slider .btnclass { box-shadow: 0 2px 12px #000; }

/* forced styles */
.txt-bold, .listed.txt-bold, .listed .txt-bold { font-weight: 700!important; }

.txt-nobreak { white-space: nowrap!important; }

/*--------FORM STYLES--------------------*/
.form-sect { 
	display: flex; flex-direction: column; align-items: stretch; 
	padding: 60px max(5%, calc(50% - 550px)) 130px max(5%, calc(50% - 550px)); width: 100%; position: relative; 
	background: #282828; 
}
.form-sect:after {
	position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; 
	background-image: url('/siteart/hero1.jpg'); 
	background-size: cover; background-repeat: no-repeat; background-attachment: fixed; 
}
.form-sect > * { position: relative; z-index: 3; background: rgba(255, 255, 255, .85); }
.form-sect .content-sect { padding: 40px 60px; }
.form-sect form .section-title { 
	width: 100%; font-size: 28px; margin: 80px 0 0 0; color: #000; position: relative; padding-bottom: 12px; text-align: center; 
	display: flex; justify-content: center; align-items: center; column-gap: 24px; 
}
.form-sect form .section-title:before, .form-sect form .section-title:after { 
	position: relative; content: ""; flex-grow: 1; height: 1px; background: #303030; 
}

.form-sect form .sm-title { font-size: 22px; margin: 24px 0 8px 0; position: relative; width: 100%; }
.form-sect form .has-overline { margin: 40px 0 0 0; padding-top: 40px; }
.form-sect form .has-overline:before { 
	position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 1px; background: #404040; 
}

.form-sect form p { width: 100%; text-align: left; margin: 22px 0 2px 0; }
.form-sect form { 
	display: flex; flex-wrap: wrap; justify-content: flex-start; column-gap: 24px; 
	padding: 0 50px 40px 50px; 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(50% - 8px)!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, .form-sect form .money-input .is-currency { 
	width: 100%; margin: 22px 0 2px 0; box-sizing: border-box; display: flex; 
	color: #000; font-family: 'Urbane', sans-serif; font-size: 17px; font-weight: 700; font-style: italic; 
}
.form-sect form select { 
	width: calc(100% - 2px); margin: 8px 0; padding: 10px; box-sizing: border-box; height: 47px; 
	border-radius: 0; border: 1px solid #fff; border-right: 10px solid #fff; outline: 1px solid #000; 
	color: #000; font-family: 'Urbane', sans-serif; font-size: 16px; font-variation-settings: "wght" 400!important; 
	text-align: left; 
}
.form-sect form input[type="text"], .form-sect form input[type="email"], 
.form-sect form input[type="date"], .form-sect form textarea, .form-sect form #CaptchaAnswer { 
	width: 100%; padding: 11px; margin: 8px 0; box-sizing: border-box; 
	font-family: 'familjen-grotesk', sans-serif; font-size: 16px; font-variation-settings: "wght" 400; 
	text-align: left; 
	color: #000; border-radius: 0; border: 1px solid #000; 
}
.form-sect form input[type="text"], .form-sect form input[type="email"], 
.form-sect form input[type="date"], .form-sect form #CaptchaAnswer { height: 48px; }

.form-sect form .checkbox-list { 
	width: 100%; padding: 12px 0 12px 12px; display: flex; flex-direction: column; 
}
.form-sect form .checkbox-holder { 
	width: 100%; margin: 24px auto 16px auto; 
	display: flex; justify-content: center; align-items: center; 
}
.form-sect form input[type="checkbox"] { width: 18px; height: 18px; cursor: pointer; }
.form-sect form .checkbox-holder label { 
	width: unset; cursor: pointer; padding: 8px 12px; margin: 0; font-weight: 500; 
}

.form-sect form .money-input { flex-direction: row; flex-wrap: wrap; }
.form-sect form .money-input .is-currency { 
	width: 26px; text-align: right; padding-right: 10px; 
	display: flex; justify-content: flex-end; align-items: center; 
}
.form-sect form .money-input input { width: calc(100% - 26px); }

.form-sect form textarea { width: 100%; height: 120px; }
.form-sect form a:not(.invisilink) { margin: 28px 0 0 0; cursor: pointer; }
.form-sect form .CaptchaMessagePanel { 
	font-family: 'familjen-grotesk', sans-serif!important; color: #000; font-size: 18px; 
}
.form-sect form #CaptchaAnswer { width: 172px; }
.form-sect form div.CaptchaWhatsThisPanel a { 
	font-family: 'familjen-grotesk', sans-serif!important; font-size: 18px; transition: .25s ease all; 
}
.form-sect form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"] { border: none; cursor: pointer; } 

/*-------- FOOTER STYLES ----------------*/
footer {  }

.performance-footer {
	position: relative; z-index: 3; width: 100%; padding: 0 max(5%, calc(50% - 700px)); background: #282828; 
	display: flex; flex-direction: column; align-items: center; 
}
.foot-soc {
	position: relative; width: min(100%, 1200px); height: 140px; padding: 40px 60px; margin: -70px auto 0 auto; 
	display: flex; flex-direction: row; justify-content: space-between; align-items: center; row-gap: 16px; 
	border-radius: 16px; background: #ff5808; box-shadow: 0 3px 12px rgba(0, 0, 0, .9); 
}
.foot-soc .listed { padding: 0 8px; height: 60px; }
.foot-soc .listed:hover { color: #000; }
.foot-soc .listed:hover i { color: #ff5808; background: #000; border-color: #000; }
.footer-main {
	position: relative; width: 100%; 
	display: flex; flex-direction: column; align-items: stretch; 
}
.footer-main a:hover { color: #ff5808; }
.foot-mid {
	position: relative; width: min(100%, 1200px); padding: 43px 6%; margin: 0 auto; 
	display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; row-gap: 153px; 
}
.foot-mid:after {
	position: absolute; content: ""; bottom: 0; left: 50%; width: 100%; height: 1px; 
	transform: translateX(-50%); background: #787878; 
}
.foot-col {
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; 
}
.foot-col .title { color: #ff5808; font-size: 23px; margin-bottom: 12px; padding-left: 6px; }
.foot-col a {
	position: relative; padding: 3px 8px; margin-right: 4px;  
	display: flex; justify-content: flex-start; align-items: center; 
	font-family: 'familjen-grotesk', sans-serif; font-size: 17px; font-weight: 400; line-height: 20px; 
	color: #dfdfdf; text-align: left; transition: .2s ease all; 
}
.foot-col a:hover { padding-left: 12px; margin-right: 0; transition: .4s ease all; }
.foot-col ul.hours { color: #dfdfdf; }
.foot-foot {
	padding: 50px 0; 
	display: flex; flex-direction: row; justify-content: space-between; align-items: center; row-gap: 40px; 
}
.foot-foot a, .foot-foot p { color: #bbb; }
.foot-foot .listed i { border-color: #bbb; }
.foot-foot a.listed:hover i { background: #fff; border-color: #fff; color: #282828; }
.foot-foot-col { width: 33.333333%; }
.foot-logo-div { display: flex; justify-content: flex-start; }
.foot-logo img { width: min(100%, 320px); object-fit: contain; object-position: 0% 50%; }
.foot-foot-soc { display: flex; justify-content: flex-end; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { display: flex; width: 100%; height: 80px; background: #282828; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 2150px) {
	.offering-sect-left { width: 45%; }
	.offerings-slider { width: 55%; overflow: hidden!important; }
	.offerings-slider .carousel { width: 1050px; }
	.offerings-slider .flickity-viewport { overflow: visible!important; }
	.offerings-slider .carousel-cell:not(.is-selected) { filter: brightness(.6); }
	.offerings-slider .carousel-cell:not(.is-selected) .content-sect { opacity: .25; pointer-events: none; }
	.offerings-slider .flickity-prev-next-button.next { display: block!important; pointer-events: all; }
}


@media only screen and (max-width: 1850px) {
	.builds-accordion .accordion.active .gallery .build-image { width: calc(33.333333% - 10px); }
}

@media only screen and (max-width: 1780px) {
	.offerings-slider-sect { min-height: 600px; }
	.offering-sect-left { padding: 80px 3%; }
}

@media only screen and (max-width: 1600px) {
	h2.title { font-size: 32px; }
	
	.offerings-slider .title { font-size: 32px; }
	.offerings-slider .subtitle { font-size: 24px; }
}

@media only screen and (max-width: 1450px) {
	.offering-sect-left { width: 44%; justify-content: center; }
	.offering-sect-left .content-sect { width: min(100%, 470px); }
	.offerings-slider { width: 56%; }
	
	.foot-mid:after { width: 92%; }
}

@media only screen and (max-width: 1400px) {
	.inv-btns-sect { column-gap: 4%; padding-left: 5%; padding-right: 5%; }
}

@media only screen and (max-width: 1350px) {
	.performance-header { padding-left: 4%; padding-right: 4%; }
}

@media only screen and (max-width: 1300px) {
	.offering-sect-left { width: 46%; }
	.offerings-slider { width: 54%; }
}

@media only screen and (max-width: 1250px) {
	h2.title { font-size: 30px; }
	h3.title, .med-title, h1.med-title, h2.med-title, h4.med-title { font-size: 26px; }
	h4.title, .sm-title, h1.sm-title, h2.sm-title, h3.sm-title { font-size: 22px; }
	
	.hero, .subhero { padding-left: 5%; padding-right: 5%; }
	.hero .hero-overlay { filter: drop-shadow(0 0 20px #000); }
	.hero img.overlay { width: 62.5%; padding-right: 5%; }
	
	.indi-media { width: calc(50% - 20px); }
	
	.foot-logo img { width: 280px; }
}

@media only screen and (max-width: 1220px) {
	.nav-div { max-width: 100%; margin: 0; }
	.nav-div:after { width: 105%; }
}

@media only screen and (max-width: 1200px) {
	.inv-btns-sect { column-gap: 3%; padding-left: 3.5%; padding-right: 3.5%; }
	
	.offerings-slider .carousel-cell .content-sect { height: calc(100% - 76px); }
}

@media only screen and (max-width: 1150px) {
	.fancy-mission { padding-top: 140px; padding-bottom: 140px; }
	.homepage.fancy-mission { padding-bottom: 210px; }
	
	.offerings-slider-sect { flex-direction: column; }
	.offering-sect-left { width: 100%; padding: 100px 5%; }
	.offering-sect-left .content-sect { width: 100%; align-items: center; }
	.offering-sect-left .content-sect .title { text-align: center; }
	.offerings-slider { width: 100%; min-height: 450px; }
	.offerings-slider .carousel, .offerings-slider .flickity-viewport { min-height: 450px; }
	.offerings-slider .carousel-cell .content-sect { height: 100%; }
	
	.performance-footer { padding-left: 3%; padding-right: 3%; }
	.foot-soc { width: 94%; column-gap: 0; padding-left: 32px; padding-right: 32px; }
	.foot-mid { padding-left: 0; padding-right: 0; }
	.foot-mid:after { width: 94%; }
}

@media only screen and (max-width: 1100px) {
	.inv-btns-sect { flex-wrap: wrap; column-gap: 80px; }
	.inv-style { margin: 0; }
	.inv-btns-sect .lg-cta { flex-grow: 0; max-width: unset; width: min(90%, 900px); min-height: 200px; margin: 0 auto; }
	
	.builds-accordion .accordion-header:not(.btnclass) img { height: 260px; }
	.builds-accordion .build-title .title { font-size: 21px; }
	.builds-accordion .build-title .subtitle { font-size: 17px; }
}

@media only screen and (min-width: 1051px) {
	.performance-header:after { display: none!important; }
}

/* switch to mobile nav */
@media only screen and (max-width: 1050px) {
	.performance-header { padding-top: 24px; margin-bottom: -171px; }
	.header-logo { margin: 0 calc(50% - 150px); }
	.header-soc { flex-direction: row-reverse; column-gap: 12px; margin-left: 8px; margin-right: auto; }
	.nav-div { width: min(240px, calc(100% - 480px)); margin-left: auto; }
	.nav-div:after { display: none!important; }
	
	h1.title, .lg-title, h2.lg-title, h3.lg-title, h4.lg-title { font-size: 36px; }
	h2.title { font-size: 27px; }
	h3.title, .med-title, h1.med-title, h2.med-title, h4.med-title { font-size: 24px; }
	h4.title, .sm-title, h1.sm-title, h2.sm-title, h3.sm-title { font-size: 20px; }
	.subtitle { font-size: 22px; }
	
	.offerings-slider .title { font-size: 28px; }
	
	.fullpage-subhero { padding-top: 330px; }
	
	#location { flex-direction: column; }
	#location .content-sect, #location .map-div { width: 100%; }
	
	.builds-accordion .accordion:not(.active) { width: 100%; }
	
	.foot-soc { width: 100%; }
}

@media only screen and (max-width: 1000px) {
	.fancy-mission { padding-top: 120px; padding-bottom: 120px; }
	.homepage.fancy-mission { padding-bottom: 100px; }
	
	.subpages.content-sect, .showroompage .lightbox-list { padding-bottom: 60px; }
	
	.builds-accordion .accordion-content-flexer .accordion-content-header { flex-direction: column; align-items: flex-start; row-gap: 24px; }
	.builds-accordion .accordion-content-flexer .accordion-content-header .build-title { width: 100%; }
	.builds-accordion .accordion-content-flexer .accordion-content-header .horiz-sect { justify-content: flex-start; }
	
	.builds-accordion .accordion.active .gallery .build-image, .builds-accordion .img-wrapper img { height: 200px; min-height: 200px; }
	
	.foot-soc { flex-direction: column; align-items: flex-start; width: unset; height: unset; padding-top: 24px; padding-bottom: 24px; margin-top: 40px; margin-left: 0; margin-bottom: -279px; }
	.foot-mid { flex-wrap: wrap; }
	.foot-col { width: 50%; padding-left: 40px; }
	.foot-col .title { font-size: 20px; }
	.foot-hours { order: 1; margin-left: 50%; }
	.foot-nav { order: 2; }
	.foot-inv { order: 3; }
}

@media only screen and (max-width: 980px) {
	.filter-media-types-div ul.filter-media-types { column-gap: 12px; }
	.filter-media-types-div ul.filter-media-types li { width: calc(50% - 20px); }
	.filter-media-types-div ul.filter-media-types li { width: calc(50% - 20px); }
}

@media only screen and (max-width: 950px) {
	.inv-btns-sect { column-gap: 0; justify-content: space-evenly; }
	.inv-btns-sect .lg-cta { width: 100%; }
}

@media only screen and (max-width: 940px) {
	.storage-tables .pricing-table { width: min(100%, 600px); }
}

@media only screen and (max-width: 920px) {
	.header-soc { column-gap: 0; }
}

@media only screen and (max-width: 900px) {
	.hero img.overlay { width: 80%; filter: brightness(.85); }
}

@media only screen and (max-width: 850px) {
	.foot-hours, .foot-inv { padding-left: 60px; }
}

@media only screen and (min-width: 821px) {
	.header-soc .listed:not(.is-icon-only) i { display: none!important; }
}

@media only screen and (max-width: 820px) {
	.header-soc { margin-left: 0; }
	.header-soc .listed { width: 60px; padding: 0; color: #fff; }
	.header-soc .listed span { display: none!important; }
	.nav-div { width: min(200px, calc(100% - 200px)); }
}

@media only screen and (min-width: 801px) {
	.inv-foot-spacer { display: none!important; }
}

@media only screen and (max-width: 800px) {
	.fancy-mission { padding-top: 100px; padding-bottom: 100px; }
	.homepage.fancy-mission { padding-bottom: 160px; }
	
	.inv-btns-sect { justify-content: space-around; }
	
	.fullpage-subhero { padding-top: 300px; }
	
	.subpages.content-sect, .showroompage .lightbox-list { padding-bottom: 110px; }
	
	.showroomspage .btns-holder { column-gap: 24px; }
	
	.indi-media, .builds-accordion .accordion.active .gallery .build-image { width: calc(50% - 10px); margin: 5px; }
	
	.openDiv .butonsSection { padding-left: 0; padding-right: 0; }
	
	.form-sect .content-sect, .form-sect form { padding-right: 5%; padding-left: 5%; }
	.form-sect form .smcol { width: 100%!important; }
	
	.foot-soc { margin-top: -50px; margin-left: auto; margin-bottom: 0; }
	.foot-mid { row-gap: 40px; }
	.foot-col, .foot-nav, .foot-inv, .foot-hours { width: 100%; align-items: center; padding-left: 0; }
	.foot-nav { order: 1; }
	.foot-inv { order: 2; }
	.foot-hours { order: 3; margin-left: 0; }
	.foot-col .title, .foot-col a { text-align: center; }
	.foot-col a { min-height: 44px; margin: 0; padding-left: 12px; padding-right: 12px; }
	.foot-col a:hover { margin: 0; }
	.foot-foot { flex-direction: column; align-items: center; padding-bottom: 60px; }
	.foot-foot-col, .foot-logo-div, .foot-foot-soc { width: 100%; justify-content: center; }
}

@media only screen and (max-width: 700px) {
	.hero { align-items: flex-end; padding-bottom: 60px; }
	.hero img.overlay { width: 100%; object-position: 50% 15%; padding-left: 5%; }
	
	.indi-media { width: 100%; }
	
	.financingpage.form-sect .content-sect { padding-bottom: 150px; }
	
	.form-sect, .form-sect { padding: 0!important; }
	.form-sect .content-sect, .form-sect .content-sect { padding-top: 60px; }
	.form-sect form, .form-sect form { padding-bottom: 150px; }
}

@media only screen and (max-width: 680px) {
	.inv-btns-sect { flex-direction: column; align-items: center; }
	.inv-style { width: min(100%, 300px); }
}

@media only screen and (max-width: 650px) {
	.subhero { padding-right: 5%; padding-left: 5%; }
}

@media only screen and (max-width: 620px) {
	.flexcol620 { flex-direction: column; }
}

@media only screen and (max-width: 550px) {
	.performance-header { margin-bottom: -168px; }
	.header-logo img { width: min(270px, 78vw); height: 43px; }
}

@media only screen and (max-width: 500px) {
	.btnclass { width: 100%!important; margin-left: auto; margin-right: auto; }
	
	h1.title, .lg-title, h2.lg-title, h3.lg-title, h4.lg-title { font-size: 30px; }
	h2.title { font-size: 22px; }
	h3.title, .med-title, h1.med-title, h2.med-title, h4.med-title { font-size: 22px; }
	h4.title, .sm-title, h1.sm-title, h2.sm-title, h3.sm-title { font-size: 18px; }
	.subtitle { font-size: 18px; }
	
	.subhero { align-items: center; }
	.subhero * { text-align: center!important; }
	
	.pricing-table li.pricing-header { font-size: 18px; }
	.pricing-table li:not(.pricing-header) { flex-wrap: wrap; }
	
	.filter-media-types-div ul.filter-media-types li { width: 100%; }
	
	.builds-accordion .accordion.active .gallery .build-image, .builds-accordion .img-wrapper img { height: 180px; min-height: 180px; }
}

@media only screen and (max-width: 450px) {
	ul.hours li { flex-wrap: wrap; }
	ul.hours li span.time { width: unset; }
	
	.indi-media, .builds-accordion .accordion.active .gallery .build-image { width: 100%; }
	
	.foot-soc { margin-top: 0; width: 106%; margin-left: -3%; margin-right: -3%; padding-left: 5%; padding-right: 1%; border-radius: 0; }
	.foot-logo img { max-width: 75vw; }
}

@media only screen and (max-width: 360px) {
	.foot-soc { padding-left: 1%; }
}

@media only screen and (max-width: 340px) {
	.header-soc { display: none!important; }
	.nav-div { width: 100%; }
}






