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

/* article page - general styles */

.article-container .headline {
	margin-top:15px !important;
	margin-bottom:15px !important;
}

.article-block-elements &gt; em:first-child {
	font-size:17px;
	padding-top:20px !important;
}

.article-block .half {
	width:50%;
}

.article-block .third {
	width:33.333333333333%;
}

.article-block.image {
	display:flex;
	flex-wrap: wrap;
	margin-top:5px;
	margin-bottom:15px;
}

@media screen and (min-width: 1200px) {
	.article-block.image {
		margin-top:15px;
		margin-bottom:25px;
	}
}

.article-block-elements .articleElement:last-child {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom:15px;
	padding-bottom: 30px;
}

.page-article .article-block-image {
	margin:40px 0;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 1200px) {
	.page-article .article-block-wide {
		margin:60px -100px;
	}
}

.page-article .article-image-title {
	background: #F7F9F9;
	padding: 7px 12px;
	color: #424242;
	font-size:14px;
}

@media screen and (min-width: 767px) {
	.page-article .article-image-title {
		padding:15px;
	}
}

.page-article .article-image-zoom a {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.page-article .article-image-source {
	text-align: center;
	margin:0 auto 10px;
}

.page-article .article-image-title {
	text-align: center;
	font-style: italic;
	display:block;
}

.article-header header {
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	margin-left: -95px;
}

.page-article .article-title {
	line-height: 1.1;
	order: 2;
}

@media screen and (min-width: 1200px) {
	.page-article .article-title {
		max-width:900px;
	}
}

.page-article .article-title h1 {
	font-size: 30px;
	display:inline-block;
	margin-top:0;
	text-transform:none;
	font-family:'Montserrat', sans-serif;
	font-weight: bold;
	color: #3a3d48;
	letter-spacing: -0.02em;
}

@media screen and (min-width: 767px) {
	.page-article .article-title h1 {
		font-size: 40px;
	}
}

.page-article .article-author,
.page-article .article-date,
.article-comments-link,
.page-article .article-admin {
	display:inline-block;
}

.page-article .article-jump .article-comments-link {
	width:100%;
	text-align:center;
	border-bottom: 1px solid #F7F9F9;
	line-height:0.1em;
	margin:40px 0 40px;
}

.page-article .article-jump .article-comments-link a {
	background:#fff;
	padding:5px 20px;
	border:1px solid #F7F9F9;

}

.page-article .article-byline {
	display:inline-block;
	color:#afafaf;
	font-size: 14px;
	width:100%;
	padding-top: 7px;
	grid-area: article-byline;
}

.page-article .article-lead {
	text-wrap:pretty;
	font-size:19px;
	font-style: italic;
	margin-bottom: 20px;
	color:#737373;
	line-height: 1.42857143;
}

.page-article .article-block-section-split  {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
}

.page-article .article-block-section-half {
	width:100%;
}

.page-article .article-block-elements {
	margin:10px 0 20px;
	font-size: 16px;
	color: #666;
	width:100%;
	display:inline-block;
	max-width:100%;
}

@media screen and (min-width: 767px) {
	.page-article .article-block-elements {
		margin:20px 0;
	}
}

.page-article .article-block-elements a {
	text-decoration:underline;
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.page-article .article-block-elements hr {
	border-top: 5px solid #eee;
	margin: 20px auto 40px auto;
	max-width: 30px;
}

.page-article .article-block-elements img {
	height: auto;
	max-width:100%;
	width:auto;
	border-radius:3px;
}

@media screen and (min-width: 1200px) {
	.page-article .article-block-elements img {
		width:100%;
	}
}

/* legacy */
.page-article .article-block-elements .article-element-image img {
	width:auto;
}

.article-block-elements h1,
.article-block-elements h2,
.article-block-elements h3,
.article-block-elements h4,
.article-block-elements h5,
.article-block-elements .headline {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-weight: bold;
	font-weight: normal;
	color: #696969;
	margin: 25px 0 10px;
}

.article-block-elements h2 {
	font-size:22px;
}

.article-block-elements h3 {
	font-size:18px;
}

.article-block-elements h4 {
	font-size:15px;
}

.article-block-elements h5 {
	font-size:13px;
}

@media screen and (min-width: 450px) {
	.article-block-elements .headline {
		font-size: 26px !important;
	}

	.article-block-elements h2 {
		font-size:26px;
	}

	.article-block-elements h3 {
		font-size:22px;
	}

	.article-block-elements h4 {
		font-size:18px;
	}

	.article-block-elements h5 {
		font-size:15px;
	}
}

.article-block-elements ol li,
.article-block-elements ul li {
	padding: 3px 0 6px 3px;
}

.article-block-elements ul {
	list-style:disc;
}

.article-block-elements ul li li {
	list-style:circle;
}

.article-block-elements ul li li li {
	list-style:disc;
}

.article-block-elements ul li li li li {
	list-style:square;
}

.article-block-elements ol {
	list-style:decimal;
}

.article-block-elements ol li li {
	list-style:lower-alpha;
}

.article-block-elements ol li li li {
	list-style:lower-roman;
}

.article-block-elements ol li li li li {
	list-style:lower-alpha;
}

.article-block-elements iframe {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.article-content .article-file {
	margin:20px 0 10px;
}

.article-content .article-file a {
	display: inline-block;
	background: #F7F9F9;
	padding: 10px 20px;
	border-radius: 3px;
}

@media screen and (min-width: 1200px) {
	.article-content .article-file a {
		margin-left:-40px;
	}
}

.article-content .article-file a span {
	text-align: left;
	display: inline-block;
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.06em;
	margin-right: 10px;
	color: #454545;
	text-transform: uppercase;
}

.article-content .article-file a em {
	text-align: right;
	font-weight:normal;
	font-size:12px;
	display: inline-block;
	margin: 0 10px;
	color: #a7a7a7;
}

/* fix long lines that break mobile layout */
.article-content .article-image-title {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto; /* Adds a hyphen where the word breaks */
}

/* article tags */

.article-tags {
	grid-area: article-tags;
}

.article-tags .article-tags-title {
	text-align: left;
	float:left;
	margin-top: 12px;
	display: inline-block;
	font-size:13px;
	letter-spacing: 0.06em;
	margin-right: 25px;
	color: #b9b9b9;
	text-transform: uppercase;
}

.article-tags h1 {
	max-width:20%;
}

.article-tags ul {
	display:inline-block;
	margin:20px 0;
	padding:0;
}

.article-tags li {
	display:inline-block;
	float:left;
}

.article-tags li a {
	display: inline-block;
	float:left;
	padding: 7px 10px;
	margin: 7px 8px 7px 0;
	background: #f7f9f9;
	border-radius:3px;
	color: #757575;
	font-size:14px;
	border: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .1s ease-in-out;
}

.article-tags li a:hover {
	text-decoration: none;
	transform: scale(1.05);
}

.article-tags li a.tag-selected {
	border: 1px solid #344A5F;
	color: #fff;
	background: #344A5F;
}

code {
	white-space: initial; /* bootstrap override */
}

/* articles - updated */

.page-article section {
	display:block;
	width:100%;
	margin: auto;
}

.page-article .article-body .article-block-elements {
	font: 15px/1.6 'Roboto';
}

.page-article .article-body .article-block-elements .h2,
.page-article .article-body .article-block-elements h2 {
	font-size: 1.93em;
	line-height: 1.66em;
	padding-top: 0.483em;
	margin-bottom: 0.345em;
}

.page-article .article-body .article-block-elements .h3,
.page-article .article-body .article-block-elements h3 {
	font-size: 1.53em;
	line-height: 1.04em;
	padding-top: 0.174em;
	margin-bottom: 0.870em;
}

.page-article .article-body .article-block-elements .h4,
.page-article .article-body .article-block-elements h4 {
	font-size: 1.27em;
	line-height: 1.26em;
	padding-top: 0.316em;
	margin-bottom: 0.947em;
}

.page-article .article-body .article-block-elements .p,
.page-article .article-body .article-block-elements p {
	font-size: 1.00em;
	line-height: 1.60em;
	padding-top: 0.467em;
	margin-bottom: 1.13em;
}

.page-article .article-hero {
	width:100%;
	display: block;
	position: relative;
	border-radius:5px;
	border:1px solid rgb(236, 236, 236);
	aspect-ratio: 65 / 27;
	grid-area: article-hero;
	max-width: 960px;
}

.page-article .article-hero img {
	width:100%;
	border-radius:5px;
}

.page-article .article-nav {
	display:none;
}

@media screen and (min-width: 1000px) {
	.page-article .article-nav {
		margin:0 30px 0px -30px;
	}
}

.page-article .share {
	display:none;
}

.page-article .share li a {
	font-size:11px;
	padding:7px;
	text-align: center;
}

.page-article .share .facebook,
.page-article .share .twitter {
	background-image:none;
}

.page-article .article-anchors {
	margin-bottom:15px;
}

.page-article .article-anchors a {
	color: #737373;
}

.page-article .article-icon {
	display:inline-block;
	cursor: default;
	width:90px;
	height:90px;
	border-radius:5px;
	flex: 0 0 80px;
	margin: 0;
	background-size:cover;
}

.page-article .article-related {
	flex-wrap:wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
}

.page-article .article-related-products {
	border-radius:3px;
	display: inline-block;
	width: 100%;
	margin: 165px auto 20px;
}

.page-article .article-related-products .article-module-title {
	text-align: center;
	margin-bottom:20px;
}

.page-article .article-related-products .article-module-more {
	background: #f7f9f9;
	width: 100%;
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: #333;
	border: #ECF0F1 1px solid;
	border-radius:5px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 12px;
}

.page-article .article-related-products .article-module-title::after {
	display:none;
}

.page-article .article-related-products .products-container {
	justify-content: center;
}

@media screen and (min-width: 1200px) {
	.page-article .article-related-products .collection-single,
	.page-article .article-related-products .product-single {
		width:100%;
	}
}

.page-article .article-tags {
	margin:15px auto 30px;
}

.page-article .article-tags ul {
	margin:0 auto;
}

.page-article .article-comments {
	width:100%;
	order:1;
	margin-top:30px;
}

@media screen and (min-width: 1000px) {
	.page-article .article-comments {
		padding:0;
	}
}

@media screen and (min-width: 1200px) {
	.page-article .article-comments {
		max-width:900px;
	}
}

.page-article .article-explore {
	margin-top:30px;
}

.page-article .article-single {
	max-width: 100%;
	overflow:hidden; /* IE10 */
}

@media screen and (min-width: 1000px) {
	.page-article .article-single {
		max-width: 48%;
		flex: 0 0 48%;
	}
}

.page-article .article-related-articles .widget-article {
	flex-wrap:wrap;
	border-bottom:#F7F9F9 1px solid;
	color: #333;
	text-decoration:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:3px;
}

@media screen and (min-width: 350px) {
	.page-article .article-related-articles .widget-article {
		flex-wrap:nowrap;
	}
}

@media screen and (min-width: 1000px) {
	.page-article .article-related-articles .widget-article {
		padding: 15px;
	}
}

.page-article .article-related-articles .widget-article:hover {
	background: #F7F9F9;
}

.page-article .article-related-articles .widget-article:hover .title {
	color: #065798;
	text-decoration:underline;
}

.page-article .article-related-articles .widget-article:hover .desc {
	text-decoration:none;
}

.page-article .article-related-articles .title {
	margin: 0;
	font-size:14px;
	margin-bottom: 3px;
	font-weight:bold;
	color:#414950;
	font-family: 'Montserrat', sans-serif;
}

.page-article .article-related-articles .widget-image {
	min-width:50px;
	width:50px;
}

@media screen and (min-width: 350px) {
	.page-article .article-related-articles .widget-image {
		min-width:60px;
		width:60px;
	}
}

@media screen and (min-width: 1000px) {
	.page-article .article-related-articles .widget-image {
		padding-left:0;
	}
}

.page-article .article-related-articles .widget-image img {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	aspect-ratio: 1 / 1;
}

.page-article .article-related-articles .widget-content {
	padding:10px 0 0 0;
}

@media screen and (min-width: 350px) {
	.page-article .article-related-articles .widget-content {
		padding:0 20px;
	}
}

.page-article .article-related-articles .widget-content .desc {
	color: #717171;
	font-size:13px;
}

.page-article .article-module-title,
.page-article #comments .section-title {
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif !important;
	font-size: 17px;
	color: #AEB7BF;
	margin:0;
	width:100%;
}

.page-article .article-module-title::after,
.page-article .section-title::after {
	content: "";
	display: block;
	width: 30px;
	border-top: 4px solid #ECF0F1;
	margin:15px 0 20px 5px;
}

.page-article .article-module-title span,
.page-article .section-title span {
	font-weight:bold;
	color:#344A5F;
}


@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

/* article pages */

.page-article {
	grid-template-areas: 'article article-products';
	grid-column-gap: 50px;
	grid-template-columns: 1fr 240px;
	max-width: 1300px;
	margin: auto;
}

@media screen and (min-width: 1200px) {
	.page-article {
		display: grid;
	}
}

.page-article .article {
	width:100%;

	grid-area: article;
	padding-top:25px;
	grid-template-columns: 90px 1fr;
	grid-column-gap: 30px;
	grid-template-areas: 'article-thumb article-heading'
						'article-thumb article-hero'
						'article-thumb article-byline'
						'article-thumb article-body'
						'article-thumb article-group';
}

@media screen and (min-width: 1200px) {
	.page-article .article {
		display: grid;
	}

	.page-article .article main {
		grid-column-start:2;
	}
}

.page-article .article-heading {
	max-width:900px;

}

.page-article .article-heading h1 {
	text-wrap: balance;
	font-size: 30px;
	display:inline-block;
	margin-top:0;
	text-transform:none;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #3a3d48;
	letter-spacing: -0.02em;
}

@media screen and (min-width: 767px) {
	.page-article .article-heading h1 {
		font-size: 40px;
	}
}

.article-thumb {
	grid-area: article-thumb;
}

.page-article .article-thumb img {
	width:100%;
	border-radius:3px;
	aspect-ratio: 1/1;
	max-width:80px;
	max-height:80px;
}

.page-article .article-heading {
	grid-area: article-heading;
}

.page-article .article-group {
	grid-area: article-group;
}

/* tagged articles */

.page-articles .article-single {
	display: block;
	width: 100%;
	margin: 10px 0;
}

.page-articles .widget-image {
	width:75px;
	display: inline-block;
	float:right;
	padding: 0 0 5px 10px;
}

@media (min-width: 450px) {
	.page-articles .widget-image {
		float:left;
		padding: 0 10px 5px 0;
	}
}

.page-articles .widget-image img {
	border-radius: 3px;
	width: 100%;
}

.page-articles a.widget-article {
	display: block;
	padding: 0 15px;
	text-decoration: none;
}

@media (min-width: 1024px) {
	.page-articles a.widget-article {
		padding:0 10px;
	}
}

.page-articles a.widget-article .title {
	font-size: 14px;
	margin:0 0 6px 0;
	color: #333;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.page-articles .widget-article .desc {
	font-size: 13px;
	color: #828282;
	line-height:1.4;
}

.page-articles .page-header {
	margin-bottom:10px;
}

.page-articles .page-header h1 {
	display:inline-block;
	font-size:24px;
}

@media (min-width: 768px) {
	.page-articles .page-header h1 {
		font-size: 30px;
	}
}

.page-articles .page-cta,
.page-articles .page-title {
	display:inline-block
}

.page-articles .page-title {
	width:75%;
}

.page-articles .page-cta {
	width:20%;
	text-align: right;
}

.page-articles .cta-rss {
	margin-top:15px;
	display:inline-block;
	width:20px;
}

.page-articles .cta-rss img {
	max-width:100%;
}

.page-article .article-body {
	grid-area: article-body;
}

.article-body .article-element-standard .embed-youtube img,
.article-body .article-block .embed-youtube img {
	border:none;
	width:100%;
}

.article-body .article-element-aside {
	width: 30%;
	float: right;
	margin: 0 20px 0 40px;
	clear: none;
	color: #3f6f8e;
	font-weight: bold;
}

.article-body .article-aside {
	display:flex;
	padding:15px;
	max-width: 50%;
}

.article-body .article-aside.aside-left {
	float:left;
	clear: left;
	padding: 0.467em 30px 30px 0;
}

.article-body .article-aside.aside-right {
	float:right;
	clear: right;
	padding: 0.467em 0 30px 30px;
}

@media screen and (min-width: 768px) {
	.article-body .article-aside {
		width:100%;
		max-width: 360px;
	}
}

/* modal */
.css--modal-body {
	padding:0;
	max-height: calc(100vh - 40px);
	width: 675px;
}

.css--modal-body a {
	font-weight:bold;
	color: #3598DB;
	text-decoration: underline;
}

.css--modal-body a:hover {
	color: #344A5F;
}

.css--modal-header,
.css--modal-content,
.css--modal-footer {
	background: #fafafa;
}

.css--modal-header {
	padding:20px 20px 5px 20px;
	border-top: 3px #3598DB solid;
	border-bottom:none;
}

.css--modal-content {
	box-shadow: none;
	border-radius:5px;
}

.css--modal-footer {
	margin-top:0;
	text-align: right;
	padding: 10px 15px;
	border-top:none;
	display:flex;
	flex-direction:row-reverse;
}

@media screen and (min-width: 767px) {
	.css--modal-footer {
		padding:14px 20px;
	}
}

.css--modal-footer .form-btn {
	margin-left:7px;
}

.css--modal-body {
	padding:0;
	padding: 5px 20px 0;
}

.css--modal-body a {
	font-weight:bold;
	color: #3598DB;
	text-decoration: underline;
}

.css--modal-body a:hover {
	color: #344A5F;
}

.css--modal {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	align-items: center;
	display: none;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 20;

	z-index: 1000;
}

.css--modal.is-active {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-overflow-scrolling: touch;
	z-index: 3000;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
}

.css--modal-background {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(43, 61, 79, 0.85);
}

.css--modal-content,
.css--modal-card {
	margin: 0;
	max-height: 100%;
	overflow: auto;
	position: relative;
	width: 100%;
	border-top:0;
}

@media screen and (min-width: 769px) {
	.css--modal-content,
	.css--modal-card {
		margin: 0 auto;
		max-height: calc(100vh - 40px);
		width: 675px;
	}
}

.css--modal-title {
	font-size: 15px;
	color:#3e3e3e;
}

@media screen and (min-width: 769px) {
	.css--modal-title {
		font-size: 18px;
	}
}

.css--modal-close {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(10, 10, 10, 0.2);
	border: none;
	border-radius: 290486px;
	cursor: pointer;
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 1rem;
	height: 20px;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	outline: none;
	position: absolute;
	vertical-align: top;
	width: 20px;
	background: none;
	height: 40px;
	right: 20px;
	top: 20px;
	width: 40px;
}

.css--modal-close:before,
.css--modal-close:after {
	background-color: #9da8af;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform-origin: center center;
}

.css--modal-close:before {
	height: 2px;
	width: 50%;
}

.css--modal-close:after {
	height: 50%;
	width: 2px;
}

.css--modal-close:hover,
.css--modal-close:focus {
	background-color: #e0e0e0;
}

.css--modal-close:active {
	background-color: #c7c7c7;
}

a.form-btn,
button.form-btn,
.form-btn {
	border: 1px solid transparent;
	background:#efefef;
	border-color: #a9a9a9;
	background-image: linear-gradient(to bottom, #efefef, #e4e4e4);
	-webkit-border-radius: 2px;
	border-radius: 3px;
	color: #616161;
	font-size: 13px;
	padding: 10px 15px;
	text-decoration: none;
	cursor:pointer;
	text-decoration: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	display: inline-block;
	position:relative;
}

button.form-btn:hover,
a.form-btn:hover,
.form-btn:hover {
	text-decoration:underline;
}

button.form-btn.form-btn-remove,
.form-btn.form-btn-remove {
	background-image: linear-gradient(to bottom, #E64D3D, #ad3124);
	border-color: transparent;
	background: #E64D3D;
	color:#fff;
}

button.form-btn.form-btn-plain,
.form-btn.form-btn-plain {
	background: #929292;
	background-image: linear-gradient(to bottom, #929292, #888888);
	border-color: #828282;
	color:#fff;
}

.form-btn:active,
button.form-btn:active {
	bottom: -1px;
	top: 1px;
	left: 1px;
}

a.form-btn.form-btn-main,
button.form-btn.form-btn-main,
.form-btn.form-btn-main {
	color: #fff;
	border-color: #287EB5;
	background: #287EB5;
	background-image: linear-gradient(to top, #287EB7, #379dde);
}

a.form-btn.form-btn-main:hover,
button.form-btn.form-btn-main:hover,
.form-btn.form-btn-main:hover {
	color: #fff;
	background: #344A5F;
	border-color: #344A5F;
	background-image: linear-gradient(to bottom, #287EB7, #379dde);
}

button.form-btn.disabled:active,
.form-btn.disabled:active {
	bottom:0;
	top:0;
	left:0;
}

button.form-btn.disabled,
.form-btn.disabled {
	border: 1px solid transparent;
	background: linear-gradient(to bottom, #b9b9b9, #c1c1c1);
	cursor: default;
}

/* start quote */

.product-request-quote .css--modal-content,
.product-request-quote .css--modal-body {
	max-width:545px;
	width:100%;
}

.article-request-half {
	grid-column-gap: 20px;
	grid-template-columns: 1fr 1fr;
}

@media (min-width: 560px) {
	.article-request-half {
		display: grid;
	}
}

.product-request-quote hr {
	margin:10px 0;
}

.product-page-form-required {
	color: #E74D3C;
}

.product-request-quote .form-group {
	display: inline-block;
	width: 100%;
}

.product-request-quote .field-input {
	margin-bottom:15px;
}

.product-request-quote .form-btn-main {
	width:100%;
	display: inline-block;
	margin-top:15px;
}

.product-request-quote .form-btn-main {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	margin-top: 10px;
}

.product-request-quote-open {
	width:100%;
	background-color: #E8FAEF;
	color: #0B5C2A;
	padding:10px 10px;
}

.css--modal-body .product-request-quote-open {
	margin-bottom:10px;
}

.product-request-quote-open a,
.css--modal-body .product-request-quote-open a {
	color: #053719;
	text-decoration: underline;
}

.product-request-quote-open svg {
	display: inline-flex;
	width: 25px;
	height: 14px;
	margin-top: 0;
	fill: #0B5C2A;
}

.article-request-quote-btn {
	width: fit-content;
	margin-top: 4px;
	max-width:400px;
	padding: 6px 18px;
	border-radius: 5px;
	color: #344A5F;
	cursor: pointer;
	text-decoration: underline;
	display: flex;
	justify-content: end;
	font-size: 13px;
	margin-left: auto;
}

.article-request-quote-btn:hover {
	color: #2B3D4F;
}

.article-request-quote-btn-focus {
	max-width:400px;
	padding: 7px 22px;
	border-radius: 5px;
	border: 1px solid #3e5870;
	cursor: pointer;
	display: flex;
	justify-content: center;
	font-size: 15px;
	margin: auto;
	text-align: center;
	color: hsl(209deg 29% 94%);
	background-image: linear-gradient(to top, #344a5f, #476480);
}

@media (max-width: 767px) {
	.article-request-quote-btn-focus,
	.article-request-quote-btn {
		width:100%;
		display:block;
		text-align: center;
	}
}

.article-request-quote-btn-focus:hover {
	color: #fff;
	text-decoration: underline;
	background-image: linear-gradient(to top, #476480, #344a5f);
}

/* end quote */</pre></body></html>