/* Think Web Design, Think Matrix. https://thinkmatrix.uk */

/* Typography */

body, button, input, optgroup, select, textarea {
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  color:#101010;
}

h1, h2, h3, h4, h5, h6 {color:#101010;}
h1, h2, h3, h6 {font-weight: 700;}
h4, html .product-summary-title, .industry-intro > p:first-child {font-weight: 300;}
h5 {font-weight: 400;}
h6, .sidebar-layout .sidebar-widget-title {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#mtx-slider-1292 .slide-title {font-size: 56px; line-height: 60px;}
h1, #mtx-slider-1292 .slide-pretitle {font-size: 40px; line-height: 46px;}
h2, #solution-selector h3, #solution-selector .mtx-select-title {font-size: 24px; line-height: 30px;}
h3 {font-size: 20px; line-height: 26px;}
h4, html .product-summary-title, .industry-intro > p:first-child {font-size: 24px; line-height: 30px;}
h5 {font-size: 18px; line-height: 24px;}
h6, .sidebar-layout .sidebar-widget-title {font-size: 14px; line-height: 20px;}

html a { color:#101010; }
html a:hover { color:#DA291C; }

#the-page p > a {text-decoration: underline;}

#the-content p a, #the-content li > a {
    text-decoration: underline;
}

p > small {
    font-size: 13px;
    line-height: 18px;
}

html .caps {text-transform: uppercase;}

html .color-lite h1,
html .color-lite h2,
html .color-lite h3,
html .color-lite h4,
html .color-lite h5,
html .color-lite h6,
html .color-lite p,
html .color-lite label,
html .color-lite .gfield_description {color:#ffffff;}
html .color-lite a {color:#ffffff;}
html .color-lite a:hover {color:#8c8990;}

/* Custom Colours */

html .c-grey {color:#A0A0AA!important;}
html .c-black {color:#101010!important;}
html .c-red {color:#DA291C!important;}
html .c-blue {color:#00194A!important;}
html .c-white {color:#FFFFFF!important;}

.mtx-list .mtx-list-icon {color:#DA291C;}

/* Custom Backgrounds */

html .bg-grey {background-color:#EDEDF5!important;}
html .bg-black {background-color:#303438!important;}
html .bg-red {background-color:#DA291C!important;}
html .bg-blue {background-color:#00194A!important;}
html .bg-white {background-color: #ffffff!important;}

html .mtx-row-overlay.bg-blue, .post-type-archive-knowledge .titlebar-overlay.overlay, .page-template-template-knowledge .titlebar-overlay.overlay {
  background: -moz-linear-gradient(left, rgba(0,25,74,1) 0%, rgba(0,25,74,0) 100%)!important;
  background: -webkit-linear-gradient(left, rgba(0,25,74,1) 0%,rgba(0,25,74,0) 100%)!important;
  background: linear-gradient(to right, rgba(0,25,74,1) 0%,rgba(0,25,74,0) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00194a', endColorstr='#0000194a',GradientType=1 )!important;
  opacity: 1;
}

/* Custom Buttons */

html .btn, html .gform_wrapper .button {
  padding: 8px 22px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

html .btn.btn-large {
  font-size: 14px;
  line-height: 18px;
  padding: 12px 30px;
}

html .btn.btn-small {
  font-size: 11px;
  line-height: 17px;
  padding: 6px 16px;
}

html .btn.btn-tiny {
  padding: 0px;
  background: none!important;
  color: #DA291C!important;
  letter-spacing: 2px;
}

html .btn.btn-tiny:hover {
  background: none!important;
  color: #101010!important;
}

html a.micro-btn {
  text-decoration: underline;
  display: inline-block;
  margin: 0px 6px 12px 0px;
  color:#807D7A;
}
html a.micro-btn:hover {color:#DA291C;}

html .btn.btn-download {
  position: relative;
  padding-left: 50px;
  border-radius: 50px 6px 6px 50px;
  display: block;
  margin-right:0px;
}

html .btn.btn-download .fileicon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}

html .btn.btn-download .filesize {
  display: block;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.8;
}

html .btn.btn-primary, html .btn.btn-red, html .gform_wrapper .button, .mtx-pagination > .page-numbers.current {
  color:#ffffff!important;
	background:#DA291C!important;
}

html .btn.btn-primary:hover, html a.btn.btn-red:hover, html .toggle-open .btn.btn-primary, html .gform_wrapper .button:hover, .socials .social:hover {
  color:#ffffff!important;
	background:#ad1e13!important;
}

html .btn.btn-black {
  color:#ffffff!important;
	background:#303438!important;
}

html .btn.btn-black:hover, html .toggle-open .btn.btn-black {
  color:#ffffff!important;
	background:#101010!important;
}

html .btn.btn-white {
  color:#101010!important;
	background:#ffffff!important;
}

html .btn.btn-white:hover, html .toggle-open .btn.btn-white {
  color:#101010!important;
	background:#EDEDF5!important;
}

html .btn.btn-grey {
  color:#101010!important;
	background:#EDEDF5!important;
}

html .btn.btn-grey:hover, html .toggle-open .btn.btn-grey {
  color:#101010!important;
	background:#dcdce2!important;
}

html .btn.btn-blue {
  color:#ffffff!important;
  background: #00194A!important;
}

html a.btn.btn-blue:hover, html .toggle-open .btn.btn-blue {
  color:#ffffff!important;
  background: #00194A!important;
}

html a.fr-icon-link {
    display: inline-block;
    padding: 8px 8px 8px 0px;
}

html a.fr-icon-link > svg {
  display: block;
  fill:#DA291C;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

html a.fr-icon-link:hover > svg {fill:#101010;}

/* Site Wide */

.fl-builder #the-page .container {width: 1000px;}

#the-page.page-padding, #the-page.sidebar-layout, #the-page.fr-sidebar-layout, html .page-section {
  padding-top: 50px;
  padding-bottom: 40px;
}

.sidebar-layout #the-content, .fr-sidebar-layout #the-content {
  width: 670px;
  float: left;
}
.sidebar-layout.sidebar-left #the-content, .fr-sidebar-layout.sidebar-left #the-content {float: right;}
.sidebar-layout #sidebars, .fr-sidebar-layout #sidebars {
    width: 250px;
    float: right;
}
.sidebar-layout.sidebar-left #sidebars.left-sidebar, .sidebar-layout.sidebar-both #sidebars.left-sidebar,
.fr-sidebar-layout.sidebar-left #sidebars.left-sidebar, .fr-sidebar-layout.sidebar-both #sidebars.left-sidebar {
    float: left;
}

.page-section-header {
  text-align: center;
  margin: 0px 0px 30px;
}

.inner-title {margin: 0px 0px 30px;}

html .align-left {text-align: left;}
html .align-center {text-align: center;}
html .align-right {text-align: right;}


html .mtx-separator, html .bc-grey {border-color:#d5d5dd;}
html .bc-black {border-color:#303438;}
html .bc-red {border-color:#DA291C;}
html .bc-white {border-color:#FFFFFF;}

.fl-module-mtx-list ul.mtx-list li {padding-left: 30px;}
.mtx-list .mtx-list-icon {
  top: 4px;
  width: 22px;
}

span.note {
    font-size: 13px;
    line-height: 18px;
    color: #A0A0AA;
    margin: 0px 0px 4px;
    display: block;
}

.overlay {
  background: #303438;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000000;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Top Bar */

#top-bar {background: #d2d2d2;}

/* Header */

#header-container:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #da291c;
  pointer-events: none;
}

#header-container-background {background-color: #ffffff;}

header #logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

#strapline {
  top: 50%;
  margin-top: -12px;
  left: 270px;
  right: auto;
}

#strapline h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#header-actions {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 0px;
}

#header-actions a {
  display: inline-block;
  margin-right: 30px;
  color:#101010;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
}
#header-actions a:last-child {margin-right: 0px;}
#header-actions a:hover {color:#DA291C;}
#header-actions a i {
  color:#DA291C!important;
  font-size: 12px;
}

#titlebar {background: #303438;}

#titlebar.with-bg-img {
    padding-top: 160px;
}

#titlebar #titlebar-title {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#titlebar #titlebar-description {color: #fff;}

/* Breadcrumb */

#breadcrumb {
  font-size: 14px;
  line-height: 18px;
  color:#ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: right;
}

#breadcrumb a, #breadcrumb .item-current {color:#ffffff;}
#breadcrumb a:hover {color:#DA291C;}

#breadcrumb .sep .fa-angle-right:before {content: "/";}

.single-faqs #breadcrumb .item-current, .single-faqs #breadcrumb .sep-last,
.single-insights #breadcrumb .item-current, .single-insights #breadcrumb .sep-last,
.single-applications #breadcrumb .item-current, .single-applications #breadcrumb .sep-last,
.single-fr_products #breadcrumb .item-current, .single-fr_products #breadcrumb .sep-last,
.single-post #breadcrumb .item-current, .single-post #breadcrumb .sep-last {
    display: none;
}

/* Head Search */

#site-search-wrap {
    position: relative;
}

.site-search-holder {
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 0px;
    right: 0px;
    background: #ededf5;
    display: none;
}

.site-head-search .search-key-wrap {
    margin: 20px 0px;
}

body.search .site-search-holder {
    position: relative;
    display: block!important;
    opacity: 1!important;
}


/* Nav */

.nav-container-wrap {border-top: 1px solid #d5d5dd;}

nav#navigation {
  position: relative;
  bottom: auto;
}
#main-navigation {float: none;}
#main-navigation:before, #main-navigation:after {
  content:"";
  display: table;
}
#main-navigation:after { clear: both; }

#main-navigation > li.mob-only {display: none;}

#main-navigation > li > a {
    text-transform: uppercase;
    color: #101010;
    letter-spacing: 0.2px;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

#main-navigation > li > a:hover {color:#DA291C;}

#main-navigation li > ul.sub-menu li {border-color: #d5d5dd;}
#main-navigation li > ul.sub-menu li > a {color: #101010;}
#main-navigation li > ul.sub-menu li > a:hover {color: #DA291C;}

#main-navigation li > ul.sub-menu {
    background: #fff;
    border-color: #d5d5dd;
}

.promo-all-product {margin-top: 20px;}

/* Mob Menu */

#main-navigation-toggle > a {
  color: #da291c;
  border: 1px solid #d5d5dd;
}




/* Slider */

.mtx-slider-wrap {background: #141414;}
.mtx-slider-wrap .loading .spinner {background: #e85f28;}

.owl-carousel .owl-nav > div {
    border-radius: 0px;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}
.owl-carousel .owl-nav > div.disabled {pointer-events: none;}

.owl-carousel.with-over .owl-stage-outer {overflow: visible;}

.owl-carousel.with-over .owl-item {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}
.owl-carousel.with-over .owl-item.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel .slide-item {overflow: visible;}

.location-left .slide-content {text-align: left;}
.location-right .slide-content {text-align: right;}

.slide-item .slide-title, .slide-item .slide-text,
.slide-item  .slide-pretitle, .slide-item .slide-subtitle {color:#ffffff;}

/* Home Slider 36 */

#mtx-slider-1292 .slide-content {text-align: left;}
#mtx-slider-1292 .slide-item .slide-text-outer {max-width: 640px;}

#mtx-slider-1292 .slide-subtitle,
#mtx-slider-1292 .slide-pretitle,
#mtx-slider-1292 .slide-title,
#mtx-slider-1292 .slide-text {color:#ffffff;}

#mtx-slider-1292 .slide-subtitle,
#mtx-slider-1292 .slide-pretitle,
#mtx-slider-1292 .slide-title {text-transform: uppercase;}

#mtx-slider-1292 .slide-subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px 0px 10px;
  opacity: 0.8;
}
#mtx-slider-1292 .slide-pretitle {margin: 0px;}

#mtx-slider-1292 .fr-slide-text-wrap {
    padding-left: 100px;
    position: relative;
}
#mtx-slider-1292 .slide-text-outer {box-sizing: border-box;}

#mtx-slider-1292 .slide-item .slide-overlay {
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(227,227,227,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(227,227,227,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(227,227,227,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00e3e3e3',GradientType=1 );
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* Entrance Slider */

html .ent-slider .ent-slide {
  background: #303438;
  height: 0px;
  overflow: hidden;
  padding-bottom: 140%;
  margin-bottom: 20px;
}

html .ent-slider .ent-slide .slide-img.mtx-lazy.mtx-done {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

html .ent-slider .slide-content-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

html .ent-slider .slide-content {
  padding: 20px 20px 2px;
  display: block;
  width: 100%;
  text-align: left;
}

html .ent-slider .slide-content .slide-title {
  font-weight: 500;
  margin: 0px 0px 8px;
}

html .ent-slider .slide-content p {
  color:#ffffff!important;
  line-height: 20px;
}

html .ent-slider .sector-link-wrap .sector-link {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

html .ent-slider .sector-link-wrap:hover .sector-link {
    max-height: 50px;
}

html .ent-slider .ent-slide .slide-overlay {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

html .ent-slider .ent-slide:hover .slide-overlay {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

html .ent-slider .sector-btn.btn {
    margin: 0px;
    display: block;
    text-align: center;
    border-radius: 0px;
}

/* Slider - fr-s-nav */

.owl-carousel.fr-s-nav .owl-nav > div {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background: #da291c;
  transform: none;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: none;
  margin-top: -20px;
}

.owl-carousel.fr-s-nav .owl-nav > div:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel.fr-s-nav .owl-nav > div.disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.owl-carousel.fr-s-nav .owl-nav > div:after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    top: 12px;
    left: 9px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.owl-carousel.fr-s-nav .owl-nav > .owl-prev:after {
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  left: 16px;
}

.owl-carousel.fr-s-nav .owl-dots {
  position: relative;
  margin-top: 10px;
  top: auto;
  bottom: auto;
  left: 0px;
  right: 0px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel.fr-s-nav .owl-dots .owl-dot {
  background: #EDEDF5;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.owl-carousel.fr-s-nav .owl-dots .owl-dot:hover, .owl-carousel.fr-s-nav .owl-dots .owl-dot.active {background: #DA291C;}

/* Beaver */

.fl-builder-content .mtx-heading {margin: 0px;}

/* Beaver Modules */

/* CTA */

.mtx-cta .cta-text-wrap h3 {margin: 0px;}
.mtx-cta .cta-link-wrap, .mtx-cta .cta-text-wrap {margin-bottom: 20px;}
.mtx-cta .cta-link-wrap .btn {
  text-align: right;
  margin: 0px;
}
.mtx-cta .cta-text-wrap {overflow: hidden;}
.cta-text-wrap.text-title .cta-text {margin-top: 18px;}
.cta-text-wrap.text-title .cta-text p {margin: 0px;}
.mtx-cta .cta-link-wrap {
    float: right;
    margin-left: 50px;
}

/* Video */

.wp-video .mejs-controls {
  opacity: 0!important;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}
.wp-video:hover .mejs-controls {opacity: 1!important;}

/* Toggle */

.mtx-toggle.toggle-closed .mtx-toggle-content {display: none;}
.fl-builder-edit .mtx-toggle.toggle-closed .mtx-toggle-content {display: block;}

.mtx-toggle.toggle-closed .to-close {display: none;}
.mtx-toggle.toggle-closed .to-open {display: block;}
.mtx-toggle.toggle-open .to-close {display: block;}
.mtx-toggle.toggle-open .to-open {display: none;}

.mtx-toggle .mtx-toggle-header {cursor: pointer;}
html .mtx-toggle .mtx-toggle-header {margin: 0px;}
.mtx-toggle.toggle-simple .mtx-toggle-header {display: inline-block;}

.mtx-toggle .mtx-toggle-header .mtx-toggle-header-inner {
  position: relative;
  text-align: left;
}

.mtx-toggle .mtx-toggle-header .mtx-toggle-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -7px;
}
.mtx-toggle .mtx-toggle-header .mtx-toggle-heading {padding-left: 30px;}

.mtx-toggle .mtx-toggle-content {margin-top: 15px;}
.mtx-toggle.toggle-block .mtx-toggle-content {
  padding: 20px 20px 2px;
  border: 1px solid #e5e5e5;
  border-top: none;
  margin: 0px;
}



/* Carousel */
.mtx-carousel.owl-carousel .owl-nav > div {
  top: 50%;
  margin-top: -18px;
}
.mtx-carousel.owl-carousel .owl-nav .owl-next {right: -40px;}
.mtx-carousel.owl-carousel .owl-nav .owl-prev {left: -40px;}
.mtx-carousel-item {margin-bottom: 20px;}

/* Slider */

.fl-mtx-slider.owl-carousel .owl-nav .owl-next {right: -40px;}
.fl-mtx-slider.owl-carousel .owl-nav .owl-prev {left: -40px;}
.fl-mtx-slider .owl-nav > div {opacity: 0.8;}
.fl-mtx-slider.align-center {text-align: center;}
.fl-mtx-slider.align-left {text-align: left;}
.fl-mtx-slider.align-right {text-align: right;}

/* Photo */

html .mfp-bg {z-index: 9998;}
html .mfp-wrap {z-index: 9999;}
html img.mfp-img {padding: 40px 0px 40px;}
html .mfp-bottom-bar {margin-top: -30px;}
html .mfp-close {opacity: 1;}
html .mfp-figure:after {display: none;}
html .mfp-close:hover, html .mfp-close:focus {opacity: 0.6;}
html .mfp-title {
  text-align: center;
  font-size: 13px;
  padding: 0px 20px;
}

.mtx-photo-caption {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 20px;
}
.mtx-photo-caption.show-caption {display: block;}

.mtx-bg-photo {
  position: relative;
  overflow: hidden;
  display: block;
  width:100%;
}

.mtx-bg-photo.ratio-5-2 {padding-bottom: 40%;}
.mtx-bg-photo.ratio-2-1 {padding-bottom: 50%;}
.mtx-bg-photo.ratio-12-7 {padding-bottom: 58.333%;}
.mtx-bg-photo.ratio-4-3 {padding-bottom: 75%;}
.mtx-bg-photo.ratio-1-1 {padding-bottom: 100%;}
.mtx-bg-photo.ratio-3-4 {padding-bottom: 125%;}

.mtx-bg-photo .mtx-bg-photo-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
}

.fl-photo .lightbox-overlay {
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}

.fl-photo:hover .lightbox-overlay {
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lightbox-overlay .lightbox-icon {
  font-size: 30px;
  position: absolute;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  color: #ffffff;
}

/* Gallery */

.mtx-gallery.mtx-gallery-grid .fl-photo-img, .mtx-gallery.mtx-gallery-grid .fl-photo-content {width: 100%;}

/* Map */

.mtx-map .map-text {
  padding: 20px 30px 10px 0px;
}

.mtx-map .map-text p {
  font-family: "aktiv-grotesk",Helvetica, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #555555!important;
}

/* Video */

.mtx-video video {
  width: 100%;
  height: 100%;
  display: block;
}

.mtx-embed-wrap {
  height: 0px;
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
  display: block;
  position: relative;
}

.mtx-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Icon */

.mtx-icon-wrap.icon-inline .mtx-icon, .mtx-icon-wrap.icon-inline .mtx-icon-text-wrap,
.mtx-icon-wrap.icon-inline-large .mtx-icon, .mtx-icon-wrap.icon-inline-large .mtx-icon-text-wrap {
  display: table-cell;
  vertical-align: middle;
}

.icon-inline.icon-align-right, .icon-inline-large.icon-align-right {
  display: table;
  margin-left: auto;
  margin-right: 0px;
}
.icon-inline.icon-align-center, .icon-inline-large.icon-align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.icon-inline.icon-align-left .mtx-icon-outer {
  display: table;
  margin-left: 0px;
  margin-right: auto;
}

.icon-inline.image-icon .mtx-icon {
  width: 30px;
  height: auto;
}
.mtx-icon-text {margin-top: 18px;}
.mtx-icon-heading {margin: 0px;}


/* Button */

.fl-module-mtx-button .btn {margin: 0px;}

/* List */

.fl-module-mtx-list ul.mtx-list {
  margin: 0px;
  list-style: none;
}

.fl-module-mtx-list ul.mtx-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 6px;
}

.mtx-list .mtx-list-icon {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  text-align: center;
}

.mtx-list .mtx-list-icon.fa-circle {
  font-size: 40%;
  line-height: 240%;
}

/* Form */

.mtx-form-wrap .gform_wrapper {margin: 0px;}


/* Sidebar */

.full-after-sidebars {clear: both;}

.mtx-socials.icon-based .social {
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding: 0px;
  margin: 0px 6px 6px 0px;
  border-radius: 99px;
  background: #EDEDF5!important;
  color: #da291c!important;
}

.mtx-socials.icon-based .social:hover {
  background: #dcdce2!important;
  color: #da291c!important;
}

.sidebar-layout .sidebar-widget-title {
  margin: 0px 0px 12px;
}

.widget.widget_categories {
    padding: 20px 20px 2px;
    border: 1px solid #d5d5dd;
}

.widget li {padding: 0px;}
.widget li:before {display: none;}


/* Footer */

footer {border-top: 1px solid #DA291C;}

#mtx-mc-email {
    display: none!important;
}

/* Footer - Widgets */

footer .widget .sidebar-widget-title {
  color: #da291c;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 300;
}

#footer-items {
  background: none;
  font-size: 14px;
  line-height: 20px;
}

#footer-items .footer-section {color: #222222;}
#footer-items .footer-section a {color: #101010;}
#footer-items .footer-section a:hover {color: #DA291C;}

footer .fa {
  color: #da291c;
  font-size: 12px;
}

footer .latest-event img {
  margin-bottom: 16px;
  max-width: 200px;
}
footer .latest-event p {margin: 0px 0px 2px;}
footer .latest-event p.event-title {margin-bottom: 8px;}

footer .latest-event .all-events {margin-top: 10px;}


/* Footer - Bottom Bar */

#bottom-bar {
  background: none;
  border-top:1px solid #d5d5dd;
}

#bottom-bar, #bottom-bar a {color:#807D7A;}
#bottom-bar a:hover {color:#DA291C;}

#bottom-text, #mtx-link {
  font-size: 12px;
  line-height: 16px;
}

#bottom-text p {margin-bottom: 10px;}

#menu-footer-bar {
  margin: 0px;
  list-style: none;
}

#menu-footer-bar li {display: inline-block;}
#menu-footer-bar li:before {
  content:" • ";
  margin: 0px 3px;
}
#menu-footer-bar li:first-child:before {display: none;}

/* Homepage */

#home-ent-row > div {z-index: 999;}

.red-border-bottom {border-bottom: 1px solid #DA291C;}

.row-hide-over {overflow: hidden;}
.fl-builder-edit .row-hide-over {overflow: visible;}

.fl-col.red-grad-col {position: relative;}
.fl-col.red-grad-col .red-grad-over-bg {
  content:"";
  display: block;
  background: rgb(218,41,28);
  background: -moz-linear-gradient(left, rgba(218,41,28,1) 0%, rgba(177,31,31,1) 100%);
  background: -webkit-linear-gradient(left, rgba(218,41,28,1) 0%,rgba(177,31,31,1) 100%);
  background: linear-gradient(to right, rgba(218,41,28,1) 0%,rgba(177,31,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da291c', endColorstr='#b11f1f',GradientType=1 );
  position: absolute;
  top: -70px;
  left: auto;
  right: 20px;
  bottom: -70px;
  z-index: -1;
}

.support-row-grad .bg-red {
  background: rgb(218,41,28);
  background: -moz-linear-gradient(left, rgba(218,41,28,1) 0%, rgba(177,31,31,1) 100%);
  background: -webkit-linear-gradient(left, rgba(218,41,28,1) 0%,rgba(177,31,31,1) 100%);
  background: linear-gradient(to right, rgba(218,41,28,1) 0%,rgba(177,31,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da291c', endColorstr='#b11f1f',GradientType=1 );
}

.fl-builder-edit .fl-col.red-grad-col .red-grad-over-bg {
  width: auto!important;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.red-grad-col > .fl-col-content {padding-right: 40px;}

.fl-col.fr-heading-icon > .fl-col-content {
    padding-left: 70px;
    position: relative;
}

.fl-col.fr-heading-icon > .fl-col-content .mtx-heading {position: relative;}

.fl-col.fr-heading-ticks > .fl-col-content .mtx-heading:after {background-color: #fff;}
.fl-col.fr-heading-ticks > .fl-col-content .mtx-heading:before {
  content:"";
  width: 1px;
  background: #d5d5dd;
  position: absolute;
  left: -52px;
  bottom:100%;
  height: 150px;
  z-index: -1;
}

.fl-col.fr-heading-bulb > .fl-col-content {padding-left: 90px;}
.fl-col.fr-heading-bulb > .fl-col-content .mtx-heading:first-child:after {
  border-color:#DA291C;
  background-image: url(images/ico-knowledge-w.svg);
  left: -60px;
}
.fl-col.fr-heading-bulb > .fl-col-content .mtx-heading:first-child:before {
  content: "";
  width: 30px;
  height: 100px;
  border-bottom: 1px solid #da291c;
  border-left: 1px solid #da291c;
  position: absolute;
  bottom: 19px;
  left: -90px;
}

/* Home Menu */

#home-menu {
    background: #EDEDF5;
    color: #ffffff;
}

.home-menu-tab-title {
    display: block;
    float: left;
    width: 33.33%;
    border-right: 1px solid #d5d5dd;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 70px 20px 30px;
    position: relative;
    box-sizing: border-box;
    background: #EDEDF5!important;
    color:#303438!important;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.home-menu-tab-title.tab-title-mob {display: none;}

.home-menu-tab-titles .home-menu-tab-title:first-child {border-left: 1px solid #d5d5dd;}

.home-menu-tab-title:hover {
    background: #d4d4e2!important;
}

.home-menu-tab-title.active {
    background: #303438!important;
    color: #ffffff!important;
    cursor: default;
}

.home-menu-tab-title .tab-icon {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 99px;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    color: #303438;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right:30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.home-menu-tab-title.active .tab-icon {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.home-menu-tab-title.link-title .tab-icon {
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.home-menu-content-wrap {background: #303438;}

.home-menu-content-item .home-menu-content-inner {
  display: none;
  padding: 30px 0px;
}
.home-menu-content-item.active .home-menu-content-inner {display: block;}

.home-menu-content-inner > div {float: left;}
.home-menu-content-inner > .menu-part {float: right;}

.home-menu-content-inner.col-3 > .intro-part {width: 22%;}
.home-menu-content-inner.col-3 > .menu-part {width: 74%;}
.home-menu-content-inner.col-2 > .intro-part {width: 30.66%;}
.home-menu-content-inner.col-2 > .menu-part {width: 65.34%;}

.home-auto-menu-tax {
    list-style: none;
    margin: 0px;
}

.home-auto-menu-tax li {
  display: block;
  float: left;
}
.home-auto-menu-tax li.first {clear:both;}

.col-3 .home-auto-menu-tax li {width: 33.33%;}
.col-2 .home-auto-menu-tax li {width: 50%;}

.home-auto-menu-tax li a {
    display: block;
    color: #ffffff;
    padding: 8px 20px;
    text-decoration: none!important;
}

.home-auto-menu-tax li a:hover {color:#DA291C;}

/* Solution Selector */
#solution-selector {
  text-align: center;
}

#solution-selector h3, #solution-selector .mtx-select-title {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#solution-selector .mtx-select-title {
    padding: 0px;
    margin: 0px 38px 12px 8px;
    background: none;
    border: none;
    border-bottom: 1px solid #a6a6a6;
    color:#a6a6a6;
}
#solution-selector .mtx-select-arrow {right:16px;}
#solution-selector .solution-selector-title h3, #solution-selector .btn.btn-solution-select {
  margin: 0px 8px 12px 8px;
}

#solution-selector > div {
    display: inline-block;
    vertical-align: top;
}

#solution-selector .solution-select-wrap {margin: 0px 20px;}

#solution-selector .s-child-select-wrap {display: none;}
#solution-selector .s-child-select-wrap.active {display: inline-block;}



/* Support */

.fraser-man-col {position: relative;}

.fraser-man {
    display: block;
    position: absolute;
    top: -20px;
    right: 0px;
    width: 100%;
    max-width: 250px;
    bottom: 0px;
    background-image: url(images/fraser-man.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
}

/* Support Block */

.fr-support.type-block, .fl-col.support-block .fl-col-content {
  position: relative;
  padding: 70px 30% 12px 30px;
  background: rgb(218,41,28);
  background: -moz-linear-gradient(top, rgba(218,41,28,1) 0%, rgba(177,31,31,1) 100%);
  background: -webkit-linear-gradient(top, rgba(218,41,28,1) 0%,rgba(177,31,31,1) 100%);
  background: linear-gradient(to bottom, rgba(218,41,28,1) 0%,rgba(177,31,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da291c', endColorstr='#b11f1f',GradientType=0 );
  min-height: 390px;
  box-sizing: border-box;
}
.fr-support.type-block p {color:#ffffff;}

.fr-support.type-bar {
  position: relative;
  padding: 0px 15% 0px 90px;
}



.fr-support.support-man:before, .fl-col.support-block .fl-col-content:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: -20px;
  width: 46%;
  height: 0px;
  padding-bottom: 76%;
  background-image: url(images/fraser-man.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
}

.fr-support.type-bar:before {
    padding: 0px;
    height: auto;
    top: -70px;
    bottom: -20px;
    width: 15%;
}

.icon-boxed, .fr-support.type-widget {
    position: relative;
    padding: 70px 20px 12px;
    border: 1px solid #d5d5dd;
}

.fr-support.type-widget .support-header, .icon-boxed > h6 { margin: 0px 0px 12px;}
.fr-support.type-widget .fr-icon.support-icon {
  top: 20px;
  left: 20px;
  background-image: url(images/ico-support.svg);
  border-color: rgba(213, 213, 221, .5);
}
.fr-support.type-widget .fr-icon.support-icon:before {
  background: #d5d5dd;
  left: -21px;
  width: 20px;
}

.icon-boxed .fr-icon {
  top: 20px;
  left: 20px;
}
.icon-boxed .fr-icon:before {
  left: -21px;
  width: 20px;
}

/* Fraser Icons */

html .divi-dot {
  content: "";
  width: 64px;
  height: 1px;
  position: relative;
  margin: 18px 8px 26px 0px;
  background: #A0A0AA;
}

html .divi-dot:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #A0A0AA;
  display: block;
  position: absolute;
  right: -7px;
  top: -3px;
}
html .divi-dot.divi-dot-sep {margin: 20px 0px;}

html .fr-slide-text-wrap .divi-dot {
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0px;
}
html .fr-slide-text-wrap .divi-dot:after {background: #fff;}

.fr-icon, .news-icon, .mtx-icoimg-icon, .fl-col.fr-heading-icon > .fl-col-content .mtx-heading:after {
  width: 36px;
  height: 36px;
  border:1px solid #d5d5dd;
  border: 1px solid rgba(213, 213, 221, 0.5);
  border-radius: 99px;
  box-sizing: border-box;
  position: absolute;
  top: 26px;
  left: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.fr-icon:before {
  content: "";
  position: absolute;
  background: #d5d5dd;
  background: rgba(213, 213, 221, 0.5);
  height: 1px;
  left: -31px;
  width: 30px;
  top: 16px;
}

.mtx-icoimg {
  padding-left: 50px;
  position: relative;
}
.mtx-icoimg-icon {
  top: 0px;
  left: 0px;
}
.mtx-icoimg-title {
  margin: 0px 0px 12px;
  color:#DA291C;
}

.fr-icon.tick-icon, html .fl-col.fr-heading-icon > .fl-col-content .mtx-heading:after {background-image: url(images/ico-tick.svg);}

html .fl-col.fr-heading-icon > .fl-col-content .mtx-heading:after {
  content:"";
  top: -3px;
  left: -70px;
  border:1px solid #d5d5dd;
}

.fr-icon.news-icon {background-image: url(images/ico-news.svg);}

.fr-icon.cat-icon.ico-28 {background-image: url(images/ico-static-elimination-w.svg);}
.fr-icon.cat-icon.ico-27 {background-image: url(images/ico-static-gen-w.svg);}
.fr-icon.cat-icon.ico-26 {background-image: url(images/ico-measurement-w.svg);}
.fr-icon.cat-icon.ico-25 {background-image: url(images/ico-specialist-w.svg);}

.fr-icon.industry-icon.ico-58 {background-image: url(images/ico-cleanroom-w.svg);}
.fr-icon.industry-icon.ico-57 {background-image: url(images/ico-textiles-w.svg);}
.fr-icon.industry-icon.ico-56 {background-image: url(images/ico-automotive-w.svg);}
.fr-icon.industry-icon.ico-55 {background-image: url(images/ico-printing-w.svg);}
.fr-icon.industry-icon.ico-54 {background-image: url(images/ico-converting-w.svg);}
.fr-icon.industry-icon.ico-53 {background-image: url(images/ico-hazard-w.svg);}
.fr-icon.industry-icon.ico-52 {background-image: url(images/ico-packaging-w.svg);}
.fr-icon.industry-icon.ico-51 {background-image: url(images/ico-pharma-w.svg);}
.fr-icon.industry-icon.ico-59 {background-image: url(images/ico-plastics-w.svg);}

.fr-icon.icon-faqs {background-image: url(images/ico-faqs.svg);}
.fr-icon.icon-downloads {background-image: url(images/ico-downloads.svg);}
.fr-icon.icon-videos {background-image: url(images/ico-videos.svg);}
.fr-icon.know-icon.term-icon-77 {background-image: url(images/ico-application.svg);}
.fr-icon.know-icon.term-icon-78 {background-image: url(images/ico-electrostatic.svg);}
.fr-icon.know-icon.term-icon-76 {background-image: url(images/ico-industry.svg);}

.fr-icon.support-icon {
  background-image: url(images/ico-support-w.svg);
  border-color: rgba(255, 255, 255, 0.5);
}
.fr-icon.support-icon:before {
  background: #ffffff;
  opacity: 0.5;
}

.fr-support.type-bar .fr-icon.support-icon {top: 0px;}
.fr-support.type-bar .fr-icon.support-icon:before {
  content: "";
  width: 30px;
  height: 100px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  position: absolute;
  bottom: 14px;
  top: auto;
  background: none;
  opacity: 0.5;
}

.fr-icon.icon-i {
    width: 26px;
    height: 26px;
    border-color: #a0a0aa;
    border-color: rgba(160, 160, 170, .5);
    left: 20px;
    background-image: url(images/ico-i-red.svg);
}

.fr-icon.icon-i:before {
    background: #a0a0aa;
    background: rgba(160, 160, 170, .5);
    left: -21px;
    width: 20px;
    top: 12px;
}

.fr-col-block > .fl-col-content {
  background: #ffffff;
  border: 1px solid #d5d5dd;
  padding: 30px 30px 12px;
}

/* Support Row */

/* News Feed */

.news-feed {
  background: #ffffff;
  border: 1px solid #d5d5dd;
}

.news-feed .news-feed-header {
  padding: 70px 30px 12px;
  border-bottom: 1px solid #d5d5dd;
  position: relative;
  z-index: 1;
}


.news-feed .news-feed-header .news-feed-header-title {
  margin: 0px 0px 18px;
  float: left;
  margin-right: 20px;
}

.news-feed .news-feed-header .news-feed-link {
  float: right;
  margin: 0px 0px 18px;
}

.news-feed .news-feed-content {
  padding: 30px 30px 12px;
}

.feed-item-metas {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #da291c;
  margin-bottom: 8px;
}

.feed-item-metas > span {
  display: block;
  float: left;
}
.feed-item-metas > span:before {
  content:"•";
  display: inline-block;
  margin: 0px 6px;
}
.feed-item-metas > span:first-child:before {display: none;}

.news-feed-item .feed-item-title, .news-feed-item p {margin: 0px 0px 8px;}

/* Blog */

.single-post-intro {
    float: left;
    width: 26%;
    margin-right: 4%;
    margin-bottom: 30px;
}
.single-post-intro img {margin-bottom: 20px;}
.fr-post-wrap {overflow: hidden!important;}

.mtx-post .post-img {
    float: right;
    margin-left: 30px;
    margin-right: 0px;
    max-width: 100%;
    width: 26%;
}

.search-results .mtx-post .post-img {width: 20%;}

.mtx_post_navigation.clearfix {
    clear: both;
    padding-top: 20px;
    border-top: 1px solid #d5d5dd;
    margin-top: 20px;
}

.mtx-post .post-img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.mtx-post .post-img:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


/* Contact Page */

.boxed-form > .fl-col-content {
    background: #fff;
    padding: 30px 30px 12px;
    border: 1px solid #d5d5dd;
    box-sizing: border-box;
}

.office-block {margin-bottom: 18px;}
.offices .office-block:last-child {margin-bottom: 0px;}

.office-block p {margin: 0px;}

.office-block > div {
    position: relative;
    padding-left: 30px;
    margin-bottom: 4px;
}

.office-block > div > i {
  position: absolute;
  top: 4px;
  left:3px;
  color:#DA291C;
}

/* Events Pages */


/* Forms */

/* All Products Page */

.all-prod-search-text h5 {
    display: inline-block;
    margin: 3px 20px 18px 0px;
}

.all-prod-search .search-key-wrap {
    background: none;
    border-bottom: 1px solid #ededf5;
}

.all-prod-search .search-key-wrap input.search-key, .all-prod-search .search-key-wrap .key-submit {
  background: none;
  color:#ffffff;
  font-size: 17px;
}

.all-prod-search .search-key-wrap input.search-key::-webkit-input-placeholder {color: #ededf5;}
.all-prod-search .search-key-wrap input.search-key::-moz-placeholder {color: #ededf5;}
.all-prod-search .search-key-wrap input.search-key:-ms-input-placeholder {color: #ededf5;}
.all-prod-search .search-key-wrap input.search-key:-moz-placeholder {color: #ededf5;}

/* Products Archive */

#products {
    margin-bottom: 30px;
}

.product-archive-header > div {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
}

.current-filters > h6, .current-filters > div {float: left;}
.current-filters > h6.btn.btn-small {
  margin-right: 20px;
  padding-left: 0px;
  padding-right: 0px;
  cursor: default;
  pointer-events: none;
}

.product-filters .filter-toggle-header {
    display: none;
}

.search-key-wrap {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    padding-right: 30px;
}

.search-key-wrap input.search-key {
    width: 100%;
    margin: 0px;
    border: none;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 15px;
}

.search-key-wrap .key-submit {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  height: 30px;
  margin-top: -15px;
  background: none;
  border:none;
  color:#101010;
}

.filter-block-toggle {background: #fff;}

.mtx-toggle.toggle-block {border-bottom: 1px solid #d5d5dd;}

html .mtx-toggle .mtx-toggle-header.btn-block.btn.btn-primary {
  background: #ffffff!important;
  color:#222222!important;
}
.mtx-toggle .mtx-toggle-header .mtx-toggle-icon {display: none;}
.mtx-toggle .mtx-toggle-header .mtx-toggle-heading {padding-left: 0px;}

.filter-block-toggle .filter-block-toggle-header, html .mtx-toggle .mtx-toggle-header {
  padding: 12px 40px 12px 20px;
  position: relative;
  cursor: pointer;
}
html .mtx-toggle .mtx-toggle-header { padding-left: 0px;}

.filter-block-toggle .filter-block-toggle-header h6, html .mtx-toggle .mtx-toggle-header .mtx-toggle-header-inner {
  margin: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.filter-block-toggle .filter-block-toggle-header:hover h6, html .mtx-toggle .mtx-toggle-header:hover .mtx-toggle-header-inner {color:#da291c;}

.filter-block-toggle .filter-block-toggle-header:after, .filter-block-toggle .filter-block-toggle-header:before,
html .mtx-toggle .mtx-toggle-header:after, html .mtx-toggle .mtx-toggle-header:before {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 2px;
  margin-top: -1px;
  background: #DA291C;
  width:10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.filter-block-toggle.toggle-closed .filter-block-toggle-header:before,
html .mtx-toggle.toggle-closed .mtx-toggle-header:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filter-block-toggle.toggle-closed .filter-block-toggle-content {display: none;}
.filter-block-toggle .filter-block-toggle-content {
    padding: 2px 20px 12px;
}

.mtx-toggle.toggle-block .mtx-toggle-content {
    padding: 0px;
    border: none;
}

.filter-block-toggle .child-cats {padding: 2px 0px 4px 16px;}

.filter-list .block-link {
    display: block;
    margin-bottom: 4px;
}

.filter-list .block-link.btn.btn-style {
    display: inline-block;
    border: 1px solid #d5d5dd;
    box-sizing: border-box;
    margin: 0px 6px 12px 0px;
    text-transform: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    padding: 6px 16px;
}

.filter-list input {display: none!important;}
.filter-list label {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.filter-list label:hover {
  color: #da291c;
}
.filter-list input[type="radio"]:checked+label, .filter-list input[type="checkbox"]:checked+label, .block-link .cat-link.current, .filter-list label.its-checked {
  color: #da291c;
}

.multi-filters .filter-list label {
  padding-left: 28px;
  position: relative;
}
.multi-filters .filter-list label:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 18px;
  height: 18px;
  background: #ffffff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 800;
  color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  margin-right: 10px;
  transition: all 0.4s ease-in-out!important;
  -moz-transition: all 0.4s ease-in-out!important;
  -webkit-transition: all 0.4s ease-in-out!important;
  -o-transition: all 0.4s ease-in-out!important;
}
.multi-filters .filter-list input[type="checkbox"]:checked+label:before {
    color: #DA291C;
}

/* Products - Blocks */

.product-block {
  margin-bottom: 20px;
  background: #ffffff;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.product-block:hover {
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.vid-block.product-block:hover {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}


.product-block .product-image {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
}

.product-block .product-image .product-img {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-block .product-text {
  border-top:1px solid #EDEDF5;
  padding: 14px 20px;
  text-align: center;
}

.product-block .product-title {
  font-size: 15px;
  line-height: 20px;
  margin: 0px 0px 2px;
  font-weight: 600;
}
.product-block .product-subtitle {
  font-size: 12px;
  line-height: 18px;
  margin: 0px 0px 2px;
  font-weight: 500;
}

.product-block .hover-state {
    position: absolute;
    top: 0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
}

.product-block:hover .hover-state {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product-block .hover-state .product-image {
    position: absolute;
    top: -20%;
    left: -20%;
    bottom: -20%;
    right: -20%;
    z-index: -1;
    padding: 0px;
    height: auto;
    width: auto;
}
.product-block .hover-state .product-image .overlay {
  background: #ffffff;
  opacity: 0.93;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
}

.product-block .product-hover-text {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 32px;
}

.product-block .divi {
    margin: 12px auto;
    height: 1px;
    background: #DA291C;
    width: 40px;
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product-block .product-hover-text .product-text {
  border:none;
  color:#303438!important;
}

.product-block .hover-state .btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    right: 0px;
    margin: 0px;
    border-radius: 0px;
    text-align: center;
}

/* Video Blocks */

.vid-block.product-block .product-image {padding-bottom: 60%;}
.fr-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    background: #00194A;
    background: hsla(220, 100%, 15%, 0.6);
    border-radius: 99px;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
}
.fr-video-embed {
  position: relative;
  padding-bottom: 56.3%;
  height: 0px;
  overflow: hidden;
  max-width: 100%;
}
.fr-video-embed iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* Industry Tax */

.industry-intro > p:first-child {
  margin-top: 0px;
  color:#DA291C;
}

.the-applications {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #d5d5dd;
}
.the-applications > h6 { color:#DA291C; }

.the-applications .application-row {
    border-bottom: 1px solid #eeeef1;
    margin-bottom: 20px;
}

.the-applications .application-row:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.types-feed .application-row {
    border-top: 1px solid #d5d5dd;
    padding-top: 30px;
}

.types-feed .no-b-1 .application-row, .types-feed .no-b-2 .application-row {
  border-top: none;
  padding-top: 0px;
}

.application-row .app-text {
  overflow: hidden;
  margin-bottom: 18px;
}

.application-row .app-text .app-title {margin: 6px 0px 12px;}
.types-feed .application-row .app-text .app-title {margin-top: 0px;}
.application-row .app-text p {margin: 0px 0px 12px;}
.application-row .app-image {
    width: 120px;
    float: left;
    margin-right: 20px;
    margin-bottom: 18px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.application-row .app-image:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.application-row .app-image .app-img {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Products - Solutions Tax */

.term-intro-block {
    position: relative;
    padding: 30px 30px 12px;
    margin-bottom: 40px;
    z-index: 1;
}

.solutions-ents .term-intro-block { padding-top: 70px;}

.term-intro-block .bg-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2;
}

.term-intro-block .overlay {z-index: -1;}

.term-intro-block .term-intro-text {max-width: 600px;}

.term-intro-block .term-title {
  color: #ffffff;
  margin: 0px 0px 12px;
}
.term-intro-block .term-title a, .term-intro-block p {color:#ffffff;}
.term-intro-block .term-title a:hover {color:#DA291C;}

/* Single Products */

#product-intro {
  padding-top: 50px;
  padding-bottom: 40px;
}

#product-intro .product-summary, #product-intro .product-gallery {margin-bottom: 20px;}

.product-summary .product-summary-title {margin: 0px 0px 30px;}

.product-summary .summary-actions {margin-top: 30px;}
.product-summary .summary-actions .micro-btn {
    margin-top: 9px;
    margin-left: 10px;
}

.product-summary .summary-meta {margin-top: 30px;}
.product-summary .summary-meta a {text-decoration: underline;}

.product-gallery {
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}

.product-gal-slider.owl-carousel.fr-s-nav .owl-nav {margin: 0px!important;}
.product-gal-slider.owl-carousel.fr-s-nav .owl-nav > div {
  position: absolute;
  top: 40%;
  margin: 0px;
}
.product-gal-slider.owl-carousel.fr-s-nav .owl-nav .owl-prev {left: -40px;}
.product-gal-slider.owl-carousel.fr-s-nav .owl-nav .owl-next {right: -40px;}

.product-gal-slider .gal-slide, .single-feat-image-wrap {
  max-width: 400px;
  margin: auto;
  width: 100%;
}

.product-gal-slider .gal-slide .gal-image, .single-feat-image-wrap .single-feat-image {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}

.product-gal-slider .gal-slide .gal-image .slide-img, .single-feat-image-wrap .single-feat-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.intro-lower {
  margin-top: 40px;
}

.feature-block {
  position: relative;
  padding-left: 52px;
  box-sizing: border-box;
}

.feature-block .feature-header { margin: 0px 0px 6px;}
.feature-block .fr-icon {
  top: 0px;
  left: 0px;
}
.feature-block .fr-icon:before {display: none;}
.feature-block p {color:#807D7A;}

.single-fr_products .fr-tab-content {
    max-width: 700px;
}

.single-fr_products #the-page, .single-applications #the-page {
    padding-top: 40px;
    padding-bottom: 30px;
}

#related {
    padding-top: 30px;
    padding-bottom: 40px;
    border-top: 1px solid #d5d5dd;
}

.section-header {
  text-align: center;
  margin: 0px 0px 30px;
}
.spec-block {padding: 8px 12px 0px;}
.spec-block.odd {background: rgba(255, 255, 255, 0.5);}

.spec-block .spec-title {
  float: left;
  width: 26%;
  margin-right: 4%;
  clear: both;
}

.spec-block .spec-title p, .spec-block .spec-text p {margin: 0px 0px 8px;}
.spec-block .spec-title p {font-weight: 400;}

.spec-block .spec-text {
  float: left;
  width: 70%;
  font-size: 14px;
}

.p-exit-text {
    background: #ffffff;
    padding: 20px 20px 2px 40px;
    position: relative;
    margin: 20px 0px;
}

.p-exit-text .icon {
  position: absolute;
  top: 23px;
  left: 16px;
}

/* Fraser Tabs */

.fr-tab-labels {
  border-top: 1px solid #d5d5dd;
}

.fr-tab-labels .fr-tab-label {
  float: left;
  padding: 12px 20px;
  text-transform: uppercase;
  background: #ffffff;
}

.fr-tab-labels .fr-tab-label.active {
  background: #EDEDF5;
  pointer-events: none;
}

.fr-tab-content {display: none;}
.fr-tab-content.active {display: block;}

/* Single Applications */

.solution-tab-labels {margin-bottom: 20px;}

.solution-tab-label {
    display: block;
    padding: 12px 12px 12px 30px;
    position: relative;
    border-bottom: 1px solid #a0a0aa;
}
.solution-tab-label:first-child {border-top: 1px solid #a0a0aa;}
.solution-tab-label span {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}
.solution-tab-label.active span, .solution-tab-label:hover span {
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.solution-tab-content {
    padding: 30px 30px 22px 70px;
    box-sizing: border-box;
    border: 1px solid #a0a0aa;
    position: relative;
    margin-bottom: 20px;
}

.solution-content {display: none;}
.solution-content.active {display: block;}

.solution-content p {margin-bottom: 8px;}

.fr-ticker {
    width: 20px;
    height: 20px;
    border-radius: 99px;
    border: 1px solid #a0a0aa;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0px;
}

.fr-ticker:before {
  content:"";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  border-radius: 99px;
  border: 1px solid transparent;
  box-sizing: border-box;
  background: none;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.active > .fr-ticker:before {
  border-color:#a0a0aa;
  background: #DA291C;
}

/* Knowledge Centre */

.post-type-archive-knowledge #titlebar.with-bg-img, .page-template-template-knowledge #titlebar.with-bg-img {
  padding-top: 70px;
  padding-bottom: 50px;
}

#titlebar .knowledge-search .search-key-wrap {padding-right: 40px;}

#titlebar .knowledge-search .search-key-wrap input.search-key {
  font-size: 20px;
  line-height: 28px;
  padding: 15px 20px;
}

#titlebar .knowledge-search .search-key-wrap .key-submit {
    width: 30px;
    font-size: 18px;
}

.know-search {
  padding-top:30px;
  padding-bottom: 20px;
}

.know-search .results-wrap {
    margin-bottom: 20px;
    text-align: right;
}

.active-k-filters .current-filters {
    margin-bottom: 20px;
}

.cat-block {
    background: #ffffff;
    border: 1px solid #d5d5dd;
    padding: 70px 30px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
}

.helpful-box {
    padding: 20px 20px 2px;
    margin: 30px 0px 20px;
}

.helpful-box p {
  float: left;
  margin-right: 4%;
}

.article-inner {
    overflow: hidden;
    position: relative;
    padding-right: 100px;
}

.article-inner .article-shares {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  text-align: right;
  margin-bottom: 20px;
}

.article-inner .article-shares h6 {margin: 0px 0px 18px;}

html .mtx-share.btn {
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px 0px 8px;
    text-align: center;
    font-size: 14px;
    color: #00194A!important;
}

input.share-perma-url {
    height: 0px;
    padding: 0px;
    border: none;
    width: 0px;
}

.insight-block {margin-bottom: 20px;}

.mtx-photo-caption {background: rgba(0, 0, 0, 0.50);}

/* Knowledge Centre - Sidebar */

#sidebars .knowledge_search_wrap > p {
    display: none;
}

#sidebars .knowledge-search .search-key-wrap {
    border: 1px solid #d5d5dd;
}

#knowledge-nav {
  border: 1px solid #d5d5dd;
}

/* Downloads */

.download-arc-wrap {margin-bottom: 30px;}
.download-arc-wrap > h6 {margin: 0px 0px 20px;}

.feat-download-media {
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 141.4%;
    background: #303438;
    position: relative;
}

.feat-download-media .feat-download-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.download-block.featured {position: relative;}

.feat-download-btn-wrap {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px 0px 20px 10px;
}

.download-arc-wrap .download-block.featured .btn-download {
  margin: 0px;
  border-radius: 50px 0px 0px 50px;
}

.feat-download-over {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(0,25,74,0) 0%, rgba(0,25,74,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,25,74,0) 0%,rgba(0,25,74,1) 100%);
  background: linear-gradient(to bottom, rgba(0,25,74,0) 0%,rgba(0,25,74,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000194a', endColorstr='#00194a',GradientType=0 );
  opacity:0.8;
}


/* Cookie Bot */

html #CybotCookiebotDialog {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

html #CybotCookiebotDialog * {border-radius: 0px;}

html #CybotCookiebotDialogBody, html #CybotCookiebotDialogDetailBody {
    padding: 0px 30px;
    max-width: 1230px;
    box-sizing: border-box;
}
html div#CybotCookiebotDialogDetail {margin-top: 20px;}
html a#CybotCookiebotDialogBodyLevelButtonAccept {
    border: none;
    background: #222222;
    padding: 4px 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 0px 0px 10px;
}

html div#CybotCookiebotDialogPoweredbyLink {display: none;}
html #CybotCookiebotDialogBodyContent {padding: 15px 0px 10px;}


html #CybotCookiebotDialog {color:#555555;}
html #CybotCookiebotDialog h1, html #CybotCookiebotDialog h2, html #CybotCookiebotDialog h3, html #CybotCookiebotDialog h4, html #CybotCookiebotDialog h5, html #CybotCookiebotDialog h6 {color:#222222;}

html #CybotCookiebotDialog a, html #CybotCookiebotDialog div, html #CybotCookiebotDialogBodyContentTitle {
  font-family: din-2014, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
html #CybotCookiebotDialogBodyContentTitle {
  font-size: 16px;
  line-height: 22px;
}

html a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, html a#CybotCookiebotDialogBodyLevelButtonAccept, html a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #da291c;
    border: 1px solid #da291c;
}

html a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover, html a#CybotCookiebotDialogBodyLevelButtonAccept:hover, html a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background-color:#ad1e13;
  border-color:#ad1e13;
}

/* Ultra Widescreen & Above */
@media (min-width: 1460px) {


  .fl-builder #the-page .container {
      width: 1210px;
  }

}

/* Ultra Widescreen */
@media (max-width: 1460px) and (min-width: 1200px) {

  .fl-builder #the-page .container {
      width: 1210px;
  }

}

/* Widescreen & Above */
@media (min-width: 1200px) {

  #mtx-slider-1292 .slide-title {font-size: 60px; line-height: 64px;}
  h1, #mtx-slider-1292 .slide-pretitle {font-size: 46px; line-height: 52px;}
  h2, #solution-selector h3, #solution-selector .mtx-select-title {font-size: 28px; line-height: 34px;}
  h3 {font-size: 22px; line-height: 28px;}
  h4, html .product-summary-title, .industry-intro > p:first-child {font-size: 28px; line-height: 34px;}

  #main-navigation > li > a {padding: 18px 28px;}

  .wide-site .sidebar-layout #the-content, .wide-site .fr-sidebar-layout #the-content {width: 860px;}
  .wide-site .sidebar-layout #sidebars, .wide-site .fr-sidebar-layout #sidebars {width: 270px;}

  .home .mtx-slider-wrap, #mtx-slider-1292 .slide-item {height: 420px;}

  .owl-carousel.fr-s-nav .owl-nav .owl-prev {left: -60px;}
  .owl-carousel.fr-s-nav .owl-nav .owl-next {right: -60px;}

  .home-menu-tab-title, .home-auto-menu-tax li a {
    font-size: 18px;
    line-height: 24px;
  }

}

/* Desktop & Below */

@media (max-width: 1200px) {

  .owl-carousel.fr-s-nav .owl-nav {
    text-align: center;
    margin-bottom: 10px;
  }

  .owl-carousel.fr-s-nav .owl-nav > div {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0px 5px;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
  }

  .owl-carousel.fr-s-nav .owl-nav > div:after {
    width: 10px;
    height: 10px;
    top: 10px;
  }
  .owl-carousel.fr-s-nav .owl-nav > .owl-prev:after {left: 12px;}

}

/* Desktop */
@media (max-width: 1200px) and (min-width: 990px) {

  .home .mtx-slider-wrap, #mtx-slider-1292 .slide-item {height: 380px;}

}

/* Desktop & Above */
@media (min-width: 990px) {

  #mtx-slider-1292 .owl-dots {
    bottom: auto;
    top: 30px;
  }

  #home-ent-row > div {
    background: none!important;
  }
  #home-ent-row > div:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #303438;
    opacity: 0.8;
  }
  #home-ent-row > div:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: #000000;
    left: 50%;
    top: 0px;
    bottom: 0px;
    opacity: 0.3;
  }

}

/* Tablet & Below */
@media (max-width: 990px) {

  #home-ent-row > div {
    margin-top: 0px!important;
  }
  #mtx-slider-1292 .slide-text-outer {padding-bottom: 0px!important;}

  .mtx-carousel.owl-carousel .owl-nav, .fl-mtx-slider.owl-carousel .owl-nav {
		text-align: center;
		margin-top: 10px;
		height: 30px;
		margin-bottom: 20px;
	}
	.mtx-carousel.owl-carousel .owl-nav > div, .fl-mtx-slider.owl-carousel .owl-nav > div {
		position: relative;
		top: auto!important;
		left: auto!important;
		right: auto!important;
		bottom: auto!important;
		margin: 0px;
		padding: 0px;
		display: inline-block;
		width: 20px;
    height: 20px;
    border-radius: 0px 0px 3px 0px;
		opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	.mtx-carousel.owl-carousel .owl-nav > div:hover, .fl-mtx-slider.owl-carousel .owl-nav > div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.mtx-carousel.owl-carousel .owl-nav > div.disabled, .fl-mtx-slider.owl-carousel .owl-nav > div.disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		pointer-events: none;
	}

}

/* Tablet */
@media (max-width: 990px) and (min-width: 767px) {

  .fl-builder #the-page .container {
      width: 750px;
  }

  #mtx-slider-1292 .slide-title {font-size: 44px; line-height: 50px;}
  h1, #mtx-slider-1292 .slide-pretitle {font-size: 34px; line-height: 40px;}

  .mtx-slider-wrap, .mtx-slider .slide-item {height: 350px;}

  #strapline {
    bottom: 30px;
    top: auto;
    margin: 0px;
    right: 0px;
    left: auto;
  }
  #header-actions {
    top: 30px;
    margin: 0px;
  }

  html #main-navigation {
    display: block!important;
    text-align: left;
    float: none;
  }

  html #main-navigation > li {
    text-align: left;
    float: left;
    display: block;
  }

  #main-navigation > li {vertical-align: top;}
  #main-navigation > li > a {
    font-size: 13px;
    padding: 12px 10px;
  }

  html #main-navigation .auto-menu .fr-child-level-wrap {
    float: left;
    width: 76%;
    background: #ffffff;
  }
  html #main-navigation .auto-menu .fr-main-wrap {
    float: none;
    width: 100%;
  }
  html #main-navigation .auto-menu .fr-promo-wrap {display: none;}

  .the-products > .frac4, .the-products > .frac4.first {
    width: 48%;
    clear: none;
    margin-left: 4%;
  }
  .the-products > .frac4.mob-first {
    clear: both;
    margin-left: 0px;
  }

  .types-feed .frac6 {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0px;
  }
  .types-feed .application-row {
    border-top: 1px solid #d5d5dd!important;
    padding-top: 30px!important;
  }
  .types-feed .no-b-1 .application-row {
    border-top: none!important;
    padding-top: 0px!important;
  }
  .filter-block-toggle .filter-block-toggle-content {padding: 2px 15px 12px;}
  .filter-block-toggle .filter-block-toggle-header {
    padding-left: 15px;
    padding-right: 35px;
  }
  .product-filters {
    font-size: 14px;
    line-height: 22px;
  }
  .with-support-man .fraser-man {background-position: right bottom;}

  #main-wrap .fl-col-group-equal-height {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	#main-wrap .fl-col-group-equal-height, .fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	}

}

/* Tablet & Above */
@media (min-width: 767px) {

  #main-navigation > li.menu-item-has-children > a:after {display: none;}

  #main-navigation > li.menu-right, #main-navigation > li.menu-item-type-wpml_ls_menu_item {
    float: right;
    border-right: 1px solid #d5d5dd;
    box-sizing: border-box;
  }
  #main-navigation > li:last-child {border-left: 1px solid #d5d5dd;}

  #main-navigation > li.search-tog > a > span {display: none;}

  /* Mega Menu - old

  #main-navigation > li.menu-item.mtx-mega-menu > ul.sub-menu:before {display: none;}

  #main-navigation > li.menu-item.mtx-mega-menu > ul.sub-menu {
      background: #EDEDF5;
      padding: 0px;
  }

  #main-navigation .auto-menu .mtx-menu-code {
      padding: 0px;
  }

  #main-navigation .auto-menu ul.fr-auto-menu {
      margin: 0px;
      list-style: none;
  }

  #main-navigation .auto-menu ul.fr-auto-menu li.fr-auto-menu-item {
    display: block;
  }

  #main-navigation .auto-menu ul.fr-auto-menu li.fr-auto-menu-item > a {
    color:#222222;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  #main-navigation .auto-menu ul.fr-auto-menu li.fr-auto-menu-item > a:hover {color:#DA291C;}

  #main-navigation .auto-menu .fr-auto-menu-wrap {
      display: block;
      width: 100%;
      position: relative;
      color: #222222;
  }

  #main-navigation .auto-menu .fr-top-level-wrap {
      float: left;
      width: 24%;
  }

  #main-navigation .auto-menu ul.fr-auto-menu.top-level > li.fr-auto-menu-item > a {
    padding: 20px;
  }

  #main-navigation .auto-menu ul.fr-auto-menu.top-level > li.fr-auto-menu-item.fr-mm-active > a {
    background: #ffffff;
    color:#DA291C;
  }

  #main-navigation .auto-menu .fr-child-level-wrap {
      float: left;
      width: 52%;
      background: #ffffff;
  }

  #main-navigation .auto-menu .child-wrap {
    display: none;
    padding: 14px;
    box-sizing: border-box;
  }
  #main-navigation .auto-menu .child-wrap.fr-mm-child-active {display: block;}

  #main-navigation .auto-menu .child-wrap > .child-level > li.fr-auto-menu-item {
      float: left;
      width: 33.33%;
  }

  #main-navigation .auto-menu .child-wrap > .child-level > li > .child-second-level {
    display: block!important;
    opacity: 1!important;
  }

  #main-navigation .auto-menu .child-wrap > .child-level > li > a {
    font-weight: 500;
    padding: 6px 20px
  }

  #main-navigation .auto-menu .child-wrap > .child-level > li > .child-second-level > li > a {
    text-transform: none;
    letter-spacing: 0px;
    padding: 3px 20px;
  }

  #main-navigation .auto-menu .fr-child-level-wrap, #main-navigation .auto-menu .fr-promo-wrap {
    min-height: 232px;
  }

  #main-navigation .auto-menu .fr-promo-wrap {
      float: right;
      width: 24%;
      padding: 20px;
      box-sizing: border-box;
      position: relative;
      background: #ffffff;
  }
  #main-navigation .auto-menu .fr-promo-wrap:before {
    content:"";
    position: absolute;
    display: block;
    width: 1px;
    top: 20px;
    bottom: 20px;
    left: 0px;
    background: #A0A0AA;
  }

  #main-navigation .auto-menu .fr-promo-wrap h6 {
    margin: 0px 0px 8px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 300;
  }
  #main-navigation .auto-menu .fr-promo-wrap h5 {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 12px;
  }
  #main-navigation .auto-menu .fr-promo-wrap .menu-post-img {
    width: 110px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  */

  /* Mega Menu - new */

  #main-navigation > li.menu-item.mtx-mega-menu > ul.sub-menu:before {display: none;}

  #main-navigation > li.menu-item.mtx-mega-menu > ul.sub-menu {
      padding: 0px;
  }

  #main-navigation .auto-menu .mtx-menu-code, #main-navigation .auto-industries .mtx-menu-code {padding: 0px;}

  #main-navigation .auto-menu .fr-main-wrap {
    float: left;
    width: 76%;
    padding: 10px 0px;
    box-sizing: border-box;
    overflow: hidden;
  }

  #main-navigation .auto-menu ul.fr-auto-menu, #main-navigation .auto-industries ul.auto-menu-tax {
      margin: 0px;
      list-style: none;
  }

  #main-navigation li.menu-item.mtx-mega-menu .auto-industries ul.auto-menu-tax > li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #d5d5dd;
    border-right: 1px solid #d5d5dd;
  }

  #main-navigation .auto-menu ul.fr-auto-menu.top-level > li.fr-auto-menu-item {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    position: relative;
  }
  #main-navigation .auto-menu ul.fr-auto-menu.top-level > li.fr-auto-menu-item:first-child {
    float: none;
    width: 100%;
    border-bottom: 1px solid #d5d5dd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #main-navigation .auto-menu ul.fr-auto-menu.top-level > li.fr-auto-menu-item:before {
    content: "";
    display: block;
    width: 1px;
    background: #d5d5dd;
    position: absolute;
    top: -10px;
    right: 0px;
    bottom: -999px;
  }

  #main-navigation .auto-menu ul.fr-auto-menu.top-level > li.fr-auto-menu-item:first-child > ul.child-level > li {
    float: left;
    width: 33.333%;
  }


  #main-navigation .auto-menu ul.fr-auto-menu li.fr-auto-menu-item {
    display: block;
  }

  #main-navigation .auto-menu ul.fr-auto-menu.top-level > li.fr-auto-menu-item > a {
    color:#DA291C;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
  }
  #main-navigation .auto-menu ul.fr-auto-menu.top-level > li.fr-auto-menu-item > a:hover { color:#222222;}
  #main-navigation .auto-menu ul.fr-auto-menu li.fr-auto-menu-item > a:hover {color:#DA291C;}

  #main-navigation .auto-menu .fr-auto-menu-wrap {
      display: block;
      width: 100%;
      position: relative;
      color: #222222;
  }

  #main-navigation .auto-menu ul.fr-auto-menu.child-level {
    display: block!important;
    opacity: 1!important;
    padding-bottom: 4px;
  }

  #main-navigation .auto-menu .child-level > li > a {
    font-weight: 500;
    padding: 6px 20px
  }

  #main-navigation .auto-menu ul.fr-auto-menu.child-second-level {
    padding-top: 4px;
    padding-bottom: 10px;
  }

  #main-navigation .auto-menu .child-level > li > .child-second-level > li > a {
    text-transform: none;
    letter-spacing: 0px;
    padding: 3px 20px;
    font-weight: 300;
  }


  #main-navigation .auto-menu .fr-promo-wrap {
      float: right;
      width: 24%;
      padding: 20px;
      box-sizing: border-box;
      position: relative;
      background: #ffffff;
  }

  #main-navigation .auto-menu .fr-promo-wrap h6 {
    margin: 0px 0px 8px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 300;
  }
  #main-navigation .auto-menu .fr-promo-wrap h5 {
    font-size: 14px;
    line-height: 22px;
  }
  #main-navigation .auto-menu .fr-promo-wrap .menu-post-img {
    width: 100%;
    padding-bottom: 60%;
    height: 0px;
    margin-bottom: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #main-navigation .auto-menu .fr-promo-wrap .menu-post-img-link {display: block;}
  #main-navigation .auto-menu .fr-promo-wrap .menu-post-img-link:hover {
    opacity: 0.7;
  }

  #product-intro .intro-upper > .product-gallery {
    float: right;
    margin-left: 4%;
  }
  #product-intro .intro-upper > .product-summary {
    float: left;
    margin-left: 0px;
  }

}

/* Mobile */
@media (max-width: 767px) {

  .fl-row.fl-row-full-width {
    width: auto !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .fl-row-content.fl-row-fixed-width {
    margin-left: 30px;
    margin-right: 30px;
  }

  #main-wrap .fl-col, #main-wrap .no-margin .fl-col {
    float: none !important;
    clear: both !important;
    margin-left: 0px !important;
    width: 100% !important;
    max-width: 100%;
  }

  .container, #the-page > .container, .fl-row-fixed-width {
    width: auto !important;
  }

  #mtx-slider-1292 .slide-title {font-size: 36px; line-height: 42px;}
  h1, #mtx-slider-1292 .slide-pretitle {font-size: 30px; line-height: 36px;}

  #main-navigation > li.desk-only {display: none;}
  #main-navigation > li.mob-only {display: block;}

  #solution-selector h3, #solution-selector .mtx-select-title {font-size: 20px; line-height: 26px; }

  #product-intro, .fr-tab-labels, #related, .home-menu-content-item .home-menu-content-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  #header-actions {
    position: relative;
    top: auto;
    margin: 10px 0px 0px;
  }

  #header-actions a {font-size: 14px;}

  .product-block .hover-state {display: none;}

  .fr-support.support-man:before, .fl-col.support-block .fl-col-content:before {display: none;}
  .fr-support.type-block, .fl-col.support-block .fl-col-content {
    padding: 60px 20px 12px;
    min-height: 1px;
  }

  .article-inner {padding-right: 0px;}
  .article-inner .article-shares {
    position: relative;
    width: 100%;
    text-align: left;
  }

  .fl-col.fr-heading-ticks {
    padding-top: 40px;
    overflow: hidden;
  }
  .fl-col.red-grad-col .red-grad-over-bg {
    width: auto!important;
    left: -30px;
    right: -30px;
    top: -50px;
    bottom: 0px;
  }
  .red-grad-col > .fl-col-content {padding-right: 0px;}

  .nav-container-wrap {
    margin-left: -30px;
    margin-right: -30px;
  }
  #main-navigation > li {border-bottom: 1px solid #d5d5dd;}
  #main-navigation > li > a {padding: 12px 30px;}

  #main-navigation > li.menu-item.mtx-mega-menu > ul.sub-menu:before {display: none;}
  #main-navigation li > ul.sub-menu {
    background: #ededf5;
    box-shadow: none;
  }
  #main-navigation > li.menu-item > ul.sub-menu, #main-navigation > li.menu-item.mtx-mega-menu > ul.sub-menu {
    padding: 0px;
    margin: 0px;
  }
  #main-navigation li > ul.sub-menu li > a {padding: 12px 30px;}
  html #main-navigation .auto-menu .fr-promo-wrap,
  html #main-navigation .auto-menu ul.fr-auto-menu.child-level {display: none!important;}
  html #main-navigation .auto-menu .mtx-menu-code, #main-navigation .auto-industries .mtx-menu-code { padding: 0px;}
  html #main-navigation .auto-menu ul, #main-navigation li.menu-item.mtx-mega-menu .auto-industries ul.auto-menu-tax {
    margin: 0px;
    list-style: none;
  }
  .search-tog .fa.fa-search {margin-right: 6px;}
  .site-search-holder {
    padding-left: 30px;
    padding-right: 30px;
  }

  .single-post-intro {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  .types-feed .no-b-2 .application-row {
    border-top: 1px solid #d5d5dd;
    padding-top: 30px;
  }

  #mtx-slider-1292 .fr-slide-text-wrap {padding: 0px;}
  #mtx-slider-1292 .divi-dot {display: none;}

  .product-filters {margin-bottom: 20px;}
  .product-filters .filter-toggle-header {
    display: block;
    background: #ffffff;
    padding: 10px 15px;
    margin: 0px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
  }
  .product-filters .filter-toggle-header:hover, .product-filters.mob-active .filter-toggle-header {color:#da291c;}
  .product-filters > form {display: none;margin-top: 12px;}
  .product-filters.mob-active > form {display: block;}
  .product-filters .search-key-wrap {margin:0px;}

  .with-support-man .fraser-man {display: none;}

  .mtx-cta {
    padding-bottom: 42px;
    position: relative;
    margin-bottom: 20px;
  }
  .mtx-cta:before, .mtx-cta:after {
    content: "";
    display: table;
    clear: both;
  }
  .mtx-cta .cta-link-wrap {
    float: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    text-align: left;
  }
  .mtx-cta .cta-link-wrap .btn {text-align: left;}

}

/* Mobile Landscape */
@media (max-width: 767px) and (min-width: 520px) {

  .the-products > .frac4, .the-products > .frac4.first {
    width: 48%!important;
    float:left!important;
    clear: none!important;
    margin-left: 4%!important;
  }
  .the-products > .frac4.mob-first {
    clear: both!important;
    margin-left: 0px!important;
  }

  .home-menu-tab-title {padding: 15px 50px 15px 15px;}
  .home-menu-tab-title .tab-icon {right: 10px;}

  .mtx-slider-wrap, .mtx-slider .slide-item {height: 320px;}

}

/* Mobile Portrait */
@media (max-width: 520px) {

  #breadcrumb {text-align: center;}

  #header-actions a {margin-right: 20px;}
  /*#header-actions a.head-phone span {display: none;}*/

  #mtx-slider-1292 .fr-slide-text-wrap {padding: 0px;}
  #mtx-slider-1292 .slide-text, html .fr-slide-text-wrap .divi-dot {display: none;}
  #mtx-slider-1292 .slide-item .slide-overlay {
    background: #000000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .mtx-slider-wrap, .mtx-slider .slide-item {height: 320px;}
  #mtx-slider-1292 .slide-content {text-align: center;}
  #mtx-slider-1292 .slide-pretitle, #mtx-slider-1292 .slide-title {
    font-size: 28px;
    line-height: 34px;
  }
  #mtx-slider-1292 .slide-subtitle {margin-bottom: 10px;}

  .fl-col.fr-heading-bulb > .fl-col-content {padding: 40px 0px 0px;}
  .fl-col.fr-heading-bulb > .fl-col-content .mtx-heading:first-child:after {
    left: 0px;
    top: -50px;
  }
  .fl-col.fr-heading-bulb > .fl-col-content .mtx-heading:first-child:before {display: none;}

  .fl-col.fr-heading-icon > .fl-col-content {padding-left: 0px;}
  .fl-col.fr-heading-ticks > .fl-col-content .mtx-heading:before {display: none;}
  html .fl-col.fr-heading-icon > .fl-col-content .mtx-heading:after {left: 0px;top: 0px;}
  .fl-col.fr-heading-icon > .fl-col-content .mtx-heading {padding-top: 50px;}

  .mtx-post .post-img, .search-results .mtx-post .post-img {
    float: none;
    max-width: 100%;
    width:100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  html .ent-slider .ent-slide {padding-bottom: 100%;}

  .news-feed .news-feed-header .news-feed-link {float: none;}

  .application-row .app-image {
    float: none;
    width: 90px;
  }

  .fr-support.type-bar {padding: 40px 0px 0px;}

  .home-menu-tab-title {
    float: none;
    width: 100%;
    padding: 15px 60px 15px 30px;
  }
  .home-menu-tab-title .tab-icon {right: 15px;}
  .home-menu-tab-title.tab-title-mob {display: block;}
  .home-menu-tab-titles {display: none;}
  .home-menu-tab-title {border: none;}
  .home-menu-content-inner .intro-part {display: none;}
  .home-menu-content-inner > div {
      float: none!important;
      width: 100%!important;
  }
  .home-menu-content-item .home-menu-content-inner {padding: 0px 10px 10px;}
  .home-auto-menu-tax li {
    width: 50%!important;
    clear: none!important;
  }
  .home-auto-menu-tax li.mob-first {clear: both!important;}


}

/*               _        _
 _ __ ___   __ _| |_ _ __| |_  __
| '_ ` _ \ / _` | __| '__| \ \/ /
| | | | | | (_| | |_| |  |_|>  <
|_| |_| |_|\__,_|\__|_|  (_)_/\_\

*/
