
/* 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;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}


/* FRAMEWORK */
*{box-sizing: border-box;}
html, body{font-family: 'Paralucent', sans-serif; font-size: 16px; -webkit-text-size-adjust: none; margin: 0; padding: 0; height: 100%;} 
html {scroll-behavior: smooth;}
body {overflow-x: hidden; line-height: 1.7; letter-spacing: .01em; color: #222;}
::-moz-selection{background: #000; color: #fff; text-shadow: none} ::selection{background: #000; color: #fff; text-shadow: none;}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  /*margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}

.marg6 {margin: 6em auto!important;}
.center {text-align: center;}
.white {color: #fff!important;}
.align-right {text-align: right;}
.gray-bg {background: #f4f4f4;}
.light-yellow {color: #fae6c3!important;}
.red {color: #e24c3d!important;}

.content-width {margin: 0 auto; width: 90%; position: relative; z-index: 1;}
.flex-wrapper {display: flex; flex-wrap: wrap; align-items: center;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0; box-sizing: border-box;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; position: relative; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;}

a {text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
a#cta-btn button {margin: 1em 0 0; color: #fff; background: #e24c3d; padding: .75em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; width: 100%; max-width: 300px; border: 2px solid transparent; font-weight: 500; text-transform: uppercase; font-family: 'Paralucent', sans-serif; border-radius: 15px;}
a#cta-btn2 button {margin: 1em 0 0; color: #000; background: #f1f1f1; padding: .75em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: 2px solid transparent; font-weight: 500; font-family: 'Paralucent', sans-serif; width: 100%; max-width: 300px; text-transform: uppercase; border-radius: 15px;}
a#cta-btn3 button {margin: 1em 0 0; color: #000; background: none; padding: .75em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: 2px solid #000; font-weight: 500; font-family: 'Paralucent', sans-serif; text-transform: uppercase; width: 100%; max-width: 300px; border-radius: 15px;}
a#cta-btn button:hover, a#cta-btn2 button:hover, #form input[type="submit"]:hover {transform: translateY(-10px); transition: all .5s ease;}
#form input[type="submit"] {color: #fff; background: #e24c3d; font-family: 'Paralucent', sans-serif; font-size: 16px; padding: .75em 2em; cursor: pointer; font-weight: 500; transition: 0.2s ease-in; width: 100%; max-width: 300px; height: auto; line-height: 1.2; border: none; text-align: center; margin: 0 auto; display: block; text-transform: uppercase; border-radius: 15px;}

a.continue-btn button {color: #333; background: none; cursor: pointer; font-weight: 500; transition: 0.2s ease-in; width: 100%; line-height: 1.2; text-decoration: underline; border: none;}
a.continue-btn button:hover {color: #fae6c3; text-decoration: none;}


/* HEADER */
.top-bar {width: 100%; background: #e24c3d; padding: .5em 5%; display: flex; justify-content: flex-end; align-items: center;}
.top-bar a {color: #fff; padding: .5em 1em; border: 1px solid #fae6c3; border-radius: 15px; margin-left: 1vw; font-family: 'Paralucent', sans-serif;}
.top-bar a:first-child {border: none;}
.header, .inv-header {width: 100%; position: relative; z-index: 999; padding: 0 5%; display: flex; justify-content: center; align-items: center; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
img#main-logo {width: 100%; position: relative; height: auto; display: block; max-width: 200px;}
.mobile-display {display: none;}


.header.clone {position: fixed; top: -444px; left: 0; right: 0; z-index: 999; transition: 0.4s top cubic-bezier(.3,.73,.3,.74); box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
body.down .header.clone {top: 0; margin-bottom: 0; background: rgba(255, 255, 255, .95); backdrop-filter: blur(10px); box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
body.down .header.clone .flex-wrapper{top: 0; margin: 0;}
body.down .header.clone .hdr-contact {display: none;}
body.down .header.clone img#main-logo {display: block; max-width: 125px;}
body.down .header.clone .column9 {padding: 0;}


/* ALL OTHER STYLES */
.hero-wrapper {width: 100%; position: relative; z-index: 1; margin: 0 auto;}
.hero-txt {position: absolute; width: 100%; height: 100%; background: rgba(34, 34, 34, .25); margin: 0 auto; left: 0; right: 0; top: 0; z-index: 10; padding: 0 5%; color: #fff; overflow: hidden; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; flex-direction: column;}
.hero-txt h1 {font-size: 50px; font-weight: 500; line-height: 1.1; font-family: 'Paralucent', sans-serif; max-width: 900px; animation: fadeInUp; animation-duration: 1s; text-transform: uppercase;}
.hero-txt h1 span {display: block; letter-spacing: 8px; font-size: 22px; color: #fae6c3; font-weight: 500;}
.hero-txt p {width: 100%; margin: 1.5em 0; font-size: 18px; animation: fadeInUp; animation-duration: 1s; line-height: 1.4; font-weight: 500; max-width: 750px;}
.hero-btns {width: 100%; display: flex; justify-content: flex-start; animation: fadeInUp; animation-duration: 1s; }
.hero-txt a {margin-right: 1vw;}
.hero-txt a button {margin: 0!important;}


.btn-wrapper {display: flex; justify-content: flex-start;}
.btn-wrapper a {margin: .5em;}

.inv-search {width: 100%; display: flex; align-items: center; justify-content: flex-end; margin: -2em 0 3em; position: relative; z-index: 2; padding-right: 5%; animation: fadeInUp; animation-duration: 1s;}
.inv-search:hover {transform: translateY(-10px); transition: all .5s ease;}
.inv-search form {width: 100%; max-width: 600px; display: flex; justify-content: space-between; flex-wrap: nowrap; border-radius: 15px; border: 1px solid #e24c3d; padding: 10px;}
.inv-search form input[type="text"] {width: 100%; background:#f4f4f4; border:1px solid transparent!important; padding:2.5em 20px; border-radius: 15px 0 0 15px; display:inline-block; height:50px; color:#999; font-weight: 500; font-size: 16px; font-family: 'Paralucent', sans-serif;}
.inv-search form button {background:#f4f4f4; border:none; display:inline-block; cursor:pointer; border-radius: 0 15px 15px 0;}
.inv-search form button i {font-size:16px; background:none; padding:16px 1.5em; display: flex; align-items: center; justify-content: center; color:#e24c3d;}

.welcome-wrapper {width: 100%; display: flex; justify-content: center; position: relative; padding: 2em 5%;}
.welcome-wrapper::after {width: 100%; content: ''; top: 0; left: 0; right: 0; position: absolute; background: #fae6c3; height: 22em; z-index: 0;}
.welcome-wrapper .welcome-img {width: 30%; position: relative; z-index: 1; border-radius: 15px 0 0 15px; background: #000 url('/siteart/welcome1.jpeg') center; background-size: cover; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
.welcome-wrapper .welcome-txt {width: 70%; position: relative; z-index: 1; padding: 8em 10%; background: #fff; border-radius: 0 15px 15px 0; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
.welcome-wrapper h2 {font-weight: 500; font-size: 40px; line-height: 1.2; display: block; margin-bottom: 1.25em; animation: fadeInUp; animation-duration: 1s; text-transform: uppercase;}
.welcome-wrapper h2 span {display: block; letter-spacing: 8px; color: #e24c3d; font-size: 22px;}
.welcome-wrapper p {font-weight: 500; animation: fadeInUp; animation-duration: 1s;}

.help-wrapper {width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 4em 10%;}
.help-wrapper h2 {font-weight: 500; text-transform: uppercase; letter-spacing: 8px; color: #e24c3d; animation: fadeInUp; animation-duration: 1s;}
.help-wrapper i {padding: 7px 6px; margin: 10px 1vw; display: inline-flex; justify-content: center; align-items: center; border-radius: 100%; width: 50px; height: 50px; text-align: center; color: #222; background: #fae6c3; font-size: 20px;}
.help-wrapper a {animation: fadeInUp; animation-duration: 1s;}
.help-wrapper a:hover i {transition: .3s ease-in-out all; background: #e24c3d; color: #fff;}


.offerings-wrapper {width: 100%; display: flex; justify-content: center; padding: 2em 5%;}
.offerings-wrapper h2 {text-transform: uppercase; font-size: 36px; line-height: 1.2; font-weight: 500; display: block; margin-bottom: .75em;}
.offerings-wrapper span {letter-spacing: 8px; display: block; font-size: 24px; color: #e24c3d;}
.offerings-wrapper p {display: block; margin-bottom: 2em;}
.offerings-wrapper a {display: block; font-size: 18px;}
.offerings-left a i {padding: 7px 6px; margin: 10px 1vw; display: inline-flex; justify-content: center; align-items: center; border-radius: 100%; width: 50px; height: 50px; text-align: center; color: #222; background: #fae6c3; font-size: 20px; transform: rotate(-35deg);}
.offerings-right a i {padding: 7px 6px; margin: 10px 1vw; display: inline-flex; justify-content: center; align-items: center; border-radius: 100%; width: 50px; height: 50px; text-align: center; color: #fae6c3; background: #222; font-size: 20px; transform: rotate(-35deg);}
.offerings-left a:hover i, .offerings-right a:hover i {transform: none; transition: .3s ease-in-out all; background: #e24c3d; color: #fff;}
.offerings-left {width: calc(50% - 1em); margin: .5em; border-radius: 15px; background: #222; color: #fff; padding: 4em 5%; animation: fadeInUp; animation-duration: 1s;}
.offerings-right {width: calc(50% - 1em); margin: .5em; border-radius: 15px; background: #fae6c3; color: #000; padding: 4em 5%; animation: fadeInUp; animation-duration: 1s;}

.why-wrapper {width: 100%; padding: 6em 10% 3em; display: flex; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1;}
.why-wrapper h3 {font-weight: 500; text-align: center; width: 100%; font-size: 24px; text-transform: uppercase; letter-spacing: 8px; display: block;}
.why-wrapper ul {width: 100%; display: flex; justify-content: center; flex-wrap: wrap; margin: 2em auto;}
.why-wrapper ul li {width: calc(33.33% - 1em); margin: .5em; padding: 1.5em; border-radius: 15px; border: 1px solid #e24c3d; text-align: center; line-height: 1.4;}

.content-wrapper .flex-wrapper {margin: 4em auto; padding: 0 10%;}

.content-wrapper img {width: 100%; height: auto; display: block; margin: 0 auto; max-width: 444px;}
.content-wrapper hr {width: 100%; border: .5px solid #ccc; display: block; margin: 6em auto;}

.content-wrapper h1 {width: 100%; font-size: 42px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.2; display: block; margin-bottom: .5em; font-weight: 500; color: #000;}
.content-wrapper h2 {width: 100%; color: #000; font-size: 32px; display: block; line-height: 1.3; font-weight: 500; font-family: 'Paralucent', sans-serif; margin-bottom: .5em;}
.content-wrapper h3 {width: 100%; font-size: 24px; display: block; margin-bottom: .75em; color: #000; font-weight: 500; line-height: 1.4; font-family: 'Paralucent', sans-serif;}
.content-wrapper h4 {font-size: 20px; display: block; margin-bottom: .75em; font-weight: 500; line-height: 1.4; font-family: 'Paralucent', sans-serif;}
.content-wrapper p {font-weight: 500;}
.content-wrapper p a b {color: #222; border-bottom: 1px solid #222; letter-spacing: 1px; padding: 0;}
.content-wrapper p a b:hover {color: #222; border-bottom: 1px solid #222; letter-spacing: 1.5px; transition: .3s ease-in-out all;}

ul.content-list {width: 100%; display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 3em;}
ul.content-list li {width: calc(33.33% - 2em); margin: 1em; padding: 2em; background: #f4f4f4; border-radius: 15px; animation: fadeInUp; animation-duration: 1s;}
ul.content-list li span {display: block; font-size: 20px; font-weight: 500; margin-bottom: 1em; line-height: 1.4; text-transform: uppercase;}
ul.content-list li:hover {btransition: .3s ease-in-out all;}

.page-title {width: 100%; margin: 0 auto; position: relative; padding: 8em 10%; z-index: 1; border-bottom: 1px solid #ddd; background: #000 url('/siteart/hero-slider/homepage-hero1.jpeg') center; background-size: cover; text-align: center;}
.page-title.lrg {padding: 12em 10%;}
.page-title:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(34,34,34,.2);
}
.page-title h1, .page-title p {position: relative; z-index: 3;}

.page-title h1 {font-size: 60px; letter-spacing: .75px; line-height: 1.1; display: block; margin-bottom: .5em; color: #fff; font-family: 'Paralucent', sans-serif; animation: fadeInUp; animation-duration: 1s; font-weight: 500; text-transform: none;}
.page-title p {font-size: 16px; color: #fff; font-weight: 500; line-height: 1.6; margin: 1em auto .5em!important; animation: fadeInUp; animation-duration: 1s;}
.page-title a {position: relative; z-index: 3; animation: fadeInUp; animation-duration: 1s;}

.breadcrumb-wrapper {width: 100%; display: flex; padding: 1em 5%; background: #f4f4f4; color: #000; font-size: 13px; font-weight: 500; box-sizing: border-box; margin: 10px auto;;}
.breadcrumb-wrapper a, .breadcrumb-wrapper p {padding: 0 5px; font-weight: 500;} 
.breadcrumb-wrapper a:hover {color: #fae6c3; transition: .3s ease-in-out all;}
.breadcrumb-wrapper .active-link {color: #e24c3d;}


.custom-accordion {width: 100%; text-align: left; position: relative; display: flex; flex-direction: column; justify-content: center; margin: 2em 0; font-size: 18px;}
.custom-accordion > a {
	padding: 1.5em 1em;
	color: #000;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	transition: ease all 0.2s;
	position: relative;
}
.custom-accordion > a:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #ddd;
	transition: ease all 0.3s;
}
.custom-accordion > a.open:after{
	content:'';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
}

.custom-accordion > a:hover{
	color: #000;
	background: #f4f4f4;
	border: none;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
a.click.heading.open{
	color: #000;
	background: #f4f4f4;
}
.custom-accordion > a i{
	color: #e24c3d;
	padding-right: 1em;
	float: right;
}

.custom-accordion > .drop-list{
	padding: 2em 1.5em;
	color: #000;
	display: block;
}
.custom-accordion .click.open i:before{
    content: "\f068";
}



.location-wrapper {width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 5em 10%; margin-top: 0; position: relative; z-index: 0;}
.location-wrapper:after {width: 100%; content: ''; background: #f4f4f4; height: 20em; position: absolute; bottom: 0; left: 0; right: 0;}
.location-wrapper .location-info {position: relative; z-index: 1; background: #e24c3d; border-radius: 15px; width: calc(100% - 2em); margin: 1em; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
.location-wrapper iframe {border-radius: 15px 15px 0 0;}
.location-wrapper h2 {display: block; margin-bottom: 1.5em; width: 100%; text-align: center;}
.location-wrapper .location-txt {padding: 1.5em 10%; font-size: 18px;}
.location-wrapper .location-txt h3 {color: #fff;}
.location-wrapper .location-txt h3 span {display: block; font-weight: 500; font-size: 18px; margin-top: 10px;}
.location-wrapper .location-txt i {margin-right: 5px;}
.location-wrapper a {display: flex; align-items: center; line-height: 1.3; margin: 1em 0; color: #fff;}



/*  contact form + captcha
------------------------------*/
#form {width: 90%; margin: 3em auto; padding: 3em; background: #f4f4f4; border-radius: 15px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);}
#form .form-row {display: block; text-align: left!important;}
#form .form-row label{font-weight: 500; color: #000;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 10px 0 20px; padding: 10px; border: 1px solid #ddd; background: #fff; font-weight: 500; color: #222; height: 50px;}
#form textarea {height: 111px;}
#form select {font-size: 16px;}

.CaptchaPanel{line-height: normal !important;}
.CaptchaAnswerPanel input{width: 100%; max-width: 350px; padding: 10px; margin: 5px 0; background: #fff; border: 1px solid #ddd; color: #000;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; line-height: 50px; color: #666;}
.CaptchaImage {width: auto!important; padding: 0!important;}
.CaptchaAnswerPanel{margin: 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{font-size: 12px; color: #333;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}


/* scrolling inventory */
.inv-scroller {width: 100%; margin: 0 auto; display: block; padding: 6em 5%;}
.inv-scroller .flex-wrapper {display: flex; justify-content: space-between; align-items: center; margin-bottom: 2em;}
.inv-scroller .flex-wrapper h4 {text-transform: uppercase; letter-spacing: 8px; font-weight: 500; font-size: 20px;}
.inv-scroller .flex-wrapper a#cta-btn button {margin-top: 0;}
.scrolling-wrap {width:100%; height:175px; display: flex; align-items: center; justify-content: center; background: #fae6c3;}
.scrolling {width:100%; height:90px;}


/* FOOTER */
.footer {width: 100%; background: #e24c3d; color: #fff; display: flex; justify-content: center; padding: 8em 5%; font-family: 'Paralucent', sans-serif;}
.footer img {width: 100%; height: auto; max-width: 175px; padding-right: 1em;}
.footer h4 {color: #fae6c3; display: block; margin-bottom: 1em; font-size: 20px; font-weight: 500;}
.footer i {font-size: 22px;}
.footer a {color: #fff; font-family: 'Paralucent', sans-serif;}
.footer a:hover {color: #f4f4f4; transition: .3s ease-in-out;}


/* MEDIA QUERIES (RESPONSIVE) */
@media screen and (max-width: 1400px) {		
	
	.browse-categories a {width: calc(33.33% - 1em);}
	
	.content-wrapper h1 {font-size: 36px;}	
	.content-wrapper h2 {font-size: 28px;}	
	.content-wrapper h3 {font-size: 22px;}	
}

@media screen and (max-width: 1200px){						
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
					
	a#cta-btn button, a#cta-btn2 button, a#cta-btn3 button, #form input[type="submit"], .CaptchaAnswerPanel input {width: 100%; max-width: 350px;}
		
	.marg6 {margin: 4em auto!important;}
	
	ul.content-list li {width: calc(50% - 2em);}
	
	.hero-txt h1 {font-size: 36px; max-width: 600px;}	
	.hero-txt p {font-size: 18px; margin: 1em 0;}	
		
	.welcome-wrapper h2 {font-size: 32px;}
	
	.help-wrapper {justify-content: center; padding: 3em 10%;}
	.help-wrapper a {width: 100%;}
	
	.offerings-wrapper {flex-wrap: wrap;}
	.offerings-left, .offerings-right {width: calc(100% - 1em);}
	.offerings-wrapper a {font-size: 16px;}
	
	.footer {padding: 6em 5%;}
	.footer h4 {margin-bottom: .5em;}
}

@media screen and (max-width: 900px) {	
	img#main-logo {max-width: 200px; margin: 5px 0;}
	
	.hero-txt {position: relative; background: #e24c3d; padding: 3em 1.5em; text-align: left; justify-content: flex-start; color: #fff;}
	.hero-txt h1 {max-width: none; font-size: 32px;}
	.hero-btns {justify-content: center; flex-direction: column;}
	.hero-btns a {margin-top: 1em;}
	.hero-btns a#cta-btn button, .hero-btns a#cta-btn2 button {max-width: none;}
	
	.inv-search {margin: 3em 0; justify-content: center; padding:0 1.5em;}
	
	.why-wrapper {padding: 3em 10%;}
	.why-wrapper ul li {width: calc(50% - 1em);}
	
	.offerings-wrapper h2 {font-size: 30px;}
	
	.welcome-wrapper {flex-wrap: wrap; flex-direction: column-reverse;}
	.welcome-wrapper .welcome-img {width: 100%; border-radius: 0 0 15px 15px; padding: 6em 0;}
	.welcome-wrapper .welcome-txt {width: 100%; border-radius: 15px 15px 0 0; padding: 5em 1.5em;}
	.welcome-wrapper h3 {font-size: 32px; margin-bottom: 1em;}
	.welcome-wrapper b {margin-bottom: 2em;}
	.btn-wrapper {flex-wrap: wrap;}
	
	.content-wrapper .flex-wrapper {margin: 3em 0; padding: 0 8%;}
	
	#form {padding: 3em 2em;}
		
	.footer {flex-wrap: wrap-reverse; padding: 4em 5%;}
	.footer .column3:first-child {width: 100%!important; float: none; text-align: center; margin-top: 1em!important;}
	.footer .column3 {width: 50%!important; float: left!important; margin-bottom: 1em!important;}
}

@media screen and (max-width: 767px) {
	.why-wrapper ul li {width: calc(100% - 1em);}
	ul.content-list li {width: calc(100% - 1em); margin: .5em;}
	.inv-scroller .flex-wrapper {justify-content: center;}
	.inv-scroller .flex-wrapper h4 {display: block; margin-bottom: 1em;}
}

@media screen and (max-width: 550px) {	
	.location-wrapper .location-txt {font-size: 16px;}
	.browse-categories a {width: calc(100% - 1em);}
	.welcome-wrapper h3 {font-size: 24px;}
	.welcome-wrapper b {font-size: 16px;}
	.btn-wrapper a button {padding: 1.5em 1em;}
		
	.page-title {padding: 6em 10%;}
	.page-title h1 {font-size: 50px;}
}

@media screen and (max-width: 480px) {	
	.top-bar {display: none;}
}