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";
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */

body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */

}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: yellow;
  color: black;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */

}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * essentra.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015
 */

@font-face {
  font-family: "Brown-Pro-Regular";
  src: url("../fonts/lineto-brown-pro-regular.eot");
  src: url("../fonts/lineto-brown-pro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-pro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brown-Pro-Bold";
  src: url("../fonts/lineto-brown-pro-bold.eot");
  src: url("../fonts/lineto-brown-pro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-pro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brown-Pro-Light";
  src: url("../fonts/lineto-brown-pro-light.eot");
  src: url("../fonts/lineto-brown-pro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-pro-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brown-Pro-Thin";
  src: url("../fonts/lineto-brown-pro-thin.eot");
  src: url("../fonts/lineto-brown-pro-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-pro-thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ============================================================
   Typography
============================================================ */

html {
  font-size: 16px;
}
body {
  color: #4b4b4b;
  font-family: "Brown-Pro-Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1 {
  color: #c10a27;
  font-family: "Brown-Pro-Regular", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 0px 10px 0px;
  padding: 0rem 0rem 0.625rem 0rem;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
h1 strong {
  color: #9b0056;
}
h2 {
  font-family: "Brown-Pro-Regular", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 15px 0px 10px 0px;
  padding: 0.9375rem 0rem 0.625rem 0rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
h2 a:link,
h2 a:visited {
  color: #c10a27;
  text-decoration: none;
}
h2 a:hover,
h2 a:focus,
h2 a:active {
  color: #c10a27;
  text-decoration: underline;
}
h2 strong {
  color: #9b0056;
}
.centeredblock h2,
h2.displaytitle,
.displaytitle {
  color: #c10a27;
  line-height: 1;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .centeredblock h2,
  h2.displaytitle,
  .displaytitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .centeredblock h2,
  h2.displaytitle,
  .displaytitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
h3 {
  font-family: "Brown-Pro-Regular", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0px 0px 10px 0px;
  padding: 0rem 0rem 0.625rem 0rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
}
h4 {
  font-family: "Brown-Pro-Regular", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
p {
  margin: 0;
  padding: 0px 0px 15px 0px;
  padding: 0rem 0rem 0.9375rem 0rem;
}
.intro {
  font-family: "Brown-Pro-Light", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .intro {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
strong,
b {
  font-family: "Brown-Pro-Regular", sans-serif;
  font-weight: normal;
}
blockquote {
  margin: 0;
  position: relative;
  padding: 25px 50px 15px 60px;
  padding: 1.5625rem 3.125rem 0.9375rem 3.75rem;
}
blockquote p:first-child {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 33px;
  line-height: 2.0625rem;
  padding: 0px 0px 25px 0px;
  padding: 0rem 0rem 1.5625rem 0rem;
}
blockquote:before {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -151px -209px;
  content: '';
  display: block;
  height: 36px;
  margin-right: 8px;
  width: 49px;
  position: absolute;
  top: 25px;
  left: 0;
}
blockquote.careers {
  padding: 39px 50px 15px 60px;
  padding: 2.4375rem 3.125rem 0.9375rem 3.75rem;
}
blockquote.careers p:first-child {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
}
a,
a:visited {
  color: #4b4b4b;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* link with red arrow */

a.arrow {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  /* font size */

  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
a.arrow:link,
a.arrow:visited {
  font-family: "Brown-Pro-Regular", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
a.arrow:link em,
a.arrow:visited em {
  font-family: "Brown-Pro-Light", sans-serif;
}
a.arrow:hover,
a.arrow:focus,
a.arrow:active {
  text-decoration: underline;
}
a.arrow:before {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -119px -68px;
  content: '';
  height: 15px;
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
a.arrow-lcase:link,
a.arrow-lcase:visited {
  text-transform: none;
}
a.download {
  background: transparent;
  color: #4b4b4b;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  /* font size */

  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
a.download:visited {
  background: transparent;
  color: #4b4b4b;
}
a.download:link,
a.download:visited {
  font-family: "Brown-Pro-Regular", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
a.download:link em,
a.download:visited em {
  font-family: "Brown-Pro-Light", sans-serif;
  font-style: normal;
}
a.download:hover,
a.download:focus,
a.download:active {
  text-decoration: underline;
}
a.download:before {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -165px -115px;
  content: '';
  height: 21px;
  width: 21px;
  position: absolute;
  top: 1px;
  left: 0;
}
a.download-lcase:link,
a.download-lcase:visited {
  text-transform: none;
}
a.external {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  /* font size */

  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
a.external:link,
a.external:visited {
  font-family: "Brown-Pro-Regular", sans-serif;
  text-decoration: none;
}
a.external:link em,
a.external:visited em {
  font-family: "Brown-Pro-Light", sans-serif;
}
a.external:hover,
a.external:focus,
a.external:active {
  text-decoration: underline;
}
a.external:before {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -219px -62px;
  content: '';
  display: block;
  height: 25px;
  width: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
.featurelinks {
  /*
        
    */
  line-height: 1;
  list-style-type: none;
  padding: 0;
  margin: 15px 0px 30px 0px;
  margin: 0.9375rem 0rem 1.875rem 0rem;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 560px) {
  .featurelinks {
    display: block;
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .featurelinks {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .featurelinks {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.featurelinks li {
  border-left: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  border-top: solid 1px #ededed;
  border-right: solid 1px #ededed;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 560px) {
  .featurelinks li {
    display: inline-block;
    float: left;
    width: 50%;
  }
}
.featurelinks li + li {
  border-left: 0;
}
.featurelinks a,
.featurelinks a:visited {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #4b4b4b;
  display: block;
  font-family: "Brown-Pro-Regular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 15px 15px 15px 15px;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  min-height: 150px;
}
.featurelinks a:after,
.featurelinks a:visited:after {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -119px -68px;
  content: '';
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 15px;
  height: 18px;
}
@media only screen and (min-width: 768px) {
  .featurelinks a,
  .featurelinks a:visited {
    min-height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .featurelinks a,
  .featurelinks a:visited {
    min-height: 240px;
  }
}
.featurelinks a:hover,
.featurelinks a:focus {
  color: white;
  background-color: #c10a27;
  text-decoration: none;
}
.featurelinks a:hover:after,
.featurelinks a:focus:after {
  background-position: -169px -68px;
}
ul {
  margin: 0px 0px 0px 20px;
  margin: 0rem 0rem 0rem 1.25rem;
  padding: 0px 0px 20px 0px;
  padding: 0rem 0rem 1.25rem 0rem;
}
ul li {
  margin: 0;
  padding: 0px 0px 8px 0px;
  padding: 0rem 0rem 0.5rem 0rem;
}
ul ul,
ul ol {
  padding: 16px 0px 0px 0px;
  padding: 1rem 0rem 0rem 0rem;
}
ol {
  padding: 0px 0px 8px 0px;
  padding: 0rem 0rem 0.5rem 0rem;
  margin: 0px 0px 0px 22px;
  margin: 0rem 0rem 0rem 1.375rem;
  max-width: 730px;
}
ol li {
  margin: 0;
  padding: 0px 0px 8px 0px;
  padding: 0rem 0rem 0.5rem 0rem;
}
ol ul,
ol ol {
  padding: 16px 0px 0px 0px;
  padding: 1rem 0rem 0rem 0rem;
}
.relatedlinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.relatedlinks li {
  margin: 0;
  padding: 4px 0px 4px 0px;
  padding: 0.25rem 0rem 0.25rem 0rem;
}
dl {
  border-top: solid 1px #ededed;
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 15px 0px 0px 0px;
  padding: 0.9375rem 0rem 0rem 0rem;
}
dl dd {
  border-bottom: solid 1px #ededed;
  margin: 0;
  padding: 10px 0px 15px 0px;
  padding: 0.625rem 0rem 0.9375rem 0rem;
}
.visuallyhidden,
.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.inline-menu {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.inline-menu li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0px 10px 0px 0px;
  padding: 0rem 0.625rem 0rem 0rem;
}
:-moz-placeholder {
  color: #6d6e71;
}
::-webkit-input-placeholder {
  color: #6d6e71;
}
:-ms-input-placeholder {
  color: #6d6e71;
}
form,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}
input,
select,
textarea {
  color: #4b4b4b;
  border-radius: 0;
  border: solid 1px #e4e4e4;
  font-size: 100%;
  font-family: "Brown-Pro-Light", sans-serif;
  line-height: normal;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
input {
  padding: 7px 14px 7px 14px;
  padding: 0.4375rem 0.875rem 0.4375rem 0.875rem;
}
.custom-dropdown {
  position: relative;
  display: block;
  vertical-align: middle;
}
.custom-dropdown select {
  padding-right: 2.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-dropdown select::-ms-expand {
  display: none;
}
.custom-dropdown:before {
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 4px 4px 0;
  content: "";
  position: absolute;
  pointer-events: none;
}
.custom-dropdown:after {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -157px -9px;
  height: 40px;
  width: 40px;
  color: #c10a27;
  content: "";
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
}
.form-group {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  position: relative;
}
.form-control {
  display: block;
  width: 100%;
  padding: 10px 12px 10px 12px;
  padding: 0.625rem 0.75rem 0.625rem 0.75rem;
}
textarea.form-control {
  height: auto;
}
.control-label {
  display: block;
  font-family: "Brown-Pro-Regular", sans-serif;
  width: 100%;
  position: relative;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
.control-label .required {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6d6e71;
  font-family: "Brown-Pro-Light", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
}
.icon-status {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 39px;
  right: 5px;
  overflow: hidden;
  text-indent: 21px;
  background-repeat: no-repeat;
  background-size: 300px 300px;
}
.icon-success {
  background-image: url('../images/icons-site.svg');
  background-position: -15px -116px;
}
.icon-fail {
  background-image: url('../images/icons-site.svg');
  background-position: -67px -116px;
  top: 50px;
}
@media only screen and (min-width: 1200px) {
  .icon-status {
    top: 44px;
  }
  .icon-fail {
    top: 55px;
  }
}
.form-pagination {
  padding: 40px 0px 80px 0px;
  padding: 2.5rem 0rem 5rem 0rem;
}
.form-pagination form {
  display: inline;
}
.form-warning {
  background: #fee6ea;
  padding-left: 10px;
  padding-top: 10px;
  margin-left: -10px;
  margin-bottom: 20px;
}
.form-warning .form-control {
  border: solid 1px #c10a27;
}
.form-warning .control-label {
  color: #c10a27;
}
.form-warning .required {
  color: #c10a27;
}
input[type="reset"],
input[type="submit"],
button[type="submit"],
.btn,
a.btn,
a.btn:visited {
  -webkit-appearance: none;
  background: #4b4b4b;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Brown-Pro-Regular", sans-serif;
  text-align: center;
  line-height: normal;
  padding: 11px 20px 11px 20px;
  padding: 0.6875rem 1.25rem 0.6875rem 1.25rem;
  text-decoration: none;
  position: relative;
  border: none;
  outline: none;
  margin: 0;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
  *overflow: visible;
}
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.btn:hover,
a.btn:hover,
a.btn:focus,
a.btn:active {
  background: #c10a27;
  color: white;
}
button[disabled=disabled][type=submit] {
  opacity: 0.1;
  cursor: not-allowed;
}
input[type="submit"],
button[type="submit"] {
  text-transform: uppercase;
}
[type="submit"].download-button {
  padding: 7px 20px 7px 15px;
  padding: 0.4375rem 1.25rem 0.4375rem 0.9375rem;
  display: table;
}
[type="submit"].download-button .download-icon {
  background-image: url('../images/icons-site.svg');
  background-position: -105px -105px;
  background-repeat: no-repeat;
  background-size: 300px 300px;
  display: table-cell;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
[type="submit"].download-button .download-text {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 0px 0px 0px;
  padding: 0.1875rem 0rem 0rem 0rem;
}
a.download-button {
  margin: 10px 0px 20px 0px;
  margin: 0.625rem 0rem 1.25rem 0rem;
  display: inline-block;
}
a.download-button:link,
a.download-button:visited {
  position: relative;
  background: #4b4b4b;
  color: white;
  cursor: pointer;
  font-family: "Brown-Pro-Regular", sans-serif;
  line-height: normal;
  padding: 19px 21px 16px 70px;
  padding: 1.1875rem 1.3125rem 1rem 4.375rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
a.download-button:hover,
a.download-button:focus,
a.download-button:active {
  background: #c10a27;
}
a.download-button:before {
  background-image: url('../images/icons-site.svg');
  background-position: -105px -105px;
  background-repeat: no-repeat;
  background-size: 300px 300px;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 7px;
  left: 15px;
}
a.external-button {
  margin: 10px 0px 20px 0px;
  margin: 0.625rem 0rem 1.25rem 0rem;
  display: inline-block;
}
a.external-button:link,
a.external-button:visited {
  position: relative;
  background: #c10a27;
  color: white;
  cursor: pointer;
  font-family: "Brown-Pro-Regular", sans-serif;
  line-height: normal;
  padding: 16px 21px 13px 40px;
  padding: 1rem 1.3125rem 0.8125rem 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
a.external-button:hover,
a.external-button:focus,
a.external-button:active {
  background: #4b4b4b;
}
a.external-button:before {
  background-image: url('/assets/images/icons-site.svg');
  background-position: -268px -120px;
  background-repeat: no-repeat;
  background-size: 300px 300px;
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.faxdetails {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.faxdetails.focusable:active,
.faxdetails.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
img {
  border: 0;
  display: block;
  image-rendering: optimizeSpeed;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}
img.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fullwidthimage img {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
object {
  height: 100%;
}
iframe {
  border: 0;
  width: 100%;
}
.iframewrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.iframewrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure {
  margin: 0;
  display: inline-block;
}
figure figcaption {
  background: #ededed;
  padding: 0.5em;
}
/* watch video */

a.watchlink {
  background: #c10a27;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: white;
  display: none;
  height: 100px;
  text-align: center;
  width: 100px;
  padding: 25px 10px;
  text-transform: uppercase;
  line-height: 1.25;
}
a.watchlink:after {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -169px -69px;
  content: '';
  display: block;
  height: 15px;
  width: 13px;
  clear: both;
  margin: 3px auto;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  a.watchlink {
    display: block;
  }
}
a.watchlink:link,
a.watchlink:active {
  color: white;
  text-decoration: none;
}
a.watchlink:hover,
a.watchlink:focus {
  color: white;
  text-decoration: underline;
}
/* image and key */

.key strong {
  text-transform: uppercase;
}
.key ol {
  counter-reset: li;
  margin: 0;
}
.key ol li {
  list-style-type: none;
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
}
.key ol li:before {
  content: counter(li);
  font-family: "Brown-Pro-Regular", sans-serif;
  color: #c10a27;
  counter-increment: li;
  left: 0;
  top: 0;
  position: absolute;
}
#powertrain ol {
  display: block;
  float: left;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #powertrain img {
    display: block;
    margin: 0 auto;
  }
}
#powertrain li {
  display: block;
  float: left;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  #powertrain li {
    width: 50%;
  }
  #powertrain li:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  #powertrain li {
    width: 33%;
  }
  #powertrain li:nth-child(2n+1) {
    clear: none;
  }
  #powertrain li:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1400px) {
  
}
#powertrain p {
  clear: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  width: 100%;
  max-width: 900px;
}
.old-ie table {
  font-size: 1em;
}
table caption {
  text-align: left;
  padding: 10px 0px 10px 0px;
  padding: 0.625rem 0rem 0.625rem 0rem;
}
table th {
  text-align: left;
}
table td,
table th {
  padding: 10px 10px 10px 10px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border: solid 1px #ededed;
}
table td {
  vertical-align: top;
}
table thead tr:first-child td,
table thead tr:first-child th {
  border-top: solid 1px #ededed;
}
table tbody td,
table th {
  border-bottom: solid 1px #ededed;
}
table tfoot td {
  font-size: 14px;
  font-size: 0.875rem;
}
.icon-button {
  -webkit-appearance: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Brown-Pro-Regular", sans-serif;
  text-align: center;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  border: none;
  outline: none;
  margin: 0;
  *overflow: visible;
}
.icon-button [class^=button] {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #4b4b4b;
  content: '';
  display: inline-block;
  line-height: 44px;
  text-indent: 44px;
  width: 44px;
  height: 44px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
  vertical-align: middle;
  overflow: hidden;
}
.mobilenav .icon-button [class^=button] {
  line-height: 40px;
  text-indent: 40px;
  width: 40px;
  height: 40px;
}
.icon-button .button-menu {
  background-position: -4px -5px;
}
.icon-button .button-search {
  background-position: -54px -7px;
}
.icon-button .button-close {
  background-position: -102px -6px;
}
.icon-button .button-grid {
  background-position: -2px -54px;
}
.icon-button .button-list {
  background-position: -52px -54px;
}
.icon-button.active [class^=button],
.icon-button:hover [class^=button],
.icon-button:focus [class^=button] {
  background-color: #c10a27;
}
/* about us */

[class^=icon-lg] {
  display: block;
  width: 90px;
  height: 85px;
  background-image: url('../images/icons-site-lg.svg');
  background-repeat: no-repeat;
  background-size: 400px 300px;
}
.centeredblock [class^=icon-lg],
.factblock [class^=icon-lg] {
  margin: 0 auto;
}
.icon-lg-global-scale {
  background-position: -5px -9px;
}
.icon-lg-breadth-of-offer {
  background-position: -105px -10px;
}
.icon-lg-innovation {
  background-position: -205px -10px;
}
.icon-lg-partnership {
  background-position: -304px -7px;
}
.icon-lg-recycling {
  background-position: -11px -113px;
}
.icon-lg-resource-usage {
  background-position: -114px -109px;
}
.icon-lg-education {
  background-position: -225px -118px;
}
.icon-lg-environmental-impact {
  background-position: -326px -118px;
}
.icon-lg-environmental-policy {
  background-position: -20px -216px;
}
.icon-lg-engagement {
  background-position: -119px -216px;
}
.icon-lg-energy-usage {
  background-position: -218px -221px;
}
.icon-lg-compliance {
  background-position: -321px -222px;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
}
.container {
  clear: left;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 21px;
}
.container.graduates {
  margin-top: -90px;
}
.container.graduates img {
  width: 100%;
}
.row {
  margin-right: -21px;
  margin-left: -21px;
  padding: 0;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
[class^=col-] {
  display: block;
  min-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
  position: relative;
}
@media only screen and (min-width: 560px) {
  [class^=col-] {
    float: left;
  }
}
/* grid with no padding */

.container-compact {
  padding: 0;
}
.container-compact .row {
  margin-left: 0;
  margin-right: 0;
}
.container-compact [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666667%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-1 {
  width: 8.333333333%;
}
/*.make-grid(@columns, xs, offset);*/

@media only screen and (min-width: 560px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.666666667%;
  }
  .col-xl-10 {
    width: 83.333333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.666666667%;
  }
  .col-xl-7 {
    width: 58.333333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.666666667%;
  }
  .col-xl-4 {
    width: 33.333333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.666666667%;
  }
  .col-xl-1 {
    width: 8.333333333%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
hr {
  height: 1px;
  border: none;
  color: #cfcfcf;
  background-color: #cfcfcf;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.floatleft,
.pull-left {
  float: left !important;
}
.floatright,
.pull-right {
  float: right !important;
}
.nowrap {
  white-space: nowrap !important;
}
.print {
  display: none !important;
}
.keyline {
  border-bottom: 1px solid #6d6e71;
}
.band {
  *zoom: 1;
}
.band:before,
.band:after {
  content: "";
  display: table;
}
.band:after {
  clear: both;
}
.band-padding {
  padding: 30px 0px 30px 0px;
  padding: 1.875rem 0rem 1.875rem 0rem;
}
@media only screen and (min-width: 768px) {
  .band-padding {
    padding: 50px 0px 50px 0px;
    padding: 3.125rem 0rem 3.125rem 0rem;
  }
}
.band-white {
  background-color: white;
}
.band-offwhite {
  background-color: #ededed;
}
.box-offwhite {
  background-color: #ededed;
  padding: 0px 21px 21px 21px;
  padding: 0rem 1.3125rem 1.3125rem 1.3125rem;
}
.band-lightgrey {
  background-color: #939598;
  color: white;
}
.band-lightgrey h2,
.band-lightgrey h3 {
  color: white;
}
.band-lightgrey a:link,
.band-lightgrey a:visited {
  color: white;
}
.band-lightgrey a:hover,
.band-lightgrey a:focus,
.band-lightgrey a:active {
  color: white;
}
.band-mediumgrey {
  background-color: #6d6e71;
  color: white;
}
.band-mediumgrey h2,
.band-mediumgrey h3 {
  color: white;
}
.band-mediumgrey a:link,
.band-mediumgrey a:visited {
  color: white;
}
.band-mediumgrey a:hover,
.band-mediumgrey a:focus,
.band-mediumgrey a:active {
  color: white;
}
.band-darkgrey {
  background-color: #4b4b4b;
  color: white;
}
.band-darkgrey h2,
.band-darkgrey h3 {
  color: white;
}
.band-darkgrey a:link,
.band-darkgrey a:visited {
  color: white;
}
.band-darkgrey a:hover,
.band-darkgrey a:focus,
.band-darkgrey a:active {
  color: white;
}
/* fix for padding issue*/

.band-offwhite.band-padding + .band-offwhite.band-padding {
  padding-top: 0;
}
.boxpanel {
  border: solid 1px #e4e4e4;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  -webkit-box-shadow: inset 0px 14px 43px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 14px 43px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 14px 43px 0px rgba(0, 0, 0, 0.1);
}
.pagecontent {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .pagecontent {
    padding-top: 200px;
    padding-top: 12.5rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
}
main > div:last-child {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 768px) {
  main > div:last-child {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  main > div:last-child {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }
}
.centeredblock {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.col-lg-4 .centeredblock {
  max-width: 400px;
}
.col-lg-6 .centeredblock {
  max-width: 500px;
}
.centeredblock h2 {
  padding-top: 40px;
  padding-top: 2.5rem;
  max-width: 400px;
  margin: 0 auto;
}
.centeredblock h3 {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.centeredblock p:last-child {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.centeredblock img {
  margin: 1em auto 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .centeredblock.white {
    color: white;
  }
  .centeredblock.white h1 {
    color: white;
  }
}
#two-col {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#two-col img {
  padding: 20px 0px 40px 0px;
  padding: 1.25rem 0rem 2.5rem 0rem;
}
[lang="ar-AE"] #two-col .left-col {
  float: left !important;
}
.global-header {
  margin: 0 auto 0 auto;
  max-width: 1200px;
  position: relative;
  border-bottom: solid 1px #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.global-header .branding {
  flex-direction: row;
  width: auto;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .global-header .branding {
    background: white;
    width: 138px;
  }
}
@media only screen and (min-width: 992px) {
  .global-header .branding {
    height: 139px;
    width: 190px;
  }
}
.global-header .branding img {
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .global-header .branding img {
    width: 88px;
    margin: 24px auto;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .global-header .branding img {
    width: 112px;
  }
}
.global-header .mobilenav {
  flex-direction: row;
  padding: 10px 10px 10px 0px;
  padding: 0.625rem 0.625rem 0.625rem 0rem;
}
#menulayer {
  display: none;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  min-height: 100%;
  background: #ededed;
  overflow-y: auto;
  overflow-x: hidden;
}
#menulayer p {
  margin: 0 auto;
  max-width: 450px;
  padding: 15px 25px;
  text-align: right;
}
#menulayer .mainnav {
  margin: 0 auto;
  max-width: 450px;
  padding: 0 25px 25px 25px;
}
header {
  background: #ededed;
}
ul.mainnav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.mainnav .level1 {
  margin-top: 10px;
}
ul.mainnav .level2 {
  padding-left: 20px;
}
ul.mainnav ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0px 20px 0px;
  margin: 0.625rem 0rem 1.25rem 0rem;
}
ul.mainnav li {
  padding: 0;
  margin: 0;
}
ul.mainnav > li {
  border-top: solid 1px #4b4b4b;
}
ul.mainnav a:link,
ul.mainnav a:visited {
  color: #4b4b4b;
  display: block;
  padding: 10px 45px 10px 0px;
  padding: 0.625rem 2.8125rem 0.625rem 0rem;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
ul.mainnav a:hover,
ul.mainnav a:focus,
ul.mainnav a:active {
  color: #c10a27;
}
ul.mainnav a.lit {
  color: #c10a27;
}
ul.mainnav .dropdown-trigger {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -157px -9px;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  -webkit-transition: 0.25s transform linear;
  -moz-transition: 0.25s transform linear;
  transition: 0.25s transform linear;
}
@media only screen and (min-width: 768px) {
  ul.mainnav .dropdown-trigger {
    display: none;
  }
}
ul.mainnav .active .dropdown-trigger {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.mainnav .dropdown {
  display: none;
}
.mainnavwrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  header {
    background: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
  }
  header nav {
    display: block;
    background: #ededed;
    border-right: solid 1px #e4e4e4;
  }
  .global-header {
    border-bottom: none;
    display: block;
  }
  .global-header .branding {
    float: left;
    position: relative;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
    z-index: 3;
  }
  .mobilenav {
    display: none;
  }
  .mainnavwrapper {
    display: block;
  }
  ul.mainnav {
    padding: 0;
  }
  ul.mainnav > li {
    border: 0;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  ul.mainnav > li > a {
    margin-left: 5px;
  }
  ul.mainnav a.lit:link,
  ul.mainnav a.lit:visited {
    font-family: "Brown-Pro-Regular", sans-serif;
    color: #c10a27;
  }
  ul.mainnav a.lit:hover,
  ul.mainnav a.lit:focus,
  ul.mainnav a.lit:active {
    color: white;
    text-decoration: none;
  }
  ul.mainnav a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  ul.mainnav a:link,
  ul.mainnav a:visited {
    color: #4b4b4b;
    display: block;
    padding: 24px 10px 24px 10px;
    padding: 1.5rem 0.625rem 1.5rem 0.625rem;
  }
  ul.mainnav a:hover,
  ul.mainnav a:focus,
  ul.mainnav a:active {
    background: #c10a27;
    color: white;
  }
  ul.mainnav > li:nth-child(5) a:link,
  ul.mainnav > li:nth-child(5) a:visited {
    background-color: #6d6e71;
    color: white;
    display: block;
    padding: 6px 13px 3px 13px;
    padding: 0.375rem 0.8125rem 0.1875rem 0.8125rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  ul.mainnav > li:nth-child(5) a:hover,
  ul.mainnav > li:nth-child(5) a:focus,
  ul.mainnav > li:nth-child(5) a:active {
    background-color: #c10a27;
    color: white;
  }
  ul.mainnav .showdropdown > a:link,
  ul.mainnav .showdropdown > a:visited,
  ul.mainnav .showdropdown > a:hover,
  ul.mainnav .showdropdown > a:focus,
  ul.mainnav .showdropdown > a:active {
    background-color: #c10a27;
    color: white;
  }
  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;
  }
  ul.mainnav .level1 {
    opacity: 0;
    background: #c10a27;
    padding: 14px 0px 20px 0px;
    padding: 0.875rem 0rem 1.25rem 0rem;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 5px;
  }
  ul.mainnav .level1 a:link,
  ul.mainnav .level1 a:visited {
    color: white;
    text-decoration: none;
    padding: 6px 15px 6px 15px;
    padding: 0.375rem 0.9375rem 0.375rem 0.9375rem;
  }
  ul.mainnav .level1 a:hover,
  ul.mainnav .level1 a:focus,
  ul.mainnav .level1 a:active,
  ul.mainnav .level1 a.lit {
    text-decoration: underline;
  }
  .breadcrumb {
    background: #6d6e71;
    background: rgba(109, 110, 113, 0.9);
    min-height: 36px;
    position: relative;
    padding-top: 6px;
    padding-top: 0.375rem;
  }
  .breadcrumb ul {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .breadcrumb li {
    display: inline-block;
    white-space: nowrap;
    margin: 0px 0px 0px 5px;
    margin: 0rem 0rem 0rem 0.3125rem;
    padding: 0;
  }
  .breadcrumb a:link,
  .breadcrumb a:visited {
    color: #ededed;
    display: block;
    float: left;
    text-decoration: none;
    padding: 2px 12px 0px 12px;
    padding: 0.125rem 0.75rem 0rem 0.75rem;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .breadcrumb a:link:before,
  .breadcrumb a:visited:before {
    background-image: url('../images/icons-site.svg');
    background-repeat: no-repeat;
    background-size: 300px 300px;
    background-position: -281px -10px;
    content: '';
    display: block;
    float: left;
    height: 11px;
    margin-right: 5px;
    margin-top: 5px;
    width: 7px;
  }
  .breadcrumb a:hover,
  .breadcrumb a:focus,
  .breadcrumb a:active {
    background: #939598;
    color: white;
  }
  .breadcrumb a:hover:before,
  .breadcrumb a:focus:before,
  .breadcrumb a:active:before {
    background-position: -260px -10px;
  }
  .breadcrumb a.lit,
  .breadcrumb a.lit:link,
  .breadcrumb a.lit:visited {
    color: white;
  }
  .breadcrumb a.lit:before,
  .breadcrumb a.lit:link:before,
  .breadcrumb a.lit:visited:before {
    background-position: -260px -10px;
  }
  .breadcrumb .calltoaction {
    position: absolute;
    top: 0;
    right: 0;
  }
  .breadcrumb .calltoaction a {
    font-family: "Brown-Pro-Regular", sans-serif;
    line-height: 34px;
    line-height: 2.125rem;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .breadcrumb .calltoaction a:before {
    margin-top: 11px;
  }
  .breadcrumb .calltoaction a:link,
  .breadcrumb .calltoaction a:active,
  .breadcrumb .calltoaction a:visited {
    background-color: #c10a27;
    color: white;
  }
  .breadcrumb .calltoaction a:focus,
  .breadcrumb .calltoaction a:hover {
    background-color: #78070c;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 992px) {
  ul.mainnav {
    padding-left: 195px;
  }
  ul.mainnav > li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  ul.mainnav > li a:link,
  ul.mainnav > li a:visited {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
  }
}
@media only screen and (min-width: 1200px) {
  ul.mainnav {
    padding-left: 195px;
  }
  ul.mainnav > li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  ul.mainnav > li a:link,
  ul.mainnav > li a:visited {
    padding: 24px 15px 24px 15px;
    padding: 1.5rem 0.9375rem 1.5rem 0.9375rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
  }
  ul.mainnav > li:nth-child(5) {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
.search-mini {
  background-color: #c10a27;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 4;
}
.search-mini :-moz-placeholder {
  color: white;
}
.search-mini ::-webkit-input-placeholder {
  color: white;
}
.search-mini :-ms-input-placeholder {
  color: white;
}
.search-mini input[type="text"] {
  background: transparent;
  border: 0;
  color: white;
  height: 50px;
  width: 100%;
}
.search-mini input[type="submit"] {
  position: absolute;
  top: -100px;
  left: -200px;
}
main,
header,
footer {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.togglesearch main,
.togglesearch header,
.togglesearch footer {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
ul.mainnav > li:last-child {
  /**/
  position: absolute;
  top: 21px;
  right: 21px;
}
ul.mainnav > li:last-child a {
  display: none;
  background-color: #6d6e71;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  text-indent: 30px;
  overflow: hidden;
  background-image: url('../images/icons-site.svg');
  background-size: 300px 300px;
  background-position: -248px -23px;
  padding: 0;
  margin-left: 10px;
  margin-left: 0.625rem;
}
ul.mainnav > li:last-child a.active {
  background-color: #c10a27;
}
@media only screen and (min-width: 768px) {
  ul.mainnav > li:last-child a {
    display: block;
  }
}
/* PARTIAL FOR ONSCREEN SEARCH FIELD */

.onpagesearchfield ul.mainnav > li:last-child {
  display: none;
}
.onpagesearchfield .search-mini {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: white;
  display: inline-block;
  padding-left: 15px;
  padding-left: 0.9375rem;
  position: absolute;
  left: auto;
  top: 21px;
  right: 21px;
}
.onpagesearchfield .search-mini :-moz-placeholder {
  color: #6d6e71;
}
.onpagesearchfield .search-mini ::-webkit-input-placeholder {
  color: #6d6e71;
}
.onpagesearchfield .search-mini :-ms-input-placeholder {
  color: #6d6e71;
}
.onpagesearchfield .search-mini input {
  border: none;
  height: 30px;
  padding: 0;
}
.onpagesearchfield .search-mini input[type="text"] {
  color: #6d6e71;
  width: 130px;
  height: 30px;
}
.onpagesearchfield .search-mini input[type="submit"] {
  background-color: #6d6e71;
  background-image: url('../images/icons-site.svg');
  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;
}
.onpagesearchfield .search-mini input[type="submit"]:hover,
.onpagesearchfield .search-mini input[type="submit"]:focus {
  background-color: #c10a27;
}
/* END PARTIAL */

@media only screen and (min-width: 1200px) {
  [lang="en"] ul.mainnav > li:last-child {
    display: none;
  }
  [lang="en"] .search-mini {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: white;
    display: inline-block;
    padding-left: 15px;
    padding-left: 0.9375rem;
    position: absolute;
    left: auto;
    top: 21px;
    right: 21px;
  }
  [lang="en"] .search-mini :-moz-placeholder {
    color: #6d6e71;
  }
  [lang="en"] .search-mini ::-webkit-input-placeholder {
    color: #6d6e71;
  }
  [lang="en"] .search-mini :-ms-input-placeholder {
    color: #6d6e71;
  }
  [lang="en"] .search-mini input {
    border: none;
    height: 30px;
    padding: 0;
  }
  [lang="en"] .search-mini input[type="text"] {
    color: #6d6e71;
    width: 130px;
    height: 30px;
  }
  [lang="en"] .search-mini input[type="submit"] {
    background-color: #6d6e71;
    background-image: url('../images/icons-site.svg');
    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;
  }
  [lang="en"] .search-mini input[type="submit"]:hover,
  [lang="en"] .search-mini input[type="submit"]:focus {
    background-color: #c10a27;
  }
}
@media only screen and (min-width: 1400px) {
  ul.mainnav > li:last-child {
    display: none;
  }
  .search-mini {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: white;
    display: inline-block;
    padding-left: 15px;
    padding-left: 0.9375rem;
    position: absolute;
    left: auto;
    top: 21px;
    right: 21px;
  }
  .search-mini :-moz-placeholder {
    color: #6d6e71;
  }
  .search-mini ::-webkit-input-placeholder {
    color: #6d6e71;
  }
  .search-mini :-ms-input-placeholder {
    color: #6d6e71;
  }
  .search-mini input {
    border: none;
    height: 30px;
    padding: 0;
  }
  .search-mini input[type="text"] {
    color: #6d6e71;
    width: 130px;
    height: 30px;
  }
  .search-mini input[type="submit"] {
    background-color: #6d6e71;
    background-image: url('../images/icons-site.svg');
    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;
  }
  .search-mini input[type="submit"]:hover,
  .search-mini input[type="submit"]:focus {
    background-color: #c10a27;
  }
}
.mainnavwrapper .lang-switcher {
  font-weight: initial;
  background: none;
  width: 70px;
  height: 70px;
  z-index: 999999;
  position: absolute;
  top: 0;
  line-height: 70px;
  float: none;
}
@media only screen and (min-width: 768px) {
  .mainnavwrapper .lang-switcher {
    right: 60px;
  }
}
@media only screen and (min-width: 800px) {
  .mainnavwrapper .lang-switcher {
    right: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .mainnavwrapper .lang-switcher {
    right: 220px;
  }
}
.mainnavwrapper .lang-switcher button {
  width: 100%;
  text-align: left;
  padding-left: 15px;
}
.mainnavwrapper .lang-switcher .button--off {
  color: gray;
  background: white;
  height: 31px;
  margin-top: 19px;
  line-height: normal;
  border-radius: 15px;
}
.mainnavwrapper .lang-switcher .button--off:after {
  background-image: url(/assets/images/icons-site.svg);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -215px -22px;
  content: '';
  height: 15px;
  width: 18px;
  position: absolute;
  top: 27px;
  left: 40px;
}
.mainnavwrapper .lang-switcher .button--on {
  color: white;
  background: #c10a27;
}
.mainnavwrapper .lang-switcher .button--on:after {
  background-image: url(/assets/images/icons-site.svg);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -192px -22px;
  content: '';
  height: 15px;
  width: 18px;
  position: absolute;
  top: 27px;
  left: 40px;
}
.mainnavwrapper .lang-switcher .languages {
  background: inherit;
  padding: 0;
  top: 60px;
  height: 215px;
  position: absolute;
}
@media only screen and (max-width: 1400px) {
  .mainnavwrapper .lang-switcher .languages {
    right: -70px;
  }
}
.mainnavwrapper .lang-switcher ul {
  background: #c10a27;
  height: 100%;
  padding: 15px;
  width: 290px;
}
.mainnavwrapper .lang-switcher a,
.mainnavwrapper .lang-switcher a:visited {
  color: white !important;
  text-decoration: none !important;
  margin: 0 0 0 0 !important;
  padding: 8px 4px 0 0 !important;
  text-transform: none !important;
}
.mainnavwrapper .lang-switcher .lit {
  text-decoration: underline !important;
}
.mainnavwrapper .lang-switcher li {
  background: #c10a27;
  background: inherit;
  line-height: initial;
  text-align: left;
  width: 50%;
  height: 25px;
  float: left;
  display: block;
}
@media only screen and (min-width: 1200px) {
  [lang="en"] .mainnavwrapper .lang-switcher {
    right: 220px;
  }
  [lang="en"] .mainnavwrapper .lang-switcher .languages {
    right: auto;
  }
}
@media only screen and (max-width: 1400px) {
  [lang="ar-AE"] .mainnavwrapper .lang-switcher .languages {
    right: 0;
  }
}
.mobilenav .lang-switcher {
  font-weight: initial;
  text-transform: auto;
  font-size: 14px;
  font-size: 0.875rem;
  background: none;
  width: 70px;
  height: 60px;
  padding: 0;
  z-index: 999999;
  position: absolute;
  top: 0;
  right: 175px;
}
.mobilenav .lang-switcher button {
  width: 100%;
  text-align: left;
  padding-left: 15px;
}
.mobilenav .lang-switcher .button--off {
  color: gray;
  background: white;
  height: 31px;
  margin-top: 12px;
  line-height: normal;
  border-radius: 15px;
}
.mobilenav .lang-switcher .button--off:after {
  background-image: url(/assets/images/icons-site.svg);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -215px -22px;
  content: '';
  height: 15px;
  width: 18px;
  position: absolute;
  top: 20px;
  left: 40px;
}
.mobilenav .lang-switcher .button--on {
  color: white;
  background: #c10a27;
  height: 100%;
}
.mobilenav .lang-switcher .button--on:after {
  background-image: url(/assets/images/icons-site.svg);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -192px -22px;
  content: '';
  height: 15px;
  width: 18px;
  position: absolute;
  top: 21px;
  left: 40px;
}
.mobilenav .lang-switcher .languages {
  background: inherit;
  padding: 0;
  top: 60px;
  position: absolute;
  height: 215px;
}
.mobilenav .lang-switcher ul {
  background: #c10a27;
  height: 100%;
  padding: 15px;
  width: 290px;
}
.mobilenav .lang-switcher a,
.mobilenav .lang-switcher a:visited {
  color: white !important;
  text-decoration: none !important;
  margin: 0 0 0 0 !important;
  padding: 8px 4px 0 0 !important;
  text-transform: none !important;
}
.mobilenav .lang-switcher .lit {
  text-decoration: underline !important;
}
.mobilenav .lang-switcher li {
  background: #c10a27;
  background: inherit;
  line-height: initial;
  text-align: left;
  width: 50%;
  height: 26px;
  float: left;
  display: block;
}
#menulayer .lang-switcher {
  display: none;
}
[lang="ar-AE"] .mainnav .lang-switcher {
  right: 485px;
}
@media only screen and (min-width: 992px) {
  [lang="ar-AE"] .mainnav .lang-switcher {
    right: 630px;
  }
}
@media only screen and (min-width: 1400px) {
  [lang="ar-AE"] .mainnav .lang-switcher {
    right: 910px;
  }
}
[lang="ar-AE"] .mobilenav .lang-switcher {
  right: auto;
  left: 220px;
}
footer h2 {
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
footer a.arrow {
  font-family: "Brown-Pro-Regular", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
.global-emailsignup {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.global-emailsignup h2 {
  padding-bottom: 0;
}
.global-emailsignup input[type="email"] {
  background: #4b4b4b;
  border-color: #4b4b4b;
  color: white;
  padding: 11px 15px 11px 15px;
  padding: 0.6875rem 0.9375rem 0.6875rem 0.9375rem;
}
.global-emailsignup input[type="button"],
.global-emailsignup input[type="submit"],
.global-emailsignup button {
  background: none;
  text-transform: uppercase;
}
.global-emailsignup input[type="button"]:hover,
.global-emailsignup input[type="submit"]:hover,
.global-emailsignup button:hover {
  background: none;
  text-decoration: none;
}
.global-emailsignup :-moz-placeholder {
  color: white;
}
.global-emailsignup ::-webkit-input-placeholder {
  color: white;
}
.global-emailsignup :-ms-input-placeholder {
  color: white;
}
.global-emailsignup .emailsignup-text > .note {
  padding: 5px 0px 10px 0px;
  padding: 0.3125rem 0rem 0.625rem 0rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1200px) {
  .global-emailsignup .emailsignup-text > .note {
    font-size: 14px;
    font-size: 0.777777778rem;
  }
}
@media only screen and (min-width: 768px) {
  .global-emailsignup {
    display: table;
    width: 100%;
  }
  .global-emailsignup .emailsignup-text,
  .global-emailsignup .emailsignup-form {
    display: table-cell;
    width: 50%;
  }
  .global-emailsignup .emailsignup-text {
    padding-right: 2rem;
  }
}
.global-footer {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.footer-linkage {
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
}
.footer-linkage .relatedlinks {
  *zoom: 1;
}
.footer-linkage .relatedlinks:before,
.footer-linkage .relatedlinks:after {
  content: "";
  display: table;
}
.footer-linkage .relatedlinks:after {
  clear: both;
}
.footer-linkage .relatedlinks li {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .footer-linkage .relatedlinks li {
    float: left;
    width: 50%;
  }
}
.footer-linkage .relatedlinks li a {
  font-family: "Brown-Pro-Thin", sans-serif;
}
@media only screen and (min-width: 992px) {
  .footer-linkage {
    display: table-cell;
    width: 66.666%;
  }
}
@media only screen and (min-width: 1200px) {
  
}
.footer-linkage:nth-child(2) li {
  width: 100%;
}
.footer-linkage .border {
  display: none;
}
@media (min-width: 992px) {
  .footer-linkage .border {
    height: 65%;
    border-left: solid 1px white;
    position: absolute;
    top: 57px;
    right: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-linkage .borderwrapper {
    border-right: solid 1px white;
    margin-right: 65px;
  }
}
.footer-other {
  padding-top: 52px;
  padding-top: 3.25rem;
}
@media only screen and (min-width: 992px) {
  .footer-other {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-other {
    width: 50%;
  }
}
[lang="it-IT"] .footer-linkage:first-child li,
[lang="pl-PL"] .footer-linkage:first-child li,
[lang="ru-RU"] .footer-linkage:first-child li,
[lang="fr-FR"] .footer-linkage:first-child li,
[lang="de-DE"] .footer-linkage:first-child li,
[lang="nl-NL"] .footer-linkage:first-child li,
[lang="id-ID"] .footer-linkage:first-child li {
  height: 65px;
}
@media only screen and (min-width: 992px) {
  [lang="ar-AE"] .borderwrapper {
    border-right: none;
    margin-right: initial;
    border-left: solid 1px white;
    margin-left: 65px;
  }
}
.lang-switcher {
  background-color: #4b4b4b;
  display: block;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .lang-switcher {
    width: 215px;
  }
}
@media only screen and (min-width: 992px) {
  .lang-switcher {
    position: relative;
    float: right;
  }
}
.lang-switcher button {
  background: none;
  border: none;
  text-transform: uppercase;
  font-family: "Brown-Pro-Regular", sans-serif;
  padding: 0;
}
.lang-switcher button span {
  font-family: "Brown-Pro-Light", sans-serif;
}
@media only screen and (min-width: 992px) {
  .lang-switcher button {
    float: right;
  }
}
.lang-switcher .languages {
  display: none;
}
@media only screen and (min-width: 992px) {
  .lang-switcher .languages {
    position: absolute;
    top: 40px;
  }
}
.lang-switcher ul {
  background-color: #4b4b4b;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .lang-switcher ul {
    width: 320px;
  }
}
@media only screen and (min-width: 992px) {
  .lang-switcher li {
    background-color: #4b4b4b;
    display: block;
    float: left;
    width: 160px;
  }
}
.lang-switcher a {
  font-family: "Brown-Pro-Light", sans-serif;
}
.lang-switcher a.lit {
  font-family: "Brown-Pro-Regular", sans-serif;
  text-decoration: none;
}
.no-js footer .button {
  display: none;
}
.no-js .languages {
  display: block;
}
.footer-details {
  color: #ededed;
  padding: 2rem 0 1rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  *zoom: 1;
  display: table;
  width: 100%;
}
.footer-details:before,
.footer-details:after {
  content: "";
  display: table;
}
.footer-details:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  .footer-details .address {
    display: table-cell;
    width: 70%;
  }
  .footer-details .copyright {
    display: table-cell;
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-details {
    font-size: 14px;
    font-size: 0.777777778rem;
  }
}
#cookiebanner {
  background: #6d6e71;
  background: rgba(109, 110, 113, 0.9);
  border-top: solid 1px #939598;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 10;
}
#cookiebanner > .container {
  position: relative;
  padding: 15px 90px 15px 21px;
}
#cookiebanner a:link,
#cookiebanner a:visited {
  color: white;
  text-decoration: none;
}
#cookiebanner a:hover,
#cookiebanner a:focus {
  color: white;
  text-decoration: underline;
}
#cookiebanner .closebanner {
  position: absolute;
  right: 21px;
  top: 4px;
}
#accessiblenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#accessiblenav li {
  display: inline;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#accessiblenav a:link,
#accessiblenav a:visited {
  color: #4b4b4b;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 1002;
  text-decoration: none;
  font-family: "Brown-Pro-Regular", sans-serif;
}
#accessiblenav a:active,
#accessiblenav a:focus {
  background: white;
  border: 1px solid #4b4b4b;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 10px;
  position: absolute;
  text-decoration: underline;
  width: auto;
  z-index: 10000;
}
[dir="rtl"] body {
  direction: rtl;
}
[dir="rtl"] [class^=col-] {
  float: right;
}
[dir="rtl"] table th {
  text-align: right;
}
[dir="rtl"] .global-header .branding {
  float: right;
}
[dir="rtl"] .inline-menu li {
  padding: 0px 0px 0px 10px;
  padding: 0rem 0rem 0rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  [dir="rtl"] header nav {
    border-left: solid 1px #e4e4e4;
  }
  [dir="rtl"] ul.mainnav > li:nth-child(5) a:before {
    margin: 0 0 -3px 6px;
  }
  [dir="rtl"] ul.mainnav .showdropdown .level1 {
    margin-left: 0;
    margin-right: 5px;
  }
  [dir="rtl"] .breadcrumb .calltoaction {
    right: auto;
    left: 0;
  }
  [dir="rtl"] .breadcrumb .calltoaction a {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  [dir="rtl"] ul.mainnav {
    padding-left: 0;
    padding-right: 195px;
  }
}
@media only screen and (min-width: 1200px) {
  [dir="rtl"][lang="en"] .search-mini {
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 0;
    left: 21px;
    right: auto;
  }
}
@media only screen and (min-width: 1400px) {
  [dir="rtl"] .search-mini {
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 0;
    left: 21px;
    right: auto;
  }
}
[dir="rtl"] .breadcrumb a:link,
[dir="rtl"] .breadcrumb a:visited {
  padding: 2px 9px 0px 9px;
  padding: 0.125rem 0.5625rem 0rem 0.5625rem;
}
[dir="rtl"] .breadcrumb a:link:before,
[dir="rtl"] .breadcrumb a:visited:before {
  float: right;
  margin-left: 5px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir="rtl"] .corporate-responsibility .icon-text {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  [dir="rtl"] h1 {
    line-height: 50px;
    line-height: 3.125rem;
  }
}
[dir="rtl"] .factblock.withsupportingtext .figure,
[dir="rtl"] .factblock.withsupportingtext .supporting {
  line-hieght: 1;
}
[dir="rtl"] .family .row > .col-md-6:first-child {
  float: left;
}
[dir="rtl"] .productcollection_switch {
  text-align: left;
}
[dir="rtl"] .productcollection_switch ul li {
  padding: 0 10px 0 0;
}
[dir="rtl"] .products-grid {
  border-left: 0;
  border-right: solid 1px #ededed;
}
[dir="rtl"] .products-grid li {
  border-left: solid 1px #ededed;
  border-right: 0;
}
@media only screen and (min-width: 992px) {
  [dir="rtl"] .beauty .beauty-masonry {
    background: url(/~/media/Images/Essentra/Industries/Beauty/bg_beauty-panel-2.jpg) no-repeat bottom left;
  }
}
[dir="rtl"] .beauty .beauty-masonry .col-lg-offset-5 {
  margin-left: 0;
}
[dir="rtl"] .transport-and-logistics #two-col {
  background: none;
}
[dir="rtl"] #our-approach .arrow {
  display: inline-block;
}
[dir="rtl"] .collaberation .stage-1 .stage-img {
  display: none;
}
[dir="rtl"] .step-diagram .stage-text ol {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  [dir="rtl"] .related-content-panel .products-grid li:nth-child(3n+1) {
    clear: right;
  }
}
@media only screen and (min-width: 992px) {
  [dir="rtl"] .related-content-panel .products-grid li:nth-child(3n+1) {
    clear: none;
  }
  [dir="rtl"] .related-content-panel .products-grid li:nth-child(4n+1) {
    clear: right;
  }
}
[dir="rtl"] .related-content-internal li {
  clear: left;
}
@media only screen and (min-width: 768px) {
  [dir="rtl"] .related-content-internal li {
    clear: none;
  }
  [dir="rtl"] .related-content-internal li:nth-child(2n+1) {
    clear: right;
  }
}
@media only screen and (min-width: 992px) {
  [dir="rtl"] .related-content-internal li:nth-child(2n+1) {
    clear: none;
  }
  [dir="rtl"] .related-content-internal li:nth-child(3n+1) {
    clear: right;
  }
}
[dir="rtl"] .featurelinks a:after,
[dir="rtl"] .featurelinks a:visited:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 15px;
  left: auto;
}
@media only screen and (min-width: 768px) {
  [dir="rtl"] .col-md-offset-1 {
    margin-right: 8.333333333%;
  }
}
@media only screen and (min-width: 992px) {
  [dir="rtl"] .col-lg-offset-2 {
    margin-right: 16.666666667%;
  }
}
[dir="rtl"] .form-group {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 0;
}
[dir="rtl"] .control-label .required {
  left: 0;
  right: auto;
}
[dir="rtl"] .icon-status {
  right: auto;
  left: 0;
}
[dir="rtl"] a.arrow,
[dir="rtl"] a.external {
  display: block;
  padding-left: 0;
  padding-right: 18px;
}
[dir="rtl"] a.arrow:before,
[dir="rtl"] a.external:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
[dir="rtl"] a.external:before {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
[dir="rtl"] .centeredblock a.arrow {
  display: inline-block;
}
[dir="rtl"] .corporate-responsibility .col-xs-12.col-lg-6:nth-child(2n+3) {
  clear: right;
}
[dir="rtl"] .announcement:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 20px;
}
[dir="rtl"] .featured-articles li:first-child {
  border-left: 0;
}
[dir="rtl"] .featured-articles li:last-child {
  border-left: solid 1px #e4e4e4;
}
[dir="rtl"] .tabs li {
  float: right;
}
[dir="rtl"] .listing li {
  clear: none;
}
@media only screen and (min-width: 560px) {
  [dir="rtl"] .listing li:nth-child(2n+1) {
    clear: right;
  }
}
@media only screen and (min-width: 768px) {
  [dir="rtl"] .listing li:nth-child(2n+1) {
    clear: none;
    border-left: none;
  }
  [dir="rtl"] .listing li:nth-child(3n+1) {
    clear: right;
    border-left: 1px solid #e4e4e4;
  }
}
@media only screen and (min-width: 992px) {
  [dir="rtl"] .listing li:nth-child(3n+1) {
    clear: none;
    border-left: none;
  }
  [dir="rtl"] .listing li:nth-child(4n+1) {
    clear: right;
  }
}
[dir="rtl"] .text-listing.listing li {
  border-left: 1px solid #e4e4e4;
}
[dir="rtl"] .filter-label {
  float: right;
}
[dir="rtl"] .filter button {
  padding: 9px 10px 9px 55px;
  padding: 0.5625rem 0.625rem 0.5625rem 3.4375rem;
  text-align: right;
}
[dir="rtl"] .filter button:after {
  border-right: solid 1px #e4e4e4;
  float: left;
  right: auto;
  left: 0;
}
[dir="rtl"] .security-products .productcollection_intro {
  display: none;
}
[dir="rtl"] .security_product_text .closebutton {
  text-align: left;
}
[dir="rtl"] .security_product_text .closebutton a:before {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -212px -162px;
  content: '';
  display: inline-block;
  height: 27px;
  width: 27px;
  margin-left: 10px;
  margin-bottom: -8px;
}
[dir="rtl"] .security_product_text .closebutton a:after {
  display: none;
}
[dir="rtl"] .location-map a {
  padding-left: 0;
  padding-right: 15px;
}
[dir="rtl"] .location-map a:before {
  float: right;
  left: auto;
  right: 0;
}
[dir="rtl"] .location-accordion .panelheader h2 a .icon {
  left: 20px;
  right: auto;
}
[dir="rtl"] .location-accordion .panelbody li {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 560px) {
  [dir="rtl"] .location-accordion .panelbody li:nth-child(2n+3) {
    clear: right;
  }
}
@media only screen and (min-width: 768px) {
  [dir="rtl"] .location-accordion .panelbody li:nth-child(2n+3) {
    clear: none;
  }
  [dir="rtl"] .location-accordion .panelbody li:nth-child(3n+4) {
    clear: right;
  }
}
@media only screen and (min-width: 992px) {
  [dir="rtl"] .location-accordion .panelbody li:nth-child(3n+4) {
    clear: none;
  }
  [dir="rtl"] .location-accordion .panelbody li:nth-child(4n+5) {
    clear: right;
  }
}
[dir="rtl"] .accordion-title .toggleall {
  text-align: left;
  padding: 10px 10px 10px 45px;
  padding: 0.625rem 0.625rem 0.625rem 2.8125rem;
}
[dir="rtl"] .accordion-title .toggleall a:after {
  right: auto;
  left: 20px;
}
[dir="rtl"] .accordion-title h2,
[dir="rtl"] .accordion-title p {
  float: right;
}
[dir="rtl"] .accordion-title p {
  float: left;
}
[dir="rtl"] .location-accordion .panelheader a .icon {
  right: auto;
  left: 20px;
}
[dir="rtl"] p.address:before,
[dir="rtl"] p.tel:before,
[dir="rtl"] p.fax:before,
[dir="rtl"] p.map:before,
[dir="rtl"] p.directions:before {
  float: right;
  margin-left: 5px;
}
[dir="rtl"] p.tel {
  direction: ltr !important;
  unicode-bidi: embed !important;
}
@media only screen and (min-width: 992px) {
  [dir="rtl"] .badge-header {
    float: right;
  }
  [dir="rtl"] .listing-link {
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  [dir="rtl"] .footer-details .copyright {
    text-align: left;
  }
  [dir="rtl"] .lang-switcher {
    float: left;
  }
}
.pagehead {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-top: 1.5625rem;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
@media only screen and (min-width: 768px) {
  .pagehead {
    padding-top: 180px;
    padding-top: 11.25rem;
  }
}
.pagehead_content {
  max-width: 650px;
}
.pagehead .featurelist {
  padding-top: 3px;
  padding-top: 0.1875rem;
}
@media only screen and (min-width: 768px) {
  .pagehead .featurelist {
    padding-top: 5px;
    padding-top: 0.3125rem;
  }
}
.featurelist p {
  color: #c10a27;
  font-family: "Brown-Pro-Regular", sans-serif;
  text-transform: uppercase;
  padding: 18px 0px 12px 0px;
  padding: 1.125rem 0rem 0.75rem 0rem;
}
@media only screen and (min-width: 768px) {
  .featurelist p {
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
}
.featurelist p a {
  text-transform: none;
}
.featurelist > ul {
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 25px 0px;
  padding: 0rem 0rem 1.5625rem 0rem;
}
.featurelist > ul > li {
  color: #4b4b4b;
  border-bottom: solid 1px #939598;
  margin: 0;
  padding: 8px 0px 8px 0px;
  padding: 0.5rem 0rem 0.5rem 0rem;
}
.featurelist > ul > li:first-child {
  border-top: solid 1px #939598;
}
.family {
  background-size: cover;
}
.family_expanded h2 {
  color: #c10a27;
  font-family: "Brown-Pro-Regular", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .family_expanded h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .family_expanded h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.family_expanded h3 {
  color: #c10a27;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}
.band-mediumgrey .family_expanded h3 {
  color: white;
}
.family-list .family {
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .family-list .family {
    min-height: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .family-list .family {
    min-height: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .family-list .family {
    min-height: 500px;
  }
}
.family_expanded {
  max-width: 600px;
}
/* reset for 'Our approach' panels */

#our-approach {
  min-height: auto;
}
#our-approach .col-md-6 {
  width: 100%;
}
#our-approach .col-md-offset-6 {
  margin-left: 0;
}
#our-approach .family_expanded {
  margin: 0 auto;
  text-align: center;
}
.featurelist-circles ul {
  margin: 0;
  padding: 0;
}
.featurelist-circles ul > li {
  background-color: #ededed;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  list-style-type: none;
  padding: 0 30px;
  text-align: center;
  width: 175px;
  height: 175px;
  display: block;
  margin: 0 auto 10px auto;
  vertical-align: middle;
}
.featurelist-circles ul > li:before {
  content: '';
  display: block;
}
@media only screen and (min-width: 560px) {
  .featurelist-circles ul > li {
    float: left;
    margin: 0 10px 10px 0;
  }
}
.featurelist-circles ul > li strong {
  color: #9b0056;
}
.featurelist-circles ul > li p {
  display: table-cell;
  height: 175px;
  vertical-align: middle;
  padding-bottom: 0;
}
.productcollection {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
.productcollection h2 {
  color: #c10a27;
  font-family: "Brown-Pro-Regular", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .productcollection h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .productcollection h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.pageheadwrapper + .productcollection {
  padding-top: 50px;
  padding-top: 3.125rem;
}
.productcollection_blurb {
  display: table;
  width: 100%;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.productcollection_blurb .filter {
  float: right;
}
.productcollection_intro {
  display: table-cell;
  width: 75%;
  vertical-align: bottom;
}
@media only screen and (min-width: 992px) {
  .productcollection_intro {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .productcollection_related {
    margin-top: 0;
  }
  .productcollection_related li:nth-child(2n+3) {
    clear: left;
  }
}
.productcollection_switch {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  width: 25%;
}
@media only screen and (min-width: 992px) {
  .productcollection_switch {
    width: 50%;
  }
}
.productcollection_switch ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.productcollection_switch ul li {
  display: table-cell;
  list-style-type: none;
  padding: 0 0 0 10px;
  margin: 0;
}
.productcollection_switch ul li:first-child {
  padding-left: 0;
}
.no-js .productcollection_switch {
  display: none;
}
.securityproduct {
  padding: 0;
}
.securityproduct .product-button {
  background: white;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  display: table;
  height: inherit;
  width: 100%;
}
.securityproduct .product-button h3 {
  color: #4b4b4b;
  text-transform: uppercase;
  line-height: 1;
}
.securityproduct .product-button .securitytype {
  color: #9b0056;
  text-transform: uppercase;
  padding: 0;
}
.securityproduct .product-button .securitylevel {
  text-transform: uppercase;
}
.securityproduct .product-button .securitylevel strong {
  color: #c10a27;
}
.securityproduct .product-button .product-icon {
  display: table-cell;
  vertical-align: top;
  padding: 20px 20px 0px 20px;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
  width: 100px;
}
.securityproduct .product-button .product-icon img {
  width: 60px;
}
@media only screen and (min-width: 992px) {
  .securityproduct .product-button .product-icon {
    width: 80px;
  }
  .securityproduct .product-button .product-icon img {
    width: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .securityproduct .product-button .product-icon {
    width: 100px;
  }
  .securityproduct .product-button .product-icon img {
    width: 60px;
  }
}
.securityproduct .product-button .product-text {
  display: table-cell;
  vertical-align: top;
  padding: 20px 10px 0px 0px;
  padding: 1.25rem 0.625rem 0rem 0rem;
}
.securityproduct.hover .product-button,
.securityproduct.active .product-button {
  background: #c10a27;
}
.securityproduct.hover .product-button h3,
.securityproduct.active .product-button h3,
.securityproduct.hover .product-button p,
.securityproduct.active .product-button p {
  color: white;
}
.securityproduct.hover .product-button .securitylevel strong,
.securityproduct.active .product-button .securitylevel strong {
  color: white;
}
.securityproduct.active .product-button {
  border-color: #c10a27;
}
.product-panel-wrapper {
  display: none;
}
.product-panel {
  background: white;
  border: solid 3px #c10a27;
  display: block;
  float: left;
  width: 100%;
}
.no-js .product-panel-wrapper {
  display: block;
}
@media only screen and (min-width: 560px) {
  .security_product_image {
    width: 41.666666667%;
    float: left;
  }
}
.security_product_text {
  padding: 20px 40px 40px 40px;
  padding: 1.25rem 2.5rem 2.5rem 2.5rem;
}
@media only screen and (min-width: 560px) {
  .security_product_text {
    width: 58.333333333%;
    float: left;
  }
}
.security_product_text .closebutton {
  text-align: right;
  text-transform: uppercase;
}
.security_product_text .closebutton a {
  line-height: 25px;
}
.security_product_text .closebutton a:link,
.security_product_text .closebutton a:visited {
  text-decoration: none;
}
.security_product_text .closebutton a:hover,
.security_product_text .closebutton a:focus,
.security_product_text .closebutton a:active {
  text-decoration: underline;
}
.security_product_text .closebutton a:after {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -212px -162px;
  content: '';
  display: inline-block;
  height: 27px;
  width: 27px;
  margin-left: 10px;
  margin-bottom: -8px;
}
.showarticleclass {
  *zoom: 1;
  display: block !important;
  width: 100%;
  clear: both;
}
.showarticleclass:before,
.showarticleclass:after {
  content: "";
  display: table;
}
.showarticleclass:after {
  clear: both;
}
.tilecontent {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  display: block !important;
  width: 100%;
  clear: both;
}
.tilecontent:before,
.tilecontent:after {
  content: "";
  display: table;
}
.tilecontent:after {
  clear: both;
}
@media only screen and (min-width: 560px) {
  .tilecontent {
    display: none !important;
  }
  .tilecontent:nth-child(4n+4) {
    *zoom: 1;
    display: block !important;
    width: 100%;
    clear: both;
  }
  .tilecontent:nth-child(4n+4):before,
  .tilecontent:nth-child(4n+4):after {
    content: "";
    display: table;
  }
  .tilecontent:nth-child(4n+4):after {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .tilecontent:nth-child(4n+4) {
    display: none !important;
  }
  .tilecontent:nth-child(6n+6) {
    *zoom: 1;
    display: block !important;
    width: 100%;
    clear: both;
  }
  .tilecontent:nth-child(6n+6):before,
  .tilecontent:nth-child(6n+6):after {
    content: "";
    display: table;
  }
  .tilecontent:nth-child(6n+6):after {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  .tilecontent:nth-child(6n+6) {
    display: none !important;
  }
  .tilecontent:nth-child(8n+8) {
    *zoom: 1;
    display: block !important;
    width: 100%;
    clear: both;
  }
  .tilecontent:nth-child(8n+8):before,
  .tilecontent:nth-child(8n+8):after {
    content: "";
    display: table;
  }
  .tilecontent:nth-child(8n+8):after {
    clear: both;
  }
}
.tilecontent:last-child {
  *zoom: 1;
  display: block !important;
  width: 100%;
  clear: both;
}
.tilecontent:last-child:before,
.tilecontent:last-child:after {
  content: "";
  display: table;
}
.tilecontent:last-child:after {
  clear: both;
}
.tilecontent.heightauto {
  opacity: 0;
}
.security-products ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0px 0px 0px;
  padding: 1.25rem 0rem 0rem 0rem;
}
.security-products ul strong {
  text-transform: uppercase;
}
.security-products h2 {
  color: #4b4b4b;
  font-family: "Brown-Pro-Regular", sans-serif;
  margin: 0;
  text-transform: none;
  padding: 15px 0px 10px 0px;
  padding: 0.9375rem 0rem 0.625rem 0rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.products-grid {
  background-image: url('../images/bg_tiles.png');
  border-left: solid 1px #ededed;
}
.products-grid li {
  -webkit-box-shadow: inset 0px 0 60px 0px rgba(109, 110, 113, 0.03);
  -moz-box-shadow: inset 0px 0 60px 0px rgba(109, 110, 113, 0.03);
  box-shadow: inset 0px 0 60px 0px rgba(109, 110, 113, 0.03);
  padding-bottom: 0;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  background-color: white;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.products-grid li:nth-child(-n+2) {
  border-top: solid 1px #ededed;
}
.products-grid li.hover {
  background-color: #c10a27;
  cursor: pointer;
}
.products-grid li.hover a {
  color: white;
}
.products-grid li.hover a:before {
  background-position: -169px -68px;
}
@media only screen and (min-width: 560px) {
  .products-grid li:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .products-grid li:nth-child(2n+1) {
    clear: none;
  }
  .products-grid li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid li:nth-child(-n+3) {
    border-top: solid 1px #ededed;
  }
}
.products-grid img {
  display: block;
  margin: 0 auto;
}
.products-grid .product_link {
  border-top: solid 1px #ededed;
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.products-grid .product_expanded {
  display: none;
}
.products-grid-alt .product {
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media only screen and (min-width: 1200px) {
  
}
@media only screen and (min-width: 560px) {
  .products-grid-alt .product:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .products-grid-alt .product:nth-child(2n+1) {
    clear: none;
  }
}
.products-grid-alt .product:nth-child(9),
.products-grid-alt .product:nth-child(5) {
  clear: left;
}
.products-grid-alt a.arrow {
  padding-left: 0;
}
.products-grid-alt a.arrow:before {
  display: inline-block;
  position: relative;
  top: auto;
}
.products-grid-alt .product_image {
  margin: 0 auto;
  max-width: 310px;
}
.products-grid-alt .product_image img {
  margin-bottom: 1em;
}
.products-grid-alt .product_image p {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 310px;
  padding: 40px 40px 40px 40px;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  text-align: center;
}
.products-grid-alt .product_link {
  text-align: center;
}
.products-grid-alt .product_text {
  text-align: center;
}
[lang="ar-AE"][dir="rtl"] .products-grid-alt [class^=col-] {
  float: left;
}
.product_image {
  position: relative;
}
.product_image p {
  background: rgba(193, 10, 39, 0.9);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  overflow: hidden;
  text-wrap: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
.hover {
  cursor: pointer;
}
.hover .product_image p {
  -webkit-animation: fadein 0.15s ease-in;
  -moz-animation: fadein 0.15s ease-in;
  animation: fadein 0.15s ease-in;
  opacity: 1;
}
.related-content-panel .hover a:link {
  text-decoration: underline;
}
/* ============================================================
   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;
  }
}
.products-list {
  border-top: solid 1px #ededed;
}
.products-list .col-md-6,
.products-list .col-lg-4 {
  border-bottom: solid 1px #ededed;
  *zoom: 1;
  width: 100%;
}
.products-list .col-md-6:before,
.products-list .col-lg-4:before,
.products-list .col-md-6:after,
.products-list .col-lg-4:after {
  content: "";
  display: table;
}
.products-list .col-md-6:after,
.products-list .col-lg-4:after {
  clear: both;
}
.products-list#industries .product {
  max-width: none;
}
.products-list .product {
  padding-bottom: 0;
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
}
.products-list .product_link {
  display: none;
}
.products-list .product_image img {
  display: block;
  margin: 0 auto;
}
.products-list .product_expanded {
  padding: 21px 21px 21px 21px;
  padding: 1.3125rem 1.3125rem 1.3125rem 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .products-list .product_expanded {
    padding: 30px 30px 30px 30px;
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .products-list .product_expanded {
    padding: 40px 40px 40px 40px;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .products-list .product_expanded {
    padding: 45px 50px 45px 50px;
    padding: 2.8125rem 3.125rem 2.8125rem 3.125rem;
  }
}
@media only screen and (min-width: 560px) {
  .products-list .product_image {
    width: 41.666666667%;
    float: left;
  }
  .products-list .product_expanded {
    width: 58.333333333%;
    float: right;
  }
  .products-list > li:nth-child(even) .product_image {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .products-list .product_image {
    border-right: solid 1px #ededed;
  }
  .products-list > li:nth-child(even) .product_image {
    border-right: 0;
    border-left: solid 1px #ededed;
  }
}
#industries .product {
  max-width: 466px;
  margin: 0 auto;
}
.related-content-panel h2 {
  color: #c10a27;
  line-height: 1;
  text-transform: uppercase;
  padding: 0px 0px 30px 0px;
  padding: 0rem 0rem 1.875rem 0rem;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 560px) {
  .related-content-panel h2 {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .related-content-panel h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .related-content-panel h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.related-content-panel .products-grid {
  background-image: none;
}
@media only screen and (min-width: 768px) {
  .related-content-panel .products-grid li:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .related-content-panel .products-grid li:nth-child(3n+1) {
    clear: none;
  }
  .related-content-panel .products-grid li:nth-child(4n+1) {
    clear: left;
  }
}
.related-content-internal h2 {
  color: #c10a27;
  line-height: 1;
  text-transform: uppercase;
  padding: 0px 0px 30px 0px;
  padding: 0rem 0rem 1.875rem 0rem;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .related-content-internal h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .related-content-internal h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.related-content-internal p {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.related-content-internal p:empty {
  display: none;
}
.related-content-internal p:first-child {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
.related-content-internal li {
  clear: left;
}
@media only screen and (min-width: 768px) {
  .related-content-internal li {
    clear: none;
  }
  .related-content-internal li:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .related-content-internal li:nth-child(2n+1) {
    clear: none;
  }
  .related-content-internal li:nth-child(3n+1) {
    clear: left;
  }
}
.imagemontage {
  padding: 50px 0px 50px 0px;
  padding: 3.125rem 0rem 3.125rem 0rem;
}
.imagemontage img {
  border: solid 1px #ededed;
  width: 100%;
}
.imagemontage img.image-2,
.imagemontage img.image-3 {
  border-top: 0;
}
.imagemontage .supporting-images {
  display: table;
  width: 100%;
}
.imagemontage .supporting-images div {
  display: table-cell;
  width: 50%;
}
.productextension .featurelist p {
  padding-top: 4px;
  padding-top: 0.25rem;
}
.featuregrid {
  padding-top: 21px;
  padding-top: 1.3125rem;
}
.featuregrid img {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
.featuregrid h3 {
  color: #c10a27;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media only screen and (min-width: 560px) {
  .featuregrid > li:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) {
  .featuregrid > li:nth-child(2n+1) {
    clear: none;
  }
  .featuregrid > li:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .featuregrid > li:nth-child(3n+1) {
    clear: none;
  }
  .featuregrid > li:nth-child(4n+1) {
    clear: left;
  }
}
.jumplinkwrapper {
  padding: 10px 0px 40px 0px;
  padding: 0.625rem 0rem 2.5rem 0rem;
}
@media only screen and (min-width: 768px) {
  .pagehead-collection .jumplinkwrapper {
    padding-bottom: 0;
  }
}
a.jumplink {
  position: relative;
  background-color: #c10a27;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Brown-Pro-Regular", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 2px 25px 0px 7px;
  padding: 0.125rem 1.5625rem 0rem 0.4375rem;
  *zoom: 1;
}
a.jumplink:before,
a.jumplink:after {
  content: "";
  display: table;
}
a.jumplink:after {
  clear: both;
}
a.jumplink:after {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -168px -58px;
  content: '';
  display: block;
  height: 25px;
  width: 13px;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
a.jumplink:link,
a.jumplink:visited,
a.jumplink:hover,
a.jumplink:focus {
  color: white;
  text-decoration: none;
}
a.jumplink:hover,
a.jumplink:focus {
  background-color: #78070c;
}
/* */

@media only screen and (min-width: 768px) {
  :target:before {
    content: "";
    display: block;
    height: 140px;
    /* fixed header height*/
    margin: -140px 0 0;
    /* negative fixed header height */
  
  }
}
.downloaditem {
  background-color: white;
  position: relative;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
.downloaditem h2 {
  padding-top: 25px;
  padding-top: 1.5625rem;
}
.downloaditem .thumbnail img {
  display: block;
  width: 75%;
  margin: 1em auto 0 auto;
  position: relative;
  z-index: 2;
}
.downloaditem .thumbnail:before {
  position: absolute;
  top: 60px;
  bottom: 50px;
  left: 0;
  right: 0;
  content: '';
  background-color: #ededed;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .downloaditem {
    background-color: #ededed;
    *zoom: 1;
    margin: 75px 0px 110px 0px;
    margin: 4.6875rem 0rem 6.875rem 0rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .downloaditem:before,
  .downloaditem:after {
    content: "";
    display: table;
  }
  .downloaditem:after {
    clear: both;
  }
  .downloaditem .thumbnail {
    position: relative;
  }
  .downloaditem .thumbnail:before {
    display: none;
  }
  .downloaditem .thumbnail img {
    position: absolute;
    top: -25px;
    right: 0;
    margin: 0;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .downloaditem .thumbnail img {
    top: -50px;
    right: 50px;
  }
}
#downloadpanel {
  display: none;
}
.no-js .downloadtoggle {
  display: none;
}
.no-js #downloadpanel {
  display: block;
}
.downloadtoggle {
  background: none;
  border: none;
  position: relative;
  background-color: #c10a27;
  color: white;
  display: block;
  text-transform: uppercase;
  font-family: "Brown-Pro-Regular", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 2px 25px 0px 7px;
  padding: 0.125rem 1.5625rem 0rem 0.4375rem;
  *zoom: 1;
}
.downloadtoggle:before,
.downloadtoggle:after {
  content: "";
  display: table;
}
.downloadtoggle:after {
  clear: both;
}
.downloadtoggle:after {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -169px -69px;
  content: '';
  display: block;
  height: 14px;
  width: 11px;
  position: absolute;
  top: 5px;
  right: 6px;
  -webkit-transition: 0.25s transform linear;
  -moz-transition: 0.25s transform linear;
  transition: 0.25s transform linear;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.downloadtoggle.open:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.downloadtoggle:hover,
.downloadtoggle:focus {
  background-color: #78070c;
}
.otherdownloads {
  list-style-type: none;
}
.simpledownload img {
  display: inline-block;
  -webkit-box-shadow: -3px 5px 5px rgba(1, 1, 1, 0.1);
  -moz-box-shadow: -3px 5px 5px rgba(1, 1, 1, 0.1);
  box-shadow: -3px 5px 5px rgba(1, 1, 1, 0.1);
}
.simpledownload .downloadthumb,
.simpledownload .downloaddetails {
  padding-bottom: 5%;
}
@media only screen and (min-width: 560px) {
  .simpledownload img {
    display: block;
    margin: 0 auto;
  }
  .simpledownload .downloadthumb {
    float: left;
    padding-right: 5%;
    width: 45%;
  }
  .simpledownload .downloaddetails {
    float: left;
    width: 50%;
  }
}
.video-list {
  border-top: solid 1px #ededed;
  margin: 0;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
.video-list li {
  border-bottom: solid 1px #ededed;
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
  list-style-type: none;
  padding: 0;
  width: 100%;
  *zoom: 1;
}
.video-list li:before,
.video-list li:after {
  content: "";
  display: table;
}
.video-list li:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .video-list .video-player {
    width: 41.666666667%;
    display: block;
    float: left;
  }
}
.video-list .video-description {
  padding: 21px 21px 21px 21px;
  padding: 1.3125rem 1.3125rem 1.3125rem 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .video-list .video-description {
    padding: 15px 30px 15px 30px;
    padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
    width: 58.333333333%;
    display: block;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .video-list .video-description {
    padding: 25px 40px 25px 40px;
    padding: 1.5625rem 2.5rem 1.5625rem 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .video-list .video-description {
    padding: 30px 50px 30px 50px;
    padding: 1.875rem 3.125rem 1.875rem 3.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .video-list li:nth-child(even) .video-player {
    float: right;
  }
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right !important;
}
[dir='rtl'] .slick-slide [class^="col-"] {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  border: none;
  background-image: url(/assets/images/icons-site.svg);
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -119px -68px;
  background-color: initial;
  height: 16px;
  position: absolute;
  top: 170px;
}
.slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 10px;
}
.slick-next {
  right: 10px;
}
a.newslink {
  float: right;
  position: relative;
  bottom: 49px;
  right: 35px;
}
@media only screen and (max-width: 515px) {
  a.newslink > span {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  a.newslink {
    display: none;
  }
}
/* */

.carousel {
  display: block;
  padding: 40px 35px 20px 35px;
  padding: 2.5rem 2.1875rem 1.25rem 2.1875rem;
  width: 100%;
  *zoom: 1;
}
.carousel:before,
.carousel:after {
  content: "";
  display: table;
}
.carousel:after {
  clear: both;
}
.carousel .title {
  font-family: "Brown-Pro-Regular", sans-serif;
}
.carousel .col-xs-6 {
  float: left;
}
.carousel .event .badge {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.carousel .event-info {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.carousel a:hover p.title,
.carousel a:focus p.title {
  text-decoration: underline;
}
.slick-dots {
  margin: 0;
  padding: 20px 0px 0px 0px;
  padding: 1.25rem 0rem 0rem 0rem;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots button {
  background-color: #4b4b4b;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  text-indent: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-dots .slick-active button {
  background-color: #c10a27;
}
.carousel .article,
.carousel .event {
  background-color: white;
  margin-left: 1px;
  min-height: 220px;
  width: 33%;
  float: left;
  display: block;
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.carousel .article.article img,
.carousel .event.article img {
  border: solid 1px #e4e4e4;
}
@media only screen and (min-width: 768px) {
  .carousel .article:nth-child(2) img,
  .carousel .event:nth-child(2) img {
    width: 150px;
    max-width: initial;
  }
}
@media only screen and (min-width: 992px) {
  .carousel .article:nth-child(2) img,
  .carousel .event:nth-child(2) img,
  .carousel .article:nth-child(3) img,
  .carousel .event:nth-child(3) img {
    width: 150px;
    max-width: initial;
  }
}
@media only screen and (min-width: 768px) {
  .carousel .article .col-xs-6:nth-child(2),
  .carousel .event .col-xs-6:nth-child(2) {
    width: 100%;
  }
}
.carousel .article:nth-child(1) .col-xs-6:nth-child(1),
.carousel .event:nth-child(1) .col-xs-6:nth-child(1) {
  width: 50%;
}
.carousel .article:nth-child(1) .col-xs-6:nth-child(2),
.carousel .event:nth-child(1) .col-xs-6:nth-child(2) {
  width: 50%;
}
.carousel .article:nth-child(1) .col-xs-4,
.carousel .event:nth-child(1) .col-xs-4 {
  padding-left: 10px;
}
@media only screen and (max-width: 590px) {
  .carousel .article:nth-child(1) .col-xs-8,
  .carousel .event:nth-child(1) .col-xs-8 {
    width: 50%;
    float: left;
  }
  .carousel .article:nth-child(1) .col-xs-4,
  .carousel .event:nth-child(1) .col-xs-4 {
    width: 50%;
    float: left;
  }
}
/*
.slick-slider.carousel > div {
    float: none;
    width: auto;
}
.slick-slide {   
    background-color: @white;
    margin-left: 1px;
    min-height: 220px;
    .padding-rems(all,20,20,20,20);   
    &.article {
        .col-xs-6 p {
            padding-left: 20px;
        }
    }

}*/

[dir="rtl"] .carousel .article:nth-child(1) .col-xs-4,
[dir="rtl"] .carousel .event:nth-child(1) .col-xs-4 {
  padding-right: 10px;
}
.centeredblock.news h2 {
  padding-top: 15px;
  padding-bottom: 0px;
}
.consumergoods .slick-slide {
  height: 420px !important;
}
.healthcareheader .slick-slide {
  height: 585px !important;
}
.step-diagram {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .step-diagram {
    text-align: left;
    width: 710px;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .step-diagram:before {
    content: '';
    width: 0;
    height: 950px;
    border-left: dashed 1px #c10a27;
    display: block;
    position: absolute;
    left: 50%;
    top: 10%;
  }
}
@media only screen and (min-width: 992px) {
  .step-diagram {
    width: 930px;
  }
  .step-diagram:before {
    height: 800px;
  }
}
.step-diagram .stage {
  *zoom: 1;
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 4em;
}
.step-diagram .stage:before,
.step-diagram .stage:after {
  content: "";
  display: table;
}
.step-diagram .stage:after {
  clear: both;
}
.step-diagram .stage-number-wrapper {
  display: block;
  margin: 0 auto 1em auto;
  width: 90px;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .step-diagram .stage-number-wrapper {
    width: 145px;
  }
}
@media only screen and (min-width: 992px) {
  .step-diagram .stage-number-wrapper {
    width: 185px;
  }
}
.step-diagram .stage-number {
  color: #c10a27;
  display: table-cell;
  height: 90px;
  width: 90px;
  border: solid 2px #9b0056;
  background: #ededed;
  text-align: center;
  vertical-align: middle;
  font-family: "Brown-Pro-Bold", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .step-diagram .stage-number {
    height: 145px;
    width: 145px;
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media only screen and (min-width: 992px) {
  .step-diagram .stage-number {
    height: 185px;
    width: 185px;
    font-size: 110px;
    font-size: 6.875rem;
  }
}
.step-diagram .stage-img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .step-diagram .stage-img {
    display: block;
    position: absolute;
    z-index: 1;
  }
  .step-diagram .stage-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: auto;
  }
}
.step-diagram .stage-text {
  max-width: 400px;
  margin: 0 auto;
}
.step-diagram .stage-text ol {
  padding-top: 1em;
  list-style-position: inside;
}
@media only screen and (min-width: 768px) {
  .step-diagram .stage-text {
    margin: 0;
    position: absolute;
  }
  .step-diagram .stage-text ol {
    list-style-position: outside;
  }
}
.step-diagram h3 {
  text-transform: uppercase;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .stage-1 {
    min-height: 300px;
  }
  .stage-1 .stage-text {
    top: -20px;
    left: 460px;
  }
  .stage-1 .stage-img {
    top: -10px;
    left: 175px;
    width: 110px;
    height: 110px;
  }
  .stage-2 {
    min-height: 325px;
  }
  .stage-2 .stage-text {
    top: -85px;
    right: 460px;
    text-align: right;
  }
  .stage-2 .stage-img {
    top: -5px;
    left: 390px;
    width: 215px;
    height: 215px;
  }
  .stage-3 {
    min-height: 275px;
  }
  .stage-3 .stage-text {
    top: 11px;
    left: 460px;
  }
  .stage-3 .stage-img {
    top: 16px;
    left: 127px;
    width: 180px;
    height: 180px;
  }
  .stage-4 {
    min-height: 350px;
  }
  .stage-4 .stage-text {
    top: 0;
    right: 460px;
    text-align: right;
  }
  .stage-4 .stage-img {
    top: 20px;
    left: 360px;
    width: 270px;
    height: 270px;
  }
}
@media only screen and (min-width: 992px) {
  .stage-1 .stage-text {
    top: 0;
    left: 585px;
  }
  .stage-1 .stage-img {
    top: -25px;
    left: 230px;
    width: 145px;
    height: 145px;
  }
  .stage-2 .stage-text {
    top: -50px;
    right: 585px;
    text-align: right;
  }
  .stage-2 .stage-img {
    top: -80px;
    left: 520px;
    width: 270px;
    height: 270px;
  }
  .stage-3 .stage-text {
    top: 0;
    left: 585px;
  }
  .stage-3 .stage-img {
    top: -35px;
    left: 118px;
    width: 280px;
    height: 280px;
  }
  .stage-4 .stage-text {
    top: 20px;
    right: 585px;
    text-align: right;
  }
  .stage-4 .stage-img {
    top: 20px;
    left: 515px;
  }
}
@media only screen and (min-width: 768px) {
  .our-approach .step-diagram:before,
  .capabilities .step-diagram:before {
    height: 1000px;
    top: 5%;
  }
  .our-approach .stage-1,
  .capabilities .stage-1 {
    min-height: auto;
  }
  .our-approach .stage-1 .stage-text,
  .capabilities .stage-1 .stage-text {
    top: 10px;
  }
  .our-approach .stage-2,
  .capabilities .stage-2 {
    min-height: 350px;
  }
  .our-approach .stage-2 .stage-text,
  .capabilities .stage-2 .stage-text {
    top: 0;
  }
  .our-approach .stage-3,
  .capabilities .stage-3 {
    min-height: 350px;
  }
  .our-approach .stage-3 .stage-text,
  .capabilities .stage-3 .stage-text {
    top: -50px;
  }
  .our-approach .stage-3 .stage-img,
  .capabilities .stage-3 .stage-img {
    top: -110px;
    left: 30px;
    width: 270px;
    height: 270px;
  }
  .our-approach .stage-4 .stage-img,
  .capabilities .stage-4 .stage-img {
    top: 20px;
    left: 360px;
    width: 320px;
    height: 320px;
  }
}
@media only screen and (min-width: 992px) {
  .our-approach .stage-3 .stage-text,
  .capabilities .stage-3 .stage-text {
    top: -50px;
  }
  .our-approach .stage-3 .stage-img,
  .capabilities .stage-3 .stage-img {
    top: -140px;
    left: 55px;
    width: 340px;
    height: 340px;
  }
  .our-approach .stage-4,
  .capabilities .stage-4 {
    min-height: 500px;
  }
  .our-approach .stage-4 .stage-img,
  .capabilities .stage-4 .stage-img {
    top: 20px;
    left: 470px;
    width: 430px;
    height: 430px;
  }
}
@media only screen and (min-width: 768px) {
  .tobacco .step-diagram:before {
    height: 1800px;
    top: 5%;
  }
  .tobacco .stage-1 {
    min-height: 350px;
  }
  .tobacco .stage-1 .stage-text {
    top: -15px;
    left: 460px;
  }
  .tobacco .stage-1 .stage-img {
    top: -10px;
    left: 75px;
    width: 205px;
    height: 205px;
  }
  .tobacco .stage-2 {
    min-height: 460px;
  }
  .tobacco .stage-2 .stage-text {
    top: -80px;
    right: 460px;
    text-align: left;
  }
  .tobacco .stage-2 .stage-img {
    top: 0px;
    left: 375px;
    width: 275px;
    height: 275px;
  }
  .tobacco .stage-3 {
    min-height: 550px;
  }
  .tobacco .stage-3 .stage-text {
    top: -100px;
    left: 460px;
  }
  .tobacco .stage-3 .stage-img {
    top: 16px;
    left: 127px;
    width: 180px;
    height: 180px;
  }
  .tobacco .stage-4 {
    min-height: 450px;
  }
  .tobacco .stage-4 .stage-text {
    top: -60px;
    right: 460px;
    text-align: left;
  }
  .tobacco .stage-4 .stage-img {
    top: 0px;
    left: 385px;
    width: 235px;
    height: 235px;
  }
  .tobacco .stage-5 {
    min-height: 600px;
  }
  .tobacco .stage-5 .stage-text {
    top: 11px;
    left: 460px;
  }
  .tobacco .stage-5 .stage-img {
    top: 0;
    left: 27px;
    width: 275px;
    height: 275px;
  }
}
@media only screen and (min-width: 992px) {
  .tobacco .step-diagram:before {
    height: 1500px;
    top: 5%;
  }
  .tobacco .stage-1 .stage-text {
    left: 585px;
  }
  .tobacco .stage-1 .stage-img {
    left: 165px;
  }
  .tobacco .stage-2 .stage-text {
    right: 585px;
  }
  .tobacco .stage-2 .stage-img {
    left: 500px;
  }
  .tobacco .stage-3 {
    min-height: 400px;
  }
  .tobacco .stage-3 .stage-text {
    left: 585px;
  }
  .tobacco .stage-3 .stage-img {
    left: 180px;
  }
  .tobacco .stage-4 {
    min-height: 350px;
  }
  .tobacco .stage-4 .stage-text {
    top: -60px;
    right: 585px;
    text-align: left;
  }
  .tobacco .stage-4 .stage-img {
    top: 0px;
    left: 510px;
    width: 235px;
    height: 235px;
  }
  .tobacco .stage-5 {
    min-height: 400px;
  }
  .tobacco .stage-5 .stage-text {
    top: 11px;
    left: 585px;
  }
  .tobacco .stage-5 .stage-img {
    top: 0;
    left: 100px;
    width: 275px;
    height: 275px;
  }
}
@media only screen and (min-width: 768px) {
  .our-processes .step-diagram:before {
    height: 2400px;
    top: 5%;
  }
  .our-processes .stage-1 {
    min-height: 450px;
  }
  .our-processes .stage-1 .stage-text {
    position: absolute;
    top: 0px;
    left: auto;
    right: 460px;
  }
  .our-processes .stage-1 .stage-img {
    top: -210px;
    left: 370px;
    width: 340px;
    height: 340px;
  }
  .our-processes .stage-2 {
    min-height: 350px;
  }
  .our-processes .stage-2 .stage-text {
    top: 0px;
    right: auto;
    left: 460px;
    text-align: left;
  }
  .our-processes .stage-2 .stage-img {
    top: 0;
    left: 50px;
    width: 245px;
    height: 245px;
  }
  .our-processes .stage-3 {
    min-height: 450px;
  }
  .our-processes .stage-3 .stage-text {
    top: 0px;
    left: auto;
    right: 460px;
  }
  .our-processes .stage-3 .stage-img {
    top: -55px;
    left: 390px;
    width: 272px;
    height: 272px;
  }
  .our-processes .stage-4 {
    min-height: 400px;
  }
  .our-processes .stage-4 .stage-text {
    top: 0px;
    right: auto;
    left: 460px;
    text-align: left;
  }
  .our-processes .stage-4 .stage-img {
    top: 20px;
    left: 50px;
    width: 260px;
    height: 260px;
  }
  .our-processes .stage-5 {
    min-height: 500px;
  }
  .our-processes .stage-5 .stage-text {
    position: absolute;
    top: 0px;
    left: auto;
    right: 460px;
  }
  .our-processes .stage-5 .stage-img {
    top: -50px;
    left: 385px;
    width: 267px;
    height: 267px;
  }
  .our-processes .stage-6 {
    min-height: 300px;
  }
  .our-processes .stage-6 .stage-text {
    top: 0px;
    right: auto;
    left: 460px;
    text-align: left;
  }
  .our-processes .stage-6 .stage-img {
    top: -25px;
    left: 130px;
    width: 148px;
    height: 148px;
  }
  .our-processes .stage-7 {
    min-height: 400px;
  }
  .our-processes .stage-7 .stage-text {
    top: 0px;
    left: auto;
    right: 460px;
  }
  .our-processes .stage-7 .stage-img {
    top: 15px;
    left: 350px;
    width: 330px;
    height: 330px;
  }
}
@media only screen and (min-width: 992px) {
  .our-processes .step-diagram:before {
    height: 2100px;
  }
  .our-processes .stage-1 {
    min-height: 375px;
  }
  .our-processes .stage-1 .stage-text {
    top: 0px;
    left: auto;
    right: 600px;
  }
  .our-processes .stage-1 .stage-img {
    top: -240px;
    left: 490px;
    width: 420px;
    height: 420px;
  }
  .our-processes .stage-2 {
    min-height: 300px;
  }
  .our-processes .stage-2 .stage-text {
    top: 0px;
    right: auto;
    left: 600px;
    text-align: left;
  }
  .our-processes .stage-2 .stage-img {
    top: -65px;
    left: 150px;
    width: 245px;
    height: 245px;
  }
  .our-processes .stage-3 {
    min-height: 375px;
  }
  .our-processes .stage-3 .stage-text {
    top: 0px;
    left: auto;
    right: 600px;
  }
  .our-processes .stage-3 .stage-img {
    top: -55px;
    left: 510px;
    width: 272px;
    height: 272px;
  }
  .our-processes .stage-4 {
    min-height: 350px;
  }
  .our-processes .stage-4 .stage-text {
    top: 0px;
    right: auto;
    left: 600px;
    text-align: left;
  }
  .our-processes .stage-4 .stage-img {
    top: -50px;
    left: 130px;
    width: 260px;
    height: 260px;
  }
  .our-processes .stage-5 {
    min-height: 450px;
  }
  .our-processes .stage-5 .stage-text {
    position: absolute;
    top: 0px;
    left: auto;
    right: 600px;
  }
  .our-processes .stage-5 .stage-img {
    top: -50px;
    left: 510px;
    width: 267px;
    height: 267px;
  }
  .our-processes .stage-6 .stage-text {
    top: 0px;
    right: auto;
    left: 600px;
    text-align: left;
  }
  .our-processes .stage-6 .stage-img {
    top: 0px;
    left: 240px;
    width: 148px;
    height: 148px;
  }
  .our-processes .stage-7 {
    min-height: 400px;
  }
  .our-processes .stage-7 .stage-text {
    top: 0px;
    left: auto;
    right: 600px;
  }
  .our-processes .stage-7 .stage-img {
    top: -88px;
    left: 505px;
    width: 350px;
    height: 350px;
  }
}
.octagon-row {
  padding-bottom: 15px;
}
.octagon {
  width: 50px;
  height: 50px;
  background: #c10a27;
  position: relative;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 19px 0;
  font-size: 25px;
}
.octagon:before,
.octagon:after {
  border-left: 15px solid white;
  border-right: 15px solid white;
  width: 20px;
}
.octagon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 15px solid #c10a27;
  height: 0;
}
.octagon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 15px solid #c10a27;
  height: 0;
}
.octagon--red {
  background: red;
}
.octagon--red:before {
  border-bottom: 15px solid red;
}
.octagon--red:after {
  border-top: 15px solid red;
}
.octagon--purple {
  background: purple;
}
.octagon--purple:before {
  border-bottom: 15px solid purple;
}
.octagon--purple:after {
  border-top: 15px solid purple;
}
.pyramid {
  margin-bottom: 20px;
}
.pyramid__slice {
  margin-bottom: 10px;
}
.pyramid__slice__title {
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .pyramid {
    margin: 0 auto;
    margin-bottom: 20px;
    background: url("module/-/media/4A7B45031EF64B3798A0198D6ADF1BEA.ashx") no-repeat 50%;
    background-size: contain;
  }
  .pyramid__slice {
    height: 80px;
    margin: 0 auto;
    color: white;
  }
  .pyramid__slice__title {
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 80px;
    position: relative;
    top: -12px;
  }
  .pyramid__slice__info {
    display: none;
    padding: 15px 15px 125px 15px;
    margin-right: 21px;
    width: 230px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    font-size: 12px;
    line-height: 17px;
  }
  .pyramid__slice:before {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: relative;
    top: 40%;
    left: -2px;
  }
  .pyramid__slice--1 {
    width: 94px;
  }
  .pyramid__slice--1 .pyramid__slice__title {
    padding-top: 30px;
  }
  .pyramid__slice--1 .pyramid__slice__info {
    background-color: #ce092d;
    background-image: url("module/-/media/4DCD320FB3224F35B1FE4A9EEB77E47D.ashx");
  }
  .pyramid__slice--1:before {
    border: solid 1px #ce092d;
    left: -21px;
    top: 63px;
  }
  .pyramid__slice--2 {
    width: 188px;
  }
  .pyramid__slice--2 .pyramid__slice__info {
    background-color: #bd0742;
    background-image: url("module/-/media/12C1ADC3833D44E0B1A0C0D6FA6CD500.ashx");
  }
  .pyramid__slice--2:before {
    border: solid 1px #bd0742;
  }
  .pyramid__slice--3 {
    width: 282px;
  }
  .pyramid__slice--3 .pyramid__slice__info {
    background-color: #ae024f;
    background-image: url("module/-/media/0D51891D4E7741B88C9580AEF847AC52.ashx");
  }
  .pyramid__slice--3:before {
    border: solid 1px #ae024f;
  }
  .pyramid__slice--4 {
    width: 376px;
  }
  .pyramid__slice--4 .pyramid__slice__title {
    line-height: 1;
    padding-top: 23px;
  }
  .pyramid__slice--4 .pyramid__slice__info {
    background-color: #9e0057;
    background-image: url("module/-/media/1ACE5C15DFC1416CAF65FFFE810E1586.ashx");
  }
  .pyramid__slice--4:before {
    border: solid 1px #9e0057;
  }
  .pyramid__slice:hover.pyramid__slice--1:before {
    background-color: #ce092d;
  }
  .pyramid__slice:hover.pyramid__slice--2:before {
    background-color: #bd0742;
  }
  .pyramid__slice:hover.pyramid__slice--3:before {
    background-color: #ae024f;
  }
  .pyramid__slice:hover.pyramid__slice--4:before {
    background-color: #9e0057;
  }
  .pyramid__slice:hover .pyramid__slice__info {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .pyramid {
    float: left;
    margin: 0;
  }
}
.col-xs-12.col-md-6 .promoslides .slick-slide img {
  padding: 0;
}
.point-of-purchase .col-xs-12.col-md-6 .jumplinkwrapper {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.point-of-purchase .col-xs-12.col-md-6 img {
  padding: 20px 0px 40px 0px;
  padding: 1.25rem 0rem 2.5rem 0rem;
}
.healthcare .promo-slides-wrapper {
  position: relative;
  margin-top: 110px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 374px) {
  .healthcare .promo-slides-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .healthcare .promo-slides-wrapper {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1200px) {
  .healthcare .promo-slides-wrapper {
    margin-top: -150px;
  }
}
.healthcare .promo-slides {
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 300px;
  max-height: 300px;
  padding-bottom: 100%;
  width: 100%;
}
@media only screen and (min-width: 374px) {
  .healthcare .promo-slides {
    max-width: 375px;
    max-height: 375px;
    padding-bottom: 92%;
  }
}
@media only screen and (min-width: 560px) {
  .healthcare .promo-slides {
    max-width: 400px;
    max-height: 400px;
    padding-bottom: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .healthcare .promo-slides {
    max-width: none;
    max-height: none;
    width: 101%;
  }
}
@media only screen and (min-width: 992px) {
  .healthcare .promo-slides {
    padding-bottom: 87%;
  }
}
@media only screen and (min-width: 1200px) {
  .healthcare .promo-slides {
    padding-bottom: 79%;
    width: 103%;
  }
}
@media only screen and (min-width: 1400px) {
  .healthcare .promo-slides {
    width: 105%;
  }
}
.healthcare .promo-slides-text {
  position: absolute;
  top: -110px;
}
@media only screen and (min-width: 374px) {
  .healthcare .promo-slides-text {
    position: relative;
    top: auto;
    padding-top: 8%;
    padding-left: 16%;
  }
}
@media only screen and (min-width: 440px) {
  .healthcare .promo-slides-text {
    padding-top: 10%;
    padding-left: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .healthcare .promo-slides-text {
    padding-left: 16%;
  }
}
@media only screen and (min-width: 900px) {
  .healthcare .promo-slides-text {
    padding-left: 18%;
  }
}
@media only screen and (min-width: 992px) {
  .healthcare .promo-slides-text {
    max-width: 430px;
    padding-top: 13%;
    padding-left: 16%;
  }
}
@media only screen and (min-width: 1200px) {
  .healthcare .promo-slides-text {
    padding-top: 21%;
    padding-left: 13%;
    max-width: 540px;
  }
}
.infographic .divider img {
  margin: 0 auto;
}
.infographic .section {
  margin: 20px 0;
}
.infographic .section--centred {
  text-align: center;
  text-transform: uppercase;
}
.infographic .section--centred img {
  margin: 0 auto;
}
.infographic .section--centred .left-aligned {
  text-align: left;
  text-transform: none;
}
.infographic .section--offwhite {
  padding: 20px;
  background-color: #ededed;
}
.infographic .section--red {
  padding: 20px;
  background-color: #c10a27;
}
.infographic .section--red h2,
.infographic .section--red p {
  color: white;
}
.infographic .section--purple {
  background-color: #9b0056;
}
.infographic .section--purple h2,
.infographic .section--purple h3,
.infographic .section--purple p {
  color: white;
}
.infographic .heading {
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Brown-Pro-Bold", sans-serif;
  color: black;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .infographic .heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .infographic .padded {
    padding: 0px 50px 0px 50px;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
.infographic .smalltext {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.infographic .large-text p,
.infographic .large-text li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .infographic .large-text p,
  .infographic .large-text li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .large-text p,
  .infographic .large-text li {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.infographic .large-text h3 {
  text-transform: uppercase;
  line-height: 1;
  font-family: "Brown-Pro-Bold", sans-serif;
  color: black;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .infographic .large-text h3 {
    font-size: 22px;
    font-size: 1.375rem;
    padding-left: 0px;
    padding-left: 0rem;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .large-text h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.infographic .large-text h3:before {
  content: '';
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .infographic .large-text h3:before {
    left: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .large-text h3:before {
    left: -50px;
  }
}
.infographic .dimensions {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .infographic .dimensions {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
.infographic .dimensions p {
  text-transform: uppercase;
  color: #4b4b4b;
}
.infographic .dimensions--01 h3 {
  color: #9b0056;
}
.infographic .dimensions--01 h3:before {
  content: '01.';
}
.infographic .dimensions--02 h3 {
  color: #c10a27;
}
.infographic .dimensions--02 h3:before {
  content: '02.';
}
.infographic .dimensions--03 h3 {
  color: #4b4b4b;
}
.infographic .dimensions--03 h3:before {
  content: '03.';
}
.infographic .dimensions--04 h3 {
  color: #e12d37;
}
.infographic .dimensions--04 h3:before {
  content: '04.';
}
.infographic .dimensions--05 h3 {
  color: #6d6e71;
}
.infographic .dimensions--05 h3:before {
  content: '05.';
}
.infographic .numbered {
  color: white;
  background-color: #939598;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media only screen and (min-width: 768px) {
  .infographic .numbered {
    background-size: 75%;
  }
}
.infographic .numbered--1 {
  background-image: url(../images/infographics/ico_type_of_non_adherence_1.png);
}
.infographic .numbered--2 {
  background-image: url(../images/infographics/ico_type_of_non_adherence_2.png);
}
.infographic .numbered--3 {
  background-image: url(../images/infographics/ico_type_of_non_adherence_3.png);
}
.infographic .numbered .padded {
  padding: 30px 30px 30px 30px;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  padding-top: 45%;
}
@media only screen and (min-width: 768px) {
  .infographic .numbered .padded {
    padding: 30px 30px 30px 30px;
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
    padding-top: 70%;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .numbered .padded {
    padding: 30px 50px 30px 50px;
    padding: 1.875rem 3.125rem 1.875rem 3.125rem;
    padding-top: 70%;
  }
}
.infographic .numbered .large-text h3 {
  padding-left: 0;
}
.infographic .numbered p {
  color: black;
}
.infographic .dotted-border-top {
  border-top: 1px dashed #c10a27;
  padding-top: 30px;
  margin-bottom: 30px;
}
.infographic .dotted-border-bottom {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .infographic .dotted-border-bottom {
    border-bottom: 1px dashed #c10a27;
    padding-bottom: 30px;
  }
}
.infographic .show-tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .infographic .show-tablet {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .infographic .show-mobile {
    display: none;
  }
}
.infographic .mobile-top-margin {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .infographic .mobile-top-margin {
    margin-top: 0;
  }
}
.infographic ul.slide-nav {
  position: relative;
  margin: 30px 0 30px 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .infographic ul.slide-nav {
    margin: 30px 0 -20px 0;
  }
}
.infographic ul.slide-nav li {
  position: relative;
  display: inline-block;
  background: white;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Brown-Pro-Bold", sans-serif;
  color: #4b4b4b;
  margin: 0 -6px 0 0;
  padding: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 560px) {
  .infographic ul.slide-nav li {
    margin: 0;
    padding: 5px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .infographic ul.slide-nav li {
    padding: 10px 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .infographic ul.slide-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.infographic ul.slide-nav li.lit {
  background: #c10a27;
  color: white;
}
@media only screen and (min-width: 768px) {
  .infographic ul.slide-nav li.treatment {
    padding-right: 60px;
  }
}
.infographic ul.slide-nav li.treatment:after {
  display: none;
  content: '';
  position: absolute;
  right: 20px;
  background-image: url(../images/infographics/right-arrow.png);
  background-repeat: no-repeat;
  height: 26px;
  width: 22px;
  top: 9px;
}
@media only screen and (min-width: 768px) {
  .infographic ul.slide-nav li.treatment:after {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .infographic ul.slide-nav li.treatment:after {
    top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .infographic ul.slide-nav li.outcomes {
    padding-left: 60px;
  }
}
.infographic ul.slide-nav li.outcomes:before {
  display: none;
  content: '';
  position: absolute;
  left: 20px;
  background-image: url(../images/infographics/right-arrow.png);
  background-repeat: no-repeat;
  height: 26px;
  width: 22px;
  top: 9px;
}
@media only screen and (min-width: 768px) {
  .infographic ul.slide-nav li.outcomes:before {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .infographic ul.slide-nav li.outcomes:before {
    top: 12px;
  }
}
.infographic ul.slide-nav:before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 7px;
  background-color: #c10a27;
  height: 50px;
  content: '';
}
@media only screen and (min-width: 768px) {
  .infographic ul.slide-nav:before {
    display: none;
  }
}
.infographic .infographic-adherence-carousel ul,
.infographic .infographic-carousel--barriers ul {
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.infographic .infographic-adherence-carousel ul li,
.infographic .infographic-carousel--barriers ul li {
  text-transform: none;
}
.infographic .infographic-adherence-carousel ul.lit,
.infographic .infographic-carousel--barriers ul.lit,
.infographic .infographic-adherence-carousel ul.slick-dots,
.infographic .infographic-carousel--barriers ul.slick-dots {
  opacity: 1;
}
.infographic .infographic-adherence-carousel h3,
.infographic .infographic-carousel--barriers h3 {
  color: #c10a27;
  margin: 20px 0 0 0;
  padding-left: 0;
}
.infographic .infographic-adherence-carousel .round,
.infographic .infographic-carousel--barriers .round {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 200%;
  border: 7px solid #c10a27;
  position: relative;
}
.infographic .infographic-adherence-carousel .round img,
.infographic .infographic-carousel--barriers .round img {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.infographic .infographic-adherence-carousel .border-right,
.infographic .infographic-carousel--barriers .border-right {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .infographic .infographic-adherence-carousel .border-right,
  .infographic .infographic-carousel--barriers .border-right {
    margin-bottom: 0;
    border-right: 1px dashed #939598;
  }
}
.infographic .section--pillars {
  border-radius: 30px;
  padding: 15px;
}
.infographic .section--pillars .heading {
  clear: both;
  padding: 20px 0 30px 0;
  font-family: "Brown-Pro-Light", sans-serif;
}
.infographic .section--pillars .heading strong {
  font-family: "Brown-Pro-Bold", sans-serif;
}
.infographic .section--pillars .panel {
  min-height: 80px;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 15px;
  position: relative;
}
.infographic .section--pillars .panel h3 {
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 560px) {
  .infographic .section--pillars .panel h3 {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel h3 {
    line-height: 30px;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .section--pillars .panel h3 {
    line-height: 34px;
    padding-left: 90px;
  }
}
.infographic .section--pillars .panel h3:before {
  content: '1';
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0;
}
@media only screen and (min-width: 560px) {
  .infographic .section--pillars .panel h3:before {
    top: -10px;
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel h3:before {
    font-size: 110px;
    top: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .section--pillars .panel h3:before {
    font-size: 125px;
    top: -10px;
  }
}
.infographic .section--pillars .panel--grey {
  background-color: #4b4b4b;
  color: white;
  padding: 0;
}
.infographic .section--pillars .panel--grey p,
.infographic .section--pillars .panel--grey li,
.infographic .section--pillars .panel--grey h3 {
  color: white;
}
.infographic .section--pillars .panel--grey h3 {
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 560px) {
  .infographic .section--pillars .panel--grey h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel--grey h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .section--pillars .panel--grey h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.infographic .section--pillars .panel--grey:before {
  content: '';
  position: absolute;
  background-color: #c10a27;
  height: 100%;
  width: 15px;
  top: 0;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel--grey:before {
    height: 15px;
    width: 100%;
    top: 50%;
    top: calc(48%);
    left: 0;
  }
}
.infographic .section--pillars .panel--white {
  color: #c10a27;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel--white {
    margin-left: 15px;
  }
}
.infographic .section--pillars .panel--white p,
.infographic .section--pillars .panel--white li,
.infographic .section--pillars .panel--white h3 {
  color: #c10a27;
}
.infographic .section--pillars .panel--white ul {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel--white ul {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .section--pillars .panel--white ul {
    padding-left: 20px;
  }
}
.infographic .section--pillars .panel--white li {
  list-style: none;
  position: relative;
}
.infographic .section--pillars .panel--white li:before {
  position: absolute;
  content: '>';
  left: -21px;
}
.infographic .section--pillars .panel--white img {
  margin-bottom: 20px;
}
.infographic .section--pillars .panel--1 {
  height: 50%;
}
@media only screen and (min-width: 560px) {
  .infographic .section--pillars .panel--1 {
    margin-right: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel--1 {
    margin-right: 0;
  }
}
.infographic .section--pillars .panel--2 {
  height: 50%;
}
@media only screen and (min-width: 560px) {
  .infographic .section--pillars .panel--2 {
    margin-left: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel--2 {
    margin-left: 0;
  }
}
.infographic .section--pillars .panel--2 h3:before {
  content: '2';
}
.infographic .section--pillars .panel--3 h3 {
  margin-bottom: 10px;
}
.infographic .section--pillars .panel--3 h3:before {
  content: '3';
}
.infographic .section--pillars .panel .middle {
  width: 50%;
  float: left;
  margin: 0 auto;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel .middle {
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .section--pillars .panel .middle {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel .middle {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
  }
}
.infographic .section--pillars .panel .middle.mobile-padded {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) {
  .infographic .section--pillars .panel .middle.mobile-padded {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .infographic .section--pillars .panel .middle.mobile-padded {
    padding-left: 30px;
  }
}
.infographic h2.purple {
  color: #9b0056;
}
.infographic .purple-bg {
  float: left;
  width: 100%;
  background: #9b0056;
  color: white;
  min-height: 160px;
}
@media only screen and (min-width: 768px) {
  .infographic .purple-bg {
    min-height: auto;
  }
}
.infographic .purple-bg h3,
.infographic .purple-bg p {
  color: white;
  padding-left: 0;
}
.infographic .purple-bg .large-text {
  padding: 30px;
}
.infographic .purple-bg .large-text p {
  text-transform: none;
  padding-bottom: 0;
}
.infographic .dots-container {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .infographic .dots-container {
    top: 18%;
    left: 10%;
    right: 60%;
  }
}
.infographic .dots-container .slick-dots button {
  background-color: #939598;
}
.infographic .dots-container .slick-dots .slick-active button {
  background-color: white;
}
.infographic p.action {
  font-family: "Brown-Pro-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .infographic p.action {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .infographic p.action {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.infographic p.action a {
  color: white;
  display: inline-block;
  background: #c10a27;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
}
.infographic p.action a:hover,
.infographic p.action a:focus {
  text-decoration: underline;
}
/*hotspots*/

a.jumplink-internal:after {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -168px -58px;
  content: '';
  display: block;
  height: 25px;
  width: 13px;
  position: absolute;
  top: -6px;
  right: 3px;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.infographic-carousel-container,
.infographic-banner-container {
  position: relative;
}
.infographic-carousel-container .content,
.infographic-banner-container .content {
  padding: 20px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .infographic-carousel-container .content,
  .infographic-banner-container .content {
    width: 60%;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .infographic-carousel-container .content,
  .infographic-banner-container .content {
    width: 50%;
  }
}
.infographic-carousel-container .content p,
.infographic-banner-container .content p {
  text-transform: uppercase;
  font-family: "Brown-Pro-Bold", sans-serif;
  font-weight: normal;
  color: black;
  margin: 0;
  padding: 0px 0px 10px 0px;
  padding: 0rem 0rem 0.625rem 0rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .infographic-carousel-container .content p,
  .infographic-banner-container .content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .infographic-carousel-container .content p,
  .infographic-banner-container .content p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.infographic-banner-container {
  margin-bottom: 30px;
}
.infographic-banner-container h2 {
  color: #c10a27;
  font-family: "Brown-Pro-Regular", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 0px 30px 0px;
  padding: 0rem 0rem 1.875rem 0rem;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .infographic-banner-container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .infographic-banner-container h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .infographic-banner-container .content {
    width: 30%;
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .infographic-banner-container .content {
    width: 30%;
  }
}
.infographic-circle-links__link {
  width: 25%;
  height: 20%;
  display: block;
  position: absolute;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .infographic-circle-links__link {
    width: 10%;
    height: 20%;
  }
}
.infographic-circle-links__link--1 {
  top: 3%;
  left: 38%;
}
@media only screen and (min-width: 768px) {
  .infographic-circle-links__link--1 {
    top: 5%;
    left: 20%;
  }
}
.infographic-circle-links__link--2 {
  top: 20%;
  left: 68%;
}
@media only screen and (min-width: 768px) {
  .infographic-circle-links__link--2 {
    top: 25%;
    left: 33%;
  }
}
.infographic-circle-links__link--3 {
  top: 48%;
  left: 56%;
}
@media only screen and (min-width: 768px) {
  .infographic-circle-links__link--3 {
    top: 56%;
    left: 28%;
  }
}
.infographic-circle-links__link--4 {
  top: 48%;
  left: 19%;
}
@media only screen and (min-width: 768px) {
  .infographic-circle-links__link--4 {
    top: 56%;
    left: 12%;
  }
}
.infographic-circle-links__link--5 {
  top: 20%;
  left: 7%;
}
@media only screen and (min-width: 768px) {
  .infographic-circle-links__link--5 {
    top: 25%;
    left: 8%;
  }
}
@media only screen and (min-width: 768px) {
  .infographic-barriers-links__link {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
  }
  .infographic-barriers-links__link--1 {
    top: 25px;
    left: 240px;
  }
  .infographic-barriers-links__link--2 {
    top: 125px;
    left: 385px;
  }
  .infographic-barriers-links__link--3 {
    top: 285px;
    left: 325px;
  }
}
.infographic-box-links__link {
  width: 10%;
  height: 15%;
  display: block;
  position: absolute;
  z-index: 999;
}
.infographic-box-links__link--1 {
  top: 76%;
  left: 48%;
}
.infographic-box-links__link--2 {
  top: 38%;
  left: 28.5%;
}
.infographic-box-links__link--3 {
  top: 39%;
  left: 48%;
}
.infographic-box-links__link--4 {
  top: 63%;
  left: 27.5%;
}
.infographic-box-links__link--5 {
  top: 64%;
  left: 46%;
}
.infographic-box-links__link--6 {
  top: 53%;
  left: 59.5%;
}
@media only screen and (min-width: 992px) {
  .home .pagehead {
    padding-top: 390px;
  }
}
.home .centeredblock {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.contact-details strong {
  color: #c10a27;
}
.mapwrapper {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 100%;
  height: 300px;
}
#map {
  height: 100%;
  width: 100%;
}
.site-index .index {
  margin: 0 0 2em 0;
  padding: 0;
}
.site-index .index > li {
  list-style-type: none;
  border-bottom: solid 1px #ededed;
  padding: 10px 0px 5px 0px;
  padding: 0.625rem 0rem 0.3125rem 0rem;
}
.site-index .index > li:first-child {
  border-top: solid 1px #ededed;
}
.site-index .index span {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.site-index .index ul {
  margin: 0;
  padding: 0;
}
.site-index .index ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 5px 0px;
  padding: 0rem 0rem 0.3125rem 0rem;
}
.locations {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media only screen and (min-width: 768px) {
  .locations {
    padding-top: 200px;
    padding-top: 12.5rem;
  }
}
.location-map {
  *zoom: 1;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 100%;
  display: none;
  margin: 0 auto;
  /* panels */

}
.location-map:before,
.location-map:after {
  content: "";
  display: table;
}
.location-map:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .location-map {
    display: block;
    height: 550px;
    width: 748px;
    background-image: url('/~/media/Images/Essentra/locations/map_locations-768.jpg');
  }
}
@media only screen and (min-width: 992px) {
  .location-map {
    height: 535px;
    width: 972px;
    background-image: url('/~/media/Images/Essentra/locations/map_locations-992.jpg');
  }
}
@media only screen and (min-width: 1200px) {
  .location-map {
    height: 595px;
    width: 1160px;
    background-image: url('/~/media/Images/Essentra/locations/map_locations.jpg');
  }
}
.location-map h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
}
.location-map ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.location-map li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.location-map a {
  position: relative;
  padding-left: 15px;
}
.location-map a:link,
.location-map a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
.location-map a:hover,
.location-map a:focus {
  text-decoration: underline;
}
.location-map a:before {
  background-color: #c10a27;
  content: '';
  display: block;
  float: left;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  .location-map a:before {
    top: 3px;
  }
}
.location-map #region-africa {
  position: absolute;
  top: 320px;
  left: 396px;
}
@media only screen and (min-width: 992px) {
  .location-map #region-africa {
    top: 420px;
    left: 515px;
  }
}
@media only screen and (min-width: 1200px) {
  .location-map #region-africa {
    top: 475px;
    left: 630px;
  }
}
.location-map #region-africa h2 {
  display: none;
}
.location-map #region-asia {
  position: absolute;
  top: 100px;
  left: 580px;
}
@media only screen and (min-width: 992px) {
  .location-map #region-asia {
    top: 135px;
    left: 740px;
  }
}
@media only screen and (min-width: 1200px) {
  .location-map #region-asia {
    top: 160px;
    left: 900px;
  }
}
.location-map #region-australia {
  position: absolute;
  top: 310px;
  left: 600px;
}
@media only screen and (min-width: 992px) {
  .location-map #region-australia {
    top: 405px;
    left: 775px;
  }
}
@media only screen and (min-width: 1200px) {
  .location-map #region-australia {
    top: 460px;
    left: 950px;
  }
}
.location-map #region-australia h2 {
  display: none;
}
.location-map #region-europe {
  position: absolute;
  top: 115px;
  left: 350px;
}
@media only screen and (min-width: 992px) {
  .location-map #region-europe {
    top: 150px;
    left: 470px;
  }
}
@media only screen and (min-width: 1200px) {
  .location-map #region-europe {
    top: 180px;
    left: 580px;
  }
}
.location-map #region-middle-east {
  position: absolute;
  top: 185px;
  left: 455px;
}
@media only screen and (min-width: 992px) {
  .location-map #region-middle-east {
    top: 240px;
    left: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .location-map #region-middle-east {
    top: 270px;
    left: 735px;
  }
}
.location-map #region-middle-east h2 {
  display: none;
}
.location-map #region-north-america {
  position: absolute;
  top: 115px;
  left: 105px;
}
@media only screen and (min-width: 992px) {
  .location-map #region-north-america {
    top: 165px;
    left: 145px;
  }
}
@media only screen and (min-width: 1200px) {
  .location-map #region-north-america {
    top: 200px;
    left: 200px;
  }
}
.location-map #region-south-america {
  position: absolute;
  top: 290px;
  left: 210px;
}
@media only screen and (min-width: 992px) {
  .location-map #region-south-america {
    top: 380px;
    left: 275px;
  }
}
@media only screen and (min-width: 1200px) {
  .location-map #region-south-america {
    top: 440px;
    left: 360px;
  }
}
.location-map .hq {
  position: absolute;
  top: 385px;
  left: 20px;
}
@media only screen and (min-width: 992px) {
  .location-map .hq {
    top: 310px;
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .location-map .hq {
    top: 310px;
    left: 20px;
  }
}
.accordion-title {
  *zoom: 1;
}
.accordion-title:before,
.accordion-title:after {
  content: "";
  display: table;
}
.accordion-title:after {
  clear: both;
}
.accordion-title h2,
.accordion-title p {
  display: inline-block;
  width: 50%;
  float: left;
}
.accordion-title p {
  float: right;
}
.accordion-title .accordion-toggle {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.accordion-title .toggleall {
  position: relative;
  text-align: right;
  padding: 10px 45px 10px 10px;
  padding: 0.625rem 2.8125rem 0.625rem 0.625rem;
}
.accordion-title .toggleall a:after {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -166px -172px;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 20px;
  -webkit-transition: 0.25s transform linear;
  -moz-transition: 0.25s transform linear;
  transition: 0.25s transform linear;
}
@media only screen and (min-width: 1200px) {
  .accordion-title .toggleall a:after {
    top: 15px;
  }
}
.accordion-title .toggleall a:link,
.accordion-title .toggleall a:visited {
  text-decoration: none;
}
.accordion-title .toggleall a:hover,
.accordion-title .toggleall a:focus {
  text-decoration: underline;
}
.accordion-title .toggleall a.lit:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.location-accordion {
  *zoom: 1;
  border-bottom: solid 1px #ededed;
  margin-bottom: 2em;
}
.location-accordion:before,
.location-accordion:after {
  content: "";
  display: table;
}
.location-accordion:after {
  clear: both;
}
.location-accordion .panel {
  border-top: solid 1px #ededed;
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
}
.location-accordion .panel:last-child {
  border-top: solid 1px #ededed;
}
.location-accordion .panelheader h3 {
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
}
.location-accordion .panelheader a {
  display: block;
  padding: 15px 20px 15px 20px;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
}
.location-accordion .panelheader a:link,
.location-accordion .panelheader a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
.location-accordion .panelheader a:hover,
.location-accordion .panelheader a:focus {
  text-decoration: underline;
}
.location-accordion .panelheader a .icon {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -166px -172px;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 21px;
  -webkit-transition: 0.25s transform linear;
  -moz-transition: 0.25s transform linear;
  transition: 0.25s transform linear;
}
.location-accordion .panelheader a .icon.open {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) {
  .location-accordion .panelheader a .icon {
    top: 25px;
  }
}
.location-accordion .panelbody {
  padding: 0px 20px 20px 20px;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
.location-accordion .panelbody a:link,
.location-accordion .panelbody a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
.location-accordion .panelbody a:hover,
.location-accordion .panelbody a:focus {
  text-decoration: underline;
}
.location-accordion .panelbody a em {
  font-family: "Brown-Pro-Light", sans-serif;
}
.location-accordion .panelbody li {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 560px) {
  .location-accordion .panelbody li:nth-child(2n+3) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) {
  .location-accordion .panelbody li:nth-child(2n+3) {
    clear: none;
  }
  .location-accordion .panelbody li:nth-child(3n+4) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .location-accordion .panelbody li:nth-child(3n+4) {
    clear: none;
  }
  .location-accordion .panelbody li:nth-child(4n+5) {
    clear: left;
  }
}
.location-accordion h2 {
  text-transform: none;
}
.location-accordion h3 {
  color: #4b4b4b;
  text-transform: none;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.no-js .location-accordion h2 {
  padding: 20px 20px 0px 20px;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
}
p.address,
p.tel,
p.fax,
p.map,
p.directions {
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  *zoom: 1;
}
p.address:before,
p.tel:before,
p.fax:before,
p.map:before,
p.directions:before,
p.address:after,
p.tel:after,
p.fax:after,
p.map:after,
p.directions:after {
  content: "";
  display: table;
}
p.address:after,
p.tel:after,
p.fax:after,
p.map:after,
p.directions:after {
  clear: both;
}
p.address:before,
p.tel:before,
p.fax:before,
p.map:before,
p.directions:before {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  content: '';
  display: block;
  float: left;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
p.address {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
p.address:before {
  display: none;
}
p.tel:before {
  background-position: -64px -166px;
}
p.fax:before {
  background-position: -64px -166px;
}
p.map:before {
  background-position: -14px -166px;
}
p.directions:before {
  background-position: -115px -166px;
}
.search {
  background-color: #ededed;
}
.search .form-group {
  display: table;
  width: 100%;
  max-width: 900px;
}
.search .form-group .form-layout {
  display: table-cell;
  vertical-align: top;
}
.search .summary span {
  background-color: #ededed;
}
.search .search-count {
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.searchcrumb {
  padding: 15px 0px 0px 0px;
  padding: 0.9375rem 0rem 0rem 0rem;
  padding-bottom: 0;
}
.searchcrumb span {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -271px -10px;
  content: '';
  display: inline-block;
  height: 11px;
  margin-right: 5px;
  margin-top: 5px;
  overflow: hidden;
  text-indent: 20px;
  width: 7px;
}
.beauty {
  font-family: "Brown-Pro-Light", sans-serif;
  /* section page specific */

  /* triangle 
    .family-list {
        position: relative;
        &:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-top: 25px solid @white;
            position: absolute;
            left: 50%;
            top: 0;
        }
    }
    */

}
.beauty h1 {
  color: #9b0056;
  font-family: "Brown-Pro-Light", sans-serif;
}
.beauty h1 strong {
  font-family: "Brown-Pro-Light", sans-serif;
}
.beauty h2 {
  font-family: "Brown-Pro-Light", sans-serif;
  color: #9b0056;
}
.beauty h2 a {
  color: #9b0056;
}
.beauty h3 {
  font-family: "Brown-Pro-Light", sans-serif;
  text-transform: none;
  color: #9b0056;
}
.beauty .intro {
  font-family: "Brown-Pro-Light", sans-serif;
}
.beauty .featurelist p {
  color: #9b0056;
  font-family: "Brown-Pro-Light", sans-serif;
}
.beauty a.arrow {
  font-family: "Brown-Pro-Regular", sans-serif;
}
.beauty .pagehead-collection h1 {
  font-family: "Brown-Pro-Thin", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 45px;
  line-height: 2.8125rem;
}
.beauty .pagehead-collection h1 strong {
  font-family: "Brown-Pro-Thin", sans-serif;
}
.beauty .beauty-masonry {
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (min-width: 992px) {
  .beauty .beauty-masonry {
    background: url(/~/media/Images/Essentra/Industries/Beauty/bg_beauty-panel-1.jpg) no-repeat top right, url(/~/media/Images/Essentra/Industries/Beauty/bg_beauty-panel-2.jpg) no-repeat bottom left;
  }
}
.beauty .beauty-masonry h2 {
  font-family: "Brown-Pro-Thin", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 35px;
  line-height: 2.1875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.beauty .beauty-masonry .row + .row {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.beauty .family_expanded {
  max-width: 400px;
}
.beauty .family_expanded h2 {
  text-transform: none;
  font-family: "Brown-Pro-Thin", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 35px;
  line-height: 2.1875rem;
}
.beauty .family_expanded h2 a {
  border-bottom: none;
}
.beauty .family_expanded h2 a:hover,
.beauty .family_expanded h2 a:focus {
  text-decoration: none;
  border-bottom: solid 1px #9b0056;
}
.beauty .family_expanded a.arrow {
  text-transform: none;
}
.beauty .band-mediumgrey .family_expanded h2 a:hover,
.beauty .band-mediumgrey .family_expanded h2 a:focus {
  border-bottom: solid 1px white !important;
}
.beauty .centeredblock {
  max-width: 500px;
  padding: 40px 0px 20px 0px;
  padding: 2.5rem 0rem 1.25rem 0rem;
}
.beauty .centeredblock h2 {
  text-transform: none;
}
.industrial h2 {
  color: #c10a27;
  line-height: 1;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .industrial h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .industrial h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.industrial h3 {
  text-transform: uppercase;
  padding-bottom: 0;
}
.industrial .featurelist ul {
  padding-bottom: 0;
}
.capabilities .pagehead .centeredblock {
  max-width: 740px;
}
.capabilities #our-capabilities h2 {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
#our-expertise .centeredblock h2 {
  max-width: 700px;
}
#our-expertise img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
#solutions-model {
  text-align: center;
}
#solutions-model ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #solutions-model h2 {
    margin: 0 auto;
    max-width: 710px;
    text-align: center;
  }
  #solutions-model .spider-diagram {
    position: relative;
    height: 500px;
    width: 760px;
    margin: 0 auto;
  }
  #solutions-model .spider-diagram h3 {
    background: white;
    width: 240px;
    height: 240px;
    display: block;
    border: solid 2px #9b0056;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 124px;
    left: 263px;
    padding-top: 85px;
    font-size: 36px;
    font-size: 2.25rem;
    color: #c10a27;
    font-family: "Brown-Pro-Regular", sans-serif;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
  }
  #solutions-model .spider-diagram li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    text-transform: uppercase;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
    width: 190px;
  }
  #solutions-model .spider-diagram li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: white;
    border: solid 2px #9b0056;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  #solutions-model .spider-diagram li:after {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background-color: #9b0056;
    position: absolute;
  }
  #solutions-model .spider-diagram li:nth-child(1) {
    text-align: center;
    top: 23px;
    left: 288px;
  }
  #solutions-model .spider-diagram li:nth-child(1):before {
    top: 39px;
    left: 83px;
  }
  #solutions-model .spider-diagram li:nth-child(1):after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 81px;
    left: 74px;
    width: 42px;
  }
  #solutions-model .spider-diagram li:nth-child(2) {
    text-align: left;
    top: 114px;
    left: 549px;
  }
  #solutions-model .spider-diagram li:nth-child(2):before {
    top: 12px;
    left: -42px;
  }
  #solutions-model .spider-diagram li:nth-child(2):after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 46px;
    left: -76px;
  }
  #solutions-model .spider-diagram li:nth-child(3) {
    text-align: left;
    top: 262px;
    left: 583px;
    width: 160px;
  }
  #solutions-model .spider-diagram li:nth-child(3):before {
    top: 13px;
    left: -42px;
  }
  #solutions-model .spider-diagram li:nth-child(3):after {
    -ms-transform: rotate(-165deg);
    -webkit-transform: rotate(-165deg);
    -moz-transform: rotate(-165deg);
    -o-transform: rotate(-165deg);
    transform: rotate(-165deg);
    top: 16px;
    left: -85px;
  }
  #solutions-model .spider-diagram li:nth-child(4) {
    text-align: left;
    top: 426px;
    left: 475px;
  }
  #solutions-model .spider-diagram li:nth-child(4):before {
    top: -35px;
    left: -28px;
  }
  #solutions-model .spider-diagram li:nth-child(4):after {
    -ms-transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    transform: rotate(65deg);
    top: -55px;
    left: -53px;
  }
  #solutions-model .spider-diagram li:nth-child(5) {
    text-align: right;
    top: 426px;
    left: 101px;
  }
  #solutions-model .spider-diagram li:nth-child(5):before {
    top: -35px;
    left: 194px;
  }
  #solutions-model .spider-diagram li:nth-child(5):after {
    -ms-transform: rotate(-65deg);
    -webkit-transform: rotate(-65deg);
    -moz-transform: rotate(-65deg);
    -o-transform: rotate(-65deg);
    transform: rotate(-65deg);
    top: -55px;
    left: 198px;
  }
  #solutions-model .spider-diagram li:nth-child(6) {
    text-align: right;
    top: 262px;
    left: 23px;
    width: 160px;
  }
  #solutions-model .spider-diagram li:nth-child(6):before {
    top: 13px;
    left: 178px;
  }
  #solutions-model .spider-diagram li:nth-child(6):after {
    -ms-transform: rotate(165deg);
    -webkit-transform: rotate(165deg);
    -moz-transform: rotate(165deg);
    -o-transform: rotate(165deg);
    transform: rotate(165deg);
    top: 16px;
    left: 201px;
  }
  #solutions-model .spider-diagram li:nth-child(7) {
    text-align: right;
    top: 114px;
    left: 27px;
  }
  #solutions-model .spider-diagram li:nth-child(7):before {
    top: 12px;
    left: 208px;
  }
  #solutions-model .spider-diagram li:nth-child(7):after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45px;
    left: 221px;
  }
}
#solutions-model h2 {
  color: #c10a27;
  line-height: 1;
  text-transform: uppercase;
  padding: 0px 0px 30px 0px;
  padding: 0rem 0rem 1.875rem 0rem;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  #solutions-model h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  #solutions-model h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
/* THE DESIGN HUB */

.design-hub h1 {
  max-width: 400px;
}
.design-hub h2 {
  color: #c10a27;
  line-height: 1;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .design-hub h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .design-hub h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.design-hub .pagehead_content {
  position: relative;
}
.design-hub .pagehead_content img {
  display: none;
}
@media (min-width: 768px) {
  .design-hub .pagehead_content img {
    display: block;
    position: absolute;
    top: 0;
    right: -220px;
  }
}
.design-hub #creative-process h2,
.design-hub #creative-process p {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.design-hub #creative-process h2 strong,
.design-hub #creative-process p strong {
  color: #c10a27;
  text-transform: uppercase;
}
.design-hub #creative-process img {
  display: block;
  margin: 3em auto 0 auto;
}
.design-hub #why-use h2,
.design-hub #why-use p {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.design-hub #why-use img {
  display: block;
  margin: 3em auto 1em auto;
}
.design-hub #two-col p {
  font-family: "Brown-Pro-Light", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .design-hub #two-col p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (min-width: 768px) {
  .design-hub #two-col {
    background-image: url(/~/media/Images/essentra/Capabilities/design-hub/pic_designhub_offer.jpg?w=991);
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .design-hub #two-col {
    background-image: url(/~/media/Images/essentra/Capabilities/design-hub/pic_designhub_offer.jpg?w=1200);
  }
}
@media (min-width: 1200px) {
  .design-hub #two-col {
    background-image: url(/~/media/Images/essentra/Capabilities/design-hub/pic_designhub_offer.jpg);
  }
}
.about-us .pagehead .centeredblock {
  max-width: 400px;
}
.about-us #global-reach-with-a-local-touch {
  padding: 60px 0px 0px 0px;
  padding: 3.75rem 0rem 0rem 0rem;
}
.about-us #global-reach-with-a-local-touch h2 {
  padding-top: 25px;
  padding-top: 1.5625rem;
}
.about-us #industries-we-serve h2 {
  padding: 25px 0px 30px 0px;
  padding: 1.5625rem 0rem 1.875rem 0rem;
}
.about-us .container.container-compact + .band-offwhite.band-padding {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media only screen and (min-width: 992px) {
  .our-approach #understanding-your-requirements .centeredblock {
    position: relative;
  }
  .our-approach #understanding-your-requirements .centeredblock:before {
    background-color: #ededed;
    border: 2px solid #9b0056;
    content: '';
    display: block;
    left: -150px;
    top: 60px;
    width: 134px;
    height: 134px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .our-approach #understanding-your-requirements .centeredblock:after {
    background-color: white;
    border: 2px solid #c10a27;
    content: '';
    display: block;
    left: -100px;
    top: 108px;
    width: 36px;
    height: 36px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .our-approach #understanding-your-requirements h2 {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
  .our-approach #understanding-your-requirements h2:before {
    background-color: #ededed;
    border: 2px solid #9b0056;
    content: '';
    display: block;
    right: -150px;
    top: 60px;
    width: 134px;
    height: 134px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .our-approach #understanding-your-requirements h2:after {
    content: '';
    display: block;
    border-top: dashed 1px #c10a27;
    height: 0;
    top: 128px;
    left: -78px;
    right: -78px;
    position: absolute;
  }
}
.why-us #what-you-need-where-you-need-it {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}
.why-us #trusted-to-deliver {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}
@media only screen and (min-width: 992px) {
  .why-us #your-complete-solutions-provider .centeredblock p:last-child {
    padding-bottom: 0;
  }
}
.corporate-responsibility .pagehead .centeredblock {
  max-width: 475px;
}
.corporate-responsibility .icon-text {
  text-align: center;
}
@media only screen and (min-width: 560px) {
  .corporate-responsibility .icon-text {
    text-align: left;
    margin-bottom: 1em;
  }
}
.corporate-responsibility [class^=icon-] {
  margin: 1.25rem auto 0 auto;
}
@media only screen and (min-width: 560px) {
  .corporate-responsibility [class^=icon-] {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .corporate-responsibility [class^=icon-] {
    margin: 0 0 1em 0;
  }
}
.corporate-responsibility .col-xs-12.col-lg-6:nth-child(2n+3) {
  clear: left;
}
.corporate-responsibility #thinkgreen-initiative {
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (min-width: 768px) {
  .corporate-responsibility #thinkgreen-initiative {
    min-height: 775px;
  }
  .corporate-responsibility #thinkgreen-initiative .centeredblock {
    padding-top: 495px;
  }
}
@media only screen and (min-width: 992px) {
  .corporate-responsibility #thinkgreen-initiative {
    min-height: 875px;
  }
  .corporate-responsibility #thinkgreen-initiative .centeredblock {
    padding-top: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .corporate-responsibility #thinkgreen-initiative {
    min-height: 975px;
  }
  .corporate-responsibility #thinkgreen-initiative .centeredblock {
    padding-top: 700px;
  }
}
.about-essentra-plc h2 {
  color: #c10a27;
  line-height: 1;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .about-essentra-plc h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-essentra-plc h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.about-essentra-plc #health-and-personal-care-packaging {
  background-position: top right;
}
.about-essentra-plc #specialist-technologies {
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .about-essentra-plc #filter-products {
    min-height: 400px;
    background-size: cover;
  }
  .about-essentra-plc #health-and-personal-care-packaging {
    min-height: 400px;
    background-size: cover;
  }
}
.pullout .fig {
  color: #c10a27;
  font-family: "Brown-Pro-Regular", sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 85px;
  line-height: 5.3125rem;
  letter-spacing: -0.06em;
}
.pullout .fig > span {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: -0.1em;
}
.pullout .figtext {
  color: #4b4b4b;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .pullout .fig,
  .pullout .figtext {
    *zoom: 1;
  }
  .pullout .fig:before,
  .pullout .figtext:before,
  .pullout .fig:after,
  .pullout .figtext:after {
    content: "";
    display: table;
  }
  .pullout .fig:after,
  .pullout .figtext:after {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .container.white,
  .band-white.white,
  .container.accessibletext,
  .band-white.accessibletext {
    color: white;
  }
  .container.white h1,
  .band-white.white h1,
  .container.accessibletext h1,
  .band-white.accessibletext h1,
  .container.white h2,
  .band-white.white h2,
  .container.accessibletext h2,
  .band-white.accessibletext h2,
  .container.white h3,
  .band-white.white h3,
  .container.accessibletext h3,
  .band-white.accessibletext h3 {
    color: white;
  }
}
.factblockwrapper {
  text-align: center;
}
.factblockwrapper h2 {
  color: #c10a27;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .factblockwrapper h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .factblockwrapper h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.factblock {
  text-align: center;
  color: white;
  display: table;
  width: 100%;
  background: white;
  max-width: 1168px;
  margin: 0 auto;
  /* about us homepage */

  /* with icons - our approach*/

}
.factblock .factrow {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.factblock .factrow li {
  list-style-type: none;
}
.factblock [class^=icon-] {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.factblock [class^=factblock] {
  display: table-cell;
  min-height: 320px;
  vertical-align: middle;
  margin: 0;
  padding: 20px 10px 20px 10px;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
}
.factblock .figure {
  font-family: "Brown-Pro-Regular", sans-serif;
}
@media only screen and (min-width: 560px) {
  .factblock .figure {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) {
  .factblock .figure {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 992px) {
  .factblock .figure {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .factblock .figure {
    font-size: 80px;
    font-size: 5rem;
    line-height: 75px;
    line-height: 4.6875rem;
  }
}
.factblock .supporting {
  width: 100%;
  display: inline-block;
  font-family: "Brown-Pro-Light", sans-serif;
}
.factblock .factblock1 {
  background: #c10a27;
  width: 25%;
}
.factblock .factblock2 {
  background: #939598;
  width: 50%;
}
.factblock .factblock3 {
  background: white;
  color: #c10a27;
  width: 25%;
}
.factblock .factblock3 .supporting {
  color: #6d6e71;
}
.factblock .factblock4 {
  background: white;
  clear: left;
  color: #c10a27;
  width: 50%;
}
.factblock .factblock4 .supporting {
  color: #6d6e71;
}
.factblock .factblock5 {
  background: #9b0056;
  width: 50%;
}
.factblock .factblockequal {
  width: 33.333%;
}
.factblock.withsupportingtext .figure {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media only screen and (min-width: 560px) {
  .factblock.withsupportingtext .figure {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 55px;
    line-height: 3.4375rem;
    letter-spacing: -0.06em;
  }
}
@media only screen and (min-width: 768px) {
  .factblock.withsupportingtext .figure {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 90px;
    line-height: 5.625rem;
    letter-spacing: -0.06em;
  }
  .factblock.withsupportingtext .figure .small {
    font-size: 80px;
    font-size: 5rem;
    line-height: 80px;
    line-height: 5rem;
    letter-spacing: -0.03em;
  }
  .factblock.withsupportingtext .supporting {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.03em;
  }
}
@media only screen and (min-width: 992px) {
  .factblock.withsupportingtext .figure {
    font-size: 170px;
    font-size: 10.625rem;
    line-height: 160px;
    line-height: 10rem;
    letter-spacing: -0.06em;
  }
  .factblock.withsupportingtext .figure .small {
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: -0.03em;
  }
  .factblock.withsupportingtext .supporting {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: -0.03em;
  }
}
.factblock.withicons [class^=factblock] {
  vertical-align: top;
}
.factblock.withicons .supporting {
  font-family: "Brown-Pro-Regular", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .factblock.withicons .supporting {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
}
.factblock.withicons .factblock1 {
  background: #c10a27;
}
.factblock.withicons .factblock2 {
  background: #939598;
}
.factblock.withicons .factblock3 {
  background: white;
}
.factblock.withicons .factblock3 .supporting {
  color: #c10a27;
}
.factblock.withicons .factblock4 {
  background: #4b4b4b;
}
.factblock.withicons .factblock4 .supporting {
  color: white;
}
.factblock.withicons .factblock5 {
  background: white;
}
.factblock.withicons .factblock5 .supporting {
  color: #c10a27;
}
.factblock.withicons .factblock6 {
  background: #c10a27;
}
.factblock.withicons .factblock7 {
  background: #9b0056;
}
.factblock.withicons .factblock1,
.factblock.withicons .factblock2,
.factblock.withicons .factblock3,
.factblock.withicons .factblock4,
.factblock.withicons .factblock5,
.factblock.withicons .factblock6,
.factblock.withicons .factblock7 {
  display: table-row;
  padding: 10px 10px 10px 10px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
@media only screen and (min-width: 560px) {
  .factblock.withicons .factblock1,
  .factblock.withicons .factblock2,
  .factblock.withicons .factblock3 {
    display: table-cell;
    width: 33.333%;
  }
  .factblock.withicons .factblock4,
  .factblock.withicons .factblock5,
  .factblock.withicons .factblock6,
  .factblock.withicons .factblock7 {
    display: table-cell;
    width: 25%;
  }
  .factblock.withicons .factblockequal {
    width: 33.333%;
  }
}
.factblock--threerows .factblock1 {
  background: #939598;
  color: white;
  width: 50%;
  padding: 60px 10px 60px 10px;
  padding: 3.75rem 0.625rem 3.75rem 0.625rem;
}
.factblock--threerows .factblock2 {
  background: white;
  color: #c10a27;
  width: 50%;
  padding: 60px 10px 60px 10px;
  padding: 3.75rem 0.625rem 3.75rem 0.625rem;
}
.factblock--threerows .factblock3 {
  background: #c10a27;
  color: white;
  width: 50%;
  padding: 60px 10px 60px 10px;
  padding: 3.75rem 0.625rem 3.75rem 0.625rem;
}
.factblock--threerows .factblock4 {
  background: #9b0056;
  color: white;
  width: 50%;
  padding: 60px 10px 60px 10px;
  padding: 3.75rem 0.625rem 3.75rem 0.625rem;
}
.factblock--threerows .factblock5 {
  background: #9b0056;
  color: white;
  width: 33.333%;
}
.factblock--threerows .factblock6 {
  background: white;
  color: #c10a27;
  width: 33.333%;
}
.factblock--threerows .factblock7 {
  background: #c10a27;
  color: white;
  width: 33.333%;
}
.events,
.articles {
  background-color: #ededed;
}
.tabs {
  *zoom: 1;
  margin: 0;
  padding: 40px 0px 0px 0px;
  padding: 2.5rem 0rem 0rem 0rem;
}
.tabs:before,
.tabs:after {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs li {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0px 10px 0px 0px;
  padding: 0rem 0.625rem 0rem 0rem;
  width: auto;
  white-space: nowrap;
}
.tabs a {
  background: #e4e4e4;
  border: solid 1px #e4e4e4;
  border-bottom: 0;
  display: block;
  float: left;
  font-family: "Brown-Pro-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 10px 10px 10px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.tabs a.lit {
  background: white;
  color: #c10a27;
}
.tabs a:link,
.tabs a:visited {
  text-decoration: none;
}
.tabs a:hover,
.tabs a:focus,
.tabs a:active {
  text-decoration: none;
  background: white;
  color: #c10a27;
}
@media only screen and (min-width: 560px) {
  .tabs a {
    min-width: 250px;
    padding: 10px 20px 10px 20px;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
}
h2.tab {
  border: solid 1px #e4e4e4;
  border-bottom: none;
  background: white;
  color: #c10a27;
  display: inline-block;
  font-family: "Brown-Pro-Regular", sans-serif;
  font-weight: normal;
  min-width: 250px;
  text-transform: uppercase;
  *zoom: 1;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 10px 20px 10px 20px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
h2.tab:before,
h2.tab:after {
  content: "";
  display: table;
}
h2.tab:after {
  clear: both;
}
.badge,
h2.badge {
  background-color: #9b0056;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 2px 7px 0px 7px;
  padding: 0.125rem 0.4375rem 0rem 0.4375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  *zoom: 1;
}
.badge:before,
h2.badge:before,
.badge:after,
h2.badge:after {
  content: "";
  display: table;
}
.badge:after,
h2.badge:after {
  clear: both;
}
.badge.badge-red,
h2.badge.badge-red {
  background-color: #c10a27;
}
.update {
  background-color: white;
  border: solid 1px #e4e4e4;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .update {
    border-left: none;
  }
}
.loadmore {
  border: 0;
  background: none;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1rem;
}
.loadmore:before {
  content: '';
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -1px -200px;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0.25em auto;
}
.loadmore:link,
.loadmore:visited {
  text-decoration: none;
}
.loadmore:hover,
.loadmore:focus,
.loadmore:active {
  text-decoration: underline;
}
.listing li {
  clear: none;
}
@media only screen and (min-width: 560px) {
  .listing li:nth-child(2n+1) {
    clear: left;
    border-left: 1px solid #e4e4e4;
  }
}
@media only screen and (min-width: 768px) {
  .listing li:nth-child(2n+1) {
    clear: none;
    border-left: none;
  }
  .listing li:nth-child(3n+1) {
    clear: left;
    border-left: 1px solid #e4e4e4;
  }
}
@media only screen and (min-width: 992px) {
  .listing li:nth-child(3n+1) {
    clear: none;
    border-left: none;
  }
  .listing li:nth-child(4n+1) {
    clear: left;
    border-left: 1px solid #e4e4e4;
  }
}
.text-listing.listing li {
  border-left: 1px solid #e4e4e4;
}
.loadinganimation {
  opacity: 0;
}
.announcement {
  position: relative;
  padding: 20px 20px 40px 20px;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  min-height: 410px;
}
.announcement:after {
  content: '';
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -119px -58px;
  width: 24px;
  height: 26px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.announcement a:link,
.announcement a:visited {
  text-decoration: none;
}
.announcement a:hover h3,
.announcement a:focus h3,
.announcement a:active h3 {
  text-decoration: underline;
}
.announcement img {
  border: solid 1px #e4e4e4;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.featured-articles li:first-child {
  border-left: solid 1px #e4e4e4;
}
.featured-articles .announcement {
  min-height: 50px;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.featured-articles .announcement:after {
  display: none;
}
.badge-header {
  color: #c10a27;
  font-family: "Brown-Pro-Regular", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .badge-header {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .badge-header {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 40px;
    line-height: 2.5rem;
    display: inline-block;
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  .badge-header {
    font-size: 45px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.222222222rem;
  }
}
.badge-header a:link,
.badge-header a:visited {
  color: #c10a27;
  text-decoration: none;
}
.badge-header a:hover,
.badge-header a:focus,
.badge-header a:active {
  color: #c10a27;
  text-decoration: underline;
}
.listing-link {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .listing-link {
    display: inline-block;
    float: right;
    padding-bottom: 0;
  }
}
.listing-link a {
  border: solid 1px #e4e4e4;
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px 10px 8px 40px;
  padding: 0.625rem 0.625rem 0.5rem 2.5rem;
}
.listing-link a:link,
.listing-link a:visited {
  color: #6d6e71;
  text-decoration: none;
}
.listing-link a:hover,
.listing-link a:focus,
.listing-link a:active {
  color: #6d6e71;
  text-decoration: underline;
}
.listing-link a:before {
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -263px -63px;
  content: '';
  display: inline-block;
  height: 25px;
  margin-right: 15px;
  overflow: hidden;
  text-indent: 20px;
  width: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
}
article {
  border-top: solid 1px #e4e4e4;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}
article h1,
article h2,
article h3,
article h4,
article p,
article ol,
article ul,
article blockquote {
  max-width: 746px;
  margin: 0 auto;
}
article h1 {
  text-transform: none;
  color: #4b4b4b;
  font-family: "Brown-Pro-Light", sans-serif;
  line-height: 45px;
  line-height: 2.8125rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
article .intro {
  font-family: "Brown-Pro-Regular", sans-serif;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
}
article img {
  padding: 10px 0px 30px 0px;
  padding: 0.625rem 0rem 1.875rem 0rem;
  margin: 0 auto;
}
.filter-label {
  background-color: #e4e4e4;
  border: solid 1px #e4e4e4;
  display: inline-block;
  float: left;
  min-height: 45px;
  padding: 11px 12px 9px 12px;
  padding: 0.6875rem 0.75rem 0.5625rem 0.75rem;
  border-right: none;
}
.filter.filter-as-title button {
  border-bottom: none;
  color: #c10a27;
  font-family: "Brown-Pro-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.filter button {
  background: white;
  border: solid 1px #e4e4e4;
  padding: 9px 55px 9px 10px;
  padding: 0.5625rem 3.4375rem 0.5625rem 0.625rem;
  vertical-align: middle;
  min-height: 45px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 560px) {
  .filter button {
    min-width: 300px;
  }
}
.filter button:after {
  border-left: solid 1px #e4e4e4;
  content: '';
  display: block;
  float: right;
  width: 45px;
  min-height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -154px -154px;
  -webkit-transition: 0.25s transform linear;
  -moz-transition: 0.25s transform linear;
  transition: 0.25s transform linear;
}
.filter ul {
  background: white;
  border-left: solid 1px #e4e4e4;
  border-right: solid 1px #e4e4e4;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 560px) {
  .filter ul {
    min-width: 300px;
  }
}
.filter li {
  border-bottom: solid 1px #e4e4e4;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filter a {
  display: block;
  padding: 5px 10px 5px 10px;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
}
.filter a:link,
.filter a:visited {
  text-decoration: none;
}
.filter a:hover,
.filter a:focus,
.filter a:active {
  text-decoration: underline;
}
.filter #category {
  display: none;
  position: absolute;
  z-index: 1;
}
h1 + .filter {
  margin-top: 2em;
}
@media only screen and (min-width: 560px) {
  .filter-label + button + .categories {
    min-width: 365px;
  }
}
.no-js .filter #category {
  display: block;
  position: relative;
}
.no-js .filter button:after {
  display: none;
}
.event-head {
  *zoom: 1;
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  display: block;
  width: 100%;
}
.event-head:before,
.event-head:after {
  content: "";
  display: table;
}
.event-head:after {
  clear: both;
}
.event-date {
  border: solid 1px #c10a27;
  color: #c10a27;
  display: inline-block;
  float: left;
  min-width: 47px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: auto;
}
.event-date:before,
.event-date:after {
  background-color: #ededed;
  border: solid 1px #c10a27;
  content: '';
  display: block;
  height: 9px;
  width: 7px;
  position: absolute;
  top: -5px;
  left: 5px;
}
.event-date:after {
  left: auto;
  right: 5px;
}
.event-date .event-day {
  border-top: solid 1px #c10a27;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-top: 6px;
  font-family: "Brown-Pro-Regular", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.event-date .event-month {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.event-to {
  display: inline-block;
  background-image: url('../images/icons-site.svg');
  background-repeat: no-repeat;
  background-size: 300px 300px;
  background-position: -63px -214px;
  float: left;
  margin-top: 20px;
  margin-right: 10px;
  width: 24px;
  height: 26px;
}
.event-body {
  padding: 0px 20px 60px 20px;
  padding: 0rem 1.25rem 3.75rem 1.25rem;
  min-height: 250px;
}
.event-foot {
  border-top: solid 1px #e4e4e4;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px 10px 20px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  min-height: 46px;
}
/* text-listing */

.text-listing {
  border-top: #e4e4e4 solid 1px;
  list-style-type: none;
  margin: 2em 0;
  padding: 0;
}
.text-listing li {
  border-bottom: #e4e4e4 solid 1px;
  border-left: #e4e4e4 solid 1px;
  border-right: #e4e4e4 solid 1px;
  background-color: white;
  padding: 1em 2em;
}
.text-listing a {
  display: block;
}
.text-listing a:link,
.text-listing a:visited {
  text-decoration: none;
}
.text-listing a:hover,
.text-listing a:focus,
.text-listing a:active {
  text-decoration: none;
}
.text-listing a:hover p.summary,
.text-listing a:focus p.summary,
.text-listing a:active p.summary {
  text-decoration: underline;
}
@media print {
  .global-header form,
  .global-header .mobilenav,
  .global-header .mainnavwrapper {
    display: none;
  }
  .footer-linkage,
  .footer-other,
  .jumplinkwrapper {
    display: none;
  }
}
