﻿/***** 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;  
} 

/*-------- COLORS --------

*/

/***** 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 {
	background: #000;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

h1 { font-family: 'Bai Jamjuree', sans-serif; font-size: 42px; color: #fff; letter-spacing: .5px; }
h2 { font-family: 'Bai Jamjuree', sans-serif; font-size: 42px; color: #fff; letter-spacing: .5px; }
h3 { font-family: 'Bai Jamjuree', sans-serif; font-size: 30px; color: #fff; }
p { font-family: 'Bai Jamjuree', sans-serif; font-size: 18px; color: #fff; }

/*--- HEADER STYLES ---------------------*/
header {}

.header { 
	width: 100%; background: linear-gradient(90deg, rgba(195,195,195,1) 0%, rgba(195,195,195,1) 50%, rgba(18,18,18,1) 50%, rgba(18,18,18,1) 100%); display: flex; justify-content: center; }
.header > div { 
	display: flex; justify-content: space-between; background: linear-gradient(90deg, rgba(195,195,195,1) 0%, rgba(184,184,184,1) 290px, rgba(18,18,18,1) 410px, rgba(18,18,18,1) 100%); padding: 0 0 0 5%; box-sizing: border-box; width: 100%; max-width: 2000px; }
.header-logo { width: 280px; }
.header-logo img { width: 280px; padding: 24px 0 10px 0; box-sizing: border-box; }
.header-right { width: calc(100% - 280px); height: 100%; display: flex; justify-content: space-between; align-items: flex-end; }
.nav-div { 
	padding: 0 20px 0 100px; box-sizing: border-box; width: calc(100% - 230px); display: flex; justify-content: flex-start; }
.header-soc { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-around; height: 100%; }
.header-soc a.listed { color: #999; margin: 0 24px; }
.header-soc a.listed:hover { color: #000; background: #ccc; }

/*---BODY--------------------------------*/
.bg-cement { 
	background: #757575; background-image: url("/siteart/bg-cement.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; }
.title-full { position: relative; text-transform: uppercase; color: #fff; width: 100%; margin: 0 0 24px 0; }
.title-full:before { 
	position: absolute; content: ""; top: 45%; bottom: -8px; left: -16px; right: 0; border-left: 3px solid #999; border-bottom: 3px solid #999; }
span.title-sm { font-size: 38px; color: #bbb; font-style: italic; }
.content-sect { display: flex; flex-direction: column; align-items: flex-start; padding: 40px 5%; box-sizing: border-box; }
.content-sect p { margin: 24px 0; }
.content-sect .btnclass { margin: 12px 0; }
.content-sect a.listed { margin: 12px 0; }
.fullmap { width: 100%; height: auto; }
.fullmap iframe { width: 100%; height: 100%; min-height: 450px; }

.btnclass { 
	font-family: 'Bai Jamjuree', sans-serif; font-size: 17px; font-weight: 600; text-transform: uppercase; font-style: italic; text-align: center; letter-spacing: .5px; padding: 12px 36px; box-sizing: border-box; border: 1px solid #ccc; color: #cdcdcd; transition: .15s ease-in; }
.btnclass:hover { background: #ccc; color: #000; transition: .15s ease-in; }
a.listed { 
	font-family: 'Bai Jamjuree', sans-serif; font-size: 16px; color: #fff; display: flex; align-items: center; padding: 16px; box-sizing: border-box; transition: .15s ease-in; }
a.listed i { font-size: 16px; width: 24px; text-align: center; margin: 0 12px 0 0; }
a.listed.email-sm { font-size: 14px; transition: .15s ease-in; }
a.listed:hover { background: #ccc; color: #000; transition: .15s ease-in; }
a.invisilink { font-family: 'Bai Jamjuree', sans-serif; color: #fff; font-weight: 600; }
a.invisilink:hover { text-decoration: underline; }

.cta-sect { max-width: unset!important; margin: 0!important; }
.inv-btns { 
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; max-width: 2000px; padding: 30px calc(8% - 48px); box-sizing: border-box; margin: 0 auto; }
.inv-btns a { 
	width: calc(33.333333% - 48px); height: 200px; margin: 12px 24px; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; transition: .25s ease all; }
.inv-btns a:before { 
	position: absolute; content: ""; z-index: -1; top: 24px; bottom: 24px; left: 40px; right: 40px; border: 1px solid #e1e1e1; transition: .25s ease all; }
.inv-btns a img { position: absolute; object-fit: contain; max-width: 100%; max-height: 100%; }
.inv-btns a span { 
	position: relative; z-index: 2; font-family: 'Bai Jamjuree', sans-serif; font-size: 23px; letter-spacing: .5px; text-transform: uppercase; text-align: center; color: #fff; text-shadow: 0 0 12px #000, 1px 1px 2px #000; transition: .25s ease all; }
.inv-btns a:hover:before { top: 32px; bottom: 32px; left: 52px; right: 52px; transition: .25s ease all; }
.inv-btns a:hover span { font-size: 25px; transition: .25s ease all; }
.inv-btns a:last-of-type { width: 100%; }

/* homepage - default.htm */
.hero { 
	width: 100%; max-width: 3000px; height: 600px; margin: 0 auto; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }
.hero-overlay { 
	position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 160px 8% 110px 8%; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; margin: 0 auto; max-width: 2000px; }
.hero-overlay h1 { text-shadow: 0 0 12px #000, 1px 1px 0 #000; }
.hero-overlay .title-full:before { right: calc(100% - 250px); }
.hero-overlay a { text-shadow: 0 0 12px #000, 1px 1px 0 #000; }
.hero-overlay a:hover { text-shadow: none; }

.homepage { width: 100%; max-width: 2000px; display: flex; align-items: center; margin: 70px auto 20px auto; }
.homepage .missionimg { width: 45%; padding: 0 0 0 40px; box-sizing: border-box; position: relative; z-index: 1; }
.homepage .missionimg:before { 
	position: absolute; z-index: -1; content: ""; top: -24px; bottom: 21%; left: 0; right: calc(100% - 82%); border: 1px solid #999; border-left: none; }
.homepage .missionimg img { width: 95%; max-width: 650px; box-sizing: border-box; }
.homepage .content-sect { width: 55%; }

/* contact-us.htm */
.contactpage { width: 100%; max-width: 2000px; display: flex; flex-wrap: wrap; align-items: stretch; margin: 0 auto; }
.contactpage .content-sect { width: 50%; }
.contactpage .fullmap { width: 50%; }

/* thank-you.htm */
.thankyoupage { width: 100%; max-width: 2000px; display: flex; flex-wrap: wrap; align-items: stretch; margin: 0 auto; }
.thankyoupage .content-sect { width: 50%; }
.thankyoupage .fullmap { width: 50%; }
.thankyoupage.fullmap { width: 100%; }

/*--------FORM STYLES--------------------*/
.form-div { display: flex; flex-direction: column; align-items: center; margin: 60px auto; width: 100%; max-width: 1200px; }
form { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 1200px; }
form h2 { align-self: left; text-align: left; margin: 0 0 40px 0; max-width: 1060px; }
form .title-full:before { right: calc(100% - 250px); }
form p { margin: 24px 0 20px 0; padding: 0 10px; box-sizing: border-box; width: 100%; max-width: 1060px; }
.formrow { display: flex; justify-content: center; width: 100%; margin: 0 5%; }
.formrow-left { display: flex; justify-content: flex-start; width: 100%; margin: 0 5%; }
.formrow-captcha { display: flex; flex-direction: column; align-items: center; width: 100%; margin: 0 5%; }
.formrow-captcha .btnclass { margin: 0; }
.form-smcol { display: flex; flex-direction: column; width: 33.333333%; box-sizing: border-box; }
form label {
	font-family: 'Bai Jamjuree', sans-serif; font-size: 17px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: #ddd; width: 100%; box-sizing: border-box; margin: 30px 0 6px 0; padding: 0 0 0 18px; }
form input[type="text"] {
	width: 90%; box-sizing: border-box; margin: 0 10px; padding: 6px; font-family: 'Bai Jamjuree', sans-serif; font-size: 16px; color: #000; font-weight: 500; background: #dedede; }
form input[type="email"] {
	width: 90%; box-sizing: border-box; margin: 0 10px; padding: 6px; font-family: 'Bai Jamjuree', sans-serif; font-size: 16px; color: #000; font-weight: 500; background: #dedede; }
form textarea {
	width: 100%; height: 200px; box-sizing: border-box; margin: 0 10px; padding: 6px; font-family: 'Bai Jamjuree', sans-serif; font-size: 16px; color: #000; font-weight: 500; background: #dedede; }
form a { margin: 20px 0 0 0; align-self: center; font-family: 'Bai Jamjuree', sans-serif!important; }
form .CaptchaMessagePanel { font-family: 'Bai Jamjuree', sans-serif!important; color:#fff; letter-spacing: .5px; }
form .CaptchaWhatsThisPanel a { font-family: 'Bai Jamjuree', sans-serif!important; color: #7abdff!important; letter-spacing: .5px; }
form .btnclass { margin: 20px 0; cursor: pointer; }
form button { background: #000; cursor: pointer; }

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 44px 0 0 0; box-sizing: border-box; }
.footer > .scrolling-inv-wrapper { align-self: flex-end; width: 90%; height: 90px; margin: 0 0 64px 0; position: relative; }
.scrolling-inv-wrapper:before { 
	position: absolute; z-index: -1; content: ""; top: -24px; bottom: -24px; left: -24px; right: 0; border: 1px solid #999; border-right: none; }
.scrolling-inv-wrapper .scrolling-inv { width: 100%; height: 90px; overflow: hidden; }
.scrolling-inv iframe { width: 100%; }
.midfoot { 
	width: 100%; background: #8a8a8a; display: flex; justify-content: center; align-items: center; padding: 16px 5% 8px 4%; box-sizing: border-box; border-top: 12px solid #121212; }
.foot-logo { display: flex; justify-content: flex-start; width: 240px; }
.foot-logo img { width: 240px; }
.foot-nav { width: calc(100% - 240px); max-width: 1760px; display: flex; justify-content: flex-end; align-items: center; }
.foot-nav a { 
	font-family: 'Bai Jamjuree', sans-serif; font-size: 18px; text-transform: uppercase; padding: 12px 16px; box-sizing: border-box; margin: 0 8px; color: #000; transition: .15s ease-in; }
.foot-nav a:hover { background: #000; color: #fff; transition: .15s ease-in; }
.foot-soc { background: #121212; width: 100%; display: flex; justify-content: center; align-items: center; }
.foot-soc > div { 
	display: flex; justify-content: flex-end; align-items: center; width: 100%; max-width: 2000px; margin: 0 auto; box-sizing: border-box; }
.foot-soc a.listed { color: #bbb; margin: 12px 40px; }
.foot-soc a.listed:hover { color: #fff;  background: #000; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
a.buy-btn, a.gtm-buynow{background: #C10A0A!important;}
#inv h1.list-title { color: #999!important; }
#inv .list-content .list-listing { background: #000!important; color: #fff!important; }
#inv p.listing-description-text span.listing-description a.more span { text-decoration: underline; }
#inv div.selected-header { background: #fff; }
#inv button.section-head { background: #fff; }
#inv button.ts-button { background: #000!important; color: #fff!important; border: 1px solid #ccc; }
#inv button.ts-button:hover { background: #ccc!important; color: #000!important; }
#inv button.selected-facet { background: #000!important; color: #fff!important; border: 1px solid #ccc; }
#inv button.selected-facet:hover { background: #ccc!important; color: #000!important; }
#inv a.view-listing-details-link { background: #000!important; color: #fff!important; border: 1px solid #ccc; }
#inv a.view-listing-details-link:hover { background: #ccc!important; color: #000!important; }
#inv a.collapsible-contact-list-item { background: #000!important; color: #fff!important; border: 1px solid #ccc; }
#inv a.collapsible-contact-list-item:hover { background: #ccc!important; color: #000!important; }
#inv span.option-name, #inv span.option-count { color: #fff!important; margin: 0 0 0 6px; }
#inv div.show-all-modal-content-container { background: #000!important; }
#inv button.close { border: none!important; }
#inv button.close i { padding: 2px 6px; }
#inv div.detail__media-buttons.media-buttons a { background: #000!important; color: #fff!important; border: 1px solid #ccc; }
#inv div.detail__media-buttons.media-buttons a:hover { background: #ccc!important; color: #000!important; }
#inv div.detail__media-buttons.media-buttons button { background: #000!important; color: #fff!important; border: 1px solid #ccc; }
#inv div.detail__media-buttons.media-buttons button:hover { background: #ccc!important; color: #000!important; }
#inv button.email-this { background: #000!important; color: #fff!important; border: 1px solid #ccc; }
#inv button.email-this:hover { background: #ccc!important; color: #000!important; }
#inv button#detail-page-email-seller { background: #000!important; color: #fff!important; border: 1px solid #ccc; }
#inv button#detail-page-email-seller:hover { background: #ccc!important; color: #000!important; }
#inv button.dealer-contact_button { background: #000!important; color: #fff!important; border: 1px solid #ccc; }
#inv button.dealer-contact_button:hover { background: #ccc!important; color: #000!important; }
#inv div.dealer-contact .dealer-contact__header h2 { color: #000!important; }
#inv div.dealer-contact .dealer-contact__header { border-bottom: 1px solid #000!important; }
#inv select#retail-currency.currency-select option { background: #fff!important; color: #000!important; }
#inv button.filter-clear-all { background: none!important; color: #000!important; border: none!important; }
#inv button.filter-clear-all:hover { background: none!important; color: #000!important; }
#inv div.list-listing-mobile { background: #000!important; color: #fff!important; }
#inv a.dealer-phone-call { color: #fff!important; }
#inv a.dealer-phone-call:hover { background: #ccc!important; color: #000!important; }
#inv div.carfax img.carfax__image { background: #fff!important; }
#inv div.detail__specs-label { background: #f3f3f3!important; color: #222!important; }
#inv div.detail__specs-value { background: #000!important; color: #fff!important; }
#inv p.disclaimer { background: #000!important; color: #fff!important; }
#inv p.disclaimer a { color: #fff!important; text-decoration: underline; }
#inv div.ts-modal-content { background: #fff; color: #000!important; }
#inv div.ts-modal-content input[disabled] { background: #fff; color: #000!important; }
#inv form.send-a-message-form { color: #000!important; }
#inv form.send-a-message-form span { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form button[type="submit"].g-recaptcha.button.ts-button span { color: #fff!important; background: none!important; }
#inv form.send-a-message-form div.form-el { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form div.form-el span { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form div.form-el span.required.red { background: #fff!important; color: #C80003!important; }
#inv form.send-a-message-form div.iti__selected-dial-code { color: #000!important; }
#inv form.send-a-message-form div.iti--separate-dial-code { color: #000!important; }
#inv form.send-a-message-form span.iti__country-name { background: none; color: #000!important; }
#inv form.send-a-message-form span.iti__dial-code { background: none; color: #000!important; }
#inv form.send-a-message-form span.iti__country-name { background: none; color: #000!important; }
#inv form.send-a-message-form span.iti__dial-code { background: none; color: #000!important; }
#inv form.send-a-message-form div.video-chat-service-container { background: #fff!important; color: #C80003!important; }
#inv form.send-a-message-form select#videoChatTime { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form select#videoChatTime option { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form select#videoChatService { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form select#videoChatService option { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form select#videoChatDay { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form select#videoChatDay option { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form input { background: #fff!important; color: #000!important; width: 100%!important; }
#inv form.send-a-message-form input#firstName { background: #fff!important; color: #000!important; width: 100%!important; }
#inv form.send-a-message-form input#lastName { background: #fff!important; color: #000!important; width: 100%!important; }
#inv form.send-a-message-form input#email { background: #fff!important; color: #000!important; width: 100%!important; }
#inv form.send-a-message-form input#postalCode { background: #fff!important; color: #000!important; width: 100%!important; }
#inv form.send-a-message-form a { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form span a { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form textarea#comments { background: #fff!important; color: #000!important; width: 100%!important; }
#inv form.send-a-message-form button:hover { background: #999!important; color: #000!important; }
#inv form.send-a-message-form div#privacy-policy-text { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form div#privacy-policy-text span { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form div#privacy-policy-text a { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form div#privacy-policy-text span a { background: #fff!important; color: #000!important; }
#inv form.send-a-message-form div#privacy-policy-text a:hover { text-decoration: underline; }
#inv form.send-a-message-form div#privacy-policy-text span a:hover { text-decoration: underline; }
#inv div.MuiFormControl-root.MuiTextField-root input[disabled] { color: #000!important; -webkit-text-fill-color: #000!important; }
#inv div.ts-modal-header span { color: #000!important; }
#inv div.show-all-modal-header div.top-row button.back-button:hover { color: #fff!important; background: #888!important; }
#inv div.show-all-modal-header div.top-row button.back-button span { color: #fff!important; }
#inv div.show-all-modal-header div.top-row button.apply-button:hover { color: #fff!important; background: #888!important; }
#inv div.show-all-modal-header div.top-row button.apply-button span { color: #fff!important; }
#inv div.show-all-modal-header div.additional-button-row button.nuf-button.ts-button:hover { color: #fff!important; background: #888!important; }
#inv div.show-all-modal-header div.additional-button-row button.nuf-button.ts-button span { color: #fff!important; }
#inv div.faceted-search-field.DateRange { background: #fff!important; color: #000!important; }

div.inv-foot-spacer { width: 100%; height: 80px; background: #121212; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 2000px) {
	.homepage .missionimg:before { border-left: 1px solid #999; }
	.footer > .scrolling-inv-wrapper { width: calc(100% - 200px); }
}

@media only screen and (min-width: 1800px) {
	.header > div { 
		background: linear-gradient(90deg, rgba(195,195,195,1) 0%, rgba(184,184,184,1) 20%, rgba(18,18,18,1) 30%, rgba(18,18,18,1) 100%); }
	.nav-div { padding: 0 0 0 90px; }
}

@media only screen and (min-width: 1600px) {
	.homepage .missionimg:before { right: calc(100% - 600px); }
}

@media only screen and (min-width: 1500px) {
	.inv-btns { justify-content: flex-start; }
	.inv-btns a { width: calc(25% - 48px)!important; }
}

@media only screen and (max-width: 1300px) {
	.nav-div { padding: 0 6px 0 100px; }
}

@media only screen and (max-width: 1250px) {
	.header > div { 
		background: linear-gradient(90deg, rgba(195,195,195,1) 0%, rgba(184,184,184,1) 200px, rgba(18,18,18,1) 300px, rgba(18,18,18,1) 100%); padding: 0 0 0 24px; }
	.header-logo { width: unset; }
	.header-logo img { width: unset; height: 100px; padding: 16px 0 4px 0; }
	.header-right { justify-content: flex-end; width: calc(100% - 236px); }
	.nav-div { padding: 0 6px 0 64px; }
}

@media only screen and (max-width: 1220px) {
	.midfoot { padding: 16px 8px 8px 4%; }
}

@media only screen and (max-width: 1200px) {
	.midfoot { flex-direction: column; padding: 16px 4% 8px 4%; }
	.foot-logo { width: 100%; margin: 0 0 12px 0; }
	.foot-nav { width: 100%; justify-content: space-around; }
}

@media only screen and (max-width: 1150px) {
	.nav-div { order: 2; width: unset; height: 100%; align-items: center; padding: 0; }
	.header-soc { order: 1; flex-direction: row; justify-content: flex-end; align-items: center; width: calc(100% - 84px); }
	.header-soc a.listed { padding: 32px 16px; }
	.inv-btns a { width: calc(50% - 8px); margin: 12px 4px; }
}

@media only screen and (max-width: 1100px) {
	.hero { height: 500px; }
	.hero-overlay { padding: 110px 8% 90px 8%; }
}

@media only screen and (max-width: 1050px) {
	h1 { font-size: 38px; }
	h2 { font-size: 38px; }
	span.title-sm { font-size: 34px; }
	.foot-nav a { margin: 0 2px; }
	.foot-soc > div { justify-content: space-around; padding: 0 12px; }
	.foot-soc a.listed { margin: 12px 0; }
}

@media only screen and (max-width: 1000px) {
	.fullmap iframe { min-height: 400px; }
}

@media only screen and (min-width: 900px) {
	.show900 { display: none; }
}

@media only screen and (max-width: 900px) {
	.hide900 { display: none; }
	.contactpage { align-items: center; }
	.contactpage .content-sect { width: 100%; order: 1; }
	.contactpage .fullmap { width: 100%; order: 3; }
	.contactpage > .form-div { order: 2; margin: 0 auto 60px auto; }
	.contactpage form .title-full:before { right: 0; }
	.thankyoupage .content-sect { width: 100%; }
	.midfoot { flex-direction: row; justify-content: space-between; align-items: flex-start; }
	.foot-logo { width: calc(100% - 180px); margin: 16px 0 12px 0; }
	.foot-logo img { width: 100%; max-width: 240px; object-fit: contain; }
	.foot-nav { width: unset; flex-direction: column; }
}

@media only screen and (max-width: 850px) {
	h1 { font-size: 34px; }
	h2 { font-size: 34px; }
	span.title-sm { font-size: 30px; }
	.header-soc a.listed { margin: 0 2px; }
	.stack850 { display: flex; flex-direction: column; }
	.stack850 > .content-sect { width: 100%; padding: 40px; }
	.homepage { margin: 40px auto 20px auto; }
	.homepage .missionimg { width: 100%; order: 2; padding: 0 40px 0 20px; }
	.homepage .content-sect { order: 1; padding: 0 40px 60px 40px; }
}

@media only screen and (max-width: 800px) {
	.hero { height: 400px; }
	.hero-overlay { padding: 80px 20px 60px 8%; }
	.formrow { flex-direction: column; }
	.form-smcol { width: 100%; }
	form input[type="text"] { width: 97%; }
	form input[type="email"] { width: 97%; }
	form textarea { width: 97%; }
}

@media only screen and (max-width: 750px) {
	.header-soc a.listed span { display: none; }
	.header-soc a.listed i { font-size: 21px; margin: 0; }
}

@media only screen and (max-width: 700px) {
	.fullmap iframe { min-height: 350px; }
	.foot-soc > div { flex-direction: column; padding: 8px 0 50px 0; }
	.foot-soc a.listed { margin: 4px 0; }
}

@media only screen and (max-width: 650px) {
	h1 { font-size: 30px; }
	h2 { font-size: 30px; }
	.header > div { 
		padding: 0 0 0 10px; background: linear-gradient(90deg, rgba(195,195,195,1) 0%, rgba(184,184,184,1) 170px, rgba(18,18,18,1) 260px, rgba(18,18,18,1) 100%); }
	span.title-sm { font-size: 26px; }
	.content-sect { padding: 40px 20px; }
	.btnclass { width: 100%; padding: 12px 0; }
	.inv-btns { padding: 30px 24px; }
	.inv-btns a { width: 100%; height: 160px; margin: 12px 0; }
	.inv-btns a:before { top: 12px; bottom: 12px; left: 20px; right: 20px; }
	.inv-btns a:hover:before { top: 20px; bottom: 20px; left: 34px; right: 34px; }
	.footer > .scrolling-inv-wrapper { width: 100%; }
}

@media only screen and (max-width: 500px) {
	.header-logo { width: calc(100% - 84px); }
	.header-logo img { max-width: 100%; object-fit: contain; padding: 24px 10px 10px 0; }
	.hero { height: 350px; }
	.hero-overlay { padding: 80px 20px 42px 8%; }
	.midfoot { flex-direction: column; }
	.foot-logo { width: 100%; justify-content: center; }
	.foot-nav { width: 100%; }
}

@media only screen and (max-width: 450px) {
	h1 { font-size: 26px; }
	h2 { font-size: 26px; }
	span.title-sm { font-size: 23px; }
	.inv-btns a { height: 110px; }
}

@media only screen and (max-width: 440px) {
	.header-soc a.listed { display: none; }
}

@media only screen and (max-width: 310px) {
	.nav-div { background: #121212; }
}






