﻿@charset "UTF-8";

/* RESET 
------------------------------------------------*/
* { 
    margin:0;  
    padding:0;  
    border:0;  
    outline:0;  
    background: transparent;  
}

ol, ul {}
blockquote, q {quotes: none;}  
blockquote:before, blockquote:after, q:before, q:after {content: '';}  
	





/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {/*margin:0; line-height:12px;*/ font-size:100%; font-family: 'Montserrat', sans-serif; background:#fff;}

/* SELECTION */	
::selection {color:#fff; background: #f30601;}
::-moz-selection {color:#fff; background: #f30601;}


/*  font-family: 'Alegreya', sans-serif;  */


/* CLEAR */
.clear {clear:both;}

/* HEADERS */
/*Remove or simplify font-weight and font-height */
h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}

h1 {font-size:26px; font-weight:400; font-family: 'Alegreya', sans-serif;}
h2 {font-size:24px; font-weight:normal;}

h3 {font-size:20px; font-weight:normal;}
h4 {font-size:22px; font-weight:700; font-style:italic;}
h5 {font-size:16px; font-weight:normal;}
h6 {font-size:14px; font-weight:normal;}


/* PARAGRAPH/LIST/GENERAL TEXT */

/* LINKS */
a{-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;}
a:link, a:visited {color:#202020; text-decoration:underline;}
a:hover, a:active {color:#f30601; text-decoration:none;}

a[href^="tel:"] {color:inherit; text-decoration:none;}

/* IMAGES */
img {display:block;}

/* TEXT EMPHASIS */
em {font-style: italic;}
strong {font-weight:700;}

/* TEXT STYLINGS */
.dark {color:#131313;}
.gray {color:#4F4F4F;}
.heavy {font-weight:800;}

/* ALIGNMENT */
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}







/* SITE FORM
------------------------------------------------*/
.site-form {width:100%; margin:45px 0 0 0; padding:0;}

.site-form .three-cells {width:32.3%; *width: 32%; box-sizing: border-box;}
.site-form .full-cell {width:99% !important;}
.site-form .last {margin-right:0 !important;}

.short-textbox {height:100px !important;}

.site-form .instructions {font-size:14px; color:#777; margin:6px 0 6px 0; text-transform: capitalize;}
.site-form .note {font-size:12px; font-style:italic; color:#777; text-align:center; margin:8px 0 0 0;}

.site-form input[type="text"], .site-form input[type="email"], .site-form input[type="number"], .site-form input[type="time"], .site-form input[type="date"], .site-form select {
	margin:6px .8% 9px 0;
    padding:14px 0;
    font-size: 14px;
    background-color:#fdfdfd;
	border:1px #e8e8e8 solid;
	text-indent:12px;
	box-sizing: border-box; 
}

.site-form input[type="text"]:focus, .site-form input[type="email"]:focus, .site-form input[type="number"]:focus, .site-form input[type="time"]:focus, .site-form input[type="date"]:focus, .site-form select:focus {border: 1px #5A5A5A solid; background-color:#fcfcfc;}

.site-form textarea {
	width:100%; height:150px; margin:2px 0; padding: 4px 8px; font-size: 14px; border:1px #e8e8e8 solid;
    background-color: #fdfdfd;
	box-sizing: border-box; -webkit-border-radius:0; border-radius:0;
}

.site-form textarea:focus {background-color:#FCFCFC; border: 1px #5A5A5A solid;}

.site-form input[type="submit"] {height: 46px; padding:0 20px; margin:10px 0 0 0; font-size:14px; border: none; color: #fff; background: #ed1b24;
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
	text-transform: uppercase; font-weight:700; 
	-webkit-appearance: none;}

.site-form input[type="submit"]:hover {color:#fff; background:#000; -webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both; -webkit-appearance: none;}


.CaptchaImagePanel {text-align:center;}
.CaptchaImagePanel img {margin:0 auto;}
.CaptchaAnswerPanel input {padding:8px 8px; border:1px #e6e6e6 solid;}







/* QUICK CONTACT HEADER
------------------------------------------------*/
.quick-contact-bar {	
	position:absolute; top:0; right:0;
	display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; width:59%; margin:0 0 0 auto; padding:1.25em 7.5% 1.25em 3%; background:#ed1b24;	

	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 2% 100%);
    		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 2% 100%);
}

.quick-contact-bar svg, .quick-contact-bar .fas {margin:0 .8em 0 0; color:#000;}
.quick-contact-bar a {padding:0 0 0 0; font-size:1em; font-weight:600; text-transform:uppercase; text-decoration:none; color:#fff;}

.contact-group {margin:0;}
.contact-group a[href^="tel:"] {color:#fff !important;}
.contact-group a:first-of-type {margin:0 1.5em 0 0;}

a.quick-link {padding:.5em .8em; border:2px #fff solid; background:#424242;}
a.quick-link svg, a.quick-link .fas, a.quick-link .fab {margin:0; padding:0; color:#fff;}
a.quick-link:first-of-type svg{margin:0 .8em 0 0;}
a.quick-link:first-of-type {margin:0 1.8em 0 0;}
a.quick-link:last-of-type {margin:0 0 0 .3em;}




/* HEADER
------------------------------------------------*/	
.site-header {display:flex; justify-content:space-between; padding:20px 7.5%; background:#ecebeb;}	
	

/* LOGO
------------------------------------------------*/	
.logo {margin:0; padding:0;}
.logo img {width:100%; max-width:214px;}



.desktop-nav {align-self:flex-end; margin:0 0 2em 0;}


/*  NAVIGATION
------------------------------------------------*/
#menu-button{display: none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; margin:0; padding:0;}

nav.primary ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:0; padding:0;}
nav.primary ul li {margin:0; padding:0; list-style-type:none;}
				
nav.primary ul li a {
	display:block; margin:0 15px 0 0; padding:12px 0;
    font-size:1.25em; line-height:1; font-weight:600; text-align:center; text-decoration:none; text-transform:uppercase; color:#000;
	-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
}	

nav.primary ul li a:hover {color:#121212;}

/*  DROPDOWNS NAV
------------------------------------------------*/
nav.primary ul li li {width: 295px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	width: 295px; padding:15px 0; font-size:.84em; line-height:18px; text-indent:20px; text-align:left; color:#fff; border:0; background: #181818;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {line-height:18px; color:#fff; background:#ed1b24;}

/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {display: none; position: absolute;} 
nav.primary ul ul ul {position: absolute; left: 100%; top:0;}
nav.primary ul li:hover > ul {display: block; line-height:18px; z-index: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}








.secondary-nav {display:flex; justify-content: flex-start;  color:#ed1b24;}
.secondary-nav a {font-size:1em; text-decoration:none; text-transform:uppercase; color:#ed1b24;}
.secondary-nav .nav-group {margin:0 3% 0 0;}
.secondary-nav .nav-group:last-of-type {margin:0;}


.product .product-control a {color:#fff !important;}

.hs-modal-heading{color:black;} 
label{color:black;} 

.product.product-card-item .cf .product-controls .product-control .hs-btn {color:#fff !important;}

.page-header .cart-box .cart-view-cart #recaptcha-container #RecaptchaButton, .page-header .cart-box .cart-view-cart #recaptcha-container .hs-btn {color:#fff !important;}


#hs-content-wrapper {
    width:80% !important; max-width:80% !important; margin: auto; padding:0 10% !important;
}

#hs-main-content {
    margin: 1em 0;
    padding: 1em 0;
    overflow: visible;
}

.hs-faceted-search .hs-facet-label .hs-facet-name {margin: -2px 0 0 3px !important;}

.hs-btn.hs-highlighted {background-color:#ed1b24 !important;}

.hs-btn {
    -moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius:0 !important;
    border-radius:0 !important;
    text-decoration: none !important;
}

.product .markdown-percentage {background: #ed1b24 !important;}
.product .altered-price {color: #ed1b24 !important;}

.hs-search-box button svg {color:#fff !important;}

.hs-faceted-search .hs-faceted-section-values .hs-facet-btns span {color:#fff !important;}
.product.product-card-item .cf .product-controls .product-control a {color:#fff !important;}



/*  HERO
------------------------------------------------*/
.hero {position:relative; }
.hero img {width:100%; border-bottom:4px #fff solid;}

.hero-title {position:absolute; right:7.5%; bottom:7.5%; font-size:4.375em; font-weight:700; text-transform:uppercase; text-align:center; color:#fff;}
.hero-title span {font-size:0.68em;}


/*  FEED BANNER
------------------------------------------------*/
.feed-section {
	display:flex; flex-flow:row wrap; align-items: center; justify-content:center; 
	padding:25px; text-align:center; background:#ed1b24;}
.feed-section .feed-logo img {width:100%; max-width:500px; margin:0 auto;}
.feed-section .feed-link a {padding:12px 20px; text-decoration:none; color:#fff; border:1px #fff solid;}


/*  CALL TO ACTION
------------------------------------------------*/
.cta-group {background:url("/siteart/cta-background.jpg") no-repeat; background-position:center center; background-size: cover;}


/*  INVENTORY CTAS
------------------------------------------------*/
.cta-title {padding:3% 3% 0 3%; font-size:3.43em; text-align:center; text-transform:uppercase; color:#fff; background:rgba(0,0,0,0.4);}
.cta-title strong {font-size:1.15em;}

.cta-section {display:flex; flex-flow:row wrap; justify-content:space-between; margin:0; padding:3.5%; background:rgba(0,0,0,0.4);}

.cta-item {width:18%; margin:0; padding:0; font-size:1.5625em; font-weight:700; text-align:center; text-transform:uppercase; background:#fff; 
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%23f0f0f0' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.cta-item img {margin:0 auto; padding:0 0 .5em 0;}
.cta-item hr {width:88%; margin:1em auto; border-top:1px #ebebeb solid; border-bottom:1px #ebebeb solid;}
.cta-item a {display:block; padding:15% 3% 10% 3%; text-decoration:none; color:#353535;}
.cta-item span {font-weight:500;}

.cta-split {display:flex; flex-flow:column; justify-content:center; margin:0;}
.cta-split .split-item a {padding:5% 3%;}



/* SEARCH BAR
------------------------------------------------*/
.search-bar {display:flex; flex-flow:row wrap; align-items:center;  margin:0; padding:45px 5%; background:#ed1b24;}
.search-bar h5 {width:25%; margin:0; padding:0 5% 0 0; font-size:40px; text-align:center; color:#fff;}


/* SEARCH FORM
------------------------------------------------*/
.search-form {align-self:center; width:70%; margin:0; padding:0;}
.search-form .search-cells {width:20%; *width: 20%; min-width:175px; box-sizing: border-box;}
.search-form input[type="text"], .search-form select {
	margin:6px .8% 9px 0;
    padding:14px 0;
    font-size: 15px;
    background-color: #F4F4F4;
	text-indent:12px;
	box-sizing: border-box; 
	border:none;
}

.search-form input[type="text"]:focus, .search-form input[type="email"]:focus, .search-form input[type="number"]:focus, .search-form input[type="time"]:focus, .search-form input[type="date"]:focus, .search-form select:focus {background-color:#fcfcfc;}

.search-form input[type="submit"] {height:47px; margin:10px 0 0 0; padding:0 35px; font-size:18px; border: none; color: #fff; background:#3D3D3D;
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;}

.search-form input[type="submit"]:hover {color:#fff; background:#5e5e5e; -webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both; -webkit-appearance: none;}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {width:100%; height:90px; overflow:hidden;}
.scrolling{width:100%; height:90px;}




/*  MAIN
------------------------------------------------*/	
.main {margin:0; padding:3.5% 10%;}
.main-home {/*display:flex; flex-flow:row wrap; align-items:flex-start;*/}



/*  ARTICLE
------------------------------------------------*/
article {margin:0; padding:0;}
article h1 {text-transform:uppercase;}
article h1 strong {color:#ed1b24;}

article p {font-size:1.125em; line-height:1.625em;}


/*  ASIDE
------------------------------------------------*/
aside {width:100%; max-width:500px; margin:2.5% auto 0 auto; padding:0;}






/*  SLIDESHOW
------------------------------------------------*/
.cycle-slideshow {width:100%; line-height:0; z-index:10; position:relative;}
.cycle-slideshow div {position:relative;}
.cycle-slideshow img {width:100%; height:auto;}
.cycle-slideshow h6 {position:absolute; right:5%; bottom:5%; font-size:26px; font-weight:700; text-transform:uppercase; color:#fff; text-shadow:1px 1px #000;}


/*  SHORT LINE BRANDS
------------------------------------------------*/
.short-lines {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:0; padding:3% 0;}
.short-lines .short-brand {flex-grow:1; margin:0; padding:20px; background:#f7f7f7;}
.short-lines .short-brand:nth-child(even) {background:#edecec;}
.short-lines .short-brand img {display:block; margin:0 auto;}
.short-lines .short-brand a {display:block;}




.video-gallery {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; width:100%; margin:3.5% 0 5% 0;}

.video-item {width:48%;}
.video-item video {width:100%;}



/*  STAFF GALLERY
------------------------------------------------*/
.staff-gallery {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-around; margin:4.5% 0 0 0;}
.staff-gallery .staff {width:33.3%; margin:0 0 2% 0; text-align: center;}
.staff-gallery .staff h3 {margin:0 0 4px 0; color:#ed1b24;}


/*  HOSTED CONTENT
------------------------------------------------*/
.hosted-content #listings-title {font-weight:600; color:#ed1b24;}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {background: #ed1b24 !important;}


/*  FEED INVENTORY
------------------------------------------------*/
.side-inv-wrap {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-between;}

.side-inv-nav {width:calc(18% - 2px); border:1px solid #f2f2f2;}
.inv-nav-link {margin:3px;}
.inv-nav-link a {
	display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; text-decoration:none; 
	padding:6px 10px; font-size:.9em; font-weight:700; text-transform:uppercase; color:#fff; background:#ed1b24;
}
.inv-nav-link a:hover {padding:6px 12px 6px 10px; letter-spacing:1px; color:#fff; background:#212121;}
.inv-nav-link .inv-nav-icon {}

.inv-section {width:81%}


/*  STORE BANNER
------------------------------------------------*/
.store-banner {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; margin:2% 0 4% 0; color:#fff; background:#ed1b24;}
.store-banner .content-image {margin:-1.5% 0; padding:0;}
.store-banner .content-image img {width:100%; border:7px #fff solid;}

.store-banner .content-text {max-width:30%; margin:0 0 0 5%; padding:0;}

.store-banner h4 {text-transform:uppercase;}
.store-banner p {font-size:1.125em; line-height:1.5;}
.store-banner a {padding:12px 4.5%; text-decoration:none; color:#fff; border:1px #fff solid;}



/*  LOCATION MAPS
------------------------------------------------*/
.locations-section {display:flex; flex-flow:row wrap; justify-content:center; margin:0; padding:3% 5%; background:#fbfbfb;}
.locations-section .section-title {width:100%; font-size:3.43em; text-align:center; color:#ed1b24;}

.locations-section .location {display:flex; flex-flow:row wrap; justify-content:center; width:48%; margin:2.5% 0 0 0; padding:0;}
.locations-section .location:last-of-type {margin:2.5% 0 0 .5%;}
.locations-section .location a {text-decoration:none;}
.locations-section .location iframe {width:100%; max-width:500px; height:300px; border:2px #dadada solid;}

.locations-section .location .location-contact {margin:2.5% 3.5% 0 0; font-size:1.125em; line-height:1.5;}
.locations-section .location:last-of-type .location-contact {margin:2.5% 0 0 3.5%;}


/*  FOOTER NAV
------------------------------------------------*/
.site-footer-nav {z-index:350; position:relative; margin:0; padding:15px 0; background:#ed1b24;}
.site-footer-nav ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; max-width:56%; margin:0 auto; padding:0;}
.site-footer-nav ul li {margin:0; padding:0; list-style-type:none;}		
.site-footer-nav ul li a {
	display:block; margin:0 10px; padding:12px 0;
    font-size:1.125em; line-height:1.125em; text-align:center; text-decoration:none; text-transform:uppercase;
    color:#fff;
	-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
}
.site-footer-nav ul li a:hover {color:#1e1e1e;}


/*  FOOTER
------------------------------------------------*/
.site-footer {padding:20px 0; font-size:.8125em; line-height:1.625em; text-align:center; color:#fff; background:#1e1e1e;}
.site-footer strong {font-size:1.0625em; text-transform:uppercase;}
.site-footer .fa-copyright {font-size:.75em;}





/************************************************ Responsive Styles **/

@media screen and (max-width: 1650px) {
	nav.primary ul li a {font-size:1.15em;}
	
	.quick-contact-bar {width:66%; padding:1.25em 5% 1.25em 3%; }
	.site-header {padding:20px 5% 20px 7.5%;}
	.cta-item {width:22%;}	
	.locations-section {display:flex; flex-flow:row wrap; justify-content:space-around;}
	.locations-section .location {display:flex; flex-flow:column; justify-content:space-around; width:45%; margin:2.5% 0 0 0; padding:0;}
	.locations-section .location iframe {order:-1; max-width:inherit;}
	.locations-section .location .location-contact {order:1; margin:2.5% auto 0 auto; text-align:center !important;}
	.locations-section .location:last-of-type .location-contact {margin:2.5% 0 0 3.5%;}
}

@media screen and (max-width: 1575px) {
	nav.primary ul li a {font-size:1em;}
	
	.side-inv-wrap {flex-flow:column; align-items:flex-start; justify-content:center;}
	.side-inv-nav {
		display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-between;
		width:calc(99% - 2px); min-width:inherit; margin:0 0 1.5em 0; padding:0.5%;
	}
	.inv-nav-link {width:24%; margin:.5%;}
	
	
	.inv-section {width:100%;}
}

@media screen and (max-width: 1400px) {
	.quick-contact-bar {width:61%;}
	.quick-contact-bar a {font-size:.86em;}
	.contact-group a:first-of-type {margin:0 1em 0 0;}
	a.quick-link:first-of-type {margin:0 1.3em 0 0;}	
	nav.primary ul li a {font-size:.85em;}
	nav.primary ul li li {width: 285px;}
	nav.primary ul li li a:link, nav.primary ul li li a:visited{
	width: 285px; font-size:.8em;}
	.secondary-nav {display:none;}
	.search-bar h5 {width:100%; padding:0; font-size:40px;}
	.search-form {width:100%;}
	aside {max-width:500px; min-width:500px; margin:0 0 0 2.5%; padding:0;}
}

@media screen and (max-width: 1250px) {
	.main-home {flex-flow:row wrap;}
	.main-home article {width:100%;}
	aside {max-width:500px; min-width:280px; margin:2.5% auto 0 auto;}
	.cta-item {width:24%; font-size:1.25em;}
	.staff-gallery .staff {width:50%;}
}

@media screen and (max-width: 1200px) {
	.quick-contact-bar {position:relative; display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; width:93%; margin:0 0 0 auto; padding:1em 3.5%; -webkit-clip-path:none; clip-path:none;}
	
	.site-header {flex-flow: row wrap; padding:20px 0 0 0;}
	.site-header .logo {margin:0 auto;}
	.site-header .desktop-nav {display:none;}
	
	#menu-button{width:100%; display:block; margin:20px 0 0 0; font-size:1.25em; position: relative; z-index:400; background:#ed1b24;}
	#menu-button a{display:flex; flex-flow:row wrap; align-items:center; justify-content: space-between; color:#fff; text-decoration: none; padding:1em 1.25em; font-weight:100;}
	
	nav.mobile ul li a .fa{
		width:25px;
		font-weight:100;
		padding:8px 3px;
		margin:0 0 0 5px;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
	nav.mobile ul li .fa-chevron-down {position:absolute; right:10px; margin:18px 0 0 0;}

	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -285px;
		width: 285px;
		height: 100%;
		z-index: 500;
		overflow:auto;
		background:#333;
	}
	
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index:9999;
		display: inline-block;
		
		top: 15px;
		left: 15px;
		font-size:16px;
		word-spacing:13px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}
	
	/* MENU HEADER STYLES */
	nav.mobile h3 {	
		color: #ccc;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
		background:#313131;
	}			
	nav.mobile .menu-title {position: absolute; vertical-align: top; top: 16px; right: 47px; text-transform:uppercase; font-size:12px; color: #ccc;}
		
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color: #ccc; text-decoration: none; vertical-align: top; font-family: Arial, sans-serif;}
	nav.mobile .menu-toggle:hover {color: #fff;}
	
	/* MENU LIST STYLE */
	nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
	nav.mobile ul li {color: #999; font-size:15px; border-bottom: 1px solid #303030;}
	
	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size:15px;
		text-align:right;
		text-decoration: none;
		border-left:4px #333 solid;
		padding: 15px 35px 15px 20px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #ed1b24 solid;}
	
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {color: #ccc; background: #444; border-left:4px #444 solid; padding:15px 10px 15px 15px;}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}
	
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {color: #ccc; background: #555; border-left:4px #555 solid;}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
	
	.nav-footer {color:#777; position:relative; text-align:center; font-size:16px; line-height:18px; padding:15px 0;}
}

@media screen and (max-width: 1150px) {
	
	
	.video-gallery {justify-content:center;}
	.video-item {width:75%;}
	.video-item:first-of-type {margin:0 0 3.5% 0;}
	
	.inv-nav-link {width: 32.3%;}
	.inv-nav-link a {font-size:.9em;}
}

@media screen and (max-width:1024px) {
	.site-form .three-cells {width:100%; *width:100%;}
	
	.hero-title {right:0; left:0; margin:0 auto; font-size:3.375em;}
	
	.cta-item {font-size:1.15em;}
	
	.search-form .search-cells {width:47%; *width:47%; min-width:175px;}
	.search-form input[type="text"], .search-form select {margin:6px 1% 9px 1%;}
	.search-form input[type="submit"] {width:100%; align-self:center; margin:10px auto 0 auto;}
	
	.store-banner .content-image {width:50%;}
	.store-banner .content-text {max-width:40%;}
	.store-banner p {font-size:1em;}
	
	.locations-section .location {width:95%;}
}

@media screen and (max-width:900px) {
	.cta-item {width:45%; margin:3% 2.5%;}
}

@media screen and (max-width: 768px) {
	.quick-contact-bar .contact-group:nth-of-type(3) {display:none;}
	.hero-title {font-size:2.375em;}
	.cta-title {font-size: 2.5em}
	article h1 {font-size:22px;}
	.store-banner {padding:5% 0 40px 0;}
	.store-banner .content-image {display:none;}
	.store-banner .content-text {max-width:80%; margin:0; text-align:center;}
	.staff-gallery .staff {width:100%; margin:0 0 4% 0;}
	
	.inv-nav-link {width:49%;}
}

@media screen and (max-width:600px) {
	.quick-contact-bar {flex-flow:column; padding:.2em 3.5%;}
	.quick-contact-bar .contact-group {margin:.6em 0;}
	.search-form .search-cells {width:100%; *width:100%; min-width:175px;}
	.search-form input[type="text"], .search-form select {margin:6px 0 9px 0;}
	.video-item {width:95%;}
	.video-item:first-of-type {margin:0 0 5% 0;}
}
	
@media screen and (max-width:550px) {
	.hero-title {display:none;}
	.cta-title {font-size:1.5em}
	.cta-item {width:95%;}
	.cta-split {padding:4% 0;}
	.feed-section .feed-link {margin:20px 0 0 0;}
	.main {padding:6.5% 10%;}
	aside {margin:6.5% auto 0 auto;}
	.side-inv-nav {display:none;}
}

@media screen and (max-width: 320px){

}