﻿/***** 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:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; } .cf { *zoom: 1; }

/*-------- BODY STYLES --------*/
body {

}

div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, i, 
ol, ul, li, form, label, input, select, textarea, button { box-sizing: border-box; }

a:link, a:visited, a:active { text-decoration: none; } a:hover { text-decoration: none; }
hr { border:#000 1px solid; }

/*--- HEADER STYLES ---------------------*/
header {  }

.timpte-header {
	position: relative; z-index: 1004; width: 100%; 
	display: flex; flex-direction: column; align-items: stretch; 
}
.topheader {
	position: relative; z-index: 1; 
	background: #303030; padding: 0 max(16px, calc(50% - 850px)); max-width: 100%; 
	display: flex; justify-content: space-between; align-items: stretch; 
	height: 50px; 
}
.topheader-col { display: flex; }
.topheader-left, .topheader-right { /*width: 370px; */}
.topheader-left { justify-content: flex-start; }
.topheader-center { justify-content: center; }
.topheader-right { justify-content: flex-end; }
.topheader p, .topheader a {
	font-family: 'Raleway', sans-serif; font-size: 15px; font-weight: 500; color: #fff; 
	display: flex; align-items: center; 
	transition: .25s ease all; 
}
.topheader a:hover { color: #ec6a2a; }
.topheader .number-one { text-align: left; }
.topheader .topheader-phone { text-align: center; }
.topheader .corp-site { text-align: right; }
.header-main {
	position: relative; z-index: 2; height: 80px; 
	background: #fff; padding: 0 max(16px, calc(50% - 850px)); max-width: 100%; 
	display: flex; justify-content: space-between; align-items: stretch; 
	box-shadow: 0 0 6px rgba(0, 0, 0, .35); 
}
.header-left {
	display: flex; justify-content: flex-start; align-items: center; 
}
.header-logo img { 
	width: min(170px, 70vw); object-fit: contain; object-position: center; 
}
.nav-div {
	position: relative; z-index: 3; margin-left: 24px; 
	display: flex; justify-content: flex-start; align-items: stretch; 
}
.header-search-div {
	position: relative; z-index: 2; padding: 8px 0; width: min(400px, 28vw); 
	display: flex; justify-content: flex-end; align-items: stretch; 
}
.header-search-div form {
	position: relative; width: 100%; 
	display: flex; justify-content: center; align-items: stretch; 
}
.header-search-div form:before {
	position: absolute; z-index: -1; content: ""; top: 0; left: 0; width: 100%; height: 100%; 
	background: #f4f4f4; border: 1px solid #5f5f5f; transform: skewX(-18deg); box-sizing: border-box; 
}
.header-search-div form input[type="text"] {
	position: relative; z-index: 2; width: min(100%, 400px); height: 100%; box-sizing: border-box; 
	margin-left: -12px; margin-right: -14px; padding: 10px 36px 10px 32px; 
	font-family: 'Raleway', sans-serif; font-size: 15px; font-weight: 500; color: #000; 
	background: rgba(255, 255, 255, 0); border: 1px solid rgba(255, 255, 255, 0); 
}
.header-search-div form input[type="text"]:focus { background: #f4f4f4; }
.header-search-div form button {
	position: relative; z-index: 3; cursor: pointer; 
	padding: 0 20px; margin: 0; box-sizing: border-box; 
	transform: skewX(-18deg); background: #ca4f12; border: 1px solid #ca4f12; transition: .25s ease all; 
}
.header-search-div form button i {
	position: relative; z-index: 2; width: 20px; transform: skewX(18deg);
	color: #fff; text-align: center; font-size: 17px; 
}
.header-search-div form button:hover { background: #303030; border-color: #303030; }

.invpage-flyer { position: relative; max-width: 100%; margin: 0 auto; display: flex; justify-content: center; }
.invpage-flyer img { position: relative; max-width: 100%; height: auto; max-height: 750px; object-fit: contain; object-position: center; }
.invpage-flyer + #inv { padding-top: 24px!important; }

/*---BODY--------------------------------*/
.content-sect p, .txt-default {
	font-family: 'Raleway', sans-serif; font-size: 16.5px; font-weight: 500; line-height: 1.35; 
	text-align: left; color: #000; 
}

.title { 
	font-family: 'Raleway', sans-serif; font-weight: 700; text-align: center; color: #000; 
}
h1.title { font-size: 40px; }
h2.title { font-size: 32px; }
h3.title { font-size: 26px; }
h4.title { font-size: 20px; }

.btnclass {
	display: flex; justify-content: center; align-items: center; 
	font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 800; 
	text-align: center; text-transform: uppercase; letter-spacing: .25px; 
	background: #ca4f12; color: #fff; border-radius: 10px; 
	padding: 12px 40px; box-shadow: 0 2px 6px rgba(0, 0, 0, .5); transition: .3s ease all; 
}
.btnclass:hover { background: #ec6a2a; color: #000; }

.listed {
	display: flex; justify-content: center; align-items: center; 
	font-family: 'Raleway', sans-serif; font-size: 17px; font-weight: 800; 
	text-align: center; text-transform: uppercase; letter-spacing: .25px; color: #000; 
	padding: 8px; box-shadow: 0 2px 6px rgba(0, 0, 0, .5); transition: .3s ease all; 
}
.listed i { width: 20px; text-align: center; font-size: 14px; color: #ca4f12; margin-right: 10px; }
a.listed:hover { color: #ca4f12; }

.invisilink {
	font-family: 'Raleway', sans-serif; font-size: inherit; font-weight: inherit; line-height: inherit; 
	letter-spacing: inherit; color: inherit; display: inline; transition: .25s ease all; 
}
a.invisilink:hover { color: #ca4f12; }
a.invisilink.hvr-light:hover, .foot-foot a.invisilink:hover { color: #ec6a2a; }

.content-sect {
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center; 
	padding: 60px; row-gap: 12px; 
}
.content-sect .title { text-align: left; margin-bottom: 12px; }

.content-sect.center-style { align-items: center; }
.content-sect.center-style .title, .content-sect.center-style p { text-align: center; }

/* homepage */
.hero {
	position: relative; width: 100%; min-height: 550px; 
	display: flex; align-items: stretch; 
}
.hero-overlay {
	position: relative; z-index: 2; width: 30%; background: #fafafa; padding: 80px 50px; 
	display: flex; justify-content: flex-end; align-items: center; box-shadow: 2px 0 4px rgba(0, 0, 0, .25); 
}
.hero-overlay-content { width: min(100%, 425px); padding: 0; }
.hero-image {
	position: relative; z-index: 1; width: 70%; 
}
.hero-image img {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}

.big-flyer {
	position: relative; width: min(100%, 1800px); height: min(550px, 33vw); margin: 0 auto; background: #57585b; 
	display: flex; justify-content: space-between; align-items: stretch; padding-left: min(3vw, 120px); 
}
.big-flyer img { object-fit: contain; height: 100%; flex-grow: 1; }
.big-flyer .is-flyer-text { object-position: 0% 50%; padding: 40px 40px 40px 0; }
.big-flyer .is-flyer-img { object-position: 100% 50%; }

.inv-sect {
	width: 100%; padding: 40px 5vw; 
	display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; 
}
.inv-sect .title { width: 100%; margin-bottom: 20px; }
.inv-sect .inv-btn, .inv-sect .inv-search-box {
	width: min(calc(46% - 52px), 500px); margin: 20px 26px; padding: 32px; 
	display: flex; flex-direction: column; align-items: stretch; justify-content: center; 
	box-shadow: 0 2px 6px rgba(0, 0, 0, .25); transition: .3s ease all; 
}
.inv-sect .inv-btn { background: #fff; row-gap: 16px; }
.inv-sect .inv-btn span {
	font-family: 'Raleway', sans-serif; font-size: 20px; font-weight: 800; text-transform: uppercase; text-align: center; 
	color: #000; 
}
.inv-sect .inv-btn img { 
	object-fit: contain; object-position: center; flex-grow: 1; transition: .2s ease all; 
}
.inv-sect .inv-search-box { background: #fafafa; }
.inv-sect .inv-search-box form {
	display: flex; flex-direction: column; align-items: stretch; row-gap: 10px; 
}
.inv-sect .inv-search-box form label {
	font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 800; text-transform: uppercase; text-align: left; 
	margin: 0px 0 0px 0; 
}
.inv-sect .inv-search-box form select, .inv-sect .inv-search-box form input[type="text"] {
	font-family: 'Raleway', sans-serif; font-size: 16px; 
	padding: 11px; box-sizing: border-box; margin-bottom: 20px; 
}
.inv-sect .inv-search-box form select {
	width: calc(100% - 2px); cursor: pointer; 
	border: none; border-right: 11px solid #fff; outline: 1px solid #000; 
}
.inv-sect .inv-search-box form input[type="text"] { border: 1px solid #000; }
.inv-sect .inv-search-box form button, .inv-sect .inv-search-box form button:hover {
	border: none; cursor: pointer; 
}
.inv-sect .inv-btn:hover, .inv-sect .inv-search-box:hover { box-shadow: 0 3px 8px rgba(0, 0, 0, .4); }
.inv-sect .inv-btn:hover span { color: #ca4f12; }
.inv-sect .inv-btn:hover img { transform: scale(.95); transition: .35s ease all; }

.fancy-mission {
	width: 100%; position: relative; padding: 40px 0; overflow: hidden; 
	display: flex; justify-content: space-between; align-items: center; column-gap: 1.75vw; row-gap: 60px;
}
.fancy-mission .content-sect, .fancy-mission .missionimg { position: relative; }
.fancy-mission .content-sect {
	z-index: 2; width: 50%; padding: 70px 12px 70px max(60px, 4vw); filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .2)); 
}
.fancy-mission .content-sect:before {
	position: absolute; z-index: -1; content: ""; top: 0; left: -15%; width: 128%; height: 100%; 
	background: #fafafa; box-sizing: border-box; transform: skewX(-18deg); 
}
.fancy-mission .missionimg { 
	z-index: 1; width: calc(50% - 1.75vw); min-height: 450px; 
	background: #ec6a2a; overflow: hidden; transform: skewX(-18deg); margin-right: -7.5%; 
}
.fancy-mission .missionimg img {
	position: absolute; z-index: 1; top: 12px; right: 0; width: calc(107.5% - 12px); height: calc(100% - 24px); 
	object-fit: cover; object-position: center; transform: skewX(18deg); 
}
.fancy-mission .missionimg img.not-angled { display: none; }

.locations-sect {
	width: 100%; position: relative; 
	background: #fafafa; padding: 24px max(4%, calc(50% - 1000px)); margin: 60px 0; 
	display: flex; justify-content: center; align-items: stretch; 
}
.locations-sect:before {
	position: absolute; z-index: 1; content: ""; top: 0; left: 0; width: 45%; height: 100%; 
	background: #ec6a2a; 
}
.locations-sect .map-div,.locations-sect .content-sect { width: 50%; position: relative; z-index: 3; }
.locations-sect .map-div, .locations-sect .map-div iframe { min-height: 450px; }
.locations-sect .content-sect { padding: 40px 0 40px 5%; row-gap: 0; }
.locations-sect .content-sect .title { margin-bottom: 20px; }
.locations-sect .content-sect .btnclass { margin-top: 20px; }
.locations-sect .locations-row {
	display: flex; justify-content: center; align-items: center; 
}
.locations-sect .locations-row a {
	position: relative; padding: 16px 20px; 
	display: flex; justify-content: center; align-items: center; 
	font-family: 'Raleway', sans-serif; font-size: 22px; font-weight: 500; 
	text-transform: uppercase; letter-spacing: .5px; text-align: center; color: #646464; 
	transition: .3s ease all; 
}
.locations-sect .locations-row a:hover { font-weight: 700; color: #ca4f12; }
.locations-row .vert-div { font-family: 'Raleway', sans-serif; font-size: 24px; font-weight: 600; color: #000; }
.locations-sect .content-sect .btnclass { margin-top: 20px; }

/* subpages */
.subhero { 
	width: 100%; position: relative; padding: 60px 5vw; background: #bbb; min-height: 400px; 
	display: flex; flex-direction: column; align-items: center; 
}
.subhero img {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
	object-fit: cover; object-position: center; 
}

/* locations.htm */
.locationspage {}

.locations-subhero { padding: 0; }
.locations-subhero iframe { min-height: 400px; }

.locationspage h1.title { margin-top: 60px; padding: 0 5vw; }

.anchor-btns {
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center; 
	column-gap: 24px; row-gap: 24px; margin: 40px 0 40px 0; padding: 0 5vw; 
}
.anchor-btns a {
	display: flex; justify-content: center; align-items: center; 
	font-family: 'Raleway', sans-serif; font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: .25px; 
	color: #ca4f12; border: 2px solid #ca4f12; padding: 12px 24px; 
	text-align: center; border-radius: 10px; cursor: pointer; transition: .3s ease all; 
}
.anchor-btns a:hover { background: #ec6a2a; color: #000; border-color: #ec6a2a; box-shadow: 0 0 6px rgba(0, 0, 0, .45); }

.locs-list {
	width: 100%; padding: 40px max(calc(50% - 1000px), 4%) 60px max(calc(50% - 1000px), 4%); background: #f2f2f2; 
	display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; 
}
.locs-list .is-loc {
	width: calc(25% - 20px); margin: 10px; background: #fdfdfd; 
	display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; row-gap: 8px; 
	padding: 20px; box-shadow: 0 0 6px rgba(0, 0, 0, .15); 
}
.locs-list .is-loc .listed { box-shadow: none; justify-content: flex-start; }
.locs-list .is-loc:hover { background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, .25); }

.is-loc span, .is-loc p, .is-loc a:not(.btnclass) { font-family: 'Raleway', sans-serif; text-align: left; color: #000; }

.is-loc .loc-city { 
	font-size: 23px; color: #ca4f12; text-align: center; font-weight: 800; text-transform: uppercase; margin-bottom: 8px; 
}
.is-loc .loc-title { font-size: 17px; font-weight: 600; }
.is-loc .listed, .locpage .listed { 
	font-size: 18px; padding: 8px; box-shadow: none; text-transform: none!important; text-align: left; 
}
.is-loc .listed:hover, .locpage .listed:hover{ color: #ca4f12; }
.is-loc .contacts-list, .locpage .contacts-list { margin-bottom: 12px; line-height: 24px; }
.contacts-list .invisilink { font-weight: 600; }
.is-loc .contact-title, .locpage .contact-title, .hours-title { 
	font-family: 'Raleway', sans-serif; font-size: 17px!important; font-weight: 700!important; color: #000; 
}
.is-loc .btnclass, .locpage .btnclass { margin-top: 4px; }

.is-state-marker {
	width: 100%; position: relative; padding: 40px 0 20px 0;  
	display: flex; justify-content: flex-start; align-items: center; 
}
.is-state-marker:nth-of-type(1) { padding-top: 0; }
.is-state-marker .title { padding: 0 80px 12px 10px; border-bottom: 4px solid #999; }

/* individual location pages */
.breadcrumbs {
	position: absolute; z-index: 2; bottom: 0; left: max(-20px, calc(50% - 920px)); max-width: 90vw; 
	background: #ddd; transform: skewX(-18deg); padding: 6px 50px; 
	font-family: 'Raleway', sans-serif; font-size: 16px; color: #000; 
}
.breadcrumbs p { position: relative; z-index: 2; transform: skewX(18deg); line-height: 32px; }
.breadcrumbs .invisilink { font-weight: 700; }

.locpage {
	width: min(2000px, 100%); margin: 0 auto; padding: 60px 4%; 
	display: flex; justify-content: center; align-items: stretch; 
}
.locpage .map-div { width: 50%; }
.locpage .map-div iframe { min-height: 400px; }
.locpage .content-sect { width: 50%; padding: 0 0 0 60px; }

ul.hours {
	display: flex; flex-direction: column; align-items: flex-start; 
	list-style: none; 
}
ul.hours li {
	font-family: 'Raleway', sans-serif; font-size: 15px; color: #000; padding: 6px 0; 
	display: flex; justify-content: flex-start; align-items: center; 
}
ul.hours li:nth-of-type(even) { background: #f4f4f4; }
ul.hours li span { 
	padding: 0 6px; width: 160px;  
	display: flex; justify-content: flex-start; align-items: center; 
}

.locpage .contacts-titel { margin-bottom: 12px; }

/* forced styles */
.txt-bold, .listed.txt-bold, .listed .txt-bold { font-weight: 700!important; }

/*--------FORM STYLES--------------------*/


/*-------- FOOTER STYLES ----------------*/
footer {  }

.timpte-footer {
	position: relative; width: 100%; 
	display: flex; flex-direction: column; align-items: stretch; 
}
.foot-top {
	background: #fafafa; padding: 50px max(6vw, calc(50% - 850px)); 
	display: flex; justify-content: space-between; align-items: center; row-gap: 40px; 
}
.foot-logo img { width: min(200px, 65vw); }
.foot-nav { display: flex; justify-content: flex-end; align-items: center; }
.foot-nav a {
	display: flex; justify-content: center; align-items: center; 
	padding: 0 20px; min-height: 50px; 
	font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 700; text-align: center; 
	text-transform: uppercase; color: #000; transition: .25s ease all; 
}
.foot-nav a:hover { color: #ca4f12; }
.foot-foot {
	background: #303030; padding: 12px 5vw; 
	display: flex; justify-content: center; 
}
.foot-foot p { color: #ccc; text-align: center; font-size: 14px; letter-spacing: .2px; }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inv-foot-spacer { width: 100%; height: 80px; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1500px) {
	.hero { min-height: 480px; }
	.hero-overlay { width: 420px; }
	.hero-image { width: calc(100% - 420px); }
	
	.locs-list .is-loc { width: calc(33.333333% - 20px); }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {	/* mind the gap */
	.locations-sect:before { width: calc(.8 * (100% - 620px)); }
	.locations-sect .map-div { width: calc(100% - 620px); }
	.locations-sect .content-sect { width: 620px; padding-left: 40px; }
}

@media only screen and (max-width: 1250px) {
	.header-search-div { width: 300px; }
}

@media only screen and (max-width: 1200px) {
	.fancy-mission { flex-direction: column; align-items: center; overflow: visible; }
	.fancy-mission .content-sect { width: 95%; background: #fafafa; padding: 50px 5vw; }
	.fancy-mission .content-sect:before { display: none; }
	.fancy-mission .missionimg { width: 80%; min-height: 400px; transform: none; margin: 0 0 0 20%; }
	.fancy-mission .missionimg img.is-angled { display: none!important; }
	.fancy-mission .missionimg img.not-angled { transform: none!important; display: block; left: 24px; width: calc(100% - 24px); }
	
	.big-flyer { padding-left: 24px; }
	.big-flyer .is-flyer-text { padding: 30px 0; }
	
	.inv-sect .inv-search-box form { row-gap: 8px; }
}

@media only screen and (min-width: 951px) and (max-width: 1200px) {		/* mind the gap */
	br.loc-sect-title { display: none!important; }
	.locations-row { flex-direction: column; }
	.locations-row .vert-div { display: none!important; }
}

/* switch to mobile nav */
@media only screen and (max-width: 1150px) {
	h1.title { font-size: 36px; }
	h2.title { font-size: 28px; }
	h3.title { font-size: 23px; }
	
	.header-main { flex-wrap: wrap; height: unset; padding: 0 0 0 24px; }
	.header-search-div, .header-left { width: 100%; }
	.header-search-div { order: 1; justify-content: center; padding: 12px 24px 4px 0; height: 70px; }
	.header-search-div form { width: min(420px, 100%); }
	.header-left { order: 2; justify-content: space-between; }
	
	.hero { min-height: 420px; }
	
	.locations-sect { padding-left: 24px; }
	.locations-sect:before { width: 41%; }
	
	.locs-list { padding-left: 3.5vw; padding-right: 3.5vw; }
	.locs-list .is-loc { width: calc(50% - 20px); }
}

@media only screen and (max-width: 1100px) {
	.inv-sect .inv-btn, .inv-sect .inv-search-box { width: min(calc(50% - 32px), 400px); margin-left: 16px; margin-right: 16px; }
	.inv-sect .inv-search-box form { row-gap: 6px; }
	
	.locpage { flex-wrap: wrap; row-gap: 60px; }
	.locpage .content-sect { order: 1; width: 100%; padding: 0; }
	.locpage .map-div { order: 2; width: 100%; }
}

@media only screen and (max-width: 1000px) {
	.hero-overlay, .hero-image { width: 100%; }
	.hero-overlay { background: rgba(250, 250, 250, .65); box-shadow: none; justify-content: center; padding: 50px 5%; }
	.hero-overlay-content { align-items: center; width: 100%; }
	.hero-overlay-content .title, .hero-overlay-content p { text-align: center; text-shadow: 0 0 6px #fafafa, 0 0 8px #fafafa, 0 0 12px #fafafa; }
	.hero-image { position: absolute; top: 0; left: 0; height: 100%; }
	
	.big-flyer { height: 34vw; padding-left: 16px; }
	.big-flyer .is-flyer-text { padding: 24px 0; }
}

@media only screen and (max-width: 950px) {
	.locations-sect { flex-direction: column; padding-right: 24px; }
	.locations-sect:before { top: unset; bottom: 0; width: 100%; height: 400px; }
	.locations-sect .map-div, .locations-sect .content-sect { width: 100%; }
	.locations-sect .content-sect { order: 1; padding-left: calc(5vw - 24px); padding-right: calc(5vw - 24px); padding-bottom: 60px; }
	.locations-sect .map-div, .locations-sect .map-div iframe { order: 2; min-height: 400px; }
	
	.foot-top { flex-direction: column; }
	.foot-nav { justify-content: center; column-gap: 2.5vw; }
}

@media only screen and (max-width: 850px) {
	h1.title { font-size: 32px; }
	h2.title { font-size: 25px; }
	h3.title { font-size: 20px; }
	
	.inv-sect { flex-direction: column; align-items: center; }
	.inv-sect .inv-btn, .inv-sect .inv-search-box { width: min(100%, 450px); margin-left: 0; margin-right: 0; }
}

@media only screen and (min-width: 801px) {
	.inv-foot-spacer { display: none!important; }
}

@media only screen and (max-width: 750px) {
	.locs-list .is-loc { width: 100%; margin-left: 0; margin-right: 0; }
	
	.foot-nav { flex-direction: column; }
}

@media only screen and (max-width: 705px) {
	.topheader { display: none!important; }
	
	.hero { min-height: 350px; }
	
	.big-flyer { flex-direction: column; height: unset; }
	.big-flyer img { width: 90%; height: unset; max-height: 320px; }
	.big-flyer .is-flyer-text { margin-right: auto; }
	.big-flyer .is-flyer-img { margin-left: auto; }
	
	.fancy-mission .missionimg { width: 90%; margin-left: 10%; min-height: 300px; }
}

@media only screen and (max-width: 680px) {
	.anchor-btns { column-gap: 12px; row-gap: 12px; }
	.anchor-btns a { min-width: calc(50% - 6px); }
}

@media only screen and (max-width: 650px) {
	br.loc-sect-title { display: none!important; }
	.locations-row { flex-direction: column; }
	.locations-row .vert-div { display: none!important; }
}

@media only screen and (max-width: 550px) {
	.header-search-div { margin-left: -10px; padding-right: 6px; }
	.header-search-div form:before { display: none!important; }
	.header-search-div form input[type="text"] { background: #f4f4f4; border: 1px solid #5f5f5f; margin: 0; }
	.header-search-div form button, .header-search-div form button i { transform: none; margin: 0; }
}

@media only screen and (max-width: 500px) {
	.inv-sect .inv-btn, .inv-sect .inv-search-box { padding: 24px; }
	
	.anchor-btns a { width: 100%; }
	
	ul.hours { align-items: stretch; }
	ul.hours li { align-items: stretch; }
	ul.hours li span { width: unset; }
}

@media only screen and (max-width: 400px) {
	.btnclass { width: 100%; margin-left: auto; margin-right: auto; }
}

@media only screen and (max-width: 320px) {
	.header-search-div { display: none; }
}






