<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 220px) {
	#headerWrapper {
		height: 185px;
		background-repeat: repeat;
	}
	.footerWrapper {
		background: #ec732c none;
	}
}
@media (min-width: 992px){
	#headerWrapper {
		height:156px;
		background-repeat: repeat-x;
	}
	.footerWrapper {
		background: url("../../images/site/orange-footer.jpg") repeat-x top center;
	}
}
#headerWrapper {
	background-image: url("../../images/site/header_bg_orange.jpg");
	background-repeat: repeat;
	background-position: center top;
}

h1 {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 33px;
	font-weight: bold;
	color:#E6522C;
}
a {
	color: #E6522C;
	text-decoration: none;
}
div.category-image-button {
	background-color: #E8532C;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
	padding: 10px 5px;
	text-decoration: none;
	width:225px;
	height:72px;
}
.category-image-button {
	background-color: #E8532C;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
	padding: 10px 5px;
	text-decoration: none;
	width: 225px;
	height: 72px;
}

/*left nav*/

.left_nav ul.nav_0 a.nav_0.selected {
	border-bottom: 2px solid #E6522C;
	color: #E6522C;
	font-size: 24px;
	font-weight: bold;
}

.left_nav li {
	padding: 0 4px 0 4px;
	border-bottom: 1px solid #aaa;
	margin: 2px 0 2px 0;
	text-decoration: none;
	font-size: 19px;
	font-weight: 700;
}
.nav_1.left-nav.selected.depth_1 {
	color:#E6522C;
}
.nav_1.left-nav.selected.depth_1:hover a{
	color:#FFFFFF;
}
.left_nav li.nav_1:hover {
	background-color: #E6522C;
}
.left_nav li.nav_1:hover a{
	color: #FFFFFF;
}
.left_nav ul.nav_1 a{
	color: #000000;
	padding: 2px;
	margin: 0;
}

.left_nav ul.nav_2, .left_nav ul.nav_3 {
	display: none;
}
.left_nav ul.nav_2 li, .left_nav ul.nav_3 li {
	border-bottom: none;
}
.left_nav ul.nav_2 {
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #E6522C;
}
.left_nav ul.nav_3 {
	position: absolute;
	top: -2px;
	left: 100%;
	background-color: #E6522C;
}

.left_nav ul.nav_2 a{
	color:#FFFFFF;
}

.sdfsdf li:hover {
	background-color:#aa412a;
}
.left-default ul.nav_0 li.nav_0.first{
	border-bottom: none;
}
.left-default ul.nav_0 li.nav_0:hover a.first{
	color:#E6522C;
}
.left-default ul.nav_0 li.first:hover{
	background-color:#FFFFFF;
}
.left-default ul.nav_0 li.nav_0:hover a{
	color:#FFFFFF;
}
.left-default ul li.nav_0:hover {
	background-color:#E6522C;
}
.left-default ul li.nav_0:hover a{
	color:#FFFFFF;
}
.left-default ul li.nav_0 a{
	color:#000000;
	padding: 2px;
}
.youtubelink {
	background-image:url("../../images/site/orange-youtube.png");
	background-repeat:no-repeat;
	height:49px;
	width:48px;
	text-align: center;
	position:relative;
	display:block;
}
.youtubelink:hover {
	cursor: pointer;
}
.footerWrapper {
	clear: both;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	width:100%;
}

.productListingHeader {
	table-layout: fixed;
	color: #E6522C;
	font-weight: bold;
	border-bottom:3px solid #E6522C !important;
	background-color: #FFFFFF;
}
.productListingHeader a{
	color: #E6522C;
}
.productListingHeader a:hover{
	color: #aa412a;
}

.addbuttons .btn-primary {
	white-space: normal;
	margin: 0;
	border: none;
	padding: 0;
	font-size: 15px;
	border-radius: 8px;
	/*background-color: #E6522C;*/
	background-color: #2979bc;
	width: 225px;
	height: 72px;
}
.addbuttons.productCell a{
	display:table-cell;
}
.btn-default, .btn-primary  {
	background-color:#E6522C;
	padding:10px;
}
.btn-primary:hover, .btn-default:hover {
	background-color: #b54528;
	color:#ffffff;
}
.cta_global, .cta_global_rfq {
	background-color:#2979BC;
}
.cta_global:hover, .cta_global_rfq:hover {
	background-color: #b54528;
}
.cta_global a:hover, .cta_global_rfq a:hover{
	text-decoration:none;
}
div.contact_us_btn {
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid transparent;
	display: inline-block;
	width: 142px;
	text-align: center;
	height: 63px;
	vertical-align: top;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(50,50,50,.75);
	-moz-box-shadow: 2px 2px 5px 0 rgba(50,50,50,.75);
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,.75);
	background-color: #E6522C;
	min-height: 63px;
}

div.contact_us_btn:hover {
	-webkit-box-shadow: -2px -2px 5px 0 rgba(50,50,50,.75);
	-moz-box-shadow: -2px -2px 5px 0 rgba(50,50,50,.75);
	box-shadow: -2px -2px 5px 0 rgba(50,50,50,.75);
}
div.contact_us_btn &gt; a {
	display: block;
	padding-top: 14px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 2px 2px #000;
}
div.rfq_btn:hover {
	-webkit-box-shadow: -2px -2px 5px 0 rgba(50,50,50,.75);
	-moz-box-shadow: -2px -2px 5px 0 rgba(50,50,50,.75);
	box-shadow: -2px -2px 5px 0 rgba(50,50,50,.75);
}
div.rfq_btn {
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid transparent;
	display: inline-block;
	text-align: center;
	width: 142px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(50,50,50,.75);
	-moz-box-shadow: 2px 2px 5px 0 rgba(50,50,50,.75);
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,.75);
	background: #2979BC;
}
div.rfq_btn &gt; a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 2px 2px #000;
}
#columnLeft .content_cta_wrapper {
	 position: sticky;
	 top: 10px;
 }
#columnLeft .new_cta_wrapper {
	display: flex;
	flex-direction: column;
	gap: .5em;

}
#columnLeft :is(div.contact_us_btn,div.rfq_btn ) {
	width: 100%;
	height: fit-content;
}
#columnLeft :is(div.contact_us_btn,div.rfq_btn ) a{
	padding-top: .75em;
	padding-bottom: .75em;
	display: block;
}</pre></body></html>