﻿/***** 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 { *zoom: 1; }
.cf:before, .cf:after { content: " "; display: table; } 
.cf:after { clear: both; } 

/*-------- BODY STYLES --------*/
html { scroll-behavior: smooth; }
body {

}

a:link, a:visited, a:active, 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 {  }

.bat-header {
	position: relative; z-index: 1004; width: 100%; background: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, .25); 
	display: flex; flex-direction: column; 
}
.header-logo-div {
	position: absolute; z-index: 2; top: 0; left: max(0px, calc(50vw - 1000px)); padding: 20px 62px 20px 16px; width: 550px; 
	filter: drop-shadow(0 2px 14px rgba(0, 0, 0, .25)); 
	display: flex; justify-content: center; align-items: center; 
}
.header-logo-div:before {
	position: absolute; content: ""; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; 
	background: #fff; 
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 50px) 100%, 0% 100%); 
}
.header-logo { position: relative; width: 100%; height: 100%; display: flex; }
.header-logo img { 
	position: relative; width: 100%; height: 100%; 
	object-fit: contain; object-position: center; 
}
.bat-topheader, .nav-div {
	position: relative; width: 100%; padding-right: max(0px, calc(50vw - 1000px)); 
	display: flex; justify-content: flex-end; align-items: stretch; 
}
.bat-topheader { z-index: 1; background: #497f3d; height: 50px; }
.bat-topheader a { color: #fff; padding: 0 20px!important; }
.bat-topheader a.listed.is-phone { font-size: 26px!important; }
.bat-topheader a:hover { background: #365d2d; color: #fff!important; cursor: pointer; }
.nav-div { z-index: 3; height: 74px; pointer-events: none; }
.nav-div > .btn-link { pointer-events: all; }
.header-mobile-soc {
	position: relative; pointer-events: all; 
	display: flex; justify-content: flex-start; align-items: stretch; 
}
.header-mobile-soc a.sqicon-link { 
	width: 68px; height: unset!important; cursor: pointer; font-size: 21px; 
}

#header-searchbox { 
	display: none!important; 
	box-shadow: 0 2px 16px rgba(0, 0, 0, .5); 
}
.searchbox {
	display: flex; flex-direction: column; align-items: stretch; 
}
.searchbox-togglers {
	position: relative; width: 100%; 
	display: flex; flex-direction: row; align-items: stretch; 
}
.searchbox-togglers a {
	position: relative; padding: 6px 4px; width: 50%; min-height: 56px; 
	font-size: 23px; font-weight: 800; line-height: 1.3; 
	text-align: center; text-transform: uppercase; letter-spacing: 1px; 
	display: flex; justify-content: center; align-items: center; 
	transition: .25s ease all; 
}
.searchbox-togglers a:first-child { border-top-left-radius: 8px; }
.searchbox-togglers a:last-child { border-top-right-radius: 8px; }
.searchbox-togglers a.active { background: #3356a6; color: #fff; }
.searchbox-togglers a:not(.active) { background: #000; color: #ddd; cursor: pointer; }
.searchbox-togglers a:not(.active):hover { 
	background: #22376d; color: #fff; text-decoration: underline; cursor: pointer; 
}
.forms-holder, .forms-holder form {
	width: 100%; height: 70px; 
	flex-direction: row; align-items: stretch; 
}
.forms-holder { position: relative; display: flex; }
.forms-holder, .forms-holder form { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.forms-holder form { position: absolute; top: 0; left: 0; }
.forms-holder form:not(.active) { opacity: 0; pointer-events: none; }
.forms-holder form.active { display: flex!important; opacity: 1; pointer-events: all; }
.forms-holder form input[type="text"] { 
	background: #f0f0f0; color: #000; font-size: 18px; 
	padding: 10px; width: calc(100% - 50px); height: 70px; 
	border-bottom-left-radius: 8px; border: 3px solid #f0f0f0; outline: none; box-sizing: border-box; 
}
.forms-holder form input[type="text"]:focus { 
	background: #fff; border-color: #497f3d; outline: none; 
}
.forms-holder form button[type="submit"] { 
	position: relative; padding: 8px 32px; min-width: 80px; height: 70px; color: #fff; 
	background: #0f1b44; background-image: linear-gradient(150deg, #497f3d 0%, #497f3d 25%, #3356a6 100%); 
	display: flex; justify-content: center; align-items: center; column-gap: 16px; 
	border: none; outline: none; border-bottom-right-radius: 8px; 
	font-size: 23px; font-weight: 800; text-align: center; letter-spacing: 1px; 
	cursor: pointer; transition: .25s ease all; 
}
.forms-holder form button[type="submit"]:hover { background: #22376d; }

#header-searchbox.opened-full {
	display: flex!important;
	position: fixed; z-index: 1005; top: 0; left: 0; width: 100%; height: max(100vh, 300px); 
	justify-content: center; align-items: center; 
	background: rgba(36,32,33,0.33); transform: none; box-shadow: none; 
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	padding: 60px max(5vw, calc(50% - 500px)); 
}

/* blurred bg */
.mobile-searchbox-closer-bg { display: none!important; }
#header-searchbox.opened-full .mobile-searchbox-closer-bg { 
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	pointer-events: all; background: rgba(0, 0, 0, .25); display: flex!important; 
}
/* keep everything else in front of the blurred bg */
#header-searchbox.opened-full > *:not(.mobile-searchbox-closer-bg) { position: relative; z-index: 2; }

/* closing X */
#header-searchbox.opened-full a.fullsearch-closer {
	position: absolute!important; top: 0; right: 0; width: 50px; height: 50px; 
	background: #000; color: #fff; font-size: 20px; cursor: pointer; 
	display: flex; justify-content: center; align-items: center; 
	transition: .25s ease all; 
}
#header-searchbox.opened-full a.fullsearch-closer:hover { background: #497f3d; }

/* Site Colors: 
	
	--> Blue: #3356a6; rgba(51, 86, 166, 1); 
	--> Green: #497f3d; rgba(73, 127, 61, 1); 
	
	G->B Gradient: linear-gradient(150deg, #497f3d 0%, #497f3d 25%, #3356a6 100%); 
	B->dB Gradient: linear-gradient(150deg, #3356a6 0%, #142140 80%, #142140 100%); 
	
	Dark Blue: #142140; rgba(20, 33, 64, 1); 
	Dark Blue2: #151e39; rgba(21, 30, 57, 1); 
	Dark (hover) Blue3: #22376d; rgba(34, 55, 109, 1); 
	Light Blue: #d0daf1; rgba(150, 172, 223, 1); 

	Dark Green: #365d2d; rgba(54, 93, 45, 1); 
	
	Light Gray: #f0f0f0; rgba(240, 240, 240, 1); 
*/
/*---BODY--------------------------------*/
.invisilink {
	font-size: inherit; font-weight: inherit; 
	line-height: inherit; letter-spacing: inherit; color: inherit; display: inline; 
	transition: .25s ease all; 
}
a.invisilink:hover { color: #3356a6; text-decoration: underline; }
.bg-dblue a.invisilink:hover, .bg-dblue a.listed:hover, .bg-dblue a.listed:hover i, 
.bg-dblue2 a.invisilink:hover, .bg-dblue2 a.listed:hover, .bg-dblue2 a.listed:hover i, 
.hero a.invisilink:hover, .hero a.listed:hover, .hero a.listed:hover i, 
.subhero a.invisilink:hover, .subhero a.listed:hover, .subhero a.listed:hover i { 
	color: #d0daf1!important; text-decoration: underline; 
}

.visiblelink { text-decoration: underline!important; color: #3356a6; }
.visiblelink:hover { background: #3356a6; color: #fff!important; text-decoration: underline!important; }

/* Text / Titles / Paragraphs / <h1><h2><h3><h4> / <p> */
.btnclass, .listed, button, .invisilink, .foot-nav a, 
.bat-form label, .bat-form select, .bat-form input, .bat-form textarea, 
#header-searchbox, .nav-div a.btn-link, 
.txt-default, .content-sect p, .icon-sect p, .title, .subtitle {
	font-family: 'rig-sans', sans-serif; 
}

.txt-default, .content-sect p, .icon-sect p {
	font-size: 17px; font-weight: 500; line-height: 1.3; text-align: left; color: #000; letter-spacing: .3px; 
}

.title {
	font-size: 42px; font-weight: 900; letter-spacing: .3px; 
}
.title.title-sm { font-size: 25px; }
.title.title-med { font-size: 30px; }
.title.title-xl { font-size: 48px; letter-spacing: .5px; }

.title-backdropped { 
	position: relative; z-index: 2; color: #fff; padding: 0 20px 24px 20px; 
	text-align: center; 
}
.title-backdropped:before { 
	position: absolute; z-index: -1; content: ""; bottom: 18px; left: 0; width: 100%; height: max(40px, calc(100% - 36px)); 
	background: #497f3d; 
}

.subtitle, .content-sect p.subtitle, .icon-sect p.subtitle { 
	font-size: 22px; font-weight: 600; letter-spacing: .3px; 
}

/* buttons / links / <a> / ctas */
.btnclass, .btnclass.btn-blue {
	position: relative; padding: 16px 40px; 
	background: #3356a6; color: #fff; box-shadow: 0 2px 20px rgba(0, 0, 0, .25); 
	display: flex; justify-content: center; align-items: center; 
	font-size: 23px; font-weight: 800; text-align: center; 
	text-transform: uppercase; letter-spacing: 1px; 
	transition: .3s ease all; 
}
.btnclass.btn-green { background: #497f3d; color: #fff; }
.btnclass.btn-gradient { 
	background: #3356a6; color: #fff; 
	background-image: linear-gradient(150deg, #497f3d 0%, #497f3d 25%, #3356a6 100%); 
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease; /* For Safari */
	-o-transition: background 0.3s ease; /* For older Opera versions */
}
.btnclass:hover, .btnclass.btn-blue:hover { background: #22376d; color: #fff; text-decoration: underline; }
.btnclass.btn-green:hover { background: #406e35; color: #fff; }
.btnclass.btn-gradient:hover { 
	background: #22376d; color: #fff; 
	/*background-image: linear-gradient(150deg, #3356a6 0%, #142140 80%, #142140 100%); */
}

.listed {
	position: relative; padding: 8px; 
	display: flex; justify-content: flex-start; align-items: center; column-gap: 8px; 
	font-size: 17px; font-weight: 400; text-align: left; color: #142140; 
	transition: .3s ease all; 
}
.listed i { min-width: 16px; text-align: center; }
.listed.is-phone, .is-phone { font-size: 22px; font-weight: 800; }

a.listed:hover { color: #3356a6; text-decoration: underline; }

.titled-listed {
	position: relative; padding: 20px 24px; background: #fff; box-shadow: 0 2px 12px rgba(0, 0, 0, .1); 
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center; row-gap: 16px; 
	transition: .3s ease all; 
}
.titled-listed .title, .titled-listed .listed { transition: .3s ease all; }
.titled-listed .title { color: #000; font-size: 23px; }
.titled-listed .listed { 
	width: 100%; justify-content: center; padding: 0 16px; font-size: 20px; min-height: 50px; flex-grow: 1; 
}
.titled-listed .listed.is-phone { font-size: 26px; }
.titled-listed:hover { box-shadow: 0 4px 16px rgba(0, 0, 0, .25); }
a.titled-listed:hover, a.titled-listed:hover .title, a.titled-listed:hover .listed { 
	color: #3356a6; text-decoration: underline; 
}
.titled-listed .horiz-sect { width: 300px; }
.titled-listed .horiz-sect .listed { width: calc(50% - 24px); padding: 4px; }

.sqicon-link { 
	position: relative; width: 50px; height: 50px; 
	color: #fff; font-size: 18px; 
	display: flex; justify-content: center; align-items: center; 
	transition: .25s ease all; 
}
a.sqicon-link:hover { background: #22376d; color: #fff; }
a.sqicon-link.bg-green:hover { background: #406e35; color: #fff; }

/* sections */
.content-sect, .icon-sect, .bg-declareimg {
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center; row-gap: 14px; 
}
.content-sect.center-style, .bg-declareimg { align-items: center; }

.content-sect p, .icon-sect p { width: 100%; }

.horiz-sect {
	width: 100%; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; column-gap: 24px; row-gap: 14px; 
}
.horiz-sect.center-style { justify-content: center; }

.sb-sect {
	position: relative; width: 100%; 
	display: flex; justify-content: space-between; align-items: center; column-gap: 60px; row-gap: 16px; 
}

.mission {
	position: relative; width: 100%; padding: 40px max(12px, calc(50% - 900px)); 
	display: flex; align-items: stretch; row-gap: 50px; 
}
.mission > .content-sect { width: 60%; padding: 60px min(calc(5vw - 12px), 40px); }
.mission .missionimg { position: relative; width: 40%; min-height: 450px; }

.missionimg img {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}

.mission-slider .homehero-carousel { filter: none!important; }

.img-contain, .missionimg img.img-contain { object-fit: contain!important; }

.icon-sect {
	position: relative; width: 100%; min-height: 180px; 
	padding: 50px max(5%, calc(50% - 900px)) 50px max(calc(5% + 140px), calc(50% - 770px)); 
}
.icon-sect.bg-lgray { background: #f0f0f0; }
.icon-sect.bg-lgray > i, .icon-sect.bg-lgray .title, .icon-sect.bg-lgray .subtitle, .icon-sect.bg-lgray p, 
.icon-sect.bg-lgray .listed { 
	color: #142140; 
}
.icon-sect.bg-dblue { background: #142140; }
.icon-sect.bg-dblue > i, .icon-sect.bg-dblue .title, .icon-sect.bg-dblue .subtitle, .icon-sect.bg-dblue p, 
.icon-sect.bg-dblue .listed { 
	color: #fff; 
}
.icon-sect.bg-white { background: #fff; }
.icon-sect.bg-white > i, .icon-sect.bg-white .title, .icon-sect.bg-white .subtitle, .icon-sect.bg-white p { 
	color: #000; 
}
.icon-sect > i {
	position: absolute; top: 50px; left: max(5%, calc(50% - 900px)); font-size: 80px; 
}

.diamond-cta {
	position: relative; z-index: 4; width: min(94%, 1500px); margin: 0 auto; 
	padding: 100px 5%; height: 500px; margin-bottom: -250px; 
	filter: drop-shadow(0 0 24px rgba(0, 0, 0, .5)); 
	display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 16px; 
}
.diamond-cta:before {
	position: absolute; z-index: 1; content: ""; top: 0; left: 0; width: 100%; height: 100%; 
	background: #497f3d; clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%); 
}
.title-backdropped, 
.diamond-cta i, .diamond-cta .title, .diamond-cta .subtitle, .diamond-cta p, 
.bg-blue.bg-declareimg i, .bg-blue.bg-declareimg .title, .bg-blue.bg-declareimg .subtitle, .bg-blue.bg-declareimg p, 
.bg-dblue.bg-declareimg i, .bg-dblue.bg-declareimg .title, .bg-dblue.bg-declareimg .subtitle, .bg-dblue.bg-declareimg p, 
.bg-dblue2.bg-declareimg i, .bg-dblue2.bg-declareimg .title, .bg-dblue2.bg-declareimg .subtitle, .bg-dblue2.bg-declareimg p, 
.bg-green.bg-declareimg i, .bg-green.bg-declareimg .title, .bg-green.bg-declareimg .subtitle, .bg-green.bg-declareimg p { 
	text-align: center; color: #fff; text-shadow: 1px 1px 0 #000, 0 2px 12px rgba(0, 0, 0, .5); 
} 
.diamond-cta i { font-size: 80px; }
.diamond-cta > * { position: relative; z-index: 2; }
.diamond-cta i, .diamond-cta .title, .diamond-cta .subtitle, .diamond-cta p, .diamond-cta .listed { background: #497f3d; }
.diamond-cta .title {}

.scrolling-inv-sect {
	position: relative; width: 100%; padding-bottom: 50px; background: #fff; 
	display: flex; flex-direction: column; align-items: center; 
}
.scrolling-inv-sect .sb-sect { padding: 40px max(5%, calc(50% - 900px)); }
.si-logo-si-div {
	position: relative; width: 100%; height: 140px; 
	display: flex; justify-content: center; align-items: center; 
}
.si-logo-div {
	position: absolute; z-index: 2; top: 0; left: 0; width: 260px; height: 100%; padding: 15px 48px 15px 24px; 
	display: flex; justify-content: center; align-items: center; 
	filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .25)); pointer-events: none; 
}
.si-logo-div:before {
	position: absolute; content: ""; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; pointer-events: all; 
	background: #fff; clip-path: polygon(0% 0%, calc(100% - 42px) 0%, 100% 100%, 0% 100%); 
}
.si-logo-div img {
	position: relative; z-index: 2; pointer-events: all; 
	width: 100%; height: 100%; object-fit: contain; object-position: center; 
}
.scrolling-inv {
	position: relative; z-index: 1; width: 100%; height: 100px; 
	background: #365d2d; border-bottom: 10px solid #497f3d; overflow: hidden; 
}
.scrolling-inv iframe { width: 100%; }

/* Homepage - default.htm */
.homepage, .subpage {
	position: relative; width: 100%; 
	display: flex; flex-direction: column; align-items: center; 
}

.hero {
	position: relative; width: 100%; background: #000; padding: 80px max(3%, calc(50% - 800px)); min-height: 650px; 
	display: flex; justify-content: center; align-items: center; 
}
.hero > img, .homehero-carousel, .subhero > img, .inv-btn img, .missionimg img, .bg-declareimg > img {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}
.hero > img, .subhero > img, .inv-btn img, .bg-declareimg > img { pointer-events: none; }
.hero > img { opacity: .7; }

.homehero-carousel {
	z-index: 2!important; filter: brightness(.7); 
}
.homehero-carousel img {
	width: 100%; height: 100%; object-fit: cover; object-position: center; 
}
.homehero-carousel .flickity-prev-next-button.previous { left: 0!important; }
.homehero-carousel .flickity-prev-next-button.next { right: 0!important; }

.hero-overlay { position: relative; z-index: 3; }
.hero-overlay .title, .hero-overlay .subtitle, .hero-overlay p, .hero-overlay .listed, 
.subhero .title, .subhero .subtitle, .subhero p, .subhero .listed { 
	color: #fff; text-shadow: 1px 1px 0 #000, 0 0 16px #000, 0 0 28px #000; 
}
.hero-overlay .is-phone, .subhero .is-phone { font-size: 32px; }
.hero-overlay .btnclass, .subhero .btnclass { box-shadow: 0 0 20px #000; }

.inv-btns-sect {
	position: relative; width: 100%; padding: 0 max(0px, calc(50% - 1200px));
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; 
}
.inv-btn {
	position: relative; width: 33.333333%; min-height: 450px; padding: 80px 8px 24px 0; background: #fff; 
	display: flex; justify-content: flex-start; align-items: flex-end; 
	overflow: hidden; transition: .25s ease all; 
}
.inv-btn img { opacity: .9; transition: .2s ease all; }
.inv-overlay {
	position: relative; z-index: 2; padding: 12px 40px 12px 20px; 
	filter: drop-shadow(0 2px 16px rgba(0, 0, 0, .4)); 
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center; 
	transition: .2s ease all; 
}
.inv-overlay:before {
	position: absolute; content: ""; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; 
	background: rgba(255, 255, 255, .75); 
	clip-path: polygon(0% 0%, calc(100% - 28px) 0%, 100% 100%, 0% 100%); 
	transition: .2s ease all; 
}
.inv-btn span { position: relative; z-index: 2; color: #000; text-shadow: 0 0 16px #fff, 0 0 28px #fff; }
.inv-btn .subtitle {}
.inv-btn .title {}
a.inv-btn:hover { background: #3356a6; }
a.inv-btn:hover img { opacity: .6; transform: scale(1.15); transition: .4s ease all; }
a.inv-btn:hover .inv-overlay:before { background: #fff; }
.inv-overlay:hover .title { color: #497f3d; }

.inv-btn .title, .inv-all .title { font-size: 40px; text-transform: uppercase; transition: .4s ease all; }

.inv-all {
	position: relative; width: 100%; padding: 50px 12px; 
	background: #3356a6; color: #fff; 
	background-image: linear-gradient(150deg, #497f3d 0%, #497f3d 25%, #3356a6 100%); 
	display: flex; justify-content: center; align-items: center; 
	transition: .4s ease all; 
}
.inv-all:after {
	position: absolute; z-index: 2; content: ""; top: 6px; left: 6px; width: calc(100% - 12px); height: calc(100% - 12px); 
	pointer-events: none; border: 3px solid #fff; opacity: .8; 
	transition: .15s ease all; 
}
.inv-all .title { text-align: center; }
a.inv-all:hover { background: #22376d; }
a.inv-all:hover .title { letter-spacing: 2px; text-decoration: underline; }
a.inv-all:hover:after { opacity: 1; }

.fb-half.inv-banners {display: flex; flex-direction: row !important; width: 100% !important;}
.fb-half.inv-banners > .inv-all {width: 50%;}

.homepage .mission > .content-sect { padding-right: 12px; }

.financing-diamond-bottom { padding-top: 370px!important /* 120px + [.diamond-sect height / 2] */; }

/* subpages */
.subpage { 
	width: 100%; position: relative; 
	display: flex; flex-direction: column; align-items: center; 
}

.subhero {
	position: relative; width: 100%; background: #000; padding: 60px max(3%, calc(50% - 800px)); 
	display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 20px; 
}
.subhero > img { opacity: .3; }
.subhero > *:not(img) { position: relative; z-index: 2; }
.subhero > *:not(.listed) { text-align: center; }
.subhero .title { text-transform: uppercase; letter-spacing: 3px; }
.subhero .horiz-sect { justify-content: center; }

.listed-boxes { 
	position: relative; width: 100%; 
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; 
}

#backToTop {
	display: none; 
	position: fixed; z-index: 1003; bottom: 12px; right: 12px; cursor: pointer; 
	padding: 4px 10px; width: 50px; height: 50px; 
	background: rgba(0, 0, 0, .8); color: #fff; box-shadow: 0 2px 12px rgba(0, 0, 0, .25); 
	font-family: 'rig-sans', sans-serif; font-size: 17px; font-weight: 800; text-align: center; letter-spacing: .25px; 
	transition: .1s ease all; 
}
#backToTop:hover { background: #22376d; transition: .3s ease all; }

iframe { background: #ddd; }
.map-div iframe { min-height: 340px; }

/* about-us.htm */
.aboutpage {}

.testimonial-slider-section {}

.review-carousel { width: min(100%, 1200px)!important; margin: -28px auto; }
.review-carousel, .review-carousel .flickity-viewport { min-height: 380px!important; }

.testimonial-slider-section .is-testimonial { 
	position: relative; z-index: 2; margin: 28px 20px; 
	width: calc(100% - 40px)!important; min-height: 240px; 
}

/* contact-us.htm */
.contactpage {}

.contactpage .mission { justify-content: space-between; }
.form-sm { width: 50%; padding: 24px min(calc(5vw - 12px), 40px); }
.contactpage .mission .missionimg.map-div { width: 50%; }
.sms-consent-box { background-color: #f5f5f5; border: 1px solid #ddd; border-radius: 4px; padding: 15px; margin-top: 15px; margin-bottom: -5px; font-size: 0.9em; line-height: 1.5; }

.sms-consent-box p { margin: 0; color: #555; font-family: 'rig-sans', sans-serif; }

.sms-consent-box strong { color: #333; }

/* we-buy-equipment.htm */
.consignpage {}

/* financing.htm */
.financepage {}

.is-lender { row-gap: 40px; }
.is-lender > .content-sect { width: calc(100% - 410px); }
.fin-img { 
	width: 350px; height: auto; min-height: 100px; max-height: 300px; padding: 32px; 
	background: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, .1); 
	display: flex; justify-content: center; align-items: center; 
	transition: .3s ease all; 
}
.fin-img img { 
	width: 100%; height: auto; 
	object-fit: contain; object-position: center; 
}
a.fin-img:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, .25); }

/* reviews.htm */
.reviewspage {}

.reviewspage .listed-boxes { align-items: stretch; column-gap: 28px; row-gap: 28px; }

.is-testimonial { 
	position: relative; width: calc(50% - 14px); padding: 32px; 
	background: #fff; box-shadow: 0 3px 16px rgba(0, 0, 0, .1); 
	display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; 
	transition: .25s ease all; 
}
.is-testimonial:before {
	position: absolute; z-index: 1; top: 3px; right: 20px; content: "\f10e"; 
	font-family: 'Font Awesome 6 Free', icon; font-weight: 900; font-size: 90px; text-align: right; 
	color: #3356a6; opacity: .125; pointer-events: none; 
}
.is-testimonial > * { position: relative; z-index: 2; }
.is-testimonial p { font-size: 18px; line-height: 1.4; }
.is-testimonial .is-review { margin-bottom: 20px; }
.is-testimonial .title.is-author { font-size: 16px!important; color: #444!important; }
.is-testimonial .is-date { font-size: 12px!important; color: #555!important; }
.is-testimonial:hover { box-shadow: 0 6px 24px rgba(0, 0, 0, .2); }

/* thank-you.htm */
.thankyoupage { background: #f0f0f0; }

/* recommended styles */
.center-style, .center-style .title, .center-style p, 
.title.center-style, p.center-style { text-align: center; }

.txt-uppercase { text-transform: uppercase; }

.bg-green, .tbd-green:before { background: #497f3d; }
.bg-blue { background: #3356a6; }
.bg-dblue { background: #142140; }
.bg-dblue2 { background: #151e39; }
.bg-lgray { background: #f0f0f0; }

.bg-green .listed, .bg-blue .listed, .bg-dblue .listed, .bg-dblue2 .listed { color: #fff; }

.bg-declareimg { 
	position: relative; z-index: 2; width: 100%; padding: 120px max(5%, calc(50% - 800px)); 
}
.bg-declareimg img { opacity: .15; }
.bg-declareimg > *:not(img){ position: relative; z-index: 3; }

.width100 { width: 100%; }

.padtb-lg { padding-top: 80px; padding-bottom: 80px; }
.padtb-mlg { padding-top: 60px; padding-bottom: 60px; }
.padtb-med { padding-top: 50px; padding-bottom: 50px; }
.padtb-sm { padding-top: 24px; padding-bottom: 24px; }

.padlr-med { padding-left: max(5vw, calc(50% - 900px)); padding-right: max(5vw, calc(50% - 900px)); }

.margt-sm { margin-top: 20px; }
.margb-smed { margin-bottom: 40px; }

/* forced styles */
.txt-bold { font-weight: 800!important; }
.listed.txt-bold, .listed .txt-bold { font-weight: 700!important; }

.force-hvr-no-txtd:hover { text-decoration: none!important; }

.force-hvr-green:hover { color: #497f3d!important; }

.force-width100 { width: 100%!important; }

.force-rowgap0 { row-gap: 0; }
.force-rowgap40 { row-gap: 40px; }

/*-------- FORM STYLES now located in formstyles.css --------------------*/


/*-------- FOOTER STYLES ----------------*/
footer {  }

.bat-footer {
	position: relative; width: 100%; padding: 32px max(10%, calc(50% - 800px)); background: #f0f0f0; 
	display: flex; justify-content: space-between; align-items: center; column-gap: 50px; row-gap: 50px; 
}
.foot-nav, .foot-logo-col, .foot-soc {
	display: flex; flex-direction: column; align-items: stretch; 
}
.foot-nav, .foot-soc {
	position: relative; 
	justify-content: center; 
}
.foot-nav {}
.foot-nav a {
	position: relative; padding: 4px 20px; color: #000; 
	display: flex; justify-content: flex-start; align-items: center; 
	font-size: 16px; font-weight: 500; text-align: left; letter-spacing: .5px; 
	transition: .25s ease all; 
}
.foot-nav a:hover { color: #3356a6; text-decoration: underline; }
.foot-logo-col {
	position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); height: calc(100% - 64px); 
	justify-content: space-between; 
}
.foot-logo, .foot-logo img { width: min(100%, 200px); }
.foot-logo { 
	margin: 0 auto; 
	display: flex; justify-content: center; align-items: center; 
}
.foot-logo img {
	height: auto; object-fit: contain; object-position: center; 
}
.foot-logo-col p { color: #142140!important; }
.foot-soc { row-gap: 8px; }
.foot-soc .btnclass { margin-top: 12px; margin-left: 8px; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { width: 100%; height: 80px; background: #f0f0f0; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1650px) {
	.header-logo-div { width: 500px; }
}

@media only screen and (max-width: 1500px) {
	.header-logo-div { width: 470px; height: 140px; }
	
	.icon-sect { min-height: unset; padding-left: calc(5% + 100px); }
	.icon-sect > i { font-size: 70px; left: 3.8%; }
	
	.hero { min-height: 600px; }
}

@media only screen and (max-width: 1450px) {
	.mission > .content-sect { padding-top: 40px; padding-bottom: 40px; }
}

/* switch to mobile nav */
@media only screen and (max-width: 1420px) {
	
}

@media only screen and (max-width: 1400px) {
	.title { font-size: 40px; }
	
	.inv-btn { min-height: 440px; }
	.inv-btn .title, .inv-all .title { font-size: 36px; }
	
	.bat-footer { padding-left: 8%; padding-right: 8%; }
}

@media only screen and (max-width: 1350px) {
	.header-logo-div { width: 450px; }
	
	.mission > .content-sect { padding: 32px 32px 32px calc(5vw - 12px); }
	
	.hero { min-height: 550px; }
}

@media only screen and (max-width: 1320px) {
	.hide1320 { display: none!important; }
	
	.header-logo-div { width: 420px; }
}

@media only screen and (max-width: 1300px) {
	.inv-btn { min-height: 420px; }
	.inv-btn .title, .inv-all .title { font-size: 32px; }
	
	.scrolling-inv-sect { padding-bottom: 40px; }
	.si-logo-div { filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .25)); }
}

@media only screen and (min-width: 1281px) {	/* MIND THE MIN-WIDTH */
	.show1280 { display: none!important; }
}

@media only screen and (max-width: 1250px) {
	.mission > .content-sect, .homepage .mission > .content-sect { width: 67%; padding: 0 2.5vw; }
	.mission .missionimg { width: 33%; min-height: 380px; }
	
	.col1250 { flex-direction: column; }
	.is-lender > .content-sect { width: 100%; }
	.is-lender .fin-img { margin: 0 auto; max-width: 100%; }
	
	.review-carousel, .review-carousel .flickity-viewport { min-height: 420px!important; }
}

@media only screen and (min-width: 1201px) {	/* MIND THE MIN-WIDTH */
	.homepage .mission > .content-sect .title { padding-right: 5%; }
	.homepage .mission .missionimg img { position: relative; top: unset; left: unset; height: auto; min-height: 100%; }
}

@media only screen and (max-width: 1200px) {
	.hide1200 { display: none!important; }
	
	.mission { flex-direction: column; }
	.mission.mission-cr { flex-direction: column-reverse; }
	.mission > .content-sect, .homepage .mission > .content-sect { width: 100%; }
	.mission .missionimg { width: 100%; min-height: 320px; }
	
	.hero { min-height: 500px; }
	
	.homepage .mission .missionimg { margin-top: -110px; min-height: 400px; }
	.homepage .mission .missionimg img { object-position: 100% 50%; }
	
	.inv-btn { min-height: 400px; }
	.inv-btn .title, .inv-all .title { font-size: 30px; }
	
	.contactpage .mission { flex-direction: row; }
	
	.bat-footer { padding-left: 5%; padding-right: 5%; }
}

@media only screen and (max-width: 1180px) {
	.title { font-size: 36px; }
	.title.title-xl { font-size: 42px; }
	.title.title-med { font-size: 28px; }
	
	.diamond-cta { width: 98%; height: 450px; margin-bottom: -225px; }
	.financing-diamond-bottom { padding-top: 345px !important /* 120px + [.diamond-sect height / 2] */; }
}

@media only screen and (max-width: 1150px) {
	.inv-btn .title, .inv-all .title { font-size: 28px; }
	
	.inv-all { padding-top: 40px; padding-bottom: 40px; }
	
	.si-logo-si-div { height: 130px; }
	.si-logo-div { width: 220px; padding-right: 44px; }
	.si-logo-div:before { clip-path: polygon(0% 0%, calc(100% - 36px) 0%, 100% 100%, 0% 100%); }
}

@media only screen and (max-width: 1120px) {
	.contactpage .mission { flex-direction: column; }
	.form-sm { width: 100%; padding: 0 2.5vw; }
	.contactpage .mission .missionimg.map-div { width: 100%; }
}

@media only screen and (max-width: 1100px) {
	.is-testimonial { width: 100%; padding: 24px; }
}

@media only screen and (max-width: 1080px) {
	.inv-btn { min-height: 380px; }
}

@media only screen and (min-width: 1051px) {	/* MIND THE MIN-WIDTH */
	.header-mobile-soc { display: none!important; }
}

/* switch to full mobile header */
@media only screen and (max-width: 1050px) {
	.hide1050 { display: none!important; }
	
	.header-logo-div { position: relative; background: #fff; width: 100%; filter: none; justify-content: center; padding: 16px 5vw; }
	.header-logo-div:before { display: none!important; clip-path: none; }
	.header-logo, .header-logo img { max-width: min(100%, 430px); }
	.bat-topheader a { width: 100%; justify-content: center; }
	.nav-div { justify-content: space-between; height: 68px; }
	
	.hero { min-height: 450px; }
	
	.inv-btn .title, .inv-all .title { font-size: 28px; }
}

@media only screen and (max-width: 1000px) {
	.title { font-size: 32px; }
	.title-backdropped:before { height: max(32px, calc(100% - 36px)); }
	.title.title-xl { font-size: 38px; }
	.title.title-med { font-size: 26px; }
	
	.subhero .title { letter-spacing: 2px; }
	
	.col1000 { flex-direction: column; }
	.sb-sect.col1000 { flex-direction: column; align-items: flex-start; }
	.colr1000 { flex-direction: column-reverse!important; }
	.sb-sect.col1000.center-style { align-items: center; }
	.sb-sect.col1000 .content-sect { width: 100%; }
	
	.icon-sect { padding-left: calc(5% + 80px); }
	.icon-sect > i { font-size: 60px; left: 3%; }
	
	.diamond-cta { width: 100%; padding: 40px 5vw; height: unset; margin-bottom: -80px; }
	.diamond-cta:before { clip-path: polygon(0% 80px, 80px 0%, calc(100% - 80px) 0%, 100% 80px, 100% calc(100% - 80px), calc(100% - 80px) 100%, 80px 100%, 0% calc(100% - 80px)); }
	
	.review-carousel, .review-carousel .flickity-viewport { min-height: 460px!important; }
	
	.foot-nav a { min-height: 30px; }
}

@media only screen and (max-width: 980px) {
	.bat-footer { padding-bottom: 270px; justify-content: space-around; }
	.foot-logo-col { height: 280px; padding: 28px 0; top: unset; bottom: 0; transform: translateX(-50%); }
	.foot-nav a { min-height: 44px; }
	.foot-soc .btnclass { margin-left: 0; }
}

@media only screen and (max-width: 900px) {
	.title { font-size: 30px; }
	.title.title-med { font-size: 25px; }
	
	.hero-overlay .is-phone, .subhero .is-phone { font-size: 30px; }
	
	.review-carousel, .review-carousel .flickity-viewport { min-height: 510px!important; }
}

@media only screen and (max-width: 850px) {
	.hero { min-height: 420px; }
	
	.inv-btns-sect { flex-direction: column; }
	.inv-btn { width: 100%; min-height: 200px; padding: 0; align-items: center; }
	.inv-btn img { opacity: .25; }
	.inv-overlay:before { opacity: 0; }
	a.inv-btn:hover .inv-overlay:before { opacity: .9; }
}

@media only screen and (min-width: 801px) {	/* MIND THE MIN-WIDTH */
	.show800 { display: none!important; }
}

@media only screen and (max-width: 800px) {
	.hide800 { display: none!important; }
	
	.title { font-size: 28px; }
	.title.title-xl { font-size: 34px; }
	.title.title-med { font-size: 22px; }
	
	.subhero .title { letter-spacing: unset; }
	
	.searchbox-togglers a { font-size: 20px; min-height: 70px; }
	
	.homepage .mission .missionimg { margin-top: 0; min-height: 320px; }
	.homepage .mission .missionimg img { object-position: center; }
	
	.contactpage .titled-listed { flex-grow: 1; }
	
	.si-logo-si-div { height: 112px; }
	.si-logo-div { width: 180px; padding: 10px 24px 10px 10px; }
	.si-logo-div:before { clip-path: polygon(0% 0%, calc(100% - 32px) 0%, 100% 100%, 0% 100%); }
}

@media only screen and (max-width: 750px) {
	.header-logo-div { height: 120px; padding-top: 10px; padding-bottom: 10px; }
	.header-logo, .header-logo img { max-width: min(100%, 400px); }
	
	.icon-sect { padding-left: 5%; align-items: center; }
	.icon-sect > i { position: relative; top: unset; left: unset; margin: 0 auto 12px auto; }
	.icon-sect > i, .icon-sect .title, .icon-sect .subtitle, .icon-sect p { text-align: center; }
	
	.hero-overlay .is-phone, .subhero .is-phone { font-size: 28px; }
	
	.review-carousel, .review-carousel .flickity-viewport { min-height: 450px!important; }
	.is-testimonial p { font-size: 16px; }
	
	.bat-footer { padding-bottom: 270px; justify-content: space-between; column-gap: 40px; }
	.foot-logo-col { padding: 32px 0; }
	.foot-logo, .foot-logo img { width: min(100%, 180px, 72vw); }
	.foot-nav, .foot-soc { width: calc(50% - 20px); }
	.foot-nav a { min-height: 50px; }
}

@media only screen and (max-width: 700px) {
	.homehero-carousel .flickity-prev-next-button { top: unset!important; transform: none!important; bottom: 0; width: min(110px, 50%); height: 50px; }
	
	.review-carousel, .review-carousel .flickity-viewport { min-height: 500px!important; }
}

@media only screen and (max-width: 650px) {
	.nav-div { height: 60px; }
	.header-mobile-soc a.sqicon-link { width: 60px; }
	
	.searchbox-togglers a { font-size: 20px; }
	
	.sb-sect { flex-direction: column; align-items: flex-start; }
	.sb-sect.center-style { align-items: center; }
	.sb-sect .content-sect { width: 100%; }
	
	.si-logo-si-div { height: 100px; }
	.si-logo-div, .si-logo-div:before { display: none!important; }
	
	.testimonial-slider-section { padding-left: 12px!important; padding-right: 12px!important; }
	.aboutpage .is-testimonial { min-height: 340px!important; }
	
	.bat-footer { flex-direction: column; padding-bottom: 70px; }
	.foot-nav, .foot-soc { width: 100%; align-items: center; }
	.foot-nav a, .foot-soc .listed { justify-content: center; }
	.foot-soc { order: 1; }
	.foot-nav { order: 2; }
	.foot-logo-col { order: 3; position: relative; width: 100%; height: unset; padding: 0; left: 0; transform: none; }
	.foot-logo { margin-bottom: 24px; }
}

@media only screen and (max-width: 600px) {
	.title { font-size: 25px; }
	.title.title-med { font-size: 20px; }
	
	.inv-btn { min-height: 160px; }
	
	.review-carousel, .review-carousel .flickity-viewport { min-height: 550px!important; }
}

@media only screen and (max-width: 500px) {
	#header-searchbox.opened-full { padding-left: 10px; padding-right: 10px; }
	
	.titled-listed { width: 100%; padding: 16px; }
	.titled-listed .listed { padding-left: 0; padding-right: 0; }
	
	.review-carousel, .review-carousel .flickity-viewport { min-height: 560px!important; }
	.is-testimonial p { font-size: 15px; }
    
    .fb-half.inv-banners {flex-direction: column !important;}
    .fb-half.inv-banners > .inv-all {width: 100%;}
}

@media only screen and (max-width: 480px) {
	.header-mobile-soc a.sqicon-link { width: 56px; }
}

@media only screen and (max-width: 450px) {
	.searchbox-togglers a { font-size: 18px; }
	
	.diamond-cta { margin-bottom: -40px; }
	.diamond-cta:before { clip-path: polygon(0% 40px, 40px 0%, calc(100% - 40px) 0%, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0% calc(100% - 40px)); }
	
	.inv-btn { min-height: 150px; }
	
	.review-carousel, .review-carousel .flickity-viewport { min-height: 650px!important; }
}

@media only screen and (max-width: 400px) {
	.btnclass { width: 100%; padding-left: 10px; padding-right: 10px; }
	
	.inv-btn { min-height: 140px; }
	
	.review-carousel, .review-carousel .flickity-viewport { min-height: 700px!important; }
}

@media only screen and (max-width: 380px) {
	.searchbox-togglers a { font-size: 15px; }
	
	.testimonial-slider-section { display: none!important; }
}

@media only screen and (max-width: 350px) {
	.hide350 { display: none!important; }
	
	.diamond-cta { margin-bottom: 0; }
	.diamond-cta:before { clip-path: none; }
}

@media only screen and (max-width: 320px) {
	.searchbox-togglers { flex-direction: column; }
	.searchbox-togglers a { width: 100%; }
	.searchbox-togglers a:first-child { border-top-right-radius: 8px; }
	.searchbox-togglers a:last-child { border-top-right-radius: 0; }
	.searchbox-togglers a br.show800 { display: none!important; }
	.forms-holder, .forms-holder form { flex-direction: column; height: unset; }
	.forms-holder form input[type="text"], .forms-holder form button[type="submit"] { width: 100%; }
	.forms-holder form input[type="text"] { border-bottom-left-radius: 0; }
	.forms-holder form button[type="submit"] { border-bottom-left-radius: 8px; }
}

@media only screen and (max-width: 300px) {
	.hide300 { display: none!important; }
	
	.header-logo-div { height: unset; }
	.bat-topheader a.listed.is-phone { font-size: 20px!important; padding: 0 2px!important; }
	
	.inv-btn .title, .inv-all .title { font-size: 24px; min-height: 60px; }
}

@media only screen and (max-width: 250px) {
	.hide250 { display: none!important; }
	
	.inv-btn .title, .inv-all .title { font-size: 20px; }
}

@media only screen and (max-width: 200px) {
	.hide200 { display: none!important; }
}






