@charset "utf-8";
/* CSS Document */

a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after, .slick-slide.slick-current.slick-active.slick-center img, .slick-slide.slick-current.slick-active.slick-center, .cta a .overlay, header, a img {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
    outline: none;
}
* { outline: none !important; }
body, html { overflow-x:hidden; }
a:hover img { opacity: .65; }

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */

.columns.collapse { padding: 0; }
select { width: auto; }
[type=checkbox], [type=file], [type=radio] { margin: 0 3px 10px 0;  }
ul.no-list { list-style:none; font-size: 12px;}
ol { list-style:none; }

/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden; 
	margin: 5px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}


.hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2, .hosted-content .listings-wrapper, .hosted-content .listings-detail-wrapper, .hosted-content .listings-drilldown-wrapper, .hosted-content label, .hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2, .hosted-content input[type=button], .hosted-content input[type=color], .hosted-content input[type=date], .hosted-content input[type=datetime], .hosted-content input[type=datetime-local], .hosted-content input[type=email], .hosted-content input[type=file], .hosted-content input[type=hidden], .hosted-content input[type=image], .hosted-content input[type=month], .hosted-content input[type=number], .hosted-content input[type=password], .hosted-content input[type=range], .hosted-content input[type=reset], .hosted-content input[type=search], .hosted-content input[type=submit], .hosted-content input[type=tel], .hosted-content input[type=text], .hosted-content input[type=time], .hosted-content input[type=url], .hosted-content input[type=week], .hosted-content select, .hosted-content textarea, .hosted-content .listings-wrapper .listings-list .category-banner h3 {
	font-family: 'Montserrat', sans-serif !important;
	line-height: 1.35em !important;
}
.hosted-content textarea, .hosted-content .listings-wrapper .listings-list .category-banner h3 { font-size: 2em; font-weight: 700; }
.listings-wrapper .listing-smallcard .listing-smallcard-image a:hover { opacity: .65; }
.hosted-content .listings-wrapper .listings-list .listing-banner h2 { font-size: 2em; }
.hosted-content .pagination>span { margin: 0 5px !important; }

.hosted-content .pagination .next, .hosted-content .pagination .prev { width: auto; }
.hosted-content .pagination>span {
	margin: 0px 5px !important;
}
iframe.financial-calc { width: 100%; height: 450px; }
.listing-details h5 { line-height: 1.25; font-style:normal; font-weight: 600; }
.listing-details h5 a { line-height: 1.25; }
.hosted-content h3 { font-size: 3em; font-weight: 300; }
.listings-detail-wrapper h1 { font-size: 2.5em; }
.inline-block.bold { color: #222; }
.hosted-content .listings-wrapper .currency-box div:first-child {     
	float: left;
    position: relative;
    top: 8px; 
}
.hosted-content .listings-wrapper .currency-box div:first-child div { top: 0; }
.listings-wrapper .hosted-theme .btn, .listings-wrapper .hosted-theme .btn:visited {
	background: #dc352b;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.listings-wrapper .hosted-theme .btn:hover, .listings-wrapper .hosted-theme .btn:focus {
	background: #444;
	color: #fff !important;
}
.hosted-content h3.m-bottom-10, h3.inline-block { font-size: 1.25em; font-weight: 500; }
.hosted-content .listings-detail-wrapper .information-box h3 { font-size: 2em; }

/* =============================================================================
   Typeography                                                              
============================================================================= */
body, span, strong, p, select, option, label, input { font-family: 'Montserrat', sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; }

h1 { font-weight: 700; }

h2 { font-weight: 200; }

h4,h5 { font-weight: 700; text-transform: uppercase; }

h6 { color:#dc352b; font-weight: 500; }

.red { color: #dc352b; }

a, a:visited {
	font-weight: 600;
	color: #dc352b;
}
a:hover, a:focus {
	color: #888;
}

a.button, button, .button, a.button:visited, button:visited, .button:visited {
	color: #fff;
	background: url(../siteart/next.png) no-repeat 85% center #dc352b;
	background-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 60px;
	position: relative;
}
a.button:hover:after, button:hover:after, .button:hover:after { right: 18px; }
a.button:hover, button:hover, .button:hover, a.button:focus, button:focus, .button:focus {
	background: url(../siteart/next.png) no-repeat 90% center #444;
	background-size: 20px;
}
button.close-button {
    background: transparent;
    padding: 0;
}
input.input.button {
    background: #dc352b;
    padding: 10px 15px !important;
    height: auto;
    font-size: 15px;
    line-height: normal;
	border:none;
}
input.input.button:hover {
	background: #444;
}
/* =============================================================================
   Header                                                              
============================================================================= */
	/* Top Bar */
	#topBar {
		background: #ccc;
		color: #222;		
		display: table;
		text-align:right;
		width: 100%;
		font-size: 10px;
		padding: 8px 0;
	}
	ul.contact { list-style:none; margin: 0px; }
	ul.contact li { display: inline-block;margin-left: 35px; }
	ul.contact li a, ul.contact li a:visited { color: #222; }
	ul.contact li a:hover, ul.contact li a:focus { color: #222; opacity: .65; }
	
	.off_canvas ul.contact li {
		display: block;
		margin: 10px 10px;
		color: #fff;
		font-size: 14px;
	}
	.off_canvas ul.contact li strong { display: block; }
	.off_canvas ul.contact li a, .off_canvas ul.contact li a:visited { color: #fff; }
	.off_canvas ul.contact li a:hover, .off_canvas ul.contact li a:focus { color: #fff; opacity: .65; }

	.head { height: 89px; position: relative; }
	header {
		top:-115px;
		display: table;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	header .medium-3 { position:relative; }
	header img {
	    position: absolute;
		width: 325px;
		top: -20px;		
	}
	header.onPageScroll {
		top: 0;
		position: fixed;
		z-index:9999999999;	
		background: #fff;	
	}
	header.onPageScroll #topBar {display:none;}
	header.onPageScroll img {
		top: 6px;
		width: 200px;
	}

/* Menu Main */
.menu-main-container ul {
	margin: 0;
	padding:0;
	list-style: none;
	text-align:right;
}
#menu-main a {
	display:block; 
	color: #222; 
	padding: 1em .4em;
	font-size: 13px;
	font-weight: 600;
	position: relative;
	line-height: 10px;
}
#menu-main li {
	position: relative;
}
#menu-main > li { 
	display: inline-block; 
} 
#menu-main > li > a:hover, #menu-main a.active { 
	color: #dc352b;
}
#menu-main > li:hover, 
#menu-main > li:hover > a { 

}
.menu-main-container button.mobile_btn {
	display: none;
}
/* Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 1;
	left: -99999em;
	background: rgba(255,255,255, 1);
	text-align: left;
}
#menu-main ul li a { padding: .75em .8em; }
#menu-main ul li a:hover {
	color: #dc352b;
}
#menu-main > li:hover > ul {
	left: auto;
	min-width: 100%;
}
#menu-main > li li:hover > ul { 
	left: 100%;
	margin-left: 1px;
	top: -1px;
}

/* Dropdown Arrow */
/*#menu-main li > a:after {
    color: #666;
    content: url(../siteart/down.png);
    position: absolute;
    top: -2px;
    padding-left: 3px;
}

#menu-main li > a:hover:after {
    color: #666;
    content: url(../siteart/down.png);
}

#menu-main li > a:only-child:after {
    content: '';
}*/

	/* Mobile Menu Toggle */
	
	.off_canvas {
		position: relative;
		height: 100vh;
		max-height: 100%;
		background: #222;
		position: fixed;
		overflow-x:hidden;
		left: 0;
		top: 0;
    	z-index: 1;
		-webkit-box-shadow: inset -10px 0px 20px -10px rgba(0,0,0,.7);
		-moz-box-shadow: inset -10px 0px 20px -10px rgba(0,0,0,.7);
		box-shadow: inset -10px 0px 20px -10px rgba(0,0,0,.7);
	}
	.off-canvas-inner {
		height: 100%;
		position: relative;
		width: 100%;
	}
	.off_canvas_content {
		position: relative;
		width: 100%;
		left: 0;
		background: #fff;
		height: 100%;
	}
	.off_canvas_content.is_open {
		transform: translateX(250px);
	}
	.position_left {
		top: 0;
		left: 0;
		width: 250px;
		height: 100%;
		transform: translateX(-250px);
		overflow-y: auto;		
	}
	.position_left.is_open {
		transform: translateX(0px);
		z-index: 999999;
	}
	.off_canvas_content, .off_canvas_content.is_open, .position_left, .position_left.is_open, #off_canvas_cover.is_open, #off_canvas_cover  {
		-webkit-transition: all 0.75s ease;
		-moz-transition: all 0.75s ease;
		-o-transition: all 0.75s ease;
		transition: all 0.75s ease;		
	}
		/* Close Btn */
		.close, .close:visited {
			background: url(../siteart/close.png) no-repeat 50% 50% transparent;
			background-size: 20px;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 12px;
			top: 15px;
			display: block;		
		}
		.close:hover, .close:focus {
			cursor:pointer;
			transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			-moz-transform: rotate(180deg);
			background: url(../siteart/close.png) no-repeat 50% 50% transparent;
			background-size: 20px;
		}
		#off_canvas_cover {
			background: rgba(255,255,255,0);
			position: fixed;
			visibility:hidden;
			width: 100%;
			height: 100%;
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
			transform: rotate(0);
			-ms-transform: rotate(0);
			-webkit-transform: rotate(0);
			-o-transform: rotate(0);
			-moz-transform: rotate(0);
		}
		#off_canvas_cover.is_open {
			background: rgba(255,255,255,.65);
			position: fixed;
			width: 100%;
			height: 100%;
			visibility:visible;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index:99;
			transform: rotate(0);
			-ms-transform: rotate(0);
			-webkit-transform: rotate(0);
			-o-transform: rotate(0);
			-moz-transform: rotate(0);
		}

  	/* Mobile Menu */
	.off_canvas {
		height: 100%;
		min-height: 100vh;	
	}
	.off_canvas header {
		background: transparent;
		padding: 0px;
		position: relative;	
		top: 0;	
		background: transparent !important;
		border:none;
	}
	.off_canvas h2 {
		color: #fff;
		text-align:left;
		font-size: 1.5em;
		margin: 10px 15px;		
	}
	.mobile.button {
		display: none;
	}
	.mobile-nav ul { list-style:none; margin: 0px; }
	.mobile-nav #mobile-menu-main {
		border-top: 1px solid #333;
		margin: 0px;
	}
	.mobile-nav #mobile-menu-main li {
		width: 100%;
		position: relative;
	}
	.mobile-nav #mobile-menu-main li a:hover, .mobile-nav #mobile-menu-main a.active {
		color: #fff;
	}
	.mobile-nav #mobile-menu-main a {
		width: 200px;
		color: #818181;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 14px;
	}
	.mobile-nav #mobile-menu-main a::after {
		content: ' ';
		width: 125%;
		display: block;
		position: absolute;
		height: 1px;
		border-bottom: 1px solid #333;
		left: 0;
		bottom: 0;
	}

	/* Sub-Menu */
	.mobile-nav #mobile-menu-main ul {
		position: relative;
		z-index: initial;
		left: 0;
		background: transparent;
		text-align: left;
		width: 100%;
		padding: 0px;
	}
	.mobile-nav ul.sub-menu li ul.sub-menu,.mobile-nav #mobile-menu-main > li > .sub-menu {
		display: none;
		padding: 0px;
		margin: 0px;
	}
	.mobile-nav ul li ul li a { padding: 10px 0; }
	.mobile-nav ul li a:hover {
		color: #fff !important;
	}
	/* First Dropdown */
	.mobile-nav #mobile-menu-main > li li:hover > ul {
		left: 0px;
	}
	/* Second Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu li a {
		margin: 0 0 0 5%;
	}
	/* Third Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 10%;
	}
	/* Fourth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 15%;
	}
	/* Fifth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 20%;
	}

	/* Mobile Btn */
	.mobile-nav li button.mobile_btn {
		height: 45px;
		width: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background: #333;
		background-size: 12px;
		display: inline-block;
		border-radius: 3px 0 0 3px;
		border:none;
	}
	.mobile-nav li button.mobile_btn:hover { cursor: pointer }
	.mobile-nav button.mobile_btn::after {
		content: ' ';
		position: absolute;
		top: 0;
		background: url(../siteart/mobile_arrow.png) no-repeat center center;
		background-size: 10px;
		width: 100%;
		height: 100%;
		right: 0;
	}
	.mobile-nav li button.mobile_btn.active::after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

/* =============================================================================
   Body                                                              
============================================================================= */
#main-container {
	width: 100%;
	padding: 35px 0;
	margin: 0 auto;
}

	/* Slider */
	#slider {
		width: 100%;
		padding: 18px 0;
		border: 5px solid #dc352b;
		border-left: none;
		border-right: none;	
		background: #222;	
		overflow:hidden;
	}
	.second#slider { border-bottom:1px solid #eee; background: transparent; } 
	.slick-prev, .slick-next {
		width: 30px;
		height: 30px;
		display: block;		
		z-index: 9999;
		color: transparent;
	}
	button.slick-prev.slick-arrow {
		position: absolute;
		left: 15px;
		background: url(../siteart/prev.png) no-repeat center center / 30px transparent;
	}
	button.slick-next.slick-arrow {
		position: absolute;
		right: 15px;
		background: url(../siteart/next.png) no-repeat center center / 30px transparent;
	}
	.slick-prev::before, .slick-next::before { content: ''; }
	.slick-slide section {
		height: 350px;
		width: 100%;
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.center.second .slick-slide section {
		height: 250px;
		width: 100%;
		background-position: 50% 50%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.slick-slide.slick-current.slick-active.slick-center {
		background: #333;
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.second .slick-slide.slick-current.slick-active.slick-center { background: transparent; }
	.slick-slide section { opacity: .55; }
	.slick-slide.slick-current.slick-active.slick-center section { opacity: 1; }
	.slick-slide {
		background: #000;
		margin: 0 15px;
		overflow:hidden;
		height: 350px;
	}
	.center.second .slick-slide { height: 250px; background: transparent;}

	
	/* Call to Action */
	.cta { 
		width: 100%;
		display: table;
		border: 5px solid #dc352b;
		border-left: none;
		border-right: none;
	}
	.cta ul {
		margin: 0px;
		position:relative;
	}
	.cta ul li {
		list-style:none;
		position: relative;
		background-repeat:no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		padding: 0px;
		height: 125px;
	}
	.cta a h2 {
		color: #fff;
		text-align: center;
		display: table-cell; 
		vertical-align:middle;
		font-size: 1.15em;
		font-weight: 700;
	}
	.cta a h2 span { font-weight: 200; display: block; }
	.cta a h2 span { display: block; }
	.cta a:hover { opacity: 1; }
	.cta a .overlay {
		background: rgba(0,0,0,.25);
		position: relative;
		top:0;
		right:0;
		left:0;
		bottom: 0;
		display: table;
		width: 100%;
		height: 100%;
	}
	.cta a:hover .overlay { background: rgba(0,0,0,.65); }
.cta-link {width:20%; float:left;}
	/* Quote */
	.quote {
		background: url(../siteart/b-w-section.jpg) no-repeat 50% 50%;
		background-size: cover;
		background-attachment: fixed;
		display: table;
		width: 100%;
		color: #fff;
	}
	.quote .opacity {
		background: rgba(0,0,0,.65);
		padding: 35px 0;
		width: 100%;
		display: table;	
	}
	.quote .opacity h2 { padding: 0 0 0 75px; }
	
	/* Sidebar */
	.sidebar {
		display: table;
		width: 100%;
		background: #ccc;	
		padding: 15px 10px;	
	}
	.sidebar label {
		font-size: 12px;
		margin: 0 0 0px 5px;
		font-weight: 500;
	}
	.sidebar input { font-size: .75em; }
	.sidebar select { width: 100%; font-size: .75em; }
	.sidebar h3 { font-weight:600; color: #dc352b; text-align:center; padding: 10px 0 8px;  }
	.sidebar .columns { padding: 0 .5em; }
	.sidebar img { width: 150px; margin: 0px 0 10px; display: block; }
	
	/* Parts Logo */
	#parts-logo a, #parts-logo p, #parts-logo section, #parts-logo li { font-size: 12px; margin: 0; }
	#parts-logo ul { 
		padding: 35px 0 0 0px; 
		list-style:none; 
		display: table; 
		width: 100%; 
		margin: 0;
	}
	#parts-logo li { border-bottom: 1px solid #eee; border-right: 1px solid #eee; }
	#parts-logo li:nth-child(-n+6) { border-top: 1px solid #eee; }
	#parts-logo li:nth-child(6n+1) { border-left: 1px solid #eee; }
	#parts-logo section:nth-child(2) { border-bottom: 0px; border-right: 1px solid #eee; }
	#parts-logo section:nth-child(3) { border: 0px; }
	
	/* Products */
	.products .opacity { background: url(../siteart/plus.png) no-repeat 50% 50% #000; background-size: 40px; }
	.products a .opacity img { width: 100%; position:relative; }
	.products a:hover .opacity img { opacity: .35; }
	.products h6 { margin: 10px 0; }
	
	/* Lightbox */
	.gallery { list-style: none; margin: 0px; }
	.gallery li { 
		height: 175px; 
		position: relative; 
		padding: 0;
		overflow: hidden;
		padding:0 15px 15px 15px;
		margin-bottom: 15px;
	}
	.gallery li a { 
		position: absolute;
		height: 100%;
		width: 100%;
		background-size: 50px;
	}
	.gallery li img { position: absolute; max-height: 175px; width: 100%; }
	.gallery li a:hover img { opacity: .55; }
	.lb-data .lb-close { background-size: 25px; }
	.lb-nav a.lb-prev { background-position: 10% 48%; background-size: 42px; }
	.lb-nav a.lb-next { background-position: 90% 48%; background-size: 42px; }
	.lightboxOverlay, .lightbox { z-index: 9999999999 }
	
	
	/* Specs */
	.specs { vertical-align:top; }
	.specs h1 {font-size:25px; text-transform:uppercase; padding-top:2%;}
	.title { vertical-align:middle; }
	.title h4 {font-size:15px; text-align:left; margin-bottom:0; padding: 0;}
	.spec-description {width:100%;   margin-left:1%;}
	.spec-description p{font-size:15px;}


	/* Trade Shows */
.col-shows img {padding: 1% 0; max-width: 240px; width: 100%;}
.show {display: inline-block; height: 350px; vertical-align:top; border-bottom: 5px solid #dc352b; width:45%;  margin:2% 2%; text-align: center;}

/* =============================================================================
   Footer                                                              
============================================================================= */
.flex-stretch {display: flex; flex-direction: row; align-items: stretch; width: 70%;  margin: 0 auto;}
.foot-col {width: 33%; margin: 1% 1%;}
.scrollBar {
    width: 100%;
    display: table;
    padding: 4px 0 5px;
	overflow:hidden;
}

footer  { 
	background: #3d3d3b;
	width: 100%;
	display: table;
	color: #fff;
	padding: 25px 0;
}
footer p  { font-size: 14px; font-weight: 300; }
footer a, footer a:visited { color: #fff; }
footer a:hover, footer a:visited { color: #fff; opacity: .65; }
footer h4::after {
	content: ' ';
	width: 100px;
	border-bottom: 2px solid #dc352b;
	height: 2px;
	display: block;
}
footer ul { list-style: none; margin: 0px; font-size: 14px; }

.copyright {
	width: 100%;
	display: table;
	background: #1b1b1b;
	color: #999;
	font-size: 10px;
	text-align:center;
	padding: 15px 0;
}
.copyright a, .copyright a:visited { color: #888; font-weight: 600; }
.copyright a:hover, .copyright a:focus { color: #fff; }

.media-buttons .print-this, .media-buttons .email-this, .faceted-search-content button, .faceted-search-content .faceted-section-box .faceted-search {background: #f1f1f1 !important; color:#000 !important;}
.show-all-modal button, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn, .contact-options a, .fin-calc-mobile>a, .detail-additional-data .data-row .data-label, .detail-contact-bar .contact-bar-btn, .list-content .list-error-container .info button, .faceted-search-content .selected-facets-container .selected-facet, .view-listing-details-link {background: #333 !important; color:#fff !important}
.list-content .list-top-section .listing-option-bar-content, .list-container-flexrow .price-container .price {color:#DC352B !important}
.list-container-flexrow .view-listing-details-link {background:#DC352B !important }

/* =============================================================================
   Mobile                                                              
============================================================================= */
@media print,screen and (min-width:40em){
	.col-shows .float-left {width:70%;}
}
@media only screen and (max-width: 1300px) { 
	#menu-main a {
	font-size: 12px;
}
}
@media only screen and (max-width: 1040px) { 
	.head { height: 84px; }
	header img { width: 200px; }
	.mobile.button {
		display: block;
		background: url(../siteart/mobile.png) center center no-repeat;
		background-size: contain;
		height: 35px;
		width: 35px;
		position: absolute;
		color: transparent !important;
		margin: 0px;
		right: 0;
		top: 10px;
	}
	header #topBar { display:none; }
	.head { height: 49px; }
	header { position: fixed; top: 0; background: #fff; z-index: 999999;padding: 5px 0; }
	header.onPageScroll { background: #fff; }

	header img { top: 0; position: relative; }
	header.onPageScroll img { top: 0 }
	
	.menu-main-container {
		display: none;
	}
	.cta-link {width:50%; float:left;}

}

@media only screen and (max-width: 900px) {

	.off-canvas {
		display: block;
	}
	/* CTA */
	.cta ul li { height: 75px; }
	
	/* Quote */
	.quote {
		background: url(../siteart/b-w-section.jpg) no-repeat 50% 50%;
		background-size: cover;
		background-attachment: scroll;
	}
	.quote .opacity h2 { font-size: 1.25em; padding: 0px; }
	.quote .opacity h2 .text-left { text-align: center; }
	.quote .opacity .button { margin: 0px; }
	.quote .opacity { padding: 15px 0; }

	/* Gallery */
	.lb-nav a.lb-next, .lb-nav a.lb-prev { opacity: 1; }
	
	/* Trade Shows */
	.show {width: 90%;}
	
.flex-stretch {display: block; width: 90%;  margin: 0 auto;}
.foot-col {width: 100%; margin: 1% 0;}
	
}
