<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.page-home .frontpage-banner .item {
	display: none; /* keep container, but hide items */
}

.page-home .frontpage-banner.slick-initialized .item {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex; /* show carousel items once loaded */
}

.page-home .frontpage-banner .item:first-child {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex; /* always show the first image, regardless if others are loading in the slider, and for products with only one image */
}

.page-home .frontpage-banner-btn {
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: 0;
	z-index: 10;
	transition: all 0.2s ease-out;
}

.page-home .frontpage-banner-btn,
.page-home .frontpage-banner-btn:hover,
.page-home .frontpage-banner-btn:active {
	outline: none; /* remove the outline in IE when arrow is clicked */
}

.page-home .frontpage-banner-btn:hover {
	opacity: .45;
}

.page-home .frontpage-banner-prev {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.page-home .frontpage-banner-next {
	right: 0;
	left: auto;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.page-home .frontpage-banner-prev img, .page-home .frontpage-banner-next img {
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 23px;
	opacity: .75;
	margin: auto;
	top: 0;
	bottom: 0;
}

.page-home .frontpage-banner-prev img {
	left: 25px;
	transform: rotate(180deg);
}

.page-home .frontpage-banner-next img {
	right: 25px;
}

.page-home .slick-disabled img {
	opacity: .1;
	cursor: default;
}

.page-home .frontpage-banner .slick-list {
	border-radius: 5px;
}

.page-home .frontpage-banner.slick-initialized {
	margin-bottom: 0;
}

#frontpage-banner.item:not(:first-child) {
	visibility: hidden;
}

#frontpage-banner.slick-initialized.item {
	visibility: visible;
}

.page-home .frontpage-banner.slick-initialized {
	visibility: visible;
	display: block;
}

.page-home .frontpage-banner .banner-image {
	width: 100%;
	border-radius: 5px;
}

.page-home .frontpage-banner-mobile {
	display: none !important;
}

.page-home .frontpage-banner-mobile img {
	width: 100%;
	border-radius: 5px;
}

.page-home .frontpage-banner-mobile {
	display: none !important;
	margin-bottom: 15px;
}

.page-home .frontpage-banner-mobile img {
	width: 100%;
	border-radius: 5px;
}

.cofc-grid-3 {
	display: grid;
	grid-template-columns: 2fr 2fr 2fr;
	grid-column-gap: 20px;
	justify-items: stretch;
}

.cofc-grid-4 {
	display: grid;
	grid-column-gap: 20px;
	padding: 25px;
}

.cofc-grid-6 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	padding: 15px;
}

.cofc-grid-3 {
	grid-template-columns: repeat(2, 1fr);
}

.coll-quadrant {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	justify-content: center;
	align-items: stretch;
	justify-items: center;
	grid-template-columns: repeat(2, 48%);
	display: grid;
}

a.coll-quadrant--title,
.coll-quadrant--title {
	grid-column-start: 1;
	grid-column-end: 2;
	margin-bottom: 7px;
	font-family: 'Work Sans';
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	color: #333;
}

.coll-group,
.coll-group-feat {
	grid-column-start: span 2;
	order: 5;
	background: #fff;
	border-radius: 5px;
}

.coll-group-two-sixths {
	grid-column-start: span 2;
}

.coll-group-four-sixths {
	grid-column-start: span 4;
}

a.coll {
	display: inline-block;
	text-decoration: none;
	color: #1F425D;
	border-radius: 5px;
}

.cofc-grid {
	border-radius: 5px;
	background-color: #F8F9F9;
}

.cofc-grid a.coll {
	width: 100%;
	margin-bottom: 10px;
}

.coll--image {
	text-align: center;
}

.coll--image img {
	border: 2px solid transparent;
	border-radius: 5px;
}

.cofc-grid a.coll:hover .coll--title {
	text-decoration: underline;
}

.coll img {
	width: 100%;
	mix-blend-mode: multiply;
}

.coll--title {
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #333;
	text-align: left;
	margin-top: 0;
	margin-bottom: 4px;
}

.coll-group-feat {
	display: grid;
	font-family: 'Montserrat', sans-serif;
	grid-column-gap: 10px;
	text-align: center;
	order: 8;
	padding: 20px;
	grid-column-start: span 3;
}

.coll-group-feat a {
	text-decoration: none;
	color: #1F425D;
}

.coll-group-feat--title {
	order: 2;
	grid-column-start: span 2;
	font-size: 13px;
}

a.coll-group-feat--subtitle,
.coll-group-feat--subtitle {
	order: 1;
	margin-bottom: 4px;
	grid-column-start: span 2;
	align-self: end;
	font-size: 16px;
	color: #1f3644;
	font-weight: bold;
}

.coll-group-feat--category {
	order: 10;
	grid-column-start: span 2;
	text-align: left;
	margin-top: 30px;
}

.coll-group-feat--image {
	order: 5;
	grid-column-start: span 2;
	justify-self: center;
}

.coll-group-feat--image img {
	width: 100%;
	max-width: 320px;
}

.coll-group-feat--image,
.coll-group-feat--price,
.coll-group-feat--pricerule,
.coll-group-feat--saleprice {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}

.coll-group-feat--price {
	order: 8;
	justify-self: start;
}

.coll-group-feat--saleprice {
	order: 7;
	color: #15D9AE;
	text-align: right;
	justify-self: end;
	font-weight: bold;
}

.coll-group-feat--pricerule {
	text-align: center;
	color: #15D9AE;
	order: 7;
	grid-column-start: span 2;
}

.coll-group-feat--pricerule .original-price {
	color: #333;
	text-align: right;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
}

.cofc-slider {
	border: 2px solid #F8F9F9;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
}

.cofc-slider .cssSlider {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) 32px;
	overflow: hidden;
}

.cofc-slider .coll img {
	width: auto;
	margin: auto;
}

.cofc-slider--title {
	font-family: 'Work Sans';
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}

a.cofc-slider--title {
	color: #333;
	text-decoration: none;
}

a.cofc-slider--title:hover {
	text-decoration: underline;
}

.cfeature {
	/* font-family: 'Work Sans'; */
}

.cfeature--title {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;
}

.cfeature--title span {
	font-weight: bold;
}

.cfeature-grid {
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 10px;
}

.cfeature-image {
	align-self: center;
	text-align: center;
}

.cfeature-1 {
	margin-top: 20px;
	margin-bottom: 15px;
}

.cfeature-1 .cfeature--title {
	color: #5759FE;
}

.cfeature-1 a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #5F64FD;
}

.cfeature-1 .cfeature-grid {
	background: #5759FE;
	background: url('https://lh3.googleusercontent.com/pS2SCA3r2C9kHjQIdw1JhCxm87KVYgCxxNOTS9rFOqmp4PvO2hLKM6xSXkq0NYMEqvOi8KLP144wpWy8dNUHnrhxuQ=s1520') no-repeat;
	background-size: cover;
}

.cfeature-2.cfeature--title {
	color: #3F4042;
}

.cfeature-2 a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #3F4043;
}

.cfeature-2 .cfeature-grid {
	background: #282B2F;
	background: url('https://lh3.googleusercontent.com/6p8fGoDGB3s5Hn2eCywEUsLluRXPdumGOxunjfhTOrxKybTRHQBR2XTDY5eHiI1vYwaHv7gbTko5X2TIV6bA0MTF=s1520') no-repeat;
	background-size: cover;
}

.cfeature-3 .cfeature-grid {
	background: #C3382B;
	background: url('https://lh3.googleusercontent.com/-4ayHGCIy9oIi2IosW2ZWGP2MB5nXtkKbFP7ui0R2mRiA5zOD62KZj5iqlBKBrO1hjBx_ZYL4kWJM-k4Vys8TOmi=s1520') no-repeat;
	background-size: cover;
	padding: 0;
}

.cfeature-3 .cfeature--title {
	color: #CA3C3C;
}

.cfeature-3 a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #CA3C3C;
}

.cfeature-3 .cfeature-image {
	align-self: flex-end;
}

.cfeature-3 .cfeature-image img {
	width: 100%;
}

.cfeature-3 .cfeature-content {
	padding-top: 20px;

}

.cfeature-3 .cfeature-content img {
	margin-top: 20px;
	margin-bottom: 18px;
	width: 320px;
}

.cfeature-3 .cfeature-content-cta {
	margin-bottom: 15px;
}

.cfeature-2 .cfeature-image {
	align-self: center;
}

.cfeature-4 .cfeature-grid {
	background: #282B2F;
	background: url('https://lh3.googleusercontent.com/Alyw9TntrqYqc1I84s_vzQpHJ-dRV_EGhmtrgR4aOMSsk1pICetafBJkI-RQtq_R0BTxuvF--W51dHbR_u66MbzsqQ=s1520') no-repeat;
	background-size: cover;
}

.cfeature-4 a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #E55E24;
}

.cfeature-4 .cfeature-image {
	text-align: center;
}

.cfeature-5 .cfeature-grid {
	background: #282B2F;
	background: url('https://lh3.googleusercontent.com/rUYU29bkoflWT4cfsRHojPGi3_joSqOrq2PCJpCXAYvbWHDRQMgrml7cOqj3vo2Yw4GJ9WXkFeB-IVWHJFKMRqphHUc=s1520') no-repeat;
	background-size: cover;
}

.cfeature-5 a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #5DBABE;
}

.cfeature-marketing {
	color: #fff;
	display: grid;
	grid-row-gap: 15px;
}

.c-marketing-text br {
	display: none;
}

.cfeature-marketing a {
	display: block;
}

.cfeature-marketing img {
	max-width: 100%;
}

.cfeature-content {
	width: 100%;
	color: #fff;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	padding-left: 30px;
	padding-right: 20px;
	align-self: center;
}

a.cfeature-content:hover {
	color: #fff;
	text-decoration: none;
}

a.cfeature-content:hover .cfeature-content-cta {
	background: #fff;
	color: #5F64FD;
}

.cfeature-content img {
	display: block;
	margin: 10px 0 15px;
}

.cfeature-content-cta {
	display: inline-block;
	border: 2px solid #fff;
	padding: 5px 15px;
	font-size: 15px;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.2s ease-out;
}

a.cfeature-cta {
	padding: 6px 40px;
	border: 2px solid #fff;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
}

a.cfeature-cta:hover {
	background: #fff;
	color: #585CFE;
	text-decoration: none;
}

.product-single-container:active,
.products-container:active,
.product-single-container:focus,
.products-container:focus {
	outline: none;
}

.cfeature-product .products-container {
	background: #fff;
}

.cfeature-headline {
	color: #fff;
}

a.cfeature-followupcta {
	color: #fff;
	text-decoration: underline;
	width: 100%;
	text-align: center;
	display: block;
	margin: 30px auto 10px;
	font-family: 'Montserrat', sans-serif;
}

a.cfeature-followupcta:hover {
	text-decoration: none;
}

.cofa-slider {
	background: #fff;
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) 32px;
	overflow: hidden;
}

.cofa-slider--title {
	font-family: 'Work Sans';
	font-size: 15px;
	font-weight: bold;
	padding: 20px;
}

.cofa--image {
	padding: 10px 0;
}

.cofa--image img {
	margin: auto;
	border-radius: 5px;
	width: 125px;
}

.cofa-single:hover img {
	border-color: #F7F9F9;
}

.cofa--title {
	padding: 10px 20px 5px 15px;
	position: relative;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	display: flex;
	align-items: center;
}

.cofa-single,
a.cofa-single {
	display: block;
	display: grid !important;
	grid-template-columns: 50px 1fr;
}

.cofa-single:focus,
a.cofa-single:focus {
	outline: none;
}

a.cofa-single:hover {
	text-decoration: none;
}

a.cofa-single:hover .cofa--title {
	text-decoration: underline;
}

.cssSlider .prev,
.cssSlider .next {
	background: #F7F9F9;
	display: flex;
	/* border-radius: 10px; */
	align-items: center;
	cursor: pointer;
	width: 100%;
	justify-content: center;

	max-height: 200px;
	align-self: center;
	height: 100%;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.cssSlider .slick-hidden {
	display: none;
}

.cssSlider .prev:active,
.cssSlider .next:active {
	background: #F8F9F9;
}

.cssSlider .prev:hover,
.cssSlider .next:hover {
	background: #F8F9F9;
}

.cssSlider .slick-arrow-container {
	display: flex;
}

.sfeatured {
	margin-bottom: 15px;
}

.sfeatured.sfeatured-2-5 {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.sfeatured.sfeatured-2-1 {
	display: grid;
	grid-column-gap: 15px;
}

.sfeatured.sfeatured-1-1 {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 20px;
}

.sfeatured.sfeatured-1x3 {
	display: grid;
	grid-column-gap: 20px;;
}

.fbox {
	width: 100%;
	display: block;
	border-radius: 3px;
}

/* .fbox img {
	width:100%;
} */

.f-nozzles {
	background-color: #1E1E1E;
	background-image: url('https://lh3.googleusercontent.com/yOgUgu0-rVuyuNel7YKC-7_hYGv1psH_LTpeN93sj6TvyX2Y_jaZTw5an3XYIH2RjhXOgDVo8TZxfXxkPpBbxztsFQ');
	background-size: cover;
	background-repeat: no-repeat;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.f-10tips {
	background-color: #1E1E1E;
	background-image: url('https://lh3.googleusercontent.com/yOgUgu0-rVuyuNel7YKC-7_hYGv1psH_LTpeN93sj6TvyX2Y_jaZTw5an3XYIH2RjhXOgDVo8TZxfXxkPpBbxztsFQ');
	background-size: cover;
	background-repeat: no-repeat;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.fbox.f-10tips {
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.f-nylonx {
	background-color: #1E1E1E;
	background-image: url('https://lh3.googleusercontent.com/hAaqkxVsX-a6CXJK7fD8u6nkcc3ZWapbIJ2wxQA3gklA3TncvMn2f3mJsOuE8SpfEYpUFNf2VoyYygIl2aOTIDA');
	background-size: cover;
	background-repeat: no-repeat;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.f-nylonx .grid-1 img,
.f-nylonx .grid-2 img {
	width: 100%;
}

.f-nylonx picture {
	display: block;
}

.f-nylonx .f-nylonx-logo {
	padding: 20px;
	align-self: center;
}

.f-nylonx-logo img {
	display: block;
	max-width: 240px;
}

.f-nylonx-image {
	align-self: flex-end;
}

.f-nylonx-image img {
	width: 100%;
}

.f-nylonx .f-cta {
	border-color: #fff;
	color: #fff;
}

.f-nylonx:hover .f-cta {
	background-color: #fff;
	color: #333;
}

.fbox.f-cnc-milling {
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.fbox.f-cnc-milling picture {
	display: block;
}

.f-cnc-milling .grid-1 img,
.f-cnc-milling .grid-2 img {
	max-width: 100%;
	display: block;
}

.f-cnc-milling .f-cta {
	border-color: #7B5935;
	color: #99764E;
}

.f-cnc-milling:hover .f-cta {
	background: #7B5935;
	color: #fff;
}

.fbox.f-science-of {
	align-items: center;
	border: 2px solid #F8F9F9;
	border-radius: 5px;
	padding: 15px 20px;
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	background-image: url(https://lh3.googleusercontent.com/hqSYesaYXsvP4VRVS74p2pjo7w_f2Xig_EyEDQu9zcX2w8_t0QAFaeNYQjdbXhWxIyyiOS6sjc8cFXYURrqIk7791w=s1040);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.sfeatured-2-1 .coll-quadrant {
	grid-template-columns: 1fr;
	grid-column-gap: 50px;
	align-items: center;
	height:100%;
}

.slot-1 {
	margin-bottom: 20px;
}

.f-science-of .f-cta {
	background-color: #47BBF4;
	border-color: #fff;
	color: #fff;
}

.f-science-of:hover .f-cta {
	background-color: #fff;
	color: #3498DB;
	text-decoration: none;
}

.fbox.f-science-of picture {
	display: block;
}

.f-science-of .grid-1 img {
	display: block;
	width: 100%;
	max-width: 300px;
}

.f-science-of .grid-2 img {
	width: 100%;
}

.f-science-of img {
	max-width: 100%;
	display: block;
}

.f-science-of picture {
	display: block;
	width: 100%;
}

.fbox.slot-2 {
}

.sfeatured--brand {
	width: 100%;
	margin: 0 20px;
}

.f-applications-list {
	padding-left: 20px;
	padding-right: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 15px;
}

.f-applications-list a {
	color: #333;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}

.f-applications-list img {
	max-width: 155px;
	margin: auto;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.nylon-banner {
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;

	background-color: #3498DB;
	background-image: url('https://lh3.googleusercontent.com/iHpskOB9z5PfALCVw4AL1g6EWS1rpi81AYiZHT5lJ4zkgoiMj3TzRpz8E322CMlnWfbeJX0jb2uIH6-YyZm7BfaJVQ');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.nylon-banner picture {
	display: block;
	width: 100%;
	text-align: center;
}

.nylon-banner .f-cta {
	display: inline-block;
	background-color: #3498DB;
	border-color: #3498DB;
	color: #fff;
	margin-top: 10px;
	margin-left: 11px;
}

a.nylon-banner:hover {
	text-decoration: none;
}

.nylon-banner:hover .f-cta {
	background-color: #fff;
	color: #3498DB;
	text-decoration: none;
}

.f-support {
	background-color: #fff;
	background-size: 268px;
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 2px solid #F8F9F9;
	border-radius: 5px;
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 5px;
	text-align: center;
}

.f-support .grid-1 {
	padding: 35px 30px;
}

.f-support .grid-2 {
	display: grid;
}

.f-support .grid-2 picture {
	align-self: flex-end;
	align-content: center;
}

.f-support picture {
	display: block;
}

.f-brands .cofc-slider {
	height: 100%;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.f-brands .slick-initialized .slick-track {
	display: flex;
	align-items: center;
}

.f-tough {
	background-image: url('https://lh3.googleusercontent.com/HJvg9FvlIQqt814OZ5kf03QPFcyfvRkm-hLoTaax9kJd9_FwW0VvDJ3Tj13N3WCQG4G2J65YCFETAgK9F4a2OssTiw=s620');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	align-content: center;
	padding: 15px;
}

.f-tough img {
	max-width: 100%;
	display: block;
}

.f-tough picture {
	display: block;
	width: 100%;
}

.f-tough .f-cta {
	border-color: #fff;
	color: #fff;
	text-decoration: none;
}

a.f-tough:hover {
	background-color: #fff;
	color: black;
	text-decoration: none;
}

a.f-tough:hover .f-cta {
	color: black;
	background-color: #fff;
	border-color: #fff;
}

a.f-support .f-cta {
	border-color: #1B2730;
	color: #333;
}

.f-support:hover .f-cta {
	background: #1B2730;
	color: #fff;
}

.f-applications img {
	border-radius: 50%;
	border: 5px solid #e6e6e6;
	transition: all 0.2s ease-out;
}

.f-applications img:hover {
	transform: scale(1.05);
}

.cofc-icons {
	display: grid;
	justify-content: center;
	margin: 20px 0;
}

.cofc-icons .cofc-icons-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 8px;
	grid-row-gap: 15px;
	text-align: center;
}

.cofc-icons a {
	text-align: center;
	display: grid;
	transition: all 0.2s ease-out;
	justify-content: center;
	grid-template-rows: 80px 1fr;
}

.cofc-icons a:hover {
	transform: scale(1.05);
}

.cofc-icons-img {
	text-align: center;
	grid-row-start: 1;
	grid-row-end: 2;
	justify-content: center;
	display: flex;
}

.cofc-icons a .cofc-icons-label {
	grid-row-start: 2;
	grid-row-end: 3;
	padding-top: 2px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
}

.cofc-icons a:hover .cofc-icons-label {
	text-decoration: none;
	color: #287FB8;
}

.cofc-icons img {
	max-width: 100%;
	max-height: 100%;
	justify-self: center;
	align-self: center;
}

.cofc-icon-printer img {
	max-width: 40px;
}

.cofc-icon-materials img {
	max-width: 28px;
}

.cofc-icon-proseries img {
	max-width: 80px;
}

.cofc-icon-mhbuild img {
	max-width: 40px;
}

.cofc-icon-manufacturing img {
	max-width: 43px;
}

.cofc-icon-upgrades img {
	max-width: 48px;
}

.cofc-icon-mc img {
	max-width: 44px;
}

.cofc-icon-deals img {
	max-width: 38px;
}

/* helpers */

.product-hover img {
	backface-visibility: hidden;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.product-hover:hover img {
	opacity: 0.7;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.mb-40 {
	margin-bottom: 40px;
}

.f-border {
	border: 2px solid #F8F9F9;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}

.f-cta {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 15px;
	font-size: 12px;
	border-radius: 5px;
	margin-top: 20px;
	border: 2px solid transparent;
	transition: all 0.2s ease-out;
}

a.f-cta {
	text-decoration: none;
}

a.f-cta:hover {
	text-decoration: none;
}


.no-bg {
	background: none;
}

.no-padding {
	padding: 0;
}

.grey-product-box {
	background-color: #F8F9F9;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 20px 15px 20px 15px;
}

.grey-product-box a {
	display: grid;
	grid-column-gap: 15px;
}

.grey-product-box .product-title {
	font-weight: bold;
	color: #0AB1EF;
	margin-bottom: 1px;
	text-decoration: underline;
	padding-bottom: 5px;
	font-size: 18px;
}

.grey-product-box .product-title:hover {
	text-decoration: underline;
}

.grey-product-box .product-image {
	display: inline-block;
	vertical-align: top;
	margin-top: -15px;
}

.pro-series-content-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	grid-column-start: span 2;
}

@media screen and (min-width: 960px) {
	.pro-series-text {
		text-align: justify;
	}
}

.grey-product-box .product-content {
	font-size: 14px;
	line-height: 19px;
	color: #7d7d7d;
}

.grey-product-box a:hover {
	text-decoration: none;
}

.grey-product-box a:hover picture {
	opacity: 0.7;
}

.pro-series-logo {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 150px;
}

.pro-series-pro-icons {
	width: 100px;
}

.f-applications {
	background-color: #F8F9F9;
	border-radius: 5px;
	padding: 15px;
}

.embed-youtube {
	margin-bottom: 0;
}

.nylon-banner-bg {
	background-image: url('https://lh3.googleusercontent.com/sVtUD6QJELY4BV0_Ha1clOtbhM3Zjxqp5NAbTxfBxRplbdkSP4nPINJfqUNOpDmlBtu84nbsRP0BRxmhks5TUSDH2zn2j3mqgf9jJ4Q=s989');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.banner-links {
	background-color: #F8F9F9;
	padding: 10px;
	overflow: auto;
	scrollbar-width: thin;
	font-size:20px;
	text-align: center;
	white-space: nowrap;
	font-family: 'Montserrat', sans-serif;
}

.banner-links span {
	color: #d2d2d2;
}

.banner-links a {
	color: #000;
}

.banner-links span a {
	color: #000;
	text-transform: uppercase;
}

.banner-links strong {
	padding-right: 20px;
}

.banner-links span a {
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.banner-links span a:hover {
	text-decoration: underline;
}

.banner-links strong{
	padding-right:20px;
}

@media (min-width: 400px) {
	.cfeature-product {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.coll-group-two-sixths .coll-quadrant{
		grid-column-start: span 4;
		grid-template-columns: repeat(2, 50%);

	}

	.coll-group-four-sixths{
		padding:20px;
	}
	.cofc-grid-4{
		margin-bottom:20px;
	}
	.banner-links strong{
		padding-right:10px;
	}
	.cofc-grid-6{
		margin-bottom: 20px;
	}
}

@media (min-width: 450px) {
	.cofc-icons .cofc-icons-group {
		grid-template-columns: repeat(3, 130px);
	}
}

@media screen and (min-width: 660px) {
	.grey-product-box a {
		grid-template-columns: 100px 1fr;
	}

	.coll-quadrant {
		grid-template-columns: repeat(4, 23%);
	}

	.sfeatured-2-1 .coll-quadrant {
		grid-template-columns: 1fr 1fr;
	}

}

@media screen and (max-width: 660px) {
	.center.pro-series-content-title{
		visibility: hidden;
	}
}

@media screen and (min-width: 767px) {
	.f-cta {
		font-size:15px;
	}
	
	.page-home .frontpage-banner {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.page-home .frontpage-banner {
		display: none;
	}

	.page-home .frontpage-banner-mobile {
		display: block !important;
	}

	.cofc-grid a.coll {
		border: none;
	}

	.cofc-slider {
		margin-bottom: 20px;
	}

	.cfeature--title {
		font-size: 19px;
	}

	.cfeature-grid {
		padding: 35px;
	}

	.cfeature-1 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.cfeature-marketing {
		grid-template-columns: 5fr 4fr;
	}

	.c-marketing-text br {
		display: initial;
	}

	.pro-series-col-grid-4 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.cfeature-product .products-container {
		padding: 15px;
	}

	.sfeatured.sfeatured-1x3 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.fbox.f-10tips {
		padding: 30px 45px;
	}

	.f-nylonx picture {
		text-align: initial;
	}

	.f-nylonx .f-nylonx-logo {
		padding-left: 35px;
		padding-top: 30px;
	}

	.fbox.f-cnc-milling {
		padding: 30px 45px;
	}

	.fbox.f-science-of {
		padding: 35px;
		grid-template-columns: 3fr 1fr;
	}

	.slot-1 {
		margin-bottom: 0;
	}

	.cofc-icons .cofc-icons-group {
		grid-template-columns: repeat(4, 130px);
	}

	.announcement-banner {
		background-size: auto;
		top: 30px;
		min-height: 50px;
		margin-top: 30px;
		display: flex !important; /* NEW, Spec - Firefox, Chrome, Opera */
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox; /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		justify-content: center;
		align-content: center;
		align-items: center;
		z-index: 101;
	}

	.announcement-banner .bn-title {
		margin: 6px 3px;
	}

	.announcement-banner .bn-btn {
		margin: -4px 0 0 0;
		padding: 2px 8px;
	}

	.pro-series-content-title {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 12px;
		grid-column-start: span 4;
		visibility: visible;
	}
}

@media screen and (min-width: 960px) {
	body {
		/*background: url('/static/patterns/swoop.svg') no-repeat;*/
		background-size: cover;
	}

	.cofc-grid-6 {
		grid-template-columns: repeat(6, 1fr);
	}

	.cofc-grid-4 {
		grid-template-columns: repeat(4, 1fr);
		padding-right: 100px;
		padding-left: 100px;
	}

	.cofc-grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.coll-quadrant {
		grid-template-columns: repeat(2, 48%);
	}

	.coll-group,
	.coll-group-feat {
		padding: 15px;
	}

	.cofc-grid {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.cofc-grid a.coll {
		margin-bottom: initial;
	}

	.coll-group-feat {
		order: 5;
		padding: 0;
		grid-column-start: span 2;
	}

	.coll-group-feat--title {
		font-size: 15px;
	}

	.cfeature-image {
		align-self: center;
		text-align: initial;
	}
}

@media screen and (max-width: 960px) {
	.coll-group-two-sixths{
		padding:20px;
		margin-bottom:20px;
		grid-column-start: span 4;
	}
	.banner-links{
		font-size: 14px;
		padding: 5px;
	}
	.banner-links strong{
		display:block;
		padding:5px;
		font-size: 20px;
	}
	.banner-links span{
		white-space: normal;
	}
}


@media screen and (min-width: 1000px) {
	.cofc-slider--title {
		margin-left: 35px;
	}

	.cfeature-3 .cfeature-content {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 1100px) {
	.sfeatured.sfeatured-2-5 {
		grid-template-columns: 2fr 1fr;
	}

	.cofc-icons .cofc-icons-group {
		grid-template-columns: repeat(8, 1fr);
	}
}

@media (min-width: 1200px) {
	.cfeature-grid {
		margin-bottom: 20px;
	}

	.cfeature-product {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 30px;
		padding-left: 100px;
		padding-right: 100px;
	}

	.cfeature-content {
		font-size: 18px;
		padding-left: 140px;
		margin-top: 15px;
		margin-bottom: 15px;
		padding-left: 140px;
	}

	.sfeatured.sfeatured-1-1 {
		grid-template-columns: 1fr 1fr;
	}

	.sfeatured.sfeatured-2-1 {
		grid-template-columns: 2fr 1fr;
	}

	.f-applications-list {
		padding-left: 45px;
		padding-right: 45px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 60px;
	}

	.nylon-banner {
		padding-top: 0;
		padding-bottom: 0;
	}

	.f-support {
		grid-template-columns: 1fr 1fr;
		text-align: left;
	}
	.sfeatured.sfeatured-2-5 {
		grid-template-columns: 2fr 3fr;
	}
}

@media screen and (max-width: 1200px){
	.pro-series-col-grid-4{
		padding-left:5px;
		padding-right:5px;
	}
	.banner-links{
		font-size: 16px;
		padding: 5px;
	}
}
@media screen and (max-width: 1420px) and (min-width: 1200px){
	.banner-links{
		font-size: 20px;
		padding: 5px;
	}
}

@media (min-width: 1500px) {
	.cofc-icons .cofc-icons-group {
		grid-template-columns: repeat(8, 130px);
	}
	.sfeatured.sfeatured-2-5 {
		grid-template-columns: 2fr 5fr;
	}
}
</pre></body></html>