<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Gravity Container Set styles */
/* NoTitle */
.DNNContainer_noTitle {
}

/* Title_h2 */
.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	margin-bottom: 25px;
}

/* Title_h3 */
.DNNContainer_Title_h3 h3 .TitleH3 {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 1px #c0c0c0;
}

/* Title_h4 */
.DNNContainer_Title_h4 h4 .TitleH4 {
	display: block;
	margin-bottom: 25px;
}

/* New Title_h2 */
@media screen and (min-width: 980px) {
	.new_title_h2 {
		background: #666;
		color: #fff;
		padding: 10px;
		font-weight: normal;
	}
	.mobile_hr {
		display: none;
	}
}

@media screen and (min-width: 681px) and (max-width: 979px) {
	.new_title_h2 {
		background: #666;
		color: #fff;
		padding: 10px;
		font-weight: normal;
		margin-top: 20px;
	}
	.mobile_hr {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	.new_title_h2 {
		background: inherit;
		color: inherit;
		padding: inherit;
		font-weight: inherit;
		margin-left: 10px;
	}
	.mobile_hr {
		padding-bottom: 20px;
		display: block;
	}
	.content_margin_wrapper {
		padding-bottom:0;
	}
}
@media screen and (min-width: 681px) {
	.content_margin_wrapper {
		padding-bottom: 20px;
	}
}
.content_margin_wrapper {
	 margin: 0px 10px;
}

.catalog_mobile {
	display: none;
}

@media screen and (min-width: 600px) {
	.pdf_preview {
		display: inline-block;
	}
	.pdf_tint {
		position: absolute;
		top: 40px;
		left: 10px;
		z-index: 9998;
		height: 289px;
		width: 230px;
	}

	.pdf_hover:hover .pdf_tint {
		position: absolute;
		top: 40px;
		left: 10px;
		z-index: 9997;
		height: 289px;
		width: 230px;
		background: #fff;
		opacity: .6;
	}

	.pdf_hover .pdf_img {
		height: 100px;
			width: 100px;
		z-index: 9998;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		display: none;
	}

	.pdf_hover:hover .pdf_img {
		display: block;
	}

	.pdf_hover:hover .orangeBoxPDF img {
		filter: blur(2px) grayscale(75%);
	}

	.pdf_hover:hover .orangeBoxPDF {
		opacity: 1;
		border: 2px solid #ff6600;
	}
}

@media screen and (max-width: 599px) {
	.pdf_preview {
		display: block;
		margin: 0 auto;
		width: 247px;
	}

	.pdf_tint {
		position: absolute;
		top: 40px;
		left: 10px;
		z-index: 9997;
		height: 289px;
		width: 230px;
		background: #fff;
		opacity: .6;
	}

	.pdf_hover .pdf_img {
		height: 100px;
			width: 100px;
		z-index: 9998;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		display: block;
	}

	.pdf_hover:hover .orangeBoxPDF img {
		filter: blur(2px) grayscale(75%);
	}

	.pdf_hover:hover .orangeBoxPDF {
		opacity: 1;
		border: 2px solid #ff6600;
	}
}</pre></body></html>