@charset "UTF-8";
/*!
  Theme Name: Ultrafabrics
  Author: Icreon
  Author URI: http://icreon.com
  Version: 1.0
*/
@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate/Interstate-BlackComp-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/Interstate-BlackComp-woff.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate/Interstate-LightItalic-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/Interstate-LightItalic-woff.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate/Interstate-RegularItalic-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/Interstate-RegularItalic-woff.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate/Interstate-LightCond-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/Interstate-LightCond-woff.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate/Interstate-ThinItalic-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/Interstate-ThinItalic-woff.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate/Interstate-UltraBlackComp-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/Interstate-UltraBlackComp-woff.woff')
			format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate/Interstate-RegularComp-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/Interstate-RegularComp-woff.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate/Interstate-BoldCond-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/Interstate-BoldCond-woff.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate/Interstate-ExtraLightItalic-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/Interstate-ExtraLightItalic-woff.woff')
			format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Interstate';
	src: url('../fonts/Interstate/Interstate-BlackCond-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/Interstate-BlackCond-woff.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'FreightDisp Pro';
	src: url('../fonts/FreightDispPro/FreightDispProBook-Regular-woff2.woff2')
			format('woff2'),
		url('../fonts/FreightDispPro/FreightDispProBook-Regular-woff.woff')
			format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'interstateregular';
	src: url('../fonts/Interstate/interstateregular.woff2') format('woff2'),
		url('../fonts/Interstate/interstateregular.woff') format('woff');
}
@font-face {
	font-family: 'InterstateLight';
	src: url('../fonts/Interstate/InterstateLight.woff2') format('woff2'),
		url('../fonts/Interstate/InterstateLight.woff') format('woff');
}

@font-face {
	font-family: 'InterstateLightRegular';
	src: url('../fonts/Interstate/InterstateLightRegular-woff2.woff2')
			format('woff2'),
		url('../fonts/Interstate/InterstateLightRegular-woff.woff') format('woff');
}

@font-face {
	font-family: 'FreightDispBold';
	src: url('../fonts/FreightDispPro/FreightDispBold-woff2.woff2')
			format('woff2'),
		url('../fonts/FreightDispPro/FreightDispBold-woff.woff') format('woff'),
		url('../fonts/FreightDispPro/FreightDispBold.svg#FreightDispBold')
			format('svg');
}
@font-face {
	font-family: 'FreightDispMedium';
	src: url('../fonts/FreightDispPro/FreightDispMedium-woff2.woff2')
			format('woff2'),
		url('../fonts/FreightDispPro/FreightDispMedium-woff.woff') format('woff'),
		url('../fonts/FreightDispPro/FreightDispMedium.svg#FreightDispMedium')
			format('svg');
}
@font-face {
	font-family: 'FreightDispMediumItalic';
	src: url('../fonts/FreightDispPro/FreightDispMediumItalic-woff2.woff2')
			format('woff2'),
		url('../fonts/FreightDispPro/FreightDispMediumItalic-woff.woff')
			format('woff');
}
strong, strong *{
	font-weight: bold;

}
body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-caption {
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.85) 0,
		rgba(0, 0, 0, 0.3) 50%,
		rgba(0, 0, 0, 0.15) 65%,
		rgba(0, 0, 0, 0.075) 75.5%,
		rgba(0, 0, 0, 0.037) 82.85%,
		rgba(0, 0, 0, 0.019) 88%,
		transparent
	);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right))
			max(25px, env(safe-area-inset-bottom))
			max(44px, env(safe-area-inset-left));
	}
}
.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
	font-size: 16px;
	font-weight: 300;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes a {
	to {
		transform: rotate(1turn);
	}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

.select2-container[dir='rtl']
	.select2-selection--single
	.select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	list-style: none;
	padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
	max-width: 100%;
	resize: none;
	height: 18px;
	vertical-align: bottom;
	font-family: sans-serif;
	overflow: hidden;
	word-break: keep-all;
}

.select2-container
	.select2-search--inline
	.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option--selectable {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
	padding-right: 0px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
	color: #999;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir='rtl']
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}

.select2-container--default[dir='rtl']
	.select2-selection--single
	.select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled
	.select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled
	.select2-selection--single
	.select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
}

.select2-container--default
	.select2-selection--multiple.select2-selection--clearable {
	padding-right: 25px;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	padding: 1px;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-right: 1px solid #aaa;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover,
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:focus {
	background-color: #f1f1f1;
	color: #333;
	outline: none;
}

.select2-container--default[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--default[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice__remove {
	border-left: 1px solid #aaa;
	border-right: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--default[dir='rtl']
	.select2-selection--multiple
	.select2-selection__clear {
	float: left;
	margin-left: 10px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled
	.select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled
	.select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__group {
	padding-left: 0;
}

.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
	padding: 0;
}

.select2-container--default .select2-results__option--disabled {
	color: #999;
}

.select2-container--default .select2-results__option--selected {
	background-color: #ddd;
}

.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic
	.select2-selection--single
	.select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
}

.select2-container--classic
	.select2-selection--single
	.select2-selection__placeholder {
	color: #999;
}

.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir='rtl']
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}

.select2-container--classic[dir='rtl']
	.select2-selection--single
	.select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
	.select2-selection--single
	.select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
	.select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
	.select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
	padding-bottom: 5px;
	padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic
	.select2-selection--multiple
	.select2-selection__clear {
	display: none;
}

.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
}

.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #888;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
}

.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #555;
	outline: none;
}

.select2-container--classic[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--classic[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice__remove {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open
	.select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
	padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
	color: grey;
}

.select2-container--classic
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: 0;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}

.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.img-sharp {
	image-rendering: -webkit-optimize-contrast;
}

html {
	font-size: 16px;
}

body {
	font-family: 'InterstateLight', sans-serif;
	line-height: 1.5;
	background-color: unset;
	font-size: 16px;
	height: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.row {
	margin-left: 0;
	margin-right: 0;
}
.row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10,
.row .col-11,
.row .col-12,
.row .col,
.row .col-auto,
.row .col-sm-1,
.row .col-sm-2,
.row .col-sm-3,
.row .col-sm-4,
.row .col-sm-5,
.row .col-sm-6,
.row .col-sm-7,
.row .col-sm-8,
.row .col-sm-9,
.row .col-sm-10,
.row .col-sm-11,
.row .col-sm-12,
.row .col-sm,
.row .col-sm-auto,
.row .col-md-1,
.row .col-md-2,
.row .col-md-3,
.row .col-md-4,
.row .col-md-5,
.row .col-md-6,
.row .col-md-7,
.row .col-md-8,
.row .col-md-9,
.row .col-md-10,
.row .col-md-11,
.row .col-md-12,
.row .col-md,
.row .col-md-auto,
.row .col-lg-1,
.row .col-lg-2,
.row .col-lg-3,
.row .col-lg-4,
.row .col-lg-5,
.row .col-lg-6,
.row .col-lg-7,
.row .col-lg-8,
.row .col-lg-9,
.row .col-lg-10,
.row .col-lg-11,
.row .col-lg-12,
.row .col-lg,
.row .col-lg-auto,
.row .col-xl-1,
.row .col-xl-2,
.row .col-xl-3,
.row .col-xl-4,
.row .col-xl-5,
.row .col-xl-6,
.row .col-xl-7,
.row .col-xl-8,
.row .col-xl-9,
.row .col-xl-10,
.row .col-xl-11,
.row .col-xl-12,
.row .col-xl,
.row .col-xl-auto {
	padding-left: 0;
	padding-right: 0;
}

.image {
	display: block;
}
.image > .component-content {
	color: unset;
	border-radius: 0;
	border: none;
}
.image > .component-content a {
	display: block;
}
.image > .component-content a img {
	border-radius: 0;
	display: block;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: inherit;
	color: inherit;
	font-size: inherit;
}

input {
	border: none;
}

button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: unset;
	border: none;
}

#wrapper main {
	margin-top: 70px;
	position: relative;
}
@media only screen and (max-width: 767.98px) {
	#wrapper main {
		margin-top: 57px;
	}
}

body {
	color: inherit;
	background: unset;
}

.content,
.rich-text {
	color: inherit;
	font-size: inherit;
	overflow: unset;
}
.content *,
.rich-text * {
	max-width: unset;
}

.link-list > .component-content li {
	font-size: inherit;
}
.link-list > .component-content li a {
	display: inherit;
	color: inherit;
	font-size: inherit;
	font-family: 'InterstateLight';
	padding-left: inherit;
}
.link-list > .component-content li a:before {
	display: none;
}
.link-list > .component-content li a:hover {
	border-bottom: none;
	color: unset;
}
.header-items #menu.link-list > .component-content ul li a {
	font-family: FreightDisp Pro;
}
.header-footer .link-list > .component-content li a {
	font-family: 'interstateregular';
}

.search-box input[type='email'],
.search-box input[type='password'],
.search-box input[type='text'],
.search-box select,
.search-box textarea {
	box-shadow: none;
	color: inherit;
	border: none;
}
.search-box button {
	border: none;
	padding: 0;
}

.language-selector {
	border-top: none;
	padding: 0;
}
.language-selector .language-selector-select-item > a {
	padding-left: 0;
	padding-right: 0;
}
.language-selector .language-selector-select-item > a:after {
	display: none;
}

.link a {
	border: none;
}

.page-list a {
	color: inherit;
	border: none;
}
.page-list a:hover {
	color: inherit;
}
.page-list .item {
	border: none;
	padding: inherit;
}

.link-list.list-vertical li {
	margin-left: unset;
}

.privacy-warning {
	font-size: 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0 0;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	z-index: 8 !important;
}
.privacy-warning .close {
	font-size: 3rem;
	line-height: 1;
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: 300;
}
.privacy-warning a {
	color: white;
}
.privacy-warning .submit {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0;
}
.privacy-warning .submit a {
	font-size: 1.3rem;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2;
	text-decoration: none;
	font-weight: 700;
	background: #fff;
	padding: 5px 10px;
	cursor: pointer;
	color: #000;
}

.anim-stagger,
.header-items #menu ul > li,
.header-items #search .component-content,
.header-items #signin > .component-content span,
.header-items #fabricfinder > .component-content > * {
	opacity: 0;
	transform: translateY(15px);
	transition: 0.3s all ease;
}

.anim-stagger-active {
	opacity: 1;
	transform: none;
}

#wrapper header {
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	transition: 0.3s box-shadow ease, 0.3s background ease;
}
#wrapper header.header-white:not(.is-active):not(.is-scrolled),
#wrapper header.header-white-right:not(.is-active):not(.is-scrolled) {
	color: white;
}
#wrapper
	header.header-white:not(.is-active):not(.is-scrolled)
	.header-main
	.link-list
	ul
	> li
	a:not(.FabricFinder):after,
#wrapper
	header.header-white-right:not(.is-active):not(.is-scrolled)
	.header-main
	.link-list
	ul
	> li
	a:not(.FabricFinder):after {
	background: white;
}
#wrapper
	header.header-white:not(.is-active):not(.is-scrolled)
	#burger-menu
	.bar,
#wrapper
	header.header-white-right:not(.is-active):not(.is-scrolled)
	#burger-menu
	.bar {
	background: white;
}
#wrapper header > .container > .row > .plain-html {
	position: unset;
	height: 0;
}
#wrapper header .header-overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
#wrapper header > .container {
	max-width: unset;
	padding-left: 0;
	padding-right: 0;
	height: 80px;
}
#wrapper header > .container > .row {
	display: flex;
	flex-wrap: wrap;
}
#wrapper header > .container > * {
	width: 100%;
}
#wrapper header.is-scrolled {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
#wrapper header.is-scrolled .header-overlay {
	background-color: white;
	transition: 0.3s background ease;
}
#wrapper header > .row {
	align-items: center;
}
#wrapper header .header-logo-wrapper a {
	display: block;
	width: 80px;
	height: 80px;
}
#wrapper header .header-logo-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}
#wrapper header.is-transitioning .header-nav {
	pointer-events: none;
}
#wrapper header.is-transitioning .header-footer {
	opacity: 0;
}
@media only screen and (min-width: 768px) {
	#wrapper header.is-active {
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
			0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	}
	#wrapper header.is-active .header-overlay {
		background: white;
	}
	#wrapper header.is-active.is-finder {
		box-shadow: none !important;
	}
	#wrapper header.is-active .header-items #menu ul > li,
	#wrapper header.is-active .header-items #signin > .component-content span,
	#wrapper header.is-active .header-items #search > div,
	#wrapper
		header.is-active
		.header-items
		#fabricfinder
		> .component-content
		> * {
		opacity: 1;
		transform: none;
	}
	#wrapper header.is-active .header-items #menu ul > li:nth-child(1),
	#wrapper
		header.is-active
		.header-items
		#signin
		> .component-content
		span:nth-child(1),
	#wrapper header.is-active .header-items #search > div:nth-child(1),
	#wrapper
		header.is-active
		.header-items
		#fabricfinder
		> .component-content
		> *:nth-child(1) {
		transition-delay: 0.075s;
	}
	#wrapper header.is-active .header-items #menu ul > li:nth-child(2),
	#wrapper
		header.is-active
		.header-items
		#signin
		> .component-content
		span:nth-child(2),
	#wrapper header.is-active .header-items #search > div:nth-child(2),
	#wrapper
		header.is-active
		.header-items
		#fabricfinder
		> .component-content
		> *:nth-child(2) {
		transition-delay: 0.15s;
	}
	#wrapper header.is-active .header-items #menu ul > li:nth-child(3),
	#wrapper
		header.is-active
		.header-items
		#signin
		> .component-content
		span:nth-child(3),
	#wrapper header.is-active .header-items #search > div:nth-child(3),
	#wrapper
		header.is-active
		.header-items
		#fabricfinder
		> .component-content
		> *:nth-child(3) {
		transition-delay: 0.225s;
	}
	#wrapper header.is-active .header-items #menu ul > li:nth-child(4),
	#wrapper
		header.is-active
		.header-items
		#signin
		> .component-content
		span:nth-child(4),
	#wrapper header.is-active .header-items #search > div:nth-child(4),
	#wrapper
		header.is-active
		.header-items
		#fabricfinder
		> .component-content
		> *:nth-child(4) {
		transition-delay: 0.3s;
	}
	#wrapper header.is-active .header-items #menu ul > li:nth-child(5),
	#wrapper
		header.is-active
		.header-items
		#signin
		> .component-content
		span:nth-child(5),
	#wrapper header.is-active .header-items #search > div:nth-child(5),
	#wrapper
		header.is-active
		.header-items
		#fabricfinder
		> .component-content
		> *:nth-child(5) {
		transition-delay: 0.375s;
	}
	#wrapper header.is-active .header-items #menu ul > li:nth-child(6),
	#wrapper
		header.is-active
		.header-items
		#signin
		> .component-content
		span:nth-child(6),
	#wrapper header.is-active .header-items #search > div:nth-child(6),
	#wrapper
		header.is-active
		.header-items
		#fabricfinder
		> .component-content
		> *:nth-child(6) {
		transition-delay: 0.45s;
	}
	#wrapper header.is-active .header-items #menu ul > li:nth-child(7),
	#wrapper
		header.is-active
		.header-items
		#signin
		> .component-content
		span:nth-child(7),
	#wrapper header.is-active .header-items #search > div:nth-child(7),
	#wrapper
		header.is-active
		.header-items
		#fabricfinder
		> .component-content
		> *:nth-child(7) {
		transition-delay: 0.525s;
	}
	#wrapper header.is-active .header-items #menu ul > li:nth-child(8),
	#wrapper
		header.is-active
		.header-items
		#signin
		> .component-content
		span:nth-child(8),
	#wrapper header.is-active .header-items #search > div:nth-child(8),
	#wrapper
		header.is-active
		.header-items
		#fabricfinder
		> .component-content
		> *:nth-child(8) {
		transition-delay: 0.6s;
	}
	#wrapper header.is-active .header-main .language-selector {
		pointer-events: none;
		opacity: 0;
	}
	#wrapper header.is-active .header-main .nav-close {
		opacity: 1;
		pointer-events: auto;
	}
}
@media only screen and (max-width: 1023.98px) {
	#wrapper header.header-white-left:not(.is-active):not(.is-scrolled) {
		color: white;
	}
	#wrapper
		header.header-white-left:not(.is-active):not(.is-scrolled)
		.header-main
		.link-list
		ul
		> li
		a:not(.FabricFinder):after {
		background: white;
	}
	#wrapper
		header.header-white-left:not(.is-active):not(.is-scrolled)
		#burger-menu
		.bar {
		background: white;
	}
}
@media only screen and (max-width: 767.98px) {
	#wrapper
		header.arrow-white:not(.is-active):not(.is-scrolled)
		#burger-menu
		.bar {
		background: white;
	}
	#wrapper header .header-items,
	#wrapper header .header-footer {
		display: none;
	}
	#wrapper header.is-scrolled {
		background: white;
	}
	#wrapper header > .container {
		height: 57px;
	}
	#wrapper header .header-logo-wrapper a {
		width: 57px;
		height: 57px;
	}
	/* #wrapper header .header-logo-wrapper img{
        height: 63px;
      } */
	#wrapper header .header-overlay {
		display: none;
	}
}

.header-main {
	transition: 0.3s background ease;
	top: -2px;
	z-index: 99999 !important;
}
.header-main .column-splitter {
	align-items: center;
	position: relative;
}
.header-main .header-nav {
	position: relative;
}
.header-main .language-selector {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	transition: 0.3s all ease;
	background: unset;
}
.header-main .language-selector .language-selector-select-link {
	background-image: unset !important;
}
.header-main .language-selector .component-content {
	display: flex;
	font-size: 14px;
}
.header-main
	.language-selector
	.component-content
	.language-selector-select-item:after {
	display: none;
}
.header-main .nav-close {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	transform: translateY(-50%);
	transition: 0.3s all ease;
	pointer-events: none;
	opacity: 0;
	line-height: 0;
}
.header-main .nav-close svg {
	width: 20px;
}
.header-main .link-list h3 {
	display: none;
}
.header-main .link-list .FabricFinder {
	font-family: 'FreightDisp Pro', serif;
}
.header-main .link-list .FabricFinder.trigger-is-active {
	background-color: #da291c;
	color: white;
}
.header-main .link-list .FabricFinder:hover {
	border: 1px solid #da291c;
}
.header-main .link-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 17px;
	padding-right: 140px;
}
.header-main .link-list ul > li a:not(.FabricFinder) {
	position: relative;
	transition: 0.3s all ease;
	cursor: pointer;
}
.header-main .link-list ul > li a:not(.FabricFinder):after {
	content: '';
	right: 0;
	width: 0;
	height: 2px;
	background: black;
	position: absolute;
	bottom: -4px;
	transition: 0.3s all ease;
}
.header-main .link-list ul > li a:not(.FabricFinder):hover:after {
	left: 0;
	width: 100%;
}
.header-main .link-list ul > li a:not(.FabricFinder).is-active {
	color: #da291c;
}
.header-main .link-list ul > li a:not(.FabricFinder).is-active:after {
	background: #da291c;
	left: 0;
	width: 100%;
}
.header-main .link-list ul > li a:not(.FabricFinder).trigger-is-active:after {
	left: 0;
	width: 100%;
}
@media only screen and (max-width: 767.98px) {
	.header-main .header-nav .link-list {
		display: none;
	}
	.header-main .header-nav > div {
		padding-right: 17px;
	}
	.header-main .language-selector {
		display: none;
	}
}
@media only screen and (min-width: 1024px) {
	.header-main .header-nav > .component-content {
		padding-left: 30px;
	}
}
@media only screen and (min-width: 1280px) {
	.header-main .header-nav > .component-content {
		padding-left: 80px;
	}
}
@media only screen and (min-width: 768px) {
	.header-main #burger-menu {
		display: none;
	}
}

.header-items {
	position: relative;
	margin-bottom: auto;
}
.header-items > .component-content {
	padding-left: 80px;
	padding-right: 80px;
}
.header-items #menu,
.header-items #search,
.header-items #signin,
.header-items #fabricfinder {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.header-items .is-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto !important;
}
.header-items #menu ul {
	margin-left: auto;
	width: 50%;
	margin-top: 50px;
	padding-left: 80px;
	font-size: 44px;
	font-family: 'FreightDisp Pro', serif;
}
.header-items #menu ul > li {
	border-bottom: 1px solid black;
}
.header-items #menu ul > li:first-child {
	border-top: 1px solid black;
}
.header-items #menu ul a {
	transition: 0.3s all ease;
	display: block;
	padding: 15px 0 20px;
	line-height: 1;
}
.header-items #menu ul a:hover {
	padding-left: 15px;
	color: #da291c;
}
.header-items #search .component-content {
	padding: 120px 0;
	max-width: 720px;
	min-width: 720px;
	margin: auto;
	position: relative;
}
.header-items #search input {
	font-family: 'FreightDisp Pro', serif;
	font-size: 40px;
	line-height: 50px;
	width: 100%;
	transition: 0.3s all ease;
	border-bottom: 1px solid black;
	padding: 15px 0;
}
.header-items #search input:focus {
	border-color: #da291c;
}
.header-items #search input:focus + button {
	opacity: 1;
	pointer-events: auto;
}
.header-items #search button {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 14px;
	color: #da291c;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s all ease;
}
.header-items #signin > .component-content {
	padding: 100px 0 75px;
	font-size: 92px;
	line-height: 90px;
	font-family: 'FreightDisp Pro', serif;
}
.header-items #signin > .component-content span {
	display: inline-block;
}
.header-items #signin > .component-content a {
	text-decoration: underline;
	transition: 0.3s all ease;
}
.header-items #signin > .component-content a:hover {
	color: #da291c;
}
.header-items #fabricfinder {
	margin-left: auto;
}
.header-items #fabricfinder > .component-content {
	height: calc(100vh - 70px);
	display: flex;
	flex-wrap: wrap;
	overflow: scroll;
}
.header-items #fabricfinder > .component-content > * {
	display: block;
	width: 100%;
}
.header-items #fabricfinder .accordion-list {
	margin-top: 120px;
}
.header-items #fabricfinder form {
	padding: 50px 0;
	margin-bottom: auto;
}
.header-items #fabricfinder input {
	font-family: 'interstateregular';
	font-size: 25px;
	width: 100%;
	transition: 0.3s all ease;
	border-bottom: 1px solid black;
	padding: 15px 0;
}
.header-items #fabricfinder input:focus {
	border-color: #da291c;
}
.header-items #fabricfinder .finder-navigation {
	margin-top: auto;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.header-items #fabricfinder .finder-navigation .reset {
	color: #da291c;
}

.header-footer {
	transition: 0.3s all ease;
	margin-top: auto;
}
.header-footer > .component-content {
	padding: 50px 80px 30px;
}
.header-footer .social-link ul {
	display: flex;
}
.header-footer .social-link ul > li:not(:last-child) {
	margin-right: 20px;
}
.header-footer .social-link ul img {
	width: 14px;
}
.header-footer .link-list:not(.social-link) ul {
	font-size: 14px;
	color: #da291c;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 80px;
}

/** burger menu **/
#burger-menu {
	width: 23px;
	height: 17px;
	cursor: pointer;
	position: relative;
	margin-left: auto;
}
#burger-menu .bar {
	width: 100%;
	height: 1px;
	background: black;
	position: absolute;
	transition: 0.3s all ease;
}
#burger-menu .bar:first-child {
	transform-origin: right top;
	top: 0;
}
#burger-menu .bar:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
#burger-menu .bar:last-child {
	transform-origin: right bottom;
	bottom: 0;
}

/** burger menu active state **/
#wrapper header.show-header-mobile .header-main {
	background: white;
}
#wrapper header.show-header-mobile #burger-menu .bar {
	background: black !important;
}
#wrapper header.show-header-mobile #burger-menu .bar:first-child {
	transform: translateY(0) translateX(-4px) rotate(-45deg);
}
#wrapper header.show-header-mobile #burger-menu .bar:nth-child(2) {
	transform: translateX(-10px);
	opacity: 0;
}
#wrapper header.show-header-mobile #burger-menu .bar:last-child {
	transform: translateY(0) translateX(-4px) rotate(45deg);
}
#wrapper header.show-header-mobile .header-mobile {
	opacity: 1;
	pointer-events: auto;
}

.header-mobile {
	position: fixed;
	top: 0;
	padding-top: 57px;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	background: white;
	color: black;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
	transition: 0.3s all ease;
	opacity: 0;
	pointer-events: none;
}

.header-mobile > .component-content {
	padding-top: 80px;
	transition: 0.3s all ease;
	height: 100%;
}
.header-mobile > .component-content > .row {
	height: 100%;
}
.header-mobile.remove-border-bottom
	.header-nav-mobile
	#fabric-finder-wrapper:after {
	display: none;
}
.header-mobile.sub-menu-is-open > .component-content {
	padding-top: 0;
}
.header-mobile.sub-menu-is-open
	.header-nav-mobile
	> .component-content
	> ul
	> li:first-child:after {
	background: white;
}
.header-mobile.sub-menu-is-open
	.header-nav-mobile
	> .component-content
	> ul
	> li
	> a:not(.button) {
	font-size: 16px;
	line-height: 37px;
}
@media only screen and (min-width: 768px) {
	.header-mobile {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	@supports (-webkit-touch-callout: none) {
		.header-mobile {
			padding-bottom: 70px;
		}
	}
}
.cart-list-mobile {
	margin: 20px 0 40px;
	width: 100%;
	border-collapse: collapse;
}
.cart-list-mobile thead {
	border-bottom: 1px solid black;
}
.cart-list-mobile thead td {
	font-size: 11px;
	padding-bottom: 10px;
}
.cart-list-mobile thead .price {
	text-align: right;
}
.cart-list-mobile tbody tr {
	border-bottom: 1px solid black;
}
.cart-list-mobile tbody tr td {
	padding: 10px 0 20px;
}
.cart-list-mobile .item-name {
	font-size: 14px;
	font-weight: 400;
}
.cart-list-mobile .item-detail {
	display: flex;
	align-items: center;
}
.cart-list-mobile .item-color {
	width: 13px;
	height: 13px;
	background: blue;
	display: block;
	margin-right: 13px;
}
.cart-list-mobile .item-sku {
	font-size: 13px;
	color: #da291c;
	letter-spacing: 2px;
}
.cart-list-mobile .item-quantity {
	display: flex;
	font-size: 13px;
}
.cart-list-mobile .item-quantity .number {
	margin-right: 13px;
}
.cart-list-mobile .item-quantity .edit {
	color: #da291c;
	text-decoration: underline;
}
.cart-list-mobile .item-price {
	font-size: 14px;
	text-align: right;
}

.header-nav-mobile {
	width: 100%;
}
.header-nav-mobile > .component-content > h3 {
	display: none;
}
.header-nav-mobile > .component-content > ul {
	width: 100%;
}
.header-nav-mobile > .component-content > ul > li.last,
.header-nav-mobile > .component-content > ul > li:nth-last-of-type(3) {
	width: 100%;
	padding: 0 17px;
	overflow: hidden;
}
.header-nav-mobile > .component-content > ul > li.last .button,
.header-nav-mobile > .component-content > ul > li:nth-last-of-type(3) .button {
	margin-top: 20px;
}
.header-nav-mobile > .component-content > ul > li {
	padding: 0 17px;
	position: relative;
}
.header-nav-mobile > .component-content > ul > li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: black;
	transition: 0.3s all ease;
}
.header-nav-mobile > .component-content > ul > li > a:not(.button) {
	font-size: 46px;
	display: block;
	padding: 0;
	transition: 0.3s all ease;
	line-height: 78px;
}
.header-nav-mobile > .component-content > ul > li > a:not(.button) + div {
	opacity: 0;
	transform: translateY(20px);
	transition: 0.3s opacity ease, 0.3s transform ease;
}
.header-nav-mobile > .component-content > ul > li > a:not(.button).is-active {
	color: #da291c;
}
.header-nav-mobile
	> .component-content
	> ul
	> li
	> a:not(.button).is-active
	+ div {
	opacity: 1;
	transform: none;
	transition-delay: 0.3s;
}
.header-nav-mobile .button {
	font-family: 'FreightDisp Pro', serif;
	font-size: 25px;
	line-height: 1;
	padding: 8px 10px 12px;
	text-align: center;
	display: block;
	border: 1px solid #da291c;
	color: #da291c !important;
	width: 100%;
}
.header-nav-mobile .button:hover {
	border: 1px solid #da291c;
}
.header-nav-mobile .sub-menu-wrapper {
	overflow: hidden;
	height: 0;
}
.header-nav-mobile #menu {
	padding: 30px 0;
}
.header-nav-mobile #menu li:not(:last-child) {
	margin-bottom: 20px;
}
.header-nav-mobile #menu a {
	font-size: 36px;
	line-height: 1;
	font-family: 'FreightDisp Pro', serif;
}
.header-nav-mobile #signin {
	padding: 50px 0;
	font-size: 36px;
	line-height: 1;
	font-family: 'FreightDisp Pro', serif;
}
.header-nav-mobile #signin span {
	display: inline-block;
}
.header-nav-mobile #signin a {
	text-decoration: underline;
	transition: 0.3s all ease;
}
.header-nav-mobile #signin a:hover {
	color: #da291c;
}
.header-nav-mobile .search-box,
.mob-nav .search-box {
	padding: 50px 0;
}
.header-nav-mobile .search-box .component-content,
.mob-nav .search-box .component-content {
	position: relative;
}
.header-nav-mobile .search-box .component-content > span,
.mob-nav .search-box .component-content > span {
	display: block !important;
}
.header-nav-mobile .search-box-input,
.mob-nav .search-box-input {
	border-bottom: 1px solid black !important;
	padding: 10px 0;
	width: 100%;
	font-size: 26px;
	font-family: 'FreightDisp Pro', serif;
	padding-right: 55px;
	transition: 0.3s all ease;
}
.header-nav-mobile .search-box-button,
.mob-nav .search-box-button {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #da291c;
}
.header-nav-mobile .form-component .form-wrapper .input-group:not(:last-child) {
	margin-bottom: 30px;
}
.header-nav-mobile .form-component .form-wrapper p {
	margin-top: -20px;
}
.header-nav-mobile .chart-wrapper {
	padding: 50px 0;
}

.header-footer-mobile {
	width: 100%;
	margin-top: auto;
	overflow: hidden;
}
.header-footer-mobile .social-link {
	padding: 30px 17px;
}
.header-footer-mobile .social-link ul {
	display: flex;
	justify-content: space-between;
}
.header-footer-mobile .social-link img {
	display: block;
	width: 13px;
}
.header-footer-mobile .anchor-list {
	padding: 0 17px 17px;
	color: #da291c;
	font-size: 10px;
}
.header-footer-mobile .anchor-list ul {
	border-top: 1px solid black;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}

#wrapper .container {
	max-width: unset !important;
	padding-left: 0;
	padding-right: 0;
}

.container-fluid,
.form-component > .component-content,
.column-content .component-content,
.column-links > .component-content,
.grade-list-component > .component-content,
.hero-image .title-wrapper,
.page-intro-component > .component-content,
.full-carousel-wrapper .slider-counter,
.full-carousel-wrapper .template-1 .component-content,
.full-carousel-wrapper .template-2 .component-content,
.full-carousel-wrapper .template-3 .component-content,
.full-carousel-wrapper .template-4 .component-content,
.full-carousel-wrapper .template-5 .content-wrapper,
.image-accordion .image-wrapper .title-wrapper,
.image-accordion .content-wrapper,
.fancybox-container .fancybox-caption,
#gallery-wrapper > .component-content,
.uf-gallery > .component-content,
#gallery-nav-wrapper,
.story-card-component > .component-content > .row > div:last-child,
.press-card > .component-content,
.press-list > .component-content,
.brand-story-content .right-side {
	padding-left: 80px !important;
	padding-right: 80px !important;
}
@media only screen and (max-width: 1023.98px) {
	.container-fluid,
	.form-component > .component-content,
	.column-content .component-content,
	.column-links > .component-content,
	.grade-list-component > .component-content,
	.hero-image .title-wrapper,
	.page-intro-component > .component-content,
	.full-carousel-wrapper .slider-counter,
	.full-carousel-wrapper .template-1 .component-content,
	.full-carousel-wrapper .template-2 .component-content,
	.full-carousel-wrapper .template-3 .component-content,
	.full-carousel-wrapper .template-4 .component-content,
	.full-carousel-wrapper .template-5 .content-wrapper,
	.image-accordion .image-wrapper .title-wrapper,
	.image-accordion .content-wrapper,
	.fancybox-container .fancybox-caption,
	#gallery-wrapper > .component-content,
	.uf-gallery > .component-content,
	#gallery-nav-wrapper,
	.story-card-component > .component-content > .row > div:last-child,
	.press-card > .component-content,
	.press-list > .component-content,
	.brand-story-content .right-side {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}
@media only screen and (max-width: 767.98px) {
	.container-fluid,
	.form-component > .component-content,
	.column-content .component-content,
	.column-links > .component-content,
	.grade-list-component > .component-content,
	.hero-image .title-wrapper,
	.page-intro-component > .component-content,
	.full-carousel-wrapper .slider-counter,
	.full-carousel-wrapper .template-3 .component-content,
	.full-carousel-wrapper .template-4 .component-content,
	.full-carousel-wrapper .template-5 .content-wrapper,
	.image-accordion .image-wrapper .title-wrapper,
	.image-accordion .content-wrapper,
	.fancybox-container .fancybox-caption,
	#gallery-wrapper > .component-content,
	.uf-gallery > .component-content,
	#gallery-nav-wrapper,
	.story-card-component > .component-content > .row > div:last-child,
	.press-card > .component-content,
	.press-list > .component-content,
	.brand-story-content .right-side {
		padding-left: 17px !important;
		padding-right: 17px !important;
	}
	.full-carousel-wrapper .template-1 .component-content,
	.full-carousel-wrapper .template-2 .component-content,
	.full-carousel-wrapper .template-3 .component-content,
	.full-carousel-wrapper .template-4 .component-content {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.container-fluid-left,
.brand-story-intro-component .content-wrapper,
.bespoke-intro-component .content-wrapper,
.brand-story-content .left-side {
	padding-left: 80px !important;
}
@media only screen and (max-width: 1023.98px) {
	.container-fluid-left,
	.brand-story-intro-component .content-wrapper,
	.bespoke-intro-component .content-wrapper,
	.brand-story-content .left-side {
		padding-left: 50px !important;
	}
}
@media only screen and (max-width: 767.98px) {
	.container-fluid-left,
	.brand-story-intro-component .content-wrapper,
	.bespoke-intro-component .content-wrapper,
	.brand-story-content .left-side {
		padding-left: 17px !important;
	}
}

.container-fluid-right {
	padding-right: 80px !important;
}
@media only screen and (max-width: 1023.98px) {
	.container-fluid-right {
		padding-right: 50px !important;
	}
}
@media only screen and (max-width: 767.98px) {
	.container-fluid-right {
		padding-right: 17px !important;
	}
}

.btn {
	font-size: 17px;
	cursor: pointer;
	padding: 2px 14px 4px;
	border: 1px solid #da291c;
	color: #da291c;
	display: inline-block;
	transition: 0.3s all ease;
}
.btn:hover {
	background: #da291c;
	color: white;
}
.header-main .link-list .FabricFinder {
	font-size: 17px;
	cursor: pointer;
	padding: 2px 14px 4px;
	border: 1px solid #da291c;
	color: #fff;
	background: #da291c;
	display: inline-block;
	transition: 0.3s all ease;
}
.header-main .link-list .FabricFinder:hover {
	background: #fff;
	color: #da291c;
}

.btn--black {
	border-color: black;
	color: black;
}
.btn--black:hover {
	background: black;
	color: white;
}

.btn--white {
	border-color: white;
	color: white;
}
.btn--white:hover {
	background: white;
	color: black;
}

.uf-link {
	text-decoration: underline;
	color: #da291c;
}

.back-link {
	display: inline-flex;
	color: #da291c;
	font-size: 18px;
	align-items: center;
	position: relative;
	font-family: 'interstateregular';
}
.back-link svg {
	width: 14px;
	margin-right: 5px;
}
.back-link svg path {
	fill: #da291c;
}

@media only screen and (min-width: 768px) {
	body:not(.edit-mode) .form-component .component.link {
		display: none;
	}
}
.form-component {
	padding-top: 160px;
	padding-bottom: 100px;
}
.form-component > .component-content .column-splitter {
	align-items: flex-start;
}
.form-component .result-message {
	font-size: 18px;
	background: #da291c;
	color: white;
	padding: 15px;
	margin-bottom: 30px;
}
.form-component .result-message:empty {
	display: none;
}
.form-component .link {
	color: #da291c;
}
.form-component .component.link {
	margin-bottom: 40px;
}
.form-component .title-wrapper .field-title {
	font-size: 92px;
	font-family: 'FreightDisp Pro', serif;
	line-height: 0.95;
	display: block;
	margin-bottom: 25px;
}
.form-component .title-wrapper .field-title:after {
	margin-top: 25px;
	content: '';
	width: 50px;
	height: 5px;
	background-color: black;
	display: block;
}
.form-component .field-description {
	font-size: 18px;
	line-height: 25px;
}
.form-component .field-description a {
	color: #da291c;
}
.form-component .field-description a:hover {
	text-decoration: underline;
}
.form-component .field-description p:not(:last-child) {
	margin-bottom: 25px;
}
.form-component .field-description ul li:before {
	content: '· ';
	margin-right: 5px;
}
.form-component .form-wrapper form {
	width: 100%;
}
.form-component .form-wrapper .input-group {
	width: 100%;
}
.form-component .form-wrapper .input-group > div:not(:last-child) {
	margin-bottom: 30px;
}
.form-component .form-wrapper .input-group:not(:last-child) {
	margin-bottom: 60px;
}
.form-component .form-wrapper p {
	font-size: 14px;
}
.form-component .form-wrapper p a {
	text-decoration: underline;
}
.form-component .grid-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 25px;
}
.form-component .input-wrapper {
	position: relative;
}
.form-component .input-wrapper:before {
	content: 'Click to Type';
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 20px;
	padding-left: 10px;
	background: white;
}
.form-component .input-wrapper:after {
	content: 'This field is required';
	color: #da291c;
	font-size: 12px;
	margin-top: 5px;
	display: block;
	display: none;
}
.form-component input,
.form-component textarea,
.form-component select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background: unset;
	font-family: 'InterstateLight', sans-serif;
	border: none;
}
.form-component .select-wrapper {
	position: relative;
}
.form-component .select-wrapper:before {
	content: '+';
	position: absolute;
	top: -7px;
	right: 0;
	font-size: 40px;
	font-family: 'FreightDisp Pro', serif;
}
.form-component
	input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.form-component select,
.form-component textarea {
	font-size: 25px;
	padding: 10px 0;
	line-height: 30px;
	padding-right: 70px;
	font-family: 'FreightDisp Pro', serif;
	border-bottom: 1px solid black;
	width: 100%;
	transition: 0.3s all ease;
}
.form-component
	input:not([type='checkbox']):not([type='radio']):not([type='submit']).error,
.form-component select.error,
.form-component textarea.error {
	border-color: #da291c;
}
.form-component
	input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.form-component select:focus,
.form-component textarea:focus {
	border-color: #da291c;
}
.form-component
	input:not([type='checkbox']):not([type='radio']):not([type='submit'])::placeholder,
.form-component select::placeholder,
.form-component textarea::placeholder {
	color: black;
}
.form-component
	input:not([type='checkbox']):not([type='radio']):not([type='submit'])
	+ label,
.form-component select + label,
.form-component textarea + label {
	color: #da291c;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}
.form-component .captcha-wrapper {
	margin-top: -30px;
	margin-bottom: 60px;
}
.form-component .captcha-wrapper .message {
	margin-top: 8px;
	color: #da291c;
	display: none;
}
.form-component #recover-password-form .captcha-wrapper {
	margin-top: unset;
}
.form-component .button-wrapper.inline-button .button {
	display: inline-block;
	width: unset;
}
.form-component .button-wrapper.align-right {
	text-align: right;
}
.form-component .button {
	padding: 4px 15px 6px;
	text-align: center;
	line-height: 1.5;
	border: 1px solid black;
	font-size: 17px;
	transition: 0.3s all ease;
	cursor: pointer;
	display: block;
	width: 100%;
	font-family: 'InterstateLight';
}
.form-component .button:hover {
	background: black;
	color: white;
}
.form-component .button.submit {
	color: #da291c;
	border-color: #da291c;
}
.form-component .button.submit:hover {
	background: #da291c;
	color: white;
}
@media only screen and (min-width: 1024px) {
	.form-component .form-wrapper {
		padding-left: 80px;
	}
	.form-component .title-wrapper {
		padding-right: 20%;
	}
	.form-component .title-wrapper .field-title {
		position: relative;
		top: -10px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1279.98px) {
	.form-component .form-wrapper {
		padding-left: 50px;
	}
}
@media only screen and (max-width: 1023.98px) {
	.form-component .title-wrapper {
		position: unset;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 767.98px) {
	.form-component {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.form-component .title-wrapper .field-title {
		font-size: 36px;
	}
	.form-component .form-wrapper .grid-col-2 {
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
	}
}

.form-component.template-2 .title-wrapper .field-description {
	font-size: 26px;
	font-family: 'FreightDisp Pro', serif;
	line-height: 1.25;
}
.form-component.template-2 .resource-item {
	padding: 25px 0 0;
	border-top: 1px solid black;
}
.form-component.template-2 .resource-item:not(:last-child) {
	padding-bottom: 35px;
}
.form-component.template-2 .resource-item .field-title {
	font-family: 'FreightDisp Pro', serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 1.1;
	margin-bottom: 30px;
}
.form-component.template-2 .resource-item .cta-wrapper {
	margin-top: 30px;
}
.form-component.template-2 .resource-item .cta-wrapper li:not(:last-child) {
	margin-bottom: 12px;
}
.form-component.template-2 .resource-item .cta-wrapper a {
	color: #da291c;
	font-size: 18px;
	display: inline-block;
	position: relative;
	padding-right: 20px;
	font-family: 'interstateregular';
}
.form-component.template-2 .resource-item .cta-wrapper a:after {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	background: url(../../../../../Project/UltraFabricsTenant/UltraFabricsSite/Icons/arrow-link.svg)
		no-repeat center center/contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
	.form-component.template-2 {
		padding-top: 116px;
	}
}
@media only screen and (min-width: 1024px) {
	.form-component.template-2 .resource-item .field-title {
		padding-right: 100px;
	}
	.form-component.template-2 .resource-item .field-description {
		padding-right: 50px;
	}
}
@media only screen and (max-width: 767.98px) {
	.form-component.template-2 {
		padding-bottom: 0;
	}
	.form-component.template-2 .title-wrapper {
		margin-bottom: 120px;
	}
	.form-component.template-2 .title-wrapper .field-title {
		font-size: 72px;
		line-height: 62.5px;
	}
	.form-component.template-2 .title-wrapper .field-description {
		font-size: 22px;
	}
	.form-component.template-2 .resource-item {
		position: relative;
		border-top: 1px solid transparent;
		padding: 30px 0;
	}
	.form-component.template-2 .resource-item:before {
		content: '';
		position: absolute;
		top: -1px;
		left: -17px;
		right: -17px;
		height: 1px;
		background: black;
	}
	.form-component.template-2 .resource-item .field-title {
		font-size: 38px;
	}
	.form-component.template-2 .resource-item .field-description {
		font-size: 14px;
		line-height: 20px;
	}
}

.form-component#checkout-form .component.link {
	display: block !important;
}
.form-component#checkout-form .form-wrapper {
	max-width: 758px;
	margin-left: auto;
	margin-right: auto;
}
.form-component#checkout-form .review-list .review-info:not(:last-child) {
	margin-bottom: 50px;
}
.form-component#checkout-form .review-info {
	font-size: 15px;
	font-weight: 400;
	font-family: 'FreightDisp Pro', serif;
}
.form-component#checkout-form .review-info textarea {
	border: 1px solid black;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 1.25;
	max-width: 100%;
	min-width: 100%;
}
.form-component#checkout-form .review-heading {
	padding-bottom: 12px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid black;
	align-items: center;
	margin-bottom: 20px;
	font-family: 'InterstateLight', sans-serif;
}
.form-component#checkout-form .review-heading .review-title {
	font-family: 'interstateregular';
}
.form-component#checkout-form .review-heading a {
	color: #da291c;
	font-size: 12px;
	font-family: 'interstateregular';
}
.form-component#checkout-form .order-confirmation .confirmation-title {
	font-size: 78px;
	margin-bottom: 40px;
	line-height: 70px;
	font-family: 'FreightDisp Pro', serif;
}
.form-component#checkout-form .order-confirmation .button-wrapper {
	margin-top: 40px;
}
.form-component#checkout-form .info-name {
	font-size: 25px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
	.form-component#checkout-form .form-wrapper {
		padding-left: unset;
	}
}
@media only screen and (min-width: 768px) {
	.form-component#checkout-form {
		padding-top: 76px;
	}
}
@media only screen and (max-width: 1023.98px) {
	.form-component#checkout-form .column-splitter > div:not(:last-child) {
		margin-bottom: 90px;
	}
}

.text-red {
	color: #da291c;
}

.column-content {
	padding: 120px 0;
}
.column-content .field-title {
	font-size: 92px;
	line-height: 1;
	font-family: 'FreightDisp Pro', serif;
	margin-bottom: 30px;
}
.column-content .field-description {
	font-size: 18px;
}
.column-content .field-description p:not(:last-child) {
	margin-bottom: 30px;
}
.column-content .field-subtitle {
	color: #da291c;
	font-size: 22px;
	margin-top: 20px;
	font-family: 'interstateregular';
	letter-spacing: -0.88px;
}
@media only screen and (min-width: 1024px) {
	.column-content .left-side.pr {
		padding-right: 100px;
	}
}
@media only screen and (max-width: 1023.98px) {
	.column-content {
		padding: 100px 0;
	}
}
@media only screen and (max-width: 767.98px) {
	.column-content {
		padding: 60px 0;
	}
	.column-content .left-side {
		margin-bottom: 40px;
	}
	.column-content .field-title {
		font-size: 65px;
		margin-bottom: 32px;
	}
	.column-content .field-description {
		font-size: 17px;
	}
}

.column-links {
	padding-bottom: 100px;
}
.column-links .links-list,
.column-links .items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 35px;
}
.column-links .big-link {
	position: relative;
	border-bottom: 1px solid black !important;
}
.column-links .big-link:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	display: block;
	background: url(../../../../../Project/UltraFabricsTenant/UltraFabricsSite/Icons/arrow-link.svg)
		no-repeat center center/contain;
	opacity: 0;
	transition: 0.3s all ease;
	pointer-events: none;
}
.column-links .big-link:hover {
	color: #da291c !important;
}
.column-links .big-link:hover:after {
	opacity: 1;
}
@media only screen and (min-width: 1024px) {
	.column-links .links-list:nth-child(1) .big-link,
	.column-links .links-list:nth-child(2) .big-link,
	.column-links .links-list:nth-child(3) .big-link,
	.column-links .items > li:nth-child(1) .big-link,
	.column-links .items > li:nth-child(2) .big-link,
	.column-links .items > li:nth-child(3) .big-link {
		border-top: 1px solid black;
	}
}
@media only screen and (min-width: 768px) {
	.column-links .links-list:nth-child(1) .big-link,
	.column-links .links-list:nth-child(2) .big-link,
	.column-links .items > li:nth-child(1) .big-link,
	.column-links .items > li:nth-child(2) .big-link {
		border-top: 1px solid black;
	}
}
@media only screen and (max-width: 1023.98px) {
	.column-links .links-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767.98px) {
	.column-links {
		padding-bottom: 60px;
	}
	.column-links .links-list,
	.column-links .items {
		margin: 0 -17px;
		grid-template-columns: 1fr;
	}
	.column-links .links-list > li:first-child,
	.column-links .items > li:first-child {
		border-top: 1px solid black;
	}
	.column-links .big-link {
		padding: 15px 17px;
	}
}

.grade-list-component .grade-list-item {
	border-top: 1px solid black;
	padding-bottom: 122px;
}
.grade-list-component .field-grade {
	padding-top: 28px;
	font-size: 42px;
	color: #da291c;
	margin-bottom: 37px;
	line-height: 1;
	font-family: 'FreightDisp Pro';
}
.grade-list-component .big-links {
	border-top: none;
}
.grade-list-component .field-image {
	width: 254px;
	height: 254px;
	position: relative;
}
.grade-list-component .field-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s all ease;
}
.grade-list-component .field-image img[data-img='default'] {
	opacity: 1 !important;
}
.grade-list-component .field-image img:not([data-img='default']) {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
}
@media only screen and (max-width: 767.98px) {
	.grade-list-component .field-image {
		display: none;
	}
	.grade-list-component .field-grade {
		font-size: 28px;
		padding: 15px 17px;
		margin: 0 -17px 0;
		font-family: 'FreightDisp Pro', serif;
		border-top: 1px solid black;
		position: relative;
		color: black;
	}
	.grade-list-component .field-grade:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 17px;
		font-size: 40px;
		line-height: 55px;
		pointer-events: none;
	}
	.grade-list-component .field-grade.is-active {
		color: #da291c;
	}
	.grade-list-component .field-grade.is-active:after {
		content: '-';
	}
	.grade-list-component .big-link {
		font-size: 22px;
		line-height: auto;
		padding: 5px 17px;
	}
	.grade-list-component .big-links {
		overflow: hidden;
		height: 0;
		margin: 0 -17px;
	}
	.grade-list-component .big-links > li:first-child .big-link {
		border-top: 1px solid black;
	}
	.grade-list-component .big-links > li:last-child .big-link {
		border-bottom: none;
	}
	.grade-list-component .grade-list-item {
		padding-bottom: 0;
		border-top: none;
	}
}

.hero-image .field-image {
	position: relative;
}
.hero-image .field-image img {
	display: block;
	width: 100%;
	height: calc(100vh - 70px);
	object-fit: cover;
}
.hero-image .field-title {
	border-bottom: none;
	color: white;
}
.hero-image .title-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
@media only screen and (max-width: 767.98px) {
	.hero-image .field-image {
		position: relative;
	}
	.hero-image .field-image:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0) 27.08%,
			rgba(0, 0, 0, 0.55) 100%
		);
	}
	.hero-image .field-image img {
		height: 50vh;
	}
	.hero-image + div .title-wrapper {
		position: absolute;
		top: -60px;
		left: 0;
		width: 100%;
		transform: translateY(-100%);
	}
	.hero-image + div .title-wrapper .field-title {
		color: white;
		font-size: 56px;
	}
}

.page-intro-component > .component-content {
	padding-top: 84px;
	padding-bottom: 226px;
}
.page-intro-component .field-pageintrotext {
	font-size: 50px;
	line-height: 52px;
	font-family: 'FreightDisp Pro', serif;
	letter-spacing: 2%;
	font-weight: 400;
	padding-right: 12%;
	margin-bottom: 90px;
}
.page-intro-component .field-pageintrosubtitle {
	color: #da291c;
	font-size: 50px;
	line-height: 56px;
	font-family: 'interstateregular';
	letter-spacing: -2.5px;
}
.page-intro-component .intro-links-wrapper {
	font-size: 18px;
	margin-top: 45px;
	color: #da291c;
	display: flex;
	flex-wrap: wrap;
}
.page-intro-component .intro-links-wrapper > div {
	margin-right: 50px;
}
.page-intro-component .field-link a {
	text-decoration: underline;
}
@media only screen and (max-width: 767.98px) {
	.page-intro-component > .component-content {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.page-intro-component .field-pageintrotext {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.page-intro-component .field-pageintrosubtitle {
		font-size: 22px;
		line-height: 25px;
	}
	.page-intro-component .intro-links-wrapper {
		font-size: 14px;
	}
}

.brand-story-intro-component .row {
	align-items: flex-end;
}
.brand-story-intro-component .content-wrapper {
	padding-bottom: 80px;
}
.brand-story-intro-component .image-wrapper {
	padding-left: 80px;
}
.brand-story-intro-component .field-intro-title,
.brand-story-intro-component .field-intro-short-title {
	font-size: 58px;
	line-height: 1;
	font-family: 'FreightDisp Pro', serif;
}
.brand-story-intro-component .field-intro-short-title {
	color: #da291c;
}
.brand-story-intro-component .field-image img {
	width: 100%;
	object-fit: cover;
	height: 622px;
}
@media only screen and (min-width: 1024px) {
	.brand-story-intro-component {
		min-height: calc(100vh - 70px);
		padding-top: 60px;
	}
}
@media only screen and (max-width: 1023.98px) {
	.brand-story-intro-component .image-wrapper {
		padding-left: 50px;
	}
}
@media only screen and (max-width: 767.98px) {
	.brand-story-intro-component {
		margin-top: -70px;
	}
	.brand-story-intro-component .row {
		flex-direction: column-reverse;
	}
	.brand-story-intro-component .image-wrapper {
		padding-left: 0;
	}
	.brand-story-intro-component .content-wrapper {
		padding-right: 17px;
		padding-top: 30px;
	}
	.brand-story-intro-component .field-image img {
		height: 85vh;
	}
	.brand-story-intro-component .field-intro-title,
	.brand-story-intro-component .field-intro-short-title {
		font-size: 28px;
	}
}

.bespoke-intro-component .row {
	align-items: center;
}
.bespoke-intro-component .content-wrapper {
	padding-bottom: 80px;
}
.bespoke-intro-component .image-wrapper {
	padding-left: 80px;
}
.bespoke-intro-component .text-red {
	color: #da291c;
}
.bespoke-intro-component .field-intro-title {
	font-size: 50px;
	line-height: 1.1;
	font-family: 'FreightDisp Pro', serif;
}
.bespoke-intro-component .field-intro-title [data-img] {
	cursor: pointer;
	display: inline;
	background-image: linear-gradient(black, black);
	background-position: 0% 92%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	transition: 0.3s all ease;
}
.bespoke-intro-component .field-intro-title [data-img].is-active {
	color: #da291c;
	background-image: linear-gradient(#da291c, #da291c);
}
.bespoke-intro-component .field-intro-short-title {
	color: #da291c;
}
.bespoke-intro-component .field-image {
	position: relative;
}
.bespoke-intro-component .field-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.3s all ease;
}
.bespoke-intro-component .field-image img[data-img='default'] {
	opacity: 1 !important;
}
.bespoke-intro-component .field-image img:not([data-img='default']) {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
}
@media only screen and (min-width: 1280px) {
	.bespoke-intro-component .content-wrapper {
		padding-right: 72px;
	}
}
@media only screen and (min-width: 1024px) {
	.bespoke-intro-component {
		padding-top: 60px;
		padding-bottom: 100px;
	}
}
@media only screen and (max-width: 1023.98px) {
	.bespoke-intro-component .image-wrapper {
		padding-left: 50px;
	}
}
@media only screen and (max-width: 767.98px) {
	.bespoke-intro-component {
		margin-top: -70px;
	}
	.bespoke-intro-component .row {
		flex-direction: column-reverse;
	}
	.bespoke-intro-component .image-wrapper {
		padding-left: 17px;
	}
	.bespoke-intro-component .content-wrapper {
		padding-right: 17px;
		padding-top: 30px;
	}
	.bespoke-intro-component .field-intro-title,
	.bespoke-intro-component .field-intro-short-title {
		font-size: 28px;
	}
}

.carousel {
	width: 100%;
	border: none;
	padding: 0;
}
.carousel .carousel-cell {
	width: 100%;
	text-align: left;
}

.full-width-image,
.full-carousel-wrapper .template-1 .image-wrapper,
.full-carousel-wrapper .template-3 .image-wrapper,
.full-carousel-wrapper .template-4 .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
.full-width-image img,
.full-carousel-wrapper .template-1 .image-wrapper img,
.full-carousel-wrapper .template-3 .image-wrapper img,
.full-carousel-wrapper .template-4 .image-wrapper img {
	height: 100vh;
}

.hide-field-image:after,
body:not(.edit-mode) .full-carousel-wrapper .template-2 .field-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	transform-origin: right;
}

body:not(.edit-mode) .full-carousel-wrapper#multi-template {
	min-height: 100vh;
	max-height: 100vh;
}
body:not(.edit-mode) .full-carousel-wrapper .carousel-cell {
	pointer-events: none;
}
body:not(.edit-mode) .full-carousel-wrapper .field-title,
body:not(.edit-mode) .full-carousel-wrapper .field-subtitle,
body:not(.edit-mode) .full-carousel-wrapper .field-description,
body:not(.edit-mode) .full-carousel-wrapper .cta-wrapper {
	opacity: 0;
	transform: translateY(30px);
	position: relative;
}
body:not(.edit-mode) .full-carousel-wrapper .template-2 .field-image {
	opacity: 0;
}
@media only screen and (min-width: 768px) {
	body:not(.edit-mode) .horizontal-carousel .carousel-cell .field-title,
	body:not(.edit-mode) .horizontal-carousel .carousel-cell .field-subtitle {
		opacity: 0;
		transform: translateY(30px);
		transition: 0.3s all ease;
	}
	body:not(.edit-mode) .horizontal-carousel .carousel-cell:hover {
		transform: scaleX(1.12);
		z-index: 2;
	}
	body:not(.edit-mode)
		.horizontal-carousel
		.carousel-cell:hover
		.content-wrapper {
		transform: scaleX(0.88);
	}
	body:not(.edit-mode) .horizontal-carousel .carousel-cell:hover:after {
		opacity: 1;
	}
	body:not(.edit-mode) .horizontal-carousel .carousel-cell:hover .field-title,
	body:not(.edit-mode)
		.horizontal-carousel
		.carousel-cell:hover
		.field-subtitle {
		opacity: 1;
		transform: none;
	}
	body:not(.edit-mode) .horizontal-carousel .carousel-cell:hover .field-title {
		transition-delay: 0.15s;
	}
	body:not(.edit-mode)
		.horizontal-carousel
		.carousel-cell:hover
		.field-subtitle {
		transition-delay: 0.25s;
	}
}

body.edit-mode .full-carousel-wrapper .scLooseFrameZone {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
body.edit-mode .full-carousel-wrapper .field-title,
body.edit-mode .full-carousel-wrapper .field-subtitle {
	font-size: 60px !important;
}

.full-carousel-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.full-carousel-wrapper#multi-template {
	margin-top: -70px;
}
.full-carousel-wrapper#multi-template .template-1 .content-wrapper {
	z-index: 1;
	position: relative;
}
.full-carousel-wrapper#multi-template .carousel-cell .component-content {
	min-height: 100vh;
}
.full-carousel-wrapper#single-template .field-description {
	font-size: 18px;
}
.full-carousel-wrapper#single-template .template-1 .field-description {
	padding-right: 20%;
}
.full-carousel-wrapper#single-template .carousel-cell .component-content {
	min-height: calc(100vh - 70px);
}
.full-carousel-wrapper#single-template .carousel-cell .field-image img {
	height: calc(100vh - 70px);
}
.full-carousel-wrapper.header-white .flickity-button path {
	fill: white;
}
.full-carousel-wrapper.header-white .slider-counter {
	color: white;
}
.full-carousel-wrapper.arrow-white .flickity-button path {
	fill: white;
}
.full-carousel-wrapper.arrow-white .slider-counter {
	color: white;
}
.full-carousel-wrapper.header-white-right .flickity-button.next path {
	fill: white;
}
.full-carousel-wrapper.header-white-left .flickity-button.previous path {
	fill: white;
}
.full-carousel-wrapper:hover .flickity-button {
	opacity: 1;
	pointer-events: auto;
}
.full-carousel-wrapper .field-description {
	font-size: 16px;
}
.full-carousel-wrapper .flickity-button {
	background: unset;
	opacity: 0;
	transition: 0.3s all ease;
	pointer-events: none;
}
.full-carousel-wrapper .flickity-button[disabled] {
	opacity: 0.25;
}
.full-carousel-wrapper .flickity-button:focus {
	outline: none;
	box-shadow: none;
}
.full-carousel-wrapper .flickity-button path {
	transition: 0.3s all ease;
}
.full-carousel-wrapper .flickity-prev-next-button.previous svg {
	transform: scaleX(-1);
}
.full-carousel-wrapper .flickity-prev-next-button.next path {
	transform: none;
}
.full-carousel-wrapper .image-wrapper {
	position: relative;
}
.full-carousel-wrapper .field-title,
.full-carousel-wrapper .field-subtitle {
	font-size: 120px;
	line-height: 87%;
	font-family: 'FreightDisp Pro', serif;
	margin-bottom: 50px;
}
.full-carousel-wrapper .field-subtitle:empty {
	display: none;
}
.full-carousel-wrapper .cta-wrapper {
	display: flex;
	margin-top: 8px;
}
.full-carousel-wrapper .cta-wrapper a {
	color: #da291c;
	text-decoration: underline;
	font-size: 18px;
	display: inline-block;
	font-family: 'interstateregular';
}
.full-carousel-wrapper .cta-wrapper a:not(:last-child) {
	margin-right: 100px;
}
.full-carousel-wrapper .carousel-cell {
	position: relative;
	background: white;
}
.full-carousel-wrapper .carousel-cell .component-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.full-carousel-wrapper .content-wrapper {
	position: relative;
	width: 100%;
	z-index: 1;
}
.full-carousel-wrapper .content-wrapper .red {
	color: #da291c;
}
.full-carousel-wrapper .field-image {
	overflow: hidden;
}
.full-carousel-wrapper .field-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.full-carousel-wrapper .slider-counter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 65px;
	pointer-events: none;
	z-index: 1;
	transition: 0.3s color ease;
}
.full-carousel-wrapper .template-1 {
	color: white;
}
.full-carousel-wrapper .template-1 .component-content {
	padding-top: 80px;
	padding-bottom: 70px;
	align-items: center;
}
.full-carousel-wrapper .template-1 .field-title {
	margin-bottom: 30px;
}
.full-carousel-wrapper .template-1 .cta-wrapper {
	margin-top: 20px;
}
.full-carousel-wrapper .template-1 .field-title,
.full-carousel-wrapper .template-1 .field-subtitle,
.full-carousel-wrapper .template-1 .field-description,
.full-carousel-wrapper .template-1 .cta-wrapper {
	width: 50%;
}
.full-carousel-wrapper .template-1 .field-title[data-position='right'],
.full-carousel-wrapper .template-1 .field-subtitle[data-position='right'],
.full-carousel-wrapper .template-1 .field-description[data-position='right'],
.full-carousel-wrapper .template-1 .cta-wrapper[data-position='right'] {
	margin-left: auto;
}
.full-carousel-wrapper .template-2 .component-content {
	padding-top: 80px;
	padding-bottom: 70px;
}
.full-carousel-wrapper .template-2 .field-image {
	position: relative;
}
.full-carousel-wrapper .template-2 .field-image img {
	width: 100%;
	height: 100%;
	max-height: 550px;
	object-fit: cover;
}
.full-carousel-wrapper .template-3 .component-content {
	padding-top: 80px;
	padding-bottom: 70px;
}
.full-carousel-wrapper .template-3 .field-title {
	font-size: 82px;
	width: 75%;
	line-height: 87%;
}
.full-carousel-wrapper .template-3 .field-description {
	width: 50%;
	font-size: 22px;
	font-family: 'interstateregular';
	border-bottom: 4px solid black;
	padding-bottom: 10px;
}
.full-carousel-wrapper .template-3 .field-description[data-position='right'] {
	width: 75%;
}
.full-carousel-wrapper .template-3 .cta-wrapper {
	width: 75%;
}
.full-carousel-wrapper .template-3 .cta-wrapper a {
	color: black;
	font-size: 22px;
	font-family: 'InterstateLight';
}
.full-carousel-wrapper .template-3 .field-title[data-position='right'],
.full-carousel-wrapper .template-3 .field-subtitle[data-position='right'],
.full-carousel-wrapper .template-3 .field-description[data-position='right'],
.full-carousel-wrapper .template-3 .cta-wrapper[data-position='right'] {
	margin-left: auto;
}
.full-carousel-wrapper .template-4 .component-content {
	padding-top: 80px;
	padding-bottom: 70px;
}
.full-carousel-wrapper .template-4 .content-wrapper {
	width: 100%;
}
.full-carousel-wrapper .template-4 .image-wrapper img {
	object-fit: contain;
}
.full-carousel-wrapper .template-4 .field-title {
	width: 40%;
}
.full-carousel-wrapper .template-4 .field-description {
	margin-top: 100px;
	width: 30%;
	font-size: 26px;
	line-height: 125%;
	font-family: 'FreightDisp Pro', serif;
}
.full-carousel-wrapper .template-4 .cta-wrapper,
.full-carousel-wrapper .template-4 .field-description {
	width: 25%;
}
.full-carousel-wrapper .template-4 .field-title[data-position='right'],
.full-carousel-wrapper .template-4 .field-description[data-position='right'],
.full-carousel-wrapper .template-4 .cta-wrapper[data-position='right'] {
	margin-left: auto;
}
.full-carousel-wrapper .template-5 .field-image {
	height: 100vh;
}
.full-carousel-wrapper .template-5 .field-title {
	margin-bottom: 0;
	font-family: 'interstateregular';
}
.full-carousel-wrapper .template-5 .field-title {
	font-size: 113px;
}
.full-carousel-wrapper .template-5 .field-subtitle {
	font-size: 120px;
}
.full-carousel-wrapper .template-5 .field-subtitle {
	font-family: 'FreightDisp Pro', serif;
}
.full-carousel-wrapper .carousel-cell.is-selected {
	pointer-events: auto !important;
}
.full-carousel-wrapper .carousel-cell.is-selected .field-title,
.full-carousel-wrapper .carousel-cell.is-selected .field-subtitle,
.full-carousel-wrapper .carousel-cell.is-selected .field-description,
.full-carousel-wrapper .carousel-cell.is-selected .cta-wrapper {
	opacity: 1;
	transform: none;
	transition: 0.3s opacity ease-out, 0.3s transform ease-out;
}
.full-carousel-wrapper .carousel-cell.is-selected .field-title {
	transition-delay: 0.3s;
}
.full-carousel-wrapper .carousel-cell.is-selected .field-subtitle {
	transition-delay: 0.3s;
}
.full-carousel-wrapper .carousel-cell.is-selected .field-description {
	transition-delay: 0.4s;
}
.full-carousel-wrapper .carousel-cell.is-selected .cta-wrapper {
	transition-delay: 0.5s;
}
.full-carousel-wrapper .carousel-cell.is-selected.template-2 .field-image {
	opacity: 1;
	transition: 0.3s all ease-out 0.3s;
}
.full-carousel-wrapper
	.carousel-cell.is-selected.template-2
	.field-image:after {
	transform: scaleX(0);
	transition: 0.3s all ease-out 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1366.98px) {
	.full-carousel-wrapper .field-title {
		font-size: 100px;
	}
	.full-carousel-wrapper .template-5 .field-title {
		font-size: 100px;
	}
	.full-carousel-wrapper .template-5 .field-subtitle {
		font-size: 113px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1199.98px) {
	.full-carousel-wrapper .field-title {
		font-size: 80px;
	}
	.full-carousel-wrapper#multi-template .template-1 .content-wrapper {
		margin-left: unset;
	}
	.full-carousel-wrapper#multi-template
		.template-1
		.content-wrapper
		> div:not(.field-title) {
		padding-left: 0;
	}
	.full-carousel-wrapper#multi-template .template-1 .component-content {
		justify-content: flex-start;
	}
	.full-carousel-wrapper#multi-template .template-1 .field-title,
	.full-carousel-wrapper#multi-template .template-1 .field-description,
	.full-carousel-wrapper#multi-template .template-1 .cta-wrapper {
		width: 75%;
	}
	.full-carousel-wrapper .field-title,
	.full-carousel-wrapper .field-subtitle {
		font-size: 90px;
	}
	.full-carousel-wrapper#multi-template
		.template-1
		.field-title[data-position='right'],
	.full-carousel-wrapper#multi-template
		.template-1
		.field-description[data-position='right'],
	.full-carousel-wrapper#multi-template
		.template-1
		.cta-wrapper[data-position='right'] {
		border-left: none;
	}
}
@media only screen and (max-width: 1023.98px) {
	.full-carousel-wrapper .template-3 .field-title {
		width: 100%;
	}
	.full-carousel-wrapper .template-4 .field-title {
		width: 50%;
	}
	.full-carousel-wrapper .template-4 .field-description,
	.full-carousel-wrapper .template-4 .cta-wrapper {
		width: 35%;
	}
	.full-carousel-wrapper .template-5 .component-content {
		align-items: unset;
	}
	.full-carousel-wrapper .template-5 .field-image {
		height: 35vh;
	}
	.full-carousel-wrapper .template-5 .image-wrapper {
		width: 100%;
		order: -1;
	}
	.full-carousel-wrapper .template-5 .content-wrapper {
		width: 100%;
	}
	.full-carousel-wrapper .field-title,
	.full-carousel-wrapper .field-subtitle {
		font-size: 90px;
	}
	.full-carousel-wrapper .slider-counter {
		padding-bottom: 35px;
	}
}
@media only screen and (min-width: 768px) {
	.full-carousel-wrapper .template-2 .field-title,
	.full-carousel-wrapper .template-2 .field-subtitle,
	.full-carousel-wrapper .template-2 .field-description,
	.full-carousel-wrapper .template-2 .cta-wrapper {
		width: 50%;
	}
	.full-carousel-wrapper .template-2 .field-title[data-position='right'],
	.full-carousel-wrapper .template-2 .field-subtitle[data-position='right'],
	.full-carousel-wrapper .template-2 .field-description[data-position='right'],
	.full-carousel-wrapper .template-2 .cta-wrapper[data-position='right'] {
		margin-left: auto;
		padding-left: 50px;
	}
	.full-carousel-wrapper .template-2 .field-title[data-position='left'] {
		width: 60%;
	}
	.full-carousel-wrapper .template-2 .field-description[data-position='left'] {
		padding-right: calc(10% + 50px);
	}
	.full-carousel-wrapper .template-2 .image-wrapper {
		width: 50%;
		position: absolute;
	}
	.full-carousel-wrapper .template-2 .image-wrapper[data-position='left'] {
		padding-left: 50px !important;
		left: 0;
	}
	.full-carousel-wrapper .template-2 .image-wrapper[data-position='right'] {
		right: 0;
		padding-right: 50px !important;
	}
	.full-carousel-wrapper
		.template-2
		.image-wrapper[data-position='right']
		.field-image {
		width: 120%;
		left: -20%;
	}
}
@media only screen and (min-width: 1024px) {
	.full-carousel-wrapper#multi-template
		.template-1
		.content-wrapper
		> div:not(.field-title) {
		padding-left: 100px;
	}
	.full-carousel-wrapper .template-2 .image-wrapper[data-position='left'] {
		padding-left: 80px !important;
	}
	.full-carousel-wrapper .template-2 .image-wrapper[data-position='right'] {
		padding-right: 80px !important;
	}
	.full-carousel-wrapper .template-4 .field-title {
		margin-top: 40px;
	}
	.full-carousel-wrapper .template-4 .field-image img {
		transform: translateX(-120px);
	}
	.full-carousel-wrapper .template-5 .image-wrapper {
		width: 50%;
		top: 0;
		bottom: 0;
		position: absolute;
	}
	.full-carousel-wrapper .template-5 .image-wrapper[data-position='left'] {
		left: 0;
	}
	.full-carousel-wrapper .template-5 .image-wrapper[data-position='right'] {
		right: 0;
	}
	.full-carousel-wrapper .template-5 .field-title,
	.full-carousel-wrapper .template-5 .field-subtitle,
	.full-carousel-wrapper .template-5 .field-description,
	.full-carousel-wrapper .template-5 .cta-wrapper {
		width: 50%;
	}
	.full-carousel-wrapper .template-5 .field-title[data-position='left'],
	.full-carousel-wrapper .template-5 .field-subtitle[data-position='left'],
	.full-carousel-wrapper .template-5 .field-description[data-position='left'],
	.full-carousel-wrapper .template-5 .cta-wrapper[data-position='left'] {
		padding-right: 80px;
	}
	.full-carousel-wrapper .template-5 .field-title[data-position='right'],
	.full-carousel-wrapper .template-5 .field-subtitle[data-position='right'],
	.full-carousel-wrapper .template-5 .field-description[data-position='right'],
	.full-carousel-wrapper .template-5 .cta-wrapper[data-position='right'] {
		padding-left: 80px;
		margin-left: auto;
	}
}
@media only screen and (max-width: 767.98px) {
	.full-carousel-wrapper {
		margin-top: -52px;
		overflow: unset;
		max-height: unset;
	}
	.full-carousel-wrapper .flickity-button {
		display: none;
	}
	.full-carousel-wrapper .field-title {
		font-size: 72px;
		margin-bottom: 30px;
	}
	.full-carousel-wrapper .cta-wrapper {
		margin-top: 30px;
	}
	.full-carousel-wrapper .cta-wrapper a {
		font-size: 16px !important;
		width: 100%;
	}
	.full-carousel-wrapper .field-description {
		font-size: 16px !important;
	}
	.full-carousel-wrapper .field-description span {
		font-size: 16px !important;
	}
	.full-carousel-wrapper .slider-counter {
		display: none;
	}
	.full-carousel-wrapper#multi-template .template-1 .field-title {
		/*top: -125px;
        margin-top: 250px;*/
		top: 0 !important;
		margin-top: 30px;
	}
	.full-carousel-wrapper#multi-template .template-1 .cta-wrapper {
		/*margin-top: 60px;*/
		margin-top: 35px;
		justify-content: center;
	}
	.full-carousel-wrapper#multi-template
		.carousel-cell.is-selected.template-1
		.field-description,
	.full-carousel-wrapper#multi-template
		.carousel-cell.is-selected.template-1
		.cta-wrapper {
		opacity: 1 !important;
		/*opacity: 0;*/
		transition: 0.3s transform ease-out;
	}
	.full-carousel-wrapper#single-template .carousel-cell .component-content {
		min-height: 100vh;
	}
	.full-carousel-wrapper#single-template .carousel-cell .field-image img {
		height: 100vh;
	}
	.full-carousel-wrapper#single-template .template-1 .component-content {
		align-items: flex-end;
	}
	.full-carousel-wrapper#single-template .template-1 .field-description {
		padding-right: 0;
	}
	.full-carousel-wrapper .template-1 {
		background-color: #fff;
	}
	.full-carousel-wrapper .template-1 .component-content {
		padding-bottom: 35px;
	}
	.full-carousel-wrapper .template-1 .content-wrapper {
		width: 100%;
	}
	.full-carousel-wrapper .template-1 .field-title,
	.full-carousel-wrapper .template-1 .field-description,
	.full-carousel-wrapper .template-1 .cta-wrapper {
		width: 100%;
	}
	.full-carousel-wrapper .template-1 .field-image img {
		object-position: left;
	}
	.full-carousel-wrapper .template-2 .component-content {
		padding-bottom: 35px;
		padding-top: 0;
	}
	.full-carousel-wrapper .template-2 .content-wrapper {
		width: 100%;
	}
	.full-carousel-wrapper .template-2 .image-wrapper {
		top: 255px;
		width: 100%;
		order: -1;
	}
	.full-carousel-wrapper .template-2 .field-description {
		padding-right: 0;
	}
	.full-carousel-wrapper .template-2 .field-title {
		/*margin-top: -35px;
        top: -300px;*/
		top: 0 !important;
		margin-top: 0;
	}
	.full-carousel-wrapper .template-2 .field-image {
		width: 100%;
		left: 0;
		height: 433px;
	}
	.full-carousel-wrapper .template-2 .field-image img {
		max-height: unset;
	}
	.full-carousel-wrapper .template-2 .cta-wrapper {
		margin-top: 30px;
		justify-content: center;
	}
	.full-carousel-wrapper .template-3 .component-content {
		padding-bottom: 50px;
	}
	.full-carousel-wrapper .template-3 .field-title {
		font-size: 50px;
		width: 100%;
		margin-bottom: 80px;
	}
	.full-carousel-wrapper .template-3 .field-description {
		width: 100%;
	}
	.full-carousel-wrapper .cta-wrapper {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.full-carousel-wrapper .cta-wrapper a {
		font-size: 14px;
	}
	.full-carousel-wrapper .cta-wrapper a:not(:last-child) {
		margin-right: 0;
	}
	.full-carousel-wrapper .template-4 .component-content {
		padding-bottom: 50px;
	}
	.full-carousel-wrapper .template-4 .field-title,
	.full-carousel-wrapper .template-4 .field-description,
	.full-carousel-wrapper .template-4 .cta-wrapper {
		width: 100%;
		flex: 0 0 100%;
	}
	.full-carousel-wrapper .template-4 .field-description {
		margin-top: 250px;
		font-size: 26px;
	}
	.full-carousel-wrapper .template-4 .cta-wrapper {
		margin-top: 20px;
	}
	.full-carousel-wrapper .template-4 .field-image img {
		transform: scale(2) translateY(20px);
	}
	.full-carousel-wrapper .template-5 .field-title {
		font-size: 50px;
	}
	.full-carousel-wrapper .template-5 .field-subtitle {
		font-size: 50px;
	}
	.full-carousel-wrapper .template-5 .field-subtitle {
		margin-bottom: 30px;
	}
	.full-carousel-wrapper .template-5 .field-image {
		height: 50vh;
	}
	.full-carousel-wrapper .template-5 .cta-wrapper {
		margin-top: 8px;
	}
	.full-carousel-wrapper .field-title,
	.full-carousel-wrapper .field-subtitle {
		font-size: 55px;
	}
	.full-carousel-wrapper#multi-template
		.carousel-cell.is-selected.template-1
		.cta-wrapper {
		flex-wrap: wrap;
	}
	.full-carousel-wrapper#multi-template
		.carousel-cell.is-selected.template-1
		.cta-wrapper
		a {
		display: inline-block;
		width: 100%;
	}
	.full-carousel-wrapper#multi-template
		.carousel-cell.is-selected.template-1
		.cta-wrapper
		a {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.full-carousel-wrapper
		.carousel-cell.is-selected.template-2
		.field-description,
	.full-carousel-wrapper .carousel-cell.is-selected.template-2 .cta-wrapper {
		opacity: 1;
		transition: 0.3s transform ease-out;
	}
	.full-carousel-wrapper .field-image {
		transform: translate(0) !important;
	}
}

.horizontal-carousel .carousel-cell {
	display: block;
	width: 406px;
	height: 686px;
	position: relative;
	flex: unset !important;
	transition: 0.3s transform ease;
	transform-origin: center;
}
.horizontal-carousel .carousel-cell:first-child {
	transform-origin: left;
}
.horizontal-carousel .carousel-cell:last-child {
	transform-origin: right;
}
.horizontal-carousel .carousel-cell:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: 0.3s all ease;
	opacity: 0;
	pointer-events: none;
}
.horizontal-carousel .carousel-cell .component-content {
	position: relative;
}
.horizontal-carousel .carousel-cell .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.horizontal-carousel .carousel-cell .image-wrapper img {
	width: 100%;
	height: 686px;
	display: block;
	object-fit: cover;
}
.horizontal-carousel .carousel-cell .content-wrapper {
	position: relative;
	z-index: 1;
	color: white;
	padding: 75px 20px;
	transition: 0.3s transform ease;
	transform-origin: center;
}
.horizontal-carousel .carousel-cell .field-title {
	font-size: 70px;
	font-family: 'FreightDisp Pro', serif;
	margin-bottom: 20px;
	line-height: 1;
}
.horizontal-carousel .carousel-cell .field-subtitle {
	font-family: 'interstateregular';
}

.horizontal-carousel .carousel-cell .field-subtitle:before {
	content: '';
	display: block;
	width: 38px;
	height: 2px;
	background: white;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
	.horizontal-carousel .carousel-cell {
		width: 100%;
		height: 168px;
	}
	.horizontal-carousel .carousel-cell .image-wrapper img {
		height: 168px;
	}
	.horizontal-carousel .carousel-cell .content-wrapper {
		padding: 20px 17px;
	}
	.horizontal-carousel .carousel-cell .field-title {
		font-size: 43px;
		font-weight: 400;
	}
	.horizontal-carousel .carousel-cell .field-subtitle {
		display: none;
	}
}

.accordion-items.template-2 {
	margin-bottom: 25px;
}

.accordion-items.template-2 .accordion-item-wrapper {
	border-bottom: 1px solid black;
	position: relative;
}
.accordion-items.template-2 .accordion-item-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	transition: 0.3s all ease;
	transform-origin: bottom;
	transform: scaleY(0);
	background-color: black;
}
.accordion-items.template-2 .accordion-item-wrapper:hover:before {
	transform: none;
}
.accordion-items.template-2 .accordion-item {
	border-bottom: none;
}
.accordion-items.template-2 .accordion-item:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	transition: 0.3s all ease;
	transform-origin: bottom;
	transform: scaleY(0);
	background-color: black;
}
.accordion-items.template-2 .accordion-item:hover {
	color: #da291c;
}
.accordion-items.template-2 .accordion-item.is-active:before {
	transform: scaleY(0);
}
.accordion-items.template-2
	.accordion-item.is-active
	+ .accordion-sub-items
	.field-content:before {
	transform: none;
}

.accordion-item {
	display: block;
	font-size: 30px;
	line-height: 37px;
	padding: 15px 0;
	border-bottom: 1px solid black;
	font-family: 'FreightDisp Pro', serif;
	position: relative;
	cursor: pointer;
	transition: 0.3s all ease;
}
.accordion-item:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 40px;
}
.accordion-item:hover {
	color: #da291c;
}
.accordion-item.is-active {
	color: #da291c;
}
.accordion-item.is-active:after {
	content: '-';
}
.accordion-item.is-active + .accordion-sub-items > li,
.accordion-item.is-active + .accordion-sub-items > .field-content {
	opacity: 1;
	transform: none;
}
.accordion-item.is-active + .accordion-sub-items > .field-content {
	transition-delay: 0.3s;
}
@media only screen and (max-width: 767.98px) {
	.accordion-item {
		font-size: 28px;
	}
	.full-carousel-wrapper .content-wrapper {
		padding: 0 17px;
	}
	.full-carousel-wrapper .template-2 .content-wrapper {
		width: 100%;
		position: absolute;
	}
	.full-carousel-wrapper .template-2 .image-wrapper {
		top: 0 !important;
	}
	.full-carousel-wrapper .carousel-cell.is-selected.template-2 .field-image {
		opacity: 1 !important;
		height: 100vh;
	}
}

.big-links {
	border-top: 1px solid black;
}

.big-link {
	display: block;
	font-size: 30px;
	line-height: 37px;
	padding: 15px 0;
	border-bottom: 1px solid black;
	font-family: 'FreightDisp Pro', serif;
	position: relative;
	cursor: pointer;
	transition: 0.3s all ease;
}
.big-link:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	transition: 0.3s all ease;
	transform-origin: bottom;
	transform: scaleY(0);
	background-color: black;
}
.big-link:hover {
	color: #da291c;
}
.big-link:hover:before {
	transform: none;
}
@media only screen and (max-width: 767.98px) {
	.big-link {
		font-size: 28px;
	}
}

.accordion-sub-items {
	height: 0;
	overflow: hidden;
}
.accordion-sub-items > li,
.accordion-sub-items .field-content {
	opacity: 0;
	transform: translateY(15px);
	transition: 0.3s all ease;
}
.accordion-sub-items > li:nth-child(1),
.accordion-sub-items .field-content:nth-child(1) {
	transition-delay: 0.075s;
}
.accordion-sub-items > li:nth-child(2),
.accordion-sub-items .field-content:nth-child(2) {
	transition-delay: 0.15s;
}
.accordion-sub-items > li:nth-child(3),
.accordion-sub-items .field-content:nth-child(3) {
	transition-delay: 0.225s;
}
.accordion-sub-items > li:nth-child(4),
.accordion-sub-items .field-content:nth-child(4) {
	transition-delay: 0.3s;
}
.accordion-sub-items > li:nth-child(5),
.accordion-sub-items .field-content:nth-child(5) {
	transition-delay: 0.375s;
}
.accordion-sub-items > li:nth-child(6),
.accordion-sub-items .field-content:nth-child(6) {
	transition-delay: 0.45s;
}
.accordion-sub-items > li:nth-child(7),
.accordion-sub-items .field-content:nth-child(7) {
	transition-delay: 0.525s;
}
.accordion-sub-items > li:nth-child(8),
.accordion-sub-items .field-content:nth-child(8) {
	transition-delay: 0.6s;
}
.accordion-sub-items .field-content {
	padding-bottom: 25px;
	position: relative;
}
.accordion-sub-items .field-content:before {
	content: '';
	position: absolute;
	left: -17px;
	right: -17px;
	bottom: -1px;
	height: 3px;
	transition: 0.3s all ease;
	transform-origin: bottom;
	transform: scaleY(0);
	background-color: black;
}
@media only screen and (max-width: 767.98px) {
	.accordion-sub-items {
		padding-left: 17px;
		padding-right: 17px;
	}
}

.accordion-sub-item-wrapper {
	display: inline-flex;
	width: 100%;
	border-bottom: 1px solid black;
}

.accordion-item-counter:not(:empty) {
	color: #da291c;
	font-size: 28px;
	font-weight: 400;
	min-width: 17px;
	margin-right: 30px;
	line-height: 67px;
	float: left;
	font-family: 'interstateregular';
}
.accordion-item-counter:empty {
	display: none;
}
@media only screen and (max-width: 767.98px) {
	.accordion-item-counter {
		margin-left: 17px;
	}
}

.accordion-sub-item-counter:not(:empty) {
	color: #da291c;
	font-size: 24px;
	font-weight: 400;
	min-width: 16px;
	margin-right: 50px;
	line-height: 57px;
}
.accordion-sub-item-counter:empty {
	display: none;
}

.accordion-sub-item {
	width: 100%;
	font-family: 'FreightDisp Pro', serif;
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.25;
	padding: 15px 0;
}

.sub-item-small .accordion-sub-item {
	font-size: 18px;
	line-height: 1.25;
	padding: 15px 0;
}

a.accordion-sub-item {
	cursor: pointer;
	transition: 0.3s all ease;
}
a.accordion-sub-item:before {
	content: '';
	position: absolute;
	left: -100px;
	bottom: -1px;
	right: -100px;
	height: 3px;
	transition: 0.3s all ease;
	transform-origin: bottom;
	transform: scaleY(0);
	background-color: black;
}
a.accordion-sub-item:hover {
	color: #da291c;
}
a.accordion-sub-item:hover:before {
	transform: none;
}

.image-accordion.accordion-is-open .description-wrapper {
	padding: 0;
}
.image-accordion.accordion-is-open .field-title {
	border-color: white;
}
.image-accordion > .component-content > .row {
	align-items: flex-start;
	justify-content: space-between;
}
.image-accordion .back-link {
	margin-bottom: 10px;
}
.image-accordion.is-fixed {
	margin-top: -80px;
}
.image-accordion .image-wrapper {
	position: relative;
}
.image-accordion .image-wrapper .field-title {
	border-bottom: none;
	color: white;
}
.image-accordion .image-wrapper .title-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.image-accordion .image-wrapper .field-image {
	width: 100%;
	height: 100vh;
}
.image-accordion .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s all ease;
	display: block;
}
.image-accordion .image-wrapper img[data-img='default'] {
	opacity: 1 !important;
}
.image-accordion .image-wrapper img:not([data-img='default']) {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.image-accordion .content-wrapper {
	background: white;
	padding-top: 200px;
	padding-bottom: 100px;
}
.image-accordion .field-title {
	font-size: 74px;
	line-height: 62px;
	font-weight: 400;
	font-family: 'FreightDisp Pro', serif;
	padding-bottom: 25px;
	transition: 0.3s border-color ease;
	width: 100%;
}
.image-accordion .description-wrapper {
	overflow: hidden;
	transition: 0.3s padding ease;
}
.image-accordion .field-description {
	padding-top: 25px;
	border-top: 1px solid black;
}
.image-accordion .field-description:empty {
	display: none;
}
.image-accordion .field-description:empty + div:empty {
	display: none;
}
.image-accordion .field-description:last-child {
	padding-bottom: 40px;
}
.image-accordion .field-description > *:not(:last-child) {
	margin-bottom: 20px;
}
.image-accordion .field-description p {
	font-size: 17px;
}
.image-accordion .field-description h6 {
	font-size: 14px;
}
.image-accordion .field-subtitle {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	color: #da291c;
	margin-top: 25px;
	padding-bottom: 40px;
	font-family: 'interstateregular';
}
.image-accordion .field-subtitle:empty {
	margin-top: 0;
}
.image-accordion .field-subtitle:empty:before {
	display: none;
}
.image-accordion .accordion-items {
	border-top: 1px solid black;
}
@media only screen and (max-width: 767.98px) {
	.image-accordion.accordion-is-open .image-wrapper .field-image {
		height: 350px !important;
	}
	.image-accordion.accordion-is-open .description-wrapper {
		display: none;
	}
	.image-accordion.accordion-is-open.is-fixed .content-wrapper {
		margin-top: 350px;
	}
	.image-accordion .accordion-items {
		margin: 0 -17px;
	}
	.image-accordion .accordion-item {
		padding: 15px 35px 15px 17px;
	}
	.image-accordion .accordion-sub-item-wrapper {
		padding: 0 17px;
	}
	.image-accordion .accordion-item:after {
		right: 17px;
	}
	.image-accordion.is-fixed {
		margin-top: -57px;
	}
	.image-accordion.is-fixed .content-wrapper {
		margin-top: 100vh;
		/*padding-bottom: 0;*/
	}
	.image-accordion.is-fixed .image-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	.image-accordion:not(.is-fixed) .image-wrapper {
		order: -1;
		margin-bottom: 35px;
	}
	.image-accordion:not(.is-fixed) .image-wrapper .field-image {
		height: 392px !important;
	}
	.image-accordion .field-description {
		border: none;
	}
	.image-accordion .content-wrapper {
		padding-top: 0;
		padding-bottom: 25px;
	}
	.image-accordion .content-wrapper .title-wrapper {
		display: none;
	}
	.image-accordion .field-title {
		font-size: 56px;
	}
	.image-accordion.accordion-is-open .description-wrapper {
		padding-top: 25px;
	}
	.image-accordion .field-description p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 768px) {
	.image-accordion .image-wrapper .title-wrapper {
		display: none;
	}
	.image-accordion .image-wrapper {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
	}
}

#image-accordion-bespoke-process .content-wrapper {
	padding-bottom: 0;
}
#image-accordion-bespoke-process .field-description {
	border-top: none;
	padding-top: 0;
}
#image-accordion-bespoke-process .field-description p {
	font-size: 18px;
}
#image-accordion-bespoke-process .field-description:last-child {
	padding-bottom: 60px;
}
#image-accordion-bespoke-process .field-content {
	padding-left: 47px;
}
@media only screen and (min-width: 768px) {
	#image-accordion-bespoke-process .field-title {
		font-size: 92px;
		line-height: 90px;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) {
	#image-accordion-bespoke-solutions .field-title {
		font-size: 54px;
		line-height: 1;
		padding-bottom: 35px;
	}
	#image-accordion-bespoke-solutions .accordion-item {
		font-size: 39px;
		line-height: 49px;
	}
}
@media only screen and (max-width: 767.98px) {
	#image-accordion-bespoke-solutions {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 768px) {
	#image-accordion-partnerships .field-description {
		border-top: none;
		font-size: 18px;
	}
}

.fancybox-container .fancybox-bg {
	background: black;
}
.fancybox-container.fancybox-is-open .fancybox-bg {
	opacity: 1;
}
.fancybox-container .fancybox-caption {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	text-align: left;
	font-weight: 300;
	font-size: 15px;
}
.fancybox-container .fancybox-caption .collection {
	font-weight: 300;
}
.fancybox-container .fancybox-caption .product-name {
	margin-left: 5px;
}
.fancybox-container .fancybox-caption .sku {
	color: #da291c;
	letter-spacing: 2px;
	margin-left: 5px;
}

#gallery-wrapper {
	overflow: hidden;
	padding-bottom: 100px;
}
#gallery-wrapper > .component-content {
	margin-top: 35px;
}

body:not(.edit-mode) .uf-gallery [data-type='video'] {
	display: none;
}

.uf-gallery {
	padding-bottom: 100px;
}
.uf-gallery > .component-content {
	margin-top: 35px;
}
.uf-gallery .items {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 25px) !important;
	margin: 0 -12.5px;
	flex: unset;
}
.uf-gallery .item {
	max-width: 50%;
	width: 50%;
}
.uf-gallery .item a {
	display: block;
	height: 100%;
	position: relative;
	padding-left: 12.5px;
	padding-right: 12.5px;
	padding-bottom: 25px;
}
.uf-gallery .item img {
	display: block;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 1023.98px) {
	.uf-gallery .item a {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 16px;
	}
}
@media only screen and (max-width: 767.98px) {
	/*.uf-gallery .items {
      width: calc(100% + 50px) !important;
      margin: 0 -25px; }*/
	.uf-gallery .item a {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
}

#gallery-nav-wrapper {
	transition: 0.3s all ease;
	position: fixed;
	background-color: white;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
}
#gallery-nav-wrapper > .row {
	justify-content: space-between;
	align-items: center;
}
#gallery-nav-wrapper .field-title {
	font-size: 26px;
	font-weight: 400;
}
#gallery-nav-wrapper #gallery-nav {
	display: flex;
	font-family: 'FreightDisp Pro', serif;
	font-size: 26px;
	justify-content: flex-end;
}
#gallery-nav-wrapper #gallery-nav > div {
	transition: 0.3s all ease;
	cursor: pointer;
}
#gallery-nav-wrapper #gallery-nav .divider {
	margin: 0 4px;
}
#gallery-nav-wrapper #gallery-nav .is-active {
	color: #da291c;
}

.w-bar:before,
.page-intro-component .field-pageintrosubtitle:before {
	content: '';
	width: 50px;
	height: 5px;
	background: #da291c;
	display: block;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
	.w-bar:before,
	.page-intro-component .field-pageintrosubtitle:before {
		content: '';
		width: 20px;
		height: 2px;
		background: #da291c;
		display: block;
		margin-bottom: 10px;
	}
}

.w-bar-sm:before,
.column-content .field-subtitle:before,
.image-accordion .field-subtitle:before {
	content: '';
	width: 20px;
	height: 2px;
	background: #da291c;
	display: block;
	margin-bottom: 10px;
}

.story-card-component {
	padding-bottom: 239px;
}
@media only screen and (max-width: 767.98px) {
	.story-card-component {
		padding-bottom: 135px;
	}
}
@media only screen and (min-width: 768px) {
	.story-card-component.story-right .row {
		flex-direction: row-reverse;
	}
}
.story-card-component.content-bottom .column-splitter {
	align-items: flex-end;
}
.story-card-component .field-image {
	width: 100%;
}
.story-card-component .field-image img {
	object-fit: cover;
	width: 100%;
	display: block;
	height: auto;
}
.story-card-component .field-cardtitle {
	font-size: 92px;
	font-family: 'FreightDisp Pro', serif;
	letter-spacing: 1%;
	margin-bottom: 60px;
	line-height: 1;
}
.story-card-component .field-carddescription {
	font-size: 18px;
}
.story-card-component .field-targeturl {
	margin-top: 30px;
}
.story-card-component .field-targeturl a {
	display: inline-block;
	color: #da291c;
	font-size: 18px;
	text-decoration: underline;
	font-family: 'interstateregular';
}
.story-card-component > .component-content > .row > div:last-child {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
	.story-card-component .field-cardtitle {
		padding-top: 40px;
		font-size: 65px;
		line-height: 1;
		margin-bottom: 40px;
	}
	.story-card-component .field-cardlink {
		margin-top: 20px;
	}
}

.press-card .field-title {
	font-size: 92px;
	line-height: 1;
	font-family: 'FreightDisp Pro', serif;
}
.press-card .page-list .items {
	border-bottom: 1px solid #000;
}
.press-card .page-list .items .item {
	padding: 25px 0 0px;
	border-top: 1px solid black;
}
.press-card .page-list .items .field-newsdate {
	color: #da291c;
}
.press-card .page-list .items .field-newsdate,
.press-card .page-list .items .field-publishername {
	font-size: 20px;
	font-family: 'interstateregular';
}
.press-card .page-list .items .field-newsheadline {
	font-size: 40px;
	line-height: 1.25;
	margin-top: 12px;
	font-family: 'FreightDisp Pro', serif;
	margin-bottom: 32px;
}
.press-card .field-link a {
	text-decoration: underline;
}
.press-card-list .button-wrapper {
	padding: 30px 0;
}
.press-card-list .button-wrapper a {
	padding: 4px 15px 6px;
	text-align: center;
	line-height: 1.5;
	border: 1px solid black;
	font-size: 17px;
	transition: 0.3s all ease;
	cursor: pointer;
	text-decoration: none;
}
.press-card-list .button-wrapper a:hover {
	background: #000;
	color: #fff;
}
@media only screen and (max-width: 767.98px) {
	.press-card .field-title {
		font-size: 65px;
	}
	.press-card .page-list .items {
		margin-top: 40px;
	}
	.press-card .page-list .items .field-newsdate,
	.press-card .page-list .items .field-publishername {
		font-size: 16px;
	}
	.press-card .page-list .items .field-newsheadline {
		font-size: 28px;
	}
}

#uf-overlay {
	background: #da291c;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 50;
	display: flex;
	justify-content: center;
	align-items: center;
}
#uf-overlay img {
	width: 100px;
	display: block;
}

.select2-dropdown {
	border-color: black;
	border-radius: 0;
}

.select2-search--dropdown {
	padding: 10px;
}
.select2-search--dropdown .select2-search__field {
	padding: 10px;
	transition: 0.3s all ease;
}
.select2-search--dropdown .select2-search__field:focus {
	border-color: black;
}

.select2-results__option {
	padding: 10px;
}

#cart.form-component .request-message {
	padding: 10px 15px;
	margin-bottom: 20px;
	color: white;
	font-size: 18px;
}
#cart.form-component .request-message.success {
	background: #2ecc71;
}
#cart.form-component .request-message.error {
	background: #e74c3c;
}
#cart.form-component .request-message:empty {
	display: none !important;
}
#cart.form-component > .component-content > .row > div {
	width: 100%;
}
#cart.form-component > .component-content > .row > div:not(:last-child) {
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
#cart.form-component .cols-2 {
	display: grid;
	grid-gap: 40px;
}
#cart.form-component .group-label {
	font-size: 22px;
	font-family: 'FreightDisp Pro', serif;
	margin-bottom: 20px;
}
#cart.form-component .input-group {
	display: flex;
	flex-wrap: wrap;
}
#cart.form-component .button {
	width: calc(50% - 20px);
	display: inline-block;
	margin-top: 20px;
}
#cart.form-component .select-wrapper {
	width: 50%;
	padding-right: 20px;
	position: relative;
}
#cart.form-component .select-wrapper:before {
	right: 20px;
}
#cart.form-component .select2-container.select2-container--default {
	width: 100% !important;
}
#cart.form-component
	.select2-container.select2-container--default
	.select2-selection--single {
	border: none;
	border-bottom: 1px solid black;
	border-radius: 0;
	height: 52px;
}
#cart.form-component
	.select2-container.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 52px;
	color: black;
	padding: 0;
	font-family: 'FreightDisp Pro', serif;
	font-size: 25px;
}
#cart.form-component
	.select2-container.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 52px;
	right: 0;
	top: 0;
}
#cart.form-component
	.select2-container.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	display: none;
}
#cart.form-component
	.select2-container.select2-container--default
	.select2-selection--single
	.select2-selection__arrow:before {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 40px;
	font-family: 'FreightDisp Pro', serif;
	line-height: 45px;
}
#cart.form-component
	input:not([type='checkbox']):not([type='radio']):not([type='submit']),
#cart.form-component select,
#cart.form-component textarea {
	padding-right: 30px;
}
#cart.form-component
	input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
#cart.form-component select:focus,
#cart.form-component textarea:focus {
	border-color: black;
}
#cart.form-component .quantity-wrapper {
	width: calc(50% - 106px);
	padding-right: 20px;
	position: relative;
}
#cart.form-component .quantity-wrapper > p {
	display: none;
	color: #da291c;
	font-size: 14px;
}
#cart.form-component .counter {
	display: flex;
}
#cart.form-component .counter span {
	display: block;
	border: 1px solid black;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	font-weight: 100;
	font-family: 'FreightDisp Pro', serif;
	transition: 0.3s all ease;
}
#cart.form-component .counter span:first-child {
	border-right: none;
}
#cart.form-component .counter span:hover {
	background: black;
	color: white;
	cursor: pointer;
}
#cart.form-component .message-box {
	margin-top: 15px;
	color: #da291c;
}
@media only screen and (min-width: 1024px) {
	#cart.form-component .cols-2 {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (min-width: 768px) {
	#cart.form-component {
		padding-top: 116px;
	}
	#cart.form-component .quantity-wrapper > p {
		position: absolute;
		top: 0;
		transform: translateY(-100%);
		left: 0;
	}
}
@media only screen and (max-width: 767.98px) {
	#cart.form-component .select-wrapper {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	#cart.form-component .select-wrapper:before {
		right: 0;
	}
	#cart.form-component .quantity-wrapper {
		width: calc(100% - 106px);
	}
	#cart.form-component .quantity-wrapper > p {
		margin-top: 5px;
	}
}

#cart-products {
	width: 100%;
	padding-top: 0;
	padding-bottom: 100px;
}
#cart-products .title {
	margin-bottom: 30px;
	font-size: 26px;
}
@media only screen and (max-width: 767.98px) {
	#cart-products {
		padding-bottom: 40px;
	}
	#cart-products .title {
		font-size: 22px;
	}
}

.cart-table {
	width: 100%;
	border-collapse: collapse;
}
.cart-table thead th {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 1.1;
	font-family: 'interstateregular';
}
.cart-table thead th:last-child {
	text-align: right;
}
.cart-table tbody tr {
	border-top: 1px solid black;
}
.cart-table tbody td {
	line-height: 1.1;
	padding: 15px 0;
	font-size: 16px;
}
.cart-table tbody td.item-quantity {
	font-family: 'interstateregular';
}
.cart-table tbody td:last-child {
	text-align: right;
	font-family: 'interstateregular';
}
.cart-table .item-detail {
	display: flex;
	align-items: center;
}
.cart-table .item-detail img {
	width: 16px;
	height: 16px;
	object-fit: cover;
	margin-right: 25px;
}
.cart-table .item-sku {
	color: #da291c;
	letter-spacing: 2px;
}
.cart-table .item-quantity-wrapper {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.cart-table .item-quantity-wrapper .item-quantity {
	min-width: 30px;
	margin-right: 15px;
	border-right: 1px solid black;
}
.cart-table .item-quantity-controls {
	display: flex;
	align-items: center;
}
.cart-table .item-quantity-controls .plus,
.cart-table .item-quantity-controls .minus {
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: white;
	cursor: pointer;
}
.cart-table .item-quantity-controls .plus:before,
.cart-table .item-quantity-controls .minus:before {
	content: '+';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(1.75);
	line-height: 16px;
	color: black;
	font-family: 'InterstateLight';
}
.cart-table .item-quantity-controls .remove {
	cursor: pointer;
}
.cart-table .item-quantity-controls .minus {
	margin: 0 5px;
}
.cart-table .item-quantity-controls .minus:before {
	content: '-';
}
.cart-table .quantity-message {
	margin-top: 8px;
	display: block;
	color: #da291c;
	display: none;
}
@media only screen and (min-width: 1024px) {
	.cart-table .quantity-message {
		white-space: nowrap;
	}
}
@media only screen and (min-width: 768px) {
	.cart-table .quantity-message {
		position: absolute;
		right: 0;
		margin-top: 0;
		padding-left: 15px;
		transform: translateX(100%);
	}
	.cart-table .item-detail + .item-sku {
		display: none;
	}
}
@media only screen and (max-width: 767.98px) {
	.cart-table thead th:nth-child(2),
	.cart-table tbody td:nth-child(2) {
		display: none;
	}
	.cart-table .item-detail img {
		width: 13px;
		height: 13px;
		margin-right: 13px;
	}
	.cart-table .item-detail + .item-sku {
		margin-top: 8px;
	}
	.cart-table .item-quantity-wrapper {
		display: block;
	}
	.cart-table .item-quantity-wrapper .item-quantity {
		margin-right: 0;
		border-right: none;
	}
	.cart-table .item-quantity-controls {
		margin-top: 5px;
	}
	.cart-table .item-quantity-controls .plus,
	.cart-table .item-quantity-controls .minus {
		border: 1px solid black;
	}
	.cart-table .item-quantity-controls .plus:before,
	.cart-table .item-quantity-controls .minus:before {
		line-height: 14px;
	}
	.cart-table .item-quantity-controls .remove {
		margin-left: 5px;
	}
}

.cart-checkout {
	margin-top: 50px;
	max-width: 389px;
	margin-left: auto;
	font-size: 16px;
	width: 100%;
	font-family: 'interstateregular';
}
.cart-checkout .label-detail {
	font-size: 12px;
	font-family: 'InterstateLight';
}
.cart-checkout .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cart-checkout .sub-total {
	padding-bottom: 20px;
	border-bottom: 1px solid black;
}
.cart-checkout .tax {
	padding: 10px 0;
}
.cart-checkout .delivery {
	padding-bottom: 20px;
}
.cart-checkout .total {
	padding-top: 10px;
	border-top: 1px solid black;
}
.cart-checkout .button-wrapper {
	margin-top: 25px;
}
@media only screen and (max-width: 1023.98px) {
	.cart-checkout {
		max-width: 50%;
	}
}
@media only screen and (max-width: 767.98px) {
	.cart-checkout {
		max-width: 100%;
	}
}

.press-list > .component-content {
	padding-top: 145px;
	padding-bottom: 100px;
}
.press-list .item:not(:last-child) {
	border-bottom: 1px solid black;
}
.press-list .item:not(:first-child) {
	padding-top: 50px;
}
.press-list .item .press-year {
	font-size: 48px;
	color: #da291c;
	line-height: 0.75;
	font-family: 'interstateregular';
}
.press-list .press-list-item .press-date {
	font-family: 'interstateregular';
}
.press-list .press-list-item {
	padding-bottom: 40px;
}
.press-list .press-list-item .press-publisher-name {
	color: #da291c;
	margin-bottom: 10px;
	font-family: 'interstateregular';
}
.press-list .press-list-item .press-headline {
	font-size: 40px;
	line-height: 1.25;
	font-family: 'FreightDisp Pro', serif;
}
@media only screen and (min-width: 768px) {
	.press-list .item {
		display: flex;
		flex-wrap: wrap;
	}
	.press-list .item .press-year {
		width: 20%;
	}
	.press-list .item .press-list-wrapper {
		width: 80%;
	}
	.press-list .press-list-item {
		display: flex;
		flex-wrap: wrap;
	}
	.press-list .press-list-item .press-date {
		font-size: 20px;
	}
	.press-list .press-list-item .press-date {
		width: 27.05%;
	}
	.press-list .press-list-item .press-publisher-name {
		font-size: 20px;
	}
	.press-list .press-list-item .publisher-headline-wrapper {
		width: 72.95%;
	}
}
@media only screen and (max-width: 767.98px) {
	.press-list > .component-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.press-list .press-year {
		margin-bottom: 70px;
	}
	.press-list .press-list-item .press-headline {
		font-size: 28px;
	}
}

.brand-story-content > .component-content {
	padding-top: 195px;
	padding-bottom: 185px;
}
.brand-story-content .left-side .field-image {
	margin-top: 200px;
	padding-bottom: 50px;
}
.brand-story-content .field-image img {
	width: 100%;
	display: block;
}
@media only screen and (max-width: 767.98px) {
	.brand-story-content {
		font-size: 14px;
	}
	.brand-story-content > .component-content {
		padding-top: 0;
		padding-bottom: 70px;
	}
	.brand-story-content .row {
		flex-direction: column-reverse;
	}
	.brand-story-content .left-side {
		padding-right: 17px;
	}
	.brand-story-content .left-side .field-image {
		margin-top: 80px;
		padding-bottom: 40px;
	}
}

#ss_survey_widget{
	z-index: 9 !important;  
}
#ss_survey_widget iframe{
	height: 50vh !important;
	z-index: 9 !important;
}

/*# sourceMappingURL=main.css.map */
