﻿/***** 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: #2b2b2b;  color: #fff; text-shadow: none; } 
::selection { background: #2b2b2b; 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; }

/*--- HEADER STYLES ---------------------*/
header {  }

.aria-skip { position: relative; width: 0px; height: 0px; display: flex; font-size: 0px; opacity: 0; }

.ulrich-header { width: 100%; position: relative; z-index: 1004; display: flex; flex-direction: column; align-items: center; }
.topheader { width: 100%; background: #2b2b2b; display: flex; justify-content: center; align-items: center; padding: 12px max(32px, calc(50% - 950px)); box-sizing: border-box; }
.header-logo img { object-fit: contain; object-position: center; max-width: 82vw; height: 80px; }
.header-soc { display: flex; justify-content: flex-end; align-items: center; }
.header-soc a { margin-left: 32px; }
.header-soc .btn-lg-outlined { font-size: 15px; }
.header-soc .listed { color: #ddd; font-size: 14px; }
.header-soc .listed:hover { color: #fff; }
.nav-div { width: 100%; background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, .6); display: flex; justify-content: center; }
.mobile-soc { display: flex; }
.mobile-soc a { display: flex; justify-content: center; align-items: center; font-family: 'Lato', sans-serif; font-size: 16px; color: #000; min-width: 50px; height: 50px; padding: 0 20px; box-sizing: border-box; transition: .25s ease all; }
.mobile-soc a span { margin-left: 8px; }
.mobile-soc a:hover { background: #419434!important; }

.header-spotlight, .header-spotlight-mobile { font-size: 20px!important; color: #fff!important; text-align: center; letter-spacing: .4px; }
.header-spotlight { margin: 0 auto; padding: 0 40px; }
.header-spotlight-mobile { width: 100%; padding: 8px 5vw; box-sizing: border-box; background: #2b2b2b; }

/* Site Colors:
		
		Lighter (JD) Green: #419434;
		"Med"/Mix Green: #285a21;
		Green: #20471a;
		Light Gray: #ddd;
		Not-Black: #2b2b2b;
*/
/*---BODY--------------------------------*/
.bg-green { background: #20471a!important; }
.bg-lgray { background: #ddd!important; }
.bg-7 { background: #777!important; }
.is-overlay { background: rgba(0, 0, 0, .6)!important; }

.txt-bold { font-weight: 800!important; }
.txt-default { font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.4; color: #fff; }
.title { font-family: 'Quattrocento', serif; font-weight: 900; color: #fff; margin-bottom: 14px; }
h1.title { font-size: 44px; }
h2.title { font-size: 38px; }
h3.title, .h3, h4.h3 { font-size: 28px; }
h4.title, .h4, h3.h4 { font-size: 22px; }

.content-sect { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 40px; box-sizing: border-box; }
.content-sect p { width: 100%; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.4; color: #fff; margin-bottom: 12px; }
.content-sect .btnclass { margin: 0 0 12px 0; }
.content-sect .listed { margin: 8px 0 16px 0; }

.padding-right40 { padding-right: 40px; }
.padding-left40 { padding-left: 40px; }

/* Buttons/Links/CTAs */
.btnclass { display: flex; justify-content: center; align-items: center; background: #fff; color: #000; font-family: 'Lato', sans-serif; font-size: 17px; font-weight: 700; padding: 10px 32px; box-sizing: border-box; position: relative; transition: .25s ease all; }
.btnclass:after { position: relative; content: "\f054\f054"; font-family: 'Font Awesome 5 Free', icon; font-size: 12px; letter-spacing: 0px; margin-left: 16px; transition: .25s ease all; }
.btnclass.bg-mgreen { background: #285a21; color: #fff!important; }
.btnclass:hover { background: #ddd; padding-left: 28px; padding-right: 28px; box-shadow: 0 1px 6px rgba(0, 0, 0, .6); }
.btnclass:hover:after { margin-left: 24px; }
.btnclass.bg-mgreen:hover { background: #419434!important; color: #000!important; }

.listed { display: flex; justify-content: flex-start; align-items: flex-start; font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.4; color: #000; padding: 2px; box-sizing: border-box; transition: .25s ease all; }
.listed span { transition: .25s ease all; }
.listed i { width: 22px; text-align: center; margin-top: 3px; margin-right: 6px; transition: .25s ease all; }
.listed.email-sm:not(i) { font-size: 14px; }
.listed.lgray-bg:hover { color: #285a21; }
.bg-green .listed, .listed.black-bg { color: #fff; }
.bg-green .listed:hover, .bg-green .listed:hover span, .bg-green .listed:hover i, .listed.black-bg:hover, .listed.black-bg:hover span, .listed.black-bg:hover i { color: #bbb; }

.invisilink { font-family: inherit; font-size: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; color: inherit; transition: .25s ease all; }
a.invisilink:hover { text-decoration: underline; color: #bbb; }
a.invisilink.lgray-bg:hover { color: #285a21; }

.btn-lg-outlined { display: flex; justify-content: center; align-items: flex-start; padding: 22px 40px; box-sizing: border-box; border: 1px solid #419434; color: #fff; font-family: 'Lato', sans-serif; font-size: 16px; letter-spacing: .4px; transition: .25s ease all; }
.btn-lg-outlined i { margin-right: 12px; margin-top: 3px; }
.btn-lg-outlined.midgreen { border: 1px solid #285a21; }
.btn-lg-outlined:hover { background: #419434; color: #000; box-shadow: 0 1px 6px rgba(0, 0, 0, .6); transition: .3s ease all; }
.btn-lg-outlined.midgreen:hover { background: #285a21; color: #fff; }

.cover-cta { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; background: #2b2b2b; }
.cover-cta img { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; filter: brightness(.6); object-fit: cover; object-position: center; transition: .2s ease all; }
.cover-cta span { font-family: 'Lato', sans-serif; color: #fff; text-shadow: 0 0 8px #000; position: relative; z-index: 3; }
.cover-cta span.cover-cta-title { font-size: 26px; font-weight: 600; }
.cover-cta span.has-arrows { font-size: 12px; font-weight: 600; margin-top: 8px; }
.cover-cta span.has-arrows:after { position: relative; content: "\f101"; font-family: 'Font Awesome 5 Free', icon; font-size: 10px; font-weight: 900; margin-left: 6px; transition: .25s ease all; }
.cover-cta:hover img { filter: brightness(.9); transition: .4s ease all; }
.cover-cta:hover span.has-arrows:after { margin-left: 12px; }

/* Shared Sections */
.subhero { width: 100%; background: #20471a; position: relative; display: flex; justify-content: flex-start; align-items: flex-end; padding: 80px 40px 40px 40px; box-sizing: border-box; }
.subhero-overlay { position: relative; z-index: 2; padding: 24px; max-width: 490px; }
.subhero-overlay p { font-size: 18px; }
.subhero-img { position: absolute; z-index: 1; top: 0; right: 0; width: 80%; height: 100%; background: #2b2b2b; background-image: url('/siteart/'); background-size: cover; background-position: center; background-repeat: no-repeat; }

.inv-btns-sect { width: min(100%, 1800px); margin: 0 auto; display: flex; justify-content: center; align-items: stretch; box-sizing: border-box; }
.inv-btns { width: min(75%, 1400px); display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: stretch; column-gap: 32px; row-gap: 50px; background: #fff; padding: 40px; box-sizing: border-box; }
.inv-btn { width: calc(33.333333% - 22px); height: 120px; position: relative; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; background: #ddd; padding: 0 20px 50px 20px; box-sizing: border-box; transition: .25s ease all; }
.inv-btn img { position: absolute; z-index: 4; top: -20px; left: 1px; bottom: 1px; width: 100%; height: calc(100% + 20px); object-fit: contain; object-position: left bottom; box-sizing: border-box; }
.inv-btn img.padded-bottom { padding-bottom: 4px; }
.inv-btn span { font-family: 'Lato', sans-serif; text-align: right; color: #000; text-shadow: 0 0 8px #fff; display: flex; justify-content: flex-end; }
.inv-btn span.cat-lg { position: relative; z-index: 5; font-size: 30px; font-weight: 900; }
.inv-btn span.cat-sm { position: relative; z-index: 5; font-size: 22px; font-weight: 600; }
.inv-btn span.cat-btn { position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; height: 50px; align-items: center; padding-right: 20px; box-sizing: border-box; background: #fff; border: 1px solid #000; transition: .25s ease all; }
.inv-btn span.cat-btn-txt { font-weight: 600; font-size: 14px; position: absolute; z-index: 5; bottom: 20px; right: 20px; text-shadow: 0 0 8px #fff, 0 0 8px #fff; transition: .25s ease all; }
.inv-btn span.cat-btn-txt i { font-size: 12px; width: 5px; margin-top: 5px; }
.inv-btn span.cat-btn-txt i:first-of-type { margin-left: 10px; }
.inv-btn:hover span.cat-btn { background: #419434; text-shadow: none; }
.inv-btn:hover span.cat-btn-txt { text-shadow: 0 0 8px #419434; }

.cover-ctas-sect { width: 25%; display: flex; flex-direction: column; box-sizing: border-box; }
.cover-ctas-sect .cover-cta { width: 100%; height: 50%; }

.mission-sect { width: 100%; min-height: 400px; display: flex; justify-content: center; align-items: stretch; background: #000; }
.mission-sect .missionimg { width: 33%; background: #ddd; background-size: cover; background-position: center; background-repeat: no-repeat; }
.mission-sect .content-sect { width: 67%; max-width: 1080px; padding-left: min(5%, 100px); padding-right: min(5%, 100px); }
.mission-sect.mission50s .missionimg { width: 50%; }
.mission-sect.mission50s .content-sect { width: 50%; max-width: 800px; }
.mission-sect.mission50s .mission-slideshow-wrapper { width: 50%; max-width: 950px; min-height: 300px; max-height: 550px; overflow: hidden; }

.map-div iframe { width: 100%; height: 100%; }

.contact-sect { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; column-gap: max(5%, 24px); row-gap: 24px; padding: 60px; box-sizing: border-box; background: #ddd; position: relative; }
.contact-sect > * { position: relative; z-index: 3; color: #000; }

/* Homepage - default.htm */
.hero { width: 100%; height: max(calc(100vh - 450px), 500px); background: #20471a; position: relative; display: flex; justify-content: flex-end; align-items: stretch; }
.hero-overlay { position: absolute; z-index: 2; bottom: 40px; left: 40px; padding: 24px; width: 490px; }
.hero .hero-overlay { width: 610px; }
.hero-overlay p { font-size: 18px; }

.my-swiper { width: 100%; height: 100%; z-index: 10; position: relative; box-sizing: border-box; }
.swiper-wrapper { align-items: center; box-sizing: border-box; }
.brands-slider .swiper-slide { display: flex; justify-content: center; align-items: center; box-sizing: border-box; }
.swiper-pagination { position: absolute; right: 0; width: 100%; bottom: 12px; display: flex; justify-content: center; align-items: center; text-align: center; }
.swiper-pagination-bullet, .swiper-pagination-bullet-active { width: 12px; height: 12px; margin: 0 4px!important; border-radius: 6px; }
.swiper-pagination-bullet { background: #ddd; opacity: .7; }
.swiper-pagination-bullet-active { background: #419434; opacity: 1; }
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) { pointer-events: all; }

.is-heroslide, .is-partsslide { width: 100%; height: 100%; z-index: 5!important; display: flex; align-items: stretch; position: relative; transition: .3s ease all; }
.is-heroslide img, .is-partsslide img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: relative; z-index: 2; transition: .3s ease all; }

.hero-slider-wrapper { width: 80%!important; position: relative; z-index: 1!important; overflow: hidden; left: unset!important; right: 0!important; margin: 0!important; }

.brands-swiper { width: 100%; margin: 0 auto; text-align: center; justify-content: center; align-items: center; }

.brands-swiper .swiper-slide { display: flex; justify-content: center; align-items: center; height: 130px; margin: 4px 10px; padding: 26px; box-sizing: border-box; transition: .4s ease all; }
.brands-swiper a.swiper-slide:hover { padding: 32px; transition: .2s ease all; }
.brands-swiper .swiper-slide img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

/* about-us.htm */
.aboutpage {  }

/* contact-us.htm */
.contactpage {  }
.contactpage.map-sect * { color: #fff; }

/* parts.htm */
.partspage {  }

.parts-swiper, .missionimg.swiper { height: unset!important; }

/* service.htm */
.servicepage {  }

/* thank-you.htm */
.thankyoupage {  }

/*--------FORM STYLES--------------------*/
.form-div { width: 100%; max-width: 1250px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; padding: 60px 5%; box-sizing: border-box; }
.form-div * { color: #000; }
.form-div a.invisilink:hover { color: #285a21!important; }
.form-div .title { width: 100%; text-align: left; }
.form-div span.title, .form-div h3.title.form-div span.title { font-size: 22px; margin: 24px 0 12px 0; }
.form-div p.txt-default { width: 100%; text-align: left; margin-bottom: 20px; }
.form-div form { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin: 0; max-width: 850px; }
.form-div form .formrow { display: flex; justify-content: center; width: 100%; }
.form-div form .formrow-cols { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.form-div form .smcol { width: calc(33.333333% - 12px)!important; }
.form-div form .formrow-captcha { display: flex; flex-direction: column; align-items: center; width: 100%; }
.form-div form label { margin: 20px 0 7px 0; box-sizing: border-box; color: #000; font-family: 'Quattrocento', serif; font-size: 17px; font-weight: 700; text-align: left; width: 100%; display: flex; justify-content: flex-start; }
.form-div form select { width: 420px; margin: 0 0 40px 0; padding: 6px; border: 1px solid #fff; border-right: 10px solid #fff; color: #000; font-family: 'Lato', sans-serif; font-size: 16px; }
.form-div form input[type="text"] { width: 100%; margin: 7px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form input[type="email"] { width: 100%; margin: 7px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form input[type="Secondary_Name"] { width: 100%; margin: 7px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form input[type="Make-Model"] { width: 100%; margin: 7px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form input[type="Serial"] { width: 100%; margin: 7px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form input[type="Miles"] { width: 100%; margin: 7px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form textarea { width: 100%; height: 110px; margin: 7px 0; padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form textarea.ta-short { height: 60px; }
.form-div form a { margin: 20px 0 0 0; cursor: pointer; }
.form-div form .CaptchaMessagePanel { font-family: 'Lato', sans-serif!important; color: #000; }
.form-div form #CaptchaAnswer { padding: 7px 6px; box-sizing: border-box; color: #000; font-family: 'Lato', sans-serif; font-size: 15px; border: 1px solid #000; }
.form-div form div.CaptchaWhatsThisPanel a { font-family: 'Lato', sans-serif!important; }
.form-div form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"] { border: none; cursor: pointer; }

/*-------- FOOTER STYLES ----------------*/
footer {  }

.footer { width: 100%; display: flex; justify-content: center; align-items: flex-start; background-image: linear-gradient(90deg, #2b2b2b 50%, #ddd 51%); box-sizing: border-box; }
.foot-logo-div { width: min(25%, 400px); min-width: 300px; background: #2b2b2b; padding: 42px; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: flex-start; }
.foot-logo img { object-fit: contain; object-position: center; width: min(100%, 300px); max-width: 82vw; }
.foot-content { width: min(75%, 1200px); background: #ddd; padding: 60px 60px 60px 50px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; align-content: space-between; column-gap: 15%; }
.foot-col { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.foot-col h3.title { color: #000!important; margin-bottom: 8px; }
.foot-col .listed { padding: 6px; margin: 4px 0; }
.foot-col a:not(.listed) { font-family: 'Lato', sans-serif; font-size: 15px; color: #000; line-height: 25px; }
.foot-col a:hover { color: #285a21; }
.foot-col a:not(.listed):hover { text-decoration: underline; }
.foot-foot { width: calc(100% + 30px); display: flex; justify-content: flex-end; align-items: flex-end; margin: 60px -30px -40px 0; }
.foot-foot p { color: #000; font-size: 14px; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { width: 100%; height: 80px; background: #ddd; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 1301px) {
	.header-spotlight-mobile { display: none!important; }
}

@media only screen and (min-width: 921px) and (max-width: 1300px) { 			/* mind the gap */
	.header-spotlight { display: none!important; }
	.header-soc { margin-left: auto; }
}

@media only screen and (max-width: 1250px) {
	.inv-btns-sect { flex-direction: column; }
	.inv-btns { width: 100%; }
	.inv-btn span.cat-lg { font-size: 26px; }
	.inv-btn span.cat-sm { font-size: 22px; }
	.cover-ctas-sect { width: 100%; flex-direction: row; height: 280px; padding: 0 40px 40px; column-gap: 40px; }
	.cover-ctas-sect .cover-cta { width: 50%; height: 100%; }
	.subhero { padding: 80px 24px 24px 24px; }
}

@media only screen and (max-width: 1150px) {
	.header-logo img { height: 70px; }
	.foot-content { column-gap: unset; justify-content: space-between; }
}

/* switch to mobile nav */
@media only screen and (max-width: 1080px) {
	
}

@media only screen and (max-width: 1020px) {
	.inv-btn { width: min(calc(50% - 16px), 380px); }
}

@media only screen and (max-width: 1000px) {
	h1.title { font-size: 38px; }
	h2.title { font-size: 32px; }
	.footer { flex-direction: column; }
	.foot-logo-div { width: 100%; justify-content: center; padding: 32px 2px; }
	.foot-logo img { max-height: 70px; }
	.foot-content { width: 100%; column-gap: 15%; justify-content: flex-start; }
}

@media only screen and (min-width: 921px) {
	.nav-div .mobile-soc { display: none!important; }
}

/* switch to true mobile header */
@media only screen and (max-width: 920px) {
	.header-spotlight { margin-right: 0; padding-right: 0; }
	.topheader .header-soc { display: none; }
}

@media only screen and (max-width: 850px) {
	.mission-sect { flex-direction: column; }
	.mission-sect.stack-reverse { flex-direction: column-reverse; }
	.mission-sect .content-sect { width: 100%!important; }
	.mission-sect .missionimg { width: 82%!important; height: 260px; align-self: flex-end; margin: 24px; }
	.mission-sect .missionimg.mission-slideshow-wrapper { width: 100%!important; max-width: unset; margin: 0!important; }
	.mission-sect .map-div { width: 90%!important; height: 350px!important; margin: 24px 5%; }
	
	.parts-swiper, .missionimg.swiper { height: 260px!important; }
}

@media only screen and (min-width: 801px) {
	.inv-foot-spacer { display: none!important; }
}

@media only screen and (max-width: 800px) {
	.cover-ctas-sect { padding: 0; column-gap: unset; }
	.hero { flex-direction: column; height: unset; }
	.hero-overlay { position: relative; width: 100%!important; bottom: unset; left: unset; padding-top: 80px; }
	.hero-slider-wrapper, .hero-slider-wrapper.swiper { width: 100%!important; height: 350px!important; }
	.subhero { flex-direction: column; height: unset; padding: 0; }
	.subhero-overlay { width: 100%; max-width: unset; padding-top: 80px; }
	.subhero-img { width: 100%; height: 250px; position: relative; top: unset; right: unset; }
	.partspage.subhero .subhero-img { display: none!important; }
	.form-div form .formrow-cols { flex-direction: column; }
	.form-div form .smcol { width: 100%!important; }
}

@media only screen and (max-width: 750px) {
	.foot-content { column-gap: unset; flex-direction: column; flex-wrap: nowrap; align-items: center; row-gap: 40px; padding-left: 5%; padding-right: 5%; }
	.foot-col { align-items: center; }
	.foot-foot { margin: 0; margin-top: 40px; width: unset; }
	.foot-foot p { text-align: center; }
}

@media only screen and (max-width: 700px) {
	.inv-btns { column-gap: unset; flex-direction: column; align-items: center; padding-left: 5%; padding-right: 5%; }
	.inv-btn { width: min(100%, 380px); }
	.cover-ctas-sect { flex-direction: column; height: 400px; }
	.cover-ctas-sect .cover-cta { width: 100%; height: 50%; }
}

@media only screen and (min-width: 651px) and (max-width: 920px) { 			/* mind the gap */
	.header-spotlight-mobile { display: none!important; }
}

@media only screen and (max-width: 650px) {
	.header-spotlight { display: none!important; }
	.mission-sect .missionimg { width: 90%!important; height: 220px; margin: 24px 5%; }
	.contact-sect { flex-direction: column; align-items: center; }
}

/* last call: switch to padding-l/r: 5% */
@media only screen and (max-width: 600px) {
	.btnclass { width: 100%; margin-left: auto; margin-right: auto; }
	.hero-overlay { padding-left: 5%; padding-right: 5%; }
	.hero-slider-wrapper, .hero-slider-wrapper.swiper { height: 300px!important; }
	.subhero-overlay { padding-left: 5%; padding-right: 5%; }
}

@media only screen and (max-width: 550px) {
	.hide550 { display: none!important; }
	h1.title { font-size: 34px; }
	h2.title { font-size: 28px; }
	.subhero-img { height: 200px; }
}

@media only screen and (max-width: 420px) {
	.hide420 { display: none!important; }
	.foot-logo-div { min-width: unset; }
}

@media only screen and (max-width: 300px) {
	.hide300 { display: none!important; }
}






