﻿/***** 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: #2e3092;  color: #fff; text-shadow: none; } 
::selection { background: #2e3092; 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 {  }

/* toggled inventory search */
.spirit-topheader a.toggled-search-a { cursor: pointer; }

#toggled-search-sect-parent { 
	position: relative; width: 100%; background: #f8f8f8; 
	display: flex; justify-content: center; align-items: center; 
	padding: 40px 5% 66px 5%; box-sizing: border-box; 
}
#toggled-search-sect-parent:before {
	position: absolute; z-index: 1; content: ""; bottom: 20px; left: max(8%, calc(50% - 600px)); 
	width: min(84%, 1200px); height: 1px; background: #ccc; 
}
div#toggled-search-sect-close-bg {  }
a#toggled-search-sect-close { 
	position: absolute; z-index: 3; content: ""; top: 0; right: 0; width: 50px; height: 50px; 
	display: flex; justify-content: center; align-items: center; background: #707070; 
} 
a#toggled-search-sect-close i { color: #fff; font-size: 22px; }
a#toggled-search-sect-close:hover { background: #444; transition: .2s ease all; }
.toggled-search-form-wrapper { 
	position: relative; z-index: 2; width: 100%; 
	display: flex; justify-content: center; align-items: center; 
	padding: 0; box-sizing: border-box; 
}
.toggled-search-form-wrapper .searchbar-content { 
	width: 100%; max-width: 1400px; 
	display: flex; justify-content: center; align-items: center; row-gap: 16px; 
}
.toggled-search-form-wrapper .searchbar-content .title { 
	font-size: 32px; color: #000; text-align: center; margin-right: 40px; 
}
.toggled-search-form-wrapper .searchbar-content.search-form-div form { 
	display: flex; justify-content: center; align-items: center; column-gap: 16px; row-gap: 16px; 
}
.toggled-search-form-wrapper .searchbar-content.search-form-div form .search-fields { 
	display: flex; align-items: center; column-gap: 16px; row-gap: 16px; 
}
.toggled-search-form-wrapper .searchbar-content.search-form-div form input:not([type="submit"]) { 
	width: 200px; height: 52px; color: #000; font-family: 'Korolev', sans-serif; font-size: 17px; 
	padding: 10px; box-sizing: border-box; background: #fff; border: none; outline: 1px solid #000; border-radius: 0; 
}
.toggled-search-form-wrapper .searchbar-content.search-form-div form select {
	width: 200px; height: 52px; 
}
.toggled-search-form-wrapper .searchbar-content.search-form-div form input[type="submit"] { cursor: pointer; }
.toggled-search-form-wrapper .searchbar-content.search-form-div form input[type="submit"]:hover {  }

.spirit-header {
	position: relative; z-index: 1004; width: 100%; padding: 0 max(0px, calc(50% - 1000px)); 
	display: flex; flex-direction: column; align-items: stretch; 
	background: #f8f8f8; border-bottom: 12px solid #e7131d; 
}
.spirit-header-main {
	position: relative; 
	display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; row-gap: 12px; 
}
.header-logo-div {
	padding-top: 12px; padding-left: 3vw; 
	display: flex; justify-content: flex-start; align-items: flex-start; column-gap: 16px; 
}
.header-logo { 
	display: flex; justify-content: flex-end; align-items: center; 
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .2)); 
}
.header-logo-div img { object-fit: contain; }
.header-logo img { margin-bottom: -63px; height: 176px; object-position: 0% 50%; }
.header-logo-div .spirit-stack { 
	padding-top: 12px; 
	display: flex; flex-direction: column; align-items: center; justify-content: flex-start; row-gap: 8px; 
}
.header-name img { height: 46px; object-position: 0% 50%; }
.header-phone img { height: 24px; object-position: center; }
.header-right { padding-right: 4px; display: flex; flex-direction: column; align-items: flex-end; }
.spirit-topheader, .nav-div { display: flex; justify-content: flex-end; align-items: stretch; }
.spirit-topheader { height: calc(100% - 66px); column-gap: 1.75vw; }
.spirit-topheader .listed { padding: 0 20px; justify-content: center; text-align: center; font-size: 18px; }
.spirit-topheader a.listed { cursor: pointer; }
.nav-div { height: 66px; padding-right: 1vw; }

/* Site Colors:

	Red: 				#e7131d; 	rgba(231, 19, 29, 1); 
	Dark/Hover Red: 	#c21019; 	rgba(194, 16, 25, 1); 
	Blue: 				#2e3092; 	rgba(46, 48, 146, 1); 
	Dark/Hover Blue: 	#22246c; 	rgba(34, 36, 108, 1); 
	Xtra-Dark Blue: 	#13133b; 	rgba(19, 19, 59, 1); 
	Light Gray: 		#f8f8f8; 	rgba(248, 248, 248, 1); 
	Med-Light Gray: 	#dcdcdc; 	rgba(220, 220, 220, 1); 
	Med Gray: 			#bbb; 		rgba(187, 187, 187, 1); 
	Not-Black: 			#272727; 	rgba(39, 39, 39, 1); 
*/
/*---BODY--------------------------------*/
/* Text / Titles / Paragraphs / <h1><h2><h3><h4> / <p> */
.txt-default, .content-sect p {
	font-family: 'Korolev', sans-serif; font-size: 20px; font-weight: 500; line-height: 1.3; 
	text-align: left; color: #000; 
}

.title, .title-lg, .title-med, .title-sm {
	font-family: 'Ropa-Soft-Pro', sans-serif; font-weight: 800; color: #000; line-height: 1.2; 
}
.title-lg { font-size: 48px; }
.title-med { font-size: 42px; }
.title-sm { font-size: 28px; }

.subtitle { 
	font-family: 'Korolev-Condensed', sans-serif; font-size: 23px; font-weight: 600; line-height: 1.3; 
	letter-spacing: 5.2px; text-transform: uppercase; text-align: left; color: #C70912; 
}

.multi-title { display: flex; flex-direction: column; align-items: flex-start; }
.multi-title.center-style { align-items: center; }

.multi-title .subtitle { margin-top: 6px!important; }

/* Buttons / Links / <a> / CTAs */
.btnclass {
	position: relative; padding: 16px 28px 11px 28px; border-radius: 10px; 
	display: flex; justify-content: center; align-items: center; 
	font-family: 'Korolev-Condensed', sans-serif; font-size: 23px; 
	font-weight: 500; text-transform: uppercase; letter-spacing: 2.4px; 
	background: #2e3092; color: #fff; text-shadow: 0 1px 12px rgba(22, 23, 69, .25); 
	border: 2px solid #2e3092; box-shadow: 0 2px 20px rgba(0, 0, 0, .15); transition: .25s ease all; 
}
.btnclass.btn-red { background: #e7131d; border: 2px solid #e7131d; text-shadow: 0 1px 12px rgba(156, 12, 20, .25); }

.btnclass:hover { 
	background: rgba(255, 255, 255, .8); color: #22246c; border-color: #22246c; 
	text-shadow: none; border-radius: 0; transition: .5s ease all; 
}
.btnclass.btn-red:hover { color: #c21019; border-color: #c21019; }

.listed {
	display: flex; justify-content: flex-start; align-items: center; 
	font-family: 'Korolev-Condensed', sans-serif; font-size: 19px; font-weight: 400; line-height: 1.35; 
	text-transform: uppercase; letter-spacing: 1.5px; color: #2e3092; transition: .25s ease all; 
}
.listed i { font-size: 16px; width: 22px; text-align: center; margin-right: 12px; margin-top: -5px; }
.listed br { height: 20px; }
a.listed:hover, .titled-listed:hover .listed { color: #c21019; }

.titled-listed {
	margin: 8px 0; 
	display: flex; flex-direction: column; align-items: flex-start; row-gap: 8px; 
}
.listed-title {
	font-family: 'Korolev', sans-serif; font-size: 21px; font-weight: 700; line-height: 1.3; 
	text-align: left; color: #000; 
}
.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: .15s ease all; 
}
a.invisilink:hover { color: #c21019; text-decoration: underline; }

/* sections */

.content-sect, .subhero {
	position: relative; 
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center; column-gap: 24px; row-gap: 16px; 
}

.content-sect .subtitle, .subhero .subtitle { margin-top: -10px; }

.horiz-sect {
	position: relative; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; column-gap: 24px; row-gap: 24px; 
}

.content-sect.center-style, .subhero { align-items: center; }
.horiz-sect.center-style, .content-sect.center-style .horiz-sect, .subhero .horiz-sect { justify-content: center; }

.title-sect {
	position: relative; width: 100%; padding: 60px max(5%, calc(50% - 1000px)); 
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; column-gap: 60px; row-gap: 24px; 
}
.title-sect .content-sect {}
.title-sect .horiz-sect {}

.mission {
	position: relative; width: 100%; padding: 0 max(0px, calc(50% - 1000px)); 
	display: flex; align-items: stretch; row-gap: 50px; 
} 
.mission .content-sect { width: 65%; padding: 60px 80px; }
.mission .content-sect:before {
	position: absolute; content: ""; top: 0; left: 0; width: min(40px, max(24px, 3%)); height: 100%; 
	background: #e7131d; 
}
.missionimg { position: relative; }
.mission .missionimg { width: 35%; min-height: 400px; }

.missionimg img, .hero img, .subhero img, .inv-btns a img, .auction-cta img {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}

/* default.htm - Homepage */
.hero {
	position: relative; width: 100%; padding: 100px 2.5%; min-height: max(600px, min(800px, 75vh)); 
	display: flex; justify-content: center; align-items: center; 
}
.hero-overlay { 
	position: relative; z-index: 2; width: min(100%, 810px); padding: 36px 50px; 
	background: rgba(255, 255, 255, .5); overflow: hidden; 
}
.hero-overlay .title, .hero-overlay .title-lg, .hero-overlay .title-med, .hero-overlay .title-sm, 
.hero-overlay .subtitle, .hero-overlay p { text-shadow: 0 1px 20px #fff, 0 0 28px #fff, 0 0 36px #fff, 0 0 42px #fff; }
.hero-overlay .subtitle { font-size: 28px; }
.hero-overlay .btnclass { box-shadow: 0 2px 24px #fff; }

.inv-btns-sect {
	position: relative; width: 100%; 
	padding: 0 max(20px, calc(50% - 950px)) 60px max(20px, calc(50% - 950px)); 
	display: flex; flex-direction: column; align-items: stretch;  
}
.inv-btns {
	position: relative; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; 
}
.inv-btns a {
	position: relative; width: calc(25% - 12px); margin: 6px; padding: 16px; 
	display: flex; flex-direction: column; justify-content: center; align-items: center; 
	background: #000; min-height: 200px; overflow: hidden; 
}
.inv-btns a img { opacity: .7; transition: .25s ease all; }
.inv-btns a span { 
	position: relative; 
	display: flex; justify-content: center; align-items: center; 
	font-family: 'Korolev-Condensed', sans-serif; font-weight: 700; line-height: 1.2; 
	letter-spacing: 1.5px; color: #fff; text-align: center; text-shadow: 1px 1px 0 #000, 0 0 20px #000; 
}
.inv-btns a span.inv-btn-title { 
	z-index: 3; height: 77px; font-size: 32px; text-transform: uppercase; transition: .25s ease all; 
}
.inv-btns a span.inv-btn-arrow { 
	position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; 
	background: rgba(194, 16, 25, .5); 
	font-size: 20px; opacity: 0; padding-top: 0; column-gap: 12px; transition: .4s ease all; 
}
.inv-btns a span.inv-btn-arrow i { font-size: 15px; }
.inv-btns a:hover span.inv-btn-arrow { padding-top: 100px; opacity: 1; transition: .65s ease all; }
.inv-btns a:hover span.inv-btn-title { margin-top: -70px; transition: .5s ease all; }

.homepage {}

.homepage.mission { margin-bottom: 80px; }

.auction-cta { position: relative; width: 100%; padding: 100px 5%; background: #13133b; }
.auction-cta img { opacity: .16; }
.auction-cta > *:not(img) { position: relative; z-index: 2; }
.auction-cta .title, .auction-cta .title-lg, .auction-cta .title-med, .auction-cta .title-sm, 
.auction-cta .subtitle, .auction-cta p { text-shadow: 1px 1px 0 #000, 0 0 15px #000; }
.auction-cta .subtitle { color: #ddd; }
.auction-cta .horiz-sect { margin-top: 20px; }
.auction-cta .btnclass { box-shadow: 0 1px 8px #000; }

/* subpages */
.subhero {
	position: relative; width: 100%; padding: 60px 5%; min-height: 300px; 
	display: flex; flex-direction: column; align-items: center; 
	background: #22246c; background-image: url('/siteart/subhero2.jpg'); 
	background-size: cover; background-position: center; background-repeat: no-repeat; 
}
.subhero:after {
	position: absolute; z-index: 2; content: ""; top: 0; left: 0; width: 100%; height: 100%; 
	background: #13133b; opacity: .35; 
}
.subhero > *:not(img) { position: relative; z-index: 3; }
.subhero .title, .subhero .title-lg, .subhero .title-med, .subhero .title-sm, .subhero .subtitle, .subhero p { 
	width: 100%; text-align: center; text-shadow: 1px 1px 0 #000, 0 0 8px #000; 
} 
.subhero .title, .subhero .title-lg, .subhero .title-med, .subhero .title-sm, .subhero p { color: #fff; } 
.subhero p { width: min(650px, 100%); } 

.subpages { width: 100%; position: relative; }
.subpages.mission { flex-direction: row; }

.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; }

/* contact-us.htm */
.contactpage {}

#location { align-items: stretch; padding: 60px 0; }
#location .content-sect { width: 50%; }
#location .map-div { width: 50%; background: #e0e0e0; }
.map-div iframe { width: 100%; height: 100%; min-height: 400px; margin-bottom: 0; }

/* thank-you.htm */
.thankyoupage { padding: 60px 5%; }

/* recommended styles */
.center-style, .center-style .title, .center-style .subtitle, .center-style p, 
.title.center-style, .subtitle.center-style, p.center-style { text-align: center; }

.is-dark-bg .title, .is-dark-bg .title-lg, .is-dark-bg .title-med, .is-dark-bg .title-sm, .is-dark-bg p { color: #fff; } 
.is-dark-bg .subtitle { color: #ddd; } 

/* forced styles */
.txt-bold, .listed.txt-bold, .listed .txt-bold { font-weight: 800!important; }

.txt-blue { color: #2e3092!important; }
a.invisilink.txt-blue:hover { color: #c21019!important; }

/*--------FORM STYLES--------------------*/
.form-sect { 
	width: 100%; padding: 80px 5%; background: #f8f8f8; 
	display: flex; flex-direction: column; align-items: center; 
}
.form-sect .content-sect { width: min(100%, 510px); padding: 0 0 40px 0; }
.form-sect form .title { width: 100%; margin: 16px 0 12px 0; }
.form-sect form p.txt-default { width: 100%; text-align: left; }
.form-sect form { 
	width: min(100%, 510px); margin: 0; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; column-gap: 16px; 
}
.form-sect form .formrow { display: flex; justify-content: center; width: 100%; }

.form-sect form .formrow-captcha { display: flex; flex-direction: column; align-items: center; width: 100%; }

.form-sect form label { 
	color: #000; font-family: 'Ropa-Soft-Pro', sans-serif; font-size: 18px; font-weight: 700; 
	margin: 12px 0 0 0; box-sizing: border-box; width: 100%; 
}
.form-sect form input[type="text"], .form-sect form input[type="email"], .form-sect form textarea, 
.form-sect form #CaptchaAnswer, .search-sect form input[type="text"] {
	width: 100%; height: 42px; color: #000; font-family: 'Korolev', sans-serif; font-size: 17px; 
	padding: 10px; box-sizing: border-box; margin: 8px 0; 
	border: 1px solid #000; border-radius: 0; 
}
.form-sect form textarea { height: 110px; }
.form-sect form select, .search-sect form select, .search-form-div form select {
	height: 42px; color: #000; background: #fff; font-family: 'Korolev', sans-serif; font-size: 17px; 
	padding: 10px; box-sizing: border-box; margin: 0; 
	border: none; border-right: 8px solid #fff; border-radius: 0; outline: 1px solid #000; 
}

.search-sect { display: flex; justify-content: flex-end; align-items: center; }
.search-sect form {
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; row-gap: 14px; 
	max-width: 600px; 
}
.search-sect form select, .search-sect form input, .search-sect form input[type="text"] { 
	width: calc(50% - 16px); height: 54px; margin: 0 8px; 
}
.search-sect form input[type="text"] { border: none; outline: 1px solid #000; }
.search-sect form input[type="submit"], .search-sect form button[type="submit"] { 
	width: calc(50% - 14px); margin: 0 7px; 
}

.form-sect form a { cursor: pointer; margin: 20px 0 0 0; }
.form-sect form .CaptchaMessagePanel { font-family: 'Korolev', sans-serif!important; color: #000; }
.form-sect form #CaptchaAnswer { width: 180px; }
.form-sect form div.CaptchaWhatsThisPanel a { font-family: 'Korolev', sans-serif!important; }
.form-sect form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"], form input[type="submit"] { cursor: pointer; }

/*-------- FOOTER STYLES ----------------*/
footer {  }

.spirit-footer {
	width: 100%; position: relative; 
	display: flex; flex-direction: column; align-items: stretch; 
}

.scrolling-inv-sect { 
	position: relative; background: #fff; border-bottom: 24px solid #e7131d; 
	display: flex; flex-direction: column; align-items: stretch; 
}
.scrolling-inv { height: 90px; overflow: hidden; }
.scrolling-inv iframe { width: 100%; }

.footer-main {
	padding: 50px max(5%, calc(50% - 950px)); background: #f8f8f8; 
	display: flex; justify-content: space-between; align-items: center; 
}
.foot-col { 
	width: min(300px, 33.333333%); 
	display: flex; flex-direction: column; justify-content: center; 
}
.foot-logo-div { align-items: flex-start; }
.foot-logo img { max-width: 68vw; object-fit: contain; object-position: 0% 50%; height: 250px; }

.foot-nav { align-items: center; }
.foot-nav a {
	padding: 10px 16px; min-height: 44px; cursor: pointer; 
	display: flex; justify-content: center; align-items: center; 
	font-family: 'Ropa-Soft-Pro', sans-serif; font-size: 22px; font-weight: 800; color: #000; 
	transition: .25s ease all; 
}
.foot-col a:hover { color: #c21019; }
#equipmentDpdown { background: #e8e8e8; display: flex; flex-direction: column; align-items: stretch; }
.foot-soc { align-items: flex-end; }
.foot-soc .content-sect { row-gap: 0; }
.foot-soc .listed { padding: 12px; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { width: 100%; height: 150px; background: #272727; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1800px) {
	.spirit-header { border-bottom-width: 10px; }
	.header-logo img { height: 162px; margin-bottom: -57px; }
	.header-name img { height: 40px; }
	.header-phone img { height: 22px; }
	
	.foot-logo img { height: 224px; }
	.foot-nav a { font-size: 21px; }
}

@media only screen and (max-width: 1550px) {
	.spirit-header { border-bottom-width: 9px; }
	.header-logo-div { padding-top: 8px; }
	.header-logo img { height: 156px; margin-bottom: -55px; }
	.spirit-stack { padding-top: 8px; }
	.header-name img { height: 40px; }
	.header-phone img { height: 22px; }
	.spirit-topheader { height: calc(100% - 60px); column-gap: 4px; }
	.nav-div { height: 60px; }
}

@media only screen and (max-width: 1450px) {
	.spirit-topheader { column-gap: 0; }
}

@media only screen and (max-width: 1350px) {
	.toggled-search-form-wrapper .searchbar-content { flex-direction: column; }
	.toggled-search-form-wrapper .searchbar-content .title { margin-right: 0; }
	.toggled-search-form-wrapper .searchbar-content.search-form-div form { width: 100%; }
	.toggled-search-form-wrapper .searchbar-content.search-form-div form select, .toggled-search-form-wrapper .searchbar-content.search-form-div form input { width: min(calc(25% - 8px), 270px)!important; }
	
	.footer-main { padding-top: 40px; padding-bottom: 40px; }
	.foot-logo img { height: 200px; }
}

@media only screen and (max-width: 1300px) {
	.spirit-header { border-bottom-width: 9px; }
	.header-logo-div { padding-top: 6px; padding-left: 24px; column-gap: 9px; }
	.header-logo img { height: 150px; margin-bottom: -52px; }
	.header-name img { height: 37px; }
	.header-phone img { height: 20px; }
	.spirit-topheader { height: calc(100% - 56px); }
	.nav-div { height: 56px; }
}

@media only screen and (max-width: 1250px) {
	.inv-btns a { min-height: 180px; }
	.inv-btns a span.inv-btn-title { font-size: 29px; }
	.inv-btns a:hover span.inv-btn-title { margin-top: -60px; }
	.inv-btns a span.inv-btn-arrow { font-size: 18px; }
}

@media only screen and (min-width: 1201px) {
	.show1200 { display: none!important; }
}

@media only screen and (max-width: 1200px) {
	.hide1200 { display: none!important; }
	
	.spirit-topheader a.listed { padding: 0 12px; }
	
	h1.title { font-size: 42px; }
	h2.title { font-size: 38px; }
	h3.title { font-size: 26px; }
	
	.title-lg, h1.title-lg, h2.title-lg { font-size: 42px; }
	.title-med, h1.title-med, h2.title-med, h3.title-med { font-size: 38px; }
	.title-sm, h3.title-sm, h4.title-sm { font-size: 26px; }
	
	.subtitle { font-size: 21px; }
	
	.hero-overlay { width: min(100%, 750px); }
	.hero-overlay .subtitle { font-size: 25px; }
}

@media only screen and (max-width: 1150px) {
	.inv-btns-sect .title-sect, .inv-btns-sect .title-sect .content-sect { flex-direction: column; align-items: center; }
	.inv-btns-sect .title-sect h2, .inv-btns-sect .title-sect h2 { text-align: center; }
	.search-sect { justify-content: center; }
	.search-sect form { max-width: unset; }
	
	.inv-btns a { width: calc(33.333333% - 16px); min-height: 200px; }
	
	.hero { min-height: 600px; }
	
	.mission, #location { flex-direction: column; align-items: center; padding: 60px 0; border-left: 20px solid #e7131d; }
	.mission .content-sect, #location .content-sect { width: 100%; padding: 0 5vw; }
	.mission .content-sect:before, #location .content-sect:before { display: none; }
	.mission .missionimg, #location .map-div { width: calc(100% - 10vw); min-height: 360px; margin: 0 auto; }
}

@media only screen and (min-width: 1081px) {
	.show1080 { display: none!important; }
}

/* switch to mobile nav */
@media only screen and (max-width: 1080px) {
	.hide1080 { display: none!important; }
	
	.spirit-header-main { flex-wrap: wrap; }
	.header-logo-div { width: 100%; justify-content: center; align-items: center; column-gap: 12px; padding-left: 5vw; padding-right: 5vw; }
	.header-logo img { margin-bottom: 0; height: 124px; }
	.header-logo-div .spirit-stack { padding-top: 0; }
	.header-right { width: 100%; flex-direction: row; justify-content: space-between; padding-right: 0; }
	.spirit-topheader { height: 100%; flex-direction: row-reverse; }
	.spirit-topheader .listed { min-width: 54px; padding: 0!important; }
	.spirit-topheader .listed.topheader-search-toggler { min-width: 60px; padding-left: 6px!important; }
	.spirit-topheader .listed span { display: none!important; }
	.spirit-topheader .listed i { margin-right: 0; }
	.nav-div { justify-content: flex-end; height: 60px; flex-grow: 1; padding-right: 0; }
	
	.hero { min-height: 550px; }
	
	.subhero { min-height: 220px; }
}

@media only screen and (max-width: 1050px) {
	.inv-btns a { width: calc(50% - 16px); }
}

@media only screen and (max-width: 1000px) {
	.hero { min-height: 500px; }
}

@media only screen and (max-width: 950px) {
	.toggled-search-form-wrapper .searchbar-content.search-form-div form { flex-wrap: wrap; }
	.toggled-search-form-wrapper .searchbar-content.search-form-div form select, .toggled-search-form-wrapper .searchbar-content.search-form-div form input { width: calc(50% - 12px)!important; }
	
	.footer-main { flex-direction: column; row-gap: 32px; }
	.foot-col { width: 100%; align-items: center!important; }
}

@media only screen and (max-width: 900px) {
	.header-logo img { height: 110px; }
	.header-name img { height: 34px; }
	.header-phone img { height: 18px; }
	
	h1.title { font-size: 38px; }
	h2.title { font-size: 34px; }
	h3.title { font-size: 24px; }
	
	.title-lg, h1.title-lg, h2.title-lg { font-size: 38px; }
	.title-med, h1.title-med, h2.title-med, h3.title-med { font-size: 34px; }
	.title-sm, h3.title-sm, h4.title-sm { font-size: 24px; }
	
	.subtitle { font-size: 20px; }
	
	.hero-overlay { width: min(100%, 650px); padding-left: 5%; padding-right: 5%; }
	.hero-overlay .subtitle { font-size: 24px; }
}

@media only screen and (min-width: 801px) {
	.inv-foot-spacer { display: none!important; }
}

@media only screen and (max-width: 800px) {
	.btnclass { padding-top: 14px; padding-bottom: 14px; }
	
	.inv-btns a { min-height: 180px; }
	.inv-btns a span.inv-btn-title { font-size: 27px; }
	.inv-btns a:hover span.inv-btn-title { margin-top: 0; }
	.inv-btns a span.inv-btn-arrow span, .inv-btns a span.inv-btn-arrow i { display: none!important; }
	
	.hero { padding: 0; align-items: stretch; min-height: 420px; }
	.hero-overlay { width: 100%; padding-top: 100px; padding-bottom: 100px; }
	
	.inv-btns-sect .title-sect { padding-left: calc(5vw - 20px); padding-right: calc(5vw - 20px); }
	
	.subhero { min-height: 180px; }
	
	.form-div form .smcol { width: 100%!important; }
	.search-sect form { max-width: unset; }
	
	.title-sect { flex-direction: column; align-items: stretch; padding-top: 50px; padding-bottom: 50px; }
	.title-sect .content-sect { align-items: center; }
	.title-sect .horiz-sect, .title-sect .search-sect { justify-content: center; }
	
	.foot-logo img { height: 180px; }
}

@media only screen and (max-width: 750px) {
	.mission, #location { border-left-width: 16px; }
	.mission .missionimg { min-height: 300px; }
	#location .map-div, #location .map-div iframe { min-height: 320px; }
}

@media only screen and (max-width: 680px) {
	.inv-btns a { min-height: 160px; }
}

@media only screen and (max-width: 650px) {
	.mission, #location { border-left-width: 12px; }
	
	.inv-btns-sect { padding-left: 8px; padding-right: 8px; }
	
	.listed-boxes > div, .listed-boxes > a, .inv-btns a { width: calc(50% - 8px); margin: 4px; }
	
	.hero { min-height: unset; }
	.hero-overlay { padding: 80px 5%; }
}

@media only screen and (max-width: 600px) {
	.toggled-search-form-wrapper .searchbar-content.search-form-div form select, .toggled-search-form-wrapper .searchbar-content.search-form-div form input { width: 100%!important; }
	
	.header-logo img { max-height: 105px; height: unset; object-position: 100% 50%; }
	.header-logo-div .spirit-stack { row-gap: 4px; }
	.header-name img { height: 32px; }
	.header-phone img { height: 16px; }
	
	h1.title { font-size: 34px; }
	h2.title { font-size: 30px; }
	h3.title { font-size: 22px; }
	
	.title-lg, h1.title-lg, h2.title-lg { font-size: 34px; }
	.title-med, h1.title-med, h2.title-med, h3.title-med { font-size: 30px; }
	.title-sm, h3.title-sm, h4.title-sm { font-size: 22px; }
	
	.subtitle { font-size: 18px; }
	
	.hero-overlay .subtitle { font-size: 22px; }
	
	.inv-btns a span.inv-btn-title { font-size: 25px; }
	
	.mission, #location { border-left-width: 8px; }
	.mission .missionimg, #location .map-div, #location .map-div iframe { min-height: 250px; }
	
	.search-sect form select, .search-sect form input, .search-sect form input[type="text"], .search-sect form input[type="submit"], .search-sect form button[type="submit"] { width: 100%; }
}

@media only screen and (max-width: 540px) {
	.inv-btns a { min-height: 150px; }
}

@media only screen and (max-width: 450px) {
	#toggled-search-sect-parent { padding-top: 66px; }
	
	.btnclass { width: 100%!important; margin-left: auto!important; margin-right: auto!important; }
	
	.search-sect form input[type="submit"], .search-sect form button[type="submit"] { margin: 0 7px!important; }
	
	.inv-btns a { width: 100%; margin-left: 0; margin-right: 0; min-height: 132px; }
}

@media only screen and (max-width: 380px) {
	.mission { border-left: none; }
}

@media only screen and (max-width: 300px) {
	.spirit-topheader .listed { display: none!important; }
}






