<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
These styles are for this page only
\*------------------------------------*/
table{
	border-collapse:collapse;
	border-spacing:0;
}
/*------------------------------------*\
	$MAIN
\*------------------------------------*/
/* Typography */
h1 {
	margin: 0px 0px 7px 0px;
	padding:0px;
}
h5 {
	font-weight: 500;
	line-height: 1.7em;
	font-size: 12px;
}
h6 {
	color: #006baf;
	font-size: 10pt;
	font-weight:normal;
	padding: 12px 0px 17px 0px;
	margin:0px;
	font-weight:600;
}
/* Product Layout */
label {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2em;
	text-transform: uppercase;
}
.products {
	width:100%;
	text-align:center;
	margin-top: -90px;
	z-index: 1;
	position: relative;
}
.product-card {
	overflow: hidden;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);
	width: 32%;
	display: inline-block;
	margin: 0.5%;
	background-color: #fff;
}
.product-card:hover {
	box-shadow: 0px 0px 10px 0px #5c5c5c;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.product-card:hover .product-image img{
	width:100%;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.product-image img {
	width: 95%;
	display: block;
	margin: 0px auto;
}
.product-info {
	margin-top: auto;
	padding-top: 10px;
	text-align: center;
	-webkit-box-shadow: 0 -1px 1px 1px #f9f9f9;
	box-shadow: 0 -1px 1px 1px #f9f9f9;
}
.product-image{height:200px;}
.indPromoCTA{text-decoration: none;}
@media screen and (max-width: 720px){
	.product-card{
		width:48%;
		margin-top:20px;
	}
}	
@media screen and (max-width: 440px){
	.product-card{
		width:98%;
	}
}	
/* Merge to industry style sheet */	
.contentWrap, .fullImgWidthWrap, .fwContactWrap, .fwQuoteWrap, .sectionWrap{
	font-family: 'Droid Sans', sans-serif !important;
}
.fullImgWidthWrap{
	height:380px;
	overflow:hidden;
	position:relative;
	z-index: 1;
}
.fullWidthTextWrap{
	position:absolute;
	left:0px;
	top:0px;
	z-index: 10;
}
.fullWidthText{
	position: absolute;
	top: 130px;
	left: 15px;
	font-size: 12pt;
	color: #fff;
	width: 480px;
	z-index: 15;
}
@media screen and (max-width: 680px){
	.blueDiagonal{
		display:none;
	}
	.blueOverlay{
		width: 700px !important;
	}
}
@media screen and (max-width: 667px){
	.blueDiagonal{
		display:none;
	}
	.blueOverlay{
		width: 700px !important;
	}
	.fullWidthText{
		width:90%;
		top: 110px;
	}
	.fullImg{
		margin-left: -250px;
	}
}
.fullWidthheadline{
	font-size:30pt;
}
.fullImg{
	width:100%;
	position:absolute;
	top:0px;
	z-index: 5;
}
@media screen and (max-width: 885px){
	.fullImg {
		width: 875px;
	}
}
@media screen and (max-width: 460px){
	.fullImg {
		margin-left: -410px;
	}
}
/* Boldchat */	
.stickyBoldChat .bcText a{
	position: fixed;
	bottom: 0px;
	right: 8px;
	z-index: 100;
	background-color: #f68b1f;
	color: #fff;
	text-decoration: none;
	padding: 4px 8px 4px 26px;
	background-image: url(/universal/wwwcore/images/chat-icon-industry-white.png);
	background-size: 16px 15px;
	background-repeat: no-repeat;
	font-size: 12pt;
	background-position: 5px 6px;
	-webkit-box-shadow: 0 0 1px 1px #696969;
	box-shadow: 0 0 1px 1px #696969;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

}
.stickyBoldChat .bcText a:hover{
	text-decoration:underline;
	padding: 4px 8px 12px 26px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}</pre></body></html>