body:before {
  content: "xs";
  display: none;
}
@media (min-width: 560px) {
  body:before {
    content: "sm";
  }
}
@media (min-width: 768px) {
  body:before {
    content: "md";
  }
}
@media (min-width: 992px) {
  body:before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body:before {
    content: "xl";
  }
}
@media (min-width: 1400px) {
  body:before {
    content: "xxl";
  }
}
/* ============================================================
   Animations
============================================================ */

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ie8 .col-xs-12 {
  width: 100%;
}
.ie8 .col-xs-11 {
  width: 91.666666667%;
}
.ie8 .col-xs-10 {
  width: 83.333333333%;
}
.ie8 .col-xs-9 {
  width: 75%;
}
.ie8 .col-xs-8 {
  width: 66.666666667%;
}
.ie8 .col-xs-7 {
  width: 58.333333333%;
}
.ie8 .col-xs-6 {
  width: 50%;
}
.ie8 .col-xs-5 {
  width: 41.666666667%;
}
.ie8 .col-xs-4 {
  width: 33.333333333%;
}
.ie8 .col-xs-3 {
  width: 25%;
}
.ie8 .col-xs-2 {
  width: 16.666666667%;
}
.ie8 .col-xs-1 {
  width: 8.333333333%;
}
.ie8 .col-sm-12 {
  width: 100%;
}
.ie8 .col-sm-11 {
  width: 91.666666667%;
}
.ie8 .col-sm-10 {
  width: 83.333333333%;
}
.ie8 .col-sm-9 {
  width: 75%;
}
.ie8 .col-sm-8 {
  width: 66.666666667%;
}
.ie8 .col-sm-7 {
  width: 58.333333333%;
}
.ie8 .col-sm-6 {
  width: 50%;
}
.ie8 .col-sm-5 {
  width: 41.666666667%;
}
.ie8 .col-sm-4 {
  width: 33.333333333%;
}
.ie8 .col-sm-3 {
  width: 25%;
}
.ie8 .col-sm-2 {
  width: 16.666666667%;
}
.ie8 .col-sm-1 {
  width: 8.333333333%;
}
.ie8 .col-sm-offset-12 {
  margin-left: 100%;
}
.ie8 .col-sm-offset-11 {
  margin-left: 91.666666667%;
}
.ie8 .col-sm-offset-10 {
  margin-left: 83.333333333%;
}
.ie8 .col-sm-offset-9 {
  margin-left: 75%;
}
.ie8 .col-sm-offset-8 {
  margin-left: 66.666666667%;
}
.ie8 .col-sm-offset-7 {
  margin-left: 58.333333333%;
}
.ie8 .col-sm-offset-6 {
  margin-left: 50%;
}
.ie8 .col-sm-offset-5 {
  margin-left: 41.666666667%;
}
.ie8 .col-sm-offset-4 {
  margin-left: 33.333333333%;
}
.ie8 .col-sm-offset-3 {
  margin-left: 25%;
}
.ie8 .col-sm-offset-2 {
  margin-left: 16.666666667%;
}
.ie8 .col-sm-offset-1 {
  margin-left: 8.333333333%;
}
.ie8 .col-sm-offset-0 {
  margin-left: 0%;
}
.ie8 .col-md-12 {
  width: 100%;
}
.ie8 .col-md-11 {
  width: 91.666666667%;
}
.ie8 .col-md-10 {
  width: 83.333333333%;
}
.ie8 .col-md-9 {
  width: 75%;
}
.ie8 .col-md-8 {
  width: 66.666666667%;
}
.ie8 .col-md-7 {
  width: 58.333333333%;
}
.ie8 .col-md-6 {
  width: 50%;
}
.ie8 .col-md-5 {
  width: 41.666666667%;
}
.ie8 .col-md-4 {
  width: 33.333333333%;
}
.ie8 .col-md-3 {
  width: 25%;
}
.ie8 .col-md-2 {
  width: 16.666666667%;
}
.ie8 .col-md-1 {
  width: 8.333333333%;
}
.ie8 .col-md-offset-12 {
  margin-left: 100%;
}
.ie8 .col-md-offset-11 {
  margin-left: 91.666666667%;
}
.ie8 .col-md-offset-10 {
  margin-left: 83.333333333%;
}
.ie8 .col-md-offset-9 {
  margin-left: 75%;
}
.ie8 .col-md-offset-8 {
  margin-left: 66.666666667%;
}
.ie8 .col-md-offset-7 {
  margin-left: 58.333333333%;
}
.ie8 .col-md-offset-6 {
  margin-left: 50%;
}
.ie8 .col-md-offset-5 {
  margin-left: 41.666666667%;
}
.ie8 .col-md-offset-4 {
  margin-left: 33.333333333%;
}
.ie8 .col-md-offset-3 {
  margin-left: 25%;
}
.ie8 .col-md-offset-2 {
  margin-left: 16.666666667%;
}
.ie8 .col-md-offset-1 {
  margin-left: 8.333333333%;
}
.ie8 .col-md-offset-0 {
  margin-left: 0%;
}
.ie8 .col-lg-12 {
  width: 100%;
}
.ie8 .col-lg-11 {
  width: 91.666666667%;
}
.ie8 .col-lg-10 {
  width: 83.333333333%;
}
.ie8 .col-lg-9 {
  width: 75%;
}
.ie8 .col-lg-8 {
  width: 66.666666667%;
}
.ie8 .col-lg-7 {
  width: 58.333333333%;
}
.ie8 .col-lg-6 {
  width: 50%;
}
.ie8 .col-lg-5 {
  width: 41.666666667%;
}
.ie8 .col-lg-4 {
  width: 33.333333333%;
}
.ie8 .col-lg-3 {
  width: 25%;
}
.ie8 .col-lg-2 {
  width: 16.666666667%;
}
.ie8 .col-lg-1 {
  width: 8.333333333%;
}
.ie8 .col-lg-offset-12 {
  margin-left: 100%;
}
.ie8 .col-lg-offset-11 {
  margin-left: 91.666666667%;
}
.ie8 .col-lg-offset-10 {
  margin-left: 83.333333333%;
}
.ie8 .col-lg-offset-9 {
  margin-left: 75%;
}
.ie8 .col-lg-offset-8 {
  margin-left: 66.666666667%;
}
.ie8 .col-lg-offset-7 {
  margin-left: 58.333333333%;
}
.ie8 .col-lg-offset-6 {
  margin-left: 50%;
}
.ie8 .col-lg-offset-5 {
  margin-left: 41.666666667%;
}
.ie8 .col-lg-offset-4 {
  margin-left: 33.333333333%;
}
.ie8 .col-lg-offset-3 {
  margin-left: 25%;
}
.ie8 .col-lg-offset-2 {
  margin-left: 16.666666667%;
}
.ie8 .col-lg-offset-1 {
  margin-left: 8.333333333%;
}
.ie8 .col-lg-offset-0 {
  margin-left: 0%;
}
.ie8 .container {
  width: 1024px;
  min-width: 1024px;
  max-width: 1024px;
}
.ie8 [class^=col-] {
  float: left;
}
.ie8 .global-header {
  display: block;
}
.ie8 .global-header .branding a {
  background-color: white;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 121px;
  width: 190px;
  margin: 0;
  padding: 0;
}
.ie8 .global-header img {
  display: none;
}
.ie8 header {
  width: 100%;
  display: block;
  background-color: white;
}
.ie8 header nav {
  display: block;
}
.ie8 .mobilenav {
  display: none;
}
.ie8 .mainnavwrapper {
  display: block;
  margin-top: 70px;
}
.ie8 .subnavwrapper {
  display: block;
}
.ie8 ul.mainnav {
  padding: 0;
}
.ie8 ul.mainnav > li {
  border: 0;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.ie8 ul.mainnav > li > a {
  margin-left: 5px;
}
.ie8 ul.mainnav a.lit:link,
.ie8 ul.mainnav a.lit:visited {
  font-family: "Brown-Pro-Regular", sans-serif;
  color: #c10a27;
}
.ie8 ul.mainnav a.lit:hover,
.ie8 ul.mainnav a.lit:focus,
.ie8 ul.mainnav a.lit:active {
  color: white;
  text-decoration: none;
}
.ie8 ul.mainnav a {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.ie8 ul.mainnav a:link,
.ie8 ul.mainnav a:visited {
  color: #4b4b4b;
  display: block;
  padding: 24px 10px 24px 10px;
  padding: 1.5rem 0.625rem 1.5rem 0.625rem;
}
.ie8 ul.mainnav a:hover,
.ie8 ul.mainnav a:focus,
.ie8 ul.mainnav a:active {
  background: #c10a27;
  color: white;
}
.ie8 ul.mainnav .showdropdown > a:link,
.ie8 ul.mainnav .showdropdown > a:visited,
.ie8 ul.mainnav .showdropdown > a:hover,
.ie8 ul.mainnav .showdropdown > a:focus,
.ie8 ul.mainnav .showdropdown > a:active {
  background-color: #c10a27;
  color: white;
}
.ie8 ul.mainnav .showdropdown .level1 {
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 250px;
  -webkit-animation: fadein 0.15s ease-in;
  -moz-animation: fadein 0.15s ease-in;
  animation: fadein 0.15s ease-in;
  opacity: 1;
}
.ie8 ul.mainnav .level1 {
  opacity: 0;
  border-top: solid 5px #c10a27;
  background: white;
  padding: 9px 0px 20px 0px;
  padding: 0.5625rem 0rem 1.25rem 0rem;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 5px;
}
.ie8 ul.mainnav .level1 a:link,
.ie8 ul.mainnav .level1 a:visited {
  text-decoration: none;
  padding: 6px 15px 6px 15px;
  padding: 0.375rem 0.9375rem 0.375rem 0.9375rem;
}
.ie8 ul.mainnav .level1 a:hover,
.ie8 ul.mainnav .level1 a:focus,
.ie8 ul.mainnav .level1 a:active,
.ie8 ul.mainnav .level1 a.lit {
  background: white;
  color: #c10a27;
  text-decoration: underline;
}
.ie8 .sectiontitle {
  font-family: "Brown-Pro-Regular", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px 20px 20px;
  padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.ie8 .sectiontitle a:link,
.ie8 .sectiontitle a:visited {
  text-decoration: none;
}
.ie8 .sectiontitle a:hover,
.ie8 .sectiontitle a:focus {
  text-decoration: underline;
}
.ie8 .subnav {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ie8 .subnav li {
  margin: 0;
  padding: 0px 0px 3px 0px;
  padding: 0rem 0rem 0.1875rem 0rem;
}
.ie8 .subnav ul {
  margin: 0;
  padding: 3px 0px 17px 20px;
  padding: 0.1875rem 0rem 1.0625rem 1.25rem;
  list-style-type: none;
}
.ie8 .subnav ul a:link,
.ie8 .subnav ul a:visited {
  text-decoration: none;
}
.ie8 .subnav ul a:hover,
.ie8 .subnav ul a:focus {
  background-color: transparent;
  color: #c10a27;
  text-decoration: underline;
}
.ie8 .subnav ul a.lit:link,
.ie8 .subnav ul a.lit:visited {
  background-color: transparent;
  color: #c10a27;
  text-decoration: underline;
}
.ie8 .subnav ul a.lit:hover,
.ie8 .subnav ul a.lit:focus {
  text-decoration: none;
}
.ie8 .subnav a {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
}
.ie8 .subnav a:link,
.ie8 .subnav a:visited {
  text-decoration: none;
}
.ie8 .subnav a:hover,
.ie8 .subnav a:focus {
  background-color: #c10a27;
  color: white;
  text-decoration: none;
}
.ie8 .subnav a.lit:link,
.ie8 .subnav a.lit:visited,
.ie8 .subnav a.lit:hover,
.ie8 .subnav a.lit:focus {
  background-color: #c10a27;
  color: white;
  text-decoration: none;
}
.ie8 .search-mini {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #ededed;
  display: inline-block;
  padding-left: 15px;
  padding-left: 0.9375rem;
  position: absolute;
  left: auto;
  top: 21px;
  right: 21px;
}
.ie8 .search-mini :-moz-placeholder {
  color: #6d6e71;
}
.ie8 .search-mini ::-webkit-input-placeholder {
  color: #6d6e71;
}
.ie8 .search-mini :-ms-input-placeholder {
  color: #6d6e71;
}
.ie8 .search-mini input {
  border: none;
  height: 30px;
  padding: 0;
  outline: 0;
}
.ie8 .search-mini input[type="text"] {
  color: #6d6e71;
  width: 130px;
  height: 30px;
}
.ie8 .search-mini input[type="submit"] {
  background-color: #6d6e71;
  background-image: url('../images/icons-site.png');
  background-size: 300px 300px;
  background-position: -248px -23px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  text-indent: 30px;
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
}
.ie8 .search-mini input[type="submit"]:hover,
.ie8 .search-mini input[type="submit"]:focus {
  background-color: #c10a27;
}
.ie8 .global-footer {
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.ie8 .footer-linkage {
  display: table-cell;
  width: 70%;
}
.ie8 .footer-linkage .relatedlinks li {
  float: left;
  width: 50%;
}
.ie8 .footer-other {
  display: table-cell;
  vertical-align: top;
  width: 30%;
}
.ie8 .lang-switcher {
  float: right;
}
.ie8 .footer-details {
  padding-top: 2em;
}
.ie8 .footer-details .address {
  display: table-cell;
  width: 70%;
}
.ie8 .footer-details .copyright {
  text-align: right;
  display: table-cell;
  width: 30%;
}
.ie8 h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.ie8 .intro {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.ie8 blockquote:before {
  background-image: url('../images/icons-site.png');
  background-position: -151px -209px;
}
.ie8 a.arrow:before {
  background-image: url('../images/icons-site.png');
  background-position: -119px -68px;
}
.ie8 a.download:before,
.ie8 a.external:before {
  background-image: url('../images/icons-site.png');
}
.ie8 .accordion .panelheader a.icon,
.ie8 footer .linkedin-icon {
  background-image: url('../images/icons-site.png');
}
.ie8 .icon-button [class^=button] {
  background-image: url('../images/icons-site.png');
}
.ie8 [class^=icon-lg] {
  background-image: url('../images/icons-site-lg.png');
}
.ie8 .event-to,
.ie8 .filter button:after,
.ie8 .listing-link a:before,
.ie8 a.external:before,
.ie8 [type="submit"].download-button .download-icon,
.ie8 .location-accordion a .icon {
  background-image: url('../images/icons-site.png');
}
.ie8 .toggleall a:after {
  background-image: url('../images/icons-site.png');
  top: 15px;
}
.ie8 p.address:before,
.ie8 p.tel:before,
.ie8 p.fax:before,
.ie8 p.map:before,
.ie8 p.directions:before {
  background-image: url('../images/icons-site.png');
}
.ie8 ul.values {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-left: -21px;
  position: relative;
}
.ie8 ul.values li {
  width: 50%;
  float: left;
}
.ie8 ul.values li:nth-child(odd) {
  clear: left;
}
.ie8 ul.values img {
  margin: 0 0 1em 0;
}
.ie8 ul.people .person-summary a:after {
  background-image: url('../images/icons-site.png');
}
.ie8 .container-compact .row.people {
  margin-left: -21px;
  position: relative;
}
.ie8 .bigtabs li {
  float: left;
  width: 33%;
}
.ie8 .bigtabs li a {
  height: 107px;
}
.ie8 .homepagehero {
  height: 620px;
  position: relative;
}
.ie8 .homepagehero .panelwrapper {
  background-color: transparent;
  margin-bottom: -620px;
}
.ie8 .homepagehero .panelwrapper:before {
  content: '';
  display: block;
  height: 620px;
  position: absolute;
  top: 0;
  left: -435px;
  width: 435px;
  background-image: url('../images/home-hero-before.png');
  background-position: top right;
  background-repeat: no-repeat;
}
.ie8 .homepagehero .panel {
  background-image: url('../images/home-hero.png');
  background-position: top right;
  background-repeat: no-repeat;
  max-width: 465px;
  min-height: 620px;
  padding: 0;
  text-align: left;
}
.ie8 .homepagehero .panel h1,
.ie8 .homepagehero .panel p {
  max-width: 360px;
  padding-left: 42px;
}
.ie8 .homepagehero .panel h1 {
  padding-top: 150px;
  max-width: 400px;
}
.ie8 .slides,
.ie8 .slide {
  height: 620px;
}
.ie8 .whiteblocks > li {
  min-height: 350px;
}
.ie8 .home .hotspot1 {
  background-image: url('/~/media/Images/Essentra-plc/locations/map_locations_mini.jpg');
  background-position: 10% 95%;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.ie8 .home .hotspot3 {
  background-image: url('/~/media/Images/essentra-plc/home/logo-2020.png');
  background-position: 100% 20%;
  background-repeat: no-repeat;
  padding-right: 130px;
}
.ie8 footer .band-mediumgrey {
  float: left;
  width: 100%;
}
.ie8 .dropdown {
  z-index: 1002 !important;
}
