﻿/***** 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: #362511; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #362511;
    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;}

h1 { font-family: 'Vollkorn', serif; letter-spacing: .5px; }
h2 { font-family: 'Vollkorn', serif; letter-spacing: .5px; }
h3 { font-family: 'Vollkorn', serif; letter-spacing: .5px; }
h4 { font-family: 'Vollkorn', serif; letter-spacing: .5px; }
p { font-family: 'Rubik', sans-serif; color: #362511; /* BROWN */ }

/*--- HEADER STYLES ---------------------*/
header {}

.talbott-header { position: relative; z-index: 1004; width: 100%; }
.talbott-header a.header-logo img { position: absolute; z-index: 2; top: 0; left: 5%; width: 150px; object-fit: contain; box-shadow: 0 0 12px rgba(0, 0, 0, .7); }
.talbott-header .header-naa { position: absolute; top: 0; left: calc(5% + 200px); height: 40px; color: #ffece5; font-size: 16px; letter-spacing: .5px; display: flex; align-items: center; }
.talbott-header .header-right { width: 100%; display: flex; flex-direction: column; align-items: center; box-shadow: 0 0 10px rgba(0, 0, 0, .5); }
.talbott-header .header-right > div { width: 100%; display: flex; justify-content: center; align-items: center; padding: 0 60px; box-sizing: border-box; }
.talbott-header .header-right .topheader { background: #362511; /* BROWN */ }
.talbott-header .header-right .topheader > div { width: 100%; max-width: 3000px; height: 40px; display: flex; justify-content: flex-end; align-items: center; }
.talbott-header .header-right .topheader .listed { margin: 0 0 0 60px; height: 100%; color: #ffc7b3; /* CORAL */ }
.talbott-header .header-right .topheader a:hover { color: #362511; /* BROWN */ }
.talbott-header .header-right .nav-div { padding-right: 24px; }
.talbott-header .header-right .nav-div > div { width: 100%; max-width: 3000px; display: flex; justify-content: flex-end; align-items: center; }

/*---BODY--------------------------------*/
.bg-turq { background: #9ad0d2; /* TURQUOISE */ }
.bg-brown { background: #362511; /* BROWN */ }
.bg-white { background: #fff; }
.bg-white-85 { background: rgba(255, 255, 255, .85); }
.bg-white-gradient { background: rgba(255, 255, 255, .85); background-image: linear-gradient(rgba(255,255,255,1) 100px, rgba(255,255,255,0) 400px); }
.bg-parallax { background: #fff; background-image: url('/siteart/hero1.jpg'); background-size: cover; background-position: center; background-attachment: fixed; background-repeat: no-repeat; border-top: 2px solid #362511; border-bottom: 2px solid #362511; }

hr.normal-hr { border: none; width: 100%; height: 1px; margin: 0 auto; background: #362511; }

.has-hr-thru { position: relative; padding-left: 20px; padding-right: 20px; margin-left: -20px; }
.has-hr-thru.bg-turq:before { position: absolute; z-index: -1; top: 0; bottom: 0; left: 12px; right: 8px; content: ""; background: #9ad0d2; /* TURQUOISE */ }
hr.hr-thru { position: absolute; z-index: -3; content: ""; top: calc(50% - 1px); left: -500px; width: 4000px; height: 3px; border: none; background: #362511; margin: 0; }
hr.hr-thru.hr-thru-brown { background: #362511; /* BROWN */ }
hr.hr-thru.hr-thru-white { background: #fff; }
hr.hr-left { left: -4000px; right: calc(100% + 8px); }
hr.hr-right { left: calc(100% + 8px); }

.brush-behind.has-hr-thru:before { left: -3px; right: -12px; }

.brush-behind { position: relative; z-index: 3; }
.brush-behind:before { position: absolute; z-index: -1; content: ""; top: 5px; bottom: -10px; left: -20px; right: -28px; background: url('/siteart/brush-stroke-coral.png'); background-size: contain; background-repeat: no-repeat; background-position: center; box-sizing: border-box; }
.brush-behind.turq-brush:before { position: absolute; z-index: -1; content: ""; top: 5px; bottom: -10px; left: -20px; right: -28px; background: url('/siteart/brush-stroke-coral.png'); background-size: contain; background-repeat: no-repeat; background-position: center; box-sizing: border-box; filter: hue-rotate(162deg) brightness(.94) saturate(.85); }

.title { position: relative; color: #1f150a; /* DARK BROWN */ letter-spacing: 1px; width: 100%; display: flex; flex-direction: column; align-items: flex-start; }
.title span { position: relative; z-index: 3; }
.title span.title-sm { line-height: 1; }
h1.title { font-size: 50px; line-height: 80px; }
h1.title span.title-sm { font-size: 25px; }
h2.title { font-size: 38px; }
h2.title span.title-sm { font-size: 30px; }
h3.title { font-size: 32px; }
h3.title span.title-sm { font-size: 22px; }

.subhero { width: 100%; background: #fff; display: flex; justify-content: flex-start; align-items: flex-end; padding: 70px 5% 0 5%; box-sizing: border-box; overflow: hidden; }

.content-sect { display: flex; flex-direction: column; align-items: flex-start; padding: 40px; box-sizing: border-box; }
.content-sect p { margin-bottom: 12px; }
.content-sect a.btnclass { margin: 12px 0; }
.content-sect.listed-holder { padding: 0; }

.btnclass { background: #362511; color: #fff; font-family: 'Rubik', sans-serif; font-size: 16px; text-transform: uppercase; text-align: center; letter-spacing: .5px; padding: 10px 24px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; box-shadow: 0 1px 6px rgba(0, 0, 0, .4); border: 1px solid #362511; }
.btnclass.bg-turq { background: #9ad0d2; /* TURQUOISE */ color: #362511; /* BROWN */ border: 1px solid #9ad0d2; }
.btnclass:hover { background: #ffc7b3; /* CORAL */ color: #362511; /* BROWN */ border: 1px solid #362511; box-shadow: none; }
.listed { display: flex; justify-content: flex-start; align-items: center; font-family: 'Rubik', sans-serif; font-size: 16px; line-height: 32px; text-align: left; color: #362511; /* BROWN */ margin: 12px 0; padding: 8px 10px; box-sizing: border-box; }
.listed span { text-align: left; }
.listed i { width: 22px; text-align: center; margin-right: 12px; }
a.listed:hover { background: #ffc7b3; /* CORAL */ color: #1f150a; /* DARK BROWN */ }
.invisilink { color: #362511; font-family: 'Rubik', sans-serif; font-weight: 600; }
.invisilink:hover { text-decoration: underline; }

.upcoming-sect { position: relative; z-index: 2; width: 80%; display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; margin: -150px auto 0 auto; padding: 0; box-sizing: border-box; }
.upcoming-sect .upcoming-card { width: calc(25% - 30px); max-width: 420px; min-height: 240px; background: #362511; display: flex; flex-direction: column; align-items: center; justify-content: space-between; margin: 0 15px 30px 15px; padding: 20px 8px; box-sizing: border-box; box-shadow: 0 2px 10px rgba(0, 0, 0, .7); }
.upcoming-sect .upcoming-card div { width: 100%; display: flex; flex-direction: column; align-items: center; }
.upcoming-sect .upcoming-card h4 { color: #fff; text-align: center; font-size: 20px; margin: 0 4px; }
.upcoming-sect .upcoming-card hr.upc-hr { background: #ffc7b3; /* CORAL */ width: calc(100% - 24px); max-width: 380px; height: 1px; border: none; margin: 0; }
.upcoming-sect .upcoming-card p { color: #fff; font-size: 15px; letter-spacing: .5px; text-align: center; display: flex; justify-content: center; align-items: center; margin: 12px 0; }
.upcoming-sect .upcoming-card p i { margin-right: 12px; }
.upcoming-sect .upcoming-card p.upc-date { text-transform: uppercase; }
.upcoming-sect .upcoming-card a.btnclass { width: 90%; max-width: 300px; padding: 10px 12px; margin-top: 16px; }
.upcoming-sect .upcoming-card.title-card { background: #9ad0d2; /* TURQUOISE */ overflow: hidden; }
.upcoming-sect .upcoming-card.title-card div:first-of-type { padding-left: 5%; box-sizing: border-box; }
.upcoming-sect .upcoming-card.title-card h3.title { color: #362511; }
.upcoming-sect .upcoming-card.title-card h3.title .hr-thru { height: 1px; }
.upcoming-sect .upcoming-card.title-card h3.title .has-hr-thru.bg-turq:before { left: 12px; right: 8px; background: #9ad0d2; /* TURQUOISE */ }

.shop-feat { width: 90%; max-width: 2000px; margin: 40px auto; display: flex; align-items: stretch; box-shadow: 0 3px 8px rgba(0, 0, 0, .4); overflow: hidden; background: #fff; }
.shop-feat .content-sect { width: calc(100% - 380px); justify-content: center; padding: 30px 40px; }
.shop-feat .content-sect p { margin: 40px calc(15% - 40px) 24px 0; }
.shop-feat .shop-feat-img { width: 380px; position: relative; z-index: 4; background: none; background-size: contain; background-position: 80%; background-repeat: no-repeat; margin-top: 2px; }

/* default.htm - Homepage */
.hero { width: 100%; height: 450px; background: #ffc7b3; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; padding: 80px 10% 200px 10%; box-sizing: border-box; overflow: hidden; }
.hero h1.title { font-size: 62px; line-height: 100px; letter-spacing: 1.5px; color: #fff; text-shadow: 0 0 12px #000; }
.hero h1.title span.title-sm { font-size: 32px; }
.hero h1.title span.brush-behind:before { background: none; background-image: url('/siteart/brush-stroke-coral.png'); background-size: contain; background-repeat: no-repeat; background-position: center; }
.hero h1.title span.title-sm hr.hr-thru { box-shadow: 0 1px 6px rgba(0, 0, 0, .8); }

.homepage.shop-feat-sect .shop-feat { margin-top: 10px; }
.homepage.mission { display: flex; align-items: stretch; min-height: 320px; }
.homepage.mission .missionimg { width: 45%; min-width: 470px; background: #362511; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 60px 20px 48px 5%; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: stretch; }
.homepage.mission .missionimg .content-sect { width: 100%; max-width: 800px; padding: 0; justify-content: space-between; }
.homepage.mission .missionimg h2 { color: #fff; text-shadow: 0 0 12px #000; }
.homepage.mission .content-sect.mission-text { width: 55%; max-width: calc(100% - 470px); padding: 60px 5% 60px 40px; justify-content: center; }

/* financing.htm */
.financepage .content-sect { width: 100%; max-width: 2000px; margin: 0 auto; align-items: center; }
.financepage .content-sect p { text-align: center; }

/* contact-us.htm */
.contactpage {  }
.contactpage > .content-sect { width: 100%; max-width: 2000px; margin: 0 auto; align-items: center; }
.contactpage > .content-sect p { text-align: center; }
.contactpage .content-sect.listed-holder { flex-direction: row; justify-content: center; align-items: center; }
.contactpage .content-sect.listed-holder .listed { margin: 20px; }

/* Mailing List section/pages (newsletter-banner.htm, newsletter.htm) (newsletter-thank-you.htm uses .thankyoupage for styling) */
.newsletter-wrapper { width: 100%; background: #362511; /* BROWN */ overflow: hidden; }
.newsletter-sect { width: 100%; max-width: 1300px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 50px 8%; box-sizing: border-box; }
.newsletter-sect h3 { color: #fff; text-shadow: 1px 1px 0 #362511, 0 0 6px #362511; margin-bottom: 40px; }
.newsletter-sect p { color: #fff; margin-right: 40px; max-width: calc(100% - 360px); }

.newsletterpage .form-div form { max-width: 350px; }
.newsletterpage .form-div p { text-align: center; }

/* thank-you.htm */
.thankyoupage {  }
.thankyoupage.content-sect { align-items: center; }
.thankyoupage.content-sect p { text-align: center; }
.thankyoupage .content-sect.listed-holder { flex-direction: row; justify-content: center; align-items: center; }
.thankyoupage .content-sect.listed-holder .listed { margin: 20px; }

/*--------FORM STYLES--------------------*/
.form-wrapper { width: 100%; padding: 40px; box-sizing: border-box; }
.form-div { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 40px; box-sizing: border-box; width: 90%; max-width: 1100px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, .6); }
.form-div h2 { width: 95%; }
.form-div h4 { width: 95%; text-align: left; font-size: 20px; margin-top: 30px; display: flex; justify-content: flex-start; align-items: center; }
.form-div h4 span { display: flex; justify-content: flex-start; align-items: center; }
.form-div h4 a.invisilink { font-size: 14px; }
.form-div p { width: 95%; margin-top: 30px; color: #1f150a; }
.form-div p.email-photos { width: 95%; margin: 30px 0 16px 0; color: #1f150a; text-align: center; }
.form-div form { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin: 0 auto; max-width: 1000px; }
.form-div form .formrow-3cols { display: flex; justify-content: center; align-items: center; width: 100%; }
.form-div form .machine-inf { flex-wrap: wrap; }
.form-div form .formrow-3cols .smcol { width: 33%; display: flex; flex-direction: column; align-items: center; }
.form-div form .formrow-3cols .smcol input[type="text"] { width: 94%!important; }
.form-div form .formrow-3cols .smcol input[type="email"] { width: 94%!important; }
.form-div form .formrow { display: flex; justify-content: center; width: 100%; }
.form-div form .formrow-captcha { display: flex; flex-direction: column; align-items: center; width: 100%; }
.form-div form .formrow-checkbox { width: 100%; display: flex; justify-content: center; align-items: center; margin: 20px 0 10px 0; }
.form-div form .formrow-checkbox label { width: unset!important; margin: 0 0 0 12px; }
.form-div form label { font-family: 'Rubik', sans-serif; font-size: 16px; font-weight: 500; color: #362511; width: 100%; box-sizing: border-box; margin: 24px 0 6px 20px; }
.form-div form select { width: 94%; margin: 24px 0 6px 0; padding: 6px 8px; box-sizing: border-box; color: #1f150a; font-family: 'Rubik', sans-serif; font-size: 16px; font-weight: 500; border: 1px solid #362511; }
.form-div form input[type="text"] { width: 97%; margin: 4px 0; padding: 6px 8px; box-sizing: border-box; color: #1f150a; font-family: 'Rubik', sans-serif; font-size: 16px; font-weight: 500; border: 1px solid #362511; }
.form-div form input[type="email"] { width: 97%; margin: 4px 0; padding: 6px 8px; box-sizing: border-box; color: #1f150a; font-family: 'Rubik', sans-serif; font-size: 16px; font-weight: 500; border: 1px solid #362511; }
.form-div form textarea { width: 97%; height: 160px; margin: 4px 0; padding: 6px 8px; box-sizing: border-box; color: #1f150a; font-family: 'Rubik', sans-serif; font-size: 16px; font-weight: 500; border: 1px solid #362511; }
.form-div form a { cursor: pointer; }
.form-div form a:not(.invisilink) { margin: 20px 0 0 0; }
.form-div form .CaptchaMessagePanel { font-family: 'Rubik', sans-serif!important; }
.form-div form #CaptchaAnswer { padding: 6px 8px; box-sizing: border-box; color: #362511; font-family: 'Rubik', sans-serif; font-size: 16px; font-weight: 500; border: 1px solid #362511; }
.form-div form div.CaptchaWhatsThisPanel a { font-family: 'Rubik', sans-serif!important; }
.form-div form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"] { cursor: pointer; }

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer { width: 100%; display: flex; justify-content: center; padding: 24px 5% 24px calc(5% - 16px); /* accounting for foot-nav > a padding-left */ box-sizing: border-box; }
.footer > div { width: 100%; max-width: 2200px; display: flex; justify-content: space-between; align-items: center; }
.footer .foot-nav { width: 50%; padding-right: 10px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; }
.footer .foot-nav a { margin: 4px 0; padding: 12px 16px; box-sizing: border-box; font-family: 'Rubik', sans-serif; font-size: 16px; letter-spacing: .5px; color: #362511; }
.footer .foot-nav a:hover { background: #ffc7b3; /* CORAL */ color: #1f150a; /* DARK BROWN */ }
.footer .foot-nav p { padding: 0 6px; box-sizing: border-box; font-family: 'Rubik', sans-serif; font-size: 16px; color: #362511; }
.footer .foot-soc { box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
.footer .foot-soc .listed { margin: 6px 0; }
.footer .foot-logos { display: flex; justify-content: flex-end; align-items: center; }
.footer img.foot-naa { width: 160px; object-fit: contain; margin: 0 20px 0 12px; }
.footer a.foot-logo img { width: 200px; object-fit: contain; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
div.inv-foot-spacer { width: 100%; height: 60px; background: #9ad0d2; /* TURQUOISE */ }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 2000px) {
	.upcoming-sect { justify-content: center; }
	.upcoming-sect .upcoming-card { margin: 0 20px; }
	.shop-feat { min-height: 360px; }
	.shop-feat .content-sect { width: 60%; }
	.shop-feat .shop-feat-img { width: 40%; }
	.form-div { padding: 40px 5%; }
	.form-div h2 { width: 100%; }
	.form-div p { width: 100%; }
	.footer img.foot-naa { margin-right: 40px; }
}

@media only screen and (max-width: 2000px) {
	.footer .foot-nav { width: 480px; margin-top: 16px; }
	.footer img.foot-naa { margin-right: 30px; }
}

@media only screen and (max-width: 1300px) {
	.footer { padding-bottom: 50px; }
	.footer .foot-nav { margin-bottom: 80px; }
	.footer .foot-soc { margin-bottom: 65px; }
	.footer .foot-logos { width: unset; flex-direction: column; align-items: center; }
	.footer .foot-logos img.foot-naa { order: 2; margin: 20px 0 0 0; }
	.footer .foot-logos a.foot-logo { order: 1; }
}

@media only screen and (max-width: 1280px) {
	.talbott-header .header-right > .topheader { padding-right: 25px; }
	.talbott-header .header-right .topheader .listed { margin-left: 20px; }
}

@media only screen and (max-width: 1250px) {
	.upcoming-sect .upcoming-card { width: calc(25% - 30px); }
}

@media only screen and (max-width: 1180px) {
	.talbott-header a.header-logo img { left: 0; } 
	.talbott-header p.header-naa { left: 170px; font-size: 15px; }
}

@media only screen and (max-width: 1150px) {
	.upcoming-sect { width: 85%; }
	.homepage.mission .missionimg { padding-left: 30px; }
	.footer a.foot-logo img { width: 160px; }
}

@media only screen and (max-width: 1100px) {
	.talbott-header a.header-logo img { width: 130px; }
	.talbott-header p.header-naa { left: 150px; }
	.upcoming-sect { width: 98%; }
	.footer > div { flex-wrap: wrap; justify-content: center; }
	.footer .foot-nav { margin-bottom: 40px; width: 100%; padding-right: 0; justify-content: center; }
	.footer .foot-soc { margin-bottom: 0; }
	.footer .foot-logos { margin-left: 80px; }
}

@media only screen and (max-width: 1050px) {
	.talbott-header p.header-naa { font-size: 13px; }
}

@media only screen and (min-width: 1001px) {
	div.inv-foot-spacer { display: none; }
}

@media only screen and (max-width: 1000px) {
	.talbott-header a.header-logo img { width: unset; height: 120px; }
	.talbott-header p.header-naa { height: 30px; color: #362511; }
	.talbott-header .header-right { flex-direction: row; position: absolute; top: 30px; }
	.talbott-header .header-right .topheader { width: calc(100% - 150px); height: 60px; padding: 0 0 0 150px; }
	.talbott-header .header-right .topheader > div { justify-content: center; }
	.talbott-header .header-right .topheader .listed { height: 50px; margin: 0 0 0 10px; }
	.talbott-header .header-right .nav-div { width: 150px; padding: 0; }
	.subhero { padding-top: 140px; padding-left: 60px; padding-right: 60px; }
	h3.title { font-size: 26px; }
	.upcoming-sect { width: 90%; }
	.upcoming-sect .upcoming-card { width: calc(50% - 30px); max-width: 300px; }
	.upcoming-sect .upcoming-card.title-card h3.title { font-size: 32px; }
	.shop-feat .content-sect p { margin-right: 0; }
	.hero { height: 500px; padding: 160px 10% 170px 10%; }
	.hero h1.title { font-size: 50px; line-height: 85px; }
	.hero h1.title span.title-sm { font-size: 28px; }
	.footer .foot-nav { width: 80%; }
}

@media only screen and (max-width: 920px) {
	.contactpage .content-sect.listed-holder { flex-direction: column; align-items: center; }
	.contactpage .content-sect.listed-holder .listed { margin: 12px 0; }
	.thankyoupage .content-sect.listed-holder { flex-direction: column; align-items: center; }
	.thankyoupage .content-sect.listed-holder .listed { margin: 12px 0; }
	.footer { padding-bottom: 50px; }
}

@media only screen and (max-width: 900px) {
	h1.title { font-size: 42px; line-height: 70px; }
	h1.title span.title-sm { font-size: 20px; line-height: 1; }
	h2.title { font-size: 32px; }
	h2.title span.title-sm { font-size: 25px; }
	.shop-feat .content-sect { width: 100%; padding-right: 40px; }
	.shop-feat .shop-feat-img { display: none; }
	.homepage.mission .missionimg { min-width: 420px; }
	.homepage.mission .content-sect.mission-text { max-width: calc(100% - 420px); }
	.form-div { padding-left: 10px; padding-right: 10px; }
	.form-div h2 { width: 90%; }
	.form-div p { width: 90%; }
}

@media only screen and (min-width: 851px) {
	.talbott-header .header-right .topheader .listed span.swap-in { display: none; }
}

@media only screen and (max-width: 850px) {
	.talbott-header .header-right .topheader .listed span.swap-in { display: flex; }
	.talbott-header .header-right .topheader .listed span.swap-out { display: none; }
	.newsletter-sect p { width: 100%; margin-bottom: 30px; margin-right: 0; max-width: unset; text-align: center; }
}

@media only screen and (max-width: 800px) {
	.talbott-header .header-right .topheader .listed { margin: 0 10px; }
	.shop-feat .content-sect { width: 100%; }
	.shop-feat .shop-feat-img { display: none; }
	.hero h1.title { font-size: 42px; line-height: 75px; }
	.homepage.mission { flex-direction: column; }
	.homepage.mission .missionimg { min-width: unset; }
	.homepage.mission .content-sect { width: 100%!important; }
	.homepage.mission .content-sect.mission-text { padding: 40px 5%; max-width: unset; }
	.homepage.mission .missionimg { width: 100%; height: 300px!important; padding-right: 5%; }
	.form-div { width: 100%; }
}

@media only screen and (max-width: 750px) {
	.form-div form .formrow-3cols { flex-direction: column; }
	.form-div form .formrow-3cols .smcol { width: 100%; }
	.form-div form label { width: 94%; }
	.form-div form input[type="text"] { width: 94%; }
	.form-div form textarea { width: 94%; }
	.footer .foot-nav { width: 100%; }
}

@media only screen and (max-width: 700px) {
	.hide700 { display: none; }
	.talbott-header a.header-logo img { width: unset; height: 110px; }
	.talbott-header .header-right { top: 0; }
	.talbott-header .header-right .topheader { width: calc(100% - 80px); height: 80px; padding-left: 120px; }
	.talbott-header .header-right .topheader > div { justify-content: flex-end; }
	.talbott-header .header-right .topheader .listed { height: 60px; }
	.talbott-header .header-right .topheader .listed i { margin: 0 8px; font-size: 22px; }
	.talbott-header .header-right .nav-div { width: 80px; }
}

@media only screen and (max-width: 650px) {
	.hide650 { display: none; }
	.btnclass { width: 100%; }
	.hero { height: 400px; }
	.subhero { padding-left: 40px; padding-right: 30px; }
	.upcoming-sect .upcoming-card a.btnclass { width: 95%; max-width: unset; }
	.form-wrapper { padding-left: 5%; padding-right: 5%; }
	.form-div .btnclass { width: 94%; }
}

@media only screen and (max-width: 600px) {
	.hide600 { display: none!important; }
	.upcoming-sect { flex-wrap: wrap; justify-content: center; }
	.upcoming-sect .upcoming-card { width: 100%; max-width: unset; margin: 0 0 30px 0; }
	.footer { padding-left: 5%; }
	.footer > div { flex-direction: column; align-items: center; }
	.footer .foot-nav { order: 2; flex-direction: column; width: 100%; margin-top: 50px; }
	.footer .foot-nav p { display: none; }
	.footer .foot-soc { order: 3; }
	.footer .foot-soc .listed-holder { align-items: center; }
	.footer .foot-logos { order: 1; margin: 0; }
}

@media only screen and (max-width: 550px) {
	.hero h1.title { font-size: 36px; line-height: 70px; }
	.hero h1.title span.title-sm { font-size: 26px; }
}

@media only screen and (max-width: 540px) {
	.hide540 { display: none!important; }
}

@media only screen and (max-width: 500px) {
	.talbott-header a.header-logo img { left: 0; height: 80px; box-shadow: none; }
	.talbott-header .header-right .topheader { padding-left: 80px; }
	.subhero { padding-top: 110px; padding-left: 30px; padding-right: 20px; align-items: center; }
	h1.title { font-size: 36px; }
	h1.title span.title-sm { font-size: 18px; }
	h2.title { font-size: 26px; }
	h2.title span.title-sm { font-size: 21px; }
	span.title-sm.brush-behind.has-hr-thru:before { top: -1px; }
	.brush-behind:before { background-position: bottom; top: 0; bottom: -6px; }
	.brush-behind.has-hr-thru:before { left: -8px; right: -12px; }
	.upcoming-sect .upcoming-card.title-card h3.title { font-size: 30px; }
	.upcoming-sect .upcoming-card.title-card h3.title span.title-sm { font-size: 20px; }
	.footer > div { flex-direction: column; }
	.footer a.foot-logo { order: 1; }
	.footer .foot-nav { order: 2; margin-top: 30px; }
	.footer .foot-soc { order: 3; justify-content: center; width: 100%; }
	.footer .foot-soc .content-sect.listed-holder { align-items: center; }
}

@media only screen and (max-width: 400px) {
	.hide400 { display: none; }
	.talbott-header .header-right .topheader .listed { margin-right: 10px; }
	h1.title { font-size: 32px; line-height: 60px; }
	h2.title { font-size: 24px; }
	h2.title span.title-sm { font-size: 20px; }
	h3.title { font-size: 20px; }
	.hero { padding-right: 10px; }
}

@media only screen and (max-width: 370px) {
	.hero { padding-left: 26px; }
	.hero h1.title { font-size: 32px; line-height: 58px; }
	.hero h1.title span.title-sm { font-size: 22px; }
}

@media only screen and (max-width: 330px) {
	.talbott-header .header-right .topheader .listed { display: none!important; }
}








