/*
Theme Name: Machinerie JNG Theriault
Description: Flint custom multilingual AGCO theme
Author: Flint Group / RR46
Author URI: http://flint-group.com
*/
/* =========================================================================
   FONTS -------------------------------------------------------------------
   ========================================================================= */
/*
@font-face{ @include fontFace('verlag', 'light', normal); }
@font-face{ @include fontFace('verlag', 'book', normal); }
@font-face{ @include fontFace('verlag', 'bold', normal); }
@font-face{ @include fontFace('verlag', 'black', normal); }
*/
/* =========================================================================
   REUSABLES -------------------------------------------------------------
   ========================================================================= */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	min-width: 320px;
	overflow-x: hidden;
}
html body {
	min-width: 320px;
	max-width: 100%;
	overflow-x: hidden;
	color: #000;
	font-size: 17px;
	font-family: "Roboto ", sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #2f2f2f;
}

.screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

button, input, select, textarea,
.pure-g [class*=pure-u] {
	/* Set your content font stack here: */
	font-family: "Roboto ", sans-serif;
	line-height: 150%;
}

a {
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	text-decoration: none;
	color: #9d0a0a;
}
a:active, a:hover {
	text-decoration: underline;
}

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

figure {
	margin: 0;
	padding: 0;
}
figure img {
	display: block;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

a.btn, button {
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-size: 16px;
	background: #9d0a0a;
	border: 0;
	line-height: 110%;
	padding: 16px 25px 16px 25px;
	margin: 1em 0;
	text-decoration: none;
	white-space: nowrap;
	/* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3); */
	/*
	&:not(.slick-arrow, .search-submit, .mfp-close){
	       padding-right: 28px;
	       &:after{
	           content: '\f0da';
	           margin-left:0.3em;
	           font-size: 1em;
	           //top:0.01em;
	           top:-0.08em;
	           margin-right:-1em; 
	       }
	}
	   */
}
a.btn:hover, a.btn:active, button:hover, button:active {
	background: #610404;
	color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
a.btn:after, a.btn:before, button:after, button:before {
	content: "";
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	font-weight: 900;
	position: relative;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-size: 0.8em;
	top: -0.18em;
	vertical-align: middle;
}
a.btn[target=_blank]:after, button[target=_blank]:after {
	content: "\f35d";
	font-size: 0.7em;
	top: -0.2em;
	margin-left: 0.4em;
	margin-right: -0.3em;
}
a.btn.alt, button.alt {
	background: #FFF;
	color: #9d0a0a;
	border: 1px solid #2F2F2F;
}
a.btn.alt:hover, a.btn.alt:active, button.alt:hover, button.alt:active {
	background: #2F2F2F;
	color: #FFF;
}
a.btn.light, button.light {
	background: #FFF;
	color: #9d0a0a;
}
a.btn.light:hover, a.btn.light:active, button.light:hover, button.light:active {
	background: #610404;
	color: #FFF;
}
a.btn.download:after, button.download:after {
	content: "\f019";
}
a.btn.video:after, button.video:after {
	content: "\f144";
	font-weight: 400;
}
a.btn.rev, button.rev {
	border-color: #FFF;
	color: #FFF;
}
a.btn.rev:hover, a.btn.rev:active, button.rev:hover, button.rev:active {
	background: #FFF;
	color: #9d0a0a;
}
a.btn.large, button.large {
	padding: 13px 25px 10px 25px;
}
a.btn.text, button.text {
	border: none;
	background: transparent;
	color: #9d0a0a;
}
a.btn.text:after, button.text:after {
	display: none;
}
a.btn.text:hover, a.btn.text:active, button.text:hover, button.text:active {
	color: #9d0a0a;
	text-decoration: underline;
}
a.btn i, button i {
	margin-right: 0.7em;
}

/*
button{
    @include csstrans();
    @include btn();
    border:none;
    outline: none;
    line-height: 100%;
}
*/
main {
	background: #FFF;
}

p, main li {
	line-height: 150%;
}

a.doclink {
	font-weight: 700;
	position: relative;
	padding-left: 1.7em;
}
a.doclink:before {
	content: "\f0f6";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	left: 0;
	top: -0.05em;
	font-size: 1.2em;
}

.spacedcols, .spacedcols-md, .spacedcols-lg {
	margin-left: -15px;
	margin-right: -15px;
}
.spacedcols > *, .spacedcols-md > *, .spacedcols-lg > * {
	padding-left: 15px;
	padding-right: 15px;
}

.spacedcols-sm {
	margin-left: -10px;
	margin-right: -10px;
}
.spacedcols-sm > * {
	padding-left: 10px;
	padding-right: 10px;
}

.center {
	text-align: center;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.wrap, .wrap-sm {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

h1, h2, h3, h4, h5 {
	font-size: 1em;
	line-height: 100%;
	font-weight: 700;
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	color: #2F2F2F;
	text-transform: uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
	color: #9d0a0a;
}

h1 {
	text-transform: uppercase;
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	text-transform: uppercase;
	margin: 1.5em 0 0.1em 0;
}

.center-vert, .vert-center {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#pagination {
	margin: 2em 0 2em 0;
	padding: 2.5em 0;
	text-align: center;
}
#pagination .pagination {
	letter-spacing: -0.31em;
}
#pagination .pagination > a,
#pagination .pagination > span {
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	letter-spacing: normal;
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
	line-height: 43px;
	min-width: 45px;
	height: 46px;
	color: #000;
	margin: 0 0.5em;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #d7d7d7;
}
#pagination .pagination > span.disabled {
	color: #000;
	opacity: 0.2;
	cursor: default;
}
#pagination .pagination > a:hover {
	text-decoration: none;
	background: #9d0a0a;
	border-color: #9d0a0a;
	color: #FFF;
}
#pagination .pagination > span.current {
	border: none;
	background: transparent;
	text-decoration: none;
	color: #000;
}
#pagination .pagination > .prev,
#pagination .pagination > .next {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	border: 2px solid #d7d7d7;
	color: #000;
	padding-left: 16px;
	padding-right: 16px;
}
#pagination .pagination > .prev:not(.disabled):hover,
#pagination .pagination > .next:not(.disabled):hover {
	background: #9d0a0a;
	border-color: #9d0a0a;
	color: #FFF;
}

#zeb-pagination {
	margin-top: 2em;
	text-align: center;
}
#zeb-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#zeb-pagination li {
	display: inline-block;
}
#zeb-pagination li > a {
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	letter-spacing: normal;
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
	line-height: 43px;
	min-width: 45px;
	height: 46px;
	color: #000;
	margin: 0 0.5em;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #d7d7d7;
}
#zeb-pagination li.active > a {
	border: none;
	background: transparent;
	text-decoration: none;
	color: #000;
}
#zeb-pagination li a:hover {
	text-decoration: none;
	background: #9d0a0a;
	border-color: #9d0a0a;
	color: #FFF;
}

.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=text],
.pure-form select,
.pure-form textarea {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 2px solid #999 !important;
	border-width: 2px !important;
	font-size: 1em;
}

.numfix {
	font-size: 1.22em;
	line-height: 90%;
}

span.inline-sep {
	display: inline-block;
	margin: 0 1em;
}

a.readmore {
	display: block;
	margin: 1.3em 0;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 120%;
	color: #9d0a0a;
}
a.readmore:hover, a.readmore:active {
	color: #610404;
	text-decoration: none;
}
a.readmore:hover:after, a.readmore:active:after {
	margin-left: 1em;
	margin-right: -0.8em;
}
a.readmore:after {
	content: "\f30b";
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	position: relative;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-size: 0.9em;
	top: -0.15em;
	margin-left: 0.2em;
	vertical-align: middle;
}

.hover a.readmore {
	color: #610404;
	text-decoration: none;
}
.hover a.readmore:after {
	margin-left: 1em;
	margin-right: -0.8em;
}

.btn-row {
	margin-top: 1.5em;
}
.btn-row a.btn {
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

select {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 8px 12px;
	width: 100%;
	border: 2px solid #d7d7d7;
	color: #333;
	background: #FFF;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	box-sizing: border-box;
	font-size: 1em;
	border-radius: 3px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAjUlEQVQokY3OMQrCMBSA4a/RwRPoGRQUz6Aigt62Di7W2VW9hPQILi6vUEoCzRbe+7+kquv6iRmO+Bp3Frjhl1Bhg0cMxsQNtpgknPHCcgQyj3iFD04JLQ49pCkg83igi3doUww75B0LQyQbQ+ottdhnkGIM08E3O+SOdSBKcQ7IIUpxCegj17hfcjH8AWANKnFBYlJNAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding: 0 12px !important;
	height: 45px;
	line-height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1em !important;
	color: #666;
	background-color: #f5f4f4;
}
select:focus {
	background-color: #f7f7f5;
	border-color: #2f2f2f;
	outline: none;
}

nav.btn-nav {
	max-width: 260px;
}
nav.btn-nav ul {
	list-style: none;
	margin: 1.3em 0;
	padding: 0;
}
nav.btn-nav ul li {
	margin: 1em 0;
	padding: 0;
}
nav.btn-nav ul li a {
	display: block;
	margin: 0;
}

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

figure.aligncenter {
	text-align: center;
	margin: 2em 0;
}
figure.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

hr {
	display: block;
	margin: 3em 0 3em 0;
	border: none;
	height: 2px;
	background: #d7d7d7;
}

.fullbleed {
	margin-left: -3000px;
	margin-right: -3000px;
	padding-left: 3000px;
	padding-right: 3000px;
}

a.arrowlink {
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	color: #848484;
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 0.9em;
	margin: 0.6em 0 0 0;
}
a.arrowlink:after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	margin-left: 0.8em;
	font-size: 1em;
	top: 0em;
}
a.arrowlink:hover, a.arrowlink:active {
	text-decoration: none;
	color: #9d0a0a;
}

.pagecol {
	padding-bottom: 50px;
}

.wp-block-image figure {
	margin: 2em 0;
}
.wp-block-image figure.aligncenter {
	text-align: center;
	margin: 2em 0;
}
.wp-block-image figure.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 768px) {
	.wp-block-image figure.alignright {
		float: right;
		margin-left: 2em;
		margin-top: 0;
	}
	.wp-block-image figure.alignleft {
		float: left;
		margin-right: 2em;
		margin-top: 0;
	}
}
.wp-block-image:first-child figure {
	margin-top: 0;
}

@media only screen and (max-width: 1023px) {
	/* content swapping for mobile */
	.flex-flip {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-ms-flex-flow: column;
		    flex-flow: column;
	}
	.flex-flip > * {
		width: auto !important;
	}
	.flex-flip > :first-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.flex-flip > :last-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.spacedcols-md {
		margin-left: -18px;
		margin-right: -18px;
	}
	.spacedcols-md > * {
		padding-left: 18px;
		padding-right: 18px;
	}
	.spacedcols-lg {
		margin-left: -25px;
		margin-right: -25px;
	}
	.spacedcols-lg > * {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (min-width: 1400px) {
	.spacedcols-md {
		margin-left: -20px;
		margin-right: -20px;
	}
	.spacedcols-md > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	.spacedcols-lg {
		margin-left: -45px;
		margin-right: -45px;
	}
	.spacedcols-lg > * {
		padding-left: 45px;
		padding-right: 45px;
	}
}
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

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

/* ==================================================================== */
/* GRAVITY FORMS BASIC STYLES ----------------------------------------- */
/* ==================================================================== */
.gform_body > ul {
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
	letter-spacing: -0.31em;
	text-rendering: optimizespeed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.gform_body > ul > li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	width: 100%;
	margin-bottom: 1.2em;
}

/*
#page-content .gform_body > ul > li{
	&:before{ display: none; }
	padding-left:20px;
	padding-right:20px;
}
*/
.gform_fields {
	padding: 0;
}

.gfield,
.gfield_radio,
.gfield_checkbox {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}

.gfield_radio,
.gfield_checkbox {
	margin: 0;
}

.gfield:after,
.gfield_radio:after,
.gfield_checkbox:after {
	content: "";
	display: table;
	clear: both;
}

.gfield {
	width: 100%;
	clear: both;
	margin-bottom: 1.5em !important;
}

.gfield.half,
.gfield.third,
.gfield.twothirds,
.name-complex > div > span {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body .gform_wrapper label.gfield_label + div.ginput_container:not(.ginput_container_consent) {
	margin-top: 0 !important;
}

.ginput_left {
	clear: left;
}

/*
.ginput_complex{
	position: relative;
	//margin:0 -1em;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	> span{
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		vertical-align: top;
		//padding:0 1em;
	}
}
*/
.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex {
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
}

.gfield_required,
.gfield_contains_required .gfield_label:after {
	display: inline-block;
}

.gform_wrapper select,
.gform_wrapper input[type=text],
.gform_wrapper input[type=number],
.gform_wrapper textarea,
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=password] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 8px 12px;
	width: 100%;
	border: 2px solid #d7d7d7;
	color: #333;
	background: #FFF;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	box-sizing: border-box;
	font-size: 1em;
	border-radius: 3px;
}
.gform_wrapper select:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=password]:focus {
	background-color: #f7f7f5;
	border-color: #2f2f2f;
	outline: none;
}
.gform_wrapper .gfield select,
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield input[type=tel],
.gform_wrapper .gfield textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.gform_wrapper .gfield_required {
	color: #610404 !important;
	display: inline-block;
	font-size: 0.9em;
	margin-left: 0.3em;
}
.gform_wrapper .gfield_label {
	color: #333;
	font-family: "Roboto ", sans-serif;
	font-weight: 400;
	margin-bottom: 0.3em;
	margin-left: 0.1em;
	font-size: 0.9em;
	display: block;
	text-align: left;
}
.gform_wrapper .gchoice {
	position: relative;
	padding: 7px 0px 10px 40px;
}
.gform_wrapper .hidden_label .gfield_label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.gform_wrapper .hidden_label .gfield_label.focusable:active, .gform_wrapper .hidden_label .gfield_label.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.gform_wrapper .ginput_complex label {
	/* margin-left:.2em; */
	font-size: 0.7em;
	margin: 0.4em 0 0.2em 0;
}
.gform_wrapper .ginput_complex .ginput_full input[type=text] input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full select,
.gform_wrapper .ginput_complex .ginput_right input[type=text] input[type=url],
.gform_wrapper .ginput_complex .ginput_right input[type=email],
.gform_wrapper .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .ginput_complex .ginput_right input[type=number],
.gform_wrapper .ginput_complex .ginput_right input[type=password],
.gform_wrapper .ginput_complex .ginput_right input[type=text],
.gform_wrapper .ginput_complex .ginput_right select {
	width: 100% !important;
	padding: 8px;
	margin-left: 0 !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.gform_wrapper textarea.medium {
	height: 140px !important;
	padding: 8px !important;
	font-size: 0.9em !important;
}
.gform_wrapper select {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAjUlEQVQokY3OMQrCMBSA4a/RwRPoGRQUz6Aigt62Di7W2VW9hPQILi6vUEoCzRbe+7+kquv6iRmO+Bp3Frjhl1Bhg0cMxsQNtpgknPHCcgQyj3iFD04JLQ49pCkg83igi3doUww75B0LQyQbQ+ottdhnkGIM08E3O+SOdSBKcQ7IIUpxCegj17hfcjH8AWANKnFBYlJNAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding: 0 12px !important;
	height: 45px;
	line-height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1em !important;
	color: #666;
}
.gform_wrapper select::-ms-expand {
	display: none;
}
.gform_wrapper input[type=radio],
.gform_wrapper input[type=checkbox] {
	display: block;
	position: absolute;
	vertical-align: top;
	left: 0;
	top: 0.4em !important;
	border-radius: 999px;
	-webkit-appearance: button;
	border: 2px solid #d7d7d7;
	background-color: #FFF;
	color: #FFF;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	height: 20px;
	outline: none;
}
.gform_wrapper input[type=radio]:checked,
.gform_wrapper input[type=checkbox]:checked {
	background-color: #666;
	border-width: 5px;
	border-color: #FFF;
	-webkit-box-shadow: 0px 0px 2px 0px rgb(0, 0, 0);
	        box-shadow: 0px 0px 2px 0px rgb(0, 0, 0);
}
.gform_wrapper.gravity-theme .ginput_container_time {
	max-width: 85px !important;
	-ms-flex-preferred-size: auto !important;
	    flex-basis: auto !important;
}
.gform_wrapper input[type=checkbox] {
	border-radius: 2px;
}
.gform_wrapper div.ginput_container_consent {
	position: relative;
	padding-left: 35px;
	margin-top: 2em !important;
}
.gform_wrapper div.ginput_container_consent label {
	font-size: 16px;
	line-height: 24px !important;
}
.gform_wrapper input[type=radio]:hover {
	-webkit-box-shadow: 0px 0px 1px #000;
	        box-shadow: 0px 0px 1px #000;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
	font-size: 14px !important;
	line-height: 22px !important;
}
.gform_wrapper .gfield_description {
	padding: 6px 0 0;
	font-size: 12px;
	color: #666;
}
.gform_wrapper .gform_footer {
	margin-top: 0;
	padding: 1em 0 0.3em 0;
}
.gform_wrapper .gform_footer button {
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-size: 16px;
	background: #9d0a0a;
	border: 0;
	line-height: 110%;
	padding: 16px 25px 16px 25px;
	margin: 1em 0;
	text-decoration: none;
	white-space: nowrap;
	/* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3); */
	/*
	&:not(.slick-arrow, .search-submit, .mfp-close){
	       padding-right: 28px;
	       &:after{
	           content: '\f0da';
	           margin-left:0.3em;
	           font-size: 1em;
	           //top:0.01em;
	           top:-0.08em;
	           margin-right:-1em; 
	       }
	}
	   */
	padding-left: 2.5em;
	padding-right: 2.5em;
	margin: 0;
	min-width: 200px;
}
.gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer button:active {
	background: #610404;
	color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.gform_wrapper .gform_footer button:after, .gform_wrapper .gform_footer button:before {
	content: "";
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	font-weight: 900;
	position: relative;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-size: 0.8em;
	top: -0.18em;
	vertical-align: middle;
}
.gform_wrapper .gform_footer button[target=_blank]:after {
	content: "\f35d";
	font-size: 0.7em;
	top: -0.2em;
	margin-left: 0.4em;
	margin-right: -0.3em;
}
.gform_wrapper .gform_footer button.alt {
	background: #FFF;
	color: #9d0a0a;
	border: 1px solid #2F2F2F;
}
.gform_wrapper .gform_footer button.alt:hover, .gform_wrapper .gform_footer button.alt:active {
	background: #2F2F2F;
	color: #FFF;
}
.gform_wrapper .gform_footer button.light {
	background: #FFF;
	color: #9d0a0a;
}
.gform_wrapper .gform_footer button.light:hover, .gform_wrapper .gform_footer button.light:active {
	background: #610404;
	color: #FFF;
}

.gfield_radio,
.gfield_checkbox {
	margin-top: 0.7em;
}
.gfield_radio > li,
.gfield_checkbox > li {
	position: relative;
	padding-left: 35px;
	margin-top: 5px;
	padding-top: 3px;
}
.gfield_radio > li > label,
.gfield_checkbox > li > label {
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
}

.error {
	color: #9d0a0a;
}

form > .validation_error {
	font-weight: 600;
	line-height: 120%;
	margin: 1em 0;
	color: #9d0a0a;
	border: 1px solid #dadada !important;
	border-radius: 6px !important;
	padding: 0.7em;
	background: rgba(255, 255, 255, 0.5);
}

.gfield_error input[type=text],
.gfield_error .gfield_error textarea {
	border-color: #9d0a0a;
	clear: both;
}
.gfield_error .gfield_description.validation_message {
	display: block;
	font-size: 12px;
	margin-top: -3px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #9d0a0a;
}

.instruction.validation_message {
	display: block;
	font-size: 12px;
	margin-top: 0.2em;
	margin-bottom: 0px;
	font-weight: 700;
	color: #9d0a0a;
}

.gfield_label:after {
	color: #999;
}

.gfield.inline li {
	display: inline-block !important;
	width: auto;
	margin-right: 3em !important;
}

.hidelabel > label {
	display: none !important;
}

.radio-inline .gfield_radio > li {
	display: inline-block;
	margin-right: 2.5em;
}

.gfield_visibility_hidden,
.gform_validation_container {
	display: none !important;
}

@media only screen and (min-width: 768px) {
	.gfield.half.left,
	.gfield.half.left,
	.name-complex > div > span:first-child {
		padding-right: 3%;
	}
	.gfield.half,
	.gfield.third,
	.gfield.twothirds,
	.name-complex > div > span {
		width: 50%;
		float: left;
		clear: none !important;
	}
	.gfield.third {
		width: 33.3333%;
	}
	.gfield.twothirds {
		width: 66.6666%;
	}
	.gfield.half.left,
	.gfield.third.left,
	.gfield.twothirds.left {
		clear: both;
	}
}
/* ==================================================================== */
/* MAGNIFIC POPUP ----------------------------------------------------- */
/* ==================================================================== */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
	background: transparent;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -44px;
	border-radius: 0 !important;
	background: #000 !important;
	opacity: 1;
	padding: 5px 6px;
	line-height: 100%;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		    transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		    transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		    transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

button.mfp-close {
	font-size: 2.2em;
	right: 0 !important;
	height: 44px !important;
}

/* =======================================================================
   BARE BONES GRID and BASIC STYLES --------------------------------------
   ======================================================================= */
.wrap, .wrap-sm, .wrap-lg, .wrap-xl {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap .wrap, .wrap .wrap-lg, .wrap .wrap-xl, .wrap .wrap-sm, .wrap-sm .wrap, .wrap-sm .wrap-lg, .wrap-sm .wrap-xl, .wrap-sm .wrap-sm, .wrap-lg .wrap, .wrap-lg .wrap-lg, .wrap-lg .wrap-xl, .wrap-lg .wrap-sm, .wrap-xl .wrap, .wrap-xl .wrap-lg, .wrap-xl .wrap-xl, .wrap-xl .wrap-sm {
	padding-left: 0;
	padding-right: 0;
}

.grid-row {
	position: relative;
	letter-spacing: -0.31em;
	text-rendering: optimizespeed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.grid-row.grid-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.grid-row > .grid-item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	width: 100%;
}
.grid-row > .grid-item.grid-1-3 {
	width: 33.3333%;
}
.grid-row > .grid-item.grid-1-2 {
	width: 50%;
}
.grid-row > .grid-item.grid-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* =========================================================================
   HEADER/MENU -------------------------------------------------------------
   ========================================================================= */
a#skipnav {
	left: -9999px;
	position: relative;
	display: block;
	top: auto;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
	z-index: -999;
	text-decoration: underline;
}
a#skipnav:focus, a#skipnav:active, a#skipnav.open {
	color: #fff;
	background-color: #000;
	left: 0;
	top: auto;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
	z-index: 999;
}
a#skipnav:hover {
	color: #610404;
}

#screen {
	-o-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0s;
	transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0s;
	-moz-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0s;
	-webkit-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0s;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	position: fixed;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
}

#nav-top {
	display: flex;
	align-items: center;
	height: 116px;
}

@media screen and (max-width: 1199px) {
	#nav-top {
		height: 86px;
	}
}

#headlogo img {
	width: 220px;
	height: auto;
}

#header-nav-secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	background: #2f2f2f;
}
#header-nav-secondary nav {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
	text-align: right;
}
#header-nav-secondary nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-nav-secondary nav ul li {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
	margin: 0;
	padding: 0;
}
#header-nav-secondary nav ul li a {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	padding: 7px 7px;
	font-size: 12px;
	text-align: center;
}
#header-nav-secondary nav ul li a:hover, #header-nav-secondary nav ul li a:active {
	background: #000;
	text-decoration: none;
}
#header-nav-secondary nav ul li.active a, #header-nav-secondary nav ul li.wpml-ls-current-language {
	background: #000;
}
#header-nav-secondary #header-tel {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
	background: #9d0a0a;
}
#header-nav-secondary #header-tel a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFF;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}
#header-nav-secondary #header-tel a:hover, #header-nav-secondary #header-tel a:active {
	text-decoration: none;
	background: #610404;
}

.menu-open #screen,
.search-open #screen {
	max-height: 100%;
	-o-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
	transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
	-moz-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
	-webkit-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
	visibility: visible;
	opacity: 1;
}

#primary-nav a:hover, #primary-nav a:active {
	text-decoration: none;
}

#header-search {
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	position: absolute;
	overflow: hidden;
}
#header-search .search-form {
	overflow: hidden;
	position: relative;
}
#header-search label {
	display: block;
	padding-right: 50px;
	width: 250px;
}
#header-search label input {
	height: 38px;
	padding-left: 7px;
	border: none;
	width: 100%;
	background: #FFF;
}
#header-search button {
	display: block;
	position: absolute;
	overflow: hidden;
	min-width: 0;
	border-radius: 0;
	top: 0;
	right: 0;
	border: none;
	background: #FFF;
	width: 50px;
	height: 40px;
	line-height: 44px;
	padding: 0;
	color: #333;
	margin: 0;
	font-size: 1em;
	border-left: 1px solid #d7d7d7;
}
#header-search button i {
	margin: 0;
}

/* =========================================================================
   SPLASH PAGE -------------------------------------------------------------
   ========================================================================= */
body.home #headlogo {
	top: 40px;
}

.splash #maincontent {
	margin-top: 70px;
}

#splash-logos {
	text-align: center;
	margin-bottom: 70px;
}
#splash-logos img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 600px;
}

#splash-hero {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 830px;
	z-index: 1;
	overflow-x: hidden;
}
#splash-hero img {
	/* approximate background-cover */
	width: auto;
	height: 100%;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#splash-wrap {
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

#splash-choose {
	text-align: center;
}
#splash-choose article {
	padding: 30px 20px 30px 20px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
#splash-choose h2 {
	font-size: 26px;
	text-transform: uppercase;
}
#splash-choose > div {
	margin-bottom: 20px;
}
#splash-choose > div a.btn {
	margin-top: 50px;
}

#splash-brands {
	position: relative;
	z-index: 2;
}
#splash-brands .grid-row {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#splash-brands figure a {
	margin-left: auto;
	margin-right: auto;
}

/* =========================================================================
   FOOTER ------------------------------------------------------------------
   ========================================================================= */
#signup-cta {
	padding-top: 40px;
	padding-bottom: 40px;
}
#signup-cta #signup-inner {
	background: #FFF;
	padding: 30px 20px;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
#signup-cta .spacedcols > div {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#signup-cta h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.8em;
	line-height: 110%;
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
}
#signup-cta p {
	margin: 0.4em 0;
}
#signup-cta form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	overflow: hidden;
	margin-top: 1em;
}
#signup-cta form ul {
	margin: 0;
}
#signup-cta form ul li {
	padding: 0;
	margin: 0;
}
#signup-cta form .ginput_container {
	background: #FFF;
	overflow: hidden;
	margin-right: -10px;
}
#signup-cta form > div {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-ms-flex-item-align: auto;
	    -ms-grid-row-align: auto;
	    align-self: auto;
	position: relative;
}
#signup-cta form > div li.capt {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#signup-cta form > div li.capt.focusable:active, #signup-cta form > div li.capt.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
#signup-cta form > div.validation_error {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
#signup-cta form .validation_message {
	line-height: 100%;
	font-size: 0.8em;
	padding: 12px 0 0 5px;
	margin: 0;
}
#signup-cta form input[type=email], #signup-cta form input[type=tel] {
	height: 48px;
	border: 2px solid #d7d7d7;
	border-radius: 0;
	font-family: "Roboto Condensed", sans-serif;
	background: #f5f4f4;
	color: #9d0a0a;
}
#signup-cta form .gform_footer {
	width: 100px;
	padding: 0;
}
#signup-cta form .gform_footer button {
	width: 100%;
	min-width: 100px;
	height: 48px;
	padding-left: 8px;
	padding-right: 8px;
}
#signup-cta form#gform_4 .gform_footer button:before {
	content: "\f3cd";
}

#site-footer {
	background: #2f2f2f;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}
#site-footer a {
	color: #FFF;
	text-decoration: none;
}
#site-footer a:hover, #site-footer a:active {
	text-decoration: underline;
}
#site-footer address {
	font-style: normal;
}
#site-footer #footer-sitename {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
}
#site-footer #footer-telephone {
	margin: 1em 0 3em 0;
}
#site-footer #footer-telephone:before {
	content: "\f879";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
#site-footer #footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
}
#site-footer #footer-nav ul li {
	margin: 0;
	padding: 0;
}
#site-footer #footer-nav ul li a {
	display: block;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	padding: 10px 0;
}
#site-footer .thirdcol p {
	font-family: "Roboto ", sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 0.9em;
}

#footer-social p {
	font-family: "Roboto ", sans-serif;
	text-transform: none;
	font-weight: normal;
}
#footer-social > ul {
	text-align: center;
	padding: 10px 0 0px 0;
	list-style: none;
	margin: 0.8em 0 0 0;
}
#footer-social > ul > li {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
}
#footer-social > ul > li > span {
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 0.15em;
	background: #FFF;
	color: #000;
	border-radius: 999px;
	font-size: 25px;
	text-align: center;
	line-height: 46px;
}
#footer-social > ul > li > ul {
	-webkit-transition: opacity 0.25s, max-height 0.25s;
	-o-transition: opacity 0.25s, max-height 0.25s;
	transition: opacity 0.25s, max-height 0.25s;
	position: absolute;
	margin-left: -133px;
	margin-bottom: 50px;
	top: calc(100% - 10px);
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	left: 0;
	width: 320px;
	list-style: none;
	padding: 6px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
#footer-social > ul > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
}
#footer-social > ul > li > ul li {
	margin: 0;
}
#footer-social > ul > li > ul li a {
	display: block;
	text-transform: none;
	padding: 8px 0;
	font-size: 15px;
	color: #000;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
#footer-social > ul > li > ul li a:hover, #footer-social > ul > li > ul li a:active {
	background: #610404;
	color: #FFF;
	text-decoration: none;
}
#footer-social > ul > li > ul li a:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
	margin-right: -0.2em;
	font-size: 0.7em;
	opacity: 0.7;
	position: relative;
	top: -0.2em;
}
#footer-social > ul > li:hover > ul {
	max-height: 800px;
	opacity: 1;
	overflow: visible;
}

#copyright {
	text-align: center;
	background: #9d0a0a;
	color: #FFF;
	padding: 14px 0 150px 0;
	font-size: 0.7em;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	background: #9d0a0a !important;
	margin-bottom: 0;
	padding-bottom: 50px;
}

/* =========================================================================
   HOMEPAGE ----------------------------------------------------------------
   ========================================================================= */
#home-content-container h1, #home-content-container h2, #home-content-container p, #home-content-container ul {
	max-width: 900px;
}

/* =========================================================================
   CONTENT  ----------------------------------------------------------------
   ========================================================================= */
#pageheader {
	background: #9d0a0a url("img/headerbg-logo.png") no-repeat right center;
	background-size: contain;
	padding: 5% 0;
	position: relative;
	overflow: hidden;
	/* Top inner shadow */
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
#pageheader h1 {
	color: #FFF;
	text-shadow: 0px 0px 16px rgb(0, 0, 0);
	position: relative;
	z-index: 2;
}
#pageheader.hasbg {
	padding: 14% 0 3% 0;
	background-size: cover;
}
#pageheader:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

#breadcrumbs-container p#breadcrumbs {
	display: block;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	padding: 1em 0;
}

/* == INSIDE NAV == */
#inside-nav ul {
	list-style: none;
	margin: -0.4em 0 0 0;
	padding: 0;
}
#inside-nav ul li {
	font-size: 1em;
}
#inside-nav ul li:first-child a {
	padding-top: 0;
}
#inside-nav ul li a {
	display: block;
	text-transform: uppercase;
	color: #000;
	padding: 0.4em 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
}
#inside-nav ul li a:hover, #inside-nav ul li a:active {
	text-decoration: none;
	color: #9d0a0a;
}
#inside-nav ul li.parent_page.current_page_item ul,
#inside-nav ul li.parent_page.current_parent ul {
	display: block;
}
#inside-nav ul ul {
	display: none;
}
#inside-nav > ul {
	padding: 0 0 1em 0;
}

/*
#inside-nav ul ul li {
	padding-left: 1em;
}
#inside-nav ul ul li a {
	text-transform: none;
	font-weight: normal;
	padding: 0.6em 0;
}
*/
#inside-nav ul li.current_page_item > a,
#equipcat-nav ul li.current-page > a {
	color: #9d0a0a;
	/*
	&:before{
		content: '\f054';
		font-family: $font-fontawesome;
		font-weight: 900;
		position: relative;
		top: -0.2em;
		display: inline-block;
		margin-right: 0.6em;
		font-size: 0.6em;
		color: $c-body;
	}
	*/
}

#maincontent {
	background: #f5f4f4;
	overflow: hidden;
	padding-bottom: 50px;
}
#maincontent.gray-bg {
	background-color: #efefef;
}

#inside-header {
	width: 100%;
	padding-top: 22.2222%;
	background-size: cover;
}
#inside-header .wrap {
	position: relative;
}
#inside-header h1, #inside-header h2 {
	position: absolute;
	bottom: 12px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.8em;
	text-shadow: 1px 1px 7px rgb(0, 0, 0);
	line-height: 110%;
}

.inside-content {
	margin-top: 0;
	padding-top: 2em;
}
.inside-content.invsearch {
	padding-top: 15px;
}
.inside-content.promos {
	padding-top: 25px;
}
.inside-content h1, .inside-content h2 {
	font-size: 1.9em;
	margin-bottom: 0.7em;
	text-transform: uppercase;
}
.inside-content h3, .inside-content h4, .inside-content h5 {
	margin: 2.5em 0 0.7em 0;
	text-transform: uppercase;
}
.inside-content h3 {
	font-size: 1.5em;
}
.inside-content figure.wp-block-image + h3 {
	margin-top: 0;
}
.inside-content h4 {
	font-size: 1.2em;
}
.inside-content h5 {
	font-size: 1em;
}
.inside-content .wp-block-image {
	margin: 1.5em 0;
}
.inside-content .split-copy {
	margin-bottom: 1em;
}
.inside-content .split-copy p:first-child {
	margin-top: 0;
}
.inside-content .split-copy p:last-child {
	margin-bottom: 0;
}
.inside-content .split-copy a.btn {
	margin-top: 0;
}
.inside-content ul li {
	font-size: 0.9em;
	margin: 0.5em 0;
}
.inside-content p + hr {
	margin-top: 2.5em;
}

#inside-formcol h3 {
	margin-top: 0;
}

#inside-rightcol p:first-child {
	margin-top: 0;
}

a#backlink {
	display: block;
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
	white-space: normal;
}

aside#questionsform {
	background: #FFF;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-top: 1.6em;
}
aside#questionsform h3 {
	color: #9d0a0a;
	text-transform: uppercase;
	font-size: 1em;
	list-style: 120%;
	margin: 0;
}
aside#questionsform input[type=email], aside#questionsform input[type=text], aside#questionsform textarea {
	background: #f5f4f4;
	border: 1px solid #000;
	border-radius: 0;
}
aside#questionsform label.gfield_label {
	font-weight: 700;
	font-size: 0.8em;
	color: #9d0a0a;
	line-height: 110%;
}
aside#questionsform .gform_footer {
	padding-top: 0;
}
aside#questionsform li.recaptcha {
	margin: 0;
}

#peernav {
	background: #FFF;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	padding: 0;
	margin-top: 1em;
	margin-bottom: 2.5em;
}
#peernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#peernav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d7d7d7;
}
#peernav ul li:last-child {
	border-bottom: none;
}
#peernav ul li.parentpage a {
	font-weight: 700;
	text-transform: uppercase;
	color: #9d0a0a;
	font-size: 16px;
}
#peernav ul li.current a {
	color: #9d0a0a;
	font-weight: 700;
}
#peernav ul li a {
	font-size: 14px;
	line-height: 120%;
	display: block;
	padding: 17px 20px;
	color: #848484;
}
#peernav ul li a:hover, #peernav ul li a:active {
	background: #f5f4f4;
	text-decoration: none;
	color: #9d0a0a;
}

#locinfo {
	padding: 8px 0 30px 0;
	margin-top: 1.2em;
	font-size: 16px;
}
#locinfo h3 {
	color: #000;
	text-transform: none;
	font-family: "Roboto ", sans-serif;
	font-size: 16px;
	list-style: 120%;
	margin: 1.8em 0 0.5em 0;
}
#locinfo #loc-address h3 {
	margin-top: 0;
}
#locinfo h4 {
	font-size: 0.85em;
	margin: 0;
	color: #9d0a0a;
}
#locinfo p {
	font-size: 16px;
	line-height: 120%;
	margin: 0.5em 0;
}
#locinfo address {
	font-style: normal;
	margin: 0;
	line-height: 120%;
}
#locinfo #loc-hours p {
	margin: 0 0 0.6em 0;
	line-height: 140%;
}
#locinfo a {
	display: block;
	color: #000;
	text-decoration: underline;
	font-size: 16px;
	margin-top: 0.8em;
}
#locinfo a:hover, #locinfo a:active {
	color: #9d0a0a;
}

#map-container {
	border: 1px solid #d7d7d7;
}

#catnav {
	background: #FFF;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	padding: 0;
	margin: 0 0 2.5em 0;
}
#catnav h3 {
	color: #9d0a0a;
	text-transform: uppercase;
	font-size: 1em;
	list-style: 120%;
	padding: 17px 20px 17px 20px;
	margin: 0;
	border-bottom: 1px solid #d7d7d7;
}
#catnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#catnav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d7d7d7;
}
#catnav ul li:last-child {
	border-bottom: none;
}
#catnav ul li.current-cat a {
	color: #9d0a0a;
	font-weight: 700;
}
#catnav ul li a {
	font-size: 14px;
	line-height: 120%;
	display: block;
	padding: 17px 20px;
	color: #848484;
}
#catnav ul li a:hover, #catnav ul li a:active {
	background: #f5f4f4;
	text-decoration: none;
	color: #9d0a0a;
}

#blog-twitter {
	overflow: hidden;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}

article.news-item {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
}
article.news-item h2 {
	font-size: 1.6em;
	line-height: 110%;
	margin: 0;
}
article.news-item div.post-date {
	font-size: 14px;
	color: #666;
	margin: 0.7em 0;
	text-transform: uppercase;
}
article.news-item p {
	margin: 0.6em 0 0.7em 0;
	font-size: 0.9em;
	line-height: 160%;
}
article.news-item figure {
	margin-bottom: 1.5em;
}
article.news-item.single {
	border: none;
	padding-bottom: 0;
}
article.news-item.single div.post-date {
	margin: -1.5em 0 0.5em 0;
}
article.news-item.single h1 {
	margin: 1.2em 0 0.8em 0;
	line-height: 110%;
}
article.news-item.single p {
	margin: 2em 0 0 0;
	line-height: 170%;
}

ul.redchecks {
	list-style: none;
	margin: 0.8em 0;
	padding: 0;
}
ul.redchecks li {
	padding-left: 28px;
	position: relative;
	margin: 0.5em 0;
}
ul.redchecks li:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	top: 0;
	color: #9d0a0a;
	font-size: 1.2em;
}

/* == BLOCKS == */
.btn-block {
	margin: 1.5em 0;
}
.btn-block a.btn {
	margin-top: 0;
	margin-left: 0;
}

.people-list h2 {
	display: block;
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 12px 0;
	margin-bottom: 2em !important;
}
.people-list article {
	text-align: center;
	margin-bottom: 2em;
}
.people-list figure {
	overflow: hidden;
	border-radius: 999px;
	border: 8px solid #d7d7d7;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.people-list figure img {
	display: block;
}
.people-list h3 {
	font-size: 1.1em;
	margin: 0;
	line-height: 120%;
}
.people-list h4 {
	font-size: 15px;
	margin: 0.3em 0;
	line-height: 120%;
	color: #666;
}
.people-list p {
	margin: 0.3em 0;
	font-size: 14px;
	line-height: 120%;
	font-style: italic;
}
.people-list a.email-link {
	display: block;
	font-size: 14px;
	line-height: 120%;
	margin-top: 0.7em;
}
.people-list a.email-link:hover, .people-list a.email-link:active {
	color: #610404;
	text-decoration: none;
}

.threecol {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.acf-flex + h3 {
	margin-top: 0.5em;
}

/* == FLEXIBLE CONTENT == */
.expandable-cats {
	max-width: 1200px;
	margin: 3em auto 0 auto;
}
.expandable-cats section {
	background: #FFF;
	margin: 1.5em 0;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
.expandable-cats section:last-child {
	margin-bottom: 0;
}
.expandable-cats section.open h2 a:before {
	content: "\f0d8";
	left: 15px;
}
.expandable-cats section.open .expand-content {
	opacity: 1;
}
.expandable-cats section h2 {
	margin: 0;
	line-height: 115%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 1.3em;
}
.expandable-cats section h2 a {
	display: block;
	padding: 20px 20px 20px 35px;
	position: relative;
}
.expandable-cats section h2 a:hover, .expandable-cats section h2 a:active {
	text-decoration: none;
	color: #610404;
}
.expandable-cats section h2 a:before {
	content: "\f0da";
	display: block;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 20px;
	top: 20px;
}
.expandable-cats .expand-content {
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.expandable-cats article {
	text-align: left;
}
.expandable-cats article h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	margin: 0 0 0.4em 0;
	font-size: 1.3em;
}
.expandable-cats article p {
	margin: 0.5em 0;
	line-height: 140%;
	font-size: 0.85em;
}
.expandable-cats article > div {
	margin-bottom: 20px;
}
.expandable-cats article:last-child > div {
	margin-bottom: 0;
}
.expandable-cats article div.crosslink {
	margin-top: 1em;
	font-weight: 700;
	line-height: 120%;
	font-size: 0.9em;
}
.expandable-cats article div.crosslink a {
	color: #848484;
}
.expandable-cats article div.crosslink a:hover, .expandable-cats article div.crosslink a:active {
	color: #9d0a0a;
	text-decoration: underline;
}
.expandable-cats article .brandlogo {
	display: block;
}
.expandable-cats article .brandlogo img {
	display: block;
}

section.fullimgcta, section.fullvideocta {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 50px;
	color: #FFF;
	font-weight: 700;
	padding-top: 12%;
	padding-bottom: 12%;
	padding-left: 20px;
	padding-right: 20px;
}
section.fullimgcta h2, section.fullvideocta h2 {
	color: #FFF;
	text-shadow: 0px 0px 30px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0);
}
section.fullimgcta .blurb, section.fullvideocta .blurb {
	line-height: 115%;
	text-shadow: 0px 0px 30px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0);
}
section.fullimgcta .content, section.fullvideocta .content {
	max-width: 900px;
}

section.fullvideocta {
	background: #2f2f2f url("img/soil-texture.jpg") repeat center center;
	padding: 0;
}
section.fullvideocta .wrap-lg {
	position: relative;
	/* padding-bottom: 70%; */
}
section.fullvideocta figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
section.fullvideocta figure video {
	position: absolute;
	left: -30%;
	top: 0;
	width: 160%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
section.fullvideocta .content {
	padding: 50px 20px;
	position: relative;
	text-align: center;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
	right: 0;
	z-index: 2;
}
section.fullvideocta .content a.btn {
	margin-top: 2.5em;
	margin-bottom: 0;
}

section.thumblist {
	margin: 2em 0;
}
section.thumblist h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #2F2F2F;
	line-height: 120%;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 25px;
}
section.thumblist article {
	max-width: 340px;
	margin-bottom: 2em;
}
section.thumblist article figure {
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	margin-bottom: 0.8em;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
section.thumblist article figure img {
	display: block;
}
section.thumblist article h3 {
	margin: 0.2em 0 0 0;
	font-size: 0.9em;
	color: #2F2F2F;
	line-height: 120%;
}
section.thumblist article a h3 {
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	color: #848484;
}
section.thumblist article a h3:after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	margin-left: 0.8em;
	font-size: 1em;
	top: 0.1em;
}
section.thumblist article a:hover, section.thumblist article a:active {
	text-decoration: none;
}
section.thumblist article a:hover figure, section.thumblist article a:active figure {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
section.thumblist article a:hover h3, section.thumblist article a:active h3 {
	color: #9d0a0a;
}

section.imgcta {
	margin: 3em 0;
}
section.imgcta figure {
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	margin-bottom: 0.7em;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	max-width: 340px;
}
section.imgcta figure img {
	display: block;
}
section.imgcta a:hover figure, section.imgcta a:active figure {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
section.imgcta h3 {
	text-transform: uppercase;
	font-size: 1.5em;
	color: #2F2F2F;
	line-height: 120%;
	margin: -0.4em 0 0 0;
}
section.imgcta .blurb p {
	margin: 0.4em 0;
	font-size: 0.85em;
}

section.inside-imgmodules, section.inside-largeimgmodules {
	margin: 3em 0 20px 0;
}
section.inside-imgmodules h3, section.inside-largeimgmodules h3 {
	margin: 0 0 1em 0;
}
section.inside-imgmodules .grid-item, section.inside-largeimgmodules .grid-item {
	margin-bottom: 30px;
}
section.inside-imgmodules article, section.inside-largeimgmodules article {
	padding: 20px;
	max-width: 440px;
	margin-right: auto;
	background: #FFF;
	min-height: 100%;
	position: relative;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
section.inside-imgmodules article.haslink, section.inside-largeimgmodules article.haslink {
	padding-bottom: 115px;
}
section.inside-imgmodules article figure, section.inside-largeimgmodules article figure {
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 1.1em;
}
section.inside-imgmodules article figure img, section.inside-largeimgmodules article figure img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}
section.inside-imgmodules article h3, section.inside-largeimgmodules article h3 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0 0.6em 0;
	line-height: 110%;
}
section.inside-imgmodules article p, section.inside-largeimgmodules article p {
	margin: 0.2em 0 1em 0;
	line-height: 140%;
	font-size: 0.9em;
}
section.inside-imgmodules article p:last-child, section.inside-largeimgmodules article p:last-child {
	margin-bottom: 0;
}
section.inside-imgmodules article .blurb, section.inside-largeimgmodules article .blurb {
	display: block;
}
section.inside-imgmodules article a.btn, section.inside-largeimgmodules article a.btn {
	position: absolute;
	bottom: 26px;
	left: 20px;
	margin: 0;
	white-space: nowrap;
}

section.inside-largeimgmodules article {
	max-width: 800px;
}

div.btnrow {
	margin: 2em 0;
}
div.btnrow ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.btnrow ul li {
	display: block;
	margin: 0.3em 0;
	padding: 0;
}
div.btnrow ul li a.btn {
	display: block;
	font-size: 1em;
	margin: 0.4em 0;
}

div.brandfilter {
	padding: 60px 0;
}
div.brandfilter h3 {
	margin-top: 0;
}
div.brandfilter select {
	background-color: #FFF;
	color: #9d0a0a;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 3em;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
div.brandfilter .dlritem {
	margin-top: 1em;
	margin-bottom: 1em;
}
div.brandfilter .dlritem h4 {
	margin: 0;
	font-size: 1em;
	text-transform: none;
}
div.brandfilter .dlritem p {
	margin: 0;
	font-size: 0.9em;
	color: #2F2F2F;
}

section.gravityform {
	margin-left: -3000px;
	margin-right: -3000px;
	padding-left: 3000px;
	padding-right: 3000px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
	background: #000 url("img/bg-home-middle.jpg") no-repeat center center;
	background-size: auto 130%;
	position: relative;
}
section.gravityform h3 {
	color: #9d0a0a;
	margin: 0;
	line-height: 120%;
}
section.gravityform:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}
section.gravityform .wrap {
	position: relative;
	background: #FFF;
	padding: 20px;
	z-index: 2;
}
section.gravityform .gform_wrapper .gfield_label {
	font-weight: 700;
	color: #9d0a0a;
}
section.gravityform .gform_wrapper select,
section.gravityform .gform_wrapper input[type=text],
section.gravityform .gform_wrapper textarea,
section.gravityform .gform_wrapper input[type=email],
section.gravityform .gform_wrapper input[type=tel], section.gravityform .gform_wrapper input[type=password] {
	background: #f5f4f4;
}
section.gravityform .gfield_html {
	margin: 0;
}
section.gravityform p.required-note {
	margin: -1em 0 2em 0;
	font-size: 0.85em;
	color: #666;
}

div.brandlist {
	margin: 50px 0 30px 0;
}
div.brandlist figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.brandlist figure a, div.brandlist figure span {
	display: block;
	background: #FFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
div.brandlist figure img {
	opacity: 0.75;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
div.brandlist figure img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);
}
div.brandlist .grid-row {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.div.brandlist .inside-content a[target=_blank]:not(.noicon):after{
	display: none;
}
section.peoplelist {
	margin: 50px 0;
}
section.peoplelist h3 {
	margin-bottom: 1em;
}
section.peoplelist article {
	margin-bottom: 3em;
}
section.peoplelist article figure {
	margin-bottom: 1.5em;
}
section.peoplelist article h4, section.peoplelist article h5 {
	font-size: 1em;
	margin: 0.1em 0 0.3em 0;
	line-height: 120%;
	text-transform: none;
}
section.peoplelist article h5 {
	font-size: 0.8em;
}
section.peoplelist article p {
	margin: 0.4em 0;
	line-height: 110%;
	font-size: 0.8em;
}

#career-list h4 {
	text-transform: none;
	font-size: 1.2em;
	margin: 1em 0 0.6em 0;
}
#career-list p {
	font-size: 0.9em;
	margin: 0.6em 0;
}

.flex-imgblurb .grid-row {
	margin-top: 40px;
	margin-bottom: 40px;
}
.flex-imgblurb figure {
	margin-bottom: 1.5em;
}

.flex-imgblurb + div.brandlist {
	border-top: 1px solid #DADADA;
	padding-top: 44px;
}

/* == EQUIPMENT == */
#equip-brands {
	padding-top: 1em;
}

#brands-container {
	background: #FFF;
	padding-top: 3em;
	padding-bottom: 3em;
}

#agco-brands > article, #non-agco-brands > article {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
#agco-brands > article a, #non-agco-brands > article a {
	display: block;
	width: 100%;
	background: #FFF;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

#agco-brands {
	margin-top: 1.5em;
}

.equip-logo-contain {
	display: block;
	width: 100%;
	overflow: hidden;
	min-height: 90px;
	padding: 7px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.equip-img-contain {
	background: #454444;
}

.equip-img-contain img {
	display: block;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.mfgr-cat:hover .equip-img-contain img,
.mfgr a:hover .equip-img-contain img {
	opacity: 1;
}

.equip-logo {
	display: inline-block;
	max-width: 50%;
	height: auto;
	/*
	-webkit-filter: grayscale(1);
	filter: gray;
	   filter: grayscale(1);
	   opacity: 0.75;
	*/
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.mfgr a:hover .equip-logo {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);
}

.two-thirds-cols {
	margin: 0 -1em;
}

.two-thirds-cols > div {
	padding: 0 1em;
}

#equip-types article {
	margin-top: 2.5em;
	padding: 0 0 2.5em 0;
	border-bottom: 1px solid #e5e5e5;
}
#equip-types h2 {
	margin-top: 0.3em;
	margin-bottom: 0.4em;
	text-transform: uppercase;
	font-size: 1em;
}
#equip-types p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#equip-types a.equiplink {
	font-weight: bold;
}

h3#subcat-parent {
	margin: 0.4em 0 0 0;
	font-size: 1em;
	padding-bottom: 1em;
	line-height: 115%;
}

h3#subcat-parent a {
	color: #000;
}

#view-all-brands,
a.backlink-sm {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 2em 0;
}

#view-all-brands:before,
a.backlink-sm:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: relative;
	top: -0.2em;
	display: inline-block;
	margin-right: 0.6em;
	font-size: 0.6em;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

#view-all-brands:hover:before,
a.backlink-sm:hover:before {
	margin-right: 1em;
	margin-left: -0.4em;
}

#subcat-list h2 {
	display: block;
	margin: 2.5em 0 1.5em 0;
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 0.6em;
	font-size: 1.2em;
	text-transform: uppercase;
}
#subcat-list h3 {
	font-size: 1em;
	margin: 0.7em 0 0.3em 0;
}
#subcat-list .subcat-desc {
	margin: 0.6em 0;
	font-size: 15px;
	line-height: 150%;
}
#subcat-list a.external, #subcat-list #subcat-list a.internal {
	margin-top: 0.3em;
	white-space: normal;
}
#subcat-list article {
	padding-bottom: 2.5em;
}

ul.speclist {
	list-style: none;
	margin: 0.5em 0 0 0;
	padding: 0;
}
ul.speclist li {
	font-size: 15px;
	line-height: 120%;
	margin: 0;
	border-top: 1px solid #d7d7d7;
	padding: 0.6em;
}
ul.speclist li:last-child {
	border-bottom: 1px solid #d7d7d7;
}

#subcat-nav {
	margin: 0 0 4em 0;
}

#equipcat-nav ul {
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#equipcat-nav ul li a {
	display: block;
	font-weight: 400;
	padding: 0.4em 0 0.4em 14px;
	color: #000;
	font-size: 15px;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	line-height: 115%;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	position: relative;
}
#equipcat-nav ul li a:before {
	position: absolute !important;
	left: 0 !important;
	top: 0.65em !important;
}
#equipcat-nav ul li.current-page > a {
	color: #9d0a0a;
}

#equipcat-leftcol #view-all-brands {
	margin-top: 2em;
}

#equip-col2, #contact-col1 {
	margin: 0 0 2em 0;
}
#equip-col2 h3, #contact-col1 h3 {
	margin: 0;
	font-size: 1.4em;
	line-height: 120%;
	text-transform: uppercase;
}
#equip-col2 h3#subcat-parent, #contact-col1 h3#subcat-parent {
	margin: 0;
	font-size: 1em;
	padding: 1em 0 0 0;
	border-top: 8px solid #9d0a0a;
}
#equip-col2 h3#subcat-parent a, #contact-col1 h3#subcat-parent a {
	display: block;
	position: relative;
	color: #000;
}
#equip-col2 h3#subcat-parent a:after, #contact-col1 h3#subcat-parent a:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0.3em;
	top: 0;
}
#equip-col2 .gform_wrapper, #contact-col1 .gform_wrapper {
	padding: 10px 0px;
}
#equip-col2 .gform_fields, #contact-col1 .gform_fields {
	margin-top: 0;
}
#equip-col2 .gfield_html, #contact-col1 .gfield_html {
	margin-bottom: 0.6em;
}
#equip-col2 .gfield_html p, #contact-col1 .gfield_html p {
	margin: 0;
	color: #9d0a0a;
}
#equip-col2 .gform_footer, #contact-col1 .gform_footer {
	padding-top: 0;
}
#equip-col2 fieldset, #contact-col1 fieldset {
	border: none;
}

#contact-locations .contact-location article {
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	background: #FFF;
	min-height: 100px;
	margin-bottom: 20px;
	padding: 30px;
}
#contact-locations .contact-location article h4 {
	margin: 0 0 0.3em 0;
}
#contact-locations .contact-location article p {
	font-size: 16px;
	margin: 0;
}
#contact-locations .contact-location article a.loclink {
	display: block;
	color: #000;
	text-decoration: underline;
	font-size: 16px;
	margin-top: 1.2em;
}
#contact-locations .contact-location article a.loclink:hover, #contact-locations .contact-location article a.loclink:active {
	color: #9d0a0a;
}
#contact-locations .contact-location p {
	margin: 0.5em 0;
}

.pagecol > figure:first-child {
	margin-top: 0;
}

/* == Equipment Product Page == */
#product, #single-rep {
	padding: 2em 1em 3em 1em;
}
#product h1, #single-rep h1 {
	font-size: 1.6em;
	margin: -0.1em 0 20px 0;
}

#prod-btns {
	margin-top: 20px;
	margin-bottom: 20px;
}
#prod-btns a.btn.alt:after {
	display: none;
}
#prod-btns a.btn {
	width: 100%;
	text-align: center;
	margin: 0.5em 0;
}

#prod-share {
	margin-top: 0.5em;
}

#prod-media-tabs {
	border-bottom: 1px solid #373737;
	margin-top: 2.5em;
}
#prod-media-tabs a {
	display: inline-block;
	vertical-align: baseline;
	font-weight: 700;
	text-transform: uppercase;
	background: #b2b2b2;
	color: #FFF;
	padding: 0.8em 2em 0.7em 2em;
	line-height: 100%;
	font-size: 14px;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
}
#prod-media-tabs a:hover,
#prod-media-tabs a:active,
#prod-media-tabs a.current {
	background: #333;
	text-decoration: none;
}

#product-photo-main .slide > img {
	width: 100%;
	height: auto;
}

#prod-photos, #prod-videos {
	max-height: 0;
	overflow: hidden;
}
#prod-photos .slide, #prod-videos .slide {
	padding: 8px;
	overflow: hidden;
}
#prod-photos.active, #prod-videos.active {
	max-height: 500px;
	padding: 10px 0;
	overflow: visible;
}

#prod-videos.active {
	padding-top: 20px;
	padding-bottom: 20px;
}
#prod-videos .video-thumb a {
	display: block;
	margin-top: -10%;
	margin-bottom: -10%;
	position: relative;
}
#prod-videos .video-thumb a:before {
	content: "\f04b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	margin-left: -15px;
	margin-top: -15px;
}

.prod-media-slider {
	position: relative;
	margin-left: -8px;
}
.prod-media-slider .slick-track {
	margin-left: 0;
}
.prod-media-slider button {
	background: transparent;
	position: absolute;
	left: -12px;
	top: 50%;
	width: 20px;
	text-align: center;
	height: 40px;
	padding: 0;
	margin: -25px 0 0 0;
	font-size: 35px;
	line-height: 30px;
	color: #2F2F2F;
	min-width: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.prod-media-slider button:before {
	display: none;
}
.prod-media-slider button i {
	margin: 0;
}
.prod-media-slider button.slick-next {
	right: -14px;
	left: auto;
	padding-left: 2px;
}
.prod-media-slider button:hover {
	color: #000;
	background: transparent;
}
.prod-media-slider button:after {
	display: none;
}
.prod-media-slider .slick-current .slide {
	opacity: 0.7;
}

#prod-desc p {
	font-size: 0.85em;
}
#prod-desc p:first-child {
	margin-top: 0;
}
#prod-desc h3 {
	color: #9d0a0a;
	text-transform: uppercase;
	margin: 0.6em 0 0 0;
	font-size: 1em;
}

#specs-table {
	margin-top: 3em;
	margin-bottom: 3em;
	position: relative;
}
#specs-table:after {
	content: "SWIPE TO VIEW CHART";
	display: block;
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -90px;
	height: 27px;
	padding-left: 40px;
	background: url("img/swipe.png") no-repeat left top;
	font-weight: 700;
	font-size: 12px;
	color: #7a7a7a;
}
#specs-table thead th {
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background-color: #9d0a0a;
	color: #FFF;
	font-weight: 700;
	font-size: 18px;
	padding: 10px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}
#specs-table thead th:last-child {
	border-right: none;
}
#specs-table td {
	padding: 8px 10px;
	text-align: center;
	border: 1px solid #d7d7d7;
	background-color: #FFF;
	font-size: 0.8em;
	line-height: 115%;
}
#specs-table tbody tr:hover td {
	background-color: #d8d8d8;
}
#specs-table .tablepress-table-description {
	display: block;
	margin: 1.5em 0 0.5em;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.15em;
}

#specs-table-container {
	max-width: 100%;
	overflow-x: auto;
	padding-left: 1px;
}
#specs-table-container table {
	min-width: 960px;
}

#specs-table h3,
#prod-related h3,
#prod-quote h2 {
	margin-bottom: 0.7em;
	font-size: 1.5em;
	text-transform: uppercase;
}

#prod-related {
	margin-top: 3em;
}
#prod-related article {
	max-width: 600px;
	margin: 0 auto;
}
#prod-related a.internal {
	display: block;
	margin-top: 0.3em;
	white-space: normal;
	font-weight: 700;
	color: #9d0a0a;
	font-size: 0.9em;
}

#prod-offers {
	background: #9d0a0a;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-top: 2em;
	margin-bottom: 2em;
}
#prod-offers article {
	color: #FFF;
	padding: 1.5em;
	text-align: center;
}
#prod-offers article h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0;
}
#prod-offers a.prod-offer-expandlink {
	display: inline-block;
	margin-top: 1em;
	line-height: 100%;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFF;
}
#prod-offers a.prod-offer-expandlink:hover, #prod-offers a.prod-offer-expandlink:active {
	color: #610404;
	text-decoration: none;
}
#prod-offers a.prod-offer-expandlink:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.7em;
	vertical-align: middle;
	margin-right: 0.4em;
}
#prod-offers .prod-offer-expandcontent {
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
#prod-offers .open > .prod-offer-expandcontent {
	max-height: 1500px;
	opacity: 1;
	text-align: left;
	max-width: 750px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}
#prod-offers .open > a.prod-offer-expandlink:hover:before {
	content: "\f077";
}
#prod-offers .open > a.prod-offer-expandlink:before {
	content: "\f078";
}
#prod-offers .promo-ctas {
	text-align: center;
}
#prod-offers .promo-ctas a.btn {
	margin-left: 0.4em;
	margin-right: 0.4em;
}

#prod-quote {
	padding: 1em 2000px 3em 2000px;
	margin: 0 -2000px;
}
#prod-quote > div {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 3em;
	padding-bottom: 3em;
	max-width: 960px;
}
#prod-quote #prod-quote-head {
	text-align: center;
}
#prod-quote #prod-quote-head h2 {
	margin-bottom: 0;
}
#prod-quote #prod-quote-head p {
	margin: 0;
	color: #9d0a0a;
}
#prod-quote .gform_footer {
	text-align: center;
}

/* == INVENTORY SEARCH == */
#inv-search-screen {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.7);
	z-index: -1;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
#inv-search-screen:before {
	content: "";
	opacity: 0.6;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	width: 200px;
	height: 200px;
	background: url("img/ajax-gear.svg") no-repeat center center;
}
#inv-search-screen.loading {
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1000;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
}

#inv-search-qfield {
	display: block;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

#inv-search-form, #dealer-contact {
	/*
	#inv-search-sort{
		background-color: $c-red;
		color: $c-white;
	}
	*/
}
#inv-search-form input[type=text],
#inv-search-form input[type=search],
#inv-search-form select,
#inv-search-form input[type=email],
#inv-search-form textarea, #dealer-contact input[type=text],
#dealer-contact input[type=search],
#dealer-contact select,
#dealer-contact input[type=email],
#dealer-contact textarea {
	height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	width: 100%;
	padding: 5px 10px;
	background-color: #FFF;
}
#inv-search-form select, #dealer-contact select {
	font-size: 0.8em !important;
}

#inv-search-form {
	padding-top: 20px;
}
#inv-search-form #inv-search-q {
	display: block;
	float: left;
	width: 80%;
	border-right: none;
}
#inv-search-form #inv-search-submit {
	display: block;
	float: left;
	padding: 0;
	height: 45px;
	width: 20%;
	min-width: 0;
	margin: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#inv-search-form #inv-search-submit i {
	margin: 0;
}
#inv-search-form #inv-search-submit:after {
	display: none;
}
#inv-search-form label {
	display: block;
	font-size: 0.8em;
	padding-bottom: 6px;
}

#tax-checkboxes {
	padding-top: 20px;
}
#tax-checkboxes .category-expand {
	margin: 1.8em 0 0 0;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	padding: 0;
}
#tax-checkboxes .category-expand > div {
	max-height: 350px;
	padding: 10px 0 30px 0;
	overflow: auto;
}
#tax-checkboxes h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1em;
	list-style: 120%;
	padding: 10px 0px 10px 0px;
	margin: 0;
	border-bottom: 1px solid #d7d7d7;
}
#tax-checkboxes label {
	display: block;
	position: relative;
	padding: 5px 20px 5px 30px;
	font-size: 14px;
	line-height: 16px;
}
#tax-checkboxes label:hover {
	color: #000;
}
#tax-checkboxes label input {
	position: absolute;
	left: 0px;
	top: 4px;
	height: 13px;
	width: 13px;
}
#tax-checkboxes .catfilter {
	padding-bottom: 20px;
}
#tax-checkboxes .catfilter > div {
	padding-top: 10px;
}

#invsearch-tags {
	margin: 1em 0 1.8em 0;
}

.formspace {
	margin: 0 -0.2em;
}

.formspace > div {
	padding: 0 0.2em 1em 0.2em;
}

.search-tag {
	display: inline-block;
	color: #000;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 0.6em 0.8em 0.6em 28px;
	border: 1px solid #e5e5e5;
	line-height: 100%;
	position: relative;
	color: #666;
	background: #FFF;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border: 1px solid #DADADA;
	border-radius: 8px;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
.search-tag:hover, .search-tagactive {
	text-decoration: none;
}

.search-tag:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	position: absolute;
	left: 9px;
	top: 8px;
	line-height: 100%;
	color: #000;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

.search-tag:hover {
	color: #000;
	border-color: #999;
}

.search-tag:hover:before {
	color: #000;
}

.invsearch-item {
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	background: #FFF;
	padding: 1.5em 1em;
	margin-bottom: 2em;
}
.invsearch-item figure {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #d7d7d7;
	margin-bottom: 1em;
}
.invsearch-item figure img {
	display: block;
}
.invsearch-item h3, .invsearch-item h4 {
	margin: 0 0 0.6em 0 !important;
}
.invsearch-item h3 {
	font-size: 1.05em;
	line-height: 105%;
	margin-top: -0.1em;
}
.invsearch-item h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1em;
	margin: 0.3em 0 0.5em 0;
	font-weight: 400;
}
.invsearch-item .contact-price {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

.invsearch-item .item-placeholder figure, #related-slider .item-placeholder figure {
	background: #efefef;
	padding-bottom: 61%;
	position: relative;
}
.invsearch-item .item-placeholder figure img, #related-slider .item-placeholder figure img {
	display: block;
	position: absolute;
	width: 226px;
	height: 61px;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -113px;
}

#related-slider {
	/*
	.item-placeholder img{
		position: absolute;
		width:80%;
		left:10%;
		top:35%;
		opacity: 0.4;
		-webkit-filter: grayscale(1);
		filter: gray;
		filter: grayscale(1);
	}
	*/
}
#related-slider .slick-track {
	margin-left: 0;
}

.money-type {
	display: inline-block;
	font-size: 0.6em;
	margin-right: 2em;
}

.exchange-link {
	display: inline-block;
	font-size: 0.7em;
	font-weight: normal;
}

.invsearch-sortlabel {
	font-size: 0.8em;
	text-transform: uppercase;
}

.expand-mobile a {
	display: block;
	width: 100%;
	padding: 0 0 1em 0;
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 100%;
}

.item-hours, .item-condition, .item-updated {
	font-size: 0.8em;
	line-height: 140%;
}

.item-condition {
	margin-bottom: 1em;
}

.item-updated {
	color: #848484;
	font-size: 0.7em;
}

.item-dealerinfo {
	padding-top: 1em;
	font-size: 14px;
	line-height: 130%;
	font-weight: 500;
}
.item-dealerinfo > div {
	margin-bottom: 0.2em;
}
.item-dealerinfo .item-contact {
	margin: 1em 0 0 0;
}
.item-dealerinfo .item-contact a.arrowlink {
	margin: 0;
	text-transform: uppercase;
	color: #9d0a0a;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 17px;
}
.item-dealerinfo a.btn.sm-mobile {
	padding: 1em 1.2em 0.8em 1.2em;
	font-size: 0.9em;
}
.item-dealerinfo .item-dirlink {
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
}

#more-jump-mobile {
	margin: 2em 0 0 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
#more-jump-mobile a {
	display: block;
}
#more-jump-mobile i {
	font-size: 10px;
	margin-right: 0.6em;
}

/* == Detail Page == */
h1.thitem-title {
	margin-bottom: 0;
}

h3.detail-item-price,
h4.detail-item-price,
h4.detail-contact-price {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
}

.item-video-thumb {
	position: relative;
}

.item-video img,
.item-video-thumb img {
	margin-top: -7%;
	margin-bottom: -7%;
	cursor: pointer;
}
.item-video:after,
.item-video-thumb:after {
	content: "\f04b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	text-indent: 0.15em;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #FFF;
	opacity: 0.6;
	margin-left: -15px;
	margin-top: -15px;
	border-radius: 999px;
}

.item-video:after {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	font-size: 2em;
	line-height: 60px;
}

.item-video:hover:after {
	opacity: 1;
}

#inventory-detail-slider {
	margin: 2em 0;
}
#inventory-detail-slider .nav-slider {
	position: relative;
	margin: 0 -0.6em;
}
#inventory-detail-slider .nav-slider .slide {
	cursor: pointer;
}
#inventory-detail-slider figure {
	overflow: hidden;
	margin: 0;
}
#inventory-detail-slider .nav-slider figure {
	border: 2px solid transparent;
	opacity: 0.8;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
#inventory-detail-slider .nav-slider figure:hover {
	opacity: 1;
}
#inventory-detail-slider .nav-slider .slick-current figure {
	border-color: #666;
	opacity: 1;
}
#inventory-detail-slider .nav-slider .slide {
	padding: 1.2em 0.6em;
}
#inventory-detail-slider .nav-slider :active,
#inventory-detail-slider .nav-slider :focus,
#inventory-detail-slider .nav-slider ::-moz-focus-inner {
	outline: 0;
	border: 0;
}
#inventory-detail-slider .slick-arrow {
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	position: absolute;
	top: 50%;
	left: -20px;
	border: none;
	background: transparent;
	font-size: 30px;
	color: #000;
	padding: 0;
	width: 35px;
	height: 70px;
	margin: -35px 0 0 0;
	opacity: 0.25;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#inventory-detail-slider .slick-arrow i {
	margin: 0;
}
#inventory-detail-slider .slick-arrow.slick-disabled {
	opacity: 0.3;
}
#inventory-detail-slider .slick-next {
	left: auto;
	right: -23px;
}

.thitem-details {
	padding: 20px;
	margin-top: 10px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.thitem-details p:first-child {
	margin-top: 0;
}

#dealer-contact-container {
	margin-top: 1.6em;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}
#dealer-contact-container.highlight {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.55);
	        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.55);
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
#dealer-contact-container h3 {
	color: #9d0a0a;
	text-transform: uppercase;
	font-size: 1em;
	list-style: 120%;
	margin: 0;
}

#item-dealerinfo {
	margin-top: 1.6em;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
#item-dealerinfo h3 {
	color: #9d0a0a;
	text-transform: uppercase;
	font-size: 1em;
	list-style: 120%;
	padding: 17px 20px 17px 20px;
	margin: 0;
	border-bottom: 1px solid #d7d7d7;
}
#item-dealerinfo > div {
	padding: 20px;
	font-size: 0.8em;
	line-height: 120%;
}
#item-dealerinfo > div > a {
	display: block;
	font-size: 0.9em;
	margin-top: 0.2em;
	font-weight: 700;
}

#dealer-contact .formspace {
	margin: 0;
}
#dealer-contact .error-msg {
	display: none;
	font-size: 0.75em;
	line-height: 120%;
	padding-top: 4px;
}
#dealer-contact .error .error-msg {
	display: block;
}
#dealer-contact .error input[type=text],
#dealer-contact .error input[type=email],
#dealer-contact .error textarea {
	background-color: #e6d2d2;
}
#dealer-contact label {
	display: block;
	padding-top: 18px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 110%;
	color: #9d0a0a;
	font-weight: 700;
}
#dealer-contact textarea {
	height: 80px;
}
#dealer-contact button {
	margin-bottom: 0;
}

.item-detail-desc p {
	margin: 0.7em 0 1em 0;
}

/* Anti-spam honeypot */
#sp-contain {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Related Slider */
#invsearch-related {
	background: #e5e5e5;
	padding: 3em 0;
	margin-bottom: -50px;
}
#invsearch-related h2 {
	margin-bottom: 0.7em;
}
#invsearch-related h3 {
	margin: 0.8em 0 0.3em 0;
	font-size: 1em;
	line-height: 115%;
}

#related-slider {
	position: relative;
}
#related-slider .slide {
	padding: 0 1em;
}
#related-slider article {
	margin: 0 auto;
	background: #FFF;
	padding: 1em;
	min-height: 400px;
	max-width: 350px;
}
#related-slider .item-condition {
	margin-bottom: 0;
}
#related-slider .slick-arrow {
	position: absolute;
	padding: 0;
	width: 40px;
	height: 40px;
	left: 0;
	top: 160px;
	z-index: 10;
}
#related-slider .slick-next {
	left: auto;
	right: 0;
}

/* == OFFERS == */
article.offer {
	padding: 10px;
	margin-bottom: 3em;
	width: 100%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}
article.offer h3 {
	margin-top: 0;
	text-transform: none;
	font-family: "Roboto Condensed", sans-serif;
	color: #2F2F2F;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 120%;
}
article.offer .offer-detail {
	font-size: 0.9em;
}
article.offer .offer-detail p {
	line-height: 130%;
}
article.offer .offer-brand {
	text-transform: uppercase;
	color: #666;
	margin: 0 0 0.6em 0;
	font-size: 0.85em;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
}
article.offer .disclaimer {
	font-size: 13px;
	line-height: 140%;
}
article.offer .callout-container {
	margin-top: 1em;
}
article.offer figure.offer-thumb {
	margin: -10px -10px 1.5em -10px;
}
article.offer figure.offersingle-thumb {
	margin: 3em 0 2em 0;
}
article.offer a.btn {
	margin: 2em 0 0 0;
}

.callout {
	/*
	display: block;
	width: 100%;
	//background: #e5e5e5;
	//padding: 0.6em 1em;
	font-size: 0.85em;
	font-weight: 700;
	line-height: 110%;
	//border-radius: 999px;
	*/
	display: inline-block;
	font-size: 12px;
	width: auto;
	border: 1px solid #DADADA;
	padding: 0.8em 1.2em;
	text-transform: uppercase;
	border-radius: 8px;
	margin-top: 2em;
	font-weight: 700;
}

.promo-single .offer-thumb {
	margin: 1.3em 0;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
.promo-single h2.offertitle {
	margin-top: 0;
	text-transform: none;
	font-family: "Roboto Condensed", sans-serif;
	color: #2F2F2F;
	text-transform: uppercase;
	line-height: 120%;
}
.promo-single .offer-brand {
	text-transform: uppercase;
	color: #666;
	margin: 0;
	font-size: 0.85em;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
}
.promo-single .callout {
	margin-top: 2em;
}
.promo-single .disclaimer {
	font-size: 13px;
	line-height: 140%;
	margin: 2em 0;
}

/* == SEARCH == */
article.search-result {
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 2em 0;
	margin: 0 0 2em 0;
}
article.search-result h3 {
	text-transform: none;
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}
article.search-result p {
	margin: 0;
}

/* == STORY SLIDER == */
.storyslider {
	margin: 2em 0;
}
.storyslider .slick-arrow {
	position: absolute;
	padding: 0;
	background: #ebeaea;
	color: #c1c0c0;
	top: 50%;
	left: -50px;
	margin-top: -50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 1em;
	cursor: pointer;
}
.storyslider .slick-arrow.slick-disabled {
	opacity: 0.2;
}
.storyslider .slick-arrow i {
	margin: 0;
}
.storyslider .slick-arrow:hover {
	color: #9d0a0a;
}
.storyslider .slick-next {
	left: auto;
	right: -50px;
}
.storyslider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.storyslider .slick-slide {
	float: none !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	background: #FFF;
	height: auto;
	min-height: 100%;
}
.storyslider .slick-slide > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	min-width: 100%;
}
.storyslider .story-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.storyslider .story-item-inner > * {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.storyslider article {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.storyslider article > div {
	background: #FFF;
	padding: 1em;
	margin: 0;
	border-top: 8px solid #9d0a0a;
}
.storyslider article > div figure {
	margin: 2em -1em -1em -1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
.storyslider article > div figure img {
	display: block;
	width: 100%;
}
.storyslider article .blurb {
	line-height: 140%;
	font-size: 14px;
}
.storyslider article h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}
.storyslider article p {
	margin: 0;
}
.storyslider ul.slick-dots {
	list-style: none;
	margin: 0.8em 0 0 0;
	padding: 0;
	text-align: center;
}
.storyslider ul.slick-dots li {
	display: inline-block;
}
.storyslider ul.slick-dots li button {
	width: 7px;
	height: 7px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 2px;
	padding: 0;
	border-radius: 4px;
	background: #c1c0c0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.storyslider ul.slick-dots li.slick-active button {
	background: #9d0a0a;
	width: 16px;
}

#inside-rightcol .acf-flex:first-child .storyslider:first-child {
	margin-top: 0;
}

/* =========================================================================
   MEDIA QUERIES -----------------------------------------------------------
   ========================================================================= */
@media only screen and (max-width: 1279px) {
	#site-footer .pure-u-1 {
		margin-bottom: 1.5em;
	}
}
@media only screen and (max-width: 1199px) {
	.hidemobile {
		display: none !important;
	}
	/* content swapping for mobile */
	.flex-flip {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-flow: column;
		    flex-flow: column;
	}
	.flex-flip > * {
		width: auto !important;
	}
	.flex-flip > :first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
		-moz-box-flex: 2;
	}
	.flex-flip > :last-child {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
		-moz-box-flex: 1;
	}
	#site-header {
		position: absolute;
		left: 0;
		top: 0;
		height: 115px;
		overflow: hidden;
		width: 100%;
		z-index: 100;
		background: #FFF;
		-webkit-transition: none;
		-webkit-transform: none;
	}
	#nav-top {
		z-index: 100;
		/*
		      position: relative;
		      height:60px;
		      overflow: visible;
		      z-index: 100;
		      .wrap{
		          position: static;
		      }
		*/
	}
	#header-nav-container {
		position: fixed;
		left: -100%;
		width: 100%;
		bottom: 0;
		top: 115px;
		background: #9d0a0a;
		overflow: hidden;
		overflow-y: auto;
		z-index: 1;
		-webkit-transition: all 0.35s;
		-o-transition: all 0.35s;
		transition: all 0.35s;
	}
	.menu-open #header-nav-container {
		left: 0;
		width: 200%;
	}
	.submenu-open.menu-open #header-nav-container {
		left: -100%;
	}
	#header-nav {
		position: relative;
		letter-spacing: -0.31em;
		text-rendering: optimizespeed;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-flow: row wrap;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	#close-menu, #menu-toggle {
		position: absolute;
		right: 10px;
		top: 45px;
		font-size: 38px;
		width: 60px;
		height: 52px;
		background: #FFF;
		color: #000;
		text-align: center;
		line-height: 60px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s, top 0.35s linear;
		-o-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s, top 0.35s linear;
		transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s, top 0.35s linear;
	}
	#menu-toggle {
		opacity: 1;
		max-height: 60px;
		z-index: auto;
		visibility: visible;
		line-height: 55px;
	}
	#menu-toggle:hover {
		background: #610404;
		color: #FFF;
	}
	#close-menu {
		background: #610404;
		color: #FFF;
		line-height: 55px;
		font-size: 28px;
	}
	.menu-open #menu-toggle {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.menu-open #menu-toggle.focusable:active, .menu-open #menu-toggle.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}
	.menu-open #close-menu {
		visibility: visible;
		opacity: 1;
		max-height: 60px;
	}
	#header-search {
		/*
		   top:116px;
		   left:60px;
		height:52px;
		padding:6px 12px;
		right:0;
		background: $c-accent;
		*/
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 20px;
	}
	.search-open #header-search {
		z-index: 20;
	}
	#primary-nav, #mobile-submenu-container {
		display: inline-block;
		*display: inline;
		zoom: 1;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		text-rendering: auto;
		width: 100%;
		margin-top: 20px;
		width: 50%;
	}
	#primary-nav ul, #mobile-submenu-container ul {
		margin: 0;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#primary-nav ul > li, #mobile-submenu-container ul > li {
		display: block;
	}
	#primary-nav ul > li.menu-item-has-children > a:after, #mobile-submenu-container ul > li.menu-item-has-children > a:after {
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right: 20px;
		top: 16px;
		font-size: 12px;
		color: #FFF;
	}
	#primary-nav ul > li > a, #mobile-submenu-container ul > li > a {
		display: block;
		position: relative;
		letter-spacing: 0.1em;
		font-family: "Roboto Condensed", sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		color: #FFF;
		line-height: 120%;
		height: auto;
		font-size: 18px;
		padding: 16px 30px 13px 30px;
		text-decoration: none;
	}
	#primary-nav ul > li > a:hover, #primary-nav ul > li.open > a, #mobile-submenu-container ul > li > a:hover, #mobile-submenu-container ul > li.open > a {
		background: #610404;
	}
	#mobile-submenu-container ul > li > a {
		font-family: "Roboto ", sans-serif;
		text-transform: none;
	}
	#primary-nav > ul > li.menu-item-has-children.open > a:after {
		content: "\f078";
	}
	#primary-nav ul.sub-menu {
		-webkit-transition: all 0.35s linear;
		-o-transition: all 0.35s linear;
		transition: all 0.35s linear;
		display: block;
		position: relative;
		height: auto;
		width: auto;
		max-height: 0px;
		overflow: hidden;
		clip: auto;
		padding: 0 8px;
	}
	#primary-nav ul.sub-menu > li:last-child {
		border: none;
	}
	#primary-nav ul.sub-menu > li > a {
		display: block;
		padding: 10px 0 10px 0;
		font-size: 16px;
		line-height: 120%;
		letter-spacing: 0.08em;
	}
	#submenu-back {
		display: block;
		color: #FFF;
		font-size: 1.3em;
		padding: 12px 30px;
	}
	#submenu-back:hover, #submenu-back:active {
		background: #610404;
	}
	#breadcrumbs-container {
		display: none;
	}
	main {
		margin-top: 115px;
		-webkit-transition: margin-top 0.35s linear;
		-o-transition: margin-top 0.35s linear;
		transition: margin-top 0.35s linear;
	}
	/*
	#headlogo, #site-header{ @include csstrans; }
	body:not(.at-top){
		#headlogo{ top:-100px; }
		#header-nav-container{ top: 52px; }
		#menu-toggle, #close-menu{ top: 0; }
		#header-search{ top: 0; }
		#site-header{
			height: 52px;
		}
		main{ margin-top: 52px; }
	}
	*/
	/* Move Product Offers "above fold" */
	#product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	#product #prod-offers {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-top: -2em;
		margin-bottom: 4em;
	}
}
@media only screen and (max-width: 1023px) {
	.desktoponly {
		display: none !important;
	}
	.logo-slider {
		padding-bottom: 3em;
	}
	.logo-slider .slick-prev,
	.logo-slider .slick-next {
		display: none !important;
	}
	.logo-slider .slick-list {
		overflow: visible;
	}
	.logo-slider:after {
		content: "Swipe to view all brands";
		position: absolute;
		text-align: left;
		font-size: 10px;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 27px;
		padding-left: 35px;
		background: url("img/swipe.png") no-repeat left top;
		color: #333;
		bottom: 0.7em;
		white-space: nowrap;
		width: 180px;
		left: 50%;
		margin-left: -90px;
	}
	.split-copy div {
		padding-top: 2em;
	}
	#inside-leftcol {
		padding-bottom: 3em;
	}
	#home-latest article > img {
		display: none;
	}
	/* Inventory Search */
	.expand-mobile-content {
		max-height: 1px;
		opacity: 0;
		overflow: hidden;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.expand-mobile-content.show {
		max-height: 1500px;
		opacity: 1;
		overflow: hidden;
	}
}
@media only screen and (min-width: 480px) {
	.wrap, .wrap-lg, .wrap-xl {
		max-width: 440px;
		padding-left: 0;
		padding-right: 0;
	}
	#home-slider ul.slick-dots {
		top: 60%;
	}
}
@media only screen and (min-width: 768px) {
	.wrap, .wrap-sm, .wrap-lg, .wrap-xl {
		max-width: 700px;
	}
	.grid-row > .grid-md-1-2 {
		width: 50%;
	}
	.grid-row > .grid-md-1-3 {
		width: 33.3333%;
	}
	.grid-row > .grid-md-2-3 {
		width: 66.6666%;
	}
	.grid-row > .grid-md-3-4 {
		width: 75%;
	}
	.grid-row > .grid-md-1-4 {
		width: 25%;
	}
	.grid-row > .grid-md-5-12 {
		width: 41.6666%;
	}
	.grid-row > .grid-md-7-12 {
		width: 58.3333%;
	}
	.invsearch-sortlabel span {
		display: block;
		line-height: 45px;
		text-align: right;
		white-space: nowrap;
	}
	#home-slider ul.slick-dots {
		top: 72%;
	}
	ul.multicol {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
		-webkit-column-width: 280px;
		   -moz-column-width: 280px;
		        column-width: 280px;
		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
		        column-gap: 40px;
	}
	.item-dealerinfo {
		padding: 0;
	}
	.invsearch-item {
		padding: 0px;
	}
	.invsearch-item figure {
		margin-bottom: 0;
	}
	.invsearch-item img {
		display: block;
	}
	.invsearch-item .item-info {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 40px;
	}
	.invsearch-item .item-info a.btn {
		margin-bottom: 0;
	}
	.storyslider .slick-next {
		left: auto;
		right: -26px;
	}
	section.fullvideocta .content {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}
@media only screen and (min-width: 1024px) {
	html body {
		font-size: 18px;
	}
	.mobileonly {
		display: none !important;
	}
	.wrap, .wrap-sm, .wrap-lg, .wrap-xl {
		max-width: 960px;
		padding-left: 0;
		padding-right: 0;
	}
	.grid-row > .grid-lg-1-2 {
		width: 50%;
	}
	.grid-row > .grid-lg-1-3 {
		width: 33.3333%;
	}
	.grid-row > .grid-lg-2-3 {
		width: 66.6666%;
	}
	.grid-row > .grid-lg-1-4 {
		width: 25%;
	}
	.grid-row > .grid-lg-3-4 {
		width: 75%;
	}
	.grid-row > .grid-lg-1-6 {
		width: 16.6666%;
	}
	.grid-row > .grid-lg-5-6 {
		width: 83.3333%;
	}
	.fullwidth {
		margin-right: -60px;
	}
	.flipcols > *:first-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.flipcols > *:last-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	#splash-hero {
		left: 50%;
		right: auto;
		width: 100%;
		height: 570px;
		overflow: hidden;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	#splash-hero img {
		position: absolute;
		width: 100%;
		height: auto;
		min-height: 120%;
		left: 0;
		top: -20%;
		max-width: none;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	#splash-choose > div {
		/*
		border-bottom: none;
		border-right: 1px solid $c-lines;
		*/
	}
	#splash-choose > div article {
		min-height: 100%;
		padding-bottom: 120px;
		position: relative;
		max-width: none;
	}
	#splash-choose > div article a.btn {
		position: absolute;
		bottom: 40px;
		/* center horizontally */
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		left: 50%;
		margin: 0;
	}
	#product {
		padding-left: 0;
		padding-right: 0;
	}
	#equip-col1 {
		padding-bottom: 5em;
	}
	#equip-col2 {
		margin-top: 0;
	}
	#specs-table:after {
		display: none;
	}
	/*
	.callout{
		display: inline-block;
		width: auto;
		//background: $c-bg-med;
		border: 1px solid #DADADA;
		padding: 0.8em 1.2em;
		text-transform: uppercase;
		border-radius: 8px;
		margin-top: 2em; 
		//border-radius: 999px;
	}
	*/
	article.offer {
		min-height: calc(100% - 3em - 5px);
	}
	.offers-list > .pure-u-1 {
		margin-bottom: 36px;
	}
	#home-slider {
		-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.4);
		        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.4);
	}
	#home-slider article {
		margin-bottom: -10px;
	}
	#home-slider ul.slick-dots {
		left: auto;
		top: 50%;
		right: 20px;
		margin: 0;
		width: 50px;
		height: 200px;
		margin-top: -100px;
	}
	#home-slider .slide-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: absolute;
		text-align: left;
		left: 0;
		top: 0;
		right: 0;
		bottom: 150px;
		background: transparent;
		z-index: 2;
	}
	#home-slider .slide-content h2 {
		color: #FFF;
		font-size: 4em;
		text-shadow: 1px 1px 7px rgb(0, 0, 0);
	}
	#home-slider .slide-img {
		position: relative;
		z-index: 1;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	#home-about {
		background: #f5f4f4;
	}
	#home-about #home-about-inner {
		background: rgba(255, 255, 255, 0.9);
		position: relative;
		margin-top: -150px;
		padding: 50px;
		-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
		        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
	}
	#home-about .btn-block {
		margin-bottom: 0;
	}
	#home-about .btn-block a {
		margin-bottom: 0;
	}
	#home-latest h2 {
		font-size: 1.2em;
		margin-top: 0.45em;
	}
	#home-latest article h3 {
		font-size: 0.9em;
		margin: 0;
		line-height: 120%;
	}
	#home-modules {
		padding-top: 120px;
		padding-bottom: 80px;
		margin-bottom: 0;
	}
	#inside-header h1, #inside-header h2 {
		color: #FFF;
		font-size: 3.8em;
		line-height: 100%;
		bottom: 35px;
	}
	.nobacklink aside#questionsform {
		margin-top: 0;
	}
	#invsearch-sort-container {
		padding-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	#more-jump-mobile {
		display: none;
	}
	/*
	div.btnrow{
		margin:2em 0;
		ul{
			@include flexContainer;
			margin-left:-10px;
			margin-right: -10px; 
			li{
				@include flexItem;
				padding-left:10px;
				padding-right: 10px;
				flex-grow: 1;
				flex-basis: 0;
			}
		}
	}
	*/
	.storyslider {
		position: relative;
		margin-left: -16px;
		margin-right: -16px;
	}
	.storyslider .slick-track {
		background: transparent;
	}
	.storyslider .slick-slide {
		background: transparent;
	}
	.storyslider article {
		padding-left: 16px;
		padding-right: 16px;
	}
	.flex-imgblurb.imgright .grid-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.flex-imgblurb.imgright .flex-imgblurb-content {
		padding-right: 50px;
	}
	.flex-imgblurb figure {
		margin: 0;
	}
	.flex-imgblurb.imgleft .flex-imgblurb-content {
		padding-left: 30px;
	}
}
body #site-header #headlogo {
		margin-left: 20px;
}
@media only screen and (min-width: 1200px) {
	.wrap {
		max-width: 1140px;
	}
	.hidedesktop {
		display: none !important;
	}
	.fullwidth {
		margin-right: -240px;
	}
	#header-nav-secondary {
		padding-left: 60%;
		height: 34px;
	}
	#header-nav-secondary nav ul li a, #header-nav-secondary #header-tel a {
		height: 34px;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 34px;
	}
	body.home #site-header #headlogo {
		top: 50px;
		margin-left: 20px;
	}
	#site-header {
		background: #FFF;
		height: 150px;
	}
	#site-header::after {
		content: "";
		display: table;
		clear: both;
	}
	#site-header #nav-top {
		position: relative;
	}
	#site-header #headlogo {
		left: 20px;
		top: 34px;
		margin-left: 20px;
	}
	#site-header #headlogo img {
		width: 290px;
	}
	#header-search {
		position: absolute;
		right: 0;
		top: 35px;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}
	#header-search form {
		position: absolute;
		right: 0;
		top: 0;
	}
	#header-search button {
		height: 51px;
		width: 52px;
	}
	#header-search label input {
		height: 48px;
	}
	.search-open #header-search {
		z-index: 20;
		width: 252px;
	}
	#primary-nav {
		position: absolute;
		left: 300px;
		right: 0px;
		top: 0px;
	}
	#primary-nav > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-line-pack: stretch;
		    align-content: stretch;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#primary-nav > ul > li {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		position: relative;
	}
	#primary-nav > ul > li:last-child ul.sub-menu {
		left: auto;
		right: -30px;
	}
	#primary-nav > ul > li:hover ul.sub-menu {
		opacity: 1;
		max-height: 700px;
	}
	#primary-nav > ul > li > a {
		display: block;
		color: #000;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		text-align: left;
		height: 116px;
		line-height: 116px;
		font-weight: 700;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		white-space: nowrap;
	}
	#primary-nav > ul > li > a:hover, #primary-nav > ul > li > a:active {
		color: #9d0a0a;
	}
	#primary-nav ul.sub-menu {
		-webkit-transition: all 0.35s linear;
		-o-transition: all 0.35s linear;
		transition: all 0.35s linear;
		max-height: 0px;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		background: #9d0a0a;
		top: 100%;
		left: 0px;
		width: 250px;
		list-style: none;
		margin: 0;
		padding: 0;
		z-index: 5;
	}
	#primary-nav ul.sub-menu > li {
		display: block;
	}
	#primary-nav ul.sub-menu > li a {
		display: block;
		color: #FFF;
		font-weight: 700;
		line-height: 140%;
		padding: 12px 20px;
		font-size: 15px;
	}
	#primary-nav ul.sub-menu > li a:hover, #primary-nav ul.sub-menu > li a:active {
		background: #610404;
	}
	#primary-nav > ul > li.current-menu-item > a,
	#primary-nav > ul > li.current-menu-parent > a,
	#primary-nav > ul > li.current-page-ancestor > a,
	#primary-nav > ul > li:hover > a,
	.post-type-archive-promotions li.menu-item-497 > a,
	.single-promotions li.menu-item-497 > a,
	.page-template-page-invsearch-overview li#menu-item-495 > a,
	.page-template-page-invsearch-detail li#menu-item-495 > a {
		color: #9d0a0a;
	}
	article.offer {
		padding: 2em;
	}
	article.offer figure.offer-thumb {
		margin-top: -2em;
		margin-left: -2em;
		margin-right: -2em;
	}
}
@media only screen and (min-width: 1280px) {
	.wrap-lg, .wrap-xl {
		max-width: 1200px;
	}
	.grid-row > .grid-xl-1-2 {
		width: 50%;
	}
	.grid-row > .grid-xl-1-3 {
		width: 33.3333%;
	}
	.grid-row > .grid-xl-2-3 {
		width: 66.6666%;
	}
	.grid-row > .grid-xl-1-4 {
		width: 25%;
	}
	.grid-row > .grid-xl-3-4 {
		width: 75%;
	}
	.grid-row > .grid-xl-5-12 {
		width: 41.6666%;
	}
	.grid-row > .grid-xl-7-12 {
		width: 58.3333%;
	}
	.grid-row > .grid-xl-1-6 {
		width: 16.6666%;
	}
	.grid-row > .grid-xl-5-6 {
		width: 83.3333%;
	}
	.spacedcols-md {
		margin-left: -20px;
		margin-right: -20px;
	}
	.spacedcols-md > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	.spacedcols-lg {
		margin-left: -45px;
		margin-right: -45px;
	}
	.spacedcols-lg > * {
		padding-left: 45px;
		padding-right: 45px;
	}
	#primary-nav {
		max-width: 1180px !important;
		left: auto !important;
		width: calc(100% - 290px) !important;
	}
	#site-footer {
		text-align: left;
	}
	#site-footer > .wrap-lg {
		padding-bottom: 50px;
	}
	#site-footer #footer-nav ul {
		padding-top: 28px;
	}
	#site-footer #footer-nav ul li {
		display: inline-block;
	}
	#site-footer #footer-nav ul li a {
		text-align: left;
		padding-left: 12px;
		padding-right: 12px;
		font-size: 18px;
	}
	#site-footer #footer-social {
		text-align: right;
	}
	#site-footer #footer-social p:first-child {
		margin-top: 0;
	}
	#signup-cta .gform_wrapper {
		width: 90%;
		padding-left: 10%;
	}
	#signup-inner {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	#signup-inner > div {
		max-width: 1200px;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		margin-left: auto;
		margin-right: auto;
	}
	.expand-content article > div > div:last-child {
		padding-left: 40px;
		padding-right: 30px;
	}
	ul.multicol {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
		        column-count: 3;
	}
	section.inside-largeimgmodules article h3 {
		font-size: 1.3em;
	}
	section.gravityform .wrap {
		padding: 60px;
	}
	div.btnrow ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 10px;
	}
	div.btnrow ul li {
		-webkit-box-flex: 0.2;
		    -ms-flex: 0.2 1 auto;
		        flex: 0.2 1 auto;
		margin: 0;
	}
	div.btnrow ul li a {
		display: block;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 13px;
	}
	#specs-table table {
		width: 100%;
	}
	#inv-search-leftcol {
		padding-right: 30px;
	}
	#inv-search-detail-rightcol {
		padding-left: 50px;
	}
	#pageheader {
		height: 200px;
		padding: 0;
	}
	#pageheader.hasbg {
		height: auto;
		padding-top: 21%;
	}
	#pageheader .wrap-lg, #pageheader .wrap {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 1200px;
		min-height: 100%;
		z-index: 2;
	}
	#pageheader h1 {
		position: absolute;
		bottom: 40px;
		left: 0;
		width: 100%;
		font-size: 48px;
	}
}
@media only screen and (min-width: 1350px) {
	.wrap-xl {
		max-width: 1300px;
	}
	.fullwidth {
		margin-right: -400px;
	}
	#inside-leftcol {
		padding-right: 30px;
	}
	section.inside-imgmodules article {
		padding: 30px;
	}
	section.inside-imgmodules article figure {
		margin: -30px -30px 30px -30px;
	}
	section.inside-imgmodules article.haslink {
		padding-bottom: 115px;
	}
	section.inside-imgmodules article a.btn {
		left: 30px;
		bottom: 33px;
	}
	section.inside-largeimgmodules .spacedcols-md {
		margin-left: -75px;
		margin-right: -75px;
	}
	section.inside-largeimgmodules article {
		padding: 50px;
	}
	section.inside-largeimgmodules article.haslink {
		padding-bottom: 120px;
	}
	section.inside-largeimgmodules article img {
		margin-bottom: 50px;
	}
	section.inside-largeimgmodules article a.btn {
		left: 50px;
		bottom: 55px;
	}
	a#backlink {
		font-size: 1em;
	}
	#primary-nav > ul > li > a {
		font-size: 17px;
	}
	.storyslider .slick-arrow {
		left: -46px;
	}
	.storyslider .slick-next {
		left: auto;
		right: -46px;
	}
	section.fullvideocta {
		overflow: hidden;
	}
	section.fullvideocta .wrap-lg {
		padding-bottom: 40%;
		position: relative;
	}
	section.fullvideocta .content {
		position: absolute;
		width: 100%;
		min-height: 100%;
		padding: 0;
		/* flexbox vertical centering of content */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		/*
		left:0;
		top:0; 
		*/
	}
	section.fullvideocta .content h2 {
		font-size: 50px;
	}
	section.fullvideocta figure video {
		left: -15%;
		width: 130%;
		-webkit-box-shadow: 0px 0px 35px 0px rgb(0, 0, 0);
		        box-shadow: 0px 0px 35px 0px rgb(0, 0, 0);
	}
}

.wp-block-columns {
	flex-wrap: nowrap !important;
}
@media screen and (max-width: 1023px) {
	.wp-block-columns {
		flex-direction: column !important;
	}
	.wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
	}
	.is-not-stacked-on-mobile {
		flex-direction: row !important;
	}
}
/*# sourceMappingURL=style.css.map */