@charset "UTF-8";
/*! normalize.css v3.0.1 | 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: Garamond, Georgia, serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span {
  padding: 0;
  margin: 0;
  list-style: none;
}

select {
  -moz-appearance: window;
  -webkit-appearance: none;
}

/* 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,
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: 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.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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"],
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 #c0c0c0;
  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;
}

[data-aos][data-aos][data-aos-duration='50'],
body[data-aos-duration='50'] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay='50'],
body[data-aos-delay='50'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='50'].aos-animate,
body[data-aos-delay='50'] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='100'].aos-animate,
body[data-aos-delay='100'] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration='150'],
body[data-aos-duration='150'] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay='150'],
body[data-aos-delay='150'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='150'].aos-animate,
body[data-aos-delay='150'] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='200'].aos-animate,
body[data-aos-delay='200'] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='300'].aos-animate,
body[data-aos-delay='300'] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration='350'],
body[data-aos-duration='350'] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay='350'],
body[data-aos-delay='350'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='350'].aos-animate,
body[data-aos-delay='350'] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='400'].aos-animate,
body[data-aos-delay='400'] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration='450'],
body[data-aos-duration='450'] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay='450'],
body[data-aos-delay='450'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='450'].aos-animate,
body[data-aos-delay='450'] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration='550'],
body[data-aos-duration='550'] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay='550'],
body[data-aos-delay='550'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='550'].aos-animate,
body[data-aos-delay='550'] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='600'].aos-animate,
body[data-aos-delay='600'] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration='650'],
body[data-aos-duration='650'] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay='650'],
body[data-aos-delay='650'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='650'].aos-animate,
body[data-aos-delay='650'] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='700'].aos-animate,
body[data-aos-delay='700'] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='800'].aos-animate,
body[data-aos-delay='800'] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration='850'],
body[data-aos-duration='850'] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay='850'],
body[data-aos-delay='850'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='850'].aos-animate,
body[data-aos-delay='850'] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='900'].aos-animate,
body[data-aos-delay='900'] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration='950'],
body[data-aos-duration='950'] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay='950'],
body[data-aos-delay='950'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='950'].aos-animate,
body[data-aos-delay='950'] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration='1050'],
body[data-aos-duration='1050'] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay='1050'],
body[data-aos-delay='1050'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1050'].aos-animate,
body[data-aos-delay='1050'] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration='1100'],
body[data-aos-duration='1100'] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay='1100'],
body[data-aos-delay='1100'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1100'].aos-animate,
body[data-aos-delay='1100'] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration='1150'],
body[data-aos-duration='1150'] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay='1150'],
body[data-aos-delay='1150'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1150'].aos-animate,
body[data-aos-delay='1150'] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration='1200'],
body[data-aos-duration='1200'] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay='1200'],
body[data-aos-delay='1200'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1200'].aos-animate,
body[data-aos-delay='1200'] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration='1300'],
body[data-aos-duration='1300'] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay='1300'],
body[data-aos-delay='1300'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1300'].aos-animate,
body[data-aos-delay='1300'] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration='1350'],
body[data-aos-duration='1350'] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay='1350'],
body[data-aos-delay='1350'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1350'].aos-animate,
body[data-aos-delay='1350'] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration='1400'],
body[data-aos-duration='1400'] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay='1400'],
body[data-aos-delay='1400'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1400'].aos-animate,
body[data-aos-delay='1400'] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration='1450'],
body[data-aos-duration='1450'] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay='1450'],
body[data-aos-delay='1450'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1450'].aos-animate,
body[data-aos-delay='1450'] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration='1500'],
body[data-aos-duration='1500'] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay='1500'],
body[data-aos-delay='1500'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration='1550'],
body[data-aos-duration='1550'] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay='1550'],
body[data-aos-delay='1550'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1550'].aos-animate,
body[data-aos-delay='1550'] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration='1600'],
body[data-aos-duration='1600'] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay='1600'],
body[data-aos-delay='1600'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1600'].aos-animate,
body[data-aos-delay='1600'] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration='1650'],
body[data-aos-duration='1650'] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay='1650'],
body[data-aos-delay='1650'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1650'].aos-animate,
body[data-aos-delay='1650'] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration='1700'],
body[data-aos-duration='1700'] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay='1700'],
body[data-aos-delay='1700'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1700'].aos-animate,
body[data-aos-delay='1700'] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration='1750'],
body[data-aos-duration='1750'] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay='1750'],
body[data-aos-delay='1750'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1750'].aos-animate,
body[data-aos-delay='1750'] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration='1800'],
body[data-aos-duration='1800'] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay='1800'],
body[data-aos-delay='1800'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1800'].aos-animate,
body[data-aos-delay='1800'] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration='1850'],
body[data-aos-duration='1850'] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay='1850'],
body[data-aos-delay='1850'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1850'].aos-animate,
body[data-aos-delay='1850'] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration='1900'],
body[data-aos-duration='1900'] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay='1900'],
body[data-aos-delay='1900'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1900'].aos-animate,
body[data-aos-delay='1900'] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration='1950'],
body[data-aos-duration='1950'] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay='1950'],
body[data-aos-delay='1950'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1950'].aos-animate,
body[data-aos-delay='1950'] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration='2000'],
body[data-aos-duration='2000'] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay='2000'],
body[data-aos-delay='2000'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2000'].aos-animate,
body[data-aos-delay='2000'] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration='2050'],
body[data-aos-duration='2050'] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay='2050'],
body[data-aos-delay='2050'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2050'].aos-animate,
body[data-aos-delay='2050'] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration='2100'],
body[data-aos-duration='2100'] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay='2100'],
body[data-aos-delay='2100'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2100'].aos-animate,
body[data-aos-delay='2100'] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration='2150'],
body[data-aos-duration='2150'] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay='2150'],
body[data-aos-delay='2150'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2150'].aos-animate,
body[data-aos-delay='2150'] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration='2200'],
body[data-aos-duration='2200'] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay='2200'],
body[data-aos-delay='2200'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2200'].aos-animate,
body[data-aos-delay='2200'] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration='2250'],
body[data-aos-duration='2250'] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay='2250'],
body[data-aos-delay='2250'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2250'].aos-animate,
body[data-aos-delay='2250'] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration='2300'],
body[data-aos-duration='2300'] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay='2300'],
body[data-aos-delay='2300'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2300'].aos-animate,
body[data-aos-delay='2300'] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration='2350'],
body[data-aos-duration='2350'] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay='2350'],
body[data-aos-delay='2350'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2350'].aos-animate,
body[data-aos-delay='2350'] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration='2400'],
body[data-aos-duration='2400'] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay='2400'],
body[data-aos-delay='2400'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2400'].aos-animate,
body[data-aos-delay='2400'] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration='2450'],
body[data-aos-duration='2450'] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay='2450'],
body[data-aos-delay='2450'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2450'].aos-animate,
body[data-aos-delay='2450'] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration='2500'],
body[data-aos-duration='2500'] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay='2500'],
body[data-aos-delay='2500'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration='2550'],
body[data-aos-duration='2550'] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay='2550'],
body[data-aos-delay='2550'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2550'].aos-animate,
body[data-aos-delay='2550'] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration='2600'],
body[data-aos-duration='2600'] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay='2600'],
body[data-aos-delay='2600'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2600'].aos-animate,
body[data-aos-delay='2600'] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration='2650'],
body[data-aos-duration='2650'] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay='2650'],
body[data-aos-delay='2650'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2650'].aos-animate,
body[data-aos-delay='2650'] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration='2700'],
body[data-aos-duration='2700'] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay='2700'],
body[data-aos-delay='2700'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2700'].aos-animate,
body[data-aos-delay='2700'] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration='2750'],
body[data-aos-duration='2750'] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay='2750'],
body[data-aos-delay='2750'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2750'].aos-animate,
body[data-aos-delay='2750'] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration='2800'],
body[data-aos-duration='2800'] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay='2800'],
body[data-aos-delay='2800'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2800'].aos-animate,
body[data-aos-delay='2800'] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration='2850'],
body[data-aos-duration='2850'] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay='2850'],
body[data-aos-delay='2850'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2850'].aos-animate,
body[data-aos-delay='2850'] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration='2900'],
body[data-aos-duration='2900'] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay='2900'],
body[data-aos-delay='2900'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2900'].aos-animate,
body[data-aos-delay='2900'] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration='2950'],
body[data-aos-duration='2950'] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay='2950'],
body[data-aos-delay='2950'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2950'].aos-animate,
body[data-aos-delay='2950'] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration='3000'],
body[data-aos-duration='3000'] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay='3000'],
body[data-aos-delay='3000'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='3000'].aos-animate,
body[data-aos-delay='3000'] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing='linear'],
body[data-aos-easing='linear'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing='ease'],
body[data-aos-easing='ease'] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing='ease-in'],
body[data-aos-easing='ease-in'] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing='ease-out'],
body[data-aos-easing='ease-out'] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing='ease-in-out'],
body[data-aos-easing='ease-in-out'] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing='ease-in-back'],
body[data-aos-easing='ease-in-back'] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing='ease-out-back'],
body[data-aos-easing='ease-out-back'] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing='ease-in-out-back'],
body[data-aos-easing='ease-in-out-back'] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing='ease-in-sine'],
body[data-aos-easing='ease-in-sine'] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing='ease-out-sine'],
body[data-aos-easing='ease-out-sine'] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing='ease-in-out-sine'],
body[data-aos-easing='ease-in-out-sine'] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing='ease-in-quad'],
body[data-aos-easing='ease-in-quad'] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing='ease-out-quad'],
body[data-aos-easing='ease-out-quad'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing='ease-in-out-quad'],
body[data-aos-easing='ease-in-out-quad'] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing='ease-in-cubic'],
body[data-aos-easing='ease-in-cubic'] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing='ease-out-cubic'],
body[data-aos-easing='ease-out-cubic'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing='ease-in-out-cubic'],
body[data-aos-easing='ease-in-out-cubic'] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing='ease-in-quart'],
body[data-aos-easing='ease-in-quart'] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing='ease-out-quart'],
body[data-aos-easing='ease-out-quart'] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing='ease-in-out-quart'],
body[data-aos-easing='ease-in-out-quart'] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  transform: translate(0);
}

[data-aos='fade-up'] {
  transform: translateY(60px);
}

[data-aos='fade-down'] {
  transform: translateY(-60px);
}

[data-aos='fade-right'] {
  transform: translate(-60px);
}

[data-aos='fade-left'] {
  transform: translate(60px);
}

[data-aos='fade-up-right'] {
  transform: translate(-60px, 60px);
}

[data-aos='fade-up-left'] {
  transform: translate(60px, 60px);
}

[data-aos='fade-down-right'] {
  transform: translate(-60px, -60px);
}

[data-aos='fade-down-left'] {
  transform: translate(60px, -60px);
}

[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}

[data-aos='zoom-in'] {
  transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  transform: translateY(60px) scale(0.6);
}

[data-aos='zoom-in-down'] {
  transform: translateY(-60px) scale(0.6);
}

[data-aos='zoom-in-right'] {
  transform: translate(-60px) scale(0.6);
}

[data-aos='zoom-in-left'] {
  transform: translate(60px) scale(0.6);
}

[data-aos='zoom-out'] {
  transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  transform: translateY(60px) scale(1.2);
}

[data-aos='zoom-out-down'] {
  transform: translateY(-60px) scale(1.2);
}

[data-aos='zoom-out-right'] {
  transform: translate(-60px) scale(1.2);
}

[data-aos='zoom-out-left'] {
  transform: translate(60px) scale(1.2);
}

[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  transform: translate(0);
}

[data-aos='slide-up'] {
  transform: translateY(100%);
}

[data-aos='slide-down'] {
  transform: translateY(-100%);
}

[data-aos='slide-right'] {
  transform: translateX(-100%);
}

[data-aos='slide-left'] {
  transform: translateX(100%);
}

[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*# sourceMappingURL=aos.css.map*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/assets/img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #b23427;
  font-size: 16px;
  font-family: 'HelveticaNeue-Roman';
  font-weight: bold;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  text-transform: capitalize;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  text-decoration: underline;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #db807f;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #b23427;
}

/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-overflow-scrolling: touch;
}

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.relativo {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -moz-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  -o-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite;
}

@-webkit-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

@-moz-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

@-ms-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

@-o-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}

/* IOS preloader */
/*
.vbox-preloader{
    position:fixed;
    width:32px;
    height:32px;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    background-image: url(preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed;
    width:32px;
    height:11px;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    background-image: url(preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed;
    width:32px;
    height:10px;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    background-image: url(preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-next,
.vbox-prev {
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-indent: -100px;
  overflow: hidden;
}

.vbox-prev {
  left: 10px;
  background: image-url("prev.gif") center center no-repeat;
}

.vbox-next {
  right: 10px;
  background: image-url("next.gif") center center no-repeat;
}

.vbox-title {
  width: 100%;
  font-family: 'HelveticaNeueLT-condensed';
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none !important;
  left: 0;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none;
}

/* ------- inline window ------ */
.vbox-inline {
  border: none;
  box-shadow: 10px 10px 10px #ccc;
  height: auto !important;
  width: 100% !important;
}

.vbox-inline p {
  font-family: 20px;
  padding: 10px;
}

.vbox-inline iframe {
  height: 440px;
}

@media (max-width: 767px) {
  .vbox-inline iframe {
    height: 270px;
  }
}

@media (max-width: 460px) {
  .vbox-inline iframe {
    height: 200px;
  }
}

.venoframecopy {
  background: #fff;
  box-shadow: 10px 10px 10px #ccc;
  font-size: 20px;
  margin-top: -5px;
  padding: 40px 0px;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  border: none;
  box-shadow: 10px 10px 10px #ccc;
  width: 960px !important;
  height: 549px !important;
}

@media (max-width: 992px) {
  .venoframe {
    width: 640px !important;
    height: 480px !important;
  }
}

@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    width: 100% !important;
    height: 315px !important;
  }
}

@media (max-width: 460px) {
  .vbox-inline {
    height: auto !important;
    width: 100% !important;
  }
  .venoframe {
    width: 100% !important;
    height: 260px !important;
  }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container {
  position: relative;
  background: #000;
  width: 98%;
  max-width: 1024px;
  margin: 0 auto;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
}

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

.vwrap {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  height: auto;
  overflow: hidden;
  z-index: 1;
}

/* Screen sizes */
/* Containers */
/* Colours */
/* Fonts */
@media (max-width: 449.98px) {
  body {
    overflow-x: hidden;
    width: 100%;
  }
}

body.filters-active {
  overflow: hidden;
}

.preload * {
  transition: none !important;
}

.flex {
  display: flex;
}

@media (max-width: 767.98px) {
  .flex {
    display: block;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 1023.98px) {
  .mobile-only {
    display: block !important;
  }
}

.desktop-only {
  display: none !important;
}

@media (min-width: 1024px) {
  .desktop-only {
    display: block !important;
  }
}

.mobile-full-image {
  margin-left: -15px;
  width: calc(100% + 30px);
}

.banner-spacer {
  margin: 110px 0 0;
}

@media (max-width: 1023.98px) {
  .banner-spacer {
    margin: 40px 0 0;
  }
}

.clear {
  clear: both;
}

iframe {
  border: 0;
  min-width: 100%;
}

.scEmptyImage {
  width: auto !important;
}

#inline {
  display: none;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.ee-message {
  background: #fff;
  border: 1px dashed #b23427;
  display: block;
  margin: 10px 0;
  padding: 10px 12px;
  width: 100%;
}

.ee-message.inline {
  display: inline-block;
  width: auto;
}

.d-none {
  display: none !important;
}

/**
 * Fonts
 */
@font-face {
  font-family: "Garamond-Regular";
  src: url("/assets/fonts/GaramondAOW01-Regular.eot?") format("eot"), url("/assets/fonts/GaramondAOW01-Regular.woff2") format("woff2"), url("/assets/fonts/GaramondAOW01-Regular.woff") format("woff"), url("/assets/fonts/GaramondAOW01-Regular.ttf") format("truetype"), url("/assets/fonts/GaramondAOW01-Regular.svg#Garamond-Regular") format("svg");
}

@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("/assets/fonts/HelveticaNeueLTPro-Lt.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeue-Roman";
  src: url("/assets/fonts/HelveticaNeueLTW06-55Roman.eot?") format("eot"), url("/assets/fonts/HelveticaNeueLTW06-55Roman.woff2") format("woff2"), url("/assets/fonts/HelveticaNeueLTW06-55Roman.woff") format("woff"), url("/assets/fonts/HelveticaNeueLTW06-55Roman.ttf") format("truetype"), url("/assets/fonts/HelveticaNeueLTW06-55Roman.svg#HelveticaNeue-Roman") format("svg");
}

@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("/assets/fonts/HelveticaNeueLTW06-75Bold.eot?") format("eot"), url("/assets/fonts/HelveticaNeueLTW06-75Bold.woff2") format("woff2"), url("/assets/fonts/HelveticaNeueLTW06-75Bold.woff") format("woff"), url("/assets/fonts/HelveticaNeueLTW06-75Bold.ttf") format("truetype"), url("/assets/fonts/HelveticaNeueLTW06-75Bold.svg#HelveticaNeue-Bold") format("svg");
}

@font-face {
  font-family: "HelveticaNeue-BoldCondensed";
  src: url("/assets/fonts/HelveticaNeueLTW06-77BoldCn.eot?") format("eot"), url("/assets/fonts/HelveticaNeueLTW06-77BoldCn.woff2") format("woff2"), url("/assets/fonts/HelveticaNeueLTW06-77BoldCn.woff") format("woff"), url("/assets/fonts/HelveticaNeueLTW06-77BoldCn.ttf") format("truetype"), url("/assets/fonts/HelveticaNeueLTW06-77BoldCn.svg#HelveticaNeue-BoldCondensed") format("svg");
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #425563;
  font-family: "Garamond-Regular", Georgia, serif;
  line-height: 1;
}

a, p a,
.rte-content a {
  color: #b23427;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

h1 {
  color: #b23427;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 50px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1.6px;
  line-height: 100%;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 66px;
  }
}

:lang(de) h1 {
  hyphens: auto;
  word-break: break-word;
}

.main-container-article h1 {
  color: #425563;
  line-height: 100%;
  margin-bottom: 20px;
  max-width: 960px;
}

h1.white {
  color: #fff;
}

h1.hero-title {
  color: #fff;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 53px;
}

@media (min-width: 1024px) {
  h1.hero-title {
    font-size: 66px;
    line-height: 73px;
  }
}

.promo-spotlight-wrapper .heading--promo, .chapter-spotlight-wrapper .main-heading,
h2 {
  color: #425563;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1.25px;
  line-height: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .promo-spotlight-wrapper .heading--promo, .chapter-spotlight-wrapper .main-heading,
  h2 {
    font-size: 50px;
  }
}

.main-container--hub-landing .promo-spotlight-wrapper .heading--promo, .promo-spotlight-wrapper .main-container--hub-landing .heading--promo, .main-container--hub-landing .chapter-spotlight-wrapper .main-heading, .chapter-spotlight-wrapper .main-container--hub-landing .main-heading, .main-container--hub-landing
h2 {
  margin-bottom: 30px;
}

.promo-spotlight-wrapper .white.heading--promo, .chapter-spotlight-wrapper .white.main-heading,
h2.white {
  color: #fff;
}

.promo-spotlight-wrapper .primary.heading--promo, .chapter-spotlight-wrapper .primary.main-heading,
h2.primary {
  color: #b23427;
}

h3 {
  color: #425563;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 2.9vw;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1241.37931034px) {
  h3 {
    font-size: 36px;
  }
}

@media (min-width: 1379.31034483px) {
  h3 {
    font-size: 40px;
  }
}

h3.primary {
  color: #b23427;
}

h4,
.supportingcopy {
  color: #425563;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 2.9vw;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.125;
}

@media (max-width: 965.517241379px) {
  h4,
  .supportingcopy {
    font-size: 28px;
  }
}

@media (min-width: 965.517241379px) {
  h4,
  .supportingcopy {
    font-size: 28px;
  }
}

h4.red-title,
.supportingcopy.red-title {
  border-bottom: 1px solid #b23427;
  color: #b23427;
  padding-bottom: 20px;
}

h4.primary,
.supportingcopy.primary {
  color: #b23427;
}

h5 {
  color: #b23427;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -.4px;
}

h5.secondary {
  color: #425563;
}

@media (min-width: 1024px) {
  .section-left--sub h5,
  .section-right--sub h5 {
    border-bottom: 1px solid #b23427;
    padding-bottom: 5px;
  }
}

h6 {
  color: #b23427;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -.3px;
  line-height: 22px;
}

.headline-article-small {
  color: #425563;
  font-family: "HelveticaNeue-BoldCondensed", Arial, Helvetica, sans-serif;
  font-size: 2.9vw;
  font-style: normal;
  font-weight: bold;
  margin-top: 0;
}

@media (max-width: 620.689655172px) {
  .headline-article-small {
    font-size: 18px;
  }
}

@media (min-width: 689.655172414px) {
  .headline-article-small {
    font-size: 20px;
  }
}

.headline-article-small.white {
  color: #fff;
}

.headline-article-small.smaller {
  font-size: 2.9vw;
}

@media (max-width: 344.827586207px) {
  .headline-article-small.smaller {
    font-size: 10px;
  }
}

@media (min-width: 413.793103448px) {
  .headline-article-small.smaller {
    font-size: 12px;
  }
}

.headline-article-small.uppercase {
  text-transform: uppercase;
}

main .intro-text,
main span.intro-text,
main .intro-text p {
  color: #425563;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 22px;
  padding-bottom: 0;
}

p,
.rte-content {
  color: inherit;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -.2px;
  line-height: 30px;
  margin-bottom: 15px;
}

p h3,
.rte-content h3 {
  margin-top: 20px;
}

p span,
.rte-content span {
  font-size: inherit;
}

p a,
.rte-content a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

p ul,
p ol,
.rte-content ul,
.rte-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 40px;
  padding-left: 40px;
}

p ul,
.rte-content ul {
  list-style-type: disc;
}

p ul li,
.rte-content ul li {
  display: list-item;
  list-style: inherit;
}

p ol,
.rte-content ol {
  list-style-type: decimal;
}

p ol li,
.rte-content ol li {
  display: list-item;
  list-style: inherit;
}

.descriptive-text {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

.warning,
.article-header {
  color: #b23427;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -.2px;
  line-height: 1.8;
  text-transform: uppercase;
}

.credits {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: italic;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
}

blockquote {
  color: #252b37;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 36px;
  font-size: 2.6vw;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.27;
  margin: 0;
  max-width: 410px;
  padding-left: 35px;
}

@media (max-width: 923.076923077px) {
  blockquote {
    font-size: 24px;
  }
}

@media (min-width: 1384.61538462px) {
  blockquote {
    font-size: 36px;
  }
}

blockquote p {
  color: #252b37;
  display: inline-block;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 36px;
  font-size: 2.6vw;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.27;
  margin: 0 !important;
  padding-right: 20px;
}

@media (max-width: 923.076923077px) {
  blockquote p {
    font-size: 24px;
  }
}

@media (min-width: 1384.61538462px) {
  blockquote p {
    font-size: 36px;
  }
}

blockquote p:before {
  color: #569bbe;
  content: open-quote;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 80%;
  margin-left: -35px;
  margin-top: 0;
  position: absolute;
}

blockquote p:after {
  color: #569bbe;
  content: close-quote;
  display: inline-block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 80%;
  margin-left: 10px;
  margin-top: 10px;
  position: absolute;
}

@media (max-width: 449.98px) {
  blockquote {
    margin: 0 auto;
    width: 85%;
  }
}

.quote-source {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  margin-top: 15px;
  padding: 0 15px;
}

.cta-level-three,
.cta-level-three p {
  color: #b23427;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
}

.cta-level-three.secondary,
.cta-level-three p.secondary {
  color: #425563;
}

.cta-level-three:after,
.cta-level-three p:after {
  content: ' →';
}

.cta-level-three.arrow-left:after,
.cta-level-three p.arrow-left:after {
  content: none;
}

.cta-level-three.arrow-left:before,
.cta-level-three p.arrow-left:before {
  content: '← ';
}

.cta-level-three:hover, .cta-level-three:active, .cta-level-three:focus,
.cta-level-three p:hover,
.cta-level-three p:active,
.cta-level-three p:focus {
  text-decoration: underline;
}

.cta-level-three p {
  display: inline;
}

.cta-level-three p:after {
  content: none;
}

.cta-underline {
  color: #b23427;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.6;
  text-decoration: underline;
}

.rtl-text {
  direction: rtl;
  text-align: start;
}

/**
 * Show/Hide text for EE
 */
[data-js='content'] p {
  display: none;
}

@media (min-width: 450px) {
  [data-js='content'] p {
    display: block;
    margin: 15px 0;
  }
}

@media (max-width: 449.98px) {
  .m01-container [data-js='content'] .button {
    margin-top: 0;
  }
}

[data-js='content'].is-visible p {
  display: block;
}

@media (max-width: 449.98px) {
  .m01-container [data-js='content'].is-visible .button {
    margin-top: 40px;
  }
}

[data-js='content'] ul,
[data-js='content'] ol {
  color: #425563;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  line-height: 25px;
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 40px;
  padding-left: 40px;
}

[data-js='content'] ul li {
  list-style: disc;
}

[data-js='content'] ol li {
  list-style: decimal;
}

.red-text {
  color: #b23427;
}

.button,
.banner .circle .circle__content a,
.featured-section--circle-cta .circle__content a {
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  height: auto;
  letter-spacing: normal;
  line-height: initial;
  min-width: 200px;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
  transition: ease-in-out .5s;
  white-space: normal;
}

.button.small,
.banner .circle .circle__content a.small,
.featured-section--circle-cta .circle__content a.small {
  min-width: auto;
}

.button.primary,
.banner .circle .circle__content a.primary,
.featured-section--circle-cta .circle__content a.primary {
  background: #b23427;
  border: 1px solid #b23427;
  color: #fff;
}

.button.primary.download,
.banner .circle .circle__content a.primary.download,
.featured-section--circle-cta .circle__content a.primary.download {
  background: #b23427 url("/assets/img/png/download-icon.png") no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  margin-top: 40px;
  padding-left: 30px;
}

.button.primary:hover, .button.primary:active, .button.primary:focus,
.banner .circle .circle__content a.primary:hover,
.featured-section--circle-cta .circle__content a.primary:hover,
.banner .circle .circle__content a.primary:active,
.featured-section--circle-cta .circle__content a.primary:active,
.banner .circle .circle__content a.primary:focus,
.featured-section--circle-cta .circle__content a.primary:focus {
  background: #fff;
  color: #b23427;
}

.button.primary:disabled,
.button.primary .button[disabled],
.banner .circle .circle__content a.primary:disabled,
.featured-section--circle-cta .circle__content a.primary:disabled,
.banner .circle .circle__content a.primary .button[disabled],
.featured-section--circle-cta .circle__content a.primary .button[disabled] {
  background: #d0d5d8;
  border: 1px solid #d0d5d8;
  color: #fff;
}

.button.secondary,
.banner .circle .circle__content a.secondary,
.featured-section--circle-cta .circle__content a.secondary {
  background: #fff;
  border: 1px solid #b23427;
  color: #b23427;
}

.button.secondary:hover, .button.secondary:active, .button.secondary:focus,
.banner .circle .circle__content a.secondary:hover,
.featured-section--circle-cta .circle__content a.secondary:hover,
.banner .circle .circle__content a.secondary:active,
.featured-section--circle-cta .circle__content a.secondary:active,
.banner .circle .circle__content a.secondary:focus,
.featured-section--circle-cta .circle__content a.secondary:focus {
  background: #b23427;
  color: #fff;
}

.button.secondary:disabled,
.button.secondary .button[disabled],
.banner .circle .circle__content a.secondary:disabled,
.featured-section--circle-cta .circle__content a.secondary:disabled,
.banner .circle .circle__content a.secondary .button[disabled],
.featured-section--circle-cta .circle__content a.secondary .button[disabled] {
  background: #fff;
  border: 1px solid #d0d5d8;
  color: #d0d5d8;
}

.button.grey,
.banner .circle .circle__content a.grey,
.featured-section--circle-cta .circle__content a.grey {
  background: #fff;
  border: 1px solid #425563;
  color: #425563;
}

.button.grey:hover, .button.grey:active, .button.grey:focus,
.banner .circle .circle__content a.grey:hover,
.featured-section--circle-cta .circle__content a.grey:hover,
.banner .circle .circle__content a.grey:active,
.featured-section--circle-cta .circle__content a.grey:active,
.banner .circle .circle__content a.grey:focus,
.featured-section--circle-cta .circle__content a.grey:focus {
  background: #425563;
  color: #fff;
}

.button.grey:disabled,
.button.grey .button[disabled],
.banner .circle .circle__content a.grey:disabled,
.featured-section--circle-cta .circle__content a.grey:disabled,
.banner .circle .circle__content a.grey .button[disabled],
.featured-section--circle-cta .circle__content a.grey .button[disabled] {
  background: #fff;
  border: 1px solid #d0d5d8;
  color: #d0d5d8;
}

.button.gold,
.banner .circle .circle__content a.gold,
.featured-section--circle-cta .circle__content a.gold {
  background: #9b945f;
  border: 1px solid #9b945f;
  color: #252b37;
}

.button.gold:hover, .button.gold:active, .button.gold:focus,
.banner .circle .circle__content a.gold:hover,
.featured-section--circle-cta .circle__content a.gold:hover,
.banner .circle .circle__content a.gold:active,
.featured-section--circle-cta .circle__content a.gold:active,
.banner .circle .circle__content a.gold:focus,
.featured-section--circle-cta .circle__content a.gold:focus {
  background: #252b37;
  color: #9b945f;
}

.button.gold:disabled,
.button.gold .button[disabled],
.banner .circle .circle__content a.gold:disabled,
.featured-section--circle-cta .circle__content a.gold:disabled,
.banner .circle .circle__content a.gold .button[disabled],
.featured-section--circle-cta .circle__content a.gold .button[disabled] {
  background: #fff;
  border: 1px solid #d0d5d8;
  color: #d0d5d8;
}

.button.transparent,
.banner .circle .circle__content a.transparent,
.featured-section--circle-cta .circle__content a.transparent {
  background: transparent;
  border: 1px solid #b23427;
  color: #b23427;
}

.button.transparent:hover, .button.transparent:active, .button.transparent:focus,
.banner .circle .circle__content a.transparent:hover,
.featured-section--circle-cta .circle__content a.transparent:hover,
.banner .circle .circle__content a.transparent:active,
.featured-section--circle-cta .circle__content a.transparent:active,
.banner .circle .circle__content a.transparent:focus,
.featured-section--circle-cta .circle__content a.transparent:focus {
  background: #fff;
  color: #b23427;
}

.button.transparent:disabled,
.button.transparent .button[disabled],
.banner .circle .circle__content a.transparent:disabled,
.featured-section--circle-cta .circle__content a.transparent:disabled,
.banner .circle .circle__content a.transparent .button[disabled],
.featured-section--circle-cta .circle__content a.transparent .button[disabled] {
  background: #d0d5d8;
  border: 1px solid #d0d5d8;
  color: #fff;
}

.button.dark-transparency,
.banner .circle .circle__content a.dark-transparency,
.featured-section--circle-cta .circle__content a.dark-transparency {
  background: transparent;
  border: 1px solid #fff;
}

@media print {
  main {
    margin-top: 0 !important;
  }
  main > * {
    page-break-before: always;
  }
  .featured-section .text-block > *,
  .stat-spotlight p,
  .stat-spotlight ul li,
  .text-tags h2,
  .highlight-spotlight-wrapper p,
  .highlight-spotlight-wrapper figure {
    color: #425563 !important;
  }
  .stat-spotlight p,
  .headline-article-small,
  h2.primary {
    font-size: 16px !important;
  }
  .stat-spotlight-wrapper .stat-spotlight__item,
  .owl-carousel .owl-item {
    height: auto !important;
  }
  .featured-section,
  .featured-section .featured-section--block,
  .contact-spotlight .contact-spotlight__results-item .contact-spotlight__results-item-content,
  .text-image__left__right-col,
  .text-image__right__right-col,
  .promo-spotlight-wrapper .promo-spotlight .owl-item {
    min-height: auto !important;
  }
  h2 {
    text-align: left !important;
  }
  .text-columns .flex,
  .contact-promo .flex .accordion-content,
  .chapter-spotlight-wrapper .chapter-spotlight .accordion-content,
  .promo-spotlight__content {
    display: block !important;
    padding: 0 !important;
  }
  .contact-details-spotlight .left-col img,
  .hero-image,
  .owl-carousel .owl-item img {
    width: 50% !important;
  }
  .contact-details-spotlight .right-col ul li a:before,
  .contact-details-spotlight .right-col ul li.clock,
  .highlight-spotlight__open a,
  .video-spotlight-wrapper,
  .contact-spotlight__results-item-view,
  .dropdown-control,
  .dropdown-placeholder,
  .comment-section,
  .promo-spotlight-wrapper .promo-spotlight .watch-video a:first-child:after,
  .section-right__section p a,
  .hero-image {
    display: none !important;
  }
  .quote-spotlight-wrapper,
  .featured-section .text-block,
  .contact-promo .flex h5,
  .contact-promo .flex p {
    padding: 0 !important;
  }
  a.button, a.primary, a.secondary, a.cta-level-three {
    display: none !important;
  }
  .text-tags ul,
  .text-links ul {
    display: block !important;
    text-align: left !important;
  }
  .text-tags ul li,
  .text-links ul li {
    display: block !important;
    text-align: left !important;
  }
  .text-tags ul li a,
  .text-links ul li a {
    color: #425563 !important;
  }
  blockquote,
  .stat-spotlight-wrapper {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  blockquote p {
    text-align: left !important;
    width: 80% !important;
  }
  .text-links a:after,
  .text-tags a:after {
    content: "(www.allenovery.com" attr(href) ")";
  }
  .owl-carousel .owl-item {
    float: none !important;
  }
  .quote-spotlight-wrapper .owl-item,
  .owl-carousel .owl-stage,
  .quote-spotlight-wrapper .quote-spotlight .owl-item div {
    width: 100% !important;
  }
  .highlight-spotlight-wrapper .owl-item .highlight-spotlight__item:after {
    padding-bottom: 30% !important;
  }
  #cookieConsent,
  .banner,
  .breadcrumbs,
  .heading-selector-rf,
  footer,
  .region-selector,
  .share-this,
  .module-map,
  nav,
  .section-left--sub .accordion__wrapper,
  .text-image-carousel-wrapper,
  .image-wrapper,
  .video-mod,
  .accordion-toggle,
  .form-element,
  .side-navigation,
  .twitter-feed-wrapper,
  .region-selector,
  .filter-sort-wrapper,
  .camera.active,
  .cookie-policy {
    display: none !important;
  }
  .contact-promo__info img {
    max-width: 266px !important;
  }
  .aos-init {
    opacity: 1 !important;
    transform: translate(0) !important;
  }
}

html[lang='ar'] {
  /**
   * Map
   */
}

html[lang='ar'] .text-rte,
html[lang='ar'] .inner-content,
html[lang='ar'] .floating-cards--item,
html[lang='ar'] .m01-container,
html[lang='ar'] .hero-image,
html[lang='ar'] .text-columns,
html[lang='ar'] .quote-spotlight-wrapper,
html[lang='ar'] .article-spotlight__item,
html[lang='ar'] .stat-spotlight-wrapper,
html[lang='ar'] .promo-spotlight__content,
html[lang='ar'] .contact-details-spotlight .right-col,
html[lang='ar'] .video-spotlight-wrapper .flex__item__footer,
html[lang='ar'] .content-promo--copy,
html[lang='ar'] .content-promo h2,
html[lang='ar'] .video-spotlight-wrapper h2,
html[lang='ar'] .contact-promo,
html[lang='ar'] .chapter-spotlight__item,
html[lang='ar'] .text-image__left__left-col,
html[lang='ar'] .text-image__right__left-col,
html[lang='ar'] .text-image-carousel,
html[lang='ar'] .video-mod__info--pos,
html[lang='ar'] .video-mod__small--copy,
html[lang='ar'] .module-map .info-container,
html[lang='ar'] .text-tabs-horizontal,
html[lang='ar'] .text-tabs-horizontal-wrapper .slide-container .left-col,
html[lang='ar'] .text-tabs-horizontal-wrapper .slide-container .full-width,
html[lang='ar'] .text-tabs-vertical-wrapper,
html[lang='ar'] .text-image-spotlight__item--copy,
html[lang='ar'] .quote-wrapper blockquote,
html[lang='ar'] .intro-article-spotlight-wrapper,
html[lang='ar'] .download-spotlight-wrapper,
html[lang='ar'] .side-navigation,
html[lang='ar'] .nav-heading,
html[lang='ar'] .event-spotlight-wrapper,
html[lang='ar'] .section-right__section,
html[lang='ar'] .cookie-policy,
html[lang='ar'] .intro-text,
html[lang='ar'] h2,
html[lang='ar'] .content-listing--search-results .content-item,
html[lang='ar'] .chapter-spotlight-wrapper,
html[lang='ar'] .search-overlay-container,
html[lang='ar'] .results-list--right-col,
html[lang='ar'] .results-list--left-col,
html[lang='ar'] .heading-selector-rf .dropdown-control,
html[lang='ar'] h4.primary,
html[lang='ar'] .content-listing--search-results.main-container .profile-results--cta,
html[lang='ar'] .rte-content {
  direction: rtl;
  text-align: right;
}

html[lang='ar'] .heading-selector-rf.heading-selector-rf--small .dropdown-control {
  margin-right: 0;
  padding-right: 0;
  width: 100%;
}

html[lang='ar'] .chapter-spotlight-wrapper > a {
  margin-right: 8px;
}

html[lang='ar'] .search-overlay-container button {
  left: 0;
  right: unset !important;
}

html[lang='ar'] .inner-content {
  float: right !important;
}

html[lang='ar'] .m01-container .intro-text img {
  float: left;
  margin-left: unset;
  margin-right: 10px;
}

html[lang='ar'] .featured-section .dropdown-control.custom-select-rf--featured-section select:before,
html[lang='ar'] .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before {
  left: 7.5px;
  right: unset;
}

html[lang='ar'] .text-rte ul li:before,
html[lang='ar'] .contact-details-spotlight .right-col ul li a:before {
  margin-left: 10px;
}

html[lang='ar'] blockquote > * {
  text-align: right;
}

html[lang='ar'] blockquote > *:before {
  margin-right: -35px;
}

html[lang='ar'] .jcgmt-digital,
html[lang='ar'] .jcgmt-date {
  right: 60px;
}

html[lang='ar'] .video-spotlight-wrapper .flex__item__footer--video-title,
html[lang='ar'] .video-spotlight-wrapper .flex__item__footer--video-copy {
  right: 153px;
}

html[lang='ar'] .chapter-spotlight-wrapper > h4 {
  direction: rtl;
  margin-right: 8px;
  text-align: right;
}

html[lang='ar'] .chapter-spotlight {
  direction: rtl;
  text-align: right;
}

html[lang='ar'] .chapter-spotlight .button {
  margin-right: 8px;
}

html[lang='ar'] .module-map .info-container,
html[lang='ar'] .module-map .detail-container {
  direction: rtl;
  text-align: right;
}

html[lang='ar'] .module-map .info-container.open .useful-links {
  float: left;
}

html[lang='ar'] .module-map .info-container .close,
html[lang='ar'] .module-map .detail-container .close,
html[lang='ar'] .content-listing--search-results.main-container .search-controls button {
  left: 0;
  right: unset;
}

html[lang='ar'] .content-item--profile--image-block {
  margin-left: 40px !important;
  margin-right: unset !important;
}

html[lang='ar'] .useful-links ul li a {
  padding: 10px 0 10px 30px;
}

html[lang='ar'] .useful-links li a:after {
  left: 25px;
  right: unset;
}

html[lang='ar'] .text-tabs-vertical-wrapper .text-tabs {
  border-left: 1px solid #425563;
  border-right: 0;
  margin-left: 30px;
}

html[lang='ar'] .intro-article-spotlight-wrapper .intro-article-spotlight__item .left-col {
  padding-left: 20px;
  padding-right: 0;
}

html[lang='ar'] .intro-article-spotlight-wrapper .intro-article-spotlight__item {
  padding: 0 0 0 50px;
}

html[lang='ar'] .download-spotlight-wrapper select {
  padding-right: 60px;
}

html[lang='ar'] .download-spotlight-wrapper .download-spotlight__item {
  margin-left: 20px;
  margin-right: unset;
}

html[lang='ar'] .event-spotlight-wrapper .top-section {
  padding: 0 0 20px 6%;
}

html[lang='ar'] .event-spotlight-wrapper .event-spotlight__item {
  margin-left: 15px;
  margin-right: unset;
  padding: 0 20px 20px;
}

html[lang='ar'] .cookie-policy p {
  padding-left: 30px;
  padding-right: unset;
}

html[lang='ar'] .contact-details-spotlight .right-col {
  margin-left: 180px;
}

html[lang='ar'] .heading-selector-rf h2 {
  direction: rtl;
  text-align: left;
}

html[lang='ar'] .text-image-spotlight-wrapper h2 {
  padding: 20px 20% 20px 0;
}

html[lang='ar'] .event-spotlight-wrapper .top-section .heading-selector-rf h2 {
  text-align: right;
}

html[lang='ar'] .text-tags h2,
html[lang='ar'] .text-links-wrapper h2,
html[lang='ar'] .banner .circle .circle__content h4,
html[lang='ar'] .banner .circle .circle__content p,
html[lang='ar'] .featured-section--circle-cta .circle__content p,
html[lang='ar'] .highlight-spotlight-wrapper figure,
html[lang='ar'] .highlight-spotlight-wrapper p,
html[lang='ar'] .highlight-spotlight-wrapper a,
html[lang='ar'] .contact-spotlight .contact-spotlight__results-item h4,
html[lang='ar'] .contact-spotlight .contact-spotlight__results-item p,
html[lang='ar'] .contact-spotlight .contact-spotlight__results-item .contact-spotlight__results-item-view,
html[lang='ar'] .molecules {
  direction: rtl;
  text-align: center;
}

.show-on-focus {
  border-radius: 5px;
  clip: rect(1px, 1px, 1px, 1px);
  font-family: "Garamond-Regular", Georgia, serif;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  width: 1px;
}

.show-on-focus:focus {
  background: #b23427;
  clip: auto;
  color: #fff;
  height: auto;
  text-decoration: none;
  width: auto;
  z-index: 20;
}

footer {
  background: #b23427;
  margin: 40px 0 0;
  overflow: hidden;
  width: 100%;
}

.home footer {
  margin: 0;
}

footer a {
  color: #fff;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .6px;
  line-height: inherit;
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  footer a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

footer a:hover {
  text-decoration: underline;
}

footer .footer {
  margin: 0 auto;
  max-width: 1366px;
  padding: 40px 30px;
}

@media (max-width: 1023.98px) {
  footer .footer {
    padding: 45px 15px;
  }
}

@media (max-width: 767.98px) {
  footer .footer {
    padding: 25px 15px;
  }
}

footer .footer__logo {
  display: inline-block;
}

footer .footer__logo img {
  width: 186px;
}

footer .footer__links {
  border-top: 1px solid #fff;
  margin-top: 25px;
  padding-top: 30px;
}

@media (max-width: 1023.98px) {
  footer .footer__links {
    columns: 2;
    display: block;
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  footer .footer__links {
    border-bottom: 1px solid #fff;
    border-top: 0;
    margin-top: 0;
    padding: 0 0 20px;
  }
}

@media (max-width: 449.98px) {
  footer .footer__links {
    border: 0;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
  }
}

footer .footer__links li {
  float: left;
  margin-bottom: 10px;
  margin-right: 25px;
  text-align: left;
}

footer .footer__links li a {
  line-height: 1.4;
}

footer .footer__links li:last-child {
  margin-right: 0;
}

@media (max-width: 1023.98px) {
  footer .footer__links li {
    float: none;
    margin-right: 0;
    text-align: left;
  }
}

footer .footer__social__links {
  color: #fff;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.62px;
  display: block;
  float: right;
  position: relative;
  top: -10px;
}

@media (max-width: 767.98px) {
  footer .footer__social__links {
    border-top: 1px solid #fff;
    display: flex;
    flex-flow: row wrap;
    height: auto;
    justify-content: left;
    margin-top: 15px;
    padding: 30px 0 10px;
    width: 100%;
  }
}

@media (max-width: 449.98px) {
  footer .footer__social__links {
    justify-content: flex-start;
  }
}

footer .footer__social__links li {
  float: left;
  height: 30px;
  line-height: 35px;
  margin-right: 18px;
}

@media (max-width: 767.98px) {
  footer .footer__social__links li {
    float: left;
    margin-bottom: 40px;
    margin-right: 18px;
  }
  footer .footer__social__links li:first-child {
    display: none;
  }
}

footer .footer__social__links li:last-child {
  margin-right: 0;
}

footer .footer__social__links li a {
  display: inline-block;
  height: 30px;
  transition: 0.2s;
  width: 30px;
}

footer .footer__social__links li a:hover {
  transform: scale(1.2);
}

@media (max-width: 767.98px) {
  footer .footer__social__links li a {
    height: 50px;
    width: 50px;
  }
}

footer .footer__social__links li a.twitter {
  background: url("/assets/img/png/icon-twitter.png") no-repeat;
  background-size: 100%;
}

footer .footer__social__links li a.linkedin {
  background: url("/assets/img/png/icon-linkedin.png") no-repeat;
  background-size: 100%;
}

footer .footer__social__links li a.xing {
  background: url("/assets/img/png/icon-xing.png") no-repeat;
  background-size: 100%;
}

footer .footer__social__links li a.youtube {
  background: url("/assets/img/png/icon-youtube.png") no-repeat;
  background-size: 100%;
}

footer .footer__social__links li a.facebook {
  background: url("/assets/img/png/icon-facebook.png") no-repeat;
  background-size: 100%;
}

footer .footer__social__links li a.googleplus {
  background: url("/assets/img/png/icon-googleplus.png") no-repeat;
  background-size: 100%;
}

footer .footer__social__links li a.wechat {
  background: url("/assets/img/png/icon-wechat.png") no-repeat;
  background-size: 100%;
}

footer .footer__social__links li a span {
  visibility: hidden;
}

footer .footer__copy {
  display: inline-block;
  color: #fff;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.62px;
  letter-spacing: 0.62px;
  margin-top: 30px;
  width: 100%;
}

@media (max-width: 1023.98px) {
  footer .footer__copy {
    margin-bottom: 5px;
    margin-top: 25px;
  }
}

#cookieConsent {
  background-color: rgba(178, 52, 39, 0.95);
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  line-height: 26px;
  min-height: 26px;
  padding: 40px 10%;
  position: fixed;
  right: 0;
  z-index: 9999;
}

@media (max-width: 1023.98px) {
  #cookieConsent {
    padding: 40px 15px;
  }
  #cookieConsent .accept,
  #cookieConsent .reset {
    display: inline-block;
    width: 49%;
  }
}

#cookieConsent .cookie-consent__content {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  #cookieConsent .cookie-consent__content {
    flex-direction: row;
  }
}

#cookieConsent .cookie-consent__text {
  display: flex;
  flex-direction: column;
}

#cookieConsent .cookie-consent__cta {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media (min-width: 1024px) {
  #cookieConsent .cookie-consent__cta {
    align-items: flex-start;
    flex-direction: column;
    margin-left: auto;
    width: auto;
  }
}

#cookieConsent .cookie-consent__cta a {
  display: block;
}

#cookieConsent .cookie-consent__cta a:first-of-type {
  margin-bottom: 20px;
}

#cookieConsent a {
  color: #fff;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#cookieConsent a:hover {
  text-decoration: underline;
}

#cookieConsent p,
#cookieConsent h4 {
  color: #fff;
  line-height: 24px;
  width: 80%;
}

@media (max-width: 1023.98px) {
  #cookieConsent p,
  #cookieConsent h4 {
    width: 100%;
  }
}

#cookieConsent p {
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
}

#cookieConsent h4 {
  font-size: 34px;
  margin-bottom: 20px;
}

#closeCookieConsent {
  cursor: pointer;
  display: inline-block;
  font-size: 40px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 20px;
}

#closeCookieConsent:focus, #closeCookieConsent:hover {
  color: #fff;
}

#cookieConsent a.ok,
#cookieConsent a.reset {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  width: 260px;
}

#cookieConsent a.ok:focus, #cookieConsent a.ok:hover,
#cookieConsent a.reset:focus,
#cookieConsent a.reset:hover {
  background-color: #fff;
  color: #b23427;
  text-decoration: none;
}

#cookieConsent a.ok {
  right: 10%;
  top: 40px;
}

@media (max-width: 1023.98px) {
  #cookieConsent a.ok {
    display: inline-block;
    left: 0;
    position: relative;
    top: 10px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 449.98px) {
  #cookieConsent a.ok {
    font-size: 13px;
  }
}

#cookieConsent a.reset {
  right: 10%;
  top: 120px;
}

@media (max-width: 1023.98px) {
  #cookieConsent a.reset {
    display: inline-block;
    left: 0;
    position: relative;
    top: 10px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 449.98px) {
  #cookieConsent a.reset {
    font-size: 13px;
  }
}

.span-1 {
  width: 6.7796610169%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-2 {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-3 {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-4 {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-5 {
  width: 40.6779661017%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-6 {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-7 {
  width: 57.6271186441%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-8 {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-9 {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-10 {
  width: 83.0508474576%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-11 {
  width: 91.5254237288%;
  float: left;
  margin-right: 1.6949152542%;
}

.span-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.last {
  float: right;
  margin-right: 0;
}

/* Menu Container */
nav .nav li .dropdown .main-nav-link a:after, nav .nav .nav-column-container .nav-column a .nav-heading:after {
  background: url("/assets/img/png/arrow-right.png") no-repeat;
  background-position: bottom;
  background-size: 50%;
  content: '';
  height: 16px;
  margin-top: -3px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
}

nav {
  background: #fff;
  border-bottom: 1px solid #d0d5d8;
  left: 0;
  margin: 0 auto;
  min-height: 52px;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform linear 0.2s;
  width: 100%;
  z-index: 101;
}

.no-touch nav {
  position: absolute;
}

@media (min-height: 780px) {
  .no-touch nav {
    position: fixed;
  }
}

.experience-editor nav {
  position: static !important;
  transform: translate3d(0, 0, 0) !important;
}

nav .current-page-item a {
  color: #b23427;
}

@media (min-width: 1024px) {
  nav.is-hidden {
    transform: translate3d(0, -100%, 0);
  }
}

@media (max-width: 1023.98px) {
  nav .region-selector {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  nav.is-visible {
    height: 52px;
    position: fixed;
  }
}

nav a {
  box-sizing: border-box;
}

nav a img.logo {
  width: calc(372px / 2);
}

@media (max-width: 1023.98px) {
  nav a img.logo {
    display: none;
    left: 50%;
    margin-left: -75px;
    padding-top: 0;
    vertical-align: top;
    width: 150px;
  }
}

nav .nav {
  background: #fff;
  cursor: default;
  display: flex;
  flex-direction: row;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
  transition: opacity .2s ease-out;
}

nav .nav .language-mobile {
  font-family: "Garamond-Regular", Georgia, serif;
}

nav .nav .language-mobile span {
  color: #b23427;
}

@media (min-width: 1024px) {
  nav .nav {
    align-items: center;
  }
}

@media (max-width: 1023.98px) {
  nav .nav {
    padding: 15px 25px 2px 15px;
  }
}

@media (max-width: 1023.98px) {
  nav .nav {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.98), white);
    flex-direction: column;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: -100vh;
    transition: all .5s ease-out;
    width: 100%;
    z-index: -1;
  }
  nav .nav.is-active {
    height: 80vh;
    opacity: 1;
    overflow-y: auto;
    top: 52px;
  }
}

nav .nav a {
  text-decoration: none;
}

@media (min-width: 1024px) {
  nav .nav > li {
    text-align: center;
  }
}

@media (max-width: 1023.98px) {
  nav .nav > li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

nav .nav li {
  flex-grow: 0;
  list-style: none;
}

@media (min-width: 1024px) {
  nav .nav li {
    flex-grow: 1;
  }
}

nav .nav li:first-child {
  text-align: left;
}

@media (max-width: 1023.98px) {
  nav .nav li:first-child a {
    border-top: 0;
  }
}

nav .nav li.nav-logo {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

nav .nav li.global-site {
  border-bottom: 1px solid #d0d5d8;
  font-family: "Garamond-Regular", Georgia, serif;
}

nav .nav li.global-site .region-selector__global-site {
  padding: 0 15px;
}

nav .nav li.global-site a {
  border-bottom: 0;
  color: #b23427;
  padding-left: 30px;
}

nav .nav li.language,
nav .nav li.language .label {
  line-height: 58px;
  margin: 0 15px;
}

nav .nav li.language .region-selector__dropdown,
nav .nav li.language .label .region-selector__dropdown {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

nav .nav li.language .region-selector__dropdown .is-expanded .custom-select-rf--label:before,
nav .nav li.language .label .region-selector__dropdown .is-expanded .custom-select-rf--label:before {
  border-top-color: #b23427 !important;
  margin-top: 0;
}

nav .nav li.language .region-selector__dropdown li,
nav .nav li.language .label .region-selector__dropdown li {
  flex-grow: 0;
}

nav .nav li > a {
  padding: 27px 0;
}

@media (max-width: 1023.98px) {
  nav .nav li > a {
    font-size: 20px;
  }
}

nav .nav li a {
  color: #425563;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.58px;
  position: relative;
  transition: ease-out opacity 2s;
  width: 100%;
  z-index: 510;
}

@media (max-width: 1023.98px) {
  nav .nav li a {
    border-bottom: 1px solid #d0d5d8;
    line-height: 58px;
    padding: 0 15px 0 0;
    text-align: left;
    transition: ease 0.2s;
  }
  nav .nav li a.is-active {
    border-bottom: 1px solid #b23427;
    border-left: 5px solid #b23427;
    color: #b23427;
    left: -20px;
    margin-left: 0;
    padding-left: 10px;
    text-indent: 5px;
    width: calc(100% + 20px);
  }
  nav .nav li a.is-active.is-active-parent {
    border-bottom: 1px solid #d0d5d8;
    border-left: 5px solid #fff;
    margin-left: 0;
    padding-left: 10px;
  }
  nav .nav li a.has-child:after {
    background: url("/assets/img/png/mobile-nav-arrow.png") bottom left no-repeat;
    background-size: 50%;
    bottom: 0;
    content: '';
    height: 10px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  }
  nav .nav li a.has-child.is-active:after {
    background-position: top left;
  }
}

nav .nav li .region-selector__global-site a {
  color: #b23427;
  font-size: 20px;
  padding-left: 30px;
}

nav .nav li.is-active a {
  color: #b23427;
}

nav .nav li.is-active .dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

nav .nav li.is-active .dropdown .nav-column-container {
  opacity: 1;
}

@media (max-width: 1023.98px) {
  nav .nav li.is-active .dropdown .nav-column-container {
    display: inline-block;
    margin: unset;
    max-width: 100%;
    overflow: hidden;
    padding-top: 0;
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  nav .nav li.nav-search {
    display: none;
    position: absolute;
    right: 74px;
    top: 5px;
  }
}

nav .nav li.nav-search form {
  position: relative;
  width: inherit;
  z-index: 510;
}

nav .nav li.nav-search .search {
  -webkit-backface-visibility: hidden;
  background: #b23427 url("/assets/img/png/search-icon.png") no-repeat 50%;
  background-position: 17px 15px;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  display: block;
  float: right;
  height: 51px;
  line-height: 51px;
  margin: 0 10px 0 0;
  outline: none;
  padding: 0;
  text-indent: 23px;
  transition: ease 0.5s;
  width: 146px;
}

nav .nav li.nav-search .search:focus, nav .nav li.nav-search .search:hover {
  background: #fff url("/assets/img/png/search-icon-red.png") no-repeat 50%;
  background-position: 17px 15px;
  background-size: 20px;
  border: 1px solid #b23427;
  color: #b23427;
}

@media (max-width: 1023.98px) {
  nav .nav li.nav-search .search {
    background-position: 16px 13px;
    height: 44px;
    left: -10px;
    margin: 0;
    padding: 0;
    right: 0;
    text-indent: -9999px;
    width: 52px;
  }
  nav .nav li.nav-search .search:focus, nav .nav li.nav-search .search:hover {
    background-position: 16px 13px;
  }
}

nav .nav li .dropdown {
  background: #f5f6f7;
  display: none;
  opacity: 0;
  padding: 20px 0 12px;
  position: absolute;
  top: 100%;
  transition: opacity .3s ease-out;
  visibility: hidden;
}

@media (min-width: 1024px) {
  nav .nav li .dropdown {
    display: block;
    left: -50vw;
    margin: auto;
    max-width: 100vw;
    right: -50vw;
    width: 100vw;
  }
}

@media (max-width: 1023.98px) {
  nav .nav li .dropdown {
    background: #fff;
    height: 0;
    opacity: 0 !important;
    padding: 0;
    position: relative;
    top: 0 !important;
    transition: all .3s ease;
    visibility: hidden;
  }
  nav .nav li .dropdown.is-active {
    display: block;
    height: auto;
    opacity: 1 !important;
    overflow: hidden;
    padding-bottom: 0;
    visibility: visible;
  }
  nav .nav li .dropdown.is-active h3 + ul {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  nav .nav li .dropdown .main-nav-link {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 1130px;
    text-align: left;
  }
}

@media (max-width: 1023.98px) {
  nav .nav li .dropdown .main-nav-link a {
    border-left: 5px solid #fff;
    width: 100% !important;
  }
}

nav .nav li .dropdown .main-nav-link a {
  color: #b23427;
  font-family: "Garamond-Regular", Georgia, serif;
}

@media (max-width: 1023.98px) {
  nav .nav li .dropdown .main-nav-link a {
    font-size: 22px;
    padding-left: 0;
  }
  nav .nav li .dropdown .main-nav-link a:after {
    display: none;
  }
}

@media (min-width: 1024px) {
  nav .nav li .dropdown .main-nav-link a {
    border-bottom: 1px solid #b23427;
    font-size: 22px;
    margin-left: 10px;
    padding: 10px 0;
  }
}

nav .nav .nav-column-container {
  display: flex;
  margin: 0 auto;
  max-width: 1130px;
  opacity: 0;
  transition: ease-out opacity 1s .3s;
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container {
    display: block;
    height: auto;
    opacity: 1;
  }
}

nav .nav .nav-column-container .nav-column {
  flex: 1;
  float: left;
  padding: 0 1%;
  position: relative;
  top: 0;
}

@media (min-width: 1024px) {
  nav .nav .nav-column-container .nav-column {
    margin-bottom: 40px;
  }
}

nav .nav .nav-column-container .nav-column ul:first-child {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

nav .nav .nav-column-container .nav-column ul:first-child a {
  margin-left: 40px;
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container .nav-column {
    padding: 0 3%;
  }
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container .nav-column {
    display: block;
    padding: 0;
    width: 100%;
  }
}

nav .nav .nav-column-container .nav-column.two-col {
  flex: 2;
  max-width: 70%;
}

nav .nav .nav-column-container .nav-column.two-col li {
  break-inside: avoid;
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container .nav-column.two-col {
    flex: none;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  nav .nav .nav-column-container .nav-column a {
    font-size: 14px !important;
    padding-bottom: 15px !important;
  }
}

nav .nav .nav-column-container .nav-column a .nav-heading {
  padding-right: 40px;
  position: relative;
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container .nav-column a .nav-heading {
    border-bottom: 0;
  }
}

nav .nav .nav-column-container .nav-column a .nav-heading:after {
  bottom: 0;
  margin: auto;
  top: 0;
}

nav .nav .nav-column-container .nav-column .nav-heading {
  border-bottom: 1px solid #b23427;
  color: #b23427;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: left;
}

nav .nav .nav-column-container .nav-column .nav-heading span {
  display: block;
  padding-right: 45px;
  position: relative;
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container .nav-column .nav-heading {
    border-bottom: 1px solid #d0d5d8;
    border-left: 5px solid #fff;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px 0;
    position: relative;
    transition: 0.2s ease;
  }
  nav .nav .nav-column-container .nav-column .nav-heading:after {
    display: none;
  }
  nav .nav .nav-column-container .nav-column .nav-heading a {
    display: none;
  }
  nav .nav .nav-column-container .nav-column .nav-heading.is-active {
    border-bottom: 1px solid #b23427;
    border-left: 5px solid #b23427;
    margin-left: 0;
    padding-left: 10px;
  }
  nav .nav .nav-column-container .nav-column .nav-heading.is-active a {
    border: 0;
    color: #425563;
    display: block;
    font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
    transition: 0s;
  }
  nav .nav .nav-column-container .nav-column .nav-heading span:after {
    background: url("/assets/img/png/mobile-nav-arrow.png") bottom left no-repeat;
    background-size: 50%;
    bottom: 0;
    content: '';
    height: 10px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  }
  nav .nav .nav-column-container .nav-column .nav-heading.is-active span:after {
    background-position: top left;
  }
}

@media (min-width: 1024px) {
  nav .nav .nav-column-container .nav-column .nav-heading + ul {
    margin-bottom: 20px;
  }
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container .nav-column ul {
    display: none;
    height: 0;
    opacity: 0;
    padding-bottom: 0;
  }
  nav .nav .nav-column-container .nav-column ul.is-active {
    display: block !important;
    height: auto;
    opacity: 1 !important;
    padding-bottom: 0;
  }
  nav .nav .nav-column-container .nav-column ul.is-active h3:after {
    background: none !important;
  }
}

nav .nav .nav-column-container .nav-column ul.two-col {
  columns: 2;
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container .nav-column ul.two-col {
    columns: 1;
  }
}

nav .nav .nav-column-container .nav-column ul li {
  display: flex;
  line-height: auto;
  margin: 0;
  padding: 5px 0 0;
  text-align: left;
  transition: ease transform 0.5s;
  width: 100%;
}

@media (min-width: 1024px) {
  nav .nav .nav-column-container .nav-column ul li {
    line-height: 20px;
  }
}

nav .nav .nav-column-container .nav-column ul li h3 {
  padding: 0;
}

nav .nav .nav-column-container .nav-column ul li h3:focus, nav .nav .nav-column-container .nav-column ul li h3:hover {
  border-bottom: 1px solid #425563;
}

nav .nav .nav-column-container .nav-column ul li h3 a {
  border-bottom: 1px solid #d0d5d8;
  color: #425563;
  display: inline-block;
  height: inherit;
  line-height: 2.4vh;
  padding: 7px 25px 7px 0;
  transition: ease opacity 0.1s;
  width: 100%;
  font-size: 1.8vw;
}

@media (max-width: 666.666666667px) {
  nav .nav .nav-column-container .nav-column ul li h3 a {
    font-size: 12px;
  }
}

@media (min-width: 888.888888889px) {
  nav .nav .nav-column-container .nav-column ul li h3 a {
    font-size: 16px;
  }
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container .nav-column ul li h3 a {
    color: #425563;
    font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-left: 0;
  }
  nav .nav .nav-column-container .nav-column ul li h3 a:after {
    background: none !important;
  }
}

nav .nav .nav-column-container .nav-column ul li h3 a:after {
  background: url("/assets/img/png/arrow-right.png") bottom left no-repeat;
  background-size: 50%;
  bottom: 0;
  content: '';
  height: 16px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}

nav .nav .nav-column-container .nav-column ul li h3 a:focus, nav .nav .nav-column-container .nav-column ul li h3 a:hover {
  color: #425563;
}

nav .nav .nav-column-container .nav-column ul li h3 a:focus:after, nav .nav .nav-column-container .nav-column ul li h3 a:hover:after {
  background-position: top left;
}

nav .nav .nav-column-container .nav-column ul li a {
  border-bottom: 1px solid #d0d5d8;
  color: #425563;
  display: inline-block;
  height: inherit;
  padding: 7px 25px 7px 0;
  transition: ease opacity 0.1s;
  width: 100%;
  font-size: 1.8vw;
}

@media (max-width: 666.666666667px) {
  nav .nav .nav-column-container .nav-column ul li a {
    font-size: 12px;
  }
}

@media (min-width: 888.888888889px) {
  nav .nav .nav-column-container .nav-column ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container .nav-column ul li a {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 25px 4px 0;
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  nav .nav .nav-column-container .nav-column ul li a {
    font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 15px 0;
    width: 100%;
  }
  nav .nav .nav-column-container .nav-column ul li a:after {
    background: none !important;
  }
}

nav .nav .nav-column-container .nav-column ul li a:after {
  background: url("/assets/img/png/arrow-right.png") no-repeat;
  background-size: 50%;
  content: '';
  height: 16px;
  margin-top: -11px;
  position: absolute;
  right: -5px;
  top: 50%;
  width: 18px;
}

nav .nav .nav-column-container .nav-column ul li a:focus, nav .nav .nav-column-container .nav-column ul li a:hover {
  border-bottom-color: #b23427;
  color: #b23427;
}

nav .nav .nav-column-container .nav-column ul li a:focus:after, nav .nav .nav-column-container .nav-column ul li a:hover:after {
  background-position: bottom left;
}

nav .nav-burger-menu {
  display: none;
}

@media (max-width: 1023.98px) {
  nav .nav-burger-menu {
    background: #fff;
    box-sizing: border-box;
    display: block;
    height: 37px;
    padding-right: 0;
    padding-top: 15px;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  nav .nav-burger-menu .hamburger .line {
    background-color: #b23427;
    border-radius: 20px;
    display: block;
    height: 4px;
    margin: 6px auto;
    transition: all 0.3s ease-in-out;
    width: 28px;
  }
  nav .nav-burger-menu .hamburger:focus, nav .nav-burger-menu .hamburger:hover {
    cursor: pointer;
  }
  nav .nav-burger-menu #hamburger-9 {
    left: 15px;
    position: absolute;
    top: 9px;
    transition: all 0.3s ease-in-out;
  }
  nav .nav-burger-menu #hamburger-9.is-active {
    transform: rotate(45deg);
  }
  nav .nav-burger-menu #hamburger-9.is-active .line {
    width: 35px;
  }
  nav .nav-burger-menu #hamburger-9.is-active .line:nth-child(1) {
    transform: translateY(13px);
  }
  nav .nav-burger-menu #hamburger-9.is-active .line:nth-child(2) {
    opacity: 0;
  }
  nav .nav-burger-menu #hamburger-9.is-active .line:nth-child(3) {
    transform: translateY(-7px) rotate(90deg);
  }
  nav .nav-burger-menu .logo {
    display: block;
    position: absolute;
    top: 22px;
  }
  nav .nav-burger-menu .nav.mobile {
    height: 52px;
    opacity: 1;
    top: 0;
  }
  nav .nav-burger-menu .nav.mobile li.nav-search {
    display: block;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 42px;
    z-index: 2;
  }
}

@media (max-width: 1023.98px) {
  /* Mobile Body Open Nav */
  body.is-active nav.is-visible.is-active {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

#magic-line {
  background: #b23427;
  height: 8px;
  left: 0;
  padding: initial;
  position: absolute;
  top: 0;
  width: 100px;
}

@media (max-width: 1023.98px) {
  #magic-line {
    display: none !important;
  }
}

.desktop-only .nav-heading {
  margin-bottom: 0 !important;
}

.heading--two-lines {
  padding-top: 22px !important;
}

body {
  overflow: auto;
  overflow-x: hidden;
  transition: transform .3s;
}

body.is-active {
  overflow-y: hidden;
}

.center-align {
  margin: 0 auto;
  max-width: 1366px;
}

main {
  margin: 0 auto;
  max-width: 1366px;
}

main:not(.home) {
  padding-top: 15px;
}

main .banner-bubble:last-child {
  margin-bottom: 100px;
}

@media (max-width: 1023.98px) {
  main {
    overflow: hidden;
    width: 100%;
  }
}

main.parallax {
  margin-top: 0;
  max-width: 100%;
  overflow: hidden;
}

main.careers-job {
  max-width: 100%;
}

main.careers-job .selector-container {
  margin: 0 auto;
  max-width: 1366px;
}

.main-container-article:after {
  clear: both;
  content: '';
  display: table;
}

@media (min-width: 1024px) {
  .main-container-article {
    margin-top: 42px;
  }
}

.main-container-article p.date {
  font-size: 13px;
}

@media (min-width: 1024px) {
  .main-container-article .section-left {
    margin-top: 19px;
  }
}

@media (min-width: 1024px) {
  .main-container-article .section-right {
    margin-top: 14px;
  }
}

.main-container-article .article-right-col {
  display: block;
  float: left;
  max-width: 33%;
  padding-left: 30px;
}

@media (max-width: 1023.98px) {
  .main-container-article .article-right-col {
    margin-top: 40px;
    max-width: 100%;
    padding-left: 0;
  }
}

.container-padding {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .container-padding {
    padding: 0 60px;
  }
}

@media (min-width: 1024px) {
  .container-padding .breadcrumbs {
    padding: 0;
  }
}

@media (max-width: 1439.98px) {
  .container-padding-hub {
    padding: 0 0 0 60px;
  }
}

@media (max-width: 1023.98px) {
  .container-padding-hub {
    padding: 0 15px;
  }
}

.hero-container h1 {
  margin: 150px 0 100px;
}

@media (max-width: 1023.98px) {
  .hero-container h1 {
    margin: 100px 0 50px;
  }
}

@media (max-width: 1023.98px) {
  .hero-container {
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .section-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.section-left--main.section-left--event {
  border-bottom: 1px solid #d0d5d8;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1023.98px) {
  .section-left--main.section-left--event {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.section-left--main p {
  margin-bottom: 20px;
}

.section-left--main h2 {
  margin: 60px 0 40px;
}

@media (max-width: 1023.98px) {
  .section-left--main h2 {
    margin: 30px 0 20px;
  }
}

.section-left--main .hero-image {
  width: 100%;
}

@media (min-width: 1600px) {
  .section-left--main .hero-image {
    left: -150px;
    position: relative;
    width: calc(100% + 150px);
  }
}

@media (min-width: 1024px) {
  .section-left--main {
    width: calc(70% - 50px);
  }
}

.contact-details.owl-carousel.off {
  display: none;
}

@media (min-width: 1024px) {
  .section-right--sub {
    width: calc(30% - 40px);
  }
}

.section-right--sub .contact-details {
  display: block;
}

.section-right--sub .contact-details.owl-carousel.off .owl-item {
  width: 100% !important;
}

.section-right--sub .jcgmt-container {
  margin: 10px 0;
}

.section-right__section {
  border-bottom: 1px solid #d0d5d8;
  margin: 20px 0;
  padding: 20px 0 40px;
}

@media (max-width: 1023.98px) {
  .section-right__section {
    padding: 0 0 20px;
  }
  .section-right__section img {
    margin-bottom: 10px;
  }
  .section-right__section p {
    margin-bottom: 10px;
  }
  .section-right__section h3 {
    margin-bottom: 32px;
  }
}

.section-right__section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.section-left--sub {
  position: relative;
}

@media (min-width: 1024px) {
  .section-left--sub {
    float: left;
    margin: 0 35px 0 0;
    width: 115px;
  }
}

.section-left--sub h5 {
  margin-bottom: 10px;
}

.section-left--sub p {
  line-height: 1.2;
}

.section-left--sub .share-this ul li {
  margin-top: 30px;
  padding-right: 5px;
}

.quote {
  clear: both;
  padding-top: 32px;
}

@media (min-width: 1024px) {
  .quote {
    padding-top: 40px;
  }
}

.quote.right {
  text-align: right;
}

.quote.right p.quote-source {
  text-align: right;
}

@media (max-width: 1023.98px) {
  .quote.right p.quote-source {
    text-align: left;
  }
}

.quote-wrapper blockquote {
  display: inline-block;
  margin-top: 40px;
  max-width: 800px;
}

@media (max-width: 1023.98px) {
  .quote-wrapper blockquote {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .section-right--main {
    float: right;
    width: calc(100% - 190px);
  }
}

.is-single-column .section-right--main {
  float: left;
  width: 100%;
}

.section-right--main h2 {
  color: #b23427;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 40px;
}

.section-right--main img {
  max-width: 100%;
}

.section-right--main p {
  margin-bottom: 18px;
}

.section-right--main ul {
  margin-bottom: 18px;
  padding-left: 50px;
}

.section-right--main li {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 1.875;
  list-style: disc;
  text-align: left;
}

.section-right--main li a {
  color: #b23427;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 1.875;
  text-align: left;
  text-decoration: none;
}

.section-right--main li a:hover {
  text-decoration: underline;
}

.section-right--main .date {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  margin-top: 26px;
}

@media (min-width: 1024px) {
  .section-right--main .date {
    margin-bottom: 16px;
    margin-top: 0;
  }
}

.no-margin {
  margin: 0 !important;
}

/**
 * Content container
 */
.notifications-wrapper.is-active + .content-container {
  padding-top: 0;
}

.content-container {
  min-height: calc(100vh - 440px);
  padding-top: 52px;
}

.has-notification .content-container {
  padding-top: 0;
}

.experience-editor .content-container {
  padding-top: 0 !important;
}

@media (min-width: 1024px) {
  .content-container {
    min-height: calc(100vh - 330px);
    padding-top: 110px;
  }
  .has-notification .content-container {
    padding-top: 0;
  }
}

.home {
  margin-top: 0;
  max-width: 100%;
  padding-top: 0;
}

.home .overlay {
  padding-bottom: 0;
}

.home .hero-media .text-block {
  padding: 15px;
}

@media (max-width: 1023.98px) {
  .home .hero-media .text-block {
    padding: 30px 15px;
  }
}

@media (min-width: 1024px) {
  .home .banner-bubble {
    margin: 0 !important;
  }
}

.home .banner-bubble img {
  display: flex;
}

@media (max-width: 767.98px) {
  .home .featured-article-wrapper {
    margin-top: 45px;
  }
}

.advanced-delivery-service.container-padding {
  padding-top: 0;
}

@media (max-width: 1023.98px) {
  .advanced-delivery-service.container-padding .flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 1023.98px) {
  .advanced-delivery-service.container-padding .section-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

.advanced-delivery-service.container-padding .section-left {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .advanced-delivery-service.container-padding .section-left {
    max-width: 66%;
    width: 100%;
  }
}

.advanced-delivery-service.container-padding .section-left .accordion__wrapper {
  margin: 0 15px;
}

.advanced-delivery-service.container-padding .main-copy {
  max-height: inherit;
  min-height: auto;
  width: 66%;
}

@media (max-width: 1023.98px) {
  .advanced-delivery-service.container-padding .main-copy {
    max-height: inherit !important;
    width: 100%;
  }
}

.advanced-delivery-service.container-padding h2 {
  margin-bottom: 20px;
  margin-top: 0;
}

.advanced-delivery-service.container-padding h2.manda {
  margin-bottom: 10px;
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  .advanced-delivery-service.container-padding h2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.advanced-delivery-service.container-padding h4 {
  margin-bottom: 20px;
}

.advanced-delivery-service.container-padding .section-left .share-this {
  margin-bottom: 20px;
  margin-top: 0;
}

.advanced-delivery-service.banner-bubble {
  margin: 0 0 100px;
}

@media (max-width: 449.98px) {
  .advanced-delivery-service.banner-bubble {
    margin-bottom: 0;
  }
}

.advanced-delivery-service.quote-statement {
  padding: 0 15px;
}

.advanced-delivery-service.intro-text img {
  margin-top: 40px;
  max-width: 450px;
}

@media (max-width: 1023.98px) {
  .advanced-delivery-service.intro-text img {
    max-width: 70%;
  }
}

.advanced-delivery-service.center-content {
  margin: 40px auto;
  width: 770px;
}

.advanced-delivery-service.center-content h4,
.advanced-delivery-service.center-content p {
  clear: both;
  margin: 40px auto;
}

@media (max-width: 1023.98px) {
  .advanced-delivery-service.center-content h4,
  .advanced-delivery-service.center-content p {
    margin: 20px auto;
  }
}

.advanced-delivery-service.center-content h4 img,
.advanced-delivery-service.center-content p img {
  float: right;
  max-width: 308px;
  padding: 0 0 30px 30px;
}

@media (max-width: 449.98px) {
  .advanced-delivery-service.center-content h4 img,
  .advanced-delivery-service.center-content p img {
    float: none;
  }
}

@media (max-width: 1023.98px) {
  .advanced-delivery-service.center-content {
    padding: 0 15px;
    width: calc(100% - 30px);
  }
}

blockquote.advanced-delivery-service {
  max-width: 540px;
}

@media (max-width: 1023.98px) {
  blockquote.advanced-delivery-service {
    padding-left: 25px;
  }
}

@media (min-width: 1024px) {
  blockquote.advanced-delivery-service {
    margin: 0 auto;
    max-width: 100%;
    width: 770px;
  }
}

.quote-statement {
  margin: 0 auto;
  margin-top: 24px;
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .quote-statement {
    margin-top: 96px;
    width: 66%;
  }
}

p.center-statement.advanced-delivery-service {
  margin: 40px auto 0;
  width: 770px;
}

@media (max-width: 1023.98px) {
  p.center-statement.advanced-delivery-service {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  p.center-statement.advanced-delivery-service {
    margin-bottom: 100px;
  }
}

.person-profile {
  margin-top: 10px;
}

.person-profile__item {
  border-bottom: 1px solid #d0d5d8;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

@media (min-width: 1024px) {
  .person-profile__item {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

.person-profile__item p:last-child {
  display: flex;
  width: 100%;
}

.person-profile__item p {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.person-profile__item p:first-of-type {
  margin-bottom: 5px;
  margin-top: 13px !important;
}

.person-profile__item a {
  font-weight: 800;
  margin-top: 20px;
}

.person-profile__item ul {
  margin-top: 10px;
}

.person-profile__item ul li {
  float: left;
}

.person-profile__item ul li a {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: top;
}

.person-profile__item ul li a span {
  display: none;
}

.person-profile__item ul li a.tel {
  height: 30px;
}

.person-profile__item ul li a.tel:before {
  background: url("/assets/img/svg/icons/phone.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.person-profile__item ul li a.tel:hover:before, .person-profile__item ul li a.tel:focus:before {
  background: url("/assets/img/svg/icons/phone-red.svg") no-repeat;
  background-size: 30px;
}

.person-profile__item ul li a.mail {
  height: 30px;
}

.person-profile__item ul li a.mail:before {
  background: url("/assets/img/svg/icons/mail.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.person-profile__item ul li a.mail:hover:before, .person-profile__item ul li a.mail:focus:before {
  background: url("/assets/img/svg/icons/mail-red.svg") no-repeat;
  background-size: 30px;
}

.person-profile__item:last-child {
  border-bottom: 0;
}

.person-profile__item .accordion__content p:last-child {
  display: inline-block;
  padding-bottom: 0;
  width: 100%;
}

.person-profile__item img {
  display: none;
  margin: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .person-profile__item img {
    display: block;
    margin-bottom: 15px;
  }
  .section-right--sub .person-profile__item img {
    max-width: 149px;
  }
}

.person-profile__item h6 {
  margin-bottom: -4px;
}

@media (max-width: 1023.98px) {
  .person-profile__item h6 {
    margin-top: 20px;
  }
}

.contact-us {
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 0 !important;
  max-width: 880px;
  padding: 0 20px;
}

.contact-us.hero-container h1 {
  margin: 90px 0 20px;
}

@media (max-width: 1023.98px) {
  .contact-us.hero-container h1 {
    margin: 80px 0 10px;
  }
}

.contact-us h2 {
  padding-bottom: 20px;
}

.contact-us iframe {
  min-height: 1600px;
}

@media (min-width: 1366px) {
  .contact-us iframe {
    min-height: 1200px;
  }
}

main.style-kit label {
  display: block;
  font-family: arial;
  font-size: 25px;
  padding-bottom: 20px;
  text-decoration: underline;
}

main.style-kit section {
  border-bottom: 2px solid #000;
  padding: 50px 0;
}

.people-listing .people-listing__results-wrapper {
  min-height: 1000px;
}

.people-listing .people-listing__results-wrapper,
.people-listing .people-listing__results-wrapper--highlighted {
  margin: 50px 0 0;
}

@media (min-width: 450px) {
  .people-listing .people-listing__results-wrapper ul,
  .people-listing .people-listing__results-wrapper--highlighted ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
}

.people-listing .people-listing__results-wrapper.hide,
.people-listing .people-listing__results-wrapper--highlighted.hide {
  display: none;
}

.people-listing__intro {
  position: relative;
}

.people-listing__intro .cta-level-three {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .people-listing__intro .cta-level-three {
    display: block;
    float: right;
    margin-top: 14px;
  }
}

.people-listing .people-listing__results-item {
  background-color: #e7eaeb;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
  transition: all ease 0.2s;
}

@media (min-width: 450px) {
  .people-listing .people-listing__results-item {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
  .people-listing .people-listing__results-item:nth-child(odd) {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .people-listing .people-listing__results-item {
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .people-listing .people-listing__results-item:nth-child(odd) {
    margin-right: 20px;
  }
  .people-listing .people-listing__results-item:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}

.people-listing .people-listing__results-item:hover {
  transform: scale(1.01);
}

.people-listing .people-listing__results-item:hover a {
  text-decoration: none;
}

.people-listing .people-listing__results-item.people-listing__results-item--no-more-results {
  background-color: #fff;
  border: 2px solid #e7eaeb;
  margin: 0 20px 20px 0;
  padding: 30px;
}

@media (min-width: 1024px) {
  .people-listing .people-listing__results-item.people-listing__results-item--no-more-results {
    width: calc(25% - 15px);
  }
}

.people-listing .people-listing__results-item.people-listing__results-item--no-more-results:hover {
  transform: scale(1);
}

.people-listing .people-listing__results-item.people-listing__results-item--no-more-results h4 {
  font-size: 36px;
  line-height: 40px;
  text-align: left;
}

.people-listing .people-listing__results-item.people-listing__results-item--no-more-results h5 {
  color: #425563;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.people-listing .people-listing__results-item.people-listing__results-item--no-more-results a {
  margin: 10px 0;
}

.people-listing .people-listing__results-item .people-listing__results-item-content {
  padding: 40px 40px 100px;
}

.people-listing .people-listing__results-item h4,
.people-listing .people-listing__results-item .people-listing__results-item-view {
  color: #b23427;
  text-align: center;
}

.people-listing .people-listing__results-item h4 {
  margin-bottom: 10px;
}

.people-listing .people-listing__results-item h4 + p {
  margin-bottom: 0;
}

.people-listing .people-listing__results-item img {
  width: 100%;
}

.people-listing .people-listing__results-item p {
  color: #425563;
  text-align: center;
}

.people-listing .people-listing__results-item .people-listing__results-item-view {
  bottom: 40px;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  left: 0;
  position: absolute;
  width: 100%;
}

.people-listing .people-listing__results-item .people-listing__results-item-view:after {
  content: '→';
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  padding-left: 10px;
}

.people-listing .people-listing__button-wrapper {
  padding: 0 0 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .people-profile {
    margin-top: 22px;
  }
}

@media (min-width: 1024px) {
  .people-profile {
    margin-top: 58px;
  }
}

.people-profile h1 + .uppercase-heading {
  margin-bottom: 0;
  margin-top: 27px !important;
}

.people-profile h1 + .uppercase-heading + .uppercase-heading {
  margin-bottom: 33px;
  margin-top: 0 !important;
}

.people-profile .article-spotlight-wrapper {
  margin: 48px 0 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .people-profile .article-spotlight-wrapper {
    margin: 85px 0 0;
  }
}

.people-profile .intro-text {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .people-profile .intro-text {
    margin: 0 0 40px;
  }
}

@media (min-width: 1024px) {
  .m01-container .people-profile .section-left {
    max-width: 100%;
  }
}

.people-profile-wrapper .banner-bubble {
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  .people-profile-wrapper h3 + div {
    position: relative;
  }
}

.people-profile-wrapper .contact-promo.silver {
  margin-top: 64px;
  padding-bottom: 64px;
  padding-top: 52px;
}

@media (min-width: 1024px) {
  .people-profile-wrapper .contact-promo.silver {
    margin-top: 92px;
  }
}

p + .uppercase-heading {
  margin-top: 30px;
}

.uppercase-heading {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: -.2px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

.contact-promo__info .uppercase-heading:first-of-type {
  margin-bottom: 0 !important;
}

.contact-promo__info .uppercase-heading:last-of-type {
  margin-top: 0 !important;
}

.uppercase-heading.primary {
  color: #b23427;
}

.hidden-content {
  display: none;
}

.people-profile__results-item-no-image,
.people-profile__picture {
  margin-bottom: 30px;
  margin-top: 12px;
  width: 100%;
}

.people-profile__contact {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.people-profile__contact li {
  margin-bottom: 10px;
}

.people-profile__contact li img {
  margin-right: 5px;
  position: relative;
  top: 10px;
  width: 30px;
}

.section-right__section p a {
  font-family: inherit;
}

.section-right__section p {
  line-height: 26px;
  margin-bottom: 0;
}

.section-right__section p + .uppercase-heading {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .section-right__section p {
    line-height: 26px;
  }
}

.four0four {
  background: url("/assets/img/png/background-arrow.png") no-repeat;
  background-position: 0 30px;
  background-size: 92px;
  display: inline-block;
  padding: 0 180px 40px;
}

@media (max-width: 1023.98px) {
  .four0four {
    background-position: 0 15px;
    margin-bottom: 40px;
    margin-top: 26px;
    padding: 0 15px;
  }
}

.four0four .warning {
  margin-bottom: 20px;
}

.hub-landing-hero {
  background-size: cover;
  margin-bottom: 50px;
  padding-top: 100px;
  position: relative;
}

@media (min-width: 1024px) {
  .hub-landing-hero {
    background: url("/assets/img/png/hub-landing-placeholder.png") no-repeat right -50px center;
  }
}

.hub-landing-hero + h2 + .intro-text {
  max-width: 1038px;
}

.hub-landing-hero h1 {
  color: #83ccd2;
  line-height: 100%;
  margin-bottom: 40px;
  max-width: 660px;
}

@media (max-width: 1023.98px) {
  .hub-landing-hero h1 {
    margin-bottom: 20px;
  }
}

.hub-landing-hero h1 span {
  color: #425563;
  display: block;
}

.hub-landing-hero .chapter-spotlight-wrapper {
  padding: 60px 0;
}

@media (max-width: 1023.98px) {
  .hub-landing-hero {
    margin-bottom: 20px;
  }
}

@media (max-width: 1023.98px) {
  .hub-landing-hero .breadcrumbs,
  .hub-landing-hero h1 {
    position: relative;
    z-index: 2;
  }
}

.hub-landing-hero:after {
  background: url("/assets/img/png/hub-landing-placeholder.png") no-repeat right center;
  background-size: 75%;
  content: '';
  display: block;
  height: 202px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1024px) {
  .hub-landing-hero:after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hub-landing-hero {
    background-size: contain;
    padding-top: 0;
  }
}

.hub-landing--blog .results-list {
  margin: 80px 12%;
}

.hub-landing--blog .results-list .popular .content-item {
  display: flex;
}

.hub-landing--blog .results-list .content-item {
  border-bottom: 1px solid #425563;
  display: none;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

.hub-landing--blog .results-list .content-item .content-item--image {
  align-self: center;
  margin-right: 40px;
}

.hub-landing--blog .results-list .content-item .content-item--image img {
  width: 100%;
}

.hub-landing--blog .results-list .content-item .content-item--image .article-header {
  color: #425563;
  margin-top: 20px;
}

.hub-landing--blog .results-list .content-item .content-item--text-block {
  align-self: center;
  margin: 0 40px;
  max-width: 68%;
  min-width: calc(68% - 80px);
}

.hub-landing--blog .results-list .content-item .content-item--text-block .article-header {
  margin-bottom: 10px;
}

.hub-landing--blog .results-list .content-item .content-item--text-block .article-header span {
  color: #425563;
}

.hub-landing--blog .results-list .content-item .content-item--text-block .article-copy {
  margin-bottom: 40px;
}

.hub-landing--blog .results-list .cta-wrapper {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .hub-landing--blog .results-list {
    margin: 40px 15px;
  }
  .hub-landing--blog .results-list .content-item .content-item--image {
    display: none;
  }
  .hub-landing--blog .results-list .content-item .content-item--text-block {
    margin: initial;
    max-width: initial;
  }
}

/*
.hub-landing-hero {
  background: url('/assets/img/png/hub-landing-placeholder.png') no-repeat right -50px center;
  background-size: cover;
  margin-bottom: 50px;
  padding-top: 100px;

  @include susy-breakpoint($only-tablet-landscape) {    
    margin-bottom: 20px;
  }

  .breadcrumbs,
  h1 {
    @include susy-breakpoint($only-tablet-landscape) {    
      position: relative;
      z-index: 2;
    }
  }

  &:after {
    background-color: $white;
    content: '';
    display: block;
    height: 300px;
    position: absolute;
    top: 220px;
    width: 100%;
    z-index: 1;

    @include susy-breakpoint($above-tablet-landscape) {    
      display: none;
    }
  }

  @include susy-breakpoint($above-tablet-landscape) {    
    background-size: contain;
    margin-top: 200px;
    padding-top: 0;
  }
}*/
.results {
  padding-top: 40px;
}

.results .results__item {
  border-bottom: 1px solid #425563;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.results .results__item:after {
  clear: both;
  content: '';
  display: table;
}

.results .results__item img {
  float: left;
  margin-right: 30px;
  max-width: 115px;
  width: 100%;
}

@media (min-width: 1024px) {
  .results .results__item img {
    margin-right: 60px;
    max-width: 300px;
  }
}

@media (max-width: 1023.98px) {
  .results .results__item p {
    display: none;
  }
}

.results .results__item h5 a {
  color: #425563;
  text-decoration: none;
}

.results .results__item h5 a:hover {
  color: #b23427;
}

.results .results__item .results__item-inner {
  margin-left: 30px;
}

@media (min-width: 1024px) {
  .results .results__item .results__item-inner {
    margin-left: 60px;
  }
}

.results .results__item .results__item-date {
  display: block;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
}

.results .results__item .results__item-date span {
  color: #b23427;
  text-transform: uppercase;
}

.results .results__item h6 {
  color: #425563;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 60px;
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .results .results__item h6 {
    display: none;
  }
}

.results .results__item ul {
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
}

@media (max-width: 1023.98px) {
  .results .results__item ul {
    display: none;
  }
}

.results .results__item ul li {
  display: inline-block;
}

.results .results__item ul li a {
  color: #425563;
}

.careers-landing {
  position: relative;
}

@media (max-width: 1023.98px) {
  .careers-landing .main-container {
    overflow: hidden;
    width: 100%;
  }
}

.careers-landing .heading-selector-rf--small {
  margin-bottom: 40px;
  margin-left: 170px;
  margin-top: 120px;
}

@media (max-width: 1023.98px) {
  .careers-landing .heading-selector-rf--small {
    margin-left: 120px;
    margin-top: 5px;
  }
}

@media (max-width: 1023.98px) {
  .careers-landing .heading-selector-rf--small {
    align-items: unset;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 70px;
    padding: 0 15px;
  }
}

.careers-landing .language-selector {
  margin: 0;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 100;
}

.careers-landing .language-selector h3 {
  font-size: 18px;
}

@media (max-width: 1023.98px) {
  .careers-landing .language-selector {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 220px;
    z-index: 100;
  }
}

.careers-job-landing {
  max-width: 330px;
}

@media (max-width: 1023.98px) {
  .careers-job-landing {
    margin-top: 60px;
  }
}

.careers-job-landing .heading-selector-rf {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 15px;
}

.careers-job-landing .heading-selector-rf .dropdown-control {
  width: 100%;
}

.content-listing {
  margin-top: 50px;
}

.content-listing.featured-article-wrapper a.browse {
  display: none !important;
}

@media (max-width: 1023.98px) {
  .content-listing.main-container {
    margin-top: 40px;
  }
}

.content-listing.main-container h1 {
  margin-bottom: 60px;
}

@media (max-width: 1023.98px) {
  .content-listing.main-container h1 {
    margin-bottom: 40px;
  }
}

.content-listing.main-container h2 {
  font-size: 32px;
  line-height: 30px;
}

.content-listing.main-container .featured-article-wrapper {
  margin-top: 30px;
  padding-top: 0;
}

@media (max-width: 1023.98px) {
  .content-listing.main-container .featured-article-wrapper {
    overflow: hidden;
  }
  .content-listing.main-container .featured-article-wrapper:before {
    display: none;
  }
}

.content-listing.main-container .featured-article-wrapper h2 {
  color: #b23427;
  margin: 0;
}

.content-listing.main-container .headline-article-small {
  margin-bottom: 10px;
}

@media (max-width: 1023.98px) {
  .content-listing.main-container .article-copy,
  .content-listing.main-container .ao-rteElement-introText {
    display: none;
  }
}

.content-listing.main-container .share-this {
  display: flex;
  justify-content: center;
  margin: 40px 0 60px;
}

.content-listing.main-container > .article-header,
.content-listing.main-container h1,
.content-listing.main-container h2 {
  margin-left: 12%;
}

@media (max-width: 1023.98px) {
  .content-listing.main-container > .article-header,
  .content-listing.main-container h1,
  .content-listing.main-container h2 {
    margin-left: 15px;
  }
}

.content-listing.main-container .content-list .content-item {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.content-listing.main-container .content-list .content-item .content-item--image {
  flex-shrink: 0;
  margin-right: 40px;
}

.content-listing.main-container .content-list .content-item .content-item--image img {
  width: 100%;
}

.content-listing.main-container .content-list .content-item .content-item--text-block {
  align-self: center;
}

.content-listing.main-container .content-list .content-item .content-item--text-block .article-header {
  margin-bottom: 10px;
}

.content-listing.main-container .content-list .content-item .content-item--text-block .article-header span {
  color: #425563;
}

.content-listing.main-container .content-list .content-item .content-item--text-block .article-copy {
  margin-bottom: 40px;
}

.content-listing.main-container .content-list .cta-wrapper {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .content-listing.main-container .content-list .content-item .article-copy,
  .content-listing.main-container .content-list .content-item .cta-level-three {
    display: none;
  }
  .content-listing.main-container .content-list .content-item .content-item--image {
    margin-right: 20px;
    max-width: 25%;
  }
}

@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .content-listing.main-container .content-list .content-item .content-item--image {
    margin-right: 33px;
  }
}

@media (max-width: 1023.98px) {
  .content-listing.main-container .content-list .content-item .content-item--text-block {
    margin: 0 20px;
    max-width: initial;
  }
}

@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .content-listing.main-container .content-list .content-item .content-item--text-block {
    margin: 0;
  }
}

.content-listing__results-wrapper {
  margin: 0 12%;
}

@media (max-width: 1023.98px) {
  .content-listing__results-wrapper {
    margin: 0;
    padding: 0 15px;
  }
}

.content-listing__button-wrapper {
  margin-top: 40px;
  text-align: center;
}

@media (min-width: 1024px) {
  .search-container {
    box-sizing: border-box;
    padding: 100px;
  }
}

.cta-wrapper {
  margin: 40px 0 80px;
  text-align: left;
  width: 100%;
}

.profile-results--cta {
  margin: 40px 0 80px;
}

.profile-results--cta h4 {
  margin-bottom: 20px;
}

.search-results-list {
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
  /**
   * When the user starts typing
   * white out the previous results behind
   */
}

@media (min-width: 1024px) {
  .search-results-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.search-results-list .primary .flex {
  display: flex !important;
}

.search-results-list .primary.has-filter .filter-text {
  margin-right: 5px;
}

@media (min-width: 1024px) {
  .search-results-list .primary.has-filter .filter-text {
    margin-right: 0;
  }
}

.search-results-list .primary.has-filter .filter-sort .custom-select-rf--label {
  font-size: 28px;
  padding-bottom: 0;
}

@media (min-width: 450px) {
  .search-results-list .primary.has-filter .filter-sort .custom-select-rf--label {
    padding-left: 6px;
  }
}

.search-results-list .primary.has-filter .filter-sort .custom-select-rf--label span {
  border-bottom: 2px solid #b23427;
}

.search-results-list .primary.has-filter .filter-sort .custom-select-rf--label:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b23427;
  content: '';
  display: inline-block;
  height: 2px;
  margin-left: 10px;
  right: 14px;
  top: 45%;
  width: 0;
}

.search-results-list .primary .custom-select-rf--dropdown {
  font-size: 26px;
  padding-left: 6px;
}

.search-suggestion--is-active .search-results-list {
  position: relative;
}

.search-suggestion--is-active .search-results-list:after {
  background-color: rgba(255, 255, 255, 0.77);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.search-results-list--left-col, .search-results-list--right-col {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .search-results-list--left-col {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .search-results-list--right-col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.search-results-list .heading-selector-rf {
  align-items: center;
  display: flex;
}

.search-results-list .heading-selector-rf .primary {
  margin-right: 15px;
}

.search-results-list .heading-selector-rf .dropdown-control {
  margin-top: 0;
  width: 25%;
}

.search-results-list .search-results--people-container {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-list .search-results--people-container {
    display: block;
  }
}

.search-results-list .search-results--people .content-item {
  display: block;
}

.search-results-list .search-results--people .content-item:hover {
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  .search-results-list .content-item--image {
    margin-right: 20px;
    max-width: 25%;
  }
  .search-results-list .content-item--text-block {
    margin: 0;
    max-width: initial;
  }
  .cta-wrapper {
    text-align: center;
  }
}

.filter-sort-wrapper .filter li a {
  font-size: 14px;
}

.filter-sort-wrapper .tab-filter-container.people-listing {
  left: 0;
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .tab-filter-container.people-listing {
    max-width: 100%;
    padding: 12px 10px;
    top: -10px;
  }
}

.search-overlay-container .results {
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  display: none;
  max-width: 912px;
  padding: 0 20px 30px;
  position: absolute;
  width: 100%;
  z-index: 200;
}

.search-overlay-container h4 {
  border-bottom: 2px solid #d0d5d8;
  margin-top: 30px;
  width: 50%;
}

.content-item {
  border-bottom: 1px solid #d0d5d8;
  padding: 25px 0;
}

.content-item--date {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 5px;
}

.content-item--label {
  color: #b23427;
  text-transform: uppercase;
}

.content-item .headline-article-small {
  margin-bottom: 0;
}

.content-item .headline-article-small a {
  color: #425563;
}

.content-item--text-block .article-header {
  margin-bottom: 10px;
}

.content-item--text-block .article-header span {
  color: #425563;
}

.content-item--profile {
  align-items: center;
  display: flex;
}

.content-item--profile--text-block h6 {
  line-height: 1;
  padding-bottom: 5px;
}

.content-item--profile--text-block p {
  color: #425563;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.content-item--profile--text-block p:last-of-type {
  line-height: 1;
  padding-top: 2px;
}

.content-item--profile--image-block {
  margin-right: 40px;
  max-width: 40%;
}

.content-item--profile--image-block img {
  float: left;
  width: 100%;
}

.content-listing--search-results.main-container {
  padding-top: 10px;
}

.content-listing--search-results.main-container .search-controls .search-input {
  border: 0;
  border-bottom: 1px solid #b23427;
  border-radius: 0;
  color: #b23427;
  display: block;
  font-size: 48px;
  height: 85px;
  line-height: 100%;
  outline: none;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .content-listing--search-results.main-container .search-controls .search-input {
    font-size: 37px;
    height: 55px;
    margin-top: 25px;
  }
}

@media (max-width: 449.98px) {
  .content-listing--search-results.main-container .search-controls .search-input {
    font-size: 28px;
  }
}

.content-listing--search-results.main-container .search-controls form {
  position: relative;
  width: 100%;
}

.content-listing--search-results.main-container .search-controls button {
  background: url("/assets/img/png/icon-search.png") no-repeat;
  background-size: 45px;
  border: 0;
  display: block;
  height: 45px;
  outline: none;
  position: absolute;
  right: 0;
  top: 30px;
  width: 45px;
}

@media (max-width: 1023.98px) {
  .content-listing--search-results.main-container .search-controls button {
    background-size: 25px;
    top: 20px;
  }
}

.content-listing--search-results.main-container .cta-wrapper {
  margin: 40px 0;
  text-align: left;
  width: 100%;
}

.content-listing--search-results.main-container .profile-results--cta {
  margin: 40px 0;
}

.content-listing--search-results.main-container .profile-results--cta h4 {
  margin-bottom: 20px;
}

.content-listing--search-results.main-container .results-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 12% 80px;
}

.content-listing--search-results.main-container .results-list .results-list--left-col {
  width: calc(55% - (20px * 2));
}

.content-listing--search-results.main-container .results-list .results-list--left-col .heading-selector-rf {
  margin: 0;
}

.content-listing--search-results.main-container .results-list .results-list--left-col .custom-select-rf--label {
  margin-left: 0;
  margin-top: -2px;
}

.content-listing--search-results.main-container .results-list .results-list--left-col .custom-select-rf--label span {
  font-size: 32px;
}

@media (max-width: 1023.98px) {
  .content-listing--search-results.main-container .results-list .results-list--left-col .dropdown-control {
    margin-top: 4px;
  }
}

.content-listing--search-results.main-container .results-list .results-list--left-col .dropdown-control:before {
  border-width: 7px;
  right: 4px;
  top: 9px;
  z-index: 1;
}

.content-listing--search-results.main-container .results-list .results-list--right-col {
  width: calc(40% - (20px * 2));
}

.content-listing--search-results.main-container .results-list .results-list--right-col .content-item {
  display: block;
}

.content-listing--search-results.main-container .results-list .content-item {
  border-bottom: 1px solid #425563;
  display: none;
  margin-top: 40px;
  padding-bottom: 40px;
}

.content-listing--search-results.main-container .results-list .content-item .content-item--text-block .article-header {
  margin-bottom: 10px;
}

.content-listing--search-results.main-container .results-list .content-item .content-item--text-block .article-header span {
  color: #425563;
}

.content-listing--search-results.main-container .results-list .content-item .content-item--profile {
  align-items: center;
  display: flex;
}

.content-listing--search-results.main-container .results-list .content-item .content-item--profile .content-item--profile--image-block {
  margin-right: 40px;
  max-width: 40%;
}

.content-listing--search-results.main-container .results-list .content-item .content-item--profile .content-item--profile--image-block img {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .content-listing--search-results.main-container .search-controls {
    margin: 40px 15px;
  }
  .content-listing--search-results.main-container .results-list {
    flex-direction: column;
    margin: 0 15px;
  }
  .content-listing--search-results.main-container .results-list .results-list--left-col,
  .content-listing--search-results.main-container .results-list .results-list--right-col {
    width: 100%;
  }
  .content-listing--search-results.main-container .results-list .content-item .article-copy,
  .content-listing--search-results.main-container .results-list .content-item .cta-level-three {
    display: none;
  }
  .content-listing--search-results.main-container .results-list .content-item .content-item--image {
    margin-right: 20px;
    max-width: 25%;
  }
  .content-listing--search-results.main-container .results-list .content-item .content-item--text-block {
    margin: 0;
    max-width: initial;
  }
  .content-listing--search-results.main-container .cta-wrapper {
    text-align: center;
  }
}

.content-listing--search-results .filter-sort-wrapper .align-right .tab-filter-container {
  max-width: 470px;
}

.content-listing--search-results .search-overlay-container .results {
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  display: none;
  max-width: 912px;
  padding: 0 20px 30px;
  position: absolute;
  width: 100%;
  z-index: 200;
}

.content-listing--search-results .search-overlay-container h4 {
  border-bottom: 2px solid #d0d5d8;
  margin-top: 30px;
  width: 50%;
}

.search-results-tabs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .search-results-tabs {
    display: none;
  }
}

.search-results-tabs .search-results-tabs__content {
  margin-right: 30px;
}

.search-results-tabs a {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.search-results-tabs a.search-results-tabs--active {
  color: #b23427;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
}

@media (min-width: 1024px) {
  .search-results__button-wrapper,
  .search-results--content-container,
  .search-results--people-container {
    display: block !important;
  }
}

.sitemap-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .sitemap-wrapper {
    max-width: 50%;
  }
}

.sitemap-wrapper h2 {
  margin-bottom: 80px;
}

.sitemap-wrapper .sitemap {
  margin: 0;
  padding: 0;
}

.sitemap-wrapper .sitemap--level-1 > li a {
  font-family: "Garamond-Regular", Georgia, serif;
}

.sitemap-wrapper .sitemap li a,
.sitemap-wrapper .sitemap li span {
  display: block;
  position: relative;
  text-decoration: none;
}

.sitemap-wrapper .sitemap li a:after,
.sitemap-wrapper .sitemap li span:after {
  border-bottom: 1px solid #b23427;
  bottom: 0;
  content: '';
  left: -100%;
  position: absolute;
  right: -100%;
}

@media (min-width: 1024px) {
  .sitemap-wrapper .sitemap li a:after,
  .sitemap-wrapper .sitemap li span:after {
    right: 0;
  }
}

.sitemap-wrapper .sitemap:not(.sitemap--level-1) {
  margin: 0 15px;
}

@media (min-width: 1024px) {
  .sitemap-wrapper .sitemap:not(.sitemap--level-1) {
    margin: 0 0 0 30px;
  }
}

.sitemap-wrapper .sitemap:not(.sitemap--level-1) a,
.sitemap-wrapper .sitemap:not(.sitemap--level-1) span {
  font-family: Helvetica;
}

.sitemap-wrapper .sitemap:not(.sitemap--level-1) a:after,
.sitemap-wrapper .sitemap:not(.sitemap--level-1) span:after {
  border-bottom: 1px solid #d0d5d8;
}

.sitemap-wrapper .sitemap:not(.sitemap--level-1):not(.sitemap--level-2) a,
.sitemap-wrapper .sitemap:not(.sitemap--level-1):not(.sitemap--level-2) span {
  padding-left: 20px;
}

.sitemap-wrapper .sitemap:not(.sitemap--level-1):not(.sitemap--level-2) a:before,
.sitemap-wrapper .sitemap:not(.sitemap--level-1):not(.sitemap--level-2) span:before {
  background-color: #425563;
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 5px;
}

.sitemap-wrapper .sitemap--level-1 {
  overflow: hidden;
}

.sitemap-wrapper .sitemap--level-1 li {
  color: #b23427;
  font-size: 32px;
  letter-spacing: -0.27px;
  line-height: 30px;
}

.sitemap-wrapper .sitemap--level-1 li a,
.sitemap-wrapper .sitemap--level-1 li span {
  color: inherit;
  padding: 15px 0;
}

.sitemap-wrapper .sitemap--level-2 {
  list-style: none;
  overflow: hidden;
  position: relative;
}

.sitemap-wrapper .sitemap--level-2 li {
  color: #425563;
  font-size: 18px;
}

.sitemap-wrapper .sitemap--level-2 a,
.sitemap-wrapper .sitemap--level-2 span {
  border-bottom: 0;
}

.m01-container {
  padding: 0 60px;
}

@media (min-width: 1024px) {
  .m01-container {
    padding: 0 60px;
  }
}

@media (max-width: 1023.98px) {
  .m01-container {
    display: block;
    margin: 0;
    padding: 0 15px;
  }
}

.m01-container .flex {
  display: flex;
  justify-content: space-between;
}

.m01-container .flex.has-filter {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.m01-container .button {
  margin: 17px 0;
}

.m01-container .left-col,
.m01-container .section-left {
  max-width: 508px;
  padding-right: 20px;
}

@media (max-width: 1023.98px) {
  .m01-container .left-col,
  .m01-container .section-left {
    max-width: 100% !important;
    padding-right: 0;
    width: 100%;
  }
  .m01-container .left-col h1,
  .m01-container .section-left h1 {
    margin-top: 0;
  }
  .m01-container .left-col .cta,
  .m01-container .section-left .cta {
    text-align: center;
  }
  .m01-container .left-col .main-copy,
  .m01-container .section-left .main-copy {
    max-height: 48px;
    overflow: hidden;
    position: relative;
  }
}

.m01-container .left-col h1,
.m01-container .left-col .intro-text,
.m01-container .left-col .share-this,
.m01-container .section-left h1,
.m01-container .section-left .intro-text,
.m01-container .section-left .share-this {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .m01-container .left-col h1,
  .m01-container .left-col .intro-text,
  .m01-container .left-col .share-this,
  .m01-container .section-left h1,
  .m01-container .section-left .intro-text,
  .m01-container .section-left .share-this {
    margin-bottom: 40px;
  }
}

.m01-container .intro-text h1 {
  margin: 24px 0;
}

.m01-container .intro-text p {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .m01-container .intro-text h1 {
    margin-bottom: 20px;
  }
  .m01-container .intro-text .desktop-only {
    display: inline-block !important;
    margin-bottom: 5px;
  }
}

.m01-container .intro-text > img {
  max-width: 100%;
  padding-bottom: 15px;
}

@media (min-width: 1024px) {
  .m01-container .intro-text > img {
    float: right;
    padding-left: 15px;
    width: 50%;
  }
}

.m01-container .right-col {
  max-width: 674px;
}

.m01-container .right-col .section-left--sub {
  margin: 0 35px;
}

.m01-container .right-col img {
  width: 100%;
}

.m01-container .main-copy {
  margin-bottom: 40px;
  max-height: 180px;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1023.98px) {
  .m01-container .main-copy {
    max-width: 100%;
    width: 100% !important;
  }
}

.m01-container .read-more,
.m01-container .read-less {
  bottom: 0;
  left: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%;
}

.m01-container .read-more,
.m01-container .read-less {
  position: relative;
}

@media (max-width: 1023.98px) {
  .m01-container .read-more,
  .m01-container .read-less {
    text-align: center;
  }
  .m01-container .read-more a,
  .m01-container .read-less a {
    margin-top: 21px;
  }
}

.m01-container .read-less {
  bottom: 0;
  display: none;
}

@media (max-width: 1023.98px) {
  .m01-container .read-less {
    bottom: 0;
  }
}

.hero-image {
  position: relative;
}

@media (min-width: 1024px) {
  .hero-image {
    padding-bottom: 35px;
  }
}

.hero-image .hero-image--mobile {
  background-position: center;
  background-size: cover;
  min-height: 200px;
  padding-bottom: 60%;
  position: relative;
}

@media (min-width: 450px) {
  .hero-image .hero-image--mobile {
    padding-bottom: 25%;
  }
}

.hero-image .hero-image__copy-container {
  bottom: 10%;
  left: 15px;
  position: absolute;
  text-align: left;
  width: 80%;
  z-index: 8;
}

@media (min-width: 1024px) {
  .hero-image .hero-image__copy-container {
    bottom: 16%;
    left: 7%;
    width: 50%;
  }
}

@media (min-width: 1366px) {
  .hero-image .hero-image__copy-container {
    left: 200px;
  }
}

.hero-image .hero-image__copy-container a.button {
  margin-top: 6%;
}

.hero-image img {
  max-height: 446px;
  width: 100%;
}

.hero-media {
  position: relative;
}

@media (min-width: 1024px) {
  .hero-media {
    height: 85vh;
  }
}

@media (min-width: 1024px) {
  .hero-media:before {
    background: linear-gradient(to right, #fff 22%, rgba(255, 255, 255, 0.56) 56%, rgba(255, 255, 255, 0.44) 60%, rgba(255, 255, 255, 0) 64%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.hero-media .inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
}

@media (min-width: 1024px) {
  .hero-media .inner {
    display: block;
  }
}

.hero-media.has-video .cta-play {
  display: flex;
  top: 22%;
}

@media (min-width: 1024px) {
  .hero-media.has-video .cta-play {
    top: 50%;
  }
}

.hero-media img {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .hero-media img {
    display: none;
  }
}

.hero-media .text-block {
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: auto;
  width: 40%;
}

@media (min-width: 1024px) {
  .hero-media .text-block {
    left: 12%;
    position: absolute;
  }
}

.hero-media .text-block h1 {
  margin-bottom: 6px;
}

@media (min-width: 1024px) {
  .hero-media .text-block h1 {
    margin-bottom: 10px;
  }
}

.hero-media .text-block h4 {
  line-height: 40px;
  margin-bottom: 19px;
}

@media (min-width: 1024px) {
  .hero-media .text-block h4 {
    margin-bottom: 33px;
  }
}

@media (max-width: 1023.98px) {
  .hero-media .text-block h4 {
    font-size: 26px;
  }
}

@media (max-width: 1023.98px) {
  .hero-media .text-block {
    margin-left: inherit;
    transform: none;
    width: 100%;
  }
}

.featured-section {
  align-content: center;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .featured-section {
    min-height: 580px;
  }
}

@media (max-width: 767.98px) {
  .featured-section {
    background: none !important;
  }
  .featured-section .button.primary {
    border: 1px solid #b23427;
  }
}

.featured-section__mobile-image {
  width: 100%;
}

@media (min-width: 768px) {
  .featured-section__mobile-image {
    display: none;
  }
}

.featured-section .headline-article-small {
  margin-top: 0;
}

.featured-section .headline-article-small.smaller {
  color: #b23427;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .featured-section {
    height: 855px;
  }
}

.featured-section .aos-animate {
  margin-bottom: 29px;
  margin-top: 18px;
}

.featured-section__container {
  align-items: center;
  display: flex;
  height: 100%;
  margin: auto 0;
  max-width: 1366px;
}

@media (min-width: 1024px) {
  .featured-section__container {
    justify-content: space-around;
    margin: 0 auto;
    width: 90%;
  }
}

.featured-section--nocards .featured-section__container {
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .featured-section--nocards .featured-section__container {
    padding-left: 10%;
  }
}

.featured-section img {
  width: 100%;
}

.featured-section .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}

.featured-section p {
  line-height: 1.5;
  z-index: 2;
}

@media (max-width: 449.98px) {
  .featured-section p {
    font-size: 16px;
  }
}

.featured-section .text-block {
  box-sizing: border-box;
  max-width: 583px;
  position: relative;
  width: 30%;
}

@media (max-width: 1023.98px) {
  .featured-section .text-block {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .featured-section .text-block {
    display: block;
  }
}

.featured-section .text-block p:not(.headline-article-small) {
  color: #fff;
  margin-bottom: 29px;
  margin-top: 18px;
}

@media (max-width: 767.98px) {
  .featured-section .text-block p:not(.headline-article-small) {
    color: #425563;
    margin-top: 0;
  }
}

.featured-section .text-block > * {
  color: #fff;
}

@media (max-width: 767.98px) {
  .featured-section .text-block h2 {
    color: #425563;
  }
}

.featured-section .text-block .headline-article-small {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 48px;
  text-transform: uppercase;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .featured-section .text-block .headline-article-small {
    color: #425563;
    margin-bottom: 18px;
  }
}

.featured-section .text-block .dropdown-placeholder {
  height: 47px;
}

.featured-section .floating-cards {
  color: #425563;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-end;
  width: 40%;
  z-index: 1;
}

@media (min-width: 1024px) {
  .featured-section .floating-cards {
    right: 12%;
  }
}

@media (max-width: 1023.98px) {
  .featured-section .floating-cards {
    top: 150px;
    width: 50%;
  }
}

.featured-section .floating-cards .floating-cards--item {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 10px;
  min-height: 265px;
  padding: 20px;
  position: relative;
  width: calc(50% - 10px * 2);
}

.featured-section .floating-cards .floating-cards--item:hover {
  transform: scale(1.02) !important;
}

@media (max-width: 1023.98px) {
  .featured-section .floating-cards .floating-cards--item {
    width: 220px;
  }
}

@media (max-width: 1190px) {
  .featured-section .floating-cards .floating-cards--item {
    min-height: 230px;
  }
  .featured-section .floating-cards .floating-cards--item p {
    font-size: 13px;
  }
}

.featured-section .floating-cards .floating-cards--item.grey {
  background-color: #425563;
}

.featured-section .floating-cards .floating-cards--item.grey * {
  color: #fff;
}

.featured-section .floating-cards .floating-cards--item.grey h2 {
  font-size: 50px !important;
}

@media (max-width: 1190px) {
  .featured-section .floating-cards .floating-cards--item h2:not(.primary),
  .featured-section .floating-cards .floating-cards--item .headline-article-small:not(.smaller) {
    font-size: 18px;
  }
}

@media (max-width: 1023.98px) {
  .featured-section .text-block {
    flex-direction: column;
    width: 100% !important;
  }
  .featured-section .text-block * {
    margin-bottom: 20px;
  }
  .featured-section .text-block .button {
    background-color: #fff;
    color: #b23427;
    position: relative;
  }
  .featured-section .text-block p {
    margin-bottom: 7px;
    margin-top: -1px;
    position: relative;
    width: 100% !important;
  }
  .featured-section .floating-cards,
  .featured-section .featured-section--circle-cta {
    display: none;
  }
}

.featured-section.featured-section--default .text-block {
  padding: 0;
}

@media (max-width: 1023.98px) {
  .featured-section.featured-section--default .text-block {
    margin-top: 0;
    padding: 30px 15px;
  }
}

.featured-section.featured-section--default .floating-cards .floating-cards--item:first-child {
  top: 70px;
}

.featured-section.featured-section--carousel {
  min-height: 580px;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .featured-section.featured-section--carousel {
    min-height: 855px;
  }
}

.featured-section.featured-section--carousel .text-block {
  display: block;
}

.featured-section.featured-section--carousel .floating-cards--item:nth-child(2n) {
  top: 70px;
}

.featured-section .featured-section--block {
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  top: 0;
  transition: opacity 2s;
  width: 100%;
}

@media (min-width: 768px) {
  .featured-section .featured-section--block {
    position: absolute;
  }
}

.featured-section .featured-section--block .featured-section__container {
  display: none;
}

@media (min-width: 1024px) {
  .featured-section .featured-section--block {
    min-height: 855px;
  }
}

@media (max-width: 1023.98px) {
  .featured-section .featured-section--block {
    background: none !important;
  }
}

.featured-section .featured-section--block.is-active {
  align-items: center;
  display: flex;
  opacity: 1;
  z-index: 4;
}

.featured-section .featured-section--block.is-active .featured-section__container {
  display: flex;
}

.featured-section.featured-section--nocards .text-block {
  padding: 0;
  width: 50%;
}

@media (max-width: 1023.98px) {
  .featured-section.featured-section--nocards .text-block {
    padding: 30px 15px;
  }
}

.featured-section.featured-section--nocards .text-block p {
  width: 66%;
}

@media (max-width: 1023.98px) {
  .featured-section.featured-section--nocards .text-block h2 {
    font-size: 34px;
    line-height: 38px;
  }
}

@media (max-width: 1023.98px) {
  .featured-section.featured-section .text-block {
    padding: 30px 15px;
  }
}

.featured-section .dropdown-control.custom-select-rf--featured-section {
  cursor: pointer;
  position: relative;
  width: 410px;
  z-index: 3;
}

@media (max-width: 449.98px) {
  .featured-section .dropdown-control.custom-select-rf--featured-section {
    margin-top: 0;
  }
}

@media (max-width: 1023.98px) {
  .featured-section .dropdown-control.custom-select-rf--featured-section {
    margin-top: 12px;
  }
}

@media (min-width: 1024px) {
  .featured-section .dropdown-control.custom-select-rf--featured-section {
    margin-top: 32px;
  }
}

@media (max-width: 1110px) {
  .featured-section .dropdown-control.custom-select-rf--featured-section {
    width: 360px;
  }
}

@media (max-width: 449.98px) {
  .featured-section .dropdown-control.custom-select-rf--featured-section {
    width: calc(100% - 30px);
  }
}

.featured-section .dropdown-control.custom-select-rf--featured-section select, .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf--label, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf--label {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 28px;
  padding: 7.5px;
  position: relative;
}

@media (max-width: 767.98px) {
  .featured-section .dropdown-control.custom-select-rf--featured-section select, .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf--label, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf--label {
    border-bottom: 2px solid #425563;
    color: #425563;
  }
}

.featured-section .dropdown-control.custom-select-rf--featured-section select:before, .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf--label:before, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf--label:before {
  border: solid transparent;
  border-width: 15px;
  bottom: 100%;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border-top-color: #fff;
}

.featured-section .dropdown-control.custom-select-rf--featured-section select:before, .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf--label:before, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf--label:before {
  border-width: 10px;
  bottom: 7.5px;
  right: 7.5px;
}

@media (max-width: 767.98px) {
  .featured-section .dropdown-control.custom-select-rf--featured-section select:before, .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf--label:before, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf--label:before {
    border-top-color: #425563;
  }
}

.featured-section .dropdown-control.custom-select-rf--featured-section select {
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  font-size: 32px;
  outline: none;
  width: 100%;
}

.featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--dropdown {
  border-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  width: 100%;
}

.featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  color: #b23427;
  cursor: pointer;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 15px;
  padding: 15px 7.5px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out;
  user-select: none;
}

.featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option:last-child {
  border-bottom: 0;
}

.featured-section-mobile {
  max-width: 583px;
  padding: 0 15px 30px;
}

.featured-section-mobile h2 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .featured-section-mobile {
    display: none;
  }
}

.featured-section--block-top {
  display: none;
}

.featured-section--block-top.is-active {
  display: block;
}

.banner {
  display: block;
  margin: 64px 0;
  position: relative;
  text-align: center;
}

@media (min-width: 1024px) {
  .banner {
    display: inherit;
    margin: 0;
  }
}

.banner.banner-bubble {
  margin: 156px 0;
}

@media (max-width: 1023.98px) {
  .banner.banner-bubble {
    margin: 46px 0;
  }
}

.banner.banner-bubble img {
  display: flex;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .banner.banner-bubble img {
    display: none;
  }
}

.banner .circle {
  background-color: transparent;
  color: #fff;
  display: block;
  margin-top: 5%;
  min-height: 300px;
  min-width: 300px;
  position: absolute;
  text-align: center;
  top: -50%;
  transition: linear 0.1s;
  width: 28%;
  z-index: 5;
}

.banner .circle:hover {
  transform: scale(1.03);
}

.banner .circle.right {
  right: 11%;
}

.banner .circle.right.is-active {
  right: -50%;
  top: -60vh;
  width: 120vw;
  z-index: 100;
}

.banner .circle.right.is-active .circle__content .close {
  opacity: 1;
}

.banner .circle.left {
  left: 11%;
}

.banner .circle.left.is-active {
  left: -50%;
  top: -60vh;
  width: 120vw;
  z-index: 100;
}

.banner .circle.left.is-active .circle__content .close {
  opacity: 1;
}

@media (max-width: 1023.98px) {
  .banner .circle {
    margin: 0 auto;
    position: relative;
  }
  .banner .circle.right {
    right: 0;
  }
  .banner .circle.left {
    left: 0;
  }
}

.banner .circle:after {
  background-color: #b23427;
  border-radius: 50%;
  content: '';
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}

.banner .circle .circle__inner {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner .circle .circle__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.banner .circle .circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

.banner .circle .circle__content h4 {
  color: #fff;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 3.07vw;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 45px;
  margin-bottom: 25px;
  padding: 0 20px;
  text-align: center;
  vertical-align: bottom;
}

@media (max-width: 1042.34527687px) {
  .banner .circle .circle__content h4 {
    font-size: 32px;
  }
}

@media (min-width: 1368.0781759px) {
  .banner .circle .circle__content h4 {
    font-size: 42px;
  }
}

@media (max-width: 1023.98px) {
  .banner .circle .circle__content h4 {
    line-height: 34px;
    margin-bottom: 30px;
  }
}

.banner .circle .circle__content p {
  color: #fff;
  font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 25px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 237px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .banner .circle .circle__content p {
    line-height: 20px;
  }
}

@media (max-width: 1023.98px) {
  .banner .circle .circle__content p {
    display: none;
  }
}

.banner .circle .circle__content a {
  border: 1px solid #fff;
  color: #fff;
  min-width: 100px;
}

.banner .circle .circle__content a:hover {
  background: #fff;
  color: #b23427;
}

.banner .circle .circle__content .close {
  color: #fff;
  font-size: 40px;
  opacity: 0;
  position: absolute;
  right: 30vw;
  top: 60vh;
}

.text-tags + .banner-bubble {
  margin: 100px 0 70px;
}

@media (max-width: 1023.98px) {
  .text-tags + .banner-bubble {
    margin: 60px 0;
  }
}

@media (max-width: 1023.98px) {
  .hero-media + .banner-bubble {
    margin-top: 0;
  }
}

.text-links-wrapper {
  background: #e7eaeb;
  margin-top: 34px;
  padding: 49px 0 45px;
}

@media (min-width: 1024px) {
  .text-links-wrapper {
    margin-top: 96px;
    padding: 83px 0 55px;
  }
}

.text-links-wrapper .text-links {
  flex-direction: column;
}

.text-links-wrapper h2 {
  margin-bottom: 50px;
  padding-left: 38px;
  text-align: left;
}

@media (min-width: 650px) {
  .text-links-wrapper h2 {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .text-links-wrapper .owl-stage,
  .text-links-wrapper .owl-item {
    width: 100% !important;
  }
}

.text-links-wrapper ul {
  max-width: 100%;
  text-align: center;
}

@media (max-width: 650px) {
  .text-links-wrapper ul {
    padding: 0 20px;
    text-align: left;
  }
}

.text-links-wrapper ul li {
  display: inline-flex;
  margin: 0 20px 40px;
  position: relative;
  text-align: center;
}

.text-links-wrapper ul li.nodot:after, .text-links-wrapper ul li:first-child:after {
  display: none;
}

@media (max-width: 650px) {
  .text-links-wrapper ul li {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: left;
  }
  .text-links-wrapper ul li:after {
    display: none;
  }
}

.text-links-wrapper ul li:after {
  bottom: 0;
  color: #b23427;
  content: '•';
  left: -31px;
  line-height: 27px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}

.text-links-wrapper ul li a {
  color: #b23427;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-links-wrapper ul li a:hover {
  text-decoration: underline;
}

.text-tags {
  background: #b23427;
  clear: both;
  padding: 40px 0 30px;
}

@media (min-width: 1024px) {
  .text-tags {
    padding: 40px 0 50px;
  }
}

@media (min-width: 1024px) {
  .text-tags .flex {
    display: block;
  }
}

.text-tags .owl-dot.active span {
  background-color: #fff !important;
}

@media (min-width: 1024px) {
  .text-tags {
    margin-top: 40px;
  }
  .text-tags .owl-stage {
    width: 100% !important;
  }
  .text-tags .owl-item {
    width: 100% !important;
  }
}

.text-tags h2 {
  color: #fff;
  padding: 0 15px;
  text-align: center;
  width: calc(100% - 30px);
}

@media (min-width: 1024px) {
  .text-tags h2 {
    margin-bottom: 20px;
    padding: 0 60px;
    width: calc(100% - 120px);
  }
}

.text-tags ul {
  margin: 50px 15px 0;
  max-width: 100%;
  padding: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .text-tags ul {
    margin: 20px 15px 0;
    width: 100%;
  }
}

.text-tags ul li {
  display: inline-block;
  margin-bottom: 40px;
  margin-right: 5px;
  position: relative;
}

@media (min-width: 1024px) {
  .text-tags ul li {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.text-tags ul li a {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  line-height: 24px;
  padding: 6px 20px;
  text-align: center;
  text-decoration: none;
  transition: ease .2s;
}

.text-tags ul li a:hover, .text-tags ul li a:focus {
  background: #fff;
  color: #b23427;
}

.m08-container {
  padding: 30px 15px;
}

@media (min-width: 1024px) {
  .m08-container {
    padding: 32px 60px;
  }
}

.container-padding .m08-container {
  padding: 32px 0;
}

@media (min-width: 1024px) {
  .m08-container.is-narrow {
    width: 50%;
  }
}

.has-grey-background {
  background: #e7eaeb;
  margin: 32px 0;
}

.has-grey-background.is-padded {
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 15px;
}

@media (min-width: 1024px) {
  .has-grey-background.is-padded {
    margin-left: 60px;
    margin-right: 60px;
    padding: 60px;
  }
}

.rte-content {
  margin-bottom: 0;
}

.rte-content ul .ao-rteElement-P,
.rte-content ul div {
  display: inline-block;
  vertical-align: top;
}

.rte-content p {
  padding-bottom: 0;
}

.rte-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.rte-content ol,
.rte-content ul {
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  line-height: 25px;
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 40px;
  padding-left: 40px;
}

.rte-content ol:last-child,
.rte-content ul:last-child {
  margin-block-end: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rte-content ol li,
.rte-content ul li {
  color: #425563;
  display: list-item;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  line-height: 30px;
}

.rte-content ul {
  list-style: disc;
}

.rte-content ul li {
  list-style: disc;
}

.rte-content ul li p {
  line-height: 30px;
  margin: 0;
}

.rte-content ul li:last-child, .rte-content ul li:last-of-type {
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rte-content ol {
  list-style: decimal;
}

.rte-content ol li {
  list-style: decimal;
}

.rte-content h2 {
  margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
  .rte-content h2 {
    margin-bottom: 20px;
  }
}

.image-wrapper + .rte-content {
  margin-top: 20px;
}

.image-wrapper + .m08-container {
  padding-top: 0;
}

.text-columns {
  margin: 0 auto;
  max-width: 1012px;
  padding: 30px 15px;
}

@media (min-width: 1024px) {
  .text-columns {
    padding: 35px 15px 0;
  }
}

.text-columns h2 {
  padding: 0 0 50px;
  width: 100%;
}

.text-columns h2.center {
  text-align: center;
}

.text-columns .flex {
  display: block;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .text-columns .flex {
    display: flex;
  }
}

.text-columns .flex > div {
  padding: 0 20px;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .text-columns .flex > div {
    display: block;
    margin-bottom: 10px;
    padding: 15px 15px 0 0;
  }
}

@media (min-width: 1024px) {
  .text-columns .flex > div {
    box-sizing: border-box;
    flex: 1;
    margin-bottom: 60px;
  }
  .text-columns .flex > div h2 + p,
  .text-columns .flex > div h4 + p {
    margin-top: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1023.98px) {
  .text-columns .flex > div h2 + p,
  .text-columns .flex > div h4 + p {
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .text-columns .flex > div p {
    margin: 15px 0;
  }
}

@media (min-width: 1024px) and (max-width: 1023.98px) {
  .text-columns .flex > div p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .text-columns .flex > div a {
    font-size: 15px;
  }
}

blockquote {
  margin: 0;
  max-width: 750px;
  padding: 0 20px 0 35px;
  position: relative;
}

@media (max-width: 449.98px) {
  blockquote {
    margin: 0 auto;
    width: 85%;
  }
}

blockquote * {
  color: #252b37;
  display: inline-block;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 36px;
  font-size: 2.6vw;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.2777777;
  margin: 0;
  text-align: left;
}

@media (max-width: 923.076923077px) {
  blockquote * {
    font-size: 24px;
  }
}

@media (min-width: 1384.61538462px) {
  blockquote * {
    font-size: 36px;
  }
}

blockquote *:before, blockquote *:after {
  color: #569bbe;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 150%;
  line-height: 80%;
  position: absolute;
  text-align: left;
}

blockquote *:before {
  content: open-quote;
  margin-left: -35px;
  margin-top: 0;
}

@media (max-width: 449.98px) {
  blockquote *:before {
    margin-left: -25px;
  }
}

blockquote *:after {
  content: close-quote;
  margin: 10px 0 0 10px;
}

.quote-source {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  margin-top: 15px;
  padding: 0 35px;
}

.quote-wrapper {
  margin: 0 15px;
}

@media (min-width: 1024px) {
  .quote-wrapper {
    margin: 0 60px;
  }
}

.quote-spotlight-wrapper {
  padding: 96px 12%;
}

.quote-spotlight-wrapper blockquote {
  margin-top: 0;
}

.quote-spotlight-wrapper.grey {
  background: #e7eaeb;
  margin-top: 44px;
}

@media (min-width: 1024px) {
  .quote-spotlight-wrapper.grey {
    margin-top: 96px;
  }
}

.quote-spotlight-wrapper.white {
  background: #fff;
}

@media (min-width: 1024px) {
  .quote-spotlight-wrapper .owl-item {
    margin-top: 64px;
  }
}

@media (min-width: 1024px) {
  .quote-spotlight-wrapper .owl-stage {
    width: 100% !important;
  }
  .quote-spotlight-wrapper .owl-item {
    padding: 0 2%;
    width: 46% !important;
  }
  .quote-spotlight-wrapper .owl-item:nth-of-type(even) {
    padding-right: 0;
  }
  .quote-spotlight-wrapper .owl-item:nth-of-type(odd) {
    padding-left: 0;
  }
  .quote-spotlight-wrapper .owl-item:nth-child(3) {
    clear: both;
  }
}

@media (max-width: 1023.98px) {
  .quote-spotlight-wrapper {
    padding: 45px;
  }
  .quote-spotlight-wrapper .owl-item {
    margin-bottom: 40px;
  }
}

@media (max-width: 1023.98px) {
  .quote-spotlight-wrapper {
    padding: 44px 15px;
  }
  .quote-spotlight-wrapper .owl-item {
    margin-bottom: 0;
  }
}

@media (max-width: 1023.98px) {
  .quote-spotlight-wrapper .quote-spotlight {
    padding-top: 28px;
  }
}

.quote-spotlight-wrapper .quote-spotlight .owl-item {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .quote-spotlight-wrapper .quote-spotlight .owl-stage-outer {
    height: auto !important;
  }
}

.quote-spotlight-wrapper p.descriptive-text {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  margin-left: 35px;
  margin-top: 20px;
}

.quote-spotlight-wrapper .flex {
  justify-content: space-between;
}

.article-spotlight-wrapper {
  margin-top: 44px;
  padding: 45px 12% 40px;
}

@media (min-width: 1024px) {
  .article-spotlight-wrapper {
    margin-top: 41px;
  }
}

@media (max-width: 1023.98px) {
  .article-spotlight-wrapper {
    padding: 40px 60px;
  }
}

@media (max-width: 1023.98px) {
  .article-spotlight-wrapper {
    padding: 15px;
  }
}

@media (max-width: 449.98px) {
  .article-spotlight-wrapper {
    padding: 15px;
  }
}

@media (min-width: 1024px) {
  .article-spotlight-wrapper .dropdown-control {
    margin-top: 20px;
  }
}

.article-spotlight-wrapper .heading-selector-rf {
  justify-content: left;
  margin: 0;
}

.article-spotlight-wrapper .article-spotlight {
  margin: 0 auto;
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  .article-spotlight-wrapper .article-spotlight {
    margin: 0 auto;
    margin-top: 0;
    max-width: 100%;
    padding-bottom: 0;
  }
}

.article-spotlight-wrapper .article-spotlight .headline-article-small a {
  color: #425563;
}

.article-spotlight-wrapper .article-spotlight .headline-article-small a:hover {
  color: #b23427;
}

.article-spotlight-wrapper .article-spotlight:nth-child(3) {
  border-bottom: 0;
}

.article-spotlight-wrapper .article-spotlight__item {
  border-bottom: 1px solid #e7eaeb;
  display: inline-block;
  margin-top: 40px;
  padding: 10px 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}

@media (max-width: 449.98px) {
  .article-spotlight-wrapper .article-spotlight__item {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .article-spotlight-wrapper .article-spotlight__item {
    max-width: 45%;
    min-width: 45%;
    opacity: 1;
    padding: 0 1.5vw;
  }
  .article-spotlight-wrapper .article-spotlight__item:nth-child(even) {
    padding-right: 0;
  }
  .article-spotlight-wrapper .article-spotlight__item:nth-child(odd) {
    padding-left: 0;
  }
  .article-spotlight-wrapper .article-spotlight__item:nth-child(3) {
    clear: both;
  }
  .article-spotlight-wrapper .article-spotlight__item:nth-child(3), .article-spotlight-wrapper .article-spotlight__item:nth-child(4) {
    border-bottom: 0;
  }
}

.article-spotlight-wrapper .article-spotlight__item img {
  margin-bottom: 6px;
  max-width: 336px;
  width: 100%;
}

.article-spotlight-wrapper .article-spotlight__item p,
.article-spotlight-wrapper .article-spotlight__item a {
  padding: 0 25px 0 0;
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  .article-spotlight-wrapper .article-spotlight__item p,
  .article-spotlight-wrapper .article-spotlight__item a {
    line-height: normal;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .article-spotlight-wrapper .article-spotlight__item p.article-copy,
  .article-spotlight-wrapper .article-spotlight__item a.article-copy {
    display: none;
  }
}

.article-spotlight-wrapper .article-spotlight__item .cta-level-three {
  margin: 40px 0;
}

.article-spotlight-wrapper .article-spotlight__item .cta-level-three:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .article-spotlight-wrapper .article-spotlight__item .cta-level-three {
    height: 100%;
    margin: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 100%;
  }
}

.article-spotlight-wrapper .article-header span {
  color: #425563;
}

.article-spotlight-wrapper .cta {
  clear: both;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .article-spotlight-wrapper .cta {
    display: inline-block;
    margin-top: 20px;
  }
}

.featured-article-wrapper {
  margin-top: 64px;
  padding: 0 6% 76px;
  position: relative;
  z-index: 16;
}

.featured-article-wrapper .heading-selector-rf {
  position: relative;
}

@media (min-width: 768px) {
  .featured-article-wrapper .heading-selector-rf {
    margin-bottom: 40px;
  }
}

.featured-article-wrapper .cta-level-three {
  position: relative;
}

@media (min-width: 1024px) {
  .featured-article-wrapper .cta-level-three {
    bottom: 0;
    position: absolute;
  }
}

.featured-article-wrapper .cta-level-three.cta-level-three--right {
  right: 0;
  z-index: 2;
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper .cta-level-three.cta-level-three--right {
    display: block;
  }
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper .cta-level-three {
    clear: both;
    display: none;
    padding-top: 20px;
  }
}

.featured-article-wrapper .cta-level-three.only-tablet {
  display: none;
}

@media (max-width: 767.98px) {
  .featured-article-wrapper .cta-level-three.only-tablet {
    display: block;
  }
}

.featured-article-wrapper .cta-level-three.above-tablet {
  display: none;
}

@media (min-width: 768px) {
  .featured-article-wrapper .cta-level-three.above-tablet {
    display: inline;
  }
}

.featured-article-wrapper .article-spotlight__item.one-third,
.featured-article-wrapper .article-spotlight__item.two-third {
  background: #e7eaeb;
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper .heading-selector-rf {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .featured-article-wrapper {
    margin-top: 96px;
    padding: 45px 12% 96px;
  }
}

.featured-article-wrapper a.browse {
  position: absolute;
  right: 20px;
  top: 140px;
}

@media (min-width: 1024px) {
  .featured-article-wrapper a.browse {
    right: 12%;
  }
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper a.browse {
    top: 90px;
  }
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper {
    margin-top: 61px;
    padding: 5px 15px 28px;
  }
}

.featured-article-wrapper .article-spotlight {
  margin: 0 auto;
  margin-top: 20px;
}

@media (max-width: 1365.98px) {
  .featured-article-wrapper .article-spotlight .article-copy,
  .featured-article-wrapper .article-spotlight .ao-rteElement-introText {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .featured-article-wrapper .article-spotlight {
    display: block;
  }
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper .article-spotlight {
    margin: 20px auto 0;
    width: 100%;
  }
}

.featured-article-wrapper .article-spotlight__item {
  flex: 1 1 auto;
  margin: 0;
  position: relative;
  transition: ease 1s !important;
}

.featured-article-wrapper .article-spotlight__item:hover {
  box-shadow: 3px 2px 11px #ccc;
}

.featured-article-wrapper .article-spotlight__item img {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}

.featured-article-wrapper .article-spotlight__item p,
.featured-article-wrapper .article-spotlight__item a {
  padding: 0;
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper .article-spotlight__item p,
  .featured-article-wrapper .article-spotlight__item a {
    line-height: normal;
    padding: 0;
  }
  .featured-article-wrapper .article-spotlight__item p.article-copy,
  .featured-article-wrapper .article-spotlight__item a.article-copy {
    display: none;
  }
}

.featured-article-wrapper .article-spotlight__item p.headline-article-small,
.featured-article-wrapper .article-spotlight__item a.headline-article-small {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.2;
  margin-top: 4px;
  overflow: hidden;
}

.featured-article-wrapper .article-spotlight__item p.headline-article-small a,
.featured-article-wrapper .article-spotlight__item a.headline-article-small a {
  color: #425563;
}

.featured-article-wrapper .article-spotlight__item p.headline-article-small a:hover,
.featured-article-wrapper .article-spotlight__item a.headline-article-small a:hover {
  color: #b23427;
}

.featured-article-wrapper .article-spotlight__item a {
  margin-bottom: 15px;
}

.featured-article-wrapper .article-spotlight__item a:hover, .featured-article-wrapper .article-spotlight__item a:focus {
  text-decoration: underline;
}

.featured-article-wrapper .article-spotlight__item.full-width {
  background: #e7eaeb;
}

.featured-article-wrapper .article-spotlight__item.full-width .article-copy {
  margin-bottom: 30px;
}

.featured-article-wrapper .article-spotlight__item.full-width .inner-img {
  height: 100%;
  padding-top: 0;
}

.featured-article-wrapper .article-spotlight__item.full-width .inner-img__placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
}

.featured-article-wrapper .article-spotlight__item.full-width .inner-img__placeholder--first {
  background-color: #569bbe;
  height: 284px;
  width: 100%;
}

@media (min-width: 1366px) {
  .featured-article-wrapper .article-spotlight__item.full-width .inner-img__placeholder--first {
    height: 100%;
    min-height: 320px;
  }
}

.featured-article-wrapper .article-spotlight__item.full-width .inner-img__placeholder .placeholder__logo {
  display: block;
  max-width: 60%;
}

@media (min-width: 768px) {
  .featured-article-wrapper .article-spotlight__item.full-width .inner-img + .inner-content {
    box-sizing: border-box;
    float: left;
    width: calc(50% - 15px);
  }
}

@media (min-width: 768px) {
  .featured-article-wrapper .article-spotlight__item.full-width .inner-img {
    margin-right: 15px;
  }
}

@media (min-width: 1366px) {
  .featured-article-wrapper .article-spotlight__item.full-width .inner-img {
    display: block;
    margin-right: 0;
    min-height: 320px;
  }
}

.featured-article-wrapper .article-spotlight__item.full-width .inner-img a {
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}

@media (max-width: 1365.98px) {
  .featured-article-wrapper .article-spotlight__item.full-width .inner-img a {
    background-image: none !important;
  }
}

@media (min-width: 768px) {
  .featured-article-wrapper .article-spotlight__item.full-width .inner-img {
    width: 50%;
    float: left;
  }
}

.featured-article-wrapper .article-spotlight__item.full-width .inner-img img {
  display: block;
  margin-bottom: 0;
  max-width: 100%;
}

.featured-article-wrapper .article-spotlight__item.full-width .inner-content {
  padding: 15px 15px 0;
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper .article-spotlight__item.full-width .inner-content {
    padding: 15px 15px 45px;
  }
}

@media (min-width: 1024px) {
  .featured-article-wrapper .article-spotlight__item.full-width .inner-content {
    width: 41.6666666667%;
    float: left;
    box-sizing: border-box;
    padding: 15px 15px 45px;
  }
}

@media (min-width: 1366px) {
  .featured-article-wrapper .article-spotlight__item.full-width .inner-content {
    width: 41.6666666667%;
    float: left;
    box-sizing: border-box;
    padding: 35px 15px 15px 45px;
  }
}

.featured-article-wrapper .article-spotlight__item.two-third {
  background: #e7eaeb;
  width: 100%;
}

.featured-article-wrapper .article-spotlight__item.two-third .article-copy {
  display: none;
}

@media (min-width: 768px) {
  .featured-article-wrapper .article-spotlight__item.two-third {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.featured-article-wrapper .article-spotlight__item.two-third .inner-img {
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
}

.featured-article-wrapper .article-spotlight__item.two-third .inner-img__placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
}

.featured-article-wrapper .article-spotlight__item.two-third .inner-img__placeholder--second {
  background-color: #425563;
  height: 284px;
  width: 100%;
}

.featured-article-wrapper .article-spotlight__item.two-third .inner-img__placeholder .placeholder__logo {
  display: block;
  max-width: 60%;
}

@media (min-width: 1366px) {
  .featured-article-wrapper .article-spotlight__item.two-third .inner-img.only-tablet {
    display: none;
  }
}

.featured-article-wrapper .article-spotlight__item.two-third .inner-img img {
  display: block;
  margin-bottom: 0;
  max-width: 100%;
}

.featured-article-wrapper .article-spotlight__item.two-third .inner-content {
  padding: 15px;
}

@media (min-width: 1024px) {
  .featured-article-wrapper .article-spotlight__item.two-third .inner-content {
    padding: 15px 15px 45px;
  }
}

.featured-article-wrapper .article-spotlight__item.one-third {
  background: #e7eaeb;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  .featured-article-wrapper .article-spotlight__item.one-third {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

.featured-article-wrapper .article-spotlight__item.one-third .inner-content {
  padding: 15px 15px 50px;
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper .article-spotlight__item.one-third .inner-content {
    padding: 15px;
  }
}

.featured-article-wrapper .article-spotlight__item.one-third .inner-img {
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper .article-spotlight__item.one-third .inner-img {
    max-height: inherit;
  }
}

.featured-article-wrapper .article-spotlight__item.one-third .inner-img__placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
}

.featured-article-wrapper .article-spotlight__item.one-third .inner-img__placeholder--third {
  background-color: #b23427;
  height: 284px;
  width: 100%;
}

.featured-article-wrapper .article-spotlight__item.one-third .inner-img__placeholder .placeholder__logo {
  display: block;
  max-width: 60%;
}

.featured-article-wrapper .article-spotlight__item.one-third .inner-img img {
  display: block;
  margin-bottom: 0;
  max-width: 100%;
}

.featured-article-wrapper .article-spotlight__item .article-categories {
  display: none;
}

.featured-article-wrapper .article-spotlight__item .article-categories .article-categories-header {
  color: #425563;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: -.2px;
  line-height: 1.875;
  margin-top: 10px;
  text-transform: uppercase;
}

.featured-article-wrapper .article-spotlight__item .article-categories a {
  color: #425563;
  font-family: HelveticaNeueLTPro-Roman;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.2px;
  line-height: 1.2;
  margin-right: 8px;
  text-align: left;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .featured-article-wrapper .article-spotlight__item .article-categories {
    display: block !important;
  }
}

.featured-article-wrapper .article-header span {
  color: #425563;
}

.featured-article-wrapper .cta {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper .cta {
    margin-top: 20px;
  }
}

.stat-spotlight-wrapper {
  padding: 45px 12% 40px;
}

@media (max-width: 1023.98px) {
  .stat-spotlight-wrapper {
    max-width: 100%;
    overflow: hidden;
    padding: 15px;
  }
}

.stat-spotlight-wrapper .flex {
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .stat-spotlight-wrapper .owl-item {
    margin-bottom: 10px;
  }
}

.stat-spotlight-wrapper h2 {
  padding: 20px 0;
  text-align: center;
}

.stat-spotlight-wrapper .stat-spotlight {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .stat-spotlight-wrapper .stat-spotlight {
    width: 772px;
  }
  .stat-spotlight-wrapper .stat-spotlight .owl-item {
    width: 376px !important;
  }
}

.stat-spotlight-wrapper .stat-spotlight__item {
  background-size: cover !important;
  height: 324px;
  margin: 0 auto;
  padding: 26px 36px;
  position: relative;
  width: 304px;
}

@media (min-width: 1024px) {
  .stat-spotlight-wrapper .stat-spotlight__item {
    margin: 5px;
  }
}

@media (max-width: 449.98px) {
  .stat-spotlight-wrapper .stat-spotlight__item {
    width: auto;
  }
}

.stat-spotlight-wrapper .stat-spotlight__item--background-title p {
  bottom: 40px;
  color: #fff;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 40px;
  left: 50px;
  line-height: 44px;
  position: absolute;
}

.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy p,
.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy li {
  color: #fff;
}

.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy p.title,
.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy li.title {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-bottom: 0;
}

.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy p.title--48, .stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy p.title--75, .stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy p.title--100,
.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy li.title--48,
.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy li.title--75,
.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy li.title--100 {
  font-family: "Garamond-Regular", Georgia, serif;
  line-height: normal;
}

.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy p.title--48,
.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy li.title--48 {
  font-size: 48px;
  line-height: 100%;
}

.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy p.title--75,
.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy li.title--75 {
  font-size: 75px;
  line-height: 100%;
}

.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy p.title--100,
.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy li.title--100 {
  font-size: 100px;
  line-height: 100%;
  margin-bottom: 10px;
  margin-top: -20px;
}

.stat-spotlight-wrapper .stat-spotlight__item--title-background-stats-copy li {
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  line-height: 25px;
  list-style: disc;
  margin-left: 20px;
  padding: 10px 0;
}

.promo-spotlight-wrapper {
  margin: 64px auto;
  padding: 0 60px;
}

.promo-spotlight-wrapper .owl-stage {
  display: flex;
}

@media (min-width: 1024px) {
  .promo-spotlight-wrapper {
    margin: 96px auto;
    padding: 0 12%;
  }
}

.promo-spotlight-wrapper .heading--promo {
  margin-bottom: 23px;
}

@media (min-width: 1024px) {
  .promo-spotlight-wrapper .heading--promo {
    margin-bottom: 39px;
  }
}

.promo-spotlight-wrapper .promo-spotlight > div {
  overflow: hidden;
}

.promo-spotlight-wrapper .promo-spotlight > div.owl-dots {
  margin-top: 19px !important;
}

.promo-spotlight-wrapper .promo-spotlight .watch-video a:first-child:after {
  background: url("/assets/img/png/play-button.png") no-repeat;
  background-size: 75px;
  content: '';
  height: 75px;
  left: 50%;
  margin-left: -37px;
  margin-top: -130px;
  position: absolute;
  top: 50%;
  width: 75px;
}

@media (max-width: 1023.98px) {
  .promo-spotlight-wrapper .promo-spotlight .watch-video a:first-child:after {
    background-size: 15vw;
    content: '';
    height: 15vw;
    left: 50%;
    margin-left: -7.5vw;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    width: 15vw;
  }
}

.promo-spotlight-wrapper .promo-spotlight.flex {
  justify-content: flex-start;
  margin: 0 auto;
}

.promo-spotlight-wrapper .promo-spotlight.flex > div {
  background: #e7eaeb;
  flex: 0 0 24%;
  margin-right: 15px;
  padding-bottom: 30px;
  position: relative;
  transition: ease 0.2s;
}

@media (max-width: 1023.98px) {
  .promo-spotlight-wrapper .promo-spotlight.flex > div {
    margin: 5px;
  }
}

.promo-spotlight-wrapper .promo-spotlight.flex > div:hover {
  transform: scale(1.01);
}

.promo-spotlight-wrapper .promo-spotlight.flex > div img {
  width: 100%;
}

.promo-spotlight-wrapper .promo-spotlight.flex > div:last-child {
  margin-right: 0;
}

.promo-spotlight-wrapper .promo-spotlight__content {
  padding: 24px 15px 44px;
}

.promo-spotlight-wrapper .promo-spotlight__content a {
  bottom: 30px;
  position: absolute;
}

@media (max-width: 1023.98px) {
  .promo-spotlight-wrapper .promo-spotlight__content a {
    bottom: 22px;
  }
}

.promo-spotlight-wrapper .promo-spotlight .owl-item {
  background: #e7eaeb;
  display: flex;
  min-height: 400px;
  overflow: hidden;
}

.promo-spotlight-wrapper .promo-spotlight .owl-item img {
  flex-shrink: 0;
}

@media (max-width: 449.98px) {
  .promo-spotlight-wrapper .promo-spotlight .owl-item p:not(.headline-article-small) {
    line-height: 15px;
    margin-top: 5px;
  }
}

@media (max-width: 320px) {
  .promo-spotlight-wrapper .promo-spotlight .owl-item {
    min-height: 386px;
  }
}

.promo-spotlight-wrapper .promo-spotlight .headline-article-small {
  line-height: 23px;
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .promo-spotlight-wrapper {
    margin: 46px auto 20px;
    padding: 0 15px;
  }
  .promo-spotlight-wrapper .owl-item {
    margin-bottom: 0;
  }
}

.contact-details-spotlight {
  background: #e7eaeb;
  margin-top: 64px;
  padding: 75px 12% 25px;
}

@media (min-width: 1024px) {
  .contact-details-spotlight {
    margin-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .contact-details-spotlight {
    padding: 45px;
  }
}

@media (max-width: 1023.98px) {
  .contact-details-spotlight {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 24px 15px;
    width: calc(100% - 30px);
  }
}

.contact-details-spotlight h2 {
  padding-bottom: 32px;
}

@media (min-width: 1024px) {
  .contact-details-spotlight h2 {
    padding-bottom: 48px;
  }
}

.contact-details-spotlight .office {
  border-bottom: 1px solid #d0d5d8;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

@media (max-width: 1023.98px) {
  .contact-details-spotlight .office {
    border-bottom: 0 solid #d0d5d8;
    padding-bottom: 25px;
  }
}

.contact-details-spotlight .office:last-child {
  border-bottom: 0 solid #d0d5d8;
}

.contact-details-spotlight .left-col {
  display: inline-block;
  max-width: 600px;
  width: 50%;
}

@media (max-width: 1023.98px) {
  .contact-details-spotlight .left-col {
    max-width: 100%;
    width: 100%;
  }
}

.contact-details-spotlight .left-col img {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .contact-details-spotlight .left-col img {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}

.contact-details-spotlight .right-col {
  display: inline-block;
  margin-left: 60px;
  max-width: 250px;
  vertical-align: top;
  width: 50%;
}

@media (max-width: 1023.98px) {
  .contact-details-spotlight .right-col {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.contact-details-spotlight .right-col ul {
  min-width: 360px;
}

.contact-details-spotlight .right-col ul li {
  line-height: 30px;
  margin-bottom: 0;
}

.contact-details-spotlight .right-col ul li.clock {
  margin-bottom: 0;
}

.contact-details-spotlight .right-col ul li.address {
  margin-bottom: 30px;
}

.contact-details-spotlight .right-col ul li.address p {
  margin-bottom: 0;
}

.contact-details-spotlight .right-col ul li a {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: top;
}

.contact-details-spotlight .right-col ul li a:hover {
  color: #b23427;
  text-decoration: underline;
}

.contact-details-spotlight .right-col ul li a.tel {
  height: 30px;
}

.contact-details-spotlight .right-col ul li a.tel:before {
  background: url("/assets/img/svg/icons/phone.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.contact-details-spotlight .right-col ul li a.mail {
  height: 30px;
}

.contact-details-spotlight .right-col ul li a.mail:before {
  background: url("/assets/img/svg/icons/mail.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.contact-details-spotlight .right-col ul li a.map {
  height: 30px;
}

.contact-details-spotlight .right-col ul li a.map:before {
  background: url("/assets/img/svg/icons/location.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

#clock {
  background: url("/assets/img/png/clockface.png");
  background-size: 50px;
  display: inline-block;
  height: 50px;
  list-style: none;
  position: relative;
  width: 50px;
}

img.jcgmt-clock {
  width: 100%;
}

.jcgmt-container {
  position: relative;
}

.jcgmt-clock-holder {
  overflow: hidden;
  position: relative;
  width: 50px;
}

.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
  display: block;
  position: absolute;
  width: 100%;
}

.jcgmt-rotating-wrapper {
  height: 50px;
  position: absolute;
  width: 50px;
}

.jcgmt-digital,
.jcgmt-date {
  left: 60px;
  position: absolute;
  top: 10px;
  width: 300px;
}

@media (max-width: 1023.98px) {
  .jcgmt-digital,
  .jcgmt-date {
    top: 11px;
  }
}

.highlight-spotlight-wrapper {
  margin: 15px 0;
  padding: 15px;
  position: relative;
}

.section-left .highlight-spotlight-wrapper,
.section-right .highlight-spotlight-wrapper {
  padding: 0;
}

.highlight-spotlight-wrapper .component-heading {
  padding: 0 0 40px 60px;
}

@media (max-width: 449.98px) {
  .highlight-spotlight-wrapper .component-heading {
    padding: 64px 15px;
  }
}

.highlight-spotlight-wrapper h2 {
  margin-bottom: 24px;
}

.highlight-spotlight-wrapper .highlight-spotlight {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.highlight-spotlight-wrapper .highlight-spotlight__item {
  align-items: center;
  background-color: #b23427;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}

.highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up) {
  display: flex;
  margin-bottom: 1em;
  margin-left: 1em;
}

@media (max-width: 1023.98px) {
  .highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up) {
    width: 100%;
  }
  .highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up):nth-child(2n -1) {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up) {
    width: calc(50% - .75em);
  }
  .highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up):nth-child(3) {
    margin-left: 0;
  }
}

@media (min-width: 1366px) {
  .highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up) {
    width: calc(25% - .75em);
  }
  .highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up):nth-child(3) {
    margin-left: 1em;
  }
}

.highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up):first-child {
  margin-left: 0;
}

.section-left .highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up),
.section-right .highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up) {
  flex: 0 0 48%;
  flex: 0 0 calc(50% - 0.5em);
}

.section-left .highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up):nth-child(2n -1),
.section-right .highlight-spotlight-wrapper .highlight-spotlight__item:not(.pop-up):nth-child(2n -1) {
  margin-left: 0;
}

.highlight-spotlight-wrapper .highlight-spotlight__item:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.highlight-spotlight-wrapper .highlight-spotlight__item-inner {
  align-items: stretch;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  max-width: 100%;
  padding: 2em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.highlight-spotlight-wrapper .highlight-spotlight__item .heading,
.highlight-spotlight-wrapper .highlight-spotlight__item .figure,
.highlight-spotlight-wrapper .highlight-spotlight__item .copy {
  color: #fff;
  width: 100%;
}

.highlight-spotlight-wrapper .highlight-spotlight__item .highlight-spotlight__open {
  color: #fff;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .highlight-spotlight-wrapper .highlight-spotlight__item .highlight-spotlight__open {
    margin-top: 10px;
  }
}

.highlight-spotlight-wrapper .highlight-spotlight__item .highlight-spotlight__open:after {
  content: '+';
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  padding-left: 10px;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.pop-up {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60px;
  z-index: 3;
}

@media (min-width: 1024px) {
  .highlight-spotlight-wrapper .highlight-spotlight__item.pop-up {
    top: -190px;
  }
}

@media (min-width: 1024px) {
  .section-left .highlight-spotlight-wrapper .highlight-spotlight__item.pop-up,
  .section-right .highlight-spotlight-wrapper .highlight-spotlight__item.pop-up {
    top: calc(74px + 6%);
  }
}

@media (max-width: 449.98px) {
  .section-left .highlight-spotlight-wrapper .highlight-spotlight__item.pop-up,
  .section-right .highlight-spotlight-wrapper .highlight-spotlight__item.pop-up {
    top: 94px;
  }
}

.highlight-spotlight-wrapper .highlight-spotlight__item.pop-up figure {
  color: #fff;
  font-size: 50px;
  margin: 0;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .highlight-spotlight-wrapper .highlight-spotlight__item.pop-up figure {
    font-size: 66px;
  }
}

.highlight-spotlight-wrapper .highlight-spotlight__item.pop-up .copy {
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
}

@media (min-width: 1024px) {
  .highlight-spotlight-wrapper .highlight-spotlight__item.pop-up .copy {
    font-size: 16px;
    line-height: 30px;
  }
}

.highlight-spotlight-wrapper .highlight-spotlight__item.pop-up .copy strong {
  font-family: "HelveticaNeue-BoldCondensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
}

@media (min-width: 800px) {
  .highlight-spotlight-wrapper .highlight-spotlight__item.pop-up {
    max-width: 800px;
    top: calc(74px + 4%);
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .highlight-spotlight-wrapper .highlight-spotlight__item.pop-up {
    top: -190px;
  }
}

.highlight-spotlight-wrapper .highlight-spotlight__item a {
  text-decoration: underline;
}

.highlight-spotlight-wrapper .highlight-spotlight__item a:hover {
  font-weight: bold;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.is-red {
  background-color: #b23427;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.is-red a {
  color: #fff;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.is-dark-blue {
  background-color: #425563;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.is-dark-blue a {
  color: #fff;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.is-light-blue {
  background-color: #d5e6ef;
  color: #425563;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.is-light-blue a {
  color: #425563;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.is-light-blue .heading,
.highlight-spotlight-wrapper .highlight-spotlight__item.is-light-blue .figure,
.highlight-spotlight-wrapper .highlight-spotlight__item.is-light-blue .copy,
.highlight-spotlight-wrapper .highlight-spotlight__item.is-light-blue .highlight-spotlight__open {
  color: #425563;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.is-light-blue .highlight-spotlight__close {
  border-color: #425563;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.is-circle {
  border-radius: 100%;
}

.highlight-spotlight-wrapper .highlight-spotlight__item.is-hidden {
  display: none;
}

.highlight-spotlight-wrapper .highlight-spotlight figure {
  font-size: 40px;
  margin: 0;
  margin-bottom: 10px;
}

@media (max-width: 449.98px) {
  .highlight-spotlight-wrapper .highlight-spotlight figure {
    font-size: 35px;
  }
}

.highlight-spotlight__overlay {
  background-color: #fff;
  bottom: 0;
  content: '';
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.highlight-spotlight__close {
  background-color: inherit;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 50px;
  margin: auto;
  padding: 10px;
  position: absolute;
  right: 7vw;
  top: 7vw;
  transition: all ease 0.2s;
  width: 50px;
  z-index: 6;
}

@media (min-width: 1024px) {
  .highlight-spotlight__close {
    right: 5vw;
    top: 5vw;
  }
}

.highlight-spotlight__close:hover {
  transform: scale(1.2);
}

.is-red .highlight-spotlight__close {
  background-color: #b23427;
  border: 1px solid #fff;
}

.is-red .highlight-spotlight__close a {
  color: #fff;
}

.is-light-blue .highlight-spotlight__close {
  background-color: #d5e6ef;
  color: #425563;
}

.is-light-blue .highlight-spotlight__close a {
  color: #425563;
}

.is-dark-blue .highlight-spotlight__close {
  background-color: #425563;
  border: 1px solid #fff;
}

.is-dark-blue .highlight-spotlight__close a {
  color: #fff;
}

.highlight-spotlight__close svg {
  position: relative;
  top: 13px;
}

.highlight-spotlight__close span {
  position: absolute;
  text-indent: -9999px;
}

.video-spotlight-wrapper {
  margin-top: 64px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 60px;
  position: relative;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .video-spotlight-wrapper {
    margin-top: 24px;
  }
}

.video-spotlight-wrapper .video-spotlight,
.video-spotlight-wrapper h2 {
  margin: 0 auto;
  max-width: 1024px;
}

@media (min-width: 1024px) {
  .video-spotlight-wrapper:after {
    background-color: #e7eaeb;
    bottom: 0;
    content: '';
    display: block;
    height: 70%;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.video-spotlight-wrapper .owl-stage {
  min-width: 100%;
}

@media (min-width: 1024px) {
  .video-spotlight-wrapper {
    margin-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .video-spotlight-wrapper {
    padding: 0 0 20px;
  }
}

.video-spotlight-wrapper h2 {
  padding-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .video-spotlight-wrapper h2 {
    padding: 30px 15px;
  }
}

@media (max-width: 1023.98px) {
  .video-spotlight-wrapper h2 {
    padding: 30px 15px;
  }
}

@media (min-width: 1024px) {
  .video-spotlight-wrapper .owl-item {
    padding: 10px;
    width: calc(50% - 20px) !important;
  }
}

.video-spotlight-wrapper .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.video-spotlight-wrapper .flex img {
  width: 100%;
}

@media (max-width: 1023.98px) {
  .video-spotlight-wrapper .flex {
    display: block;
  }
}

.video-spotlight-wrapper .flex__item {
  position: relative;
}

@media (max-width: 1023.98px) {
  .video-spotlight-wrapper .flex__item {
    padding-bottom: 80px;
  }
  .video-spotlight-wrapper .flex__item img {
    margin-bottom: 30px;
    width: 100%;
  }
}

.video-spotlight-wrapper .flex__item__footer {
  background: url("/assets/img/png/video-footer.png") no-repeat;
  background-size: cover;
  bottom: -1px;
  height: 105px;
  left: -1px;
  outline: none;
  position: absolute;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .video-spotlight-wrapper .flex__item__footer {
    background: #fff;
    bottom: 0;
    height: 83px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .video-spotlight-wrapper .flex__item__footer:hover {
    cursor: pointer;
  }
}

.video-spotlight-wrapper .flex__item__footer:hover img.desktop, .video-spotlight-wrapper .flex__item__footer:focus img.desktop {
  transform: scale(1.1);
}

.video-spotlight-wrapper .flex__item__footer--video-play-button {
  left: 50%;
  margin-left: -37px;
  margin-top: -70px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: 0.2s;
  width: 75px !important;
}

.video-spotlight-wrapper .flex__item__footer--video-play-button.fadeout {
  opacity: 0;
}

.video-spotlight-wrapper .flex__item__footer--video-play-button.desktop {
  left: auto;
  position: absolute;
  right: 33px;
  top: 92px;
}

@media (max-width: 1023.98px) {
  .video-spotlight-wrapper .flex__item__footer--video-play-button.desktop {
    display: none;
  }
}

.video-spotlight-wrapper .flex__item__footer--video-play-button:hover {
  cursor: pointer;
}

.video-spotlight-wrapper .flex__item__footer--video-title {
  font-family: "HelveticaNeue-BoldCondensed", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 55px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}

.video-spotlight-wrapper .flex__item__footer--video-copy {
  left: 55px;
  line-height: 30px;
  max-width: 280px;
  position: absolute;
  top: 37px;
}

@media (max-width: 1023.98px) {
  .video-spotlight-wrapper .flex__item__footer--video-title, .video-spotlight-wrapper .flex__item__footer--video-copy {
    left: 15px;
  }
  .video-spotlight-wrapper .flex__item__footer--video-title {
    top: 5px;
  }
  .video-spotlight-wrapper .flex__item__footer--video-copy {
    max-width: 100%;
    top: 30px;
  }
}

.content-promo {
  padding: 96px 0;
}

@media (max-width: 1023.98px) {
  .content-promo {
    padding: 96px 45px;
  }
}

.content-promo + .content-promo {
  padding-top: 0;
}

.content-promo h1,
.content-promo h2 {
  margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
  .content-promo h1,
  .content-promo h2 {
    margin-bottom: 20px;
  }
}

.content-promo .flex {
  display: flex;
}

@media (max-width: 1023.98px) {
  .content-promo .flex {
    display: block;
  }
}

@media (max-width: 1023.98px) {
  .content-promo {
    display: block;
    padding: 34px 15px 10px;
  }
}

.content-promo--container {
  margin: 0 auto;
  max-width: 1010px;
  padding: 0 30px;
}

.content-promo--img {
  padding-right: 20px;
}

.content-promo--img img {
  max-width: 376px;
}

@media (max-width: 449.98px) {
  .content-promo--img img {
    margin: 0 -15px;
    max-width: none;
    width: calc(100% + 30px);
  }
}

@media (max-width: 1023.98px) {
  .content-promo--img {
    padding-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }
}

.content-promo--copy {
  box-sizing: border-box;
  color: #425563;
  max-width: 484px;
}

.content-promo--copy .cta {
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .content-promo--copy {
    max-width: 100%;
    width: 100%;
  }
}

.content-promo--copy h4 {
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .content-promo--copy h4 {
    margin-bottom: 10px;
  }
}

.content-promo--copy p {
  margin-bottom: 40px;
}

.content-promo--copy p.small-padding {
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .content-promo--copy p {
    margin-bottom: 20px;
  }
}

.content-promo.silver-light {
  background: #e7eaeb;
  margin-bottom: 64px;
  margin-top: 64px;
}

@media (max-width: 1023.98px) {
  .content-promo.silver-light {
    margin-bottom: 34px;
    margin-top: 34px;
  }
}

.content-promo.silver-light + .content-promo {
  padding-top: 64px;
}

@media (min-width: 1024px) {
  .content-promo.silver-light + .content-promo {
    padding-top: 96px;
  }
}

.content-promo.silver-light + .content-promo.silver-light {
  margin-top: 0;
  opacity: 1;
  padding-top: 0;
  transform: translate(0);
}

@media (min-width: 1024px) {
  .content-promo.silver-light + .content-promo.silver-light {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .content-promo.silver-light {
    margin-bottom: 96px;
    margin-top: 96px;
  }
}

[class*='-item-no-image'] {
  background: url("/assets/img/png/bg-profile-no-image.png") no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 65.75%;
  position: relative;
}

@media (max-width: 1023.98px) {
  [class*='-item-no-image'] {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    vertical-align: top;
    width: 100%;
  }
}

.content-item [class*='-item-no-image'] {
  margin-right: 40px;
  max-width: 40%;
  padding-bottom: 25%;
  width: 100%;
}

[class*='-item-initials'] {
  color: #fff !important;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 60px !important;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.content-item [class*='-item-initials'] {
  font-size: 40px;
}

.contact-spotlight-wrapper {
  margin: 96px 0 0;
}

.contact-spotlight-wrapper + .contact-spotlight-wrapper {
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  .contact-spotlight-wrapper {
    margin: 20px 0 40px;
  }
}

.contact-spotlight-wrapper .hero-container {
  margin: 40px 0;
}

.contact-spotlight-wrapper.container-padding .contact-spotlight__results-wrapper {
  margin: 0;
}

.contact-spotlight .contact-spotlight__results-wrapper {
  margin: 48px 0;
}

@media (min-width: 1024px) {
  .contact-spotlight .contact-spotlight__results-wrapper .owl-item {
    margin-bottom: 20px;
  }
}

.contact-spotlight .contact-spotlight__results-wrapper li {
  flex: 1 0 24%;
  height: 100%;
  margin-right: 15px;
}

.contact-spotlight .contact-spotlight__results-wrapper li:last-child {
  margin-right: 0;
}

.contact-spotlight .contact-spotlight__results-wrapper .owl-stage {
  display: flex;
}

@media (max-width: 1023.98px) {
  .contact-spotlight .contact-spotlight__results-wrapper {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    vertical-align: top;
    width: 100%;
  }
}

.contact-spotlight .contact-spotlight__results-item {
  background-color: #e7eaeb;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
  transition: all ease .2s;
}

@media (max-width: 1023.98px) {
  .contact-spotlight .contact-spotlight__results-item:first-child {
    border-bottom: 1px solid #e7eaeb;
  }
}

@media (min-width: 450px) {
  .contact-spotlight .contact-spotlight__results-item {
    margin-bottom: 20px;
    width: 100%;
  }
  .contact-spotlight .contact-spotlight__results-item:nth-child(odd) {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .contact-spotlight .contact-spotlight__results-item {
    margin-right: 20px;
  }
  .contact-spotlight .contact-spotlight__results-item:nth-child(odd) {
    margin-right: 20px;
  }
  .contact-spotlight .contact-spotlight__results-item:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}

@media (max-width: 1023.98px) {
  .contact-spotlight .contact-spotlight__results-item:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .contact-spotlight .contact-spotlight__results-item:hover {
    background: #b23427;
    transform: scale(1.01);
  }
  .contact-spotlight .contact-spotlight__results-item:hover .contact-spotlight__results-item-content {
    background: #b23427;
  }
  .contact-spotlight .contact-spotlight__results-item:hover .contact-spotlight__results-item-content h4,
  .contact-spotlight .contact-spotlight__results-item:hover .contact-spotlight__results-item-content p {
    color: #fff;
  }
}

.contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--highlighted {
  background: #b23427;
}

.contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--highlighted .contact-spotlight__results-item-content {
  background: #b23427;
}

.contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--highlighted .contact-spotlight__results-item-content h4,
.contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--highlighted .contact-spotlight__results-item-content p {
  color: #fff;
}

@media (min-width: 1024px) {
  .contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--highlighted:hover {
    background-color: #e7eaeb;
    transform: scale(1.01);
  }
  .contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--highlighted:hover .contact-spotlight__results-item-content {
    background-color: #e7eaeb;
  }
  .contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--highlighted:hover .contact-spotlight__results-item-content h4 {
    color: #b23427;
  }
  .contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--highlighted:hover .contact-spotlight__results-item-content p {
    color: #425563;
  }
}

.contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--no-more-results {
  background-color: #fff;
  border: 2px solid #e7eaeb;
  padding: 30px;
}

.contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--no-more-results:hover {
  transform: scale(1);
}

.contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--no-more-results h4 {
  font-size: 36px;
  line-height: 40px;
}

.contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--no-more-results h5 {
  color: #425563;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.contact-spotlight .contact-spotlight__results-item.contact-spotlight__results-item--no-more-results a {
  margin: 10px 0;
}

.contact-spotlight .contact-spotlight__results-item .contact-spotlight__results-item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 160px;
  padding: 40px 15px 0;
}

@media (min-width: 1024px) {
  .contact-spotlight .contact-spotlight__results-item .contact-spotlight__results-item-content {
    padding: 40px 40px 100px;
  }
}

@media (max-width: 1023.98px) {
  .contact-spotlight .contact-spotlight__results-item .contact-spotlight__results-item-content {
    min-height: auto;
    padding-bottom: 40px;
  }
}

.contact-spotlight .contact-spotlight__results-item h4,
.contact-spotlight .contact-spotlight__results-item .contact-spotlight__results-item-view {
  color: #b23427;
  text-align: center;
}

.contact-spotlight .contact-spotlight__results-item h4 {
  font-size: 28px;
  margin-bottom: 10px;
}

.contact-spotlight .contact-spotlight__results-item h4 + p {
  margin: 0;
}

@media (max-width: 1023.98px) {
  .contact-spotlight .contact-spotlight__results-item h4 + p {
    margin-bottom: 5px;
  }
}

@media (max-width: 1023.98px) {
  .contact-spotlight .contact-spotlight__results-item h4 {
    margin-bottom: 10px;
  }
}

.contact-spotlight .contact-spotlight__results-item p {
  color: #425563;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .contact-spotlight .contact-spotlight__results-item p {
    color: #425563;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}

.contact-spotlight .contact-spotlight__results-item img {
  flex-shrink: 0;
  width: 100%;
}

.contact-spotlight .contact-spotlight__results-item .contact-spotlight__results-item-view {
  bottom: 40px;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  left: 0;
  margin-top: auto;
  position: absolute;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .contact-spotlight .contact-spotlight__results-item .contact-spotlight__results-item-view {
    bottom: 0;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .contact-spotlight .contact-spotlight__results-item .contact-spotlight__results-item-view {
    margin-top: 0;
  }
}

.contact-spotlight .contact-spotlight__results-item .contact-spotlight__results-item-view:after {
  content: '→';
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .contact-spotlight.white-background .contact-spotlight__results-item {
    background-color: #fff;
  }
}

.contact-spotlight .contact-spotlight__button-wrapper {
  padding: 0 0 60px;
  text-align: center;
}

.contact-promo {
  margin: 35px 0;
  overflow: hidden;
  padding: 70px 100px 70px 12%;
}

@media (max-width: 1023.98px) {
  .contact-promo {
    margin: 20px 0;
    padding: 30px 20px;
  }
}

.contact-promo.white {
  padding-top: 0;
}

.contact-promo.white .flex h5:not(.accordion-toggle),
.contact-promo.white .flex p {
  padding-left: 0 !important;
  width: 100%;
}

.contact-promo.white .flex h5:not(.accordion-toggle):after,
.contact-promo.white .flex p:after {
  float: none;
}

.contact-promo.white .contact-promo__info img {
  display: block;
  margin: 0 auto;
}

.contact-promo .flex {
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .contact-promo .flex [class*='contact-promo__'] {
    flex: 0 0 23%;
    padding-right: 20px;
  }
  .contact-promo .flex [class*='contact-promo__']:last-child {
    padding-right: 0;
  }
}

.contact-promo .flex .scLooseFrameZone {
  display: flex;
}

.contact-promo .flex .scLooseFrameZone .contact-promo__office {
  margin-left: 20px;
}

.contact-promo .flex .scLooseFrameZone .contact-promo__office:first-child {
  margin-left: 0;
}

.contact-promo .flex.careers {
  justify-content: initial;
}

.contact-promo .flex.careers .contact-promo__details {
  margin-left: 130px;
}

@media (max-width: 1023.98px) {
  .contact-promo .flex.careers .contact-promo__details {
    margin-left: 0;
  }
}

@media screen and (max-width: 650px) {
  .contact-promo .flex.careers .contact-promo__details {
    margin-left: 0;
  }
}

@media screen and (max-width: 650px) {
  .contact-promo .flex {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 15px 0 0;
  }
}

@media (max-width: 1023.98px) {
  .contact-promo .flex > div {
    margin-bottom: 30px;
    width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .contact-promo .flex > div {
    margin-bottom: 0;
    width: 100%;
  }
}

.contact-promo .flex h5 {
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .contact-promo .flex h5 {
    border-bottom: 1px solid #d0d5d8;
    margin-bottom: 0;
    padding: 20px 0;
  }
  .contact-promo .flex h5:after {
    background: url("/assets/img/png/red-arrow.png") no-repeat;
    background-position: bottom;
    background-size: 20px;
    content: '';
    float: right;
    height: 10px;
    margin-top: 10px;
    width: 40px;
  }
  .contact-promo .flex h5.active:after {
    background: url("/assets/img/png/red-arrow.png") no-repeat;
    background-position: top;
    background-size: 20px;
    content: '';
    float: right;
    height: 10px;
    margin-top: 10px;
    width: 40px;
  }
  .contact-promo .flex h5:hover {
    cursor: pointer;
  }
}

.contact-promo .flex .accordion-content {
  display: block;
}

@media (max-width: 1023.98px) {
  .contact-promo .flex .accordion-toggle {
    cursor: pointer;
  }
  .contact-promo .flex .accordion-content {
    display: none;
    padding: 30px 0;
  }
  .contact-promo .flex .accordion-content.default {
    display: block;
  }
}

.contact-promo h2 {
  margin-bottom: 7px;
}

.contact-promo > p {
  line-height: 25px;
  width: 320px;
}

.contact-promo.silver {
  background: #e7eaeb;
}

.contact-promo .cta-level-three {
  margin-top: 10px;
}

.contact-promo li.clock {
  margin-bottom: 10px;
}

.contact-promo__intro {
  margin-bottom: 40px;
}

.contact-promo__info h5 {
  margin-bottom: 7px !important;
  margin-top: 9px;
}

@media (max-width: 1023.98px) {
  .contact-promo__info h5 {
    border: 0 !important;
    padding-bottom: 0 !important;
  }
  .contact-promo__info h5:after {
    background: none !important;
  }
}

.contact-promo__info p {
  margin: 0;
}

.contact-promo__info p,
.contact-promo__info a {
  line-height: 25px;
}

.contact-promo__info img {
  max-width: 266px;
}

@media (max-width: 1023.98px) {
  .contact-promo__info img {
    margin-left: -15px;
    min-width: calc(100% + 30px);
  }
}

@media (max-width: 1023.98px) {
  .contact-promo__details {
    border-top: 1px solid #b23427;
    margin-top: 35px;
  }
}

.chapter-spotlight-wrapper {
  margin: 64px auto 0;
  max-width: 1038px;
  padding: 0 45px;
}

@media (min-width: 1024px) {
  .chapter-spotlight-wrapper {
    margin-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .chapter-spotlight-wrapper {
    display: block;
    margin-top: 32px;
    overflow: hidden;
    padding: 15px;
  }
}

.chapter-spotlight-wrapper > a {
  margin-left: 8px;
}

@media (max-width: 1023.98px) {
  .chapter-spotlight-wrapper > a {
    margin-left: 0;
  }
}

.chapter-spotlight-wrapper .main-heading {
  margin-bottom: 20px;
}

.chapter-spotlight-wrapper .accordion-toggle {
  position: relative;
}

@media (min-width: 1024px) {
  .chapter-spotlight-wrapper .accordion-toggle {
    margin-bottom: 30px;
  }
}

.chapter-spotlight-wrapper .chapter-spotlight {
  flex-wrap: wrap;
}

@media (max-width: 1023.98px) {
  .chapter-spotlight-wrapper .chapter-spotlight .button {
    margin-top: 15px;
  }
}

@media (max-width: 1023.98px) {
  .chapter-spotlight-wrapper .chapter-spotlight .accordion-toggle {
    border-bottom: 1px solid #d0d5d8;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 60px 10px 0;
  }
  .chapter-spotlight-wrapper .chapter-spotlight .accordion-toggle:after {
    color: #b23427;
    content: '+';
    float: right;
    font-size: 37px;
    height: 10px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 40px;
  }
  .chapter-spotlight-wrapper .chapter-spotlight .accordion-toggle.active:after {
    color: #b23427;
    content: '–';
    float: right;
    font-size: 37px;
    height: 10px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 40px;
  }
  .chapter-spotlight-wrapper .chapter-spotlight .accordion-toggle:hover {
    cursor: pointer;
  }
}

.chapter-spotlight-wrapper .chapter-spotlight .accordion-content {
  display: block;
}

@media (min-width: 1024px) {
  .chapter-spotlight-wrapper .chapter-spotlight .accordion-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .chapter-spotlight-wrapper .chapter-spotlight .accordion-content .button {
    margin: auto auto 0;
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  .chapter-spotlight-wrapper .chapter-spotlight {
    display: block;
    margin-bottom: 20px;
  }
  .chapter-spotlight-wrapper .chapter-spotlight .accordion-toggle {
    cursor: pointer;
    font-size: 32px;
  }
  .chapter-spotlight-wrapper .chapter-spotlight .accordion-content {
    display: none;
    padding: 30px 0;
  }
  .chapter-spotlight-wrapper .chapter-spotlight .accordion-content.default {
    display: block;
  }
}

.chapter-spotlight-wrapper .chapter-spotlight__item {
  -webkit-transition: 0.2s ease;
  border: 20px solid #e7eaeb;
  display: flex;
  margin: 0 8px 20px;
  padding: 30px;
  transition: 0.2s ease;
  width: 19%;
}

@media (min-width: 1024px) {
  .chapter-spotlight-wrapper .chapter-spotlight__item {
    max-width: 230px;
  }
}

@media (max-width: 1023.98px) {
  .chapter-spotlight-wrapper .chapter-spotlight__item {
    margin: 0 6px 20px;
    width: 20%;
  }
}

@media (max-width: 1023.98px) {
  .chapter-spotlight-wrapper .chapter-spotlight__item {
    height: auto;
  }
}

.chapter-spotlight-wrapper .chapter-spotlight__item--content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1024px) {
  .chapter-spotlight-wrapper .chapter-spotlight__item--content {
    max-width: 230px;
  }
}

.chapter-spotlight-wrapper .chapter-spotlight__item--content .button {
  box-sizing: border-box;
  padding: 0 30px;
}

.chapter-spotlight-wrapper .chapter-spotlight__item:hover {
  border: 20px solid #b23427;
}

.chapter-spotlight-wrapper .chapter-spotlight__item:hover a {
  background: #fff;
  border: 1px solid #b23427;
  color: #b23427;
}

.chapter-spotlight-wrapper .chapter-spotlight__item:hover a:hover, .chapter-spotlight-wrapper .chapter-spotlight__item:hover a:focus {
  background: #b23427;
  border: 1px solid #b23427;
  color: #fff;
}

.chapter-spotlight-wrapper .chapter-spotlight__item .content {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 25px;
  padding: 0 0 30px;
}

@media (max-width: 1023.98px) {
  .chapter-spotlight-wrapper .chapter-spotlight__item {
    border: 0;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .chapter-spotlight-wrapper .chapter-spotlight__item:hover {
    border: 0;
  }
  .chapter-spotlight-wrapper .chapter-spotlight__item:hover a {
    background: #b23427;
    color: #fff;
  }
}

.text-image__left {
  margin: 64px 0;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .text-image__left {
    margin-top: 0;
  }
}

.text-image__left + .text-image__right,
.text-image__left + .text-image__left {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .text-image__left {
    margin: 35px 0;
  }
}

@media (max-width: 1023.98px) {
  .text-image__left {
    padding: 0;
  }
}

.text-image__left.silver-light {
  background: #e7eaeb;
}

.text-image__left__left-col {
  box-sizing: border-box;
  padding: 60px;
  width: 50%;
}

@media (max-width: 1023.98px) {
  .text-image__left__left-col {
    order: 2;
    padding: 30px 15px;
    width: 100%;
  }
}

.text-image__left__left-col h2 {
  margin-bottom: 28px;
}

@media (max-width: 1023.98px) {
  .text-image__left__left-col h2 {
    margin-bottom: 18px;
  }
}

.text-image__left__left-col .supportingcopy {
  padding-bottom: 15px;
}

@media (max-width: 1023.98px) {
  .text-image__left__left-col .supportingcopy {
    font-size: 24px;
    padding-bottom: 5px;
  }
}

.text-image__left__left-col a.button {
  margin: 30px auto 0;
}

@media (max-width: 449.98px) {
  .text-image__left__left-col a.button {
    margin: 10px auto 0;
  }
}

.text-image__left__right-col {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  padding-bottom: 50%;
  width: 50%;
}

@media (max-width: 1023.98px) {
  .text-image__left__right-col {
    height: 0;
    max-height: auto;
    min-width: 100%;
    padding-bottom: 100%;
    width: 100%;
  }
}

.text-image__left__right-col img {
  width: 100%;
}

.text-image__left .flex {
  align-items: center;
  display: flex;
}

@media (max-width: 1023.98px) {
  .text-image__left .flex {
    flex-flow: row wrap;
    max-height: none;
  }
}

.text-image__right {
  margin-top: 64px;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 1023.98px) {
  .text-image__right {
    margin-top: 34px;
  }
}

.text-image__right + .text-image__left,
.text-image__right + .text-image__right {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .text-image__right {
    margin-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .text-image__right {
    padding: 0;
  }
}

.text-image__right.silver-light {
  background: #e7eaeb;
}

@media (max-width: 1023.98px) {
  .text-image__right.silver-light {
    margin-top: 0;
  }
}

.text-image__right__left-col {
  box-sizing: border-box;
  order: 2;
  padding: 60px;
  width: 50%;
}

@media (max-width: 1023.98px) {
  .text-image__right__left-col {
    padding: 30px 15px;
    text-align: left;
    width: 100%;
  }
}

.text-image__right__left-col h2 {
  padding-bottom: 18px;
}

.text-image__right__left-col h4 {
  padding-bottom: 15px;
}

.text-image__right__left-col a.button {
  margin: 30px auto 0;
}

@media (max-width: 1023.98px) {
  .text-image__right__left-col a.button {
    margin: 10px auto;
  }
}

.text-image__right__right-col {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  padding-bottom: 50%;
  width: 50%;
}

@media (max-width: 1023.98px) {
  .text-image__right__right-col {
    height: 0;
    max-height: auto;
    min-width: 100%;
    padding-bottom: 100%;
    width: 100%;
  }
}

.text-image__right__right-col img {
  width: 100%;
}

.text-image__right .flex {
  align-items: center;
  display: flex;
}

@media (max-width: 1023.98px) {
  .text-image__right .flex {
    flex-flow: row wrap;
    max-height: none;
  }
}

.text-image__left__right-col p,
.text-image__right__right-col p,
.text-image__left__left-col p,
.text-image__right__left-col p {
  margin: 15px 0;
}

.text-image-carousel-wrapper {
  padding: 86px 0 66px;
}

.text-image-carousel-wrapper .text-image-carousel {
  min-height: 420px;
}

.text-image-carousel-wrapper .text-image-carousel .owl-item p:last-child {
  margin-bottom: 50px;
}

@media (max-width: 449.98px) {
  .text-image-carousel-wrapper {
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
}

.text-image-carousel-wrapper.secondary {
  background: #e7eaeb;
  margin-top: 26px;
}

@media (max-width: 1023.98px) {
  .text-image-carousel-wrapper.secondary {
    margin-top: 0;
  }
}

.text-image-carousel-wrapper.secondary h2 {
  color: #b23427;
}

.text-image-carousel-wrapper h2 {
  margin: 0 auto;
  margin-bottom: 40px;
  margin-left: 55px;
}

@media (max-width: 1023.98px) {
  .text-image-carousel-wrapper h2 {
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 15px;
    padding-top: 20px;
    width: auto;
  }
}

.text-image-carousel-wrapper .left-col {
  border-left: 55px solid #b23427;
  display: inline-block;
  max-height: 430px;
  overflow: hidden;
  width: 50%;
}

@media (max-width: 1023.98px) {
  .text-image-carousel-wrapper .left-col {
    width: 100%;
  }
}

.text-image-carousel-wrapper .left-col .owl-item img {
  width: calc(100% - 55px);
}

.text-image-carousel-wrapper .owl-theme .owl-nav {
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  .text-image-carousel-wrapper .owl-item p {
    width: 100%;
  }
}

.text-image-carousel-wrapper .owl-prev {
  bottom: -10px;
  left: 0;
  position: absolute;
  z-index: 20000;
}

.text-image-carousel-wrapper .owl-next {
  bottom: -10px;
  position: absolute;
  right: 0;
  z-index: 20000;
}

.text-image-carousel-wrapper .owl-dots {
  bottom: 0;
  counter-reset: dots;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

.text-image-carousel-wrapper .owl-dot span {
  display: none !important;
}

.text-image-carousel-wrapper .owl-dot.active:before {
  color: #425563;
}

.text-image-carousel-wrapper .owl-dot:last-child:before {
  border-right: 0;
}

.text-image-carousel-wrapper .owl-dot:before {
  border-right: 1px solid #b23427;
  color: #b23427;
  content: counter(dots);
  counter-increment: dots;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0 10px;
}

.text-image-carousel-wrapper .right-col {
  display: inline-block;
  margin-left: 3%;
  vertical-align: top;
  width: 40%;
}

@media (max-width: 1023.98px) {
  .text-image-carousel-wrapper .right-col {
    margin-left: 0;
    padding: 30px 15px;
    width: calc(100% - 30px);
  }
}

.text-image-carousel-wrapper .right-col p.carousel-title {
  color: #425563;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.text-image-carousel-wrapper .right-col h4 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 40px;
}

@media (max-width: 1023.98px) {
  .text-image-carousel-wrapper .right-col h4 {
    margin-top: 15px;
  }
}

.image-wrapper {
  margin: 40px 0;
}

.image-wrapper .image-heading {
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .image-wrapper .image-heading {
    padding: 0 15px;
  }
}

.image-wrapper img {
  width: 100%;
}

.image-wrapper .cite {
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  margin: 9px 0 39px;
}

.image-wrapper--half {
  float: right;
  margin: 10px 0 10px 30px;
  width: 50%;
}

.image-wrapper--half:after {
  clear: both;
  content: '';
  display: table;
}

@media (max-width: 449.98px) {
  .image-wrapper--half {
    max-width: 100%;
    width: 100%;
  }
}

.video-mod {
  margin: 20px auto 0;
  position: relative;
}

@media (min-width: 1024px) {
  .video-mod {
    margin: 0 auto;
    padding: 35px 0;
  }
}

.video-mod video,
.video-mod img {
  max-width: 1366px;
  width: 100%;
}

.video-mod video {
  margin-left: -5px;
  overflow: hidden;
  width: calc(100% + 10px);
}

.video-mod .overlay {
  position: absolute;
}

.video-mod__info {
  background: #fff;
  bottom: 0;
  opacity: 0.92;
  padding: 47px;
  position: absolute;
}

@media (max-width: 1023.98px) {
  .video-mod__info {
    max-width: 100%;
    opacity: 1;
    padding: 30px 15px;
    position: relative;
  }
}

.video-mod__info--pos {
  margin-left: 125px;
  padding-right: 100px;
  position: relative;
  top: -5px;
  width: 366px;
}

@media (max-width: 1023.98px) {
  .video-mod__info--pos {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
}

.video-mod__info--pos p.headline-article-small {
  font-size: 15px;
  margin-top: 0;
  text-transform: uppercase;
}

.video-mod__info--pos h3.primary {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-top: 0;
}

@media (min-width: 1024px) {
  .video-mod__info--pos h3.primary {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

@media (max-width: 1023.98px) {
  .video-mod__info--pos h3.primary {
    padding-right: 100px;
  }
}

.video-mod__info--pos p {
  margin-top: -10px;
}

@media (min-width: 1024px) {
  .video-mod__info--pos p {
    margin-top: 10px;
  }
}

.video-mod__info--play-btn {
  left: 32px;
  margin-top: -35px;
  outline: none;
  position: absolute;
  top: 50%;
  transition: ease 0.2s;
}

@media (max-width: 1023.98px) {
  .video-mod__info--play-btn {
    left: 0;
    margin: 0 auto;
    margin-top: -37px;
    position: absolute;
    right: 0;
    top: 30vw;
    transition: 0.2s ease;
    width: 74px;
  }
}

.video-mod__info--play-btn.small {
  left: 0;
  margin: 0 auto;
  margin-top: -33px;
  right: 0;
  top: 50%;
  width: 75px;
}

.video-mod__info--play-btn.fadeout {
  opacity: 0;
}

@media (max-width: 449.98px) {
  .video-mod__info--play-btn {
    top: 22%;
  }
}

.video-mod__info--play-btn:hover {
  transform: scale(1.2);
}

.video-mod__info img {
  width: 73px;
}

.video-mod__small {
  margin-top: 30px;
  max-width: 336px;
}

@media (max-width: 449.98px) {
  .video-mod__small {
    margin: 0 auto;
  }
}

.section-right--main .video-mod__small {
  float: left;
  margin-bottom: 10px;
  margin-right: 30px;
  margin-top: 10px;
}

@media (max-width: 449.98px) {
  .section-right--main .video-mod__small {
    margin-bottom: 25px;
  }
}

@media (max-width: 449.98px) {
  .video-mod__small {
    max-width: 100%;
    width: 100%;
  }
}

.video-mod__small img {
  width: 100%;
}

.video-mod__small--video {
  position: relative;
}

.video-mod__small--copy {
  background: #b23427;
  margin-top: -4px;
  padding: 30px 30px 15px;
}

.video-mod__small--copy.grey {
  background: #e7eaeb;
}

.video-mod__small--copy.grey p,
.video-mod__small--copy.grey a {
  color: #425563;
}

.video-mod__small--copy p,
.video-mod__small--copy a {
  color: #fff;
  line-height: 24px;
  margin-bottom: 15px;
}

.video-mod__small--copy a {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
}

.video-header {
  background: #fff;
  display: flex;
  justify-content: flex-end;
  order: -1;
  padding: 10px 10px 0;
  width: 100%;
}

.vbox-close {
  align-items: flex-end;
  cursor: pointer;
  height: 40px;
  position: relative;
  width: 40px;
}

.vbox-close:before, .vbox-close:after {
  background-color: #b23427;
  content: '';
  height: 40px;
  left: calc(40px / 2);
  position: absolute;
  top: 0;
  width: 1px;
}

.vbox-close:before {
  transform: rotate(45deg);
}

.vbox-close:after {
  transform: rotate(-45deg);
}

.module-map {
  overflow: hidden;
  padding-bottom: 35px;
  padding-top: 35px;
  position: relative;
}

.module-map .scroll {
  height: 50%;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .module-map .scroll {
    height: 88%;
  }
}

.module-map a {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: top;
}

.module-map a:hover {
  color: #b23427;
  text-decoration: underline;
}

.module-map h2 {
  padding: 0 0 40px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .module-map h2 {
    padding: 0;
    text-align: left;
  }
}

.module-map h2 + p {
  margin-bottom: 40px;
  margin-top: -20px;
  text-align: center;
}

.module-map .useful-links {
  margin-top: 24px;
}

.module-map .useful-links p {
  margin-bottom: 0;
}

.module-map .useful-links a:after {
  background: url("/assets/img/png/arrow-right.png") 0 0 no-repeat;
  background-size: 50%;
  bottom: 0;
  content: '';
  height: 16px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  width: 18px;
}

.module-map .continent {
  transform: scale(1);
}

.module-map .map {
  left: 0;
  position: relative;
  transition: ease 1s;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .module-map .map {
    top: 10px;
  }
}

@media (min-width: 1024px) {
  .module-map .map {
    height: 630px;
  }
}

@media (min-width: 1024px) {
  .module-map .map.active {
    left: -450px;
  }
}

.module-map .map.active li a {
  pointer-events: none;
}

.module-map .map .mobile-only {
  margin-bottom: 60px;
}

.module-map .map li a {
  display: block;
  height: 100%;
  width: 95%;
}

@media (max-width: 1023.98px) {
  .module-map .map li a {
    margin-left: 10%;
    width: calc(90% - 30px);
  }
  .module-map .map li a.active {
    border-bottom: 1px solid #b23427;
    margin-left: 0;
    width: calc(100% - 30px);
  }
  .module-map .map li a.active p {
    color: #b23427;
  }
  .module-map .map li a.active:after {
    background: url("/assets/img/png/red-arrow.png") no-repeat;
    background-position: top;
    background-size: 16px;
    content: '';
    float: right;
    height: 8px;
    margin-top: -4px;
    right: 0;
    width: 40px;
  }
}

.module-map .map li a.tel, .module-map .map li a.mail, .module-map .map li a.map {
  border: 0 !important;
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  margin-left: 0 !important;
  margin-top: 10px;
  padding-left: 0 !important;
  text-indent: 40px;
  width: 100%;
}

.module-map .map li a.tel:after, .module-map .map li a.mail:after, .module-map .map li a.map:after {
  background: url("/assets/img/svg/icons/phone.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 40px;
  left: 0;
  margin-top: 3px;
  padding-right: 10px;
  position: absolute;
  top: 0;
  width: 30px;
}

.module-map .map li a.mail:after {
  background: url("/assets/img/svg/icons/mail.svg") no-repeat;
}

.module-map .map li a.map:after {
  background: url("/assets/img/svg/icons/location.svg") no-repeat;
}

.module-map .map li h5 {
  border-bottom: 1px solid #d0d5d8;
  margin-bottom: 0;
  padding: 20px 0;
}

.module-map .map li h5:after {
  background: url("/assets/img/png/red-arrow.png") no-repeat;
  background-position: bottom;
  background-size: 20px;
  content: '';
  float: right;
  height: 10px;
  margin-top: 10px;
  width: 40px;
}

@media (max-width: 1023.98px) {
  .module-map .map li h5:after {
    transform: rotate(-90deg);
  }
}

@media (min-width: 1024px) {
  .module-map .map li h5.active {
    border-bottom: 1px solid #b23427;
  }
  .module-map .map li h5.active:after {
    background-position: top;
    background-size: 20px;
    content: '';
    float: right;
    height: 10px;
    margin-top: 10px;
    width: 40px;
  }
}

.module-map .map li.active {
  background-position: top !important;
}

@media (min-width: 1024px) {
  .module-map .map li.continent {
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    text-indent: -9999px;
    transition: left 0.5s ease, top 0.5s ease, scale 0.5s ease, opacity 0.5s ease;
  }
  .module-map .map li.continent:hover, .module-map .map li.continent.continent--active {
    background-position: top;
    cursor: pointer;
  }
}

@media (min-width: 1024px) {
  .module-map .map li.continent.europe {
    background-image: url("/assets/img/png/map/europe.png");
    background-size: 693px;
    height: 268px;
    left: 499px;
    top: 14px;
    width: 693px;
  }
}

@media (min-width: 1024px) {
  .module-map .map li.continent.africa {
    background-image: url("/assets/img/png/map/africa.png");
    background-size: 211px;
    height: 243px;
    left: 522px;
    top: 278px;
    width: 211px;
  }
}

@media (min-width: 1024px) {
  .module-map .map li.continent.asiapacific {
    background-image: url("/assets/img/png/map/asiapacific.png");
    background-size: 415px;
    height: 388px;
    left: 772px;
    top: 178px;
    width: 415px;
  }
}

@media (min-width: 1024px) {
  .module-map .map li.continent.middleeast {
    background-image: url("/assets/img/png/map/middleeast.png");
    background-size: 130px;
    height: 115px;
    left: 662px;
    top: 247px;
    width: 130px;
  }
}

@media (min-width: 1024px) {
  .module-map .map li.continent.northamerica {
    background-image: url("/assets/img/png/map/northamerica.png");
    background-size: 388px;
    height: 408px;
    left: 38px;
    top: -4px;
    width: 338px;
  }
}

@media (min-width: 1024px) {
  .module-map .map li.continent.latinamerica {
    background-image: url("/assets/img/png/map/latinamerica.png");
    background-size: 146px;
    height: 247px;
    left: 313px;
    top: 361px;
    width: 146px;
  }
}

.module-map .info-container,
.module-map .detail-container {
  background: #fff;
  box-sizing: border-box;
  height: 60vh;
  margin-top: 0;
  min-height: 670px;
  padding: 20px;
  position: absolute;
  right: -110vw;
  text-indent: 0;
  top: 70px;
  transition: 0.5s ease;
  width: 100%;
  z-index: 100;
}

@media (min-width: 1024px) {
  .module-map .info-container,
  .module-map .detail-container {
    box-shadow: -4px 2px 10px 3px #f5f5f5;
    margin-top: -40vh;
    max-width: 720px;
    padding: 50px 60px;
    top: 55vh;
    transform: scale(0.8);
    width: 50%;
  }
}

.module-map .info-container__title,
.module-map .detail-container__title {
  position: relative;
}

.module-map .info-container__title h4,
.module-map .detail-container__title h4 {
  border-bottom: 1px solid #b23427;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

@media (max-width: 1023.98px) {
  .module-map .info-container__title h4,
  .module-map .detail-container__title h4 {
    margin-bottom: 20px;
  }
}

.module-map .info-container__list .useful-links,
.module-map .detail-container__list .useful-links {
  height: 100%;
  max-width: 100%;
}

.module-map .info-container__list .useful-links li,
.module-map .detail-container__list .useful-links li {
  text-indent: initial;
}

.module-map .info-container .close,
.module-map .detail-container .close {
  background: url("/assets/img/png/close.png") no-repeat;
  background-size: 38px;
  display: block;
  height: 38px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 38px;
}

@media (max-width: 1023.98px) {
  .module-map .info-container .close,
  .module-map .detail-container .close {
    background-size: 25px;
    height: 25px;
    top: 10px;
    width: 25px;
  }
}

.module-map .info-container.active,
.module-map .detail-container.active {
  display: block;
  right: 0;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .module-map .info-container__copy {
    display: none;
  }
  .module-map .info-container__list .useful-links {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .module-map .info-container.open {
    right: 290px;
  }
  .module-map .info-container.open .useful-links {
    max-width: 40%;
  }
}

.module-map .detail-container {
  right: -100vw;
}

.module-map .detail-container .info {
  display: inline-block;
  margin-top: 40px;
  max-width: 358px;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 1024px) {
  .module-map .detail-container .info {
    width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .module-map .detail-container .info {
    margin-left: 0;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.module-map .detail-container .info ul li {
  line-height: 30px;
  margin-bottom: 0;
}

.module-map .detail-container .info ul li.clock {
  margin-bottom: 0;
}

.module-map .detail-container .info ul li.address {
  margin-bottom: 30px;
}

.module-map .detail-container .info ul li p {
  margin-bottom: 0;
}

.module-map .detail-container .info ul li a.tel {
  height: 30px;
}

.module-map .detail-container .info ul li a.tel:before {
  background: url("/assets/img/svg/icons/phone.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.module-map .detail-container .info ul li a.mail {
  height: 30px;
}

.module-map .detail-container .info ul li a.mail:before {
  background: url("/assets/img/svg/icons/mail.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.module-map .detail-container .info ul li a.map {
  height: 30px;
}

.module-map .detail-container .info ul li a.map:before {
  background: url("/assets/img/svg/icons/location.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.module-map .accordion-content {
  display: block;
}

.module-map .accordion-toggle--active {
  color: #b23427;
}

@media (max-width: 449.98px) {
  .module-map .accordion-toggle,
  .module-map .accordion-toggle-mobile {
    cursor: pointer;
  }
  .module-map .accordion-content,
  .module-map .accordion-content-mobile {
    padding: 30px 0;
  }
}

@media (max-width: 449.98px) and (max-width: 1023.98px) {
  .module-map .accordion-content,
  .module-map .accordion-content-mobile {
    padding: 0;
  }
}

@media (max-width: 449.98px) {
  .module-map .accordion-content.default,
  .module-map .accordion-content-mobile.default {
    display: block;
  }
}

@media (max-width: 1023.98px) {
  .module-map .accordion-content-mobile p:first-child {
    margin: 20px 0;
  }
  .module-map .accordion-content-mobile a.button {
    height: 46px;
    margin: 0 auto;
    min-width: 223px;
    padding: 1px;
    width: 20%;
  }
  .module-map .accordion-content-mobile a.button:after {
    display: none;
  }
  .module-map .accordion-content-mobile h5 {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .module-map .accordion-content-mobile h5:after {
    display: none;
  }
  .module-map .accordion-content-mobile .info {
    border-bottom: 1px solid #e7eaeb;
    margin: 10px 0;
    padding: 40px 0;
  }
}

.text-tabs-horizontal-wrapper {
  padding: 0 15px;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper {
    margin: 24px 0 40px;
  }
}

@media (min-width: 1024px) {
  .text-tabs-horizontal-wrapper {
    padding: 35px 60px;
  }
}

.text-tabs-horizontal-wrapper .show-more {
  display: none;
  padding: 40px 0 0;
  text-align: center;
}

.text-tabs-horizontal-wrapper h2 {
  margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper h2 {
    margin: 0;
    padding: 15px 0;
    text-align: left;
  }
}

.text-tabs-horizontal-wrapper .text-tabs-horizontal {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 0 40px;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper .text-tabs-horizontal {
    display: block;
    margin-top: -10px;
    max-width: 100%;
    padding: 0;
  }
}

.text-tabs-horizontal-wrapper .text-tabs-horizontal__item {
  box-sizing: border-box;
  flex: 0 0 33.33%;
  padding-left: 40px;
  position: relative;
}

.text-tabs-horizontal-wrapper .text-tabs-horizontal__item:first-child {
  padding-left: 0;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper .text-tabs-horizontal__item {
    border-bottom: 1px solid #e7eaeb;
    padding: 15px 0;
  }
}

.text-tabs-horizontal-wrapper .text-tabs-horizontal__item .mobile-only a:hover {
  cursor: pointer;
}

.text-tabs-horizontal-wrapper .text-tabs-horizontal__item .mobile-only .accordion-content {
  display: none;
  margin-top: 20px;
}

.text-tabs-horizontal-wrapper .text-tabs-horizontal__item p {
  margin: 10px 0;
}

.text-tabs-horizontal-wrapper .text-tabs-horizontal__item a {
  color: #b23427;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
}

.text-tabs-horizontal-wrapper .text-tabs-horizontal__item a.desktop-only {
  position: absolute;
  top: 100%;
}

.text-tabs-horizontal-wrapper .text-tabs-horizontal__item a:not(.external):after {
  content: ' +';
}

.text-tabs-horizontal-wrapper .text-tabs-horizontal__item a:not(.external).active:after {
  content: ' -';
}

.text-tabs-horizontal-wrapper .tab-one-triangle,
.text-tabs-horizontal-wrapper .tab-two-triangle,
.text-tabs-horizontal-wrapper .tab-three-triangle {
  border-bottom: 25px solid #e7eaeb;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  position: relative;
  width: 0;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper .tab-one-triangle,
  .text-tabs-horizontal-wrapper .tab-two-triangle,
  .text-tabs-horizontal-wrapper .tab-three-triangle {
    left: 20px !important;
  }
}

.text-tabs-horizontal-wrapper .tab-one-triangle {
  left: 2%;
}

.text-tabs-horizontal-wrapper .tab-two-triangle {
  left: 35.5%;
}

.text-tabs-horizontal-wrapper .tab-three-triangle {
  left: 70.5%;
}

.text-tabs-horizontal-wrapper .slide-container {
  background: #e7eaeb;
  display: flex;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 65px;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper .slide-container {
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}

.text-tabs-horizontal-wrapper .slide-container p {
  margin: 15px 0;
}

.text-tabs-horizontal-wrapper .slide-container ul,
.text-tabs-horizontal-wrapper .slide-container ol {
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  padding: 0 15px;
}

.text-tabs-horizontal-wrapper .slide-container ul li,
.text-tabs-horizontal-wrapper .slide-container ol li {
  list-style: disc;
  margin: 15px;
}

.text-tabs-horizontal-wrapper .slide-container ol {
  list-style-type: decimal !important;
}

.text-tabs-horizontal-wrapper .slide-container ol li {
  list-style-type: decimal !important;
}

.text-tabs-horizontal-wrapper .slide-container .full-width {
  max-width: 100%;
}

.text-tabs-horizontal-wrapper .slide-container .full-width h5 {
  font-size: 32px;
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper .slide-container .full-width h5 {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.text-tabs-horizontal-wrapper .slide-container .left-col {
  max-width: 507px;
  padding-right: 17%;
  width: 50%;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper .slide-container .left-col {
    order: 2;
    padding-right: 0;
    width: 100%;
  }
}

.text-tabs-horizontal-wrapper .slide-container .left-col h5 {
  font-size: 32px;
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper .slide-container .left-col h5 {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.text-tabs-horizontal-wrapper .slide-container .right-col {
  max-width: 50%;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper .slide-container .right-col {
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .text-tabs-horizontal-wrapper .slide-container .right-col div.close {
    color: #b23427;
    font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: -10px;
  }
  .text-tabs-horizontal-wrapper .slide-container .right-col div.close:hover {
    cursor: pointer;
  }
}

.text-tabs-horizontal-wrapper .slide-container .right-col img {
  max-width: 376px;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .text-tabs-horizontal-wrapper .slide-container .right-col img {
    max-width: 228px;
  }
}

.text-tabs-horizontal-wrapper .tab-container > div {
  display: none;
}

.text-tabs-vertical-wrapper {
  margin-top: 18px;
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .text-tabs-vertical-wrapper {
    margin-top: 46px;
  }
}

@media (max-width: 1023.98px) {
  .text-tabs-vertical-wrapper {
    padding-bottom: 10px;
  }
}

.text-tabs-vertical-wrapper h2 {
  padding: 30px 0;
}

.text-tabs-vertical-wrapper .text-tabs {
  border-right: 1px solid #425563;
  display: inline-block;
  vertical-align: top;
  width: 375px;
}

@media (max-width: 1023.98px) {
  .text-tabs-vertical-wrapper .text-tabs {
    display: none;
  }
}

.text-tabs-vertical-wrapper .text-tabs ul li {
  margin-bottom: 20px;
  padding-right: 20px;
}

.text-tabs-vertical-wrapper .text-tabs ul li a {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.text-tabs-vertical-wrapper .text-tabs ul li a:hover, .text-tabs-vertical-wrapper .text-tabs ul li a.active {
  border-bottom: 1px solid #b23427;
  color: #b23427;
}

.text-tabs-vertical-wrapper .tab-container {
  display: inline-block;
  margin-top: -10px;
  padding-left: 74px;
  width: 460px;
}

@media (max-width: 1023.98px) {
  .text-tabs-vertical-wrapper .tab-container {
    width: 400px;
  }
}

@media (max-width: 1023.98px) {
  .text-tabs-vertical-wrapper .tab-container {
    padding: 0;
    width: 100%;
  }
  .text-tabs-vertical-wrapper .tab-container a.mobile-only {
    border-bottom: 1px solid #d0d5d8;
    color: #425563;
    font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 0;
    padding-left: 40px;
    position: relative;
    text-decoration: none;
  }
  .text-tabs-vertical-wrapper .tab-container a.mobile-only:after {
    color: #b23427;
    content: '+';
    float: left;
    font-size: 37px;
    height: 10px;
    left: 0;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 50%;
  }
  .text-tabs-vertical-wrapper .tab-container a.mobile-only.active {
    border-bottom: 0;
    color: #b23427;
  }
  .text-tabs-vertical-wrapper .tab-container a.mobile-only.active:after {
    color: #b23427;
    content: '–';
    float: left;
    font-size: 37px;
    height: 10px;
    margin-top: -24px;
    text-align: center;
    text-indent: 0;
  }
}

.text-tabs-vertical-wrapper .tab-container h4 {
  font-size: 36px;
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .text-tabs-vertical-wrapper .tab-container h4 {
    display: none;
  }
}

.text-tabs-vertical-wrapper .tab-container p {
  margin-bottom: 30px;
}

.text-tabs-vertical-wrapper .tab-content {
  display: none;
}

.molecules {
  padding: 40px 0 0;
}

@media (min-width: 1024px) {
  .molecules {
    padding: 35px 0 0;
  }
}

.molecules .figure {
  margin: 0;
}

.molecules h2 {
  padding: 15px 15px 48px;
  text-align: center;
}

@media (min-width: 1024px) {
  .molecules h2 {
    padding: 0 15px 15px;
  }
}

.molecules ul.circles {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  padding-left: 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .molecules ul.circles {
    margin-top: 0;
  }
}

.molecules ul.circles div {
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .molecules ul.circles div {
    padding-bottom: 6px;
    padding-top: 3px;
  }
}

.molecules ul.circles .owl-dots {
  margin-top: 48px !important;
  padding: 0 60px;
}

.molecules ul.circles li {
  align-items: center;
  background: #b23427;
  border: 15px solid #b23427;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 270px;
  justify-content: center;
  left: 0 !important;
  line-height: 80px;
  list-style: none;
  margin: 0 auto;
  position: relative;
  right: 0 !important;
  text-align: center;
  top: 0 !important;
  width: 270px;
}

@media (min-width: 450px) {
  .molecules ul.circles li {
    left: unset;
    margin: calc(2% + 10px);
    right: unset;
    top: 50px;
  }
}

@media (max-width: 767.98px) {
  .molecules ul.circles li {
    margin: 0 auto;
  }
}

.molecules ul.circles li a {
  display: inline-block;
  min-width: auto;
}

.molecules ul.circles li:nth-of-type(1) {
  top: -28px !important;
}

@media (max-width: 767.98px) {
  .molecules ul.circles li:nth-of-type(1) {
    top: 0 !important;
  }
}

.molecules ul.circles li:nth-of-type(3n + 0) {
  top: -58px !important;
}

@media (max-width: 767.98px) {
  .molecules ul.circles li:nth-of-type(3n + 0) {
    top: 0 !important;
  }
}

@media (min-width: 768px) {
  .molecules ul.circles li:nth-of-type(5) {
    left: 40px !important;
  }
}

@media (min-width: 768px) {
  .molecules ul.circles li:nth-of-type(13) {
    left: 40px !important;
  }
}

.molecules ul.circles li.small {
  height: 200px;
  line-height: 65px;
  max-height: 200px;
  max-width: 200px;
  padding: 20px;
  width: 200px;
}

.molecules ul.circles li.circle__primary-border {
  background: #fff;
  border: 15px solid #b23427;
  color: #b23427;
  position: relative;
  top: 0;
}

.molecules ul.circles li.circle__secondary-border {
  background: #fff;
  border: 15px solid #425563;
  color: #425563;
  position: relative;
  top: 0;
}

.molecules ul.circles li.circle__blue-back {
  background: #d5e6ef;
  border: 15px solid #d5e6ef;
  color: #425563;
  left: 60px;
  position: relative;
  top: 0;
}

.molecules ul.circles li.copy-only {
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 18px;
}

.molecules ul.circles li.copy-only.small {
  line-height: 20px;
}

.molecules ul.circles li .figure {
  display: flex;
  flex-direction: row;
  font-family: "Garamond-Regular", Georgia, serif;
  justify-content: center;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}

.molecules ul.circles li .title {
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 40px;
  line-height: 40px;
}

.molecules ul.circles li:nth-child(odd) {
  -webkit-animation: float 11.2s infinite linear;
  animation: float 11.2s infinite linear;
}

.molecules ul.circles li:nth-child(even) {
  -webkit-animation: float 3.2s infinite linear;
  animation: float 3.2s infinite linear;
}

.molecules ul.circles.subpixel > li {
  -webkit-animation-name: float-subpixel;
  animation-name: float-subpixel;
}

.molecules ul.circles .line {
  background-color: #d0d5d8;
  height: 3px;
  position: absolute;
  transform-origin: left center;
  z-index: -1;
}

.molecules .circles li {
  line-height: 1.5 !important;
}

.molecules .circles li .circle--inner {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 76%;
}

.molecules .circles li .circle--inner .button.secondary {
  border-color: #425563;
  color: #425563;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.molecules .circles li .circle--inner .button.secondary:hover {
  background-color: #425563;
  color: #fff;
}

.molecules.about-us ul.circles > li {
  margin: calc(2% + 10px);
}

.molecules.careers-landing ul.circles > li {
  margin: 1%;
}

@-webkit-keyframes float-subpixel {
  from {
    -webkit-transform: rotate(-0.001deg) translate3d(3px, 0, 0) rotate(-0.001deg);
  }
  to {
    -webkit-transform: rotate(360.001deg) translate3d(3px, 0, 0) rotate(-360.001deg);
  }
}

@keyframes float-subpixel {
  from {
    transform: rotate(-0.001deg) translate3d(3px, 0, 0) rotate(-0.001deg);
  }
  to {
    transform: rotate(360.001deg) translate3d(3px, 0, 0) rotate(-360.001deg);
  }
}

.search-overlay {
  background: #fff;
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity linear 0.5s;
  visibility: hidden;
  width: 100vw;
  z-index: 999999;
}

.search-overlay:after {
  border-color: transparent transparent #e7eaeb;
  border-style: solid;
  border-width: 0 350px 350px 0;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}

@media (max-width: 1023.98px) {
  .search-overlay:after {
    display: none;
  }
}

.search-overlay .queries {
  margin-top: 24px;
}

.search-overlay .nav-close {
  opacity: 0;
}

.search-overlay.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.search-overlay.is-active .nav-close {
  display: block;
  height: 230px;
  opacity: 1;
  padding-left: 20px;
  position: absolute;
  right: 0;
  top: -90px;
  transform: rotate(-45deg);
  width: 32px;
  z-index: 1;
}

.search-overlay.is-active .nav-close:hover:before, .search-overlay.is-active .nav-close:hover:after {
  border-top-color: #425563;
}

.search-overlay.is-active .nav-close:before {
  border-top: 2px solid #b23427;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  transform-origin: center;
  width: 32px;
}

.search-overlay.is-active .nav-close:after {
  border-top: 2px solid #b23427;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: center;
  width: 32px;
}

.search-controls .search-overlay-container {
  max-width: 100% !important;
  padding: 0;
}

.search-overlay-container {
  margin: 10% auto;
  max-width: 960px;
  width: 100%;
}

.search-overlay-container .results {
  display: none;
  height: 500px;
  overflow-y: auto;
  padding-bottom: 40px;
  padding-top: 0;
}

.search-overlay-container .people h4:first-of-type,
.search-overlay-container .content h4:first-of-type {
  border-bottom: 2px solid #d0d5d8;
  margin-top: 40px;
  width: 50%;
}

@media (max-width: 1023.98px) {
  .search-overlay-container .people h4:first-of-type,
  .search-overlay-container .content h4:first-of-type {
    font-size: 32px;
    margin-top: 24px;
    padding-bottom: 20px;
    width: 100%;
  }
}

.search-overlay-container .people h4,
.search-overlay-container .content h4 {
  margin-bottom: 5px;
  margin-top: 20px;
  padding-bottom: 5px;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .search-overlay-container .people h4,
  .search-overlay-container .content h4 {
    margin-top: 22px;
  }
}

.search-overlay-container .people ul li,
.search-overlay-container .content ul li {
  border-bottom: 0;
  width: 100%;
}

.search-overlay-container .people ul li:hover,
.search-overlay-container .content ul li:hover {
  border-bottom: 0;
}

.search-overlay-container .people ul li a,
.search-overlay-container .content ul li a {
  background: #fff;
  color: #425563;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 5px 0;
  text-decoration: none;
  text-indent: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .search-overlay-container .people ul li a,
  .search-overlay-container .content ul li a {
    padding: 10px 0;
    text-indent: 5px;
  }
}

.search-overlay-container .people ul li a span,
.search-overlay-container .content ul li a span {
  color: #b23427;
}

.search-overlay-container .people ul li a:hover,
.search-overlay-container .content ul li a:hover {
  background: #b23427;
  color: #fff;
}

.search-overlay-container .people ul li a:hover span,
.search-overlay-container .content ul li a:hover span {
  color: #fff;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
}

.search-overlay-container ul li {
  border-bottom: 1px solid transparent;
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-indent: 10px;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .search-overlay-container ul li {
    width: 100%;
  }
}

.search-overlay-container ul li:hover {
  background: #b23427;
  border-bottom: 1px solid #b23427;
  color: #fff;
}

.search-overlay-container ul li:hover a {
  color: #fff;
}

.search-overlay-container ul li a {
  color: #425563;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px 0;
  text-decoration: none;
  text-indent: 5px;
  width: 100%;
}

.search-overlay-container ul li a:hover {
  background: #b23427;
  color: #fff;
}

.parallax {
  margin-top: 30px;
  padding-bottom: 60px;
}

@media (max-width: 1023.98px) {
  .parallax {
    padding-bottom: 0;
  }
}

pre.f-title {
  display: none;
}

.home-page {
  padding-top: 0 !important;
}

.home-page .has-bg {
  background-position: 50% 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-content {
  background-color: white;
  position: relative;
}

.non-parallax-container {
  margin: 0 auto;
  max-width: 1366px;
  overflow: hidden;
}

.site-header--home {
  background-color: transparent;
}

.site-header--home .site-header__nav .icon {
  color: white;
}

.site-header--home .site-header__nav .icon span {
  background-color: white;
}

.site-header--home .site-header__nav .icon span:before, .site-header--home .site-header__nav .icon span:after {
  border-color: white;
}

.home-hero {
  background-image: url("/assets/img/png/HP-Gradient-Tile.png");
  height: 100vh;
  width: 100%;
}

.full-bg {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

.pos-abs {
  bottom: 0;
  position: absolute;
  top: 0;
}

.mountains {
  overflow: hidden;
  padding-top: 70px;
}

@media only screen and (min-width: 980px) {
  .mountains {
    padding-top: 160px;
  }
}

.mountains__text {
  margin: 1% auto 0;
  max-width: 1000px;
  position: relative;
  width: 80%;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .mountains__text {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 980px) {
  .mountains__text {
    width: 90%;
  }
}

.mountains__titles {
  color: #fff;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 36px;
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 0.25s linear;
}

.mountains__titles.fade-title-out {
  opacity: 0 !important;
  transition-delay: 0s !important;
}

.hero-loaded .mountains__titles {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.hero-loaded .mountains__titles--a {
  transition-delay: 1s;
}

.mountains__titles--b {
  padding-right: 10%;
  text-align: right;
}

.hero-loaded .mountains__titles--b {
  transition-delay: 1.2s;
}

.mountains__titles--c {
  text-align: center;
}

.hero-loaded .mountains__titles--c {
  transition-delay: 1.4s;
}

.mountains__titles--d {
  text-align: right;
  text-transform: uppercase;
}

.hero-loaded .mountains__titles--d {
  transition-delay: 1.6s;
}

.mountains__back {
  background-image: url("/assets/img/png/HP-Mountain-Back_v2_1280_OPT.png");
  transform: translateY(-20px) scale(1.2);
  transition: transform 1.5s 0.5s ease-out;
}

.hero-loaded .mountains__back {
  transform: translateY(0) scale(1);
}

.mountains__fore {
  background-image: url("/assets/img/png/HP-Mountain-Front_v2_1280_OPT.png");
  transform: translateY(-40px) scale(1.1);
  transition: transform 1.5s 0.5s ease-out;
}

.hero-loaded .mountains__fore {
  transform: translateY(0) scale(1);
}

.home-video {
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

.home-video__bg {
  display: none;
}

@media only screen and (min-width: 500px) {
  .home-video__bg {
    display: inline-block;
    height: auto;
    left: 50%;
    min-height: 100vh;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: -100;
  }
}

.home-video__text {
  color: white;
  opacity: 0;
  z-index: 0;
}

.home-video__text > .l-centered {
  text-align: left;
}

.home-video__text .f-subheading {
  color: white;
}

.home-video__strapline p {
  color: white;
}

.home-video__button {
  background-color: black;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 55px;
  margin-top: 30px;
  opacity: 0;
  outline: none;
  padding: none;
  pointer-events: auto;
  position: relative;
  width: 55px;
  z-index: 100;
}

.home-video__button:after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 9px 0 9px 18px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -6px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 0;
}

.home-video__button:hover {
  opacity: 0.6 !important;
  transition: opacity 0.25 ease-out;
}

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

.l-center.is-left {
  text-align: left;
}

.l-center.is-right {
  text-align: right;
}

.l-center.l-constrain {
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
}

.l-center:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

.l-center > .l-centered {
  display: inline-block;
  max-width: 99%;
  vertical-align: middle;
}

@media only screen and (min-width: 740px) {
  .l-center > .l-centered {
    max-width: 90%;
  }
}

.l-constrain {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

@media only screen and (min-width: 1200px) {
  .l-constrain--large {
    max-width: 1280px;
  }
}

.l-constrain .l-constrain {
  padding: 0;
}

.text-image-spotlight-wrapper {
  margin: 35px 0;
  padding-bottom: 0;
  padding-top: 0;
}

@media (max-width: 1023.98px) {
  .text-image-spotlight-wrapper {
    margin: 35px 0;
  }
}

.text-image-spotlight-wrapper + .text-image-spotlight-wrapper {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .text-image-spotlight-wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.text-image-spotlight-wrapper.silver-light {
  background: #e7eaeb;
  padding-bottom: 0;
  padding-top: 24px;
}

@media (max-width: 1023.98px) {
  .text-image-spotlight-wrapper.silver-light {
    padding-top: 14px;
  }
}

.text-image-spotlight-wrapper.silver-light + .text-image-spotlight-wrapper.silver-light {
  margin-top: 0;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .text-image-spotlight-wrapper.silver-light {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}

.text-image-spotlight-wrapper h2 {
  padding: 0 0 20px 6%;
}

@media (max-width: 1023.98px) {
  .text-image-spotlight-wrapper h2 {
    padding: 40px 60px;
  }
}

@media (max-width: 1023.98px) {
  .text-image-spotlight-wrapper h2 {
    padding: 30px 15px 15px;
  }
}

.text-image-spotlight-wrapper .text-image-spotlight {
  box-sizing: border-box;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 0 0 6%;
  width: calc(100% - 30px);
}

@media (max-width: 1023.98px) {
  .text-image-spotlight-wrapper .text-image-spotlight {
    padding: 40px 60px;
  }
}

@media (max-width: 1023.98px) {
  .text-image-spotlight-wrapper .text-image-spotlight {
    padding: 15px;
  }
}

.text-image-spotlight-wrapper .text-image-spotlight__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 1024px) {
  .text-image-spotlight-wrapper .text-image-spotlight__item {
    width: 50%;
  }
}

.text-image-spotlight-wrapper .text-image-spotlight__item img {
  max-width: 244px;
}

.text-image-spotlight-wrapper .text-image-spotlight__item--image, .text-image-spotlight-wrapper .text-image-spotlight__item--copy {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1023.98px) {
  .text-image-spotlight-wrapper .text-image-spotlight__item--image, .text-image-spotlight-wrapper .text-image-spotlight__item--copy {
    width: 45%;
  }
  .text-image-spotlight-wrapper .text-image-spotlight__item--image img, .text-image-spotlight-wrapper .text-image-spotlight__item--copy img {
    width: 100%;
  }
}

.text-image-spotlight-wrapper .text-image-spotlight__item--image h4, .text-image-spotlight-wrapper .text-image-spotlight__item--copy h4 {
  margin-bottom: 10px;
}

.text-image-spotlight-wrapper .text-image-spotlight__item--image p, .text-image-spotlight-wrapper .text-image-spotlight__item--copy p {
  font-size: 14px;
  line-height: normal;
}

.text-image-spotlight-wrapper .text-image-spotlight__item--image hr, .text-image-spotlight-wrapper .text-image-spotlight__item--copy hr {
  background: #d0d5d8;
  border: 0;
  display: block;
  height: 1px;
  margin: 20px 0;
  outline: none;
}

@media (max-width: 1023.98px) {
  .text-image-spotlight-wrapper .text-image-spotlight__item--image hr, .text-image-spotlight-wrapper .text-image-spotlight__item--copy hr {
    margin: 10px 0;
  }
}

.text-image-spotlight-wrapper .text-image-spotlight__item--image a, .text-image-spotlight-wrapper .text-image-spotlight__item--copy a {
  margin-top: 10px;
}

.text-image-spotlight-wrapper .text-image-spotlight__item--copy {
  padding: 0 45px 20px 20px;
}

@media (max-width: 1023.98px) {
  .text-image-spotlight-wrapper .text-image-spotlight__item--copy {
    margin-left: 10px;
    padding: 0;
    width: calc(50% - 10px);
  }
}

.hyperlinks ul li {
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
}

.hyperlinks ul li a {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  margin-left: 40px;
  text-decoration: none;
  vertical-align: top;
}

.hyperlinks ul li a:before {
  left: 0;
  position: absolute;
}

.hyperlinks ul li a:hover {
  color: #b23427;
  cursor: pointer;
  text-decoration: underline;
}

.hyperlinks ul li a.tel {
  height: 30px;
}

.hyperlinks ul li a.tel:before {
  background: url("/assets/img/svg/icons/phone-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.mail {
  height: 30px;
}

.hyperlinks ul li a.mail:before {
  background: url("/assets/img/svg/icons/mail-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.download {
  height: 30px;
}

.hyperlinks ul li a.download:before {
  background: url("/assets/img/svg/icons/download-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.twitter {
  height: 30px;
}

.hyperlinks ul li a.twitter:before {
  background: url("/assets/img/svg/icons/twitter-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.linkedin {
  height: 30px;
}

.hyperlinks ul li a.linkedin:before {
  background: url("/assets/img/svg/icons/linkedin-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.youtube {
  height: 30px;
}

.hyperlinks ul li a.youtube:before {
  background: url("/assets/img/svg/icons/youtube-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.wechat {
  height: 30px;
}

.hyperlinks ul li a.wechat:before {
  background: url("/assets/img/svg/icons/wechat-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.xing {
  height: 30px;
}

.hyperlinks ul li a.xing:before {
  background: url("/assets/img/svg/icons/zing-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.country-selector {
  display: inline-block;
}

.country-selector.career .select-items {
  top: 40px;
}

@media (max-width: 1023.98px) {
  .country-selector.career .custom-select {
    margin-top: -9px;
  }
}

.country-selector.career li .select-selected {
  border-bottom: 2px solid #b23427 !important;
  font-family: "Garamond-Regular", Georgia, serif !important;
  font-size: 24px;
  line-height: 42px;
  padding-bottom: 0;
  padding-right: 50px;
}

.country-selector.career li .select-selected:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b23427;
  content: '';
  display: inline-block;
  height: 2px;
  right: 20px;
  top: 38%;
  width: 0;
}

.country-selector .custom-select {
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  .country-selector .custom-select select {
    font-family: "Garamond-Regular", Georgia, serif !important;
    font-size: 24px;
    margin-top: -5px;
  }
  .country-selector .custom-select:after {
    right: 5px !important;
    top: 24px;
  }
}

.country-selector .select-items {
  top: 80px;
}

.country-selector li {
  margin-bottom: 5px;
}

.country-selector li .select-items div {
  font-size: 24px;
}

.country-selector li .select-selected {
  border-bottom: 2px solid #b23427 !important;
  font-family: "Garamond-Regular", Georgia, serif !important;
  font-size: 24px;
  padding-bottom: 0;
  padding-right: 50px;
}

.country-selector li .select-selected:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b23427;
  content: '';
  display: inline-block;
  height: 2px;
  right: 20px;
  top: 50%;
  width: 0;
}

.country-selector li select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: none;
  border: 0;
  border-radius: 0;
  color: #b23427 !important;
}

.country-selector li select option {
  background-color: transparent !important;
  border: 0;
}

.heading-selector-rf {
  align-items: center;
}

@media (max-width: 1023.98px) {
  .heading-selector-rf {
    margin: 0;
  }
}

.heading-selector-rf h2 {
  border-bottom: 2px solid transparent;
  margin-bottom: 5px;
  margin-right: 10px;
}

.heading-selector-rf .dropdown-control {
  width: 100%;
}

.featured-article-wrapper .heading-selector-rf .dropdown-control {
  padding-right: 160px;
}

@media (max-width: 449.98px) {
  .heading-selector-rf .dropdown-control {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .heading-selector-rf .dropdown-control {
    margin-top: 0;
    width: 375px;
  }
  .featured-article-wrapper .heading-selector-rf .dropdown-control {
    margin-top: 20px;
  }
}

@media (max-width: 1023.98px) {
  .featured-article-wrapper .heading-selector-rf .dropdown-control {
    margin-top: 24px;
    padding-bottom: 44px;
  }
}

.heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section select, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section select, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label, .heading-selector-rf .dropdown-control select, .heading-selector-rf .dropdown-control .custom-select-rf--label, .language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control select, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control select, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label, .heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label, .region-selector__dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label {
  border-bottom: 2px solid #b23427 !important;
  color: #b23427;
  font-family: "Garamond-Regular", Georgia, serif !important;
  font-size: 24px;
  padding-bottom: 0;
  padding-right: 50px;
}

@media (min-width: 1024px) {
  .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section select, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section select, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label, .heading-selector-rf .dropdown-control select, .heading-selector-rf .dropdown-control .custom-select-rf--label, .language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control select, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control select, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label, .heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label, .region-selector__dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label {
    font-size: 28px;
  }
}

.heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section select:before, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section select:before, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .heading-selector-rf .dropdown-control select:before, .heading-selector-rf .dropdown-control .custom-select-rf--label:before, .language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control select:before, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control select:before, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before, .heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .region-selector__dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before {
  border: solid transparent;
  border-width: 10px;
  bottom: 100%;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border-top-color: #b23427;
}

.heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section select:before, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section select:before, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .heading-selector-rf .dropdown-control select:before, .heading-selector-rf .dropdown-control .custom-select-rf--label:before, .language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control select:before, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control select:before, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before, .heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .region-selector__dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before {
  right: 7.5px;
  top: calc(50% - 5px) !important;
}

@media (max-width: 1023.98px) {
  .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section select:before, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section select:before, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .heading-selector-rf .dropdown-control select:before, .heading-selector-rf .dropdown-control .custom-select-rf--label:before, .language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control select:before, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control select:before, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before, .heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .region-selector__dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before {
    top: calc(5% + 7.5px) !important;
  }
}

@media (max-width: 1023.98px) {
  .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section select, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section select, .heading-selector-rf .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label, .featured-section .heading-selector-rf .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label, .heading-selector-rf .dropdown-control select, .heading-selector-rf .dropdown-control .custom-select-rf--label, .language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control select, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control select, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label, .breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label, .heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label, .region-selector__dropdown .heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label {
    border-bottom: 2px solid #b23427 !important;
    font-size: 24px;
    line-height: 30px;
  }
}

.heading-selector-rf .dropdown-control select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  font-size: 24px;
  line-height: 1;
  outline: none;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .heading-selector-rf .dropdown-control select {
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1023.98px) {
  .heading-selector-rf .dropdown-control select {
    margin-top: 9px;
    padding-bottom: 7px;
  }
}

.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--dropdown {
  border: 1px solid #e7eaeb;
  border-top: 0;
  box-sizing: border-box;
  width: 100%;
}

.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option {
  border-bottom: 1px solid #e7eaeb;
  border-top: 0;
  color: #b23427;
  cursor: pointer;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 15px;
  padding: 15px 7.5px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out;
  user-select: none;
}

.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option:last-child {
  border-bottom: 0;
}

.heading-selector-rf.heading-selector-rf--small {
  align-items: unset;
}

.heading-selector-rf.heading-selector-rf--small h3 {
  font-size: 24px;
  margin-bottom: 10px;
  padding-right: 7px;
  padding-top: 4px;
}

.heading-selector-rf.heading-selector-rf--small .dropdown-control {
  min-width: 150px;
}

.heading-selector-rf.heading-selector-rf--small .dropdown-control .custom-select-rf--label {
  font-size: 24px;
  line-height: inherit;
  padding: 5px 0;
  padding-right: 30px;
}

.heading-selector-rf.heading-selector-rf--small .dropdown-control .custom-select-rf--label:before {
  border: solid transparent;
  border-width: 7.5px;
  bottom: 100%;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border-top-color: #b23427;
}

.heading-selector-rf.heading-selector-rf--small .dropdown-control .custom-select-rf--label:before {
  bottom: 0;
  margin: auto;
  right: -20px;
  top: 0;
}

@media (max-width: 1023.98px) {
  .heading-selector-rf.heading-selector-rf--small h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .heading-selector-rf.heading-selector-rf--small h3 {
    display: block;
  }
}

.selector-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  overflow: visible;
}

.advanced-delivery-service .selector-container {
  background-color: #e7eaeb;
  display: block;
  padding: 10px 20px 20px;
}

@media (max-width: 1023.98px) {
  .advanced-delivery-service .selector-container {
    margin-bottom: 20px;
  }
}

.advanced-delivery-service .selector-container span {
  color: #425563;
}

.advanced-delivery-service .selector-container .is-expanded .custom-select-rf--label:before {
  border-bottom-color: #425563 !important;
}

.advanced-delivery-service .selector-container .custom-select-rf--label {
  border-bottom: 2px solid #425563 !important;
}

.advanced-delivery-service .selector-container .custom-select-rf--label:before {
  border-top-color: #425563 !important;
  right: 0 !important;
}

.advanced-delivery-service .selector-container .custom-select-rf--dropdown {
  background-color: #e7eaeb !important;
  position: relative !important;
}

.advanced-delivery-service .selector-container .custom-select-rf--dropdown li {
  font-size: 16px;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  text-transform: none !important;
}

.advanced-delivery-service .selector-container .custom-select-rf--dropdown li.is-selected span {
  color: #b23427 !important;
}

.advanced-delivery-service .selector-container select {
  color: #425563;
}

@media (min-width: 1024px) {
  .advanced-delivery-service .selector-container {
    display: none;
  }
}

@media (min-width: 1366px) {
  .selector-container {
    padding: 0 170px;
  }
}

.selector-container .heading-selector-rf {
  display: flex;
  padding-top: 7px;
}

@media (max-width: 767.98px) {
  .selector-container .heading-selector-rf {
    display: block;
  }
}

.careers-job .selector-container .heading-selector-rf--small {
  margin: 0;
}

.hyperlinks ul li {
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
}

.hyperlinks ul li a {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  margin-left: 40px;
  text-decoration: none;
  vertical-align: top;
}

.hyperlinks ul li a:before {
  left: 0;
  position: absolute;
}

.hyperlinks ul li a:hover {
  color: #b23427;
  cursor: pointer;
  text-decoration: underline;
}

.hyperlinks ul li a.tel {
  height: 30px;
}

.hyperlinks ul li a.tel:before {
  background: url("/assets/img/svg/icons/phone-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.mail {
  height: 30px;
}

.hyperlinks ul li a.mail:before {
  background: url("/assets/img/svg/icons/mail-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.download {
  height: 30px;
}

.hyperlinks ul li a.download:before {
  background: url("/assets/img/svg/icons/download-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.twitter {
  height: 30px;
}

.hyperlinks ul li a.twitter:before {
  background: url("/assets/img/svg/icons/twitter-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.linkedin {
  height: 30px;
}

.hyperlinks ul li a.linkedin:before {
  background: url("/assets/img/svg/icons/linkedin-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.youtube {
  height: 30px;
}

.hyperlinks ul li a.youtube:before {
  background: url("/assets/img/svg/icons/youtube-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.wechat {
  height: 30px;
}

.hyperlinks ul li a.wechat:before {
  background: url("/assets/img/svg/icons/wechat-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.hyperlinks ul li a.xing {
  height: 30px;
}

.hyperlinks ul li a.xing:before {
  background: url("/assets/img/svg/icons/zing-red.svg") no-repeat;
  background-size: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  padding-right: 10px;
  width: 30px;
}

.share-this {
  display: flex;
  justify-content: flex-start;
  line-height: 30px;
  padding: 5px 15px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.share-this-footer {
  justify-content: center;
  padding: 40px 15px;
}

@media (min-width: 1024px) {
  .share-this-footer {
    display: block;
    justify-content: left;
    padding: 40px 18%;
  }
}

.section-left--main .share-this {
  margin: -3px 0 9px;
}

.people-profile .section-left--main .share-this {
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .section-left--main .share-this {
    margin: 30px 0;
  }
}

.main-container-article .desktop-only .share-this {
  padding: 0 15%;
}

.section-right--main .share-this {
  margin: 10px 0 38px;
}

@media (max-width: 1023.98px) {
  .section-right--main .share-this {
    margin: 0 0 30px;
  }
}

.share-this ul {
  display: flex;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
}

.share-this ul li {
  display: flex;
  height: 36px;
  line-height: 36px;
  list-style: none;
  padding-right: 20px;
}

.share-this ul li:last-child {
  padding-right: 0;
}

.section-left--sub .share-this ul li {
  margin-top: 30px;
  padding-right: 5px;
}

.share-this ul li:hover a {
  transform: scale(1.2);
}

.share-this ul li label {
  color: #b23427;
  display: none;
  font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
  padding-right: 7px;
  vertical-align: bottom;
}

@media (max-width: 1023.98px) {
  .share-this ul li label {
    display: inline-block;
    margin-left: -5px;
    padding-right: 10px;
    text-indent: -9999px;
  }
}

@media (max-width: 1023.98px) {
  .share-this ul li > label {
    display: none;
  }
}

.share-this ul li a {
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 36px;
  text-indent: -9999px;
  transition: 0.2s;
  width: 36px;
}

.share-this ul li a.print {
  background-image: url("/assets/img/png/icon-print.png");
}

.share-this ul li a.download {
  background-image: url("/assets/img/png/icon-download.png");
}

.share-this ul li a.mobile {
  background-image: url("/assets/img/svg/icons/phone.svg");
}

.share-this ul li a.email {
  background-image: url("/assets/img/svg/icons/mail.svg");
}

.intro-text .share-this {
  padding: 5px 0;
}

.share-button {
  display: inline-block;
  height: 36px;
  position: relative;
  text-indent: 0 !important;
  width: 36px;
}

.share-button label {
  transition: 0.2s;
}

.share-button.is-active label, .share-button:hover label {
  transform: scale(1.2);
}

.toggle-button {
  -webkit-appearance: none;
  background-color: #fff;
  border-color: #b23427;
  border-radius: 25px;
  border-width: 1px;
  cursor: pointer;
  display: block;
  height: 36px;
  padding: 0 !important;
  position: relative;
  width: 36px;
  z-index: 10;
}

.toggle-button:after {
  background: url("/assets/img/png/icon-share.png") no-repeat;
  background-size: 36px;
  content: '';
  display: block;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: center;
  width: 36px;
}

.toggle-input {
  display: none;
}

.toggle-input:checked + .toggle {
  background: #fff;
  height: 36px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 36px;
  z-index: 10;
}

.toggle-input:checked + .toggle:after, .toggle-input:checked + .toggle:before {
  background: url("/assets/img/png/icon-share.png") no-repeat;
  background-color: #b23427;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 30px;
}

.toggle-input:checked + .toggle:after {
  animation: bar1 0.3s forwards;
  transform: rotate(45deg);
}

.toggle-input:checked + .toggle:before {
  animation: bar2 0.3s forwards;
  transform: rotate(-45deg);
}

.network-list {
  background: #fff;
  display: block;
  height: 41px;
  left: 45px;
  pointer-events: none;
  position: absolute;
  top: -5px;
  z-index: 1000;
}

.is-active .network-list {
  pointer-events: all;
}

.network-list li {
  display: block;
  height: 30px;
  left: 0;
  list-style-type: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
  width: 36px;
}

.network-list li:first-child {
  z-index: 1;
}

.network-list a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-indent: 120%;
  width: 30px;
}

.network-list a:before {
  -webkit-font-smoothing: antialiased;
  border-radius: 25px;
  bottom: 0;
  box-shadow: inset 0 0 0 1px #b23427;
  font-size: 18px;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 30px;
}

.network-list .twitter a {
  background: url("/assets/img/svg/icons/twitter.svg") no-repeat;
  background-size: 36px;
  height: 37px;
  transition: 0.2s;
  width: 36px;
}

.network-list .twitter a:hover {
  transform: scale(1.2);
}

.network-list .twitter a:hover:before {
  box-shadow: inset 0 0 0 2px #00c3f3;
}

.network-list .facebook a {
  background: url("/assets/img/svg/icons/facebook.svg") no-repeat;
  background-size: 36px;
  height: 36px;
  transition: 0.2s;
  width: 36px;
}

.network-list .facebook a:hover {
  transform: scale(1.2);
}

.network-list .facebook a:hover:before {
  box-shadow: inset 0 0 0 2px #2c609b;
}

input:checked ~ .network-list {
  width: 300px;
}

input:checked ~ .network-list li {
  opacity: 1;
}

input:checked ~ .network-list li:nth-child(1) {
  left: 0;
}

input:checked ~ .network-list li:nth-child(2) {
  left: 45px;
}

@keyframes bar1 {
  0% {
    background-color: transparent;
    content: '\f1e0';
    height: 30px;
    left: 0;
    opacity: 1;
    top: 0;
    transform: rotate(0deg) scale(1);
    width: 46px;
  }
  50% {
    background-color: transparent;
    content: '\f1e0';
    height: 30px;
    left: 0;
    opacity: 0;
    top: 0;
    transform: rotate(0deg) scale(0.2);
    width: 46px;
  }
  50.001% {
    background-color: #fff;
    content: '';
    height: 3px;
    left: 10px;
    top: 22px;
    width: 30px;
  }
  60% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes bar2 {
  0% {
    background-color: transparent;
    opacity: 0;
    transform: rotate(0deg) scale(0.2);
  }
  50% {
    background-color: transparent;
    opacity: 0;
    transform: rotate(0deg) scale(0.2);
  }
  60% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(-45deg) scale(1);
  }
}

.form-element {
  margin: 40px auto;
  width: 100%;
}

.form-element iframe {
  display: block;
  height: 100%;
}

/*the container must be positioned relative:*/
.custom-select {
  margin-left: -15px;
  margin-top: -5px;
  position: relative;
}

@media (max-width: 1023.98px) {
  .custom-select {
    margin-left: 0;
    margin-top: 2px;
  }
  .custom-select:after {
    border: 6px solid transparent;
    border-color: #b23427 transparent transparent;
    content: '';
    height: 0;
    position: absolute;
    right: -20px;
    top: 5px;
    width: 0;
  }
}

.custom-select select {
  display: none;
}

@media (max-width: 1023.98px) {
  .custom-select select {
    display: block;
  }
}

.select-selected {
  border-bottom: 0 !important;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  border: 6px solid transparent;
  border-color: #b23427 transparent transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  top: 12px;
  width: 0;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #b23427;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  color: #b23427;
  cursor: pointer;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 28px;
  margin: 0 10px 0 20px;
  padding: 0 16px 10px 0;
  text-transform: uppercase;
  user-select: none;
}

@media (max-width: 1023.98px) {
  .select-items div,
  .select-selected {
    display: none;
  }
}

.select-items div:last-child,
.select-selected:last-child {
  border-bottom: 0;
}

.select-items div {
  padding-top: 12px;
  position: relative;
}

.select-items div a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.select-items div:hover {
  font-weight: bold;
}

/*style items (options):*/
.select-items {
  background-color: #fff;
  border: 1px solid #e7eaeb;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: 100%;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.comment-section {
  padding: 45px 15px;
}

@media (min-width: 1024px) {
  .comment-section {
    padding: 45px 60px;
  }
}

.comment-section__item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.comment-section__item p {
  margin-top: 10px;
}

.comment-section__item p:first-child {
  margin-top: 20px;
}

.intro-article-spotlight-wrapper {
  margin: 64px 0 0;
}

@media (min-width: 1024px) {
  .intro-article-spotlight-wrapper {
    margin: 96px 0 0;
  }
}

@media (max-width: 1023.98px) {
  .intro-article-spotlight-wrapper {
    padding: 15px;
  }
}

.intro-article-spotlight-wrapper h2 {
  margin-bottom: 30px;
}

.intro-article-spotlight-wrapper .intro-article-spotlight {
  justify-content: space-between;
}

@media (max-width: 1023.98px) {
  .intro-article-spotlight-wrapper .intro-article-spotlight {
    display: block;
    max-width: 100%;
  }
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item {
  max-width: 720px;
  padding: 0 50px 0 0;
}

@media (max-width: 1023.98px) {
  .intro-article-spotlight-wrapper .intro-article-spotlight__item {
    overflow: hidden;
    padding: 0 10px 20px 0;
  }
  .intro-article-spotlight-wrapper .intro-article-spotlight__item .mobile-lines {
    border-top: 1px solid #d0d5d8;
    padding-top: 20px;
  }
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item:last-child {
  min-width: 260px;
}

@media (max-width: 1023.98px) {
  .intro-article-spotlight-wrapper .intro-article-spotlight__item:last-child {
    max-width: 100%;
  }
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item h6 {
  margin-bottom: 10px;
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item .headline-article-small {
  margin-bottom: 20px;
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item a.cta-level-three {
  margin-bottom: 50px;
}

@media (max-width: 1023.98px) {
  .intro-article-spotlight-wrapper .intro-article-spotlight__item a.cta-level-three {
    margin-bottom: 20px;
  }
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item a.button.secondary {
  margin-top: 40px;
}

@media (max-width: 1023.98px) {
  .intro-article-spotlight-wrapper .intro-article-spotlight__item a.button.secondary {
    display: block;
    margin: 30px auto;
    width: 114px;
  }
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item .left-col,
.intro-article-spotlight-wrapper .intro-article-spotlight__item .right-col {
  display: inline-block;
  vertical-align: top;
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item .left-col {
  float: left;
  padding-right: 20px;
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item .left-col img {
  max-width: 112px;
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item .right-col {
  display: inline;
}

@media (max-width: 1023.98px) {
  .intro-article-spotlight-wrapper .intro-article-spotlight__item .right-col {
    width: 59%;
  }
}

.intro-article-spotlight-wrapper .intro-article-spotlight__item .right-col a.cta-level-three {
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .intro-article-spotlight-wrapper .intro-article-spotlight__item .right-col a.cta-level-three {
    margin-top: 10px;
  }
}

.download-spotlight-wrapper {
  background: #e7eaeb;
  margin: 64px 0 0;
  padding: 96px;
}

@media (min-width: 1024px) {
  .download-spotlight-wrapper {
    margin: 96px 0 0;
  }
}

@media (max-width: 1023.98px) {
  .download-spotlight-wrapper {
    padding: 40px 15px 48px;
  }
}

.download-spotlight-wrapper h2 {
  margin-bottom: 10px;
}

.download-spotlight-wrapper .headline-article-small {
  color: #425563;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.125;
  margin-bottom: 20px;
}

.download-spotlight-wrapper select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: #b23427 url("/assets/img/png/drop-arrow.png") no-repeat;
  background-position: 140px 21px;
  background-size: 15px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  height: 48px;
  margin-bottom: 50px;
  outline: none;
  padding-left: 30px;
  width: 182px;
}

.download-spotlight-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.download-spotlight-wrapper select:focus {
  outline: none;
}

.download-spotlight-wrapper select option:not(:checked) {
  color: #fff;
}

.download-spotlight-wrapper select::-ms-expand {
  display: none;
}

.download-spotlight-wrapper .download-spotlight {
  display: none;
  flex-wrap: wrap;
}

.download-spotlight-wrapper .download-spotlight.is-active {
  display: block;
}

@media (min-width: 1025px) {
  .download-spotlight-wrapper .download-spotlight.is-active {
    display: flex;
  }
}

.download-spotlight-wrapper .download-spotlight__item {
  background: #fff;
  margin: 0 0 20px;
}

@media (min-width: 1025px) {
  .download-spotlight-wrapper .download-spotlight__item {
    display: flex;
    flex-basis: calc((100% / 4) - (20px / 4 * 3));
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 20px 20px 0;
  }
  .download-spotlight-wrapper .download-spotlight__item:nth-child(4n) {
    margin-right: 0;
  }
}

.download-spotlight-wrapper .download-spotlight__item--copy {
  clear: both;
  padding: 20px;
}

.download-spotlight-wrapper .download-spotlight__item--copy .content {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 5px;
}

.download-spotlight-wrapper .download-spotlight__item .cta-level-three {
  margin: auto 0 0;
  padding: 0 20px 20px;
}

.download-spotlight-wrapper .download-spotlight__item img {
  flex-shrink: 0;
  float: left;
  width: 100%;
}

.side-navigation {
  background: #e7eaeb;
}

@media (max-width: 1023.98px) {
  .side-navigation {
    background: transparent;
    margin: 0 auto;
    max-width: 100%;
  }
}

.side-navigation .container {
  padding: 20px;
}

@media (max-width: 1023.98px) {
  .side-navigation .container {
    padding: 0;
  }
}

.side-navigation .container h5 {
  border-bottom: 1px solid #425563;
  color: #425563;
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .side-navigation .container h5 {
    display: none;
  }
}

.side-navigation .container h5 a {
  color: #425563;
}

.side-navigation .container ul li {
  margin-bottom: 15px;
}

.side-navigation .container ul li a {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.side-navigation .container ul li a.active, .side-navigation .container ul li a:hover {
  color: #b23427;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
}

.side-navigation .container select {
  background: #e7eaeb url("/assets/img/png/select-down-arrow.png") no-repeat;
  background-position: right;
  background-size: 10px;
  border: 0;
  border-bottom: 1px solid #425563;
  border-radius: 0;
  color: #425563;
  font-size: 24px;
  height: 30px;
  outline: none;
  width: 100%;
}

.side-navigation img {
  margin-bottom: 10px;
  width: 100%;
}

.twitter-feed-wrapper {
  clear: both;
  display: inline-block;
  left: 245px;
  margin-top: 36px;
  padding: 0 0 60px;
  position: relative;
  width: calc(100% - 240px);
}

@media (max-width: 1023.98px) {
  .twitter-feed-wrapper {
    left: 0;
    margin-bottom: 80px;
    position: relative;
    width: calc(100% - 30px);
  }
}

@media (max-width: 1023.98px) {
  .twitter-feed-wrapper {
    left: 15px;
    margin-bottom: 0;
    margin-top: 14px;
    padding-bottom: 0;
  }
}

.twitter-feed-wrapper .follow-btn {
  left: 440px;
  position: absolute;
  top: 32px;
  width: 65px;
  z-index: 10;
}

@media (max-width: 1023.98px) {
  .twitter-feed-wrapper .follow-btn {
    right: 15px;
  }
}

.twitter-feed-wrapper iframe {
  max-width: 503px !important;
  width: 100% !important;
}

.twitter-feed-wrapper h2 {
  font-size: 36px;
  margin: 20px 0;
}

.twitter-feed-wrapper a.cta-level-three {
  margin: 20px 0;
}

.twitter-feed-wrapper .follow ul li {
  float: left;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.twitter-feed-wrapper .follow ul li:first-child {
  margin-right: 20px;
}

.language-selector .custom-select {
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  .language-selector .custom-select {
    margin-left: 0;
    margin-top: 2px;
  }
  .language-selector .custom-select:after {
    border: 6px solid transparent;
    border-color: #b23427 transparent transparent;
    content: '';
    height: 0;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 0;
  }
}

.language-selector .select-items {
  top: 27px;
}

.language-selector .select-selected {
  border-bottom: 2px solid #b23427 !important;
  font-family: "Garamond-Regular", Georgia, serif !important;
  font-weight: bold;
  padding-bottom: 0;
  padding-right: 20px;
}

.language-selector .select-selected:after {
  border: 6px solid transparent;
  border-color: #b23427 transparent transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 0;
}

.language-selector .custom-select-rf--option span {
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-right: 5px;
}

.language-selector span {
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 18px;
  padding-right: 5px;
}

.language-selector ul {
  border-bottom: 2px solid #b23427;
  display: inline-block;
}

.language-selector li {
  margin-bottom: 5px;
}

.language-selector li select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: none;
  border: 0;
  border-radius: 0;
  color: #b23427 !important;
  font-size: 18px;
  padding-left: 4px;
}

.language-selector li select.language {
  font-family: "Garamond-Regular", Georgia, serif !important;
  font-size: 20px !important;
  font-weight: bold;
}

.language-selector li select option {
  background-color: transparent !important;
  border: 0;
}

.language-selector.heading-selector-rf.heading-selector-rf--small h3 {
  font-size: 18px;
  padding-top: 7px;
}

@media (max-width: 1023.98px) {
  .language-selector.heading-selector-rf h2 {
    font-size: 18px;
  }
}

.language-selector.heading-selector-rf .dropdown-control select {
  font-size: 18px;
}

@media (max-width: 1023.98px) {
  .language-selector.heading-selector-rf .dropdown-control select {
    font-size: 18px;
  }
}

.language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--dropdown {
  border: 1px solid #e7eaeb;
  border-top: 0;
  box-sizing: border-box;
  width: 100%;
}

.language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option {
  border-bottom: 1px solid #e7eaeb;
  border-top: 0;
  color: #b23427;
  cursor: pointer;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 15px;
  padding: 15px 7.5px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out;
  user-select: none;
}

.language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option:last-child {
  border-bottom: 0;
}

.language-selector.heading-selector-rf .heading-selector-rf--small h3 {
  font-size: 18px;
}

.language-selector.heading-selector-rf .heading-selector-rf--small .dropdown-control .custom-select-rf .custom-select-rf--label {
  font-size: 18px;
}

@media (max-width: 1023.98px) {
  .language-selector.heading-selector-rf .heading-selector-rf--small h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.event-spotlight-wrapper {
  margin: 64px 0 0;
  padding: 0 60px;
}

@media (min-width: 1024px) {
  .event-spotlight-wrapper {
    margin: 96px 0 0;
  }
}

@media (max-width: 1023.98px) {
  .event-spotlight-wrapper {
    margin: 34px 0 0;
    padding: 0 15px;
  }
}

.event-spotlight-wrapper p {
  margin: 20px 0;
  width: 100%;
}

.event-spotlight-wrapper a.grey {
  display: block;
  margin: 70px auto;
  width: 70px;
}

@media (max-width: 1023.98px) {
  .event-spotlight-wrapper a.grey {
    margin: 30px auto 20px;
  }
}

@media (max-width: 1023.98px) {
  .event-spotlight-wrapper h3 {
    font-size: 24px;
    text-align: center;
  }
  .event-spotlight-wrapper .breadcrumbs li {
    width: 100%;
  }
  .event-spotlight-wrapper .breadcrumbs li select {
    font-size: 24px !important;
    margin: 0 auto;
    width: 230px;
  }
  .event-spotlight-wrapper .breadcrumbs li .custom-select:after {
    right: 45px !important;
    top: 15px !important;
  }
}

.event-spotlight-wrapper .top-section {
  padding: 0 6% 20px;
}

@media (max-width: 1023.98px) {
  .event-spotlight-wrapper .top-section {
    padding: 20px 0;
  }
}

.event-spotlight-wrapper .top-section .heading-selector-rf h2 {
  font-size: 24px;
}

.event-spotlight-wrapper .top-section .heading-selector-rf .custom-select-rf--label {
  border-bottom: 2px solid #b23427 !important;
  font-size: 24px;
  line-height: normal;
}

.event-spotlight-wrapper .top-section .heading-selector-rf .custom-select-rf--label:before {
  border-width: 7px;
  top: 17px !important;
}

.event-spotlight-wrapper .event-spotlight {
  justify-content: flex-start;
}

@media (max-width: 1023.98px) {
  .event-spotlight-wrapper .event-spotlight {
    flex-wrap: wrap;
  }
}

.event-spotlight-wrapper .event-spotlight__slide {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1024px) {
  .event-spotlight-wrapper .event-spotlight__slide {
    flex-direction: row;
  }
  .event-spotlight-wrapper .event-spotlight__slide:not(:last-of-type) {
    margin-right: 15px;
  }
}

.event-spotlight-wrapper .event-spotlight__item {
  background: #e7eaeb;
  box-sizing: border-box;
  flex-grow: 1;
  margin-right: 15px;
  padding: 5px 20px 20px;
  width: 100%;
}

.event-spotlight-wrapper .event-spotlight__item:last-child {
  margin-right: 0;
}

@media (max-width: 1023.98px) {
  .event-spotlight-wrapper .event-spotlight__item {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}

.event-spotlight-wrapper .event-spotlight__item p {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.event-spotlight-wrapper .event-spotlight__item p.title {
  color: #7d8794;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 20px;
  text-transform: uppercase;
}

.event-spotlight-wrapper .event-spotlight__item h4 {
  font-size: 28px;
  text-transform: capitalize;
}

.event-spotlight-wrapper .event-spotlight__item a {
  margin-top: 20px;
}

.filter-sort-wrapper .filters__all a, .filter-sort-wrapper .align-right ul.filter li a, .filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf .custom-select-rf--label {
  background: #fff;
  border: 1px solid #b23427;
  border-radius: 0;
  color: #b23427;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 16px 10px;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .filters__all a, .filter-sort-wrapper .align-right ul.filter li a, .filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf .custom-select-rf--label {
    text-align: left;
  }
}

.filter-sort-wrapper {
  margin: 30px 12% 0;
  overflow: inherit;
  position: relative;
  z-index: 15;
}

.filter-sort-wrapper .select-all,
.filter-sort-wrapper .deselect-all {
  color: #fff;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  padding: 20px 20px 10px;
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .select-all,
  .filter-sort-wrapper .deselect-all {
    padding: 0 0 20px;
  }
}

.filter-sort-wrapper .filter__back {
  color: #fff;
  font-size: 30px;
  left: 20px;
  position: absolute;
  top: 12px;
  z-index: 100;
}

.filter-sort-wrapper .filter-button {
  margin-top: auto;
  padding: 20px;
}

.filter-sort-wrapper .filter-button div {
  background-color: #fff;
  border: 0;
  color: #b23427;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  padding: 20px;
  text-align: center;
}

.filter-sort-wrapper .filter-button div:after {
  display: none;
}

.filter-sort-wrapper .close-filters {
  color: #fff;
  font-family: "Garamond-Regular", Georgia, serif !important;
  font-size: 40px !important;
  font-weight: 100;
  padding: 0 !important;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 9px;
  z-index: 9999;
}

.filter-sort-wrapper .close-filters:after {
  display: none !important;
}

.filter-sort-wrapper .filter-sort-horizontal {
  margin-top: 22px;
}

.filter-sort-wrapper .filter-sort-horizontal ul {
  display: flex;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
}

.filter-sort-wrapper .filter-sort-horizontal ul li:not(:last-of-type) {
  margin-right: 20px;
}

.filter-sort-wrapper .filter-sort-horizontal ul a {
  color: #425563;
}

.filter-sort-wrapper .filter-sort-horizontal ul a:hover {
  color: #b23427;
}

.filter-sort-wrapper .filter-sort-horizontal ul a.is-active {
  color: #b23427;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
}

.filter-sort-wrapper .main-search {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.filter-sort-wrapper .main-search .dropdown-control.filter-sort {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  max-width: 160px;
  width: 100%;
}

.filter-sort-wrapper .main-search .dropdown-control.filter-sort .custom-select-rf {
  box-sizing: border-box;
  margin-right: 0;
  width: 100%;
}

.filter-sort-wrapper .main-search .dropdown-control.filter-sort.is-active .custom-select-rf--label {
  background-color: #b23427;
  color: #fff;
}

.filter-sort-wrapper .main-search .dropdown-control.filter-sort.is-active .custom-select-rf--label:after {
  border-top-color: #fff;
}

.filter-sort-wrapper .main-search .button {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  margin: 0 0 0 10px;
  max-width: 160px;
  min-width: auto;
  width: 100%;
}

.filter-sort-wrapper .main-search .button.search-results-tabs__people.is-active {
  background-color: #b23427;
  color: #fff;
}

.filter-sort-wrapper.filters-active {
  z-index: 102;
}

.filter-sort-wrapper.filters-active .tab-filter-container {
  opacity: 1 !important;
}

.filter-sort-wrapper.filters-active .filter {
  background-color: #b23427;
  bottom: 0;
  height: auto !important;
  left: 0;
  opacity: 1 !important;
  padding-top: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all ease-in 250ms;
  visibility: visible !important;
}

.filter-sort-wrapper.filters-active .filter li {
  display: block !important;
}

.filter-sort-wrapper.filters-inactive {
  opacity: 0;
  transition: all ease-in 250ms;
  visibility: hidden;
}

.filter-sort-wrapper .filters__all {
  margin-left: 10px;
  width: 50%;
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .filters__all {
    margin-left: 0;
    width: auto;
  }
}

.filter-sort-wrapper .filter-tab-content {
  background-color: #b23427;
  color: #fff;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.filter-sort-wrapper .filter-tab-content label {
  display: block;
  padding: 5px 0;
}

.filter-sort-wrapper .filter-tab-content.hide {
  opacity: 0;
}

.filter-sort-wrapper .filter-tab-content.is-active {
  opacity: 1;
  pointer-events: all;
}

.filter-sort-wrapper .tabs-links .is-active a {
  background-color: #b23427;
  color: #fff;
}

.search-controls .filter-sort-wrapper {
  margin: 0;
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper {
    margin: 0;
    margin-top: 30px;
    padding: 0 15px;
  }
  .search-controls .filter-sort-wrapper {
    padding: 0;
  }
}

.filter-sort-wrapper .checkbox__only {
  display: none;
}

.filter-sort-wrapper .checkbox__wrapper {
  cursor: pointer;
  position: relative;
}

.filter-sort-wrapper .checkbox__wrapper:after {
  clear: both;
  content: '';
  display: table;
}

.filter-sort-wrapper .checkbox__wrapper:hover .checkbox__only {
  display: none;
}

.filter-sort-wrapper .checkbox__wrapper.parent .children {
  padding-left: 25px;
}

.filter-sort-wrapper [data-tag='topics'] span:before,
.filter-sort-wrapper [data-tag='practices'] span:before,
.filter-sort-wrapper [data-tag='sectors'] span:before,
.filter-sort-wrapper [data-tag='locations'] span:before {
  content: attr(data-label);
}

.filter-sort-wrapper [data-tag='offices'] .count:before {
  content: attr(data-label);
  margin-left: 5px;
}

.filter-sort-wrapper .filter-sort.search-results {
  margin-bottom: 10px;
}

.filter-sort-wrapper .filter-sort.search-results .filter-sort__list {
  display: flex;
}

@media (max-width: 449.98px) {
  .filter-sort-wrapper .filter-sort.search-results .filter-sort__list {
    flex-direction: column;
  }
}

.filter-sort-wrapper .filter-sort.search-results .filter-sort__list li {
  margin: 0 10px;
}

.filter-sort-wrapper .filter-sort.search-results .filter-sort__list li a {
  color: #425563;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
}

.filter-sort-wrapper .filter-sort.search-results .filter-sort__list li a.is-active {
  color: #b23427;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
}

.filter-sort-wrapper h4 {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper h4 {
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .align-right {
    align-items: center;
    display: flex;
    float: right;
    justify-content: right;
    position: relative;
  }
}

.filter-sort-wrapper .align-right.full-width {
  position: static;
}

@media (min-width: 1024px) {
  .search-controls .filter-sort-wrapper .align-right {
    clear: both;
    float: none;
    padding-top: 10px;
  }
}

.filter-sort-wrapper .align-right .tab-filter-container {
  background: #b23427;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: linear 250ms;
  width: 100%;
  /* The container */
  /* Show the checkmark when checked */
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .align-right .tab-filter-container {
    padding-top: 60px;
  }
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .align-right .tab-filter-container {
    bottom: auto;
    left: 0;
    opacity: 1;
    position: absolute;
    right: auto;
    top: 49px;
    transform: none;
    transition: linear .5s;
  }
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .align-right .tab-filter-container.is-active {
    transform: translateX(0);
    transition: linear 250ms;
  }
}

.filter-sort-wrapper .align-right .tab-filter-container.is-leaving {
  opacity: 0;
  transform: none !important;
  visibility: hidden;
}

.filter-sort-wrapper .align-right .tab-filter-container.transform {
  transform: translateX(100%) !important;
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .align-right .tab-filter-container .mobile-only {
    display: none;
  }
}

@media (max-width: 1023.98px) and (min-width: 1024px) {
  .filter-sort-wrapper .align-right .tab-filter-container {
    bottom: initial;
    left: initial;
    position: absolute;
    right: initial;
    top: 47px;
    transform: none;
  }
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .align-right .tab-filter-container .filter__title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 19px 0 20px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
  }
}

.filter-sort-wrapper .align-right .tab-filter-container .accordion-content {
  display: none;
  max-height: 100%;
  overflow: auto;
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .align-right .tab-filter-container .accordion-content {
    height: 90vh;
  }
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .align-right .tab-filter-container .accordion-content {
    flex-direction: column;
    max-height: 400px;
    padding: 20px;
  }
}

.filter-sort-wrapper .align-right .tab-filter-container .accordion-content.grouped .parent {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .align-right .tab-filter-container .accordion-content.grouped {
    max-height: 100%;
  }
  .filter-sort-wrapper .align-right .tab-filter-container .accordion-content.grouped .filter__list {
    column-count: 4;
  }
  .filter-sort-wrapper .align-right .tab-filter-container .accordion-content.grouped .filter__list li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .filter-sort-wrapper .align-right .tab-filter-container .accordion-content.grouped .filter__list li label {
    position: relative;
    top: 1px;
  }
}

.filter-sort-wrapper .align-right .tab-filter-container .checkbox__container {
  color: #fff;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-left: 20px;
  padding: 10px 25px;
  position: relative;
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .align-right .tab-filter-container .checkbox__container {
    margin-bottom: 12px;
    margin-left: 0;
    padding: 0;
    padding-left: 25px;
  }
}

.filter-sort-wrapper .align-right .tab-filter-container .checkbox__container input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: initial;
}

.filter-sort-wrapper .align-right .tab-filter-container .checkbox__container--checkmark {
  background-color: #b23427;
  border: 1px solid #fff;
  bottom: 0;
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 15px;
}

.filter-sort-wrapper .align-right .tab-filter-container .checkbox__container--checkmark:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  display: none;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 4px;
}

.filter-sort-wrapper .align-right .tab-filter-container .checkbox-wrapper input:checked ~ .checkbox__container--checkmark:after,
.filter-sort-wrapper .align-right .tab-filter-container .checkbox__container input:checked ~ .checkbox__container--checkmark:after {
  display: block;
}

.filter-sort-wrapper .align-right ul.filter {
  clear: both;
  height: 0;
  opacity: 0;
  transition: all ease-in 250ms;
  visibility: hidden;
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .align-right ul.filter {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.filter-sort-wrapper .align-right ul.filter.filter-top-level {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .align-right ul.filter.filter-top-level {
    flex-direction: row;
    padding-top: 0;
  }
}

.filter-sort-wrapper .align-right ul.filter.mobile-only li a:after {
  display: none;
}

.filter-sort-wrapper .align-right ul.filter.mobile-only li a.is-active:after {
  display: none;
}

.filter-sort-wrapper .align-right ul.filter li {
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .align-right ul.filter li:nth-last-child(1), .filter-sort-wrapper .align-right ul.filter li:nth-last-child(2), .filter-sort-wrapper .align-right ul.filter li:nth-last-child(3), .filter-sort-wrapper .align-right ul.filter li:nth-last-child(4) {
    margin-right: 0;
  }
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .align-right ul.filter li {
    display: none;
    margin-right: 0;
  }
}

.filter-sort-wrapper .align-right ul.filter li.filter__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 19px 0 20px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}

.filter-sort-wrapper .align-right ul.filter li:last-child {
  margin-right: 0;
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .align-right ul.filter li a {
    background: none;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    color: #fff;
    font-size: 16px;
    margin: 0 20px;
    padding: 20px 0;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .align-right ul.filter li a {
    margin: 0;
  }
}

.filter-sort-wrapper .align-right ul.filter li a.active {
  background: #b23427;
  border: 1px solid #b23427;
  color: #fff;
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .align-right ul.filter li a.active {
    padding: 16px 10px;
  }
}

.filter-sort-wrapper .align-right ul.filter li a.active:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.filter-sort-wrapper .align-right ul.filter li a.active:hover {
  background: #b23427;
  border: 1px solid #b23427;
  color: #fff;
}

.filter-sort-wrapper .align-right ul.filter li a.active:hover:after {
  border-bottom: 6px solid #fff;
  border-top: 0;
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .align-right ul.filter li a.active:hover:after {
    border: 0;
  }
}

.filter-sort-wrapper .align-right ul.filter li a:hover {
  background: #b23427;
  border: 1px solid #b23427;
  color: #fff;
}

.filter-sort-wrapper .align-right ul.filter li a:hover:after {
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.filter-sort-wrapper .align-right ul.filter li a:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b23427;
  content: '';
  display: inline-block;
  height: 2px;
  margin-left: 10px;
  position: relative;
  right: 0;
  top: 38%;
  width: 0;
}

.filter-sort-wrapper .dropdown-control.filter-sort {
  display: inline-block;
  width: max-content;
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .dropdown-control.filter-sort {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
}

.filter-sort-wrapper .dropdown-control.filter-sort select {
  background: #fff;
  border: 1px solid #b23427;
  border-radius: 0;
  color: #b23427;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  padding: 10px 40px 10px 10px;
}

.filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf {
  display: inline-block;
  width: 50%;
}

@media (min-width: 1024px) {
  .filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf {
    margin-right: 0;
    width: auto;
  }
}

.filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf.is-expanded .custom-select-rf--dropdown {
  border: 1px solid #e7eaeb;
}

@media (max-width: 1023.98px) {
  .filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf .custom-select-rf--label {
    font-size: 16px;
  }
}

.filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf .custom-select-rf--label:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b23427;
  content: '';
  display: inline-block;
  height: 2px;
  margin-left: 10px;
  right: 14px;
  top: 45%;
  width: 0;
}

.filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf .custom-select-rf--dropdown {
  box-sizing: border-box;
  padding: 0 16.5px;
}

.filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option {
  border-bottom: 1px solid #e7eaeb;
  border-top: 0;
  color: #b23427;
  cursor: pointer;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 16px 0;
  text-transform: uppercase;
  user-select: none;
}

.filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option.is-selected, .filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option:hover {
  background: #fff;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
}

.filter-sort-wrapper .dropdown-control.filter-sort .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option:last-child {
  border-bottom: 0;
}

.checkbox-wrapper {
  position: relative;
}

.checkbox-wrapper input {
  margin-right: 5px;
}

.filter__clear-button-news {
  background: none;
  border: 0;
  color: #b23427;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1024px) {
  .filter__clear-button-news {
    margin-top: 0;
  }
}

.filter__clear-button-news.alt {
  color: #fff;
  left: auto;
  padding: 30px 0 0 20px;
  position: relative;
}

@media (min-width: 1024px) {
  .filter__clear-button-news.alt {
    display: none !important;
  }
}

.filter__clear-button-news:after {
  content: '\00d7';
  font-weight: 800;
  margin-left: 10px;
}

.delivery-wheel-container {
  margin: 64px 0 0;
  position: relative;
}

@media (min-width: 1024px) {
  .delivery-wheel-container {
    margin: 96px 0 0;
  }
}

.delivery-wheel-container .delivery-wheel--title {
  left: 55px;
  position: absolute;
  top: 0;
  width: 330px;
}

.delivery-wheel-container .delivery-wheel--title.active {
  display: none;
}

@media (max-width: 1023.98px) {
  .delivery-wheel-container .delivery-wheel--title {
    display: none;
  }
}

.delivery-wheel-container .delivery-wheel--title h5 {
  font-size: 28px;
}

@media (max-width: 1023.98px) {
  .delivery-wheel-container .delivery-wheel--title h5 {
    font-size: 22px;
  }
}

.delivery-wheel-container .camera-wrapper {
  padding: 0;
}

.delivery-wheel-container .camera-wrapper .camera {
  border-radius: 260px;
  display: block;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  height: 442px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: 0.5s ease;
  width: 442px;
}

@media (max-width: 1023.98px) {
  .delivery-wheel-container .camera-wrapper .camera {
    transform: scale(0.8);
  }
}

@media (max-width: 449.98px) {
  .delivery-wheel-container .camera-wrapper .camera {
    margin-left: -10%;
  }
}

.delivery-wheel-container .camera-wrapper .camera .center {
  color: #b23427;
  font-size: 20px;
  left: 50%;
  margin-left: -50px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
  z-index: 13;
}

.delivery-wheel-container .camera-wrapper .camera.active {
  background: #b23427;
  transform: rotate(180deg) scale(0.46);
}

@media (max-width: 1023.98px) {
  .delivery-wheel-container .camera-wrapper .camera.active {
    transform: rotate(-180deg) scale(0.36);
  }
}

.delivery-wheel-container .camera-wrapper .camera.active li p {
  text-indent: -9999px;
}

.delivery-wheel-container .camera-wrapper .camera li {
  background: url("/assets/img/png/camera.png") no-repeat;
  background-size: 100%;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 243px;
  line-height: 110px;
  margin-left: 40px;
  text-align: center;
  width: 377px;
}

.delivery-wheel-container .camera-wrapper .camera li p {
  display: inline-block;
  padding-top: 50px;
  text-align: center;
}

.delivery-wheel-container .camera-wrapper .camera li p a {
  color: #fff;
  font-size: 20px;
}

.delivery-wheel-container .camera-wrapper .camera li.two {
  margin-left: 115px;
  margin-top: -82px;
  transform: rotate(120deg);
}

.delivery-wheel-container .camera-wrapper .camera li.two p {
  padding-top: 0;
  transform: rotate(180deg);
}

.delivery-wheel-container .camera-wrapper .camera li.three {
  margin-left: -64px;
  margin-top: -258px;
  transform: rotate(240deg);
}

.delivery-wheel-container .camera-wrapper .camera li.three p {
  padding-top: 0;
  transform: rotate(180deg);
}

.delivery-wheel-container .camera-wrapper .camera .close,
.delivery-wheel-container .camera-wrapper .camera .content {
  transition: all 0.5s ease-in-out;
}

.delivery-wheel-container .camera-wrapper .camera .close {
  background: #fff;
  border: 1px solid #b23427;
  border-radius: 100%;
  color: #b23427;
  height: 350px;
  left: 0;
  line-height: 350px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 26px;
  transform: scale(0);
  width: 350px;
  z-index: 100;
}

.delivery-wheel-container .camera-wrapper .camera .close:hover {
  cursor: pointer;
}

.delivery-wheel-container .camera-wrapper .camera .close.active {
  transform: scale(1);
  vertical-align: middle;
}

.delivery-wheel-container .camera-wrapper .camera .content {
  opacity: 0.1;
}

.delivery-wheel-container .camera-wrapper .camera .close.active .content {
  display: block;
  font-size: 60px;
  opacity: 1;
  transform: rotate(180deg);
}

.delivery-wheel-container .camera-wrapper .wheel-content {
  display: none;
  margin-top: -160px;
}

@media (max-width: 1023.98px) {
  .delivery-wheel-container .camera-wrapper .wheel-content {
    padding: 15px;
  }
}

@media (max-width: 1023.98px) {
  .delivery-wheel-container .camera-wrapper .wheel-content h2.center {
    font-size: 40px;
    padding: 50px 0 10px;
    text-align: center;
  }
}

body.has-notification nav {
  box-sizing: border-box;
  position: relative;
}

.notifications-wrapper {
  background: #425563;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 20px 50px 20px 20px;
  position: relative;
  width: 100%;
  z-index: 1000;
}

.notifications-wrapper.is-on-top {
  bottom: 0;
  position: fixed;
  top: auto;
}

.notifications-wrapper p,
.notifications-wrapper a {
  color: #fff;
  margin: 0;
}

.notifications-wrapper a {
  display: inline-block;
}

.notifications-wrapper a:hover {
  text-decoration: underline;
}

.notifications-wrapper__close {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 18px;
}

@media (max-width: 1023.98px) {
  .notifications-wrapper__close {
    right: 15px;
  }
}

.notifications-wrapper__close:hover {
  cursor: pointer;
}

.cookie-policy {
  background: #e7eaeb;
  margin: 15px;
  padding: 20px;
}

.section-right--sub .cookie-policy p {
  padding-bottom: 0;
  padding-right: 0;
}

.section-right--sub .cookie-policy a {
  margin-bottom: 0;
  padding: 10px 0;
}

@media (max-width: 1022px) {
  .cookie-policy {
    margin: 0 auto 30px;
    max-width: 100%;
  }
}

.advanced-delivery-service .cookie-policy h4 {
  margin-bottom: 10px;
}

.cookie-policy p {
  padding-bottom: 30px;
  padding-right: 30px;
}

.cookie-policy a {
  margin-bottom: 0 !important;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.cookie-policy a span:before {
  content: attr(data-content);
  margin-right: 10px;
}

.people-listing h1 {
  margin-bottom: 40px;
}

@media (max-width: 449.98px) {
  .people-listing h1 {
    margin-top: 0;
  }
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper {
  margin-top: 0;
  padding: 0;
  width: 50%;
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .filter {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .filter li {
  display: block;
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .filter li a:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b23427;
  height: 2px;
  margin-left: 10px;
  position: absolute;
  right: 6px;
  top: 38%;
  width: 0;
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .filter li a {
  border-bottom: 1px solid #b23427;
  color: #b23427;
  margin: 0;
  padding: 13px 10px 12px !important;
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .filter li a.active:hover:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .filter li a.active:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 37%;
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .filter li a:hover:after {
  border-top: 10px solid #fff;
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .people-listing {
  border: 0;
  padding: 0;
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .accordion-content {
  background-color: #fff;
  border: 1px solid #b23427;
  border-top: 0;
  box-sizing: border-box;
  flex-direction: column;
  height: auto;
  margin-top: 0;
  max-height: 750px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .tab-filter-container {
  left: 0;
  opacity: 1;
  position: relative;
  transform: translateX(0);
}

.people-listing .filter-sort-wrapper--office-mobile.filter-sort-wrapper .checkbox__container {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 0 0 25px;
}

.people-listing--search-bar {
  transition: 0.15s opacity;
  /* VISIBILITY */
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar-input, .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar-input {
  position: relative;
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .is-focused.people-listing--search-bar-input .icon--search, .people-listing--search-bar .people-listing--search-bar--mobile .is-focused.people-listing--search-bar-input .icon--search {
  display: none;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .is-focused.people-listing--search-bar-input .search-input, .people-listing--search-bar .people-listing--search-bar--mobile .is-focused.people-listing--search-bar-input .search-input {
  color: #b23427;
  padding-left: 0;
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .has-value.people-listing--search-bar-input .icon--search, .people-listing--search-bar .people-listing--search-bar--mobile .has-value.people-listing--search-bar-input .icon--search {
  display: none;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .has-value.people-listing--search-bar-input .search-input, .people-listing--search-bar .people-listing--search-bar--mobile .has-value.people-listing--search-bar-input .search-input {
  padding-left: 0;
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar-input .icon--search, .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar-input .icon--search {
  background: url("/assets/img/png/icon-search.png") no-repeat;
  background-size: 30px;
  height: 30px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 30px;
  z-index: 10;
}

.people-listing .people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar-input .icon--search, .people-listing .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar-input .icon--search {
  bottom: 27px;
  top: auto;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar-input .search-input, .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar-input .search-input {
  -webkit-appearance: none;
  border: 0;
  border-bottom: 1px solid #7d8794;
  border-radius: 0;
  box-sizing: border-box;
  color: #425563;
  display: block;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 32px;
  outline: none;
  padding-left: 0;
  transition: 0.15s padding-left, 0.15s width;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar-input .search-input, .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar-input .search-input {
    font-size: 24px;
  }
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar-input .search-input::placeholder, .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar-input .search-input::placeholder {
  color: #7d8794;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar-input:focus, .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar-input:focus {
  background-color: #b23427;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf .custom-select-rf--label {
  border-bottom: 1px solid #7d8794;
  font-size: 32px;
  margin-top: 4px;
  padding-bottom: 2px;
}

@media (max-width: 1023.98px) {
  .people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf .custom-select-rf--label {
    font-size: 24px;
    line-height: 45px;
    margin-top: 5px;
    right: 10px;
  }
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf .custom-select-rf--label:before {
  border: solid transparent;
  border-width: 10px;
  bottom: 100%;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border-top-color: #7d8794;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf .custom-select-rf--label:before {
  bottom: 3px;
  right: 5px;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--clear-btn, .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--clear-btn {
  cursor: pointer;
  margin-top: 27px;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--clear-btn p, .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--clear-btn p {
  color: #b23427;
  font-weight: bold;
  padding: 20px 0;
  transition: 0.15s color;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--clear-btn p span, .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--clear-btn p span {
  font-weight: normal;
}

@media (max-width: 449.98px) {
  .people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--clear-btn p, .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--clear-btn p {
    padding: 0;
  }
}

.people-listing--search-bar .people-listing--search-bar--desktop {
  position: relative;
}

.people-listing--search-bar .people-listing--search-bar--desktop .filter-sort-wrapper {
  font-size: 16px;
  margin: 0;
}

.people-listing--search-bar .people-listing--search-bar--desktop .filter-sort-wrapper .filter a {
  display: block;
  min-width: 86px;
}

.people-listing--search-bar .people-listing--search-bar--desktop .filter-sort-wrapper .align-right .filter {
  line-height: 20px;
  position: relative;
  top: 5px;
}

.people-listing--search-bar .people-listing--search-bar--desktop .filter-sort-wrapper .tab-filter-container {
  background: #b23427;
  left: -242px;
  position: absolute;
  transition: linear .5s;
  width: 350px;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main {
  display: flex;
  flex-wrap: wrap;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--divider {
  background-color: #7d8794;
  height: 50px;
  margin: 0 20px;
  width: 1px;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select {
  color: #7d8794;
  width: calc(29% - 20px);
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf .custom-select-rf--dropdown {
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 5px 0;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  overflow-y: scroll;
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option {
  color: #425563;
  display: block;
  padding: 10px;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option:hover, .people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option.is-selected {
  background-color: #b23427;
  color: #fff;
  font-weight: bold;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf.is-expanded .custom-select-rf--label {
  border-bottom: 1px solid #b23427;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf.is-expanded .custom-select-rf--label:before {
  border: solid transparent;
  border-width: 10px;
  bottom: 100%;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border-top-color: #b23427;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--select .custom-select-rf.is-expanded .custom-select-rf--label:before {
  right: 5px;
  top: calc(50% - 7.5px);
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--filter {
  align-items: center;
  display: flex;
  font-size: 24px;
  margin-top: 20px;
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--filter .input-label {
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--filter--label span {
  color: #b23427;
  font-size: 15px;
  margin-left: 15px;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--filter--criteria {
  color: #425563;
  cursor: default;
  margin: 0 20px;
  text-align: left;
  user-select: none;
}

@media (max-width: 1023.98px) {
  .people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--filter--criteria {
    text-align: left;
  }
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--filter--criteria--item {
  background-color: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #425563;
  cursor: pointer;
  display: inline-block;
  margin: 0 1px;
  padding: 3px;
  transition: 0.15s border;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--filter--criteria--item.is-selected, .people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--filter--criteria--item:focus, .people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--filter--criteria--item:hover {
  background-color: #e7eaeb;
  border: 1px solid #d0d5d8;
  color: #b23427;
}

.people-listing--search-bar .people-listing--search-bar--desktop .people-listing--search-bar--main .people-listing--search-bar--filter--criteria--item.is-selected {
  pointer-events: none;
}

.people-listing--search-bar .people-listing--search-bar--desktop.is-pristine .people-listing--search-bar--clear-btn {
  pointer-events: none;
}

.people-listing--search-bar .people-listing--search-bar--desktop.is-pristine .people-listing--search-bar--clear-btn p {
  color: #e7eaeb;
}

.people-listing--search-bar .people-listing--search-bar--mobile {
  display: none;
  flex-direction: column;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
}

.people-listing--search-bar .people-listing--search-bar--mobile input,
.people-listing--search-bar .people-listing--search-bar--mobile select {
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--mobile * + * {
  margin-top: 20px;
}

.people-listing--search-bar .people-listing--search-bar--mobile h3 {
  margin-bottom: 0;
}

.people-listing--search-bar .people-listing--search-bar--mobile .tab-filter-container {
  background: #fff;
  border: 1px solid #b23427;
  margin-top: 0;
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--mobile .tab-filter-container .checkbox__wrapper,
.people-listing--search-bar .people-listing--search-bar--mobile .tab-filter-container .filter-sort-wrapper .checkbox__wrapper:hover,
.people-listing--search-bar .people-listing--search-bar--mobile .tab-filter-container .checkbox__container--checkmark {
  margin-top: 0;
}

.people-listing--search-bar .people-listing--search-bar--mobile .tab-filter-container .checkbox__wrapper {
  align-self: flex-start;
  display: inline-block;
}

@media (min-width: 1024px) {
  .people-listing--search-bar .people-listing--search-bar--mobile .tab-filter-container .checkbox__wrapper {
    display: block;
  }
}

.people-listing--search-bar .people-listing--search-bar--mobile .tab-filter-container .checkbox__container {
  color: #b23427;
}

.people-listing--search-bar .people-listing--search-bar--mobile .tab-filter-container a.accordion-toggle {
  color: #b23427;
  display: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.people-listing--search-bar .people-listing--search-bar--mobile .tab-filter-container a.accordion-toggle:before {
  border: solid transparent;
  border-width: 10px;
  bottom: 100%;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border-top-color: #b23427;
}

.people-listing--search-bar .people-listing--search-bar--mobile .tab-filter-container a.accordion-toggle:before {
  right: 5px;
  top: 16px;
}

.people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar-input {
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar-input .search-input {
  font-size: 24px;
  height: 40px;
  padding-left: 0;
  text-overflow: ellipsis;
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--select {
  margin-right: 20px;
  position: relative;
  width: calc(50% - 20px);
}

.people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--select select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  color: #7d8794;
  font-size: 24px;
  outline: none;
  padding-bottom: 5px;
}

.people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--select:before {
  border: solid transparent;
  border-width: 10px;
  bottom: 100%;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border-top-color: #b23427;
}

.people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--select:before {
  bottom: 3px;
  right: 5px;
}

.people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--container {
  display: flex;
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--container .dropdown-control .custom-select-rf {
  border: 1px solid #b23427;
  color: #b23427;
  display: block;
  font-size: 16px;
  margin-top: 0;
  padding: 10px;
  position: relative;
  width: 100%;
}

.people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--clear-btn {
  display: block;
  margin-left: 0;
  width: auto;
}

@media (max-width: 1023.98px) {
  .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--clear-btn {
    border: 0;
    font-weight: bold;
    margin-top: 30px;
    padding: 0;
    text-align: left;
  }
  .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--clear-btn:hover {
    background-color: #fff;
    color: #b23427;
    text-decoration: underline;
  }
  .people-listing--search-bar .people-listing--search-bar--mobile .people-listing--search-bar--clear-btn:after {
    content: '\00d7';
    font-weight: 800;
    margin-left: 10px;
  }
}

.people-listing--search-bar .people-listing--search-bar--mobile .custom-select-rf {
  z-index: 20;
}

.people-listing--search-bar .people-listing--search-bar--mobile .custom-select-rf .custom-select-rf--dropdown {
  left: -1px;
  width: calc(100% + 2px);
}

.people-listing--search-bar .people-listing--search-bar--mobile .custom-select-rf.is-expanded .custom-select-rf--dropdown {
  border: 1px solid #b23427;
  border-top: 0;
  box-sizing: border-box;
  margin-top: 10px;
  max-height: 750px;
  overflow-y: scroll;
  padding: 10px;
}

.people-listing--search-bar .people-listing--search-bar--mobile .custom-select-rf.is-expanded .custom-select-rf--dropdown .custom-select-rf--option {
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .people-listing--search-bar .people-listing--search-bar--desktop {
    display: none;
  }
  .people-listing--search-bar .people-listing--search-bar--mobile {
    display: flex;
  }
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative;
}

.easy-autocomplete input {
  color: #b23427;
  float: none;
}

.easy-autocomplete input:hover,
.easy-autocomplete input:focus {
  box-shadow: none;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #fff;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-image: none;
  border-style: solid;
  border-width: 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  padding: 20px 0;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  color: #b23427;
  font-weight: bold;
}

.easy-autocomplete-container ul li:hover b {
  color: #fff;
}

.easy-autocomplete-container ul .eac-category {
  border-bottom: 2px solid #e7eaeb;
  color: #425563;
  font-size: 32px;
  margin-top: 40px;
  padding: 0;
  padding-bottom: 15px;
  width: 100%;
}

.eac-description .eac-item span {
  color: #aaa;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

.accordion__wrapper {
  background: #fff;
  border-bottom: 1px solid #d0d5d8;
  border-top: 0;
  clear: both;
}

.section-right--sub .accordion__wrapper {
  margin: 15px 0;
}

.section-left--sub .accordion__wrapper,
.section-right--sub .accordion__wrapper {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .section-left--sub .accordion__wrapper,
  .section-right--sub .accordion__wrapper {
    border-top: 1px solid #b23427;
    margin: 30px 0;
  }
}

@media (min-width: 1024px) {
  .section-left--sub .accordion__wrapper .accordion__content + .accordion__heading,
  .section-right--sub .accordion__wrapper .accordion__content + .accordion__heading {
    border-top: 1px solid #b23427;
    padding-top: 40px;
  }
}

.section-left--sub .accordion__wrapper hr,
.section-right--sub .accordion__wrapper hr {
  display: none;
}

@media (min-width: 1024px) {
  .section-left--sub .accordion__wrapper hr,
  .section-right--sub .accordion__wrapper hr {
    border: 0;
    border-bottom: 1px solid #b23427;
    display: block;
    margin-top: -20px;
    position: absolute;
    right: 0;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .section-left--sub .accordion__wrapper hr,
  .section-right--sub .accordion__wrapper hr {
    margin-top: -20px;
    width: 200%;
  }
}

@media (min-width: 1024px) {
  .section-left--sub .accordion__wrapper,
  .section-right--sub .accordion__wrapper {
    border-bottom: 0;
    display: block;
    margin-bottom: 0;
  }
}

.accordion__content {
  display: none;
  padding: 20px 0 40px;
}

.section-left--sub .accordion__content,
.section-right--sub .accordion__content {
  padding: 0;
}

.section-left--sub .accordion__content p,
.section-right--sub .accordion__content p {
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .section-left--sub .accordion__content,
  .section-right--sub .accordion__content {
    display: block !important;
  }
}

.accordion__content p {
  padding-bottom: 30px;
}

.accordion__content p:last-child {
  padding-bottom: 0;
}

.accordion__heading {
  border-top: 1px solid #d0d5d8;
  color: #b23427;
  cursor: pointer;
  display: block;
  font-size: 32px;
  margin: 0;
  padding: 5px 0;
  padding-left: 35px;
  position: relative;
  user-select: none;
}

@media (max-width: 1023.98px) {
  .section-left--sub .accordion__heading,
  .section-right--sub .accordion__heading {
    padding: 10px 35px 10px 0;
  }
}

@media (min-width: 1024px) {
  .section-left--sub .accordion__heading,
  .section-right--sub .accordion__heading {
    border-top: 0;
    cursor: default;
    padding-left: 0;
  }
}

.accordion__heading:first-child {
  border-top: 0;
  padding-right: 0;
}

.accordion__heading:last-child {
  border-bottom: 1px solid #d0d5d8;
}

.accordion__heading:after {
  background: url("/assets/img/icon-plus.svg") center no-repeat;
  content: '';
  display: block;
  height: 15px;
  left: 10px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 15px;
}

@media (max-width: 1023.98px) {
  .section-left--sub .accordion__heading:after,
  .section-right--sub .accordion__heading:after {
    background: url("/assets/img/svg/icons/icon-arrow-down.svg") center no-repeat;
    left: auto;
    right: 10px;
  }
}

@media (min-width: 1024px) {
  .section-left--sub .accordion__heading:after,
  .section-right--sub .accordion__heading:after {
    background: none;
  }
}

.accordion__heading.accordion__heading--active {
  border-bottom: 1px solid #d0d5d8;
  color: #b23427;
}

.accordion__heading.accordion__heading--active:after {
  background: url("/assets/img/icon-minus.svg") center no-repeat;
}

@media (max-width: 1023.98px) {
  .section-left--sub .accordion__heading.accordion__heading--active:after,
  .section-right--sub .accordion__heading.accordion__heading--active:after {
    background: url("/assets/img/svg/icons/icon-arrow-up.svg") center no-repeat;
  }
}

@media (min-width: 1024px) {
  .section-left--sub .accordion__heading.accordion__heading--active:after,
  .section-right--sub .accordion__heading.accordion__heading--active:after {
    background: none;
  }
}

/**
 * Breadcrumbs
 */
.breadcrumbs {
  align-items: baseline;
  display: flex;
  font-size: 12px;
  list-style-position: inside;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 16;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    padding: 0 60px;
  }
}

@media (max-width: 449.98px) {
  .breadcrumbs {
    flex-wrap: wrap;
  }
}

@media (max-width: 1023.98px) {
  .breadcrumbs {
    font-size: 12px;
    padding: 0 15px;
  }
}

.breadcrumbs > li {
  color: #425563;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.breadcrumbs > li + li:before {
  content: '/';
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  padding: 5px;
}

.breadcrumbs > li a {
  color: #b23427;
  padding: 5px 0;
  text-decoration: none;
}

.breadcrumbs > li a:hover {
  text-decoration: underline;
}

.breadcrumbs > li:last-child {
  padding: 5px 0;
}

.breadcrumbs > li:last-child select {
  border: 0;
  color: #b23427;
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  padding: 0 2px;
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .breadcrumbs > li:last-child select {
    border-bottom: 2px solid #b23427;
    border-radius: 0;
    font-size: 12px;
    padding-right: 20px;
  }
  .breadcrumbs > li:last-child select.location {
    border: 0;
  }
}

.breadcrumbs.collapsed:not(.breadcrumb-dropdown) li:last-child {
  list-style-position: inside;
  padding: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs.collapsed li {
  position: relative;
}

@media (max-width: 600px) {
  .breadcrumbs.collapsed li {
    margin-bottom: 20px;
  }
  .breadcrumbs.collapsed li:nth-last-child(2) {
    display: block;
    padding-left: 20px;
  }
  .breadcrumbs.collapsed li:nth-last-child(2):before {
    color: #b23427;
    content: '<';
    display: inline-block;
    left: 0;
    padding: 0 5px;
    position: absolute;
    top: 5px;
  }
}

@media (max-width: 449.98px) {
  .breadcrumbs.collapsed li:nth-last-child(2) {
    align-items: center;
    display: flex;
  }
}

.breadcrumbs.collapsed a {
  display: inline-block;
}

.hub-landing-hero .breadcrumbs {
  background-color: #fff;
  padding: 20px 0;
}

@media (max-width: 1023.98px) {
  .hub-landing-hero .breadcrumbs {
    margin-bottom: 0;
    margin-top: 40px;
    padding-right: 20px;
  }
}

.breadcrumbs.breadcrumb-dropdown > li.has-dropdown {
  overflow: visible;
}

.breadcrumbs.breadcrumb-dropdown > li.has-dropdown:after {
  display: none;
}

.breadcrumbs.breadcrumb-dropdown .dropdown-control {
  display: inline-block;
}

.breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control .custom-select-rf--label, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf--label, .breadcrumbs.breadcrumb-dropdown .dropdown-control select, .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label {
  color: #b23427;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  padding-bottom: 0;
  padding-right: 30px;
  text-transform: uppercase;
  width: fit-content;
}

.breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control .custom-select-rf--label:before, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf--label:before, .breadcrumbs.breadcrumb-dropdown .dropdown-control select:before, .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before {
  border: solid transparent;
  border-width: 10px;
  bottom: 100%;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border-top-color: #b23427;
}

.breadcrumbs.breadcrumb-dropdown .heading-selector-rf .dropdown-control .custom-select-rf--label:before, .heading-selector-rf .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf--label:before, .breadcrumbs.breadcrumb-dropdown .dropdown-control select:before, .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before {
  border-width: 7px;
  right: 5px;
  top: 2.5px;
}

.breadcrumbs.breadcrumb-dropdown .dropdown-control select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  font-size: 2.9vw;
  line-height: 1;
  outline: none;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 482.75862069px) {
  .breadcrumbs.breadcrumb-dropdown .dropdown-control select {
    font-size: 14px;
  }
}

@media (min-width: 1103.44827586px) {
  .breadcrumbs.breadcrumb-dropdown .dropdown-control select {
    font-size: 32px;
  }
}

@media (max-width: 1023.98px) {
  .breadcrumbs.breadcrumb-dropdown .dropdown-control select {
    font-size: 16px;
  }
}

@media (max-width: 449.98px) {
  .breadcrumbs.breadcrumb-dropdown .dropdown-control select {
    font-size: 12px;
    line-height: 14px;
  }
}

.breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf.is-expanded {
  z-index: 3;
}

.breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf.is-expanded .custom-select-rf--dropdown {
  border: 1px solid #e7eaeb;
}

.breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label {
  font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
  line-height: 18px;
}

.breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--dropdown {
  box-sizing: border-box;
  right: initial;
  top: -16px;
}

.breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option {
  border-bottom: 0;
  border-top: 1px solid #e7eaeb;
  color: #b23427;
  cursor: pointer;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 15px;
  min-width: 180px;
  padding: 15px 7.5px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out;
  user-select: none;
}

.breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option:first-child {
  border-top: 0;
}

.useful-links {
  margin-top: 70px;
  max-width: 510px;
}

@media (max-width: 1023.98px) {
  .useful-links {
    margin-top: 20px;
    max-width: 100%;
  }
}

.useful-links a {
  border-bottom: 1px solid #d0d5d8;
  display: block;
  padding: 10px 30px 10px 0;
  position: relative;
  text-decoration: none;
  transition: ease 0.5s;
}

.useful-links a:after {
  background: url("/assets/img/png/arrow-right.png") top left no-repeat;
  background-size: 50%;
  content: '';
  height: 16px;
  margin-top: -7px;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 18px;
}

.useful-links a:hover p, .useful-links a.accordion-toggle--active p {
  color: #b23427;
}

.useful-links a:hover:after, .useful-links a.accordion-toggle--active:after {
  background: url("/assets/img/png/arrow-right.png") bottom left no-repeat;
  background-size: 50%;
  content: '';
  height: 16px;
  margin-top: -7px;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 18px;
}

.overlay {
  background: #fff;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 110px 70px;
  position: absolute;
  transition: ease 2s, ease height 0s;
  visibility: hidden;
  width: calc(100% - 140px);
  z-index: 200;
}

.overlay.is-active {
  display: block;
  height: calc(100vh - 260px);
  opacity: 1;
  padding: 150px 0;
  visibility: visible;
  width: 100%;
}

@media (min-width: 1024px) {
  .overlay.is-active {
    padding: 130px 70px;
    width: calc(100% - 140px);
  }
}

@media (max-width: 1023.98px) {
  .overlay {
    padding: 0 15px;
    width: calc(100% - 30px);
  }
}

.overlay iframe {
  left: 50%;
  margin-left: -1095px;
  margin-top: -130px;
  opacity: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .overlay iframe {
    transition: ease 5s;
  }
}

.overlay iframe.is-visible {
  border: 0;
  height: 100vh;
  left: 0;
  margin-left: 0;
  margin-top: -150px;
  opacity: 1;
  width: 100%;
}

@media (min-width: 1024px) {
  .overlay iframe.is-visible {
    height: calc(100vh + 230px) !important;
    left: 50%;
    margin-left: -1095px;
    margin-top: -130px;
    overflow-y: scroll !important;
    width: 800px;
  }
}

.overlay .overlay--close {
  display: block;
  height: 230px;
  opacity: 1;
  padding-left: 40px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 50px;
  transform: rotate(-45deg);
  width: 32px;
  z-index: 1;
}

.overlay .overlay--close:before {
  border-top: 2px solid #b23427;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  transform-origin: center;
  width: 32px;
}

.overlay .overlay--close:after {
  border-top: 2px solid #b23427;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: center;
  width: 32px;
}

.vbox-overlay .vbox-container {
  background: transparent;
  height: 100vh;
}

.vbox-overlay .vbox-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.vbox-overlay .video-content {
  background: #fff;
  box-shadow: 10px 10px 10px #ccc;
  margin-top: -4px;
  padding: 10px;
  width: 100%;
}

@media (min-width: 450px) {
  .vbox-overlay .video-content {
    padding: 10px 150px;
  }
}

.vbox-overlay .video-content .heading {
  margin-bottom: 10px;
}

.pagination {
  align-items: center;
  display: none !important;
  height: 100%;
  position: fixed;
  right: 32px;
  top: 0;
}

@media (min-width: 1024px) {
  .pagination {
    display: flex !important;
  }
}

.pagination ul li {
  background-color: #e7eaeb;
  border-radius: 50%;
  height: 11px;
  margin: 32px 0;
  transition: background-color 0.5s ease;
  width: 11px;
}

.pagination ul li.pagination-item--is-active {
  background-color: #b23427;
}

.pagination ul li:first-child {
  margin-top: 0;
}

.pagination ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  .pagination {
    display: none;
  }
}

.featured-section--circle-cta {
  background-color: transparent;
  color: #fff;
  display: block;
  max-width: 380px;
  min-height: 300px;
  min-width: 300px;
  position: relative;
  text-align: center;
  width: 28%;
  z-index: 2;
}

.featured-section--circle-cta:hover {
  transform: scale(1.03) !important;
}

.featured-section--circle-cta .rte-content {
  color: #fff;
  font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0 auto;
  margin-bottom: 19px;
  margin-top: -6px;
  max-width: 237px;
}

@media (max-width: 1023.98px) {
  .featured-section--circle-cta .rte-content {
    display: none;
  }
}

.featured-section--circle-cta.right.is-active {
  right: -50%;
  top: -60vh;
  width: 120vw;
  z-index: 100;
}

.featured-section--circle-cta.right.is-active .circle__content .close {
  opacity: 1;
}

.featured-section--circle-cta.left {
  left: 11%;
}

.featured-section--circle-cta.left.is-active {
  left: -50%;
  top: -60vh;
  width: 120vw;
  z-index: 100;
}

.featured-section--circle-cta.left.is-active .circle__content .close {
  opacity: 1;
}

@media (max-width: 1023.98px) {
  .featured-section--circle-cta {
    margin: 0 auto;
    position: relative;
  }
  .featured-section--circle-cta.right {
    right: 0;
  }
  .featured-section--circle-cta.left {
    left: 0;
  }
}

.featured-section--circle-cta:after {
  background-color: #b23427;
  border-radius: 50%;
  content: '';
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}

.featured-section--circle-cta .circle__inner {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.featured-section--circle-cta .circle__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.featured-section--circle-cta .circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

.featured-section--circle-cta .circle__content .title {
  color: #fff;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 3.07vw;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
  vertical-align: bottom;
  width: 220px;
}

@media (max-width: 1042.34527687px) {
  .featured-section--circle-cta .circle__content .title {
    font-size: 32px;
  }
}

@media (min-width: 1368.0781759px) {
  .featured-section--circle-cta .circle__content .title {
    font-size: 42px;
  }
}

.featured-section--circle-cta .circle__content a {
  border: 1px solid #fff;
  color: #fff;
  min-width: 100px;
}

.featured-section--circle-cta .circle__content a:hover {
  background: #fff;
  color: #b23427;
}

.featured-section--circle-cta .circle__content .close {
  color: #fff;
  font-size: 40px;
  opacity: 0;
  position: absolute;
  right: 30vw;
  top: 60vh;
}

.cta-play {
  align-items: center;
  display: none;
  height: 40px;
  position: absolute;
  top: 50%;
}

.cta-play .cta-play--label {
  bottom: 17px;
  color: #fff;
  cursor: pointer;
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  margin-left: 10px;
  outline: none;
  position: absolute;
  text-decoration: none;
  width: 100px;
}

.cta-play .cta-play--label:hover {
  text-decoration: underline;
}

.cta-play:before {
  border: solid transparent;
  border-width: 120px;
  bottom: 100%;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border-left-color: #b23427;
}

.cta-play:before {
  top: -120px;
}

/**
 * base styles for dropdown
 */
.dropdown-control {
  cursor: default;
  outline: none;
  position: relative;
  user-select: none;
}

.dropdown-control:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.dropdown-control select {
  display: none;
}

.dropdown-control.large .custom-select-rf--dropdown {
  left: 0;
}

@media (min-width: 1024px) {
  .dropdown-control.large .custom-select-rf--dropdown {
    columns: 2;
  }
  .dropdown-control.large .custom-select-rf--dropdown li {
    break-inside: avoid;
  }
}

.dropdown-control .custom-select-rf {
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  position: relative;
}

.dropdown-control .custom-select-rf:hover {
  cursor: pointer;
}

.dropdown-control .custom-select-rf.is-expanded .custom-select-rf--label {
  pointer-events: none;
}

.dropdown-control .custom-select-rf.is-expanded .custom-select-rf--label:before {
  border-bottom-color: #fff !important;
  border-top-color: transparent !important;
  margin-top: -7.5px;
  top: calc(50% + 7.5px);
}

.advanced-delivery-service .dropdown-control .custom-select-rf.is-expanded .custom-select-rf--label:before {
  border-bottom-color: #425563 !important;
}

.dropdown-control .custom-select-rf.is-expanded .custom-select-rf--dropdown {
  max-height: 800px;
  min-height: 80px;
  transition: max-height .25s ease-in;
}

@media (max-width: 449.98px) {
  .dropdown-control .custom-select-rf.is-expanded .custom-select-rf--dropdown {
    overflow: scroll;
  }
}

@media (min-width: 450px) {
  .dropdown-control .custom-select-rf.is-expanded .custom-select-rf--dropdown {
    max-height: none;
  }
}

.dropdown-control .custom-select-rf .custom-select-rf--label {
  padding-bottom: 5px;
  position: relative;
}

.dropdown-control .custom-select-rf .custom-select-rf--dropdown {
  background-color: #fff;
  color: inherit;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  transition: max-height .15s ease-out;
  z-index: 9;
}

.dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option {
  display: block;
  font-size: inherit;
  line-height: inherit;
  list-style: none;
  margin: inherit;
  text-indent: inherit;
}

.dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option.is-selected {
  font-weight: bold;
}

.dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option:hover {
  font-weight: bold;
}

.dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option:before {
  content: none;
}

.region-selector {
  box-sizing: border-box;
  position: relative;
  right: 10px;
  top: 90px;
  width: 100%;
  z-index: 1;
}

.region-selector + .pagination-container {
  color: #fff;
}

@media (min-width: 1024px) {
  nav .region-selector {
    border-bottom: 1px solid #e7eaeb;
    padding: 8px 0;
    right: 0;
    top: 0;
    z-index: 511;
  }
  nav .region-selector .region-selector__inner {
    padding: 0;
  }
  nav .region-selector .region-selector__dropdown {
    margin: 0;
  }
  nav .region-selector .region-selector__global-site {
    border-right: 1px solid #e7eaeb;
    margin-right: 15px;
    padding-right: 15px;
  }
  nav .region-selector .custom-select-rf--label {
    border-bottom: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .region-selector {
    top: 15px;
  }
}

@media (max-width: 1022px) {
  .region-selector {
    padding: 0 20px;
  }
}

.region-selector .region-selector__inner {
  margin: 0 auto;
  max-width: 1366px;
  text-align: center;
}

@media (min-width: 1024px) {
  .region-selector .region-selector__inner {
    padding-right: 100px;
    padding-top: 20px;
    text-align: right;
  }
}

.region-selector .region-selector__language {
  display: inline-block;
}

.region-selector .region-selector__language .custom-select-rf {
  font-size: 18px;
}

.region-selector .region-selector__language p {
  display: inline-block;
}

.region-selector .region-selector__language .dropdown-control {
  display: inline-block;
}

.region-selector .region-selector__global-site {
  display: inline-block;
  margin-right: 20px;
}

[class*='global-site'] a {
  background: url("/assets/img/svg/icons/icon-globe.svg") left center no-repeat;
  border: 0;
  color: #b23427;
  font-size: 18px;
  padding-left: 30px;
  text-decoration: none;
}

[class*='global-site'] a:hover, [class*='global-site'] a:focus {
  text-decoration: underline;
}

.region-selector__dropdown {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .region-selector__dropdown {
    margin-top: 20px;
  }
}

.region-selector__dropdown .custom-select-rf--option span {
  font-size: 18px;
}

.region-selector__dropdown .featured-section .dropdown-control.custom-select-rf--featured-section select, .featured-section .region-selector__dropdown .dropdown-control.custom-select-rf--featured-section select, .region-selector__dropdown .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label, .featured-section .region-selector__dropdown .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label, .region-selector__dropdown .heading-selector-rf .dropdown-control .custom-select-rf--label, .heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf--label, .region-selector__dropdown .language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label, .language-selector.heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label, .region-selector__dropdown .breadcrumbs.breadcrumb-dropdown .dropdown-control select, .breadcrumbs.breadcrumb-dropdown .region-selector__dropdown .dropdown-control select, .region-selector__dropdown .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label, .breadcrumbs.breadcrumb-dropdown .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label, .region-selector__dropdown .dropdown-control select, .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label {
  color: #b23427;
  font-family: "Garamond-Regular", Georgia, serif;
  line-height: normal;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  width: fit-content;
}

.region-selector__dropdown .featured-section .dropdown-control.custom-select-rf--featured-section select:before, .featured-section .region-selector__dropdown .dropdown-control.custom-select-rf--featured-section select:before, .region-selector__dropdown .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .featured-section .region-selector__dropdown .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .region-selector__dropdown .heading-selector-rf .dropdown-control .custom-select-rf--label:before, .heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf--label:before, .region-selector__dropdown .language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before, .language-selector.heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .region-selector__dropdown .breadcrumbs.breadcrumb-dropdown .dropdown-control select:before, .breadcrumbs.breadcrumb-dropdown .region-selector__dropdown .dropdown-control select:before, .region-selector__dropdown .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .breadcrumbs.breadcrumb-dropdown .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .region-selector__dropdown .dropdown-control select:before, .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before {
  border: solid transparent;
  border-width: 12px;
  bottom: 100%;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border-top-color: #b23427;
}

.region-selector__dropdown .featured-section .dropdown-control.custom-select-rf--featured-section select:before, .featured-section .region-selector__dropdown .dropdown-control.custom-select-rf--featured-section select:before, .region-selector__dropdown .featured-section .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .featured-section .region-selector__dropdown .dropdown-control.custom-select-rf--featured-section .custom-select-rf .custom-select-rf--label:before, .region-selector__dropdown .heading-selector-rf .dropdown-control .custom-select-rf--label:before, .heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf--label:before, .region-selector__dropdown .language-selector.heading-selector-rf .dropdown-control .custom-select-rf .custom-select-rf--label:before, .language-selector.heading-selector-rf .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .region-selector__dropdown .breadcrumbs.breadcrumb-dropdown .dropdown-control select:before, .breadcrumbs.breadcrumb-dropdown .region-selector__dropdown .dropdown-control select:before, .region-selector__dropdown .breadcrumbs.breadcrumb-dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .breadcrumbs.breadcrumb-dropdown .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before, .region-selector__dropdown .dropdown-control select:before, .region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label:before {
  border-width: 7px;
  right: 7.5px;
  top: 7.5px;
}

.region-selector__dropdown .dropdown-control select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  font-size: 2.9vw;
  line-height: 1;
  outline: none;
  width: 100%;
}

@media (max-width: 482.75862069px) {
  .region-selector__dropdown .dropdown-control select {
    font-size: 14px;
  }
}

@media (min-width: 1103.44827586px) {
  .region-selector__dropdown .dropdown-control select {
    font-size: 32px;
  }
}

@media (max-width: 1023.98px) {
  .region-selector__dropdown .dropdown-control select {
    font-size: 16px;
    margin-top: 1px;
  }
}

@media (max-width: 449.98px) {
  .region-selector__dropdown .dropdown-control select {
    font-size: 14px;
    line-height: 14px;
    margin-top: 3px;
  }
}

.region-selector__dropdown .dropdown-control .custom-select-rf.is-expanded .custom-select-rf--dropdown {
  border: 1px solid #e7eaeb;
}

.region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--label {
  border-bottom: 2px solid #b23427;
  margin-top: -2px;
}

.region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--dropdown {
  box-sizing: border-box;
}

.region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option {
  border-bottom: 1px solid #e7eaeb;
  border-top: 0;
  color: #b23427;
  cursor: pointer;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 14px;
  margin: 0 18px;
  padding: 18px 9px;
  text-align: left;
  transition: background-color .2s ease-out;
  user-select: none;
}

.region-selector__dropdown .dropdown-control .custom-select-rf .custom-select-rf--dropdown .custom-select-rf--option:last-child {
  border-bottom: 0;
}

@media (max-width: 1023.98px) {
  .region-selector__dropdown .dropdown-control:before {
    border: solid transparent;
    border-width: 12px;
    bottom: 100%;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border-top-color: #b23427;
  }
  .region-selector__dropdown .dropdown-control:before {
    border-width: 7px;
    bottom: 0;
    display: none;
    margin: auto;
    right: 5px;
    top: 0;
    z-index: 1;
  }
}

.region-selector__dropdown > li {
  float: left;
  padding-right: 5px;
}

.region-selector__dropdown > li.label {
  color: #425563;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
}

.region-selector__dropdown > li:last-child select {
  border: 0;
  color: #b23427;
  font-family: "Garamond-Regular", Georgia, serif;
  font-size: 18px;
  font-weight: normal;
  outline: none;
  padding: 0 2px;
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .region-selector__dropdown > li:last-child select {
    border-bottom: 2px solid #b23427;
    border-radius: 0;
    padding-bottom: 4px;
    padding-right: 30px;
  }
  .region-selector__dropdown > li:last-child select.location {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .search-container {
    padding-bottom: 20px;
  }
}

.search-container .search-controls {
  margin-bottom: 45px;
  position: relative;
}

@media (min-width: 768px) {
  .search-container .search-controls {
    margin-bottom: 55px;
  }
}

@media (min-width: 1024px) {
  .search-container .search-controls {
    margin-bottom: 80px;
  }
}

.search-form {
  margin: 20px 0 0;
  position: relative;
}

.search-form.people-list__search-form button {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}

.search-form .search-input {
  border: 0;
  border-bottom: 2px solid #b23427;
  border-radius: 0;
  color: #b23427;
  display: block;
  font-size: 28px;
  outline: none;
  width: 100%;
}

.search-form .search-input::-ms-clear {
  display: none;
}

@media (min-width: 450px) {
  .search-form .search-input {
    font-size: 37px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .search-form .search-input {
    font-size: 48px;
    height: 85px;
    line-height: 100%;
    width: 100%;
  }
}

.search-form [type='submit'] {
  background: url("/assets/img/png/icon-search-with-hover.png") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  border: 0;
  bottom: 0;
  display: block;
  height: 45px;
  margin: auto;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

.search-form [type='submit']:focus, .search-form [type='submit']:hover {
  background-position: 0 100%;
  outline: -webkit-focus-ring-color auto 5px;
}

@media (max-width: 1023.98px) {
  .search-form [type='submit'] {
    height: 30px;
    width: 30px;
  }
}

.search-results--content {
  margin-bottom: 20px;
}

.search-results--content-header {
  margin-bottom: 20px;
}

.search-results--people-header {
  margin-bottom: 20px;
}

/**
 * Search suggestions
 */
.search-suggestion-container {
  background-color: #fff;
  border: 0;
  box-shadow: 0 2px 13px -4px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  margin: 0;
  opacity: 0;
  padding: 20px 25px;
  position: absolute;
  top: 100%;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 20;
}

@media (min-width: 450px) {
  .search-suggestion-container {
    padding: 35px 50px;
  }
}

@media (min-width: 1024px) {
  .search-suggestion-container {
    padding: 42px 63px;
  }
}

.search-suggestion--is-active .search-suggestion-container {
  opacity: 1;
  visibility: visible;
}

.search-suggestion-container .search-suggestions:first-child {
  margin-bottom: 40px;
}

.search-suggestion-container .underline {
  border-color: #d0d5d8;
  border-style: solid;
  border-width: 3px 0 0;
}

.search-suggestion-container .list-suggestion {
  font-family: "HelveticaNeue-Roman", Arial, Helvetica, sans-serif;
}

.search-suggestion-container .suggestion {
  border-bottom: 1px solid #d0d5d8;
  color: #425563;
  display: block;
  padding: 10px 10px 10px 0;
}

.search-suggestion-container .cta-level-three {
  margin: 20px 0 0;
}

body.experience-editor .quote-spotlight .scWebEditInput,
body.experience-editor .m01-container .scWebEditInput {
  display: inline;
}

body.experience-editor pre.f-title {
  color: #fff;
  display: block;
  font-family: Arial;
  font-size: 2vw;
  line-height: 2.5vw;
}

body.experience-editor h2.f-title {
  display: none;
}

body.experience-editor .info-message,
body.experience-editor .success-message,
body.experience-editor .warning-message,
body.experience-editor .error-message,
body.experience-editor .validation-message {
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 10px 0;
  padding: 15px 10px 15px 50px;
}

body.experience-editor .info-message {
  background-color: #dbe5f8;
  color: #00529b;
}

body.experience-editor .success-message {
  background-color: #dff2bf;
  color: #4f8a10;
}

body.experience-editor .warning-message {
  background-color: #feefb3;
  color: #9f6000;
}

body.experience-editor .error-message {
  background-color: #ffbaba;
  color: #d8000c;
}

body.experience-editor .validation-message {
  background-color: #ffccba;
  color: #d63301;
}

body.experience-editor .text-image-carousel-wrapper .left-col .owl-item div {
  min-width: 660px;
}

.experience-editor nav,
.experience-editor-preview nav {
  top: 139px;
}

/*# sourceMappingURL=styles.css.map */