/** Shopify CDN: Minification failed

Line 2512:1 Unexpected "{"

**/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&family=Roboto:wght@400&display=block');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/*!
Theme Name: afplifesci
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: afplifesci
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
	
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

afplifesci is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *	without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

@font-face {
  font-family: "ITCAvantGardeGothicProBold";
  src: url('ITCAvantGardeGothicProBold.woff2') format('woff2'), url('ITCAvantGardeGothicProBold.woff') format('woff');
}
@font-face {
  font-family: "ITCAvantGardeGothicProBook";
  src: url('ITCAvantGardeGothicProBook.woff2') format('woff2'), url('ITCAvantGardeGothicProMedium.woff') format('woff');
}
@font-face {
  font-family: "ITCAvantGardeGothicProMedium";
  src: url('ITCAvantGardeGothicProMedium.woff2') format('woff2'), url('ITCAvantGardeGothicProMedium.woff') format('woff');
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-weight: normal;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 55%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *	Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *	`input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-family: ITCAvantGardeGothicProBold, sans-serif;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Global Drop Shadows */
:root {
	--shadow-color: 223deg 8% 62%;
	--shadow-elevation-low:
		0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.19),
		0.4px 0.9px 1.3px -0.7px hsl(var(--shadow-color) / 0.27),
		1px 1.9px 2.7px -1.5px hsl(var(--shadow-color) / 0.35);
	--shadow-elevation-medium:
		0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.19),
		0.9px 1.9px 2.7px -0.5px hsl(var(--shadow-color) / 0.26),
		2.1px 4.2px 6px -1px hsl(var(--shadow-color) / 0.32),
		4.8px 9.5px 13.6px -1.5px hsl(var(--shadow-color) / 0.39);
	--shadow-elevation-high:
		0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.18),
		1.7px 3.5px 5px -0.2px hsl(var(--shadow-color) / 0.21),
		3.2px 6.3px 9px -0.4px hsl(var(--shadow-color) / 0.24),
		4.9px 9.7px 13.9px -0.6px hsl(var(--shadow-color) / 0.27),
		7.3px 14.5px 20.7px -0.9px hsl(var(--shadow-color) / 0.3),
		10.7px 21.5px 30.6px -1.1px hsl(var(--shadow-color) / 0.33),
		15.7px 31.4px 44.8px -1.3px hsl(var(--shadow-color) / 0.36),
		22.5px 45px 64.1px -1.5px hsl(var(--shadow-color) / 0.39);
}

.listreset {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}

header,
header:before,
header .background,
header .container,
header .logo,
.menu-holder,
.top-menu,
.top-menu > li,
.top-menu a,
.main-menu,
.main-menu > li,
.main-menu a,
.header__submenu,
.header__submenu:after,
.social a,
main,
main li a,
main p a,
main td a,
.btn-holder,
.btn-holder span,
.btn,
.hsfc-Button,
.cta-holder .cta a,
.cta-holder .cta a:before,
.cta-holder .cta a:after,
.cta-holder .cta a h3,
.resource-holder .resource a,
.resource-holder .resource a:before,
.social-holder .social a,
.social-holder .social a:before,
.social-holder .social a:after,
.social-section .linkedin,
footer,
footer .background,
footer .container,
.footer-menu a,
.close-modal-btn,
section.shopify-section .product .product-form button.button,
section.shopify-section .__pf a,
.collection.page-width .pagination__item,
.collection.page-width .pagination__item::after,
.collection.page-width .pagination__list > li {
	transition: all 0.3s ease-in-out;
}

.ellipsis {
	overflow: hidden;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	white-space: nowrap;
}

.btn {
	display: inline-block;
	vertical-align: top;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	background-color: #fff;
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-optical-sizing: auto;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	line-height: 1.5;
}
@media (min-width: 1025px) {
	body {
		font-size: 20px;
	}
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

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

form,
fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 0.4em 0.7em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: inherit;
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 20px;
}
@media (min-width: 1025px) {
	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5,
	h6, .h6 {
		margin: 0 0 25px;
	}
}

h1, .h1 {
	font-size: 28px;
	line-height: 1.187;
}
@media (min-width: 769px) {
	h1, .h1 {
		font-size: 35px;
	}
}
@media (min-width: 1025px) {
	h1, .h1 {
		font-size: 43px;
	}
}

.hero-section h1, .hero-section .h1,
.collection-hero.collection-hero--with-image h1, .collection-hero.collection-hero--with-image .h1 {
	margin-bottom: 0;
}

h1.collection-hero__title {
	font-size: 24px;
	line-height: 1.25;
}
@media (min-width: 769px) {
	h1.collection-hero__title {
		font-size: 30px;
		line-height: 1.2;
	}
}
@media (min-width: 1025px) {
	h1.collection-hero__title {
		font-size: 36px;
	}
}

h2, .h2 {
	font-size: 28px;
	line-height: 1.187;
}
@media (min-width: 769px) {
	h2, .h2 {
		font-size: 35px;
	}
}
@media (min-width: 1025px) {
	h2, .h2 {
		font-size: 43px;
	}
}

h3, .h3 {
	font-size: 24px;
	line-height: 1.285;
}
@media (min-width: 769px) {
	h3, .h3 {
		font-size: 30px;
	}
}
@media (min-width: 1025px) {
	h3, .h3 {
		font-size: 36px;
	}
}

h4, .h4 {
	font-size: 21px;
	margin-bottom: 20px;
}
@media (min-width: 769px) {
	h4, .h4 {
		font-size: 24px;
	}
}
@media (min-width: 1025px) {
	h4, .h4 {
		font-size: 31px;
		margin-bottom: 25px;
	}
}

h5, .h5 {
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h6, .h6 {
	font-size: 15px;
}

h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong {
	font-family: inherit;
}

.hero-section h1 strong, .hero-section .h1 strong,
.collection-hero.collection-hero--with-image h1 strong, .collection-hero.collection-hero--with-image .h1 strong {
	color: #ebcb3c;
}

p {
	margin: 0 0 20px
}
@media (min-width: 769px) {
	p {
		font-size: 21px;
	}
}
@media (min-width: 1025px) {
	p {
		font-size: 24px;
		margin-bottom: 25px
	}
}
.collection-hero.collection-hero--with-image .collection-hero__description {padding-top:25px;}
.hero-section p, .collection-hero.collection-hero--with-image .collection-hero__description,
.collection-hero.collection-hero--with-image .collection-hero__description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}
@media (min-width: 769px) {
	.hero-section p, .collection-hero.collection-hero--with-image .collection-hero__description,
	.collection-hero.collection-hero--with-image .collection-hero__description p {
		font-size: 18px;
	}
}
@media (min-width: 1025px) {
	.hero-section p, .collection-hero.collection-hero--with-image .collection-hero__description,
	.collection-hero.collection-hero--with-image .collection-hero__description p {
		font-size: 21px;
	}
}

.hero-section.bg-gray p:not(.breadcrumbs) {
	font-size: 17px;
	line-height: 1.412;
}
@media (min-width: 769px) {
	.hero-section.bg-gray p:not(.breadcrumbs) {
		font-size: 19px;
		line-height: 1.421;
	}
}
@media (min-width: 1025px) {
	.hero-section.bg-gray p:not(.breadcrumbs) {
		font-size: 21px;
		line-height: 1.429;
	}
}

.hero-section.bg-gray p:not(.breadcrumbs) span {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
@media (min-width: 769px) {
	.hero-section.bg-gray p:not(.breadcrumbs) span {
		font-size: 27px;
		line-height: 1;
	}
}
@media (min-width: 1025px) {
	.hero-section.bg-gray p:not(.breadcrumbs) span {
		font-size: 29px;
		line-height: 1.034;
	}
}

.hero-section p:last-of-type,
.collection-hero.collection-hero--with-image .collection-hero__description p:last-of-type {
	margin-bottom: 0;
}

.hero-section h1 + p {
	margin-top: 20px;
}
@media (min-width: 1025px) {
	.hero-section h1 + p {
		margin-top: 25px;
	}
}

ul {
	margin-top: 0;
}

@media (min-width: 769px) {
	li {
		font-size: 24px;
	}
}

a {
	text-decoration: none;
}

main li a:not(.btn),
main p:not(.breadcrumbs) a:not(.btn),
main td a:not(.btn) {
	color: #0d2440;
	font-weight: 700;
	text-decoration: underline;
}

a:hover,
main li a:not(.btn):hover,
main p:not(.breadcrumbs) a:not(.btn):hover,
main td a:not(.btn):hover,
a:focus,
main li a:not(.btn):focus,
main p:not(.breadcrumbs) a:not(.btn):focus,
main td a:not(.btn):focus {
	text-decoration: none;
}

.btn {
	align-items: center;
	background-color: #ffdc0b;
	border: 0;
	border-radius: 3px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
	color: #0d2440;
	display: inline-flex;
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-size: 18px;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 1;
	opacity: 1;
	padding: 15px 50px 12px 50px;
	position: relative;
	text-align: center;
}

.btn.dark {
	background-color: #668185;
	color: #fff;
}

.btn.light {
	background-color: #eff0f2;
	color: #666;
}

.bg-blue .btn.light {
	color: #0d2440;
}

.btn.shop {
	background-color: #ee3126;
	color: #fff;
}

.btn.ext {
	color: #0d2440;
	font-family: ITCAvantGardeGothicProMedium, sans-serif;
	letter-spacing: normal;
	min-height: 35px;
	padding: 7px 15px 3px 15px;
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.btn.ext {
		padding: 7px 50px 3px 15px;
	}
}

@media (min-width: 1200px) {
	.btn.ext::after {
		background-image: url('icon_external.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		bottom: 0;
		content: '';
		height: 20px;
		margin: auto 0;
		position: absolute;
		right: 10px;
		top: 0;
		width: 20px;
	}
}


.btn:hover {
	opacity: 0.8;
}

span.nowrap {
	white-space: nowrap;
}

@media (max-width: 600px) {
	#wpadminbar {
		position:fixed !important;
	}
}

.page-holder {
	overflow: clip;
	padding-bottom: 20px;
}

header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.logged-in header {
	top: 46px;
}
@media (min-width: 769px) {
	.logged-in header {
		padding-bottom: 50px;
	}
}
@media (min-width: 783px) {
	.logged-in header {
		top: 32px;
	}
}

.shopify-section-header-sticky.scrolled-past-header header {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.2);
}

header::before {
	background-color: #fff;
	bottom: 0;
	content: '';
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 150vw;
	transform: translateX(-50%);
	z-index: -1;
}

header .container {
	align-items: center;
	column-gap: 20px;
	display: flex;
	height: 100px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding: 0 20px;
	width: 100%;
}
@media (min-width: 990px) {
	header .container {
		height: 136px;
		padding: 25px 20px 0;
	}
}
@media (min-width: 1200px) {
	header .container {
		align-items: flex-start;
	}
}

.shopify-section-header-sticky.scrolled-past-header header .container {
	height: 100px;
	padding: 0 20px;
}
@media (min-width: 990px) {
	.shopify-section-header-sticky.scrolled-past-header header .container {
		height: 100px;
		padding: 12px 20px 0;
	}
}

header .logo {
	display: block;
	max-width: 200px;
	width: 100%;
}
@media (min-width: 1200px) {
	header .logo {
		margin-top: 9px;
		max-width: 262px;
	}
}

@media (min-width: 1200px) {
	.shopify-section-header-sticky.scrolled-past-header header .logo {
		margin-top: 7px;
		max-width: 200px;
	}
}

header .menu-holder {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}

header .menu-holder ul {
	align-items: center;
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
}

header .menu-holder li {
	line-height: 1;
	list-style: none;
}

header .menu-holder li a:not(.btn) {
	color: #666;
	display: block;
	text-decoration: none;
}

header .menu-holder li:not(.menu-title) > a:hover {
	opacity: 0.8 !important;
}

header .menu-holder > ul > li.current-menu-item > a:not(.btn),
header .menu-holder > ul > li.current-menu-ancestor > a:not(.btn) {
	color: #ee3126;
}

.header__inline-menu  { width: 100%; }
a:active, a:focus, .header__active-menu-item {font-weight:normal !important;}
header .menu-holder .top-menu {
	align-items: flex-end;
	column-gap: 10px;
	padding-bottom: 16px;
}
@media (min-width: 1200px) {
	header .menu-holder .top-menu {
		column-gap: 11px;
		width: 100%;
	}
}

.shopify-section-header-sticky.scrolled-past-header header .menu-holder .top-menu {
	padding-bottom: 10px;
}

header .menu-holder .top-menu > li {
	font-family: ITCAvantGardeGothicProBook, sans-serif;
	font-size: 15px;
	line-height: 1.067;
	position: relative; letter-spacing: normal; 
}
@media (min-width: 1200px) {
	header .menu-holder .top-menu > li {
		font-size: 16px;
		line-height: 1; letter-spacing: normal; 
	}
}

header .menu-holder .top-menu > li.menu-item {
	margin-right: 14px;
	padding-bottom: 8px;
}
@media (min-width: 1200px) {
	header .menu-holder .top-menu > li.menu-item {
		margin-right: 23px;
	}
}

header .menu-holder .top-menu > li.search {
	margin-right: 28px;
}

header .menu-holder .top-menu > li.search .search-modal__content {
	max-width: 200px;
	padding: 0;
}
@media (min-width: 1200px) {
	header .menu-holder .top-menu > li.search .search-modal__content {
		max-width: 280px;
	}
}

header .menu-holder .top-menu > li.search .field:before,
header .menu-holder .top-menu > li.search .field:after {
	display: none;
}		

header .menu-holder .top-menu > li.search .search__input {
	align-items: center;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	border-radius: 16px;
	display: flex;
	font-size: 16px;
	line-height: 1.25;
	height: 32px;
	margin: 0;
	padding: 0 0 0 16px;
	width: 280px;
}

header .menu-holder .top-menu > li.search .search__input:focus {
	box-shadow: none;
}

header .menu-holder .top-menu > li.search .field__label {
	display: none;
}

header .menu-holder .top-menu > li.search .search__button {
	background-image: url('icon_search.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: 24px;
	margin: auto 0;
	right: 8px;
	top: 0;
	width: 24px;
}

header .menu-holder .top-menu > li.search .search__button svg {
	display: none;
}

header .menu-holder .top-menu > li.search .search-modal__close-button {
	display: none;
}

header .menu-holder .top-menu > li.social {
	padding-bottom: 4px;
}

header .menu-holder .top-menu > li.social img {
	display: block;
	height: 23px;
	position: relative;
	width: 23px;
}

header .menu-holder .top-menu > li.social.linkedin {
	margin-left: auto;
}

header .menu-holder .top-menu > li.main {
	margin-left: 13px;
}

header .menu-holder .main-menu {
	align-items: flex-start;
	border-top: 1px solid #000;
	column-gap: 20px;
	padding-top: 11px;
}
@media (min-width: 1200px) {
	header .menu-holder .main-menu {
		column-gap: 30px;
	}
}

.shopify-section-header-sticky.scrolled-past-header header .menu-holder .main-menu {
	padding-top: 5px;
}

header .menu-holder .main-menu > li {
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-size: 15px;
	line-height: 1.067;
	padding-bottom: 21px;
	position: relative;
	text-transform: uppercase; letter-spacing: normal; 
}
@media (min-width: 1200px) {
	header .menu-holder .main-menu > li {
		font-size: 16px;
		line-height: 1; letter-spacing: normal; 
	}
}

header .menu-holder .main-menu > li.menu-item {
	padding-top: 5px;
}

header .menu-holder .main-menu > li.shopify {
	margin-left: auto;
	padding-bottom: 0;
}

.shopify-section-header-sticky.scrolled-past-header header .menu-holder .main-menu > li {
	padding-bottom: 16px;
}

header .menu-holder .main-menu > li .header__icons {
	padding-right: 0;
}

header .menu-holder .main-menu > li .desktop-localization-wrapper {
	margin-right: 20px;
	order: 1;
}
@media (min-width: 1200px) {
	header .menu-holder .main-menu > li .desktop-localization-wrapper {
		margin-right: 60px;
	}
}

header .menu-holder .main-menu > li .localization-form__select {
	color: #666;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
}
@media (min-width: 1025px) {
	header .menu-holder .main-menu > li .localization-form__select {
		padding: 0 23px 0 0;
	}
}

header .menu-holder .main-menu > li .localization-form__select .icon-caret {
	right: 0;
}
@media (max-width: 1024px) {
	header .menu-holder .main-menu > li .localization-form__select .icon-caret {
		display: none;
	}
}

header .menu-holder .main-menu > li .header__search {
	display: none;
}

header .menu-holder .main-menu > li .header__icon--cart {
	background-image: url('icon_cart.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 23px;
	margin-right: 15px;
	order: 2;
	width: 25px;
}

header .menu-holder .main-menu > li .header__icon--cart svg {
	display: none;
}

header .menu-holder .main-menu > li .header__icon--cart .cart-count-bubble {
	bottom: -6px;
	font-size: 10px;
	height: 17px;
	left: calc(100% - 7px);
	line-height: 1;
	padding-top: 1px;
	width: 17px;
}

header .menu-holder .main-menu > li .header__icon--account {
	background-image: url('icon_my-account.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 23px;
	order: 3;
	width: 20px;
}

header .menu-holder .main-menu > li .header__icon--account svg {
	display: none;
}

header .menu-holder .top-menu .header__submenu,
header .menu-holder .main-menu .header__submenu {
	background-color: #0d2440;
	border: 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.2);
	display: block;
	left: 50%;
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: absolute;
	text-transform: none;
	top: 100%;
	transform: scale(0) translateX(-50%) translateZ(0);
	transform-origin: 0 0;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s;
	width: auto;
	z-index: 99;
}

header .menu-holder .top-menu .header__submenu .header__submenu,
header .menu-holder .main-menu .header__submenu .header__submenu {
	left: 100%;
	margin-bottom: 0;
	margin-top: 0;
	top: -23px;
	transform: none;
	transition: opacity 0.3s;
}

.header-shop .menu-holder .top-menu .header__submenu,
.header-shop .menu-holder .main-menu .header__submenu {
	background-color: #0d2440;
}

header .menu-holder .top-menu .header__submenu {
	top: calc(100% - 2px);
}

header .menu-holder .top-menu > li > .header__submenu:after,
header .menu-holder .main-menu > li > .header__submenu:after {
	content: '';
	border-left: solid 19px transparent;
	border-right: solid 19px transparent;
	border-bottom: solid 19px #0d2440;
	bottom: 100%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	position: absolute;
	right: 0;
	width: 0;
}

.header-shop .menu-holder .top-menu > li > .header__submenu:after,
.header-shop .menu-holder .main-menu > li > .header__submenu:after {
	border-bottom: solid 19px #0d2440;
}

.scroll header .menu-holder .main-menu .header__submenu:after {
	border-left: solid 11px transparent;
	border-right: solid 11px transparent;
	border-bottom: solid 11px #0d2440;
}

.scroll.header-shop .menu-holder .main-menu .header__submenu:after {
	border-bottom: solid 11px #0d2440;
}

header .menu-holder .top-menu .header__submenu:after {
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-bottom: solid 15px #e6e9e2;
}

header .menu-holder .top-menu > li:hover > .header__submenu,
header .menu-holder .main-menu > li:hover > .header__submenu {
	opacity: 1;
	transform: scale(1) translateX(-50%) translateZ(0);
}

header .menu-holder .top-menu > li > ul > li:hover > .header__submenu,
header .menu-holder .main-menu > li > ul > li:hover > .header__submenu {
	opacity: 1;
}

header .menu-holder .top-menu .header__submenu > li,
header .menu-holder .main-menu .header__submenu > li {
	min-width: 275px;
	padding: 8px 25px;
	position: relative;
}

header .menu-holder .top-menu .header__submenu > li:first-of-type,
header .menu-holder .main-menu .header__submenu > li:first-of-type {
	padding-top: 31px;
}

header .menu-holder .top-menu .header__submenu > li:last-of-type,
header .menu-holder .main-menu .header__submenu > li:last-of-type {
	padding-bottom: 31px;
}

header .menu-holder .top-menu .header__submenu > li a,
header .menu-holder .main-menu .header__submenu > li a {
	color: #fff !important;
	font-family: ITCAvantGardeGothicProMedium, sans-serif;;
	font-size: 16px;
	line-height: 1.25;
	padding: 0;
}

header .menu-holder .top-menu .header__submenu > li.menu-title a,
header .menu-holder .main-menu .header__submenu > li.menu-title a {
	color: #b2c0c2;
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	pointer-events: none;
}

.header-shop .menu-holder .top-menu .header__submenu > li.menu-title a,
.header-shop .menu-holder .main-menu .header__submenu > li.menu-title a {
	color: #000;
}

header .menu-holder .top-menu .header__submenu > li.current-menu-item a,
header .menu-holder .main-menu .header__submenu > li.current-menu-item a {
	color: #ebcb3c;
}

header .list-unstyled.countries {display:block;}
header .disclosure__link {padding:0px 0px;font-weight:400;}
header .usf-is-content-wrapper span.usf-title.usf-btn {display:none !important;}
 

footer {
	background-color: #0d2440;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	width: calc(100% - 40px);
	overflow: clip;
	padding: 30px 0;
	position: relative;
	text-align: center;
}
@media (min-width: 769px) {
	footer {
		text-align: left;
	}
}
@media (min-width: 1025px) {
	footer {
		padding: 60px 0;
	}
}

footer .container {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	padding: 0 20px;
	row-gap: 30px;
}
@media (min-width: 769px) {
	footer .container {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 1025px) {
	footer .col:nth-of-type(1) {
		width: calc(100% - 540px);
	}
}

footer .footer-info {
	align-items: center;
	display: flex;
	flex-direction: column;
}
@media (min-width: 769px) {
	footer .footer-info {
		align-items: flex-start;
		width: calc(100% - 242px);
	}
}
	

footer .footer-logo {
	display: block;
	margin-bottom: 30px;
	max-width: 154px;
	width: 100%;
}
@media (min-width: 960px) {
	footer .footer-logo {
		margin-bottom: 40px;
	}
}
@media (min-width: 1025px) {
	footer .footer-logo {
		max-width: 223px;
	}
}
@media (min-width: 1200px) {
	footer .footer-logo {
		max-width: 262px;
	}
}

@media (min-width: 769px) {
	footer .footer-address {
		border-left: 6px solid #ebcb3c;
		margin-top: auto;
		padding: 5px 0 5px 24px;
	}
}

footer .footer-address p {
	font-size: 16px;
	line-height: 1.25;
}

footer .footer-address p:last-of-type {
	margin-bottom: 0;
}

footer .footer-menu-wrapper {
	align-items: center;
	display: flex;	
}
@media (min-width: 769px) {
	footer .footer-menu-wrapper {
		width: 242px;
	}
}

footer .footer-menu-wrapper ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	row-gap: 25px;
	width: 100%;
}

footer .footer-menu-wrapper li {
	font-family: ITCAvantGardeGothicProBook, sans-serif;
	font-size: 14px;
	line-height: 1;
	list-style: none;
	text-transform: uppercase;
}

footer .footer-menu-wrapper li a {
	color: #ebcb3c;
	display: block;
	text-decoration: none;
}

footer .footer-menu-wrapper li a:hover {
	opacity: 0.8;
}

.skip-link,
.top-link {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal;
	padding: 0;
	position: fixed;
	width: 1px;
}

.skip-link:focus,
.top-link:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 5;
}

main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1540px;
	padding: 100px 20px 50px;
	position: relative;
	width: 100%;
}
@media (min-width: 990px) {
	main {
		padding: 136px 20px 50px;
	}
}

.scroll main {
	padding: 100px 20px 50px;
}
@media (min-width: 990px) {
	.scroll main {
		padding: 100px 20px 50px;
	}
}

main .container {
	padding: 0 20px;
}

section {
	position: relative;
}

section:not(.hero-section) {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 769px) {
	section:not(.hero-section) {
		margin-top: 100px;
	}
}
@media (min-width: 1025px) {
	section:not(.hero-section) {
		margin-top: 150px;
	}
}

section .row {
	display: flex;
}

.hero-section,
.collection-hero.collection-hero--with-image {
	background-attachment: scroll;
	background-color: #ee3126;
	background-image: url('bg_masthead-lineart.svg');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #fff;
	padding: 0 !important;
}
@media (min-width: 769px) {
	.hero-section,
	.collection-hero.collection-hero--with-image {
		display: flex;
		flex-direction: column;
		min-height: 290px;
	}
}
@media (min-width: 1025px) {
	.hero-section {
		min-height: 350px;
	}
}
@media (min-width: 1025px) {
	.collection-hero.collection-hero--with-image {
		min-height: 490px;
	}
}

.hero-section.bg-blue {
	background-color: #0d2440;
}

.hero-section.bg-gray {
	background-color: #ebebeb;
	color: #0d2440;
}

.hero-section.product {
	background-image: none;
	min-height: 0;
}

.hero-section .row,
.collection-hero.collection-hero--with-image .collection-hero__inner {
	align-items: stretch;
	flex-direction: column;
	padding: 0;
	width: 100%;
}
@media (min-width: 769px) {
	.hero-section .row,
	.collection-hero.collection-hero--with-image .collection-hero__inner {
		flex: 1;
		flex-direction: row;
	}
}

.hero-section .col.txt,
.collection-hero.collection-hero--with-image .collection-hero__text-wrapper {
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	justify-content: center;
	padding: 60px 20px 45px;
	position: relative;
}
@media (min-width: 769px) {
	.hero-section .col.txt,
	.collection-hero.collection-hero--with-image .collection-hero__text-wrapper {
		padding: 60px 30px;
		width: 52.667%;
	}
	.hero-section .col.txt.default {
		width: 100%;
	}
}
@media (min-width: 1025px) {
	.hero-section .col.txt.default {
		width: 52.667%;
	}
}
@media (min-width: 1200px) {
	.hero-section .col.txt,
	.collection-hero.collection-hero--with-image .collection-hero__text-wrapper {
		padding: 60px 45px;
	}
}
@media (min-width: 1400px) {
	.hero-section .col.txt,
	.hero-section .col.txt.default,
	.collection-hero.collection-hero--with-image .collection-hero__text-wrapper {
		padding: 60px 5.333% 60px 8.667%;
		width: calc(100% - 710px);
	}
}
@media (min-width: 1400px) {
	.hero-section.bg-gray .col.txt,
	.hero-section.bg-gray .col.txt.default {
		padding: 60px 5.333% 60px 8.667%;
	}
}

.hero-section.product .col.txt {
	padding: 15px 20px;
	width: 100%;
}

.hero-section p.breadcrumbs,
.collection-hero.collection-hero--with-image .collection-hero__text-wrapper p.breadcrumbs {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	left: 20px;
	line-height: 1.429;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 15px;
}
@media (min-width: 769px) {
	.hero-section p.breadcrumbs,
	.collection-hero.collection-hero--with-image .collection-hero__text-wrapper p.breadcrumbs {
		font-size: 15px;
		line-height: 1.333;
	}
}
@media (min-width: 1025px) {
	.hero-section p.breadcrumbs,
	.collection-hero.collection-hero--with-image .collection-hero__text-wrapper p.breadcrumbs {
		font-size: 16px;
		left: 1.667%;
		line-height: 1.25;
		right: 1.667%;
	}
}

.hero-section.product p.breadcrumbs {
	left: auto;
	position: relative;
	right: auto;
	top: auto;
}

.hero-section.bg-gray p.breadcrumbs {
	color: #0d2440;
}

@media (min-width: 1025px) and (max-width: 1399px) {
	.hero-section p.breadcrumbs > span span:nth-last-of-type(2),
	.hero-section p.breadcrumbs > span span.breadcrumb_last,
	.collection-hero.collection-hero--with-image .collection-hero__text-wrapper p.breadcrumbs > span span:nth-last-of-type(2),
	.collection-hero.collection-hero--with-image .collection-hero__text-wrapper p.breadcrumbs > span span.breadcrumb_last {
		display: none;
	}
}
@media (max-width: 768px) {
	.hero-section p.breadcrumbs > span span:nth-last-of-type(2),
	.hero-section p.breadcrumbs > span span.breadcrumb_last,
	.collection-hero.collection-hero--with-image .collection-hero__text-wrapper p.breadcrumbs > span span:nth-last-of-type(2),
	.collection-hero.collection-hero--with-image .collection-hero__text-wrapper p.breadcrumbs > span span.breadcrumb_last {
		display: none;
	}
}

.hero-section p.breadcrumbs a,
.collection-hero.collection-hero--with-image .collection-hero__text-wrapper p.breadcrumbs a {
	color: #fff;
	text-decoration: underline;
}

.hero-section.bg-gray p.breadcrumbs a {
	color: #0d2440;
}

.hero-section.bg-gray p:not(.breadcrumbs) a {
	color: #ee3126;
}

.collection-hero.collection-hero--with-image .collection-hero__text-wrapper .collection-hero__description {
	margin: 0;
}

.hero-section .col.img,
.collection-hero.collection-hero--with-image .collection-hero__image-container {
	align-self: auto;
	background-color: transparent;
	border: 0;
	flex: auto;
	margin-left: 0;
	overflow: visible;
	position: relative;
}
@media (min-width: 769px) {
	.hero-section .col.img,
	.collection-hero.collection-hero--with-image .collection-hero__image-container {
		width: 47.333%;
	}
}
@media (min-width: 1400px) {
	.hero-section .col.img,
	.collection-hero.collection-hero--with-image .collection-hero__image-container {
		width: 710px;
	}
}

@media (max-width: 1024px) {
	.hero-section .col.img.default {
		display: none;
	}
}

.hero-section .col.img .img-holder,
.collection-hero.collection-hero--with-image .collection-hero__image-container .img-holder {
	align-items: center;
	background-color: #eff0f2;
	display: flex;
	overflow: hidden;
}
@media (min-width: 1025px) {
	.hero-section .col.img .img-holder,
	.collection-hero.collection-hero--with-image .collection-hero__image-container .img-holder {
		mask-image: url('masthead_cover.svg');
		mask-repeat: no-repeat;
		mask-size: cover;
	}
}
@media (min-width: 769px) and (max-width: 1199px) {
	.hero-section .col.img .img-holder,
	.collection-hero.collection-hero--with-image .collection-hero__image-container .img-holder {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}
@media (min-width: 769px) {
	.hero-section .col.img.default .img-holder,
	.collection-hero.collection-hero--with-image .collection-hero__image-container .img-holder {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.hero-section .col.img img,
.collection-hero.collection-hero--with-image .collection-hero__image-container img {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bgImageFadeIn;
	animation-name: bgImageFadeIn;
	mix-blend-mode: multiply;
	object-fit: cover;
	width: 100%;
}
@media (min-width: 1025px) {
	.hero-section .col.img img,
	.collection-hero.collection-hero--with-image .collection-hero__image-container img {
		mask-image: url('masthead_cover.svg');
		mask-repeat: no-repeat;
		mask-size: cover;
	}
}
@media (min-width: 769px) and (max-width: 1199px) {
	.hero-section .col.img img,
	.collection-hero.collection-hero--with-image .collection-hero__image-container img {
		bottom: 0;
		left: 0;
		height: 100%;
		object-fit: cover;
		object-position: center;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.hero-section .col.img img,
	.collection-hero.collection-hero--with-image .collection-hero__image-container img {
		object-position: center right;
	}
}
@media (min-width: 769px) {
	.hero-section .col.img.default img {
		bottom: 0;
		left: 0;
		height: 100%;
		object-fit: cover;
		object-position: center;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}

@-webkit-keyframes bgImageFadeIn {
	0% {
		-webkit-transform:scale(1.15);
		transform:scale(1.15);
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes bgImageFadeIn {
	0% {
		-webkit-transform:scale(1.15);
		transform:scale(1.15);
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

.hero-section .col.img::after,
.collection-hero.collection-hero--with-image .collection-hero__image-container:after {
	background-image: url('masthead-accent-lines_blue.svg');
	background-position: top left;
	background-repeat: no-repeat;
	bottom: 0;
	pointer-events: none;
	position: absolute;
	left: -15px;
	right: 0;
	top: 0;
	z-index: 2;
}
@media (min-width: 1025px) {
	.hero-section .col.img::after,
	.collection-hero.collection-hero--with-image .collection-hero__image-container:after {
		content: '';
	}
}

.hero-section.acc-red .col.img::after {
	background-image: url('masthead-accent-lines_red.svg');
}

.accordion-section .accordion h4 {
	cursor: pointer;
}

.accordion-section .accordion .text {
	display: none;
}

.content-section {
	max-width: 1200px;
}

.content-section h2 {
	font-size: 24px;
}
@media (min-width: 769px) {
	.content-section h2 {
		font-size: 28px;
	}
}
@media (min-width: 1025px) {
	.content-section h2 {
		font-size: 32px;
	}
}

.content-section h2:not(.first) {
	margin-top: 50px;
}
@media (min-width: 1025px) {
	.content-section h2:not(.first) {
		margin-top: 75px;
	}
}

.content-section .row.patents {
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	gap: 30px;
}
@media (min-width: 769px) {
	.content-section .row.patents {
		flex-direction: row;
	}
}

@media (min-width: 1025px) {
	.content-section .row.patents.center {
		justify-content: center;
	}
}

.content-section .row.patents .patent {
	border: 1px solid #e6e6e7;
	box-shadow: rgba(105,114,133,.08) 0 5px 15px;
}
@media (min-width: 769px) {
	.content-section .row.patents .patent {
		width: calc(50% - 15px);
	}
}
@media (min-width: 1025px) {
	.content-section .row.patents .patent {
		width: calc(33.333% - 20px);
	}
}

.content-section .row.patents .patent .img-holder {
	padding: 5px 5px 20px;
}

.content-section .row.patents .patent h3 {
	font-size: 24px;
	line-height: 1.2;
	padding: 0 20px;
}

.content-section .row.patents .patent p {
	font-size: 16px;
	font-weight: 400;
	padding: 0 20px;
}

.content-section .row.patents .patent p span {
	color: #e12d23;
}

section.shopify-section:not(.hero-section) {
	margin-top: 0;
}

section.shopify-section section.gradient:not(.hero-section) {
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 32px;
}

section.shopify-section .page-width {
	padding: 0;
}
@media (min-width: 1025px) {
	section.shopify-section .page-width {
		padding: 0 50px;
	}
}

section.shopify-section .product__column-sticky {
	top: 120px;
}

section.shopify-section .product__media-item {
	border: 1px solid #0d2440;
}

section.shopify-section .product__info-wrapper {
	padding-top: 40px;
}
@media (min-width: 750px) {
	section.shopify-section .product__info-wrapper {
		padding-left: 60px;
	}
}

section.shopify-section .product__sku {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

section.shopify-section .product__sku span {
	color: #ee3126;
}

section.shopify-section .product__sku b {
	font-family: "Lato", sans-serif;
	font-weight: inherit;
}

section.shopify-section h1 {
	color: #ee3126;
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 0;
}
@media (min-width: 750px) {
	section.shopify-section h1 {
		font-size: 30px;
		line-height: 1.2;
	}
}
@media (min-width: 1025px) {
	section.shopify-section h1 {
		font-size: 35px;
		line-height: 1.114;
	}
}

section.shopify-section .price__container {
	margin-bottom: 40px;
}

section.shopify-section .price-item {
	color: #ee3126;
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.25;
}
@media (min-width: 750px) {
	section.shopify-section .price-item {
		font-size: 30px;
		line-height: 1.2;
	}
}
@media (min-width: 1025px) {
	section.shopify-section .price-item {
		font-size: 35px;
		line-height: 1.114;
	}
}

section.shopify-section .variant__label {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.278;
}

section.shopify-section .select {
	margin-bottom: 25px;
	max-width: 330px;
}

section.shopify-section .select::before,
section.shopify-section .select::after {
	display: none;
}

section.shopify-section select {
	background-color: #eff0f2;
	border: 0;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	line-height: 1.611;
	margin: 0;
	padding-left: 16px;
}

section.shopify-section select:focus {
	box-shadow: none;
}

section.shopify-section .select .icon-caret,
section.shopify-section .customer select + svg {
	right: 16px;
}

section.shopify-section .quantity__label {
	color: #000;
	display: inline;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.278;
	margin-bottom: 0;
}

section.shopify-section .product-form__quantity {
	margin-bottom: 27px;
}

section.shopify-section .quantity {
	background-color: #eff0f2;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	line-height: 1.611;
	max-width: 130px;
	min-height: 0;
	padding: 0 20px;
}

section.shopify-section .quantity::before,
section.shopify-section .quantity::after {
	display: none;
}

section.shopify-section .quantity .quantity__button {
	width: auto;
}

section.shopify-section .product .product-form button.button {
	align-items: center;
	background-color: #ebcb3c;
	border: 0 !important;
	border-radius: 3px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
	color: #0d2440;
	display: inline-flex;
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-size: 18px;
	font-weight: normal;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	opacity: 1;
	padding: 15px 65px 12px;
	position: relative;
	text-align: center;
	text-transform: none;
	width: fit-content;
}

section.shopify-section .product .product-form button.button::before,
section.shopify-section .product .product-form button.button::after {
	display: none;
}

section.shopify-section .product .product-form button.button:hover,
section.shopify-section .product .product-form button.button:focus {
	border: 0;
	box-shadow: none;
	opacity: 0.8;
}

section.shopify-section .afp-prod-desc h2 {
	color: #000;
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 25px;
}
@media (min-width: 750px) {
	section.shopify-section .afp-prod-desc h2 {
		font-size: 30px;
		line-height: 1.2;
	}
}
@media (min-width: 1025px) {
	section.shopify-section .afp-prod-desc h2 {
		font-size: 35px;
		line-height: 1.114;
	}
}

section.shopify-section .afp-prod-desc h3,
section.shopify-section .afp-prod-desc p.h4 {
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}

section.shopify-section .pf-c h3 {
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}

section.shopify-section .pf-c p {
	background-color: #eff0f2;
	font-size: 17px;
	margin-bottom: 0;
	padding: 20px;
}

section.shopify-section .__pf {
	background-color: #eff0f2;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.333;
	margin-bottom: 25px;
	padding: 20px;
	row-gap: 18px;
}
@media (min-width: 750px) {
	section.shopify-section .__pf {
		font-size: 21px;
	}
}
@media (min-width: 1025px) {
	section.shopify-section .__pf {
		font-size: 25px;
		line-height: 1.2;
	}
}

section.shopify-section .__pf a {
	min-height: 32px;
	padding-left: 40px;
	padding-top: 4px;
	position: relative;
}
@media (min-width: 750px) {
	section.shopify-section .__pf a {
		padding-top: 2px;
	}
}
@media (min-width: 1025px) {
	section.shopify-section .__pf a {
		padding-top: 1px;
	}
}

section.shopify-section .__pf a::before {
	background-image: url('icon_download.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 32px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}

section.shopify-section .__pf br {
	display: none;
}

section.shopify-section .product__description {
	margin: 25px 0;
}

section.shopify-section .product__description h3 {
	color: #000;
	font-size: 18px;
	line-height: 1.333;
	margin-bottom: 20px;
}
@media (min-width: 750px) {
	section.shopify-section .product__description h3 {
		font-size: 20px;
		line-height: 1.2;
	}
}

section.shopify-section .product__description p {
	font-size: 17px;
}

section.shopify-section .product__description p + ul {
	margin-top: 25px;
}

section.shopify-section .product__description ul {
	background-color: #eff0f2;
	margin-bottom: 25px;
	padding: 20px 20px 20px 52px;
}

section.shopify-section .product__description li {
	font-size: 17px;
}

section.shopify-section .product__description + h3 {
	color: #000;
	font-size: 18px;
	line-height: 1.333;
	margin-bottom: 20px;
}
@media (min-width: 750px) {
	section.shopify-section .product__description + h3 {
		font-size: 20px;
		line-height: 1.2;
	}
}
section.shopify-section .pf-c h3 {margin-top:20px;}
	
section.shopify-section .product__description + h3 + p,
 {
	background-color: #eff0f2;
	font-size: 17px;
	margin-bottom: 0;
	padding: 20px;
}

.grey-box p, .grey-box ul  {font-size: 17px;
	margin-bottom: 0;}

section.shopify-section .related-products {
	border: 7px solid #eff0f2;
	margin: 50px 0 0 !important;
	max-width: 1500px !important;
	padding: 20px;
}
.metafield-rich_text_field li {font-size:16px;}
@media (min-width: 750px) {
	section.shopify-section .related-products {
		margin: 75px 0 0 !important;
		padding: 33px 43px 38px 43px;
	}
}

section.shopify-section .related-products h2 {
	color: #ee3126;
	font-size: 24px;
	margin-bottom: 20px;
}
@media (min-width: 750px) {
	section.shopify-section .related-products h2 {
		font-size: 32px;
	}
}
@media (min-width: 1025px) {
	section.shopify-section .related-products h2 {
		font-size: 40px;
		margin-bottom: 25px;
	}
}

section.shopify-section .related-products .card > .card__inner > .card__media {
	background-color: #f7f7f8;
}

section.shopify-section .related-products .card > .card__inner > .card__media .media {
	background-color: transparent !important;
}

section.shopify-section .related-products .card > .card__inner > .card__media img {
	mix-blend-mode: multiply;
}

section.shopify-section .related-products .card > .card__content {
	background-color: #eff0f2;
	padding: 20px !important;
}

section.shopify-section .related-products .card > .card__content > .card__information {
	padding-top: 0 !important;
}

section.shopify-section .related-products .card > .card__content > .card__information h3 a {
	font-size: 21px;
	line-height: 1.333;
	margin-bottom: 10px;
	text-decoration: none;
}
@media (min-width: 1025px) {
	section.shopify-section .related-products .card > .card__content > .card__information h3 a {
		font-size: 24px;
		line-height: 1.25;
	}
}

section.shopify-section .related-products .card > .card__content > .card__information h3 > span {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.25;
	text-transform: none;
}
@media (min-width: 1025px) {
	section.shopify-section .related-products .card > .card__content > .card__information h3 > span {
		font-size: 18px;
		line-height: 1.2;
	}
}

section.shopify-section .related-products .card > .card__content .price__container {
	margin-bottom: 0;
}

section.shopify-section .related-products .card > .card__content .price {
	margin-top: 5px;
}

section.shopify-section .related-products .card > .card__content .price-item {
	font-size: 21px;
	line-height: 1.333;
}
@media (min-width: 1025px) {
	section.shopify-section .related-products .card > .card__content .price-item {
		font-size: 24px;
		line-height: 1.25;
	}
}

.usf-collections-page .shopify-section.section {
	margin-top: 0 !important;
}

.collection.page-width {
	padding: 0;
}

.collection.page-width #usf_container {
	max-width: 1400px !important;
}

.collection.page-width .usf-facets {
	width: 312px !important;
	flex: 0 0 312px !important;
	margin-top: 34px !important;
}
@media (min-width: 1200px) {
	.collection.page-width .usf-facets {
		margin-right: 88px !important;
	}
}

.collection.page-width .usf-facets__wrapper {
	width: 312px !important;
}

.collection.page-width .usf-facet {
	background-color: #eff0f2;
	margin-bottom: 22px;
	padding: 20px 25px !important;
}

.collection.page-width .usf-checkbox {
	background-color: #fff;
}

.collection.page-width .usf-title .usf-label {
	color: #000;
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
}

.collection.page-width .usf-facet-values--List {
	max-height: none !important;
	padding-right: 0 !important;
}

.collection.page-width .usf-facet-values--List .usf-label {
	color: #000;
	column-gap: 10px;
	display: flex;
	font-size: 17px;
	font-weight: 400;
	justify-content: space-between;
	line-height: 1;
	padding-top: 4px;
}

.collection.page-width .usf-facet-values--List .usf-value {
	color: #666;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}

.collection.page-width .usf-sr-inputbox {
	margin-top: 34px !important;
}

.collection.page-width .card > .card__inner > .card__media {
	background-color: #f7f7f8;
}

.collection.page-width .card > .card__inner > .card__media .media {
	background-color: transparent !important;
}

.collection.page-width .card > .card__inner > .card__media img {
	mix-blend-mode: multiply;
}

.collection.page-width .card > .card__content {
	background-color: #eff0f2;
	padding: 20px !important;
}

.collection.page-width .card > .card__content > .card__information {
	padding-top: 0 !important;
}

.collection.page-width .card > .card__content > .card__information h3 a {
	color: #000;
	font-size: 21px;
	letter-spacing: normal;
	line-height: 1.333;
	margin-bottom: 10px;
	text-decoration: none;
}
@media (min-width: 1025px) {
	.collection.page-width .card > .card__content > .card__information h3 a {
		font-size: 24px;
		line-height: 1.25;
	}
}

.collection.page-width .card > .card__content > .card__information h3 a:hover {
	color: #000 !important;
}

.collection.page-width .card > .card__content > .card__information h3 a > span {
	font-weight: normal !important;
}

.collection.page-width .card > .card__content > .card__information h3 a:hover > span {
	color: #000 !important;
}

.collection.page-width .card > .card__content > .card__information h3 > span {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.25;
	text-transform: none;
	color:rgb(35, 31, 32);
}
@media (min-width: 1025px) {
	.collection.page-width .card > .card__content > .card__information h3 > span {
		font-size: 18px;
		line-height: 1.2;
	}
}

.collection.page-width .card > .card__content > .card__badge {
	display: none !important;
}

.collection.page-width .card > .card__content .price {
	margin-top: 5px !important;
}

.collection.page-width .card > .card__content .price__container {
	margin-bottom: 0;
}

.collection.page-width .card > .card__content .price-item {
	color: #ee3126;
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.333;
}
@media (min-width: 1025px) {
	.collection.page-width .card > .card__content .price-item {
		font-size: 24px;
		line-height: 1.25;
	}
}

.collection.page-width .usf-sr-paging {
	padding: 0;
}

.collection.page-width .pagination-wrapper {
	margin: 0;
}

.collection.page-width .pagination__item {
	font-size: 16px;
	height: 44px;
}

.collection.page-width .pagination__list > li {
	flex: 1 0 44px;
	height: 44px;
	max-width: 44px;
}


/*--------------------------------------------------------------
Home CSS
--------------------------------------------------------------*/

.home .cols {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 769px) {
	.home .col {
		width: 50%;
	}
}

.home .col img {
	display: block;
	height: auto;
	max-width: 100%;
}

.home .card-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home .card-grid .card {
	display: flex;
	flex-direction: column;
	padding: 50px;
	text-align: center;
}
@media (min-width: 1025px) {
	.home .card-grid .card {
		border-right: 1px solid #f1b434;
		width: 33.333%;
	}
}

@media (min-width: 1025px) {
	.home .card-grid .card:last-of-type {
		border-right: unset;
	}
}

.home .card-grid .card .btn {
	margin: auto auto 0;
	width: fit-content;
}

.home .card-grid .card .image {
	margin-bottom: 40px;
}

.home section:not(#products-services) {
	margin-top: 50px;
}

.home section#masthead {
	margin-top: 0;
}

@media (min-width: 769px) {
	.home section#products-services {
		margin-top: 60px;
	}
}
@media (min-width: 1025px) {
	.home section#products-services {
		margin-top: 135px;
	}
}

@media (min-width: 1025px) {
	.home section#industries {
		margin-top: 100px;
	}
}

@media (min-width: 1025px) {
	.home section#testing {
		margin-top: 100px;
	}
}

@media (min-width: 769px) {
	.home main p {
		font-size: 20px;
	}
}

.home main h2 {
	font-size: 24px;
	line-height: 1.25;
}
@media (min-width: 769px) {
	.home main h2 {
		font-size: 28px;
	}
}

.home main h2.section-title {
	color: #666;
	font-size: 24px;
	line-height: 1;
}
@media (min-width: 769px) {
	.home main h2.section-title {
		font-size: 32px;
	}
}
@media (min-width: 1025px) {
	.home main h2.section-title {
		font-size: 40px;
	}
}

.home h2 strong {
	color: #ee3126;
}

.home main h3 {
	font-size: 20px;
	line-height: 1.25;
}
@media (min-width: 1025px) {
	.home main h3 {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.home main h3 {
		font-size: 28px;
	}
}

.home section#masthead {
	background-color: #e6e6e6;
	background-image: url('bg_masthead-lineart.svg');
	background-size: cover;
	color: #0d2440;
	overflow: visible;
	position: relative;
}
.home section#masthead h1 {font-size:28px;color: #0d2440;}

@media (min-width: 1025px) {
	.home section#masthead {
		min-height: 600px;
	}
	.home section#masthead h1 {font-size:43px;color: #0d2440;}

}

@media (min-width: 1025px) {
	.home section#masthead .cols {
		flex: 1;
	}
}

@media (min-width: 1025px) {
	.home section#masthead .col.left {
		width: 52%;
	}
}

@media (min-width: 1025px) {
	.home section#masthead .col.right {
		width: 48%;
	}
}

.home section#masthead .slant-box {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 2;
}

.home section#masthead .slant-box > img {
	display: block;
}
@media (min-width: 769px) {
	.home section#masthead .slant-box > img {
		bottom: 0;
		height: 100%;
		left: 0;
		object-fit: cover;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}

.home section#masthead .slant-box > .photo {
	object-position: center right;
}
@media (min-width: 1025px) {
	.home section#masthead .slant-box > .photo {
		mask-image: url('mask_home-masthead.svg');
		mask-position: center left;
		mask-repeat: no-repeat;
		mask-size: cover;
	}
}

.home section#masthead .slant-box > .overlay {
	display: none;
}
@media (min-width: 1025px) {
	.home section#masthead .slant-box > .overlay {
		display: block;
		height: calc(100% + 76px);
		object-position: center left;
	}
}

.home section#masthead p {
	font-size: 17px;
	line-height: 1.412;
}
@media (min-width: 769px) {
	.home section#masthead p {
		font-size: 19px;
		line-height: 1.421;
	}
}
@media (min-width: 1025px) {
	.home section#masthead p {
		font-size: 20px;
		line-height: 1.429;
	}
}


.home section#masthead p a {
	color: #ee3126;
}

.home section#masthead .col.left {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 120px 20px 60px;
}

@media (max-width: 1400px) {
	.home section#masthead .col.left {
		padding: 20px 40px;
	}
}

@media (max-width: 1024px) {
	.home section#masthead .col.left {
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.home section#masthead .col {
		width: 100%;
	}
}

.home section#masthead .btn {
	bottom: -70px;
	font-size: 25px;
	min-height: 42px;
	left: calc(52% - 200px);
	position: absolute;
	width: fit-content;
	z-index: 2;
}
@media (min-width: 1025px) {
	.home section#masthead .btn {
		padding: 10px 30px 5px;
	}
}

.home section#masthead .btn:hover {
	color: #fff;
}

.home section#products-services .cols {
	align-items: stretch;
	column-gap: 15px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	row-gap: 30px;
}
@media (min-width: 769px) {
	.home section#products-services .cols {
		flex-flow: row;
		flex-wrap: wrap;
	}
}
@media (min-width: 1025px) {
	.home section#products-services .cols {
		column-gap: 30px;
	}
}

.home section#products-services .cols .col {
	display: flex;
	flex: 0 1 calc(33.333% - 10px);
	flex-direction: column;
	min-width: 0;
}
@media (min-width: 1025px) {
	.home section#products-services .cols .col {
		flex: 0 1 calc(33.333% - 20px);
	}
}

.home section#products-services .cols .col::before {
	background-color: #0d2440;
	content: '';
	height: 10px;
	margin-left: auto;
	width: 41.667%;
}

.home section#products-services .cols .img-holder {
	position: relative;
}

.home section#products-services .cols h4 {
	background-color: #0d2440;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 1.25;
	margin-bottom: 0;
	min-width: 150px;
	padding: 4px 10px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

.home section#products-services .cols img {
	display: block;
	height: auto;
	width: 100%;
}

.home section#products-services .cols .col .text-box {
	background-color: #eff0f2;
	display: flex;
	flex: 1;
	flex-direction: column;
	line-height: 1.25;
	padding: 20px;
}
@media (min-width: 1025px) {
	.home section#products-services .cols .col .text-box {
		padding: 25px 30px;
	}
}
@media (min-width: 1200px) {
	.home section#products-services .cols .col .text-box {
		padding: 40px 50px;
	}
}

.home section#products-services .cols .col .text-box p {
	font-size: 18px;
}
@media (min-width: 1025px) {
	.home section#products-services .cols .col .text-box p {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.home section#products-services .cols .col .text-box p {
		font-size: 21px;
	}
}

.home section#products-services .cols .col .text-box .btn {
	margin-top: auto;
	width: fit-content;
}

@media (min-width: 1025px) {
	.home section#brands {
		margin-top: 90px;
	}
}

.home section#brands .images {
	align-items: center;
	column-gap: 30px;
	display: flex;
	justify-content: center;
	row-gap: 30px;
}
@media (min-width: 1200px) {
	.home section#brands .images {
		column-gap: 75px;
	}
}
@media (max-width: 989px) {
	.home section#brands .images {
		flex-flow: wrap;
	}
}

@media (max-width: 989px) {
	.home section#brands .images .img-holder {
		flex: 1 1 calc(33.333% - 20px);
	}
}
@media (max-width: 600px) {
	.home section#brands .images .img-holder {
		flex: 1 1 calc(50% - 15px);
	}
}

@media (max-width: 989px) {
	.home section#brands .images img {
		margin: 0 auto;
	}
}

.home section#testing .slant-box {
	aspect-ratio: 750 / 450;
	--cut: 17.33%;
	isolation: isolate;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.home section#testing .slant-box > img {
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.home section#testing .slant-box.crop-left .photo {
	clip-path: polygon(var(--cut) 0%, 100% 0%, 100% 100%, 0% 100%);
	object-fit: cover;
	object-position: center;
	transform: translateX(80px);
	z-index: 1;
}

.home section#testing .slant-box.crop-left .overlay {
	object-fit: contain;
	object-position: left center;
	pointer-events: none;
	z-index: 2;
}

.home section#testing {
	background-color: #f2f2f2;
}

.home section#testing .col.left {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 0 60px 8.667%;
}

.home section#testing h2 {
	font-size: 34px;
}

@media (max-width: 1024px) {
	.home section#testing .cols .col.left {
		padding: 40px;
		width: 100%;
	}
	.home section#testing .cols .col.right {
		width: 100%;
	}
}

.home section#download {
	background-color: #ee3126;
	color: #fff;
}
@media (min-width: 769px) {
	.home section#download {
		display: flex;
		min-height: 380px;
	}
}

.home section#download .row {
	flex-direction: column;
	width: 100%;
}
@media (min-width: 1025px) {
	.home section#download .row {
		flex-direction: row;
	}
}

.home section#download .cols {
	width: 100%;
}

.home section#download .col.left {
	background-color: #f2f2f2;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	position: relative;
	width: 100%;
}
@media (min-width: 769px) {
	.home section#download .col.left {
		padding: 20px 30px 20px 20px;
		width: 42%;
	}
}
@media (min-width: 1025px) {
	.home section#download .col.left {
		padding: 20px 40px 20px 20px;
	}
}
@media (min-width: 1200px) {
	.home section#download .col.left {
		mask-image: url('cta_left_cover.svg');
		mask-position: center right;
		mask-repeat: no-repeat;
		mask-size: cover;
		padding: 30px 3% 20px 6%;
	}
}

.home section#download .col.left:after {
	background-image: url('cta-accent-lines_right_red.svg');
	background-position: center right;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;	
	right: 0;
	top: 0;
	z-index: 2;
}
@media (min-width: 1200px) {
	.home section#download .col.left:after {
		content: '';
	}
}

.home section#download .col.left img.cover {
	margin: 0 auto;
	max-width: 292px;
	width: 100%;
}
@media (min-width: 1200px) {
	.home section#download .col.left img.cover {
		margin: 0;
	}
}

.home section#download .col.right {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}
@media (min-width: 769px) {
	.home section#download .col.right {
		padding: 20px 30px;
		width: 58%;
	}
}
@media (min-width: 1025px) {
	.home section#download .col.right {
		padding: 20px 40px;
	}
}
@media (min-width: 1200px) {
	.home section#download .col.right {
		padding: 20px 5.333%;
	}
}

.home section#download h3 {
	color: #fff;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
@media (min-width: 769px) {
	.home section#download h3 {
		font-size: 20px;
	}
}
@media (min-width: 1025px) {
	.home section#download h3 {
		font-size: 21px;
	}
}

.home section#download h2 {
	color: #ffdc0b;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
}
@media (min-width: 769px) {
	.home section#download h2 {
		font-size: 28px;
	}
}
@media (min-width: 1025px) {
	.home section#download h2 {
		font-size: 34px;
	}
}

.home section#download h4 {
	color: #fff;
	font-family: ITCAvantGardeGothicProMedium, sans-serif;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 30px;
}
@media (min-width: 769px) {
	.home section#download h4 {
		font-size: 24px;
	}
}
@media (min-width: 1025px) {
	.home section#download h4 {
		font-size: 27px;
	}
}

.home section.cta-full-width-section.resource-center:not(#products-services) {
	margin-top: 70px;
}
@media (min-width: 1025px) {
	.home section.cta-full-width-section.resource-center:not(#products-services) {
		margin-top: 100px;
	}
}

.home .cta-full-width-section h2 {
	color: #ebcb3c;
	font-size: 24px;
	line-height: 1.0278;
}
@media (min-width: 769px) {
	.home .cta-full-width-section h2 {
		font-size: 30px;
	}
}
@media (min-width: 1025px) {
	.home .cta-full-width-section h2 {
		font-size: 36px;
	}
}

.home .cta-full-width-section h3 {
	color: #fff;
	font-size: 21px;
	line-height: 1.034;
}
@media (min-width: 769px) {
	.home .cta-full-width-section h3 {
		font-size: 25px;
	}
}
@media (min-width: 1025px) {
	.home .cta-full-width-section h3 {
		font-size: 29px;
	}
}

@media (min-width: 1025px) {
	.home section.download-w-border-section:not(#products-services) {
		margin-top: 120px;
	}
}

.home .download-w-border-section h3 {
	color: #0d2440;
	font-size: 17px;
	line-height: 1.176;
	text-align: center;
}
@media (min-width: 769px) {
	.home .download-w-border-section h3 {
		font-size: 18px;
		line-height: 1.167;
	}
}
@media (min-width: 1025px) {
	.home .download-w-border-section h3 {
		font-size: 19px;
		line-height: 1.158;
	}
}

.home section#about-afp {
	background-color: #f2f2f2;
}

.home section#about-afp .cols {
	align-items: stretch;
}

.home section#about-afp .col.left {
	align-self: stretch;
	--bottom-right: 72.5%;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	justify-content: center;
	padding: 85px;
	position: relative;
	width: 30%;
}

.home section#about-afp .col.left h2 {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
}
@media (min-width: 769px) {
	.home section#about-afp .col.left h2 {
		font-size: 32px;
	}
}
@media (min-width: 1025px) {
	.home section#about-afp .col.left h2 {
		font-size: 39px;
	}
}

.home section#about-afp .col.left::before {
	background: #0d2440;
	bottom: -1px;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 0;
}
@media (min-width: 769px) {
	.home section#about-afp .col.left::before {
		clip-path: polygon(0% 0%, 100% 0%, var(--bottom-right) 100%, 0% 100%);
	}
}

.home section#about-afp .col.left > * {
	position: relative;
	z-index: 1;
}

.home section#about-afp .col.mid {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 50px;
	width: 30%;
}

.home section#about-afp .col.mid p {
	font-size: 18px;
	line-height: 1.278;
}

.home section#about-afp .col.right {
	width: 40%;
}

.home section#about-afp .slant-box {
	aspect-ratio: 660 / 420;
	--cut: 21%;
	height: 100%;
	isolation: isolate;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.home section#about-afp .slant-box > img {
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.home section#about-afp .slant-box.crop-left .photo {
	object-fit: cover;
	object-position: center;
	z-index: 1;
}
@media (min-width: 1025px) {
	.home section#about-afp .slant-box.crop-left .photo {
		clip-path: polygon(var(--cut) 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}

.home section#about-afp .slant-box.crop-left .overlay {
	object-fit: contain;
	object-position: 35px center;
	pointer-events: none;
	z-index: 2;
}

@media (max-width: 1024px) {
	.home section#about-afp .col.left,
	.home section#about-afp .col.mid {
		width: 50%;
	}
	.home section#about-afp .col.mid {
		padding: 40px;
	}
	.home section#about-afp .col.right {
		width: 100%;
	}
	.home section#about-afp .slant-box.crop-left .overlay {
		display: none;
	}
}
@media (max-width: 768px) {
	.home section#about-afp .col.left,
	.home section#about-afp .col.mid {
		width: 100%;
	}
	.home section#about-afp .col.left {
		padding: 20px 20px 15px;
	}
	.home section#about-afp .col.mid {
		padding: 20px;
	}
	.home section#about-afp .col.left::before {
		clip-path: none;
	}
}

/*--------------------------------------------------------------
Flexible CSS
--------------------------------------------------------------*/

/* CSS Document */
.download-w-border-section {
	border: 4px solid #ee3126;
	max-width: 1260px;
}

.download-w-border-section .row.section-title {
	padding-bottom: 25px;
}
@media (min-width: 1025px) {
	.download-w-border-section .row.section-title {
		padding-bottom: 0;
	}
}

.download-w-border-section .row:not(.section-title) {
	padding: 0 100px 20px;
}
@media (min-width: 1025px) {
	.download-w-border-section .row:not(.section-title) {
		padding: 0 100px 25px;
	}
}

.download-w-border-section .row.content {
	align-items: center;
	column-gap: 35px;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px 25px;
	row-gap: 30px;
}
@media (min-width: 769px) {
	.download-w-border-section .row.content {
		align-items: flex-start;
		flex-direction: row;
		padding: 20px 50px 50px;
	}
}
@media (min-width: 1025px) {
	.download-w-border-section .row.content {
		column-gap: 70px;
		padding: 20px 100px 50px;
	}
}

.download-w-border-section .row.section-title .col {
	width: 100%;
}

.download-w-border-section .row.content:not(.section-title) .col {
	max-width: 230px;
	width: 100%;
}

.download-w-border-section h2 {
	background-color: #ee3126;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.333;
	margin: 0 auto;
	padding: 15px 20px 10px;
	position: relative;
	text-align: center;
}
@media (min-width: 769px) {
	.download-w-border-section h2 {
		font-size: 24px;
		line-height: 1.25;
		padding: 17px 130px 10px;
	}
}
@media (min-width: 1025px) {
	.download-w-border-section h2 {
		font-size: 28px;
		line-height: 1.143;
		max-width: 66.176%;
		top: -50%;
		width: fit-content;
	}
}

.download-w-border-section h3 {
	color: #0d2440;
	font-size: 17px;
	line-height: 1.176;
	margin-bottom: 0;
	text-align: center;
}
@media (min-width: 769px) {
	.download-w-border-section h3 {
		font-size: 18px;
		line-height: 1.167;
	}
}
@media (min-width: 1025px) {
	.download-w-border-section h3 {
		font-size: 19px;
		line-height: 1.158;
	}
}

.download-w-border-section h3 a {
	color: #0d2440;
}

.download-w-border-section img {
	margin: 0 auto;
}


.cta-full-width-section {
	background-color: #ee3126;
	color: #fff;
}
@media (min-width: 1025px) {
	.cta-full-width-section {
		display: flex;
	}
}

.cta-full-width-section.general {
	margin-top: 50px;
}
@media (min-width: 1025px) {
	.cta-full-width-section.general {
		margin-top: 75px;
	}
}

.cta-full-width-section.resource-center {
	position: relative;
}

.cta-full-width-section.bg-blue {
	background-color: #0d2440;
}

.cta-full-width-section.download {
	min-height: 380px;
}

.cta-full-width-section.resource-center::before {
	background-color: #ebcb3c;
	content: '';
	height: 10px;
	max-width: 350px;
	position: absolute;
	right: 0;
	top: -10px;
	width: 35%;
}

.cta-full-width-section.three-column {
	background-color: #f2f2f2;
}

.cta-full-width-section .row {
	flex-direction: column;
	width: 100%;
}
@media (min-width: 1025px) {
	.cta-full-width-section .row {
		flex-direction: row;
	}
}

.cta-full-width-section.general .row {
	flex-direction: column-reverse;
}
@media (min-width: 1025px) {
	.cta-full-width-section.general .row {
		flex-direction: row;
	}
}

.cta-full-width-section.resource-center .row {
	flex-direction: column-reverse;
}
@media (min-width: 1025px) {
	.cta-full-width-section.resource-center .row {
		flex-direction: row;
	}
}

.cta-full-width-section .col.section-title {
	align-items: flex-start;
	--bottom-right: 68.889%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 5.333%;
	position: relative;
	width: 30%;
}

.cta-full-width-section .col.section-title:before {
	background: #0d2440;
	bottom: 0;
	clip-path: polygon(0% 0%, 100% 0%, var(--bottom-right) 100%, 0% 100%);
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.cta-full-width-section .col.txt {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cta-full-width-section.download .col.txt {
	padding: 60px 5.333%;
	width: 58%;
}

.cta-full-width-section.general .col.txt {
	padding: 20px;
}
@media (min-width: 1025px) {
	.cta-full-width-section.general .col.txt {
		padding: 30px 8.667% 30px 60px;
		width: 57.333%;
	}
}
@media (min-width: 1400px) {
	.cta-full-width-section.general .col.txt {
		padding: 30px 8.667%;
		width: calc(100% - 640px);
	}
}

.cta-full-width-section.resource-center .col.txt {
	padding: 20px;
	width: 100%;
}
@media (min-width: 1025px) {
	.cta-full-width-section.resource-center .col.txt {
		padding: 30px 8.667% 30px 60px;
		width: 57.333%;
	}
}
@media (min-width: 1400px) {
	.cta-full-width-section.resource-center .col.txt {
		padding: 30px 8.667%;
		width: calc(100% - 640px);
	}
}

.cta-full-width-section.three-column .col.txt {
	background-color: #f2f2f2;
	padding: 60px 1% 60px 1.667%;
	width: 25.667%;
}

.cta-full-width-section h2 {
	color: #ebcb3c;
	font-size: 32px;
	line-height: 1.0278;
}
@media (min-width: 769px) {
	.cta-full-width-section h2 {
		font-size: 34px;
	}
}
@media (min-width: 1025px) {
	.cta-full-width-section h2 {
		font-size: 36px;
	}
}

.cta-full-width-section.general h2 {
	color: #fff;
	font-size: 20px;
	line-height: 1.667;
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media (min-width: 769px) {
	.cta-full-width-section.general h2 {
		font-size: 21px;
	}
}

.cta-full-width-section h3 {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.034;
}
@media (min-width: 769px) {
	.cta-full-width-section h3 {
		font-size: 27px;
	}
}
@media (min-width: 1025px) {
	.cta-full-width-section h3 {
		font-size: 29px;
	}
}

.cta-full-width-section.general h3 {
	color: #ebcb3c;
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.26;
}
@media (min-width: 769px) {
	.cta-full-width-section.general h3 {
		font-size: 24px;
	}
}
@media (min-width: 1025px) {
	.cta-full-width-section.general h3 {
		font-size: 27px;
	}
}

.cta-full-width-section.three-column h3 {
	color: #fff;
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-size: 39px;
	font-weight: normal;
	line-height: 1.154;
	margin-bottom: 0;
	position: relative;
}

.cta-full-width-section h4 {
	color: #fff;
	font-size: 20px;
	line-height: 1.667;
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media (min-width: 769px) {
	.cta-full-width-section h4 {
		font-size: 21px;
	}
}

.cta-full-width-section.three-column p {
	color: #231f20;
	font-size: 18px;
	line-height: 1.278;
}

.cta-full-width-section.three-column p:last-of-type {
	margin-bottom: 0;
}

.cta-full-width-section.three-column p + .btn {
	margin-top: 20px;
}

.cta-full-width-section .col.img {
	position: relative;
}

.cta-full-width-section.download .col.img {
	background-color: #f2f2f2;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 3% 20px 6%;
	width: 42%;
}

@media (min-width: 1025px) {
	.cta-full-width-section.general .col.img {
		display: flex;
		width: 42.667%;
	}
}
@media (min-width: 1400px) {
	.cta-full-width-section.general .col.img {
		width: 640px;
	}
}

.cta-full-width-section.resource-center .col.img {
	width: 100%;
}
@media (min-width: 1025px) {
	.cta-full-width-section.resource-center .col.img {
		display: flex;
		width: 42.667%;
	}
}
@media (min-width: 1400px) {
	.cta-full-width-section.resource-center .col.img {
		width: 640px;
	}
}

.cta-full-width-section.three-column .col.img {
	width: 44.333%;
}
@media (min-width: 1400px) {
	.cta-full-width-section.three-column .col.img {
		width: 665px;
	}
}

.cta-full-width-section.general .col.img .img-holder {
	overflow: hidden;
}
@media (min-width: 1025px) {
	.cta-full-width-section.general .col.img .img-holder {
		flex: 1;
		mask-image: url('cta_right_cover.svg');
		mask-repeat: no-repeat;
		mask-size: cover;
	}
}

.cta-full-width-section.resource-center .col.img .img-holder {
	background-color: #eff0f2;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 25px 0;
}
@media (min-width: 1025px) {
	.cta-full-width-section.resource-center .col.img .img-holder {
		flex: 1;
		mask-image: url('cta_right_cover.svg');
		mask-repeat: no-repeat;
		mask-size: cover;
	}
}

.cta-full-width-section.three-column .col.img .img-holder {
	mask-image: url('cta_right_cover.svg');
	mask-repeat: no-repeat;
	mask-size: cover;
	overflow: hidden;
}

.cta-full-width-section.download .col.img img {
	max-width: 292px;
	width: 100%;
}

.cta-full-width-section:not(.download) .col.img img {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bgImageFadeIn;
	animation-name: bgImageFadeIn;
	max-width: none;
}
@media (min-width: 1025px) {
	.cta-full-width-section:not(.download) .col.img img {
		max-width: 100%;
	}
}
@media (max-width: 1024px) {
	.cta-full-width-section:not(.download) .col.img img {
		width: 100%;
	}
}

@media (min-width: 1025px) and (max-width: 1399px) {
	.cta-full-width-section.general .col.img .img-holder img {
		bottom: 0;
		height: 100%;
		left: 0;
		object-fit: cover;
		object-position: center right;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}

.cta-full-width-section .col.img:after {
	background-image: url('cta-accent-lines_right_red.svg');
	background-position: top left;
	background-repeat: no-repeat;
	bottom: 0;
	pointer-events: none;
	position: absolute;	
	top: 0;
	z-index: 2;
}
@media (min-width: 1025px) {
	.cta-full-width-section .col.img:after {
		content: '';
	}
}

.cta-full-width-section.download .col.img:after {
	background-position: center right;
	left: 0;
	right: 0;
}

.cta-full-width-section.general .col.img:after {
	background-position: center left;
	left: -15px;
	right: 0;
}

.cta-full-width-section.resource-center .col.img:after {
	background-position: center left;
	left: -15px;
	right: 0;
}

.cta-full-width-section.bg-blue .col.img:after {
	background-image: url('cta-accent-lines_right_blue.svg');
}


.img-txt-section {
	max-width: 1300px;
}

.img-txt-section h2 {
	color: #ee3126;
}

.img-txt-section .row {
	gap: 60px;
}

@media (min-width: 769px) {
	.img-txt-section .col {
		width: calc(50% - 30px);
	}
}

.img-txt-section .col img {
	display: block;
	height: auto;
	max-width: 100%;
}

.img-txt-section .col.img.border {
	position: relative;
}

.img-txt-section .col.img.border:before {
	background-color: #ee3126;
	content: '';
	height: 10px;
	position: absolute;
	top: -8px;
	width: 60%;
}


.img-txt-section.right .col.img.border:before {
	left: 0px;
}

.img-txt-section:not(.right) .col.img.border:before {
	right: 0;
}

@media (min-width: 769px) {
	.img-txt-section .col.txt {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 769px) {
	.img-txt-section p {
		font-size: 23px;
		line-height: 1.565;
	}
}

.img-txt-section p:last-of-type {
	margin-bottom: 0;
}

.img-txt-section ul:last-of-type {
	margin-bottom: 0;
}

.img-txt-section p:last-of-type + ol,
.img-txt-section p:last-of-type + ul {
	margin-top: 20px;
}
@media (min-width: 1025px) {
	.img-txt-section p:last-of-type + ol,
	.img-txt-section p:last-of-type + ul {
		margin-top: 25px;
	}
}

.img-txt-section li {
	margin-bottom: 10px;
}
@media (min-width: 769px) {
	.img-txt-section li {
		font-size: 23px;
	}
}

.img-txt-section li:last-of-type {
	margin-bottom: 0;
}

.img-txt-section .btn {
	margin-top: 30px;
	padding: 15px 80px 12px 80px;
	width: fit-content;
}

.two-col-txt-section {
	border: 4px solid #f6cd78;
	max-width: 1200px;
}

.two-col-txt-section .row:not(.section-title) {
	padding: 15px 100px 40px;
}

.two-col-txt-section .row.section-title .col {
	width: 100%;
}

.two-col-txt-section h2 {
	background-color: #fff;
	font-weight: 700;
	line-height: 1.286;
	margin: 0 auto;
	max-width: 750px;
	padding: 0 5%;
	position: relative;
	text-align: center;
	top: -50%;
	width: 75%;
}
@media (min-width: 769px) {
	.two-col-txt-section h2 {
		font-size: 28px;
	}
}
@media (max-width: 768px) {
	.img-txt-section.left .row {
		flex-direction: column
	}
	.img-txt-section .row {
		flex-direction: column-reverse;
	}
	.img-txt-section .col.img img {
		width: 100%;
	}
	.img-txt-section .col.img.border:before {
		right: 0px;
	}
}

.txt-w-border-section {
	border: 4px solid #0d2440;
	max-width: 1200px;
}

.txt-w-border-section .row.section-title {
	padding-bottom: 10px;
}
@media (min-width: 1025px) {
	.txt-w-border-section .row.section-title {
		padding-bottom: 0;
	}
}

.txt-w-border-section .row:not(.section-title) {
	padding: 0 20px 20px;
}
@media (min-width: 769px) {
	.txt-w-border-section .row:not(.section-title) {
		padding: 0 50px 25px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section .row:not(.section-title) {
		padding: 0 100px 25px;
	}
}

.txt-w-border-section .row.first-last:not(.section-title) {
	padding: 15px 20px 20px;
}
@media (min-width: 769px) {
	.txt-w-border-section .row.first-last:not(.section-title) {
		padding: 15px 50px 40px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section .row.first-last:not(.section-title) {
		padding: 15px 100px 65px;
	}
}

.txt-w-border-section .row.first:not(.section-title) {
	padding: 15px 20px 20px;
}
@media (min-width: 769px) {
	.txt-w-border-section .row.first:not(.section-title) {
		padding: 15px 50px 25px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section .row.first:not(.section-title) {
		padding: 15px 100px 25px;
	}
}

.txt-w-border-section .row.last:not(.section-title) {
	padding: 0 20px 20px;
}
@media (min-width: 769px) {
	.txt-w-border-section .row.last:not(.section-title) {
		padding: 0 50px 40px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section .row.last:not(.section-title) {
		padding: 0 100px 65px;
	}
}

.txt-w-border-section .row.section-title .col {
	width: 100%;
}

.txt-w-border-section .row.content .col.two {
	column-count: 2;
	column-gap: 60px;
}

.txt-w-border-section .row.content:not(.section-title) .col {
	width: 100%;
}

.txt-w-border-section h2 {
	background-color: #0d2440;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto;
	padding: 15px 20px 10px;
	position: relative;
	text-align: center;
	width: 100%;
}
@media (min-width: 769px) {
	.txt-w-border-section h2 {
		font-size: 28px;
		padding: 17px 35px 10px 35px;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section h2 {
		font-size: 36px;
		max-width: 80%;
		top: -50%;
		width: fit-content;
	}
}

@media (min-width: 769px) {
	.txt-w-border-section .row.content .col.two p {
		break-inside: avoid;
	}
}

@media (min-width: 769px) {
	.txt-w-border-section p {
		font-size: 21px;
		line-height: 1.364;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section p {
		font-size: 22px;
	}
}
	
.txt-w-border-section p:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 769px) {
	.txt-w-border-section .row.content .col.two ul {
		padding-left: 0;
	}
}

.txt-w-border-section ul {
	padding-left: 25px;
}
@media (min-width: 769px) {
	.txt-w-border-section ul {
		padding-left: 40px;
	}
}

.txt-w-border-section ul:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 769px) {
	.txt-w-border-section li {
		font-size: 21px;
		line-height: 1.364;
	}
}
@media (min-width: 1025px) {
	.txt-w-border-section li {
		font-size: 22px;
	}
}

.txt-w-border-section .row.content .col.two ul li {
	margin-bottom: 10px;
}
@media (min-width: 769px) {
	.txt-w-border-section .row.content .col.two ul li {
		break-inside: avoid;
		margin-left: 40px;
	}
}

@media (max-width: 768px) {
	.txt-w-border-section .row.content .col.two {
		column-count: 1;
	}
}

section.one-col-txt-section {
	max-width: 1200px;
}

section.one-col-txt-section .row {
	justify-content: center;
}

section.one-col-txt-section .row .col {
	width: 100%;
}
@media (min-width: 769px) {
	section.one-col-txt-section .row .col {
		padding: 0 54px;
	}
}
@media (min-width: 1025px) {
	section.one-col-txt-section .row .col {
		padding: 0 104px;
	}
}

@media (min-width: 769px) {
	.one-col-txt-section p {
		font-size: 23px;
		line-height: 1.565;
	}
}

@media (max-width: 768px) {
	.one-col-txt-section {
		max-width: 980px;
	}
	section.one-col-txt-section .row .col.txt {
		width: 100%;
	}
}
/*
@media (max-width: 1024px) {
	.page-template-page-flexible section:not(.hero-section) {
		margin-top: 100px;
	}
}
*/

.ctas-section {
	max-width: 1200px;
	padding-top: 55px;
}

.ctas-section .row.section-title .col {
	width: 100%;
}

.ctas-section h2 {
	color: #ee3126;
	line-height: 1;
}
@media (min-width: 1025px) {
	.ctas-section h2 {
		max-width: 740px;
	}
}

.home .ctas-section h2 {
	max-width: none;
	text-align: center;
}
@media (min-width: 769px) {
	.home .ctas-section h2 {
		font-size: 39px;
	}
}
@media (min-width: 1025px) {
	.home .ctas-section h2 {
		font-size: 42px;
	}
}

.ctas-section .row.ctas {
	column-gap: 30px;
	flex-flow: wrap;
	/* justify-content: space-between; */
	padding: 30px 0;
	position: relative;
	row-gap: 40px;
}

.ctas-section .cta {
	background-color: #eff0f2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(33.333% - 20px);
}

.ctas-section a {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.ctas-section .img-holder {
	border-top: 8px solid #ee3126;
	margin-bottom: 20px;
	width: 100%;
}

.ctas-section .img-holder img {
	width: 100%;
}

.ctas-section .text-holder {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.ctas-section h3 {
	color: #ee3126;
	font-size: 24px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.ctas-section p {
	color: #231f20;
	font-size: 20px;
	margin-bottom: 20px; 
	padding: 0 20px;
}

.ctas-section  .btn {
	margin: auto 20px 20px auto;
	padding: 15px 25px 12px 25px;
	text-transform: uppercase;
	width: fit-content;
}

.ctas-section a:hover .btn {
	opacity: 0.8;
}

@media (max-width: 1024px) {
	.ctas-section .cta {
		width: calc(50% - 30px);
	}
}
@media (max-width: 768px) {
	.ctas-section .cta {
		width: 100%;
	}
}

section.products-section:not(.hero-section) {
	margin-top: 50px;
}
@media (min-width: 1025px) {
	section.products-section:not(.hero-section) {
		margin-top: 75px;
	}
}

.products-section .cols {
	align-items: stretch;
	column-gap: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 50px;
}

.products-section .cols .col {
	display: flex;
	flex: 0 1 calc(25% - 15px);
	flex-direction: column;
	min-width: 0;
}

.products-section .cols .col::before {
	background-color: #0d2440;
	content: '';
	height: 10px;
	margin-left: auto;
	width: 55.556%;
}

.products-section .cols .img-holder {
	position: relative;
}

.products-section .cols h3 {
	font-size: 20px;
}
@media (min-width: 769px) {
	.products-section .cols h3 {
		font-size: 24px;
	}
}
@media (min-width: 1025px) {
	.products-section .cols h3 {
		font-size: 28px;
	}
}

.products-section .cols h4 {
	background-color: #0d2440;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 1.25;
	margin-bottom: 0;
	min-width: 150px;
	padding: 4px 10px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

.products-section .cols img {
	display: block;
	height: auto;
	width: 100%;
}

.products-section .cols .text-box {
	background-color: #eff0f2;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.products-section .cols .excerpt {
	margin-bottom: 10px;
}
@media (min-width: 1025px) {
	.products-section .cols .excerpt {
		margin-bottom: 15px;
	}
}

.products-section .cols .col p {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 10px;
}
@media (min-width: 769px) {
	.products-section .cols .col p {
		font-size: 17;
		line-height: 1.76;
	}
}
@media (min-width: 1025px) {
	.products-section .cols .col p {
		font-size: 18px;
		line-height: 1.167;
	}
}

.products-section .cols .col p strong {
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

.products-section .cols .col .btn {
	margin-top: auto;
	width: fit-content;
}

@media (max-width: 768px) {
	.products-section .cols {
		display: block;
	}
	.products-section .cols .col.right {
		margin-top:40px;
	}
}

.mobile-only {display:none;}
@media (max-width: 990px) {
.menu-holder {display:none !important;}
.mobile-only {display:block;position:absolute;right:75px;top:30px;}
}
.mobby {padding: 10px 30px !important;}
@media (max-width: 600px) {
.desktop-localization-wrapper {display:none;}
header .logo {max-width:175px;}

}

.cart-item__name.h4 {font-size:20px;}

.grey-box {background-color: #eff0f2;
  font-size: 17px;
  margin-bottom: 20px;
  padding: 20px;}
  .grey-box.files a {display:block;margin-bottom:10px;
 min-height: 32px;
  padding-left: 40px;
  padding-top: 4px;
  position: relative;font-size:20px;}

  .grey-box.files a:before {
  background-image: url(icon_download.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;}

.pdetails ul {column-count:2;font-size:14px;line-height:20px;margin:0px;border:0px;margin-top:0px !important;}
.pdetails ul li {margin-bottom:10px;break-inside:avoid;list-style-type:none;}
.pdetails ul li strong {display:block;font-weight:normal;font-size:13px;color:#888;text-transform:uppercase;}
@media (max-width: 700px) {
.pdetails ul {column-count:1;font-size:14px;line-height:20px;margin:0px;padding:20px;}
}
/* updates to existing styles */
.home section#masthead .hero-slider .slick-prev,
.home section#masthead .hero-slider .slick-next,
.home section#masthead .hero-slider .slick-dots li,
#prd-finder form input {
	transition: all 0.3s ease-in-out;
}

.home section#masthead .col.left {
	padding: 60px 75px;
}
@media (min-width: 769px) and (max-width: 1199px) {
	.home section#masthead .col.left {
		padding: 60px 30px;
	}
}
@media (min-width: 1200px) {
	.home section#masthead .col.left {
		padding: 60px 45px 60px 75px;
	}
}
@media (min-width: 1400px) {
	.home section#masthead .col.left {
		padding: 60px 70px 60px 130px;
	}
}
@media (max-width: 480px) {
	.home section#masthead .col.left {
		padding: 60px 20px;
	}
}

.home section#masthead.slider .col.left {
	padding: 30px 75px;
}
@media (min-width: 769px) and (max-width: 1199px) {
	.home section#masthead.slider .col.left {
		padding: 30px;
	}
}
@media (min-width: 1200px) {
	.home section#masthead.slider .col.left {
		padding: 30px 45px 30px 75px;
	}
}
@media (min-width: 1400px) {
	.home section#masthead.slider .col.left {
		padding: 30px 70px 30px 130px;
	}
}
@media (max-width: 480px) {
	.home section#masthead.slider .col.left {
		padding: 30px 20px;
	}
}

.home section#masthead p.breadcrumbs {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	left: 20px;
	line-height: 1.429;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 15px;
}
@media (min-width: 769px) {
	.home section#masthead p.breadcrumbs {
		font-size: 15px;
		line-height: 1.333;
	}
}
@media (min-width: 1025px) {
	.home section#masthead p.breadcrumbs {
		font-size: 16px;
		left: 1.667%;
		line-height: 1.25;
		right: 1.667%;
	}
}

.home section#masthead p:not(.breadcrumbs) span {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
@media (min-width: 769px) {
	.home section#masthead p:not(.breadcrumbs) span {
		font-size: 27px;
		line-height: 1;
	}
}
@media (min-width: 1025px) {
	.home section#masthead p:not(.breadcrumbs) span {
		font-size: 29px;
		line-height: 1.034;
	}
}

.home section#masthead .slant-box img {
	display: block;
}
@media (min-width: 769px) {
	.home section#masthead .slant-box img {
		bottom: 0;
		height: 100%;
		left: 0;
		object-fit: cover;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
}

@media (min-width: 1025px) {
	.home section#masthead .slant-box .photo {
		mask-image: url('mask_home-masthead.svg');
		mask-position: center left;
		mask-repeat: no-repeat;
		mask-size: cover;
		object-position: center right;
	}
}

@media (min-width: 1025px) {
	.home section:not(#products-services).products-section {
		margin-top: 90px;
	}
}

.products-section .cols {
	justify-content: flex-start;
}
@media (min-width: 768px) {
	.products-section .cols {
		column-gap: 20px;
	}
}
@media (min-width: 1025px) {
	.products-section .cols {
		column-gap: 21px;
	}
}
@media (min-width: 1200px) {
	.products-section .cols {
		column-gap: 20px;
	}
}

.products-section .cols .col {
	flex: 0 1 100%;
}
@media (min-width: 768px) {
	.products-section .cols .col {
		flex: 0 1 calc(50% - 10px);
	}
}
@media (min-width: 1025px) {
	.products-section .cols .col {
		flex: 0 1 calc(33.333% - 14px);
	}
}
@media (min-width: 1200px) {
	.products-section .cols .col {
		flex: 0 1 calc(25% - 15px);
	}
}

.products-section .cols .img-holder {
	background-color: #eff0f2;
}

.products-section .cols .img-holder img {
	mix-blend-mode: multiply;
}

.products-section .cols h3 {
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.167;
	margin-bottom: 20px;
}
@media (min-width: 769px) {
	.products-section .cols h3 {
		font-size: 21px;
	}
}
@media (min-width: 1025px) {
	.products-section .cols h3 {
		font-size: 24px;
	}
}

.section-header.shopify-section-group-header-group {z-index:100;}
/* new styles */
.home section#masthead .hero-slider {
	margin-bottom: 0;
	padding-bottom: 50px;
	padding-top: 50px;
	width: 100%;
}

.home section#masthead .hero-slider .slick-track {
	display: flex;
}

.home section#masthead .hero-slider .slick-slide {
	height: auto;
}

.home section#masthead .hero-slider .offset {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.home section#masthead .hero-slider .slick-prev,
.home section#masthead .hero-slider .slick-next {
	height: 33px;
	width: 19px;
	z-index: 3;
}
@media (min-width: 769px) and (max-width: 1199px) {
	.home section#masthead .hero-slider .slick-prev,
	.home section#masthead .hero-slider .slick-next {
		display: none !important;
	}
}
@media (min-width: 1400px) {
	.home section#masthead .hero-slider .slick-prev,
	.home section#masthead .hero-slider .slick-next {
		height: 66px;
		width: 38px;
	}
}
@media (max-width: 480px) {
	.home section#masthead .hero-slider .slick-prev,
	.home section#masthead .hero-slider .slick-next {
		display: none !important;
	}
}

.home section#masthead .hero-slider .slick-prev {
	background-image: url('icon_arrow_left.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: -50px;
}
@media (min-width: 1400px) {
	.home section#masthead .hero-slider .slick-prev {
		left: -80px;
	}
}

.home section#masthead .hero-slider .slick-next {
	background-image: url('icon_arrow_right.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	right: -50px;
}
@media (min-width: 1400px) {
	.home section#masthead .hero-slider .slick-next {
		right: -80px;
	}
}

.home section#masthead .hero-slider .slick-prev:hover,
.home section#masthead .hero-slider .slick-next:hover {
	opacity: 0.8;
}

.home section#masthead .hero-slider .slick-prev::before,
.home section#masthead .hero-slider .slick-next::before {
	display: none;
}

.home section#masthead .hero-slider .slick-dots {
	bottom: auto;
	column-gap: 10px;
	display: flex;
	top: 0;
}

.home section#masthead .hero-slider .slick-dots li {
	border: 3px solid #668185;
	border-radius: 50%;
	height: 24px;
	margin: 0;
	width: 24px;
}

.home section#masthead .hero-slider .slick-dots li:hover {
	opacity: 0.8;
}

.home section#masthead .hero-slider .slick-dots li:only-child {
	display: none;
}

.home section#masthead .hero-slider .slick-dots li.slick-active {
	background-color: #ee3126;
	border-color: #ee3126;
}

.home section#masthead .hero-slider .slick-dots li button {
	height: 18px;
	visibility: hidden;
	width: 18px;
}

@media (min-width: 769px) {
	.home section#masthead .hero-slider-bg {
		height: 100%;
		width: 100%;
	}
}

@media (min-width: 769px) {
	.home section#masthead .hero-slider-bg .slick-list {
		height: 100%;
		width: 100%;
	}
}

@media (min-width: 769px) {
	.home section#masthead .hero-slider-bg .slick-track {
		height: 100%;
		width: 100%;
	}
}

.home section#masthead p.breadcrumbs {
	color: #0d2440;
}

.home section#masthead p.breadcrumbs a {
	color: #0d2440;
}

main .products-section h2.section-title {
	color: #ee3126;
	font-size: 24px;
	line-height: 1.067;
}
@media (min-width: 769px) {
	main .products-section h2.section-title {
		font-size: 28px;
	}
}
@media (min-width: 1025px) {
	main .products-section h2.section-title {
		font-size: 30px;
		width: 53.333%
	}
}

#prd-finder {
	background-color: #f2f2f2;
	border-top: 10px solid #ee3126;
	margin-top: 50px;
	padding: 25px 20px;
}
@media (min-width: 769px) {
	#prd-finder {
		background-image: url('bg_finder.png');
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 65px 50px;
	}
}
@media (min-width: 1025px) {
	#prd-finder {
		margin-top: 95px;
		padding: 65px 100px 65px 50px;
	}
}
@media (min-width: 1200px) {
	#prd-finder {
		padding: 85px 15.333% 65px 8.667%;
	}
}

#prd-finder h2 {
	font-size: 24px;
	letter-spacing: normal;
	line-height: 1.294;
}
@media (min-width: 769px) {
	#prd-finder h2 {
		font-size: 29px;
	}
}
@media (min-width: 1025px) {
	#prd-finder h2 {
		font-size: 34px;
	}
}

#prd-finder form {
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

#prd-finder form select {
	appearance: none;
	background-color: #fff;
	background-image: url('icon_caret.png');
	background-position: center right 18px;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	flex: 0 1 100%;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	min-height: 60px;
	padding: 15px;
}
@media (min-width: 769px) {
	#prd-finder form select {
		flex: 0 1 calc(50% - 15px);
	}
}
@media (min-width: 1025px) {
	#prd-finder form select {
		flex: 0 1 calc(33.333% - 20px);
	}
}

#prd-finder form input {
	align-items: center;
	background-color: #ebcb3c;
	border: 0;
	border-radius: 3px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
	color: #0d2440;
	display: inline-flex;
	font-family: ITCAvantGardeGothicProBold, sans-serif;
	font-size: 18px;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 1;
	opacity: 1;
	padding: 18px 110px 14px;
	margin: 0;
	position: relative;
	text-align: center;
}

#prd-finder form input:hover {
	opacity: 0.8;
}

#prd-finder img {
	display: none;
}