/* GLOBAL STYLESHEET ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

   Color:	Cyan	rgb(0,173,239)
			Orange	rgb(232,101,21)
			Red		rgb(180,0,16)

/*____________________________________________________________________________________________ ROW PADDING */
main .span {
	padding:2em 0;
}
main .banner .span {
	padding:3em 0 4.5em;
}
main .col, main .col-1, main .col-10, main .col-11, main .col-12, main .col-2, main .col-3, main .col-4, main .col-5, main .col-6, main .col-7, main .col-8, main .col-9, main .col-auto, main .col-lg, main .col-lg-1, main .col-lg-10, main .col-lg-11, main .col-lg-12, main .col-lg-2, main .col-lg-3, main .col-lg-4, main .col-lg-5, main .col-lg-6, main .col-lg-7, main .col-lg-8, main .col-lg-9, main .col-lg-auto, main .col-md, main .col-md-1, main .col-md-10, main .col-md-11, main .col-md-12, main .col-md-2, main .col-md-3, main .col-md-4, main .col-md-5, main .col-md-6, main .col-md-7, main .col-md-8, main .col-md-9, main .col-md-auto, main .col-sm, main .col-sm-1, main .col-sm-10, main .col-sm-11, main .col-sm-12, main .col-sm-2, main .col-sm-3, main .col-sm-4, main .col-sm-5, main .col-sm-6, main .col-sm-7, main .col-sm-8, main .col-sm-9, main .col-sm-auto, main .col-xl, main .col-xl-1, main .col-xl-10, main .col-xl-11, main .col-xl-12, main .col-xl-2, main .col-xl-3, main .col-xl-4, main .col-xl-5, main .col-xl-6, main .col-xl-7, main .col-xl-8, main .col-xl-9, main .col-xl-auto {
	padding-top:1em;
	padding-bottom:1em;
}
@media (min-width:48em) {
	main .span {
		padding:3.5em 0;
	}
	main .banner .span {
		padding:3.5em 0;
	}
}

/*____________________________________________________________________________________________ COMMON TAGS */
h1 {font-size:2.5em; margin-bottom:0.75em;}
h2 {font-size:1.5em; color:rgb(0,173,239); margin-bottom: 1em;}
h3 {font-size:1.143em; font-weight:bold;}

p {margin-bottom: 1.5em;}
.lead a {color: #fff !important;}
.lead {font-size:1.286em; line-height: 1.4; font-weight:400;}
.lead em {font-style: normal; color:rgb(0,173,239);}
@media (min-width:48em) {
	h1 {font-size:1.875rem;}
}

.highlight-red {
	color: rgb(180,0,16);
}
.highlight-yellow {
	color: rgb(250,182,36);
}
.highlight-cyan {
	color: rgb(0,173,239);
}
.cyan-highlight {
    font-size: 1.4em;
    font-style: italic;
    color: rgb(0,173,239);
}
/*__________________________________________________________________________________________________ LINKS */
a {color: rgb(0,85,168) !important; font-weight:700;}
a.subtle {color:rgb(0,173,239) !important; font-weight:400;}
a[href^="tel:"] {
	color:inherit !important;
	text-decoration: none;
}
a.inactive-link {
    pointer-events: none;
}
h2 a {color:rgb(0,173,239) !important; font-weight:400;}

.bullet-link {
	color:inherit !important;
	display: inline-block;
	padding-left:1.5em;
	position:relative;
	font-weight:400;
}
.bullet-link::before {
	content:'\f330';
	font-family:'Font Awesome 5 Pro';
	font-weight:700;
	position:absolute;
	top:0;
	left:0;
	color:rgb(0,85,168);
}
.bullet-link:hover {
	color:rgb(180,0,16) !important;
}
.bullet-link:hover::before {
	color:inherit;
}

.chevron-link {
	position:relative;
	display: inline-flex;
	min-height:3em;
	align-items: center;
	font-size:1.286em;
	font-weight:700;
	color: rgb(0,173,239) !important;
}
.chevron-link::before {
	content:'\f054';
	font-family:'Font Awesome 5 Pro';
	font-weight:400;
	border:0.111em solid rgb(0,173,239);
	border-radius:50%;
	width:3em;
	height:3em;
	text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-right:0.75em;
	flex: 0 0 3em;
	max-width:3em;
	color: rgb(0,173,239) !important;
}
.chevron-link .subtitle {
	display:block;
	font-size:0.667em;
	font-weight:400;
	color:#000;
}
[data-bg="cyan"] .chevron-link {
	color:#fff !important;
}
[data-bg="cyan"] .chevron-link::before {
	border-color:#fff;
	color:#fff !important;
}
[data-bg="cyan"] .chevron-link .subtitle {
	color:rgba(255,255,255,0.75);
}
[data-colour="cyan"] {
	color:#00adef;
}
.by-filtermist {
    transform: rotate(-8deg);
}
.video-link.panel span {
	color: #000 !important;
}
.video-link {
	color:inherit !important;
	display: block;
	font-weight: 400;
}
.video-link > div {
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
	padding:0.5em 0.75em !important;
}
.video-link:hover > div::before {
	border-width:0.12em;
}
.video-link[data-video] .thumb {
	display:block;
	flex:0 0 100%;
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
}
.video-link[data-video] .thumb {
	height: 8rem;
	position: relative;
}
.video-link[data-video].no-thumb .thumb {
	display: none;
}
.video-link[data-video].no-thumb {
	padding:  0.9375rem 3.25rem 0.9375rem 0.9375rem;
	position: relative;
	background: #fff;
}
.video-link[data-video].no-thumb > div {
	text-align: left !important;
	color: #000;
	padding: 0 !important;
}
.video-link[data-video].no-thumb::before {
	content:'';
	display: block !important;
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	transform: translateY(-50%);
	background:#fff url(/images/common/video-link.svg) center center / contain no-repeat;
	border:0.2em solid rgb(0,173,239);
	width: 2.5em;
	height: 2.5em;
	border-radius:50%;
	color:rgb(0,173,239);
}
@media (min-width:48em) {
	.video-link[data-video] .thumb {
		height: 10rem;
	}
}
.video-link[data-video] .thumb::after {
	content:'';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background:#fff url(/images/common/video-link.svg) center center / contain no-repeat;
	border:0.16em solid rgb(0,173,239);
	width: 5em;
	height: 5em;
	border-radius:50%;
	color:rgb(0,173,239);
    pointer-events: none;
}
.video-link[data-video]:hover::after {
	background:#eee url(/images/common/video-link.svg) center center / contain no-repeat;
}
.video-link[data-video="oil-mist-filters"]::before {
	background-image:url(/images/common/oil-mist-filters-video-link-panel.webp);
}
.video-link[data-video="how-it-works"] .thumb {
	background-image:url(/images/common/how-oil-mist-filters-work-video-link-panel.webp);
}
.video-link[data-video="mtd-case-study"] .thumb {
	background-image:url(/images/common/mtd-case-study-imgs/1-leemark-filtermist-testimony.webp);
	min-height: 5em;
}
@media (min-width: 48em) {
	.video-link[data-video="mtd-case-study"] .thumb {
 		min-height: 24rem !important;
	}
} 
@media (min-width: 75em) {
	.video-link[data-video="mtd-case-study"] .thumb {
 		min-height: 16.5rem !important;
	}
}
.video-link[data-video="swarf-vacuum"] .thumb {
	background-image:url(/images/common/swarf-vacuum.webp);
}
.video-link[data-video="ecogate"] .thumb {
	background-image:url(/images/common/ecogate.webp);
}
.no-webp .video-link[data-video="oil-mist-filters"]::before {
	background-image:url(/images/common/oil-mist-filters-video-link-panel.jpg);
}
.no-webp .video-link[data-video="mtd-case-study"] .thumb {
	background-image:url(/images/common/mtd-case-study-imgs/1-leemark-filtermist-testimony.png);
}
.no-webp .video-link[data-video="swarf-vacuum"] .thumb {
	background-image:url(/images/common/swarf-vacuum.jpg);
}
.no-webp .video-link[data-video="ecogate"] .thumb {
	background-image:url(/images/common/ecogate.jpg);
}
.video-link[data-video="s-fusion"] .thumb {
    background-image: url(/images/common/video-link-white.svg);
}
.video-link.reverse {
	background:0;
	color:inherit !important;
}
.video-link[data-video="filter-mist-and-smoke"]::before {
	background-image: url(/images/common/oil-mist-filters-video-link-panel.webp);
}
.no-webp .video-link[data-video="filter-mist-and-smoke"]::before {
	background-image: url(/images/common/oil-mist-filters-video-link-panel.jpg);
}
.video-link.reverse > div {
	padding:0 !important;
}
.video-link.reverse > div::before {
	border-color:#fff;
	background-image:url(/images/common/video-link-white.svg);
}
[data-bg="cyan"] .video-link > div::before {
	background-image:url(/images/common/video-link-white.svg);
	border-color:#fff;
}

.product-area-link {
	position:relative;
}
.product-area-link > a {
	color:#000 !important;
	display:flex;
	align-items: center;
}
.product-area-link > a .image {
	position:relative;
	border-radius:50%;
	flex:0 0 7.143em;
	max-width:7.143em;
	max-height:7.143em;
	background:#fff;
	border:0.214em solid rgb(0,173,239);
	padding:0.214em;
	box-shadow:0 0.571em 0.571em rgb(0,0,0,0.25);
	margin-right:1em;
}
.product-area-link > a .image::after {
	content:'';
	position:absolute;
	top:14.645%;
	left:14.645%;
	transform: translate(-50%,-50%);
	width:2.286em;
	height:2.286em;
	border-radius:50%;
	background-position:50% 50%;
	background-size:contain;
	background-repeat:no-repeat;
	border:0.143em solid #fff;
}
.product-area-link > a .image > span {
	display:block;
	border-radius:50%;
	overflow:hidden;
}
.product-area-link > a .image img {
	border-radius:50%;
	width:100%;
	margin:0;
	transition:transform 0.2s;
}
.product-area-link > a:hover .image img {
	transform:scale(1.1);
}

.product-area-link > a .text strong {
	display: block;
	font-size:1.286em;
}
.product-area-link > a .text span {
	display: block;
	color:rgb(153,153,153);
	font-weight:400;
}

.product-area-link[data-product-area="air-filtration-extraction"] > a .image::after {background-image:url(/images/common/product-and-service-icons/air-filtration-extraction.svg);}
.product-area-link[data-product-area="coolant-control"] > a .image::after {background-image:url(/images/common/product-and-service-icons/coolant-control.svg);}
.product-area-link[data-product-area="process-fluid-filtration"] > a .image::after {background-image:url(/images/common/product-and-service-icons/process-fluid-filtration.svg);}

.product-area-link[data-product-area="air-filtration-extraction"] > a .image {border-color:rgb(0,173,239);}
.product-area-link[data-product-area="coolant-control"] > a .image {border-color:rgb(232,101,21);}
.product-area-link[data-product-area="process-fluid-filtration"] > a .image {border-color:rgb(136,189,30);}

.product-area-link[data-product-area="air-filtration-extraction"] > a .text {
	margin-bottom:4em;
}
.product-area-link[data-product-area="air-filtration-extraction"] > ul {
	position:absolute;
	top:5em;
	left:calc(8.143em + 0.9375rem);
	right:0.9375rem;
	list-style: none;
	padding:0;
	margin:0;
	display:flex;
	flex-wrap:wrap;
}
.product-area-link[data-product-area="air-filtration-extraction"] > ul li {
	flex:0 0 50%;
	max-width:50%;
	padding-left:0;
}
.product-area-link[data-product-area="air-filtration-extraction"] > ul li a {
	font-size:0.857em;
}

@media (min-width:48em) {
	.product-area-link {
		display:flex;
		justify-content: center;
	}
	.product-area-link > a {
		flex-direction:column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.product-area-link > a .image {
		font-size: 1.5em;
		margin-right:0;
	}
	.product-area-link > a .text {
		position:absolute;
		top:calc(50% - 12em);
		left:0.9375rem;
		right:0.9375rem;
		font-size:0.75em;
	}
}
@media (min-width:62em) {
	.product-area-link > a .image {
		font-size: 2em;
	}
	.product-area-link > a .text {
		font-size:1em;
	}
}
.box.callout {
	position:relative;
	display:inline-block;
	background:rgb(0,173,239);
	color:rgb(255,255,255,0.75) !important;
	}
.box.callout::before {
	content:'';
	position:absolute;
	width:0;
	height:0;
	}
.box.callout[data-leader='rt']::before {top:2.5em; left:100%; border-right:2.143em solid rgb(0,173,239); border-top:0.786em solid transparent; border-bottom:0.786em solid transparent; transform-origin: left center; transform:rotate(-70deg) translate3d(-0.1em, 0, 0.1em);}
.box.callout[data-leader='lt']::before {top:2.5em; right:100%; border-left:2.143em solid rgb(0,173,239); border-top:0.786em solid transparent; border-bottom:0.786em solid transparent; transform-origin: right center; transform:rotate(70deg) translate3d(0.1em, 0, 0);}

.box.callout.sq-leader[data-leader='lt']::before {
	top:1em;
	right:100%;
	border-style:solid;
	border-width:1em 0.5em !important;
	border-color:rgb(0,173,239) rgb(0,173,239) transparent transparent !important;
	transform:none;
}

.box.callout h2 {
	color:#fff !important;
}


.box.callout.callout--f-monitor-bluetooth {
	background-color: #0055a8;
	color: #fff !important;
	position: relative;
	padding-left:4.5em;
	width:14em;
}
.box.callout.callout--f-monitor-bluetooth.sq-leader[data-leader='lt']::before {
	border-color:#0055a8 #0055a8 transparent transparent !important;
}
.box.callout.callout--f-monitor-bluetooth i {
	font-size:3em;
	position:absolute;
	top:0.35em;
	left:0.32em;
}
.box.callout.callout--f-monitor-bluetooth p {
	font-size:0.75em;
}
/*__________________________________________________________________________________________ COLOUR THEMES */
[data-bg="default"] {
	background: #fff;
	color: #000 !important;
}
[data-bg="image"] {
	background-color: #fff;
	background-position: 50% 25%;
	background-size: cover;
	background-repeat: no-repeat;
}
[data-bg="black-grad"]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.2) 100%);
}
[data-bg="black-grad"] {
    color: #fff;
}
[data-bg="black-wash"] {
    background: #00adef;
    color: #fff;
}
[data-bg="black-wash"][data-mob-bg="black-wash"]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.4) 100%);
}
@media (min-width:48em) {
    [data-bg="black-wash"] {
        background: none;
    }
    [data-bg="black-wash"]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 100%);
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.4) 100%);
        background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.4) 100%);
    }
}  
[data-bg="black-wash"] > div {
	z-index: 1;
    color: #fff;
}
[data-bg="cyan-wash"] {
	position: relative;
    background-color: rgb(0,173,239);
}
@media (min-width:48em) {
    [data-bg="cyan-wash"]::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: -moz-linear-gradient(left,  rgba(0,173,239,1) 0%, rgba(0,173,239,0.75) 25%, rgba(0,173,239,0.25) 100%);
        background: -webkit-linear-gradient(left,  rgba(0,173,239,1) 0%,rgba(0,173,239,0.75) 25%,rgba(0,173,239,0.25) 100%);
        background: linear-gradient(to right,  rgba(0,173,239,1) 0%,rgba(0,173,239,0.75) 25%,rgba(0,173,239,0.25) 100%);
    }
}   
[data-bg="cyan-wash"] > div {
	z-index: 1;
    color: #fff;
}
[data-bg="dark-blue"] {
	background-color: #121c33;
	color:#fff !important;
}
[data-bg="cyan"] {
	background-color: rgb(0,173,239);
	color:#fff !important;
}
[data-bg="light-cyan"] {
	background-color: #e5f6fd;
}
[data-bg="dark-cyan"] {
	background-color: #004d71;
	color:#fff !important;
}
.dustcheck-kicker {
	display: block;
	background: rgb(124,194,66);
	color:#fff !important;
	padding: 0.5em 0.75em;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: -0.5rem;
	margin-bottom: 1.5rem;
	display: inline-block;
}
[data-bg="cyan-image-grad"] {
	background:linear-gradient(135deg, rgba(0,173,239,0.9) 38%,rgba(0,173,239,0.4) 62%);
	color:#fff !important;
}
[data-bg="cyan-image-grad"]::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgb(0,173,239);
	z-index:-1;
}
[data-bg="grey"] {
	background-color: rgb(240,240,240);
}
[data-bg="dark-grad"] {
	background: linear-gradient(30deg, rgb(64,64,64) 0%,rgb(0,0,0) 100%);
	color:#fff !important;
}
[data-bg="dark-grad-turbine-blades"] {
	background: linear-gradient(30deg, rgb(64,64,64) 0%,rgb(0,0,0) 100%);
	color:#fff !important;
}
[data-bg="dark-grad-welder"] {
	background: linear-gradient(30deg, rgb(64,64,64) 0%,rgb(0,0,0) 100%);
	color:#fff !important;
}
[data-bg="border-top"] {
	border-top:1px solid rgb(204,204,204); 
}
[data-bg="black"] {
	background:#000;
	color:#fff;
}
[data-bg="dark-grey"] {
	background: #c8c8c8;
}

[data-bg="cyan"] h2,
[data-bg="dark-grad"] h2 {
	color:inherit !important;
}

@media (min-width:48em) {
	[data-bg="dark-grad-turbine-blades"] {
		background: url(/images/common/turbine-blades.webp) 100% 100% / auto 100% no-repeat, linear-gradient(30deg, rgb(64,64,64) 0%,rgb(0,0,0) 100%);
	}
	[data-bg="dark-grad-welder"] {
		background: url(/images/common/welder.webp) 100% 100% / auto 100% no-repeat, linear-gradient(30deg, rgb(64,64,64) 0%,rgb(0,0,0) 100%);
	}
	.no-webp [data-bg="dark-grad-turbine-blades"] {
		background-image: url(/images/common/turbine-blades.png)
	}
	.no-webp [data-bg="dark-grad-welder"] {
		background-image: url(/images/common/welder.png)
	}
}
@media (min-width:90em) {
	[data-bg="dark-grad-welder"] {
        background: url(/images/common/welder.webp) calc(((100vw - 75rem) / 2) + ((75rem / 12) * 7)) 100% / auto 100% no-repeat, linear-gradient(30deg, rgb(64,64,64) 0%,rgb(0,0,0) 100%);
	}
}
#applications > .span > div > div + div {
    margin-top: 3rem;
}
#applications .quote {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#applications .quote blockquote {
    text-align: right;
    font-size: 1.25em;
    max-width: 20em;
}
@media (min-width:48em) {
    #applications .quote blockquote {
        font-size: 1.5em;
    }
}
/*________________________________________________________________________________________________ BUTTONS */
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
	cursor:pointer;
	text-align: left;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.btn {
	border-radius: 0;
	display: inline-block;
	padding: 0.5625em 0.75em;
	transition: none;
	box-shadow: none !important;
	max-width: 100%;
	white-space: normal;
	line-height: inherit;
}
span.blue {
	color: #00adef;
}
.btn-contact {
    display: inline-block;
    position: relative;
    font-size: 1rem;
    padding-left: 1.875em;
    font-weight: 600;
    min-width: 8.5rem;
}
.btn-contact::before {
    content:'\f054';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:0.5625em; 
	left: 0.75em;
	font-weight: 600;
}
.btn-arrow-left {
    display: flex;
    align-items:center;
    position: relative;
    font-size: 1rem;
    padding-left: 1.35em;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-weight: 300;
    color:#00adef !important;
}
.btn-arrow-left::before {
    content:'\f054';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:50%;
    transform:translateY(-50%) ;
	left: 0;
	font-weight: 200;
    color:#00adef !important;
}
.btn-font-sm {
	font-size: 0.93rem;
}

.btn-contact.white {
    color: #00adef !important;
    background-color: #fff;
}
.btn-contact.white::before {
    color: #00adef !important;
}
.btn-contact.white.btn-border {
    color: #fff !important;
    background: none;
}
.btn-contact.white.btn-border::before {
    color: #fff !important;
}
.btn-contact.white.btn-border::after {
    border-color: #fff;
}
.btn-cyan {
    background: #00ADEF;
	padding: 0.65rem 1rem 0.65rem 1.5rem;
    position: relative;
    color: #fff !important;
}
.btn-cyan::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
}
.btn-contact.cyan {
    color: #fff !important;
    background-color: #00adef;
}
.btn-contact.cyan::before {
    color: #fff !important;
}
.btn-contact.cyan.btn-border {
    color: #00adef !important;
    background: none;
}
.btn-contact.cyan.btn-border::before {
    color: #00adef !important;
}
.btn-contact.cyan.btn-border::after {
    border-color: #00adef;
}

.btn-lev {
    background: #00adef !important;
}
.green-text {
    color:  #7cc242;
}
.btn-contact.green {
    color: #fff !important;
    background-color: #7cc242;
}
.btn-contact.green::before {
    color: #fff !important;
}
.btn-contact.green.btn-border {
    color: #7cc242 !important;
    background: none;
}
.btn-contact.green.btn-border::before {
    color: #7cc242 !important;
}
.btn-contact.green.btn-border::after {
    border-color: #7cc242;
}

.btn-contact.dark-blue {
    color: #fff !important;
    background-color: #121C33;
}
.btn-contact.dark-blue::before {
    color: #fff !important;
}
.btn-contact.dark-blue.btn-border {
    color: #121C33 !important;
    background: none;
}
.btn-contact.dark-blue.btn-border::before {
    color: #121C33 !important;
}
.btn-contact.dark-blue.btn-border::after {
    border-color: #121C33;
}

.btn-contact.orange {
    color: #fff !important;
    background-color: #e06a2d !important;
}
.btn-contact.blue {
    color: #fff !important;
    background-color: rgb(0,173,239) !important;
}
.btn-contact.small {
        font-size: 1em!important;
    margin-bottom: 1.5rem!important;
}
.btn-contact.orange::before {
    color: #fff !important;
}
.btn-contact.orange.btn-border {
    color: #e06a2d !important;
    background: none;
}
.btn-contact.orange.btn-border::before {
    color: #e06a2d !important;
}
.btn-contact.orange.btn-border::after {
    border-color: #e06a2d;
}

.btn-contact.btn-border::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0.125rem solid;
}
.btn-contact.btn-border:hover::after {
	border-width:2px;
}
.btn-locale {
	position:relative;
	background: rgb(0,0,0) !important;
	background: linear-gradient(0deg, rgb(0,0,0) 0%, rgb(128,128,128) 100%) !important;
	color:#fff;
	padding:0.417em 3.333em 0.417em 0.75em;
}
.btn-locale:hover {
	color: #fff;
}
.btn-locale::after {
	content:'';
	background:url(/images/common/ui-dropdown-arrow.svg) 50% 50% / contain no-repeat;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:calc(2.5em + 1px);
	border-left:1px solid #fff;
}
.btn-locale .flag {
	display:inline-block;
	height:1.25rem;
	margin:0 0 0 0.3em;
}

.btn-download {
	background:rgb(0,173,239);
	color:#fff !important;
	position:relative;
	padding:0.5625em 2em 0.5625em 0.75em;
	text-align: left;
}
.btn-download::after {
	content:'\f33d';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:0.5625em;
	right:0.5625em;
    font-weight: 400;
}
.btn-download.left {
	padding:0.5625em 0.75em 0.5625em 2em;
}
.btn-download.left::after {
	top:0.5625em;
	right:calc(100% - 0.5625em);
	transform: translateX(100%);
}
.btn-link {
	background:rgb(0,173,239);
	color:#fff !important;
	position:relative;
	padding:0.5625em 2em 0.5625em 0.75em;
	text-align: left;
}
.btn-link::after {
	content:'\f054';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:0.5625em;
	right:0.5625em;
}
.btn-link.left {
	padding:0.5625em 0.75em 0.5625em 2em;
}
.btn-link.left::after {
	top:0.5625em;
	right:calc(100% - 0.75em);
	transform: translateX(100%);
}
.btn-link:hover {
	background:rgb(0,173,239);
	border: none;
}
.btn-video {
	background:rgb(0,173,239);
	color:#fff !important;
	position:relative;
	padding:0.5625em 2em 0.5625em 0.75em;
	text-align: left;
	margin-bottom: 0.5rem;
}
.btn-video::after {
	content:'\f144';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:0.5625em;
	right:0.5625em;
}

.btn-outline {
	position:relative;
	color:rgb(0,173,239) !important;
	font-weight:bold;
	padding-left:1.75em;
	font-size:1.143em;
}
.btn-outline::before {
	content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0.5625em;
    left: 0.75em;
    font-weight: 600;
    color:rgb(0,173,239) !important;
}
.btn-outline.white::after {
    border: 0.125rem solid #fff;
}
.btn-outline.cyan-border::after {
    border-color: rgb(0,173,239);
}
.btn-outline.white::before, .btn-outline.white {
    color:#fff !important;
}
.btn-outline::after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:0.125rem solid rgb(0,173,239);
}
.btn-outline:hover::after {
	border-width:2px;
}
.btn-orange {
	color: #fff !important;
	background: #e06a2d;
	width: 100%;
	border: none;
}
.btn-orange::after {
	border: none;
}
.btn-cta {
	position:relative;
	background:rgb(232,101,21);
	color:#fff !important;
	font-weight:700;
	padding-left:2em;
}
.btn-cta::before {
	content:'\f054';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:0.5625em;
	left:0.75em;
}
.btn-cta-cyan {
	position:relative;
	background: rgb(0,173,239);
	color:#fff !important;
	font-weight:700;
	padding-left:2em;
}
.btn-cta-cyan::before {
	content:'\f054';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:0.5625em;
	left:0.75em;
}
.btn-cta[href^="tel:"] {
	color:#fff !important;
}
.btn-shop {
	background:rgb(180,0,16);
	color:#fff !important;
}

@media (min-width:48em) {
	.btn-outline {
		font-size:1.286em;
	}
}

.btn__troubleshooting {
	display: flex;
	position: relative;
	padding: 1.5em 1.5em 1.5em 2em;
	background: rgb(0,173,239);
	color:#fff !important;
}
.btn__troubleshooting::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
.btn__troubleshooting::after {
	content:'';
	background: no-repeat url("/images/common/fx-series-unit-after-img.png");
	position: absolute;
	top: 50%;
	right: -0.1em;
	transform: translateY(-50%);
	width: 6em;
	height: 100%;
	background-size: cover;
	background-position-y: center;
	overflow: hidden;
	object-fit: contain;
}
@media (min-width: 48em) {
	.btn__troubleshooting::after {
		display: none;
	}
}
@media (min-width: 75em) {
	.btn__troubleshooting::after {
		display: inline-block;

	}
}
/*__________________________________________________________________________________________________ LISTS */
ol, ul {
	padding-left:1.15em;
}
li {
	padding-left:0.25em;
}
.list-unstyled > li {
	padding-left:0;
}
ul.flex {
	padding: 1rem 0 0 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
ul.flex li {
	padding: 0;
	margin: 0;
}
ul.flex li p {
	text-align: center;
}
ul.flex[data-count="2"] li {
	flex: 0 0 50%;
	max-width: 50%;
}
ul.flex[data-count="3"] li {
	flex: 0 0 30%;
	max-width: 30%;
}
.engineer-service-list {
	list-style:none;
	padding:0;
}
.engineer-service-list li a {
	display:block;
	min-height:4em;
	font-size:1.143em;
	font-weight:bold;
	padding:1.35em 0 1.35em 6.5em;
}
.engineer-service-list li a::after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:4em;
	height:4em;
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	border:3px solid rgb(0,173,239);
	border-radius:50%;
}
.engineer-service-list li a[href$="/"]::after {background-image:url(/images/common/design-and-installation-service-icon.svg);}
.engineer-service-list li a[href$="/aftermarket-support/"]::after {background-image:url(/images/common/servicing-and-spares-service-icon.svg);}
.engineer-service-list li a[href$="/lev-testing/"]::after {background-image:url(/images/common/lev-testing-service-icon.svg);}

.engineer-service-list li a:hover::after {
	border-width:2px;
}

.engineer-service-list li a.bullet-link::before {
	top:1.35em;
	left:5em;
}

.applications-list {
	list-style:none;
	padding:0;
	display:flex;
	margin:0 -0.46875rem 1em;
	flex-wrap:wrap;
}
.applications-list li {
	padding:0 0.46875rem;
	margin:0 0 0.9375rem;
	flex:0 0 50%;
	max-width:50%;
	position: relative;
}
.applications-list li::before {
	content:'';
	display:block;
	padding-top:100%;
}
.applications-list li a {
	background-position:50% 3em;
	background-size:auto 3em;
	background-repeat:no-repeat;
	background-color:#000;
	position:absolute;
	top:0;
	left:0.46875rem;
	right:0.46875rem;
	bottom:0;
	border-radius:50%;
	font-size:0.914em;
	font-weight:400;
	text-align: center;
	color:rgb(153,153,153) !important;
	padding:6.75em 1em 0;
	transition:background-color 0.2s, color 0.2s;
}
.applications-list li a:hover {
	background-color:rgb(0,173,239);
	color:#fff !important;
}
.applications-list li a[href$='/extraction-systems-applications/edm-spark-erosion/'] {background-image:url(/images/common/application-icons/edm-spark-erosion.svg);}
.applications-list li a[href$='/extraction-systems-applications/grinding/'] {background-image:url(/images/common/application-icons/grinding.svg);}
.applications-list li a[href$='/extraction-systems-applications/machining-centres/'] {background-image:url(/images/common/application-icons/machining-centres.svg);}
.applications-list li a[href$='/extraction-systems-applications/industrial-cutting/'] {background-image:url(/images/common/application-icons/industrial-saws.svg);}
.applications-list li a[href$='/extraction-systems-applications/food-processing/'] {background-image:url(/images/common/application-icons/food-processing.svg);}
.applications-list li a[href$='/extraction-systems-applications/lathes/'] {background-image:url(/images/common/application-icons/lathes.svg);}
.applications-list li a[href$='/extraction-systems-applications/parts-washing/'] {background-image:url(/images/common/application-icons/parts-washing.svg);}
.applications-list li a[href$='/extraction-systems-applications/special-purpose/'] {background-image:url(/images/common/application-icons/special-purpose.svg);}
.applications-list li a[href$='/s-fusion-oil-mist-filter/'] {background-image:url(/images/common/application-icons/neat-oil-applications.svg);}

.applications-list li a[href$='/extraction-systems-applications/welding/'] {background-image:url(/images/common/application-icons/welding.svg);}
.applications-list li a[href$='/extraction-systems-applications/forming-pressing/'] {background-image:url(/images/common/application-icons/pressing.svg);}
.applications-list li a[href$='/extraction-systems-applications/silo-filling/'] {background-image:url(/images/common/application-icons/silo.svg);}
.applications-list li a[href$='/extraction-systems-applications/sack-tipping/'] {background-image:url(/images/common/application-icons/sack-tipping.svg);}
.applications-list li a[href$='/extraction-systems-applications/die-casting/'] {background-image:url(/images/common/application-icons/die-casting.svg);}
.applications-list li a[href$='/extraction-systems-applications/surface-coating/'] {background-image:url(/images/common/application-icons/surface-coating.svg);}
.applications-list li a[href$='/extraction-systems-applications/mixing-and-blending/'] {background-image:url(/images/common/application-icons/mixing.svg);}
.applications-list li a[href$='/extraction-systems-applications/conveying/'] {background-image:url(/images/common/application-icons/solids.svg);}
.applications-list li a[href$='/extraction-systems-applications/decanting-and-dispensing/'] {background-image:url(/images/common/application-icons/decanting.svg);}
.applications-list li a[href$='/extraction-systems-applications/weighing-and-batching/'] {background-image:url(/images/common/application-icons/weighing.svg);}
.applications-list li a[href$='/extraction-systems-applications/milling/'] {background-image:url(/images/common/application-icons/milling.svg);}
.applications-list li a[href$='/extraction-systems-applications/laser-cutting/'] {background-image:url(/images/common/application-icons/laser.svg);}
.applications-list li a[href$='/extraction-systems-applications/plasma-cutting/'] {background-image:url(/images/common/application-icons/plasma.svg);}
@media (min-width:48em) {
	.applications-list li {
		flex:0 0 20%;
		max-width: 20%;
	}
	.applications-list li a {
		font-size:calc((100vw - 6 * 0.9375rem) / 53.75);
	}
}
@media (min-width:62em) {
	.applications-list {
		margin:0 -0.9375rem 1em;
	}
	.applications-list li {
		padding:0 0.9375rem;
		margin:0 0 1.875rem;
	}
	.applications-list li a {
		left:0.9375rem;
		right:0.9375rem;
		font-size:calc((93.75vw - 5 * 1.875rem) / 53.75);
	}
}
@media (min-width:80em) {
	.applications-list li a {
		font-size:1.22rem;
	}
}


.applications-list[data-style="grey-red"] li a {
	background-color:rgb(232,232,232);
	color:#000 !important;
}
.applications-list[data-style="grey-red"] li a:hover {
    background-color: rgb(180,0,16);
    color: #fff !important;
}
.applications-list[data-style="grey-red"] li a::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-position:50% 3em;
	background-size:auto 3em;
	background-repeat:no-repeat;
	transition:opacity 0.2s;
}
.applications-list[data-style="grey-red"] li a:hover::after {
	opacity:0;
}

.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/edm-spark-erosion/']::after {background-image:url(/images/common/application-icons/edm-spark-erosion-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/grinding/']::after {background-image:url(/images/common/application-icons/grinding-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/machining-centres/']::after {background-image:url(/images/common/application-icons/machining-centres-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/industrial-cutting/']::after {background-image:url(/images/common/application-icons/industrial-saws-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/food-processing/']::after {background-image:url(/images/common/application-icons/food-processing-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/lathes/']::after {background-image:url(/images/common/application-icons/lathes-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/parts-washing/']::after {background-image:url(/images/common/application-icons/parts-washing-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/special-purpose/']::after {background-image:url(/images/common/application-icons/special-purpose-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/s-fusion-oil-mist-filter/']::after {background-image:url(/images/common/application-icons/neat-oil-applications-red.svg);}



.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/welding/']::after {background-image:url(/images/common/application-icons/welding-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/forming-pressing/']::after {background-image:url(/images/common/application-icons/pressing-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/silo-filling/']::after {background-image:url(/images/common/application-icons/silo-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/sack-tipping/']::after {background-image:url(/images/common/application-icons/sack-tipping-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/die-casting/']::after {background-image:url(/images/common/application-icons/die-casting-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/surface-coating/']::after {background-image:url(/images/common/application-icons/surface-coating-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/mixing-and-blending/']::after {background-image:url(/images/common/application-icons/mixing-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/conveying/']::after {background-image:url(/images/common/application-icons/solids-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/decanting-and-dispensing/']::after {background-image:url(/images/common/application-icons/decanting-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/weighing-and-batching/']::after {background-image:url(/images/common/application-icons/weighing-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/milling/']::after {background-image:url(/images/common/application-icons/milling-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/laser-cutting/']::after {background-image:url(/images/common/application-icons/laser-red.svg);}
.applications-list[data-style="grey-red"] li a[href$='/extraction-systems-applications/plasma-cutting/']::after {background-image:url(/images/common/application-icons/plasma-red.svg);}

.social-channels {
	list-style:none;
	padding:0;
	margin-left:-0.3125rem;
	margin-right:-0.3125rem;
	display:flex;
}
.social-channels li {
	margin:0;
	padding:0 0.3125rem;
}
.social-channels li a {
	display:block;
	width:2rem;
    box-shadow: 0 4px 12px 0px rgba(0,0,0,.25);
    border-radius: 0.65rem;
}
.social-channels li a img {
	margin:0;
	width:100%;
}

.exhibitions-list {
	margin:0;
	padding:0;
	list-style:none;
}
.exhibitions-list li {
	padding-left:0;
}

/*_________________________________________________________________________________________________ TABLES */
.tech-data .table-responsive {
	margin-bottom:1em;
}
.tech-data .datasheet_list {
	display: flex;
    flex-direction: column;
}
.tech-data .datasheet_list > div {
	flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width:48em) {
    .tech-data .datasheet_list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tech-data .datasheet_list > div {
        flex: 0 0 calc(33.33% - 0.5em);
        max-width: calc(33.33% - 0.5em);
        margin-right: calc((100% - (3 * (33.33% - 0.5em))) / 2);
        margin-bottom: 0.5em;
    }
    .tech-data .datasheet_list > div:nth-child(3n) {
        margin-right: 0;
    }
    .tech-data .datasheet_list > div a {
        width: 100%;
    }
}
.tech-data table {
	font-size:0.857em;
}
.tech-data thead th {
	background:#000;
	color:#fff;
	border-left:0;
	border-right:1px solid rgba(255,255,255,0.6);
	border-bottom: 0;
	border-top:0;
	text-align: center;
	vertical-align: middle;
}
.tech-data thead th:first-child {
	background:rgb(0,173,239);
	border-right:0;
}
.tech-data thead th:last-child {
	border-right:0;
}
.tech-data thead th .units {
	display:block;
	font-weight:normal;
}
.tech-data thead th .footnote-ref {
	font-weight:normal;
}
.tech-data tbody td {
	background:#fff;
	border-bottom:1px solid rgba(0,0,0,0.4);
	border-top:none;
	border-left:0;
	border-right:1px solid rgba(0,0,0,0.4);
	text-align: center;
	vertical-align: middle;
}
.tech-data tbody td:first-child {
	background:rgb(179,230,250);
	border-right:0;
}
.tech-data tbody td:last-child {
	border-right:0;
}
.tech-data tbody tr:last-child td {
	border-bottom:0;
}
.tech-data .table-footnotes {
	list-style: none;
	padding-left:0;
	font-size: 0.857em;
}
.tech-data .table-footnotes li {
	position:relative;
	padding-left:1.25em;
}
.tech-data .table-footnotes li > sup {
	font-style: normal;
	position:absolute;
	top:0;
	left:0;
}

/*_________________________________________________________________________________________________ PANELS */
.panel {
	background:#fff;
	border-radius:0;
	box-shadow:0 0.625rem 1.25rem rgba(0,0,0,0.2);
}
.panel > header,
.panel > div,
.panel > section {
	padding:1.875em;
}

.panel h2 {color:#000;}
.panel h2 > span {display:block; color:rgb(128,128,128);}

.action-panel > header,
.action-panel > div,
.action-panel > section {
	padding:0.857em;
}
.action-panel > header > a {
	display:block;
	margin:-0.857em;
    padding: 0.857em;
}
.action-panel > header > a.bullet-link {
	padding-left:2.357em;
}
.action-panel > header > a.bullet-link::before {
	top:0.857em;
	left:0.857em;
}

.panel .side-quote {
	color:rgb(0,173,239);
	text-align: right;
	border-right:4px solid rgb(0,173,239);
	margin-right: -1.458em;
	padding-right:calc(1.458em - 4px);
	font-size:1.286em;
}
.panel .side-quote-left {
    color: #000;
    text-align: left;
    border-left: 4px solid rgb(0,173,239);
    margin-left: -1.458em;
    padding-left: calc(1.458em - 4px);
    font-size: 1.286em;
}
@media (min-width:48em) {
	aside {
		display:flex;
		flex-direction:column;
	}
	aside > .panel {
		width:100%;
	}
	aside > .action-panel {
		max-width:19.29em;
		align-self: flex-end;
		margin-bottom: 1em;
	}
	
	.panel-text {
		columns: 2;
		column-gap: 1.875rem;
	}
}

/*__________________________________________________________________________________________________ CARDS */
.card {
	display:flex;
	flex-direction: row;
	border:0;
	border-radius: 0;
	background:#fff;
	color:#000 !important;
	box-shadow:0 0.3125rem 0.625rem rgba(0,0,0,0.2);
	margin-bottom:1em;
}
.card > a {
	flex:0 0 100%;
	max-width:100%;
	display:block;
	padding:1.143em;
	color:inherit !important;
	background:#fff;
}
.card > a:hover {
	box-shadow:0 0.3125rem 0.625rem rgba(0,0,0,0.2);
}

.card[data-target="pre-filters-fx-series"] a {
	background:url(/images/content/cards/pre-filters.webp) 100% 75% / 85% auto no-repeat;
	min-height:16em;
}
.card[data-target="afterfilters-fx-series"] a {
	background:url(/images/content/cards/afterfilters.webp) 100% 75% / 65% auto no-repeat;
	min-height:16em;
}
.card[data-target="stands-fx-series"] a {
	background:url(/images/content/cards/mobile-floor-stand-with-afterfilter.webp) 100% 50% / 65% auto no-repeat;
	min-height:16em;
}
.card[data-target="pre-filters-s-series"] a {
	background:url(/images/content/cards/pre-filters-s-series.webp) 100% 75% / 75% auto no-repeat;
	min-height:16em;
}
.card[data-target="afterfilters-s-series"] a {
	background:url(/images/content/cards/afterfilters.webp) 100% 75% / 60% auto no-repeat;
	min-height:16em;
}
.card[data-target="stands-s-series"] a {
	background:url(/images/content/cards/mobile-floor-stand-with-afterfilter.webp) 100% 50% / 65% auto no-repeat;
	min-height:16em;
}
.card[data-target="f-monitors"] a {
	background:url(/images/content/cards/f-monitors.webp) 50% 90% / 80% auto no-repeat;
	min-height:16em;
}
.card[data-target="f-save-card"] a {
	background:url(/images/content/cards/f-save.webp) 100% 50% / 70% auto no-repeat;
	min-height:16em;
}
.no-webp .card[data-target="pre-filters-fx-series"] a {
	background-image:url(/images/content/cards/pre-filters.jpg)
}
.no-webp .card[data-target="afterfilters-fx-series"] a {
	background-image:url(/images/content/cards/afterfilters.jpg)
}
.no-webp .card[data-target="stands-fx-series"] a {
	background-image:url(/images/content/cards/mobile-floor-stand-with-afterfilter.jpg)
}
.no-webp .card[data-target="pre-filters-s-series"] a {
	background-image:url(/images/content/cards/pre-filters-s-series.jpg)
}
.no-webp .card[data-target="afterfilters-s-series"] a {
	background-image:url(/images/content/cards/afterfilters.jpg)
}
.no-webp .card[data-target="stands-s-series"] a {
	background-image:url(/images/content/cards/mobile-floor-stand-with-afterfilter.jpg)
}
.no-webp .card[data-target="f-monitors"] a {
	background:url(/images/content/cards/f-monitors.jpg)
}
.no-webp .card[data-target="f-save-card"] a {
	background:url(/images/content/cards/f-save.jpg)
}
@media (min-width:62em) {

}

.card.post > a {
	display:flex;
	flex-direction:column;
	padding:0.714em;
}
.card.post .post-image {
	margin:-0.714em -0.714em 1em;
	padding:0.286em;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	height:9em;
	background-position:50% 25%;
	background-size:cover;
	background-repeat:no-repeat;
    position: relative;
    overflow: hidden;
}
.card.post .post-image > img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.card.post .post-type {
	padding:0.3em 0.55em;
	background:rgb(180,0,16);
	color:#fff !important;
	font-size: 0.786em;
	font-weight:400;
    z-index: 1;
}
.v-service .card.post .post-type {
	display: none;
}
.card.post .post-snippet {
	display:flex;
	flex-direction:column;
	flex-grow: 1;
	justify-content: space-between;
}
.card.post .post-title {
	color:rgb(0,173,239) !important;
	font-weight:bold;
	margin-bottom: 0.5em;
}
.card.post .post-date {
	font-size: 0.857em;
	display:block;
	font-weight:bold;
}

.post-cards {
	display: flex;
	flex-wrap:wrap;
	margin:0 -0.571em;
}
.post-cards .post-wrapper {
	display:flex;
	width:100%;
	padding:0 0.571em;
}
.post-cards .card {
	display: flex;
	margin-bottom: 1em;
	width:100%;
}

@media (min-width:48em) {
	.post-cards .post-wrapper {
		flex:0 0 12.571em;
		max-width:12.571em;
	}
}



/*__________________________________________________________________________________________________ BOXES */
.box {
	padding:1.143em;
	margin-bottom:1em;
}

.box.callout {
	position:relative;
	display:inline-block;
	background:rgb(0,173,239);
	color:rgb(255,255,255,0.75) !important;
	}
.box.callout::before {
	content:'';
	position:absolute;
	width:0;
	height:0;
	}
.box.callout[data-leader='rt']::before {top:2.5em; left:100%; border-right:2.143em solid rgb(0,173,239); border-top:0.786em solid transparent; border-bottom:0.786em solid transparent; transform-origin: left center; transform:rotate(-70deg) translate3d(-0.1em, 0, 0.1em);}

.box.callout h2 {
	color:#fff !important;
}


/*_____________________________________________________________________________________________ LIGHTBOXES */
.lity {
	background: rgba(0,173,239,0.95);
}
.lity-active,
.lity-active body,
.lity-active body > form {
    overflow: hidden;
}
.lity-wrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.lity-wrap::before {
    margin-right: 0;
}
.lity-container {
    width: 100%;
	padding:0 5vw;
	max-height: none;
}
.lity-content::after {
	box-shadow:none;
}
.lity-content {
	margin:3rem auto;
}
.lity-content > * {
	max-height:none !important;
}
.lity-close-wrapper {
	position:fixed;
	top:0.5em;
	right:0.5em;
	width:3em;
	height:3em;
	z-index: 9994;
	padding:0 !important;
	display:block;
	font-size:16px;
}
.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	font-size:1em;
}
.lity-close svg {
	width:100%;
	height:100%;
	pointer-events:none;
}
.lity-iframe-container iframe {
	background:#fff;
}

.panel-lightbox .panel > div {
	padding-top:2.5em;
}
.panel-lightbox .lity-content {
	max-width:33.75em;
}
.panel-lightbox .panel .lity-close svg .x {
	fill:rgb(228,18,28);
}
.panel-lightbox .panel > .lity-close-wrapper {
	position:absolute;
	top:0;
	right:0;
	font-size:1rem;
}
.panel-lightbox .lity-wrap > .lity-close-wrapper {
	display:none;
}

@media (min-width:48em) {
	.panel-lightbox .panel > div {
		padding-top:1.875em;
	}
	.panel-lightbox .lity-wrap > .lity-close-wrapper {
		display:block;
	}
	.panel-lightbox .panel > .lity-close-wrapper {
		display:none;
	}
}
@media (min-width:62em) {
	.lity-close-wrapper {
		font-size:24px;
	}
}

.lity-active-gallery,
.lity-active-gallery body {
	height:auto;
	overflow: visible;
}
.gallery-lightbox {
    background:rgba(0,0,0,0.95);
	color:#fff;
}
.gallery-lightbox .lity-container {
    overflow-y: visible;
	padding:0;
}
.gallery-lightbox .lity-container,
.gallery-lightbox .lity-content,
.gallery-lightbox .lity-content > div,
.gallery-lightbox .slick-slider,
.gallery-lightbox .slick-list,
.gallery-lightbox .slick-track,
.gallery-lightbox .slick-slide {
	height:100%;
	max-height:none !important;
}
.gallery-lightbox .lity-wrap::before {
	margin-right: 0;
}
.gallery-lightbox .lity-content {
	margin:0 auto;
}
.gallery-lightbox .lity-content::after {
	box-shadow:none;
}
.gallery-lightbox .slick-slide {
	position:relative;
	display:flex !important;
	padding:4em 0 20vmin;
}
.gallery-lightbox .slick-slide > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex:0 0 100%;
	max-width:100%;
	font-size:4.375vmin;
}
.gallery-lightbox .slick-slide .image {
	max-height:100%;
	padding-bottom:4em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-lightbox .slick-slide .image img {
	max-height:100%;
	margin:0;
}
.gallery-lightbox .slick-slide .caption {
	display: block;
	text-align: center;
	margin-top:-3em;
	max-height:3em;
}
.gallery-lightbox .slick-arrow {
	background:none;
	position:absolute;
	bottom:3vmin;
	z-index:1;
	width:1.4em;
	height:1.4em;
	line-height: 1.4;
	font-family:'Font Awesome 5 Pro';
	font-weight:300;
	border: 0;
	font-size:10vmin;
	padding:0;
	color:#666;
	text-align: center;
}
.gallery-lightbox .slick-arrow:hover {
	color:#fff;
}
.gallery-lightbox .slick-arrow.slick-prev {
	left:3vmin;
}
.gallery-lightbox .slick-arrow.slick-next {
	right:3vmin;
}
@media (min-aspect-ratio: 1/1) { /* Landscape aspect ratio */
	.gallery-lightbox .slick-slide {
		padding:1em 4.5em;
	}
	.gallery-lightbox .slick-arrow {
		top:50%;
		transform:translateY(-50%);
		height:4.2em;
		line-height: 4.2;
	}
}
@media (min-width: 22.875em) {
	.gallery-lightbox .slick-slide > div {
		font-size:16px;
	}
}
@media (min-width: 62em) {
	.lity-close,
	.gallery-lightbox .slick-arrow {
		color:#ccc;
	}
}
@media (min-width:67.5em) {
	/* Hide Scroll Bars */
	.lity-active-gallery, .lity-active-gallery body {
		height: 100%;
		overflow: hidden;
	}
}

/*_____________________________________________________________________________________________ 
VIDEO LIGHTBOX */
.lity-youtube {
	background:rgba(255,255,255,0.95);
}
.lity-youtube .lity-iframe-container {
	box-shadow:0 0.625rem 1.25rem rgba(0,0,0,0.2);
}
.lity-youtube .lity-close svg .x {
	fill:rgb(0,173,239);
}
@media (min-width:75em) {
	.lity-youtube .lity-container {
		max-width:85rem;
	}
}
/*_____________________________________________________________________________________________ 
IMAGE LIGHTBOX */
.lity-image {
	background:rgba(255,255,255,0.95);
}
.lity-image .lity-content img {
	max-height: 600px !important;
	margin: 0 auto;
}

.lity-image .lity-close svg .x {
	fill:rgb(0,173,239);
}/*_____________________________________________________________________________________________ 
WHITE LIGHTBOX */
.white-wide-lightbox {
	background:rgba(255,255,255,0.95);
}
.white-wide-lightbox .lity-content {
	max-width: 100%;
}
.white-wide-lightbox .lity-close svg .x {
	fill:rgb(0,173,239) !important;
}
@media(min-width:48em){
	.white-wide-lightbox .lity-content {
		max-width: 50%;
	}
}
/*__________________________________________________________________________________________________ FORMS */

/*_________________________________________________________________________________________________ BANNER */
.banner {
	min-height:21em;
}
.banner h1 a {
	color:#fff !important;
	font-weight:400;
}
.banner h1 + .subtitle {
	font-size:1.25em;
	margin-top:-1em;
}
@media (min-width:48em) {
	.banner {
		min-height:20em;
	}
	.banner.taller {
		min-height:28.571em;
	}
	.banner aside {
		justify-content: flex-end;
	}
	.banner h1 + .subtitle {
		font-size:1.714em;
	}
}

/*_______________________________________________________________________________________ OTHER COMPONENTS */
[data-sticky-nav] {
	padding-bottom:3em;
}
[data-sticky-nav] .panel {
	box-shadow:none;
}
[data-sticky-nav] .panel > *:not(nav):not(.cta) {
	display:none;
}
[data-sticky-nav] .panel .back {
    margin-bottom: 1rem;
    display: block;
}
[data-sticky-nav] nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
[data-sticky-nav] nav ul li {
	padding-left: 1rem;
}
[data-sticky-nav] nav a {
	display:block;
	position: relative;
	color:inherit !important;
	padding:0.3em 0.857em 0.3em 2em;
	font-weight:400;
}
[data-sticky-nav] nav a + a {
	border-top:1px solid rgb(224,224,224);
}
[data-sticky-nav] nav a::before {
	content:'\f054';
	font-family:'Font Awesome 5 Pro';
	color:rgb(204,204,204);
	position:absolute;
	top:0.2em;
	left:0;
	transition: transform 0.2s;
}
[data-sticky-nav] nav a:hover::before {
	color:rgb(0,173,239);
	transform:scale(1.6);
}

[data-sticky-nav] nav ul .top,
[data-sticky-nav] nav ul .overview {
	display:none;
}

@media (min-width:48em) and (max-width:61.9375em) {
	[data-sticky-nav] .page-nav {
		display: none;
	}
	[data-sticky-nav] nav ul .top {
		display:block;
		flex:0 0 4em;
	}
	[data-sticky-nav] .page-nav {
		position:sticky;
		top:0;
		z-index:1000;
		background:rgb(255,255,255,0.9);
		margin:0 -0.9375rem;
		padding:1em 0;
	}
	[data-sticky-nav] .panel {
		max-width:none;
	}
	[data-sticky-nav] nav ul {
		display:flex;
		padding:0 0.4375rem;
		justify-content: space-between;
	}
	[data-sticky-nav] nav ul li {
		flex:1 0 auto;
		text-align: center;
		padding:0 0.5rem;
	}
	[data-sticky-nav] nav ul li a {
		padding:1em 0.25em;
		border:1px solid rgb(0,173,239);
		transition: background 0.2s, color 0.2s;
	}
	[data-sticky-nav] nav ul li a::before {
		content:none;
	}
	[data-sticky-nav] nav ul li a:hover {
		background:rgb(0,173,239);
		color:#fff !important;
	}
}

@media (min-width:62em) {
    [data-sticky-nav] .page-nav {
		display: block;
	}
	[data-sticky-nav] nav ul .overview {
		display:block;
	}
	[data-sticky-nav] nav ul .sales {
		display:none;
	}
    [data-sticky-nav] nav ul li {
        padding-left: 0;
    }
	
	[data-sticky-nav] {
		position:absolute;
		top:-3.714em;
		right:calc((100% + 1.875rem - 93.75vw) / 2);
		bottom:0;
		width:calc(93.75vw / 4);
		padding:0 0.9375rem 3em;
		margin-right: -0.9375rem;
		z-index:1;
	}
	[data-sticky-nav] .stick {
		position:sticky;
		top:2em;
		z-index:1000;
	}
	[data-sticky-nav] .panel {
		background:#fff;
		box-shadow:0 0.625rem 1.25rem rgba(0,0,0,0.2);
	}
	[data-sticky-nav] .panel.image {
		background:none;
		box-shadow: none;
	}
	[data-sticky-nav] .panel > *:not(nav):not(.cta) {
		display:block;
	}
}
@media (min-width:80em) {
	[data-sticky-nav] {
		right:calc((100% + 1.875rem - 75rem)/2);
		width:calc(75rem / 4);
	}
}

.cta .download {
	margin-bottom:0.5em;
}
.cta .download .btn-download {
	display:block;
}
.cta h4 {
	margin:1em 0 0;
	color:rgb(102,102,102);
}
.cta h4:first-child {
	margin:0;
}
.cta .tel {
	font-size:1.714em;
	font-weight:bold;
	color:#000 !important;
}
.cta .email > a {
	color:rgb(0,173,239) !important;
	font-weight:400;
}
.panel > .cta {
	padding:1em;
}

.section-kicker {
	position:absolute !important;
	top:-1.5em;
	left:0.9375rem;
}
.section-kicker a {
	font-size:1.143em;
	background:rgba(255,255,255,0.4);
	color:#fff !important;
	display:inline-block;
	padding: 0.3em 0.5em;
	font-weight:400;
}

.panel-kicker {
	padding:0 1.875em !important;
}
.panel-kicker > span {
	display: inline-block;
	background:rgb(180,0,16);
	color:#fff;
	padding:0.3em 0.5em;
	font-size:0.786em;
}

.blockline {
	line-height: 1.65;
	margin:0 0.2em;
}
.blockline > * {
	display:inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 0.2em 0.1em;
	box-shadow: 0.2em 0 0 rgba(0,0,0,0.25), -0.2em 0 0 rgba(0,0,0,0.25);
	background-color: #fff;
	background-color: rgba(0,0,0,0.25);
}

.survey-promo-disc {
	position:relative;
	font-size:0.857em;
	width:13.110em;
	height:13.110em;
	display:flex;
	align-items: center;
	justify-content: center;
}
.survey-promo-disc::before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(/i18n/en-gb/images/free-on-site-survey.webp) 50% 50% / contain no-repeat;
}
.no-webp .survey-promo-disc::before {
	background-image:url(/i18n/en-gb/images/free-on-site-survey.png);
}
.survey-promo-disc > div {
	width:66.667%;
	height:66.667%;
	background:#fff;
	box-shadow:0 2em 2em 2em rgba(0,0,0,0.2);
	border-radius:50%;
	color:#000;
	display: flex;
	align-items: center;
	text-align: center;
}
.survey-promo-disc > div h3 {
	display:none;
}

.row.has-appendix {
	box-shadow:0 0.5em 1em rgba(0,0,0,0.2);
}
.row.np > .span {
	padding: 0;
}
.banner-appendix {
	flex:0 0 100%;
	max-width:100%;
	background:#fff;
    z-index: 1;
}
.banner-appendix .span {
    padding: 1em 0 !important;
}
.banner-appendix .col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.banner-appendix.latest-post .kicker {
	margin-bottom:1em;
}
.banner-appendix.latest-post .kicker > a {
	background:rgb(180,0,16);
	display: block;
	padding:0.5em;
	color:#fff !important;
	font-weight:inherit;
	font-size:0.786em;
}
.banner-appendix.latest-post .post-title {
	margin-bottom:1em;
}
.banner-appendix.latest-post .post-title > a {
	font-size:1.143em;
	color:rgb(102,102,102) !important;
	font-weight:inherit;
}
.banner-appendix.latest-post .post-title > a:hover {
	color:rgb(180,0,16) !important;
}
.banner-appendix.latest-post .btn {
	background-color: rgb(0,173,239);
	color:#fff !important;
	padding-left:2em;
	position:relative;
}
.banner-appendix.latest-post .btn::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0.5625em;
	left: 0.75em;
}

@media (min-width:48em) {
	.banner-appendix.latest-post .col {
		display: flex;
		flex-direction: row;
		align-items:center;
	}
	.banner-appendix.latest-post .kicker {
		margin-bottom:0;
		margin-right:1.5em;
	}
	.banner-appendix.latest-post .post-title {
		flex:1 0 0;
		margin-bottom:0;
	}
	.banner-appendix.latest-post .btn {
		margin-left:3em;
	}
}

/*___________________________________________________________________________________________________ MAIN */
#main {
	border-bottom:1px solid rgb(204,204,204);
}
#main .row:last-child {
	margin-bottom:-1px;
}
/*_________________________________________________________________________________________________ FOOTER */
#protecting-people {
	background:url(/images/common/protecting-people.webp) calc(100% - 0.9375rem) calc(100% - 1.6875rem) / 17.8125rem auto no-repeat;
	padding-top:6em;
	display:flex;
	align-items: flex-end;
	justify-content: flex-end;
	border-top:1px solid rgb(204,204,204); 
}
.no-webp #protecting-people {
	background-image:url(/images/common/protecting-people.jpg);
}
#protecting-people > div {
	width:19em;
	padding:1.2em 2.4em 2em 1.2em;
	border-bottom:0.571em solid rgb(0,173,239);
	color:rgb(102,102,102);
	font-size:0.75em;
}
#protecting-people > div strong {
	display:block;
	font-size:1.25em;
	font-weight: 400;
	color:#000;
}
@media (min-width:48em) {
	#protecting-people {
		border-top:0; 
	}
}

.company-footer {
	font-size:0.857em;
	color:rgb(102,102,102);
	text-align: center;
}
.company-footer .span {
	padding:2.333em 0;
}

#absolent-group-company {
	font-size:0.875rem;
	margin-bottom:2.5em;
}
#absolent-group-company a {
	line-height: 1.1;
	color:rgb(128,130,133) !important;
	display:flex;
	justify-content: center;
	font-weight:400;
}
#absolent-group-company a img {
	height:4.1em;
	margin:0;
}
#absolent-group-company a span {
	display: block;
	max-width:10.39em;
	padding-top:0.2em;
	padding-left:1.429em;
	border-left:1px solid rgb(128,130,133);
	margin-left:1.429em;
	text-align: left;
}
#footer .social-channels {
	justify-content: center;
}

#website-copyright {
	margin-bottom:1.5em;
}

#footer-links ul {
	list-style:none;
	padding:0;
}
#footer-links ul li {
	padding:0;
	margin:0;
}
#footer-links ul li a {
	display:block;
	padding:0.2em 0;
	color:rgb(102,102,102) !important;
	font-weight:400;
}
#footer-links ul li a:hover {
	color:#fff !important;
}

@media (min-width:48em) {
	.company-footer {
		text-align:right;
	}
	#absolent-group-company {
		margin-bottom:3.125em;
	}
	#absolent-group-company a {
		justify-content: flex-start;
	}
	#footer .social-channels {
		justify-content: flex-end;
	}
}

/*_____________________________________________________________________________________ MENU CUSTOMISATION */
/* END Nav item width fixing */

#mobile-menu [data-nav] {display:none;}
html.menu-open[data-menu-scope*='"main"'] #mobile-menu [data-nav="main"] {display:block;}
html.menu-open[data-menu-scope*='"shop"'] #mobile-menu [data-nav="shop"] {display:block;}

#mobile-menu .drop > button.active {background:rgb(0,173,239);}

#mobile-menu .box-link {
	display:flex;
	justify-content: space-between;
}
#mobile-menu .box-link strong {
	font-weight:400;
}
#mobile-menu .box-link span {
	font-size:0.75em;
	color:rgba(255,255,255,0.6);
}
/*----------------------------------------------EMAIL SIGNUP----------------------------------- */
.email-signup {
	max-width: 100%;
	padding: 0.4375rem 0.5rem;
}
.email-signup-box {
	max-width: 100%;
	padding: 0.5rem 1rem;
	text-align: center;
}
/*--------------------NEWS - EMAIL SIGNUP----------------------------------- */
.widget.signup {
	padding: 0;
}
.widget.signup .email-signup {
	max-width: 100%;
}
.widget.signup .email-signup .email-signup-box {
	text-align: left;
	padding-left: 1rem;
}
/*--------------------FOOTER - EMAIL SIGNUP----------------------------------- */
.company-footer .email-signup {
	margin-bottom: 1rem;
}
@media (min-width:48em) {
	.email-signup {
		max-width: 13rem;
	}
	.email-signup-box {
		max-width: 100%;
		text-align: center;
	}
}
@media (min-width:62em) {
	.email-signup-box {
		padding: 0.5rem 0.75rem;
	}
}
/*___________________________________________________________________________________________________ MENU */
.v-home #menu > div > ul > li[data-route="home"] > a::after,
.v-product #menu > div > ul > li[data-route="products"] > span::after,
.v-service-inner #menu > div > ul > li[data-route="products"] > span::after,
.v-coolant-control #menu > div > ul > li[data-route="products"] > span::after,
.v-accessories #menu > div > ul > li[data-route="products"] > span::after,
.v-accessories-index #menu > div > ul > li[data-route="products"] > span::after,
.v-f-save #menu > div > ul > li[data-route="products"] > span::after,
.v-service #menu > div > ul > li[data-route="services"] > span::after,
.v-centralised-extraction-systems #menu > div > ul > li[data-route="centralised-extraction-systems"] > a::after,
.v-ind-app-landing.p-extraction-systems-applications #menu > div > ul > li[data-route="applications"] > a::after,
.v-ind-app-landing.p-extraction-systems-industries #menu > div > ul > li[data-route="industries"] > a::after,
.v-industry #menu > div > ul > li[data-route="industries"] > a::after,
.v-application #menu > div > ul > li[data-route="applications"] > a::after,
.p-extraction-systems-applications #menu > div > ul > li[data-route="applications"] > a::after,
.p-aftermarket-support-filter-servicing #menu > div > ul > li[data-route="aftermarket"] > a::after,
.v-filter-media-inner #menu > div > ul > li[data-route="aftermarket"] > a::after,
.p-aftermarket-support #menu > div > ul > li[data-route="aftermarket"] > a::after,
.p-aftermarket-support-filter-spares-and-consumables #menu > div > ul > li[data-route="aftermarket"] > a::after,
.p-aftermarket-support-duct-cleaning #menu > div > ul > li[data-route="aftermarket"] > a::after,
.p-aftermarket-support-remedials #menu > div > ul > li[data-route="aftermarket"] > a::after,
.p-aftermarket-support-spares-and-consumables-catalogue #menu > div > ul > li[data-route="aftermarket"] > a::after,
.p-lev-testing #menu > div > ul > li[data-route="lev-testing"] > a::after,
.p-our-brands #menu > div > ul > li[data-route="our-brands"] > a::after,
.p-lev-equipment #menu > div > ul > li[data-route="lev-testing"] > a::after,
.p-hse-compliance #menu > div > ul > li[data-route="hse"] > a::after,
.p-hse-compliance-atex #menu > div > ul > li[data-route="hse"] > a::after,
.p-about #menu > div > ul > li[data-route="about"] > a::after,
.p-about-corporate #menu > div > ul > li[data-route="about"] > a::after,
.p-team #menu > div > ul > li[data-route="about"] > a::after,
.p-contact #menu > div > ul > li[data-route="contact"] > a::after,
.p-aftermarket-support-filter-spares-and-consumables #menu > div > ul > li[data-route="spares"] > a::after,
body[class^="p-buy-now"] #menu > div > ul > li[data-route="products"] > span::after, 
body[class^="v-landing"] #menu > div > ul > li[data-route="products"] > span::after  {
	border-top-color: #00adef !important;
}
.faq-link::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0.5625em;
    left: 0.75em;
}
.faq-link {
    background-color: rgb(0,173,239);
    position: relative;
    color: #fff !important;
    padding-left: 2em;
    width: 100%;
}
.faq .roles-list li a.job-button {
    font-weight: normal !important;
    padding: 1.5rem 4rem 1.5rem 1.5rem !important;
}
.faq .roles-list h4 {
    margin: 0 0 1rem 0 !important;
}
.faq .roles-list .nuge {
    padding-left: 1.5em;
}
.faq .download {
    border: 2px solid white;
    font-weight: bold;
    min-height: 6em;
}
.faq .f-link {
    color: white !important;
    text-decoration: underline;
    font-weight: normal;
}
.faq .f-link:visited {
    text-decoration: underline !important;
}
.faq .f-link:hover {
    text-decoration: underline !important;
}
@media (min-width:48em) {
    .faq .roles-list li a.job-button {
        padding: 1.5rem 4rem 1.5rem 1.5rem !important;
    }
    .faq .download {
        margin-top: 2em;
    }
}
.mt-1em {
	margin: 1em 0 0 0;
}
.btn-outline-green {
	position:relative;
	color:inherit !important;
	font-weight:bold;
	padding-left:1.75em;
	font-size:1.143em;
    color: #7cc242 !important;
}
.btn-outline-green::before {
	content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0.5625em;
    left: 0.75em;
    font-weight: 600;
    color: #7cc242 !important;
}
.btn-outline-green::after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:0.125rem solid #7cc242;
}
.btn-outline-green:hover::after {
	border-width:2px;
}
.btn-outline-white {
	position:relative;
	color:inherit !important;
	font-weight:bold;
	font-size:1.3em;
    color: #FFF !important;
}
.btn-outline-white::after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:0.125rem solid #FFF;
    border-radius: 0.5rem;
}
.btn-outline-white:hover::after {
	border-width:2px;
}

.btn__lev-tester {
	display: flex;
	position: relative;
	padding: 1.7em 1.7em 1.7em 2em;
	background: rgb(0,173,239);
	color:#fff !important;
}
.btn__lev-tester::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
.btn__lev-tester::after {
	content:'';
	background: no-repeat url("/images/common/lev-tester-img.png");
	position: absolute;
	top: 50%;
	right: -0.1em;
	transform: translateY(-50%);
	width: 11em;
	height: 100%;
	background-size: cover;
	background-position-y: center;
	overflow: hidden;
	object-fit: contain;
}


.video-link.panel[data-video="filters-parts-washing"] .thumb {
	background-image:url(/images/common/filters-parts-washing-thumb.webp);
}
.no-webp .video-link.panel[data-video="filters-parts-washing"] .thumb {
	background-image:url(/images/common/filters-parts-washing-thumb.png);
}
@media (min-width: 48em) {
	.video-link.panel[data-video="filters-parts-washing"] .thumb {
		height: 6.5rem;
	}
	.no-webp .video-link.panel[data-video="filters-parts-washing"] .thumb { 
		height: 6.5rem;
	}
}
.video-link.panel[data-video="filters-parts-washing"] .thumb::after {
	width: 4em;
	height: 4em;
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 54.25%;
    padding-top: 25px;
    height: 0;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.patent-pending-text {
	position: absolute;
	left: 0.9375rem;
	bottom: 0;
}
.new-tab::after {
    content: 'NEW';
    font-weight: 600;
	position: absolute;
	top: -0.68rem;
	right: 2rem;
	text-transform: uppercase;
	padding: 0.5rem 0.75rem;
	color: #fff !important;
	background-color: #7cc242 !important;
	border-bottom-right-radius: 0.5rem;
  	border-bottom-left-radius: 0.5rem;
}
@media (min-width: 48em) { 
	.new-tab::after {
		right: 2rem;
		top: -0.95rem;
	}
}
@media (min-width: 62em) { 
	.new-tab::after {
		right: 2rem; 
	}
	.patent-pending-text {
		bottom: -2.5em;
	}
}
.atexOptionHeader {
    display: flex;
    align-items: center;
    margin-left: -0.5em;
    margin-top: 0.5em;
    font-size: 0.75em;
}
.atexOptionHeader img {
    width: 2.5rem;
    margin: 0;
}
.atexOptionHeader p {
    margin-top: 0px;
    margin-left: 5px;
    font-weight: 400;
}
@media (min-width: 48em) {
    .atexOptionHeader {
        font-size: 1em;
    }
}

.select-wrapper {
    position: relative;
}
.select-wrapper:hover {
    cursor: pointer;
}
.select-wrapper select {
    width: 100%;
    padding: 0.375em 2.5em 0.375em 0.5em !important;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    border: none;
    outline: none;
    border-radius: 0.25em;
    background: #eee;
}
.select-wrapper select:hover {
    cursor: pointer;
}
.select-wrapper::before {
    pointer-events: none;
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0.675em;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}
.cky-box-bottom-left {
    bottom: 50% !important;
    left: 50% !important;
    transform: translate(-50%, 50%) !important;
}
.cky-box-bottom-left::before {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 50%;
    width: 100vw;
    left: 50%;
    right: 0;
    height: 100vh;
    z-index: -1;
    transform: translate(-50%, 50%);
    pointer-events: auto;
}
.cky-box-bottom-left.cky-hide::before {
    display: none;
}
@media (min-width: 48em) {
    .cky-box-bottom-left {
        bottom: 0.9375rem !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .cky-box-bottom-left::before {
        bottom: -0.9375rem;
        transform: translateX(-50%);
    }
}
@media (max-width: 440px) {
    .cky-notice-btn-wrapper {
        flex-wrap: nowrap;
    }
    .cky-notice-btn-wrapper button {
        width: calc(100% - 24px);
    }
}

.blue-text {
    color: rgb(0, 173, 239);
    font-weight: 400;
    display: block;
}


.headerContact {
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.headerContact .lead {
    font-size: 0.9em;
    margin: 0.5em 1em;
    display: flex;
    align-items: center;
    
}
.headerContact .lead span {
    font-size: 1.2em;
    margin-right:0.25em;
        color: rgb(0, 173, 239);
}

.headerContact .lead a {
    color: black !important;
    font-weight: 400;
}

.headerContact .lead:last-child {
    font-size: 0.9em;
    margin: 0.5em 0em 0.5em 1em;
}

.greyBG {
    background: #f5f5f5;
}