@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.grid {
  max-width: 75.75em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .grid:after {
    content: " ";
    display: block;
    clear: both; }

.grid__force-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0; }

.grid__whole,
.grid__full {
  width: 100%;
  float: left;
  padding-left: 16px;
  padding-right: 16px; }

.grid__quarter {
  width: 25%;
  float: left;
  padding-left: 16px;
  padding-right: 16px; }

.grid__third {
  width: 33.33333%;
  float: left;
  padding-left: 16px;
  padding-right: 16px; }

.grid__half {
  width: 50%;
  float: left;
  padding-left: 16px;
  padding-right: 16px; }

.grid__two-thirds {
  width: 66.66667%;
  float: left;
  padding-left: 16px;
  padding-right: 16px; }

.grid__three-quarters {
  width: 75%;
  float: left;
  padding-left: 16px;
  padding-right: 16px; }

@media (min-width: 35em) {
  .grid__whole--on-medium {
    width: 100%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__quarter--on-medium {
    width: 25%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__third--on-medium {
    width: 33.33333%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__half--on-medium {
    width: 50%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__two-thirds--on-medium {
    width: 66.66667%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__three-quarters--on-medium {
    width: 75%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__force-bottom-right--on-medium {
    position: absolute;
    bottom: 0;
    right: 0; } }

@media (min-width: 52em) {
  .grid__quarter--on-large {
    width: 25%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__third--on-large {
    width: 33.33333%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__half--on-large {
    width: 50%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__two-thirds--on-large {
    width: 66.66667%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__three-quarters--on-large {
    width: 75%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__force-bottom-right--on-large {
    position: absolute;
    bottom: 0;
    right: 0; } }

@media (min-width: 62em) {
  .grid__quarter--on-x-large {
    width: 25%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__third--on-x-large {
    width: 33.33333%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__half--on-x-large {
    width: 50%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__two-thirds--on-x-large {
    width: 66.66667%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__three-quarters--on-x-large {
    width: 75%;
    float: left;
    padding-left: 16px;
    padding-right: 16px; }
  .grid__force-bottom-right--on-x-large {
    position: absolute;
    bottom: 0;
    right: 0; } }

.grid__clearleft {
  clear: left; }

.grid-gallery {
  max-width: 75.75em;
  margin-left: auto;
  margin-right: auto; }
  .grid-gallery:after {
    content: " ";
    display: block;
    clear: both; }

.flexbox.flexboxlegacy {
  /****Becky Add****/ }
  .flexbox.flexboxlegacy .grid-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .flexbox.flexboxlegacy .grid-gallery__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 1em;
    padding-left: 16px;
    padding-right: 16px; }
  .flexbox.flexboxlegacy .grid-gallery__item-1x2x4 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    min-width: 0; }
    @media (min-width: 25em) {
      .flexbox.flexboxlegacy .grid-gallery__item-1x2x4 {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 52em) {
      .flexbox.flexboxlegacy .grid-gallery__item-1x2x4 {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%; } }
  .flexbox.flexboxlegacy .grid-gallery__item-1x2x2x4 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
    @media (min-width: 25em) {
      .flexbox.flexboxlegacy .grid-gallery__item-1x2x2x4 {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 62em) {
      .flexbox.flexboxlegacy .grid-gallery__item-1x2x2x4 {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%; } }
  .flexbox.flexboxlegacy .grid-gallery__item-2x3x6 {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%; }
    @media (min-width: 35em) {
      .flexbox.flexboxlegacy .grid-gallery__item-2x3x6 {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%; } }
    @media (min-width: 52em) {
      .flexbox.flexboxlegacy .grid-gallery__item-2x3x6 {
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%; } }
  .flexbox.flexboxlegacy .grid-gallery__item-2x4 {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%; }
    @media (min-width: 52em) {
      .flexbox.flexboxlegacy .grid-gallery__item-2x4 {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }
  .flexbox.flexboxlegacy .grid-gallery__item-1x2x3 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
    @media (min-width: 35em) {
      .flexbox.flexboxlegacy .grid-gallery__item-1x2x3 {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (min-width: 52em) {
      .flexbox.flexboxlegacy .grid-gallery__item-1x2x3 {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
        max-width: 33.33333%; } }

/* No flex fallback */
.no-flexbox .grid-gallery__item-2x4,
.no-flexboxlegacy .grid-gallery__item-2x4 {
  width: 50%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1em; }
  .no-flexbox .grid-gallery__item-2x4:nth-child(2n + 1),
  .no-flexboxlegacy .grid-gallery__item-2x4:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both; }
  .no-flexbox .grid-gallery__item-2x4:nth-child(2n + 2),
  .no-flexboxlegacy .grid-gallery__item-2x4:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 52em) {
    .no-flexbox .grid-gallery__item-2x4,
    .no-flexboxlegacy .grid-gallery__item-2x4 {
      width: 25%;
      float: left;
      padding-left: 16px;
      padding-right: 16px; }
      .no-flexbox .grid-gallery__item-2x4:nth-child(4n + 1),
      .no-flexboxlegacy .grid-gallery__item-2x4:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .no-flexbox .grid-gallery__item-2x4:nth-child(4n + 2),
      .no-flexboxlegacy .grid-gallery__item-2x4:nth-child(4n + 2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-2x4:nth-child(4n + 3),
      .no-flexboxlegacy .grid-gallery__item-2x4:nth-child(4n + 3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-2x4:nth-child(4n + 4),
      .no-flexboxlegacy .grid-gallery__item-2x4:nth-child(4n + 4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; } }

.no-flexbox .grid-gallery__item-1x2x4,
.no-flexboxlegacy .grid-gallery__item-1x2x4 {
  width: 100%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1em; }
  .no-flexbox .grid-gallery__item-1x2x4:nth-child(1n + 1),
  .no-flexboxlegacy .grid-gallery__item-1x2x4:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 35em) {
    .no-flexbox .grid-gallery__item-1x2x4,
    .no-flexboxlegacy .grid-gallery__item-1x2x4 {
      width: 50%;
      float: left;
      padding-left: 16px;
      padding-right: 16px; }
      .no-flexbox .grid-gallery__item-1x2x4:nth-child(2n + 1),
      .no-flexboxlegacy .grid-gallery__item-1x2x4:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .no-flexbox .grid-gallery__item-1x2x4:nth-child(2n + 2),
      .no-flexboxlegacy .grid-gallery__item-1x2x4:nth-child(2n + 2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 52em) {
    .no-flexbox .grid-gallery__item-1x2x4,
    .no-flexboxlegacy .grid-gallery__item-1x2x4 {
      width: 25%;
      float: left;
      padding-left: 16px;
      padding-right: 16px; }
      .no-flexbox .grid-gallery__item-1x2x4:nth-child(4n + 1),
      .no-flexboxlegacy .grid-gallery__item-1x2x4:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .no-flexbox .grid-gallery__item-1x2x4:nth-child(4n + 2),
      .no-flexboxlegacy .grid-gallery__item-1x2x4:nth-child(4n + 2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-1x2x4:nth-child(4n + 3),
      .no-flexboxlegacy .grid-gallery__item-1x2x4:nth-child(4n + 3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-1x2x4:nth-child(4n + 4),
      .no-flexboxlegacy .grid-gallery__item-1x2x4:nth-child(4n + 4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; } }

.no-flexbox .grid-gallery__item-1x2x2x4,
.no-flexboxlegacy .grid-gallery__item-1x2x2x4 {
  width: 100%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1em; }
  .no-flexbox .grid-gallery__item-1x2x2x4:nth-child(1n + 1),
  .no-flexboxlegacy .grid-gallery__item-1x2x2x4:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 35em) {
    .no-flexbox .grid-gallery__item-1x2x2x4,
    .no-flexboxlegacy .grid-gallery__item-1x2x2x4 {
      width: 50%;
      float: left;
      padding-left: 16px;
      padding-right: 16px; }
      .no-flexbox .grid-gallery__item-1x2x2x4:nth-child(2n + 1),
      .no-flexboxlegacy .grid-gallery__item-1x2x2x4:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .no-flexbox .grid-gallery__item-1x2x2x4:nth-child(2n + 2),
      .no-flexboxlegacy .grid-gallery__item-1x2x2x4:nth-child(2n + 2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 62em) {
    .no-flexbox .grid-gallery__item-1x2x2x4,
    .no-flexboxlegacy .grid-gallery__item-1x2x2x4 {
      width: 25%;
      float: left;
      padding-left: 16px;
      padding-right: 16px; }
      .no-flexbox .grid-gallery__item-1x2x2x4:nth-child(4n + 1),
      .no-flexboxlegacy .grid-gallery__item-1x2x2x4:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .no-flexbox .grid-gallery__item-1x2x2x4:nth-child(4n + 2),
      .no-flexboxlegacy .grid-gallery__item-1x2x2x4:nth-child(4n + 2) {
        margin-left: 25%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-1x2x2x4:nth-child(4n + 3),
      .no-flexboxlegacy .grid-gallery__item-1x2x2x4:nth-child(4n + 3) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-1x2x2x4:nth-child(4n + 4),
      .no-flexboxlegacy .grid-gallery__item-1x2x2x4:nth-child(4n + 4) {
        margin-left: 75%;
        margin-right: -100%;
        clear: none; } }

.no-flexbox .grid-gallery__item-2x3x6,
.no-flexboxlegacy .grid-gallery__item-2x3x6 {
  width: 50%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 1em; }
  .no-flexbox .grid-gallery__item-2x3x6:nth-child(2n + 1),
  .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both; }
  .no-flexbox .grid-gallery__item-2x3x6:nth-child(2n + 2),
  .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 35em) {
    .no-flexbox .grid-gallery__item-2x3x6,
    .no-flexboxlegacy .grid-gallery__item-2x3x6 {
      width: 33.33333%;
      float: left;
      padding-left: 16px;
      padding-right: 16px; }
      .no-flexbox .grid-gallery__item-2x3x6:nth-child(3n + 1),
      .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .no-flexbox .grid-gallery__item-2x3x6:nth-child(3n + 2),
      .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(3n + 2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-2x3x6:nth-child(3n + 3),
      .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(3n + 3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 52em) {
    .no-flexbox .grid-gallery__item-2x3x6,
    .no-flexboxlegacy .grid-gallery__item-2x3x6 {
      width: 16.66667%;
      float: left;
      padding-left: 16px;
      padding-right: 16px; }
      .no-flexbox .grid-gallery__item-2x3x6:nth-child(6n + 1),
      .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(6n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .no-flexbox .grid-gallery__item-2x3x6:nth-child(6n + 2),
      .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(6n + 2) {
        margin-left: 16.66667%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-2x3x6:nth-child(6n + 3),
      .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(6n + 3) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-2x3x6:nth-child(6n + 4),
      .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(6n + 4) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-2x3x6:nth-child(6n + 5),
      .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(6n + 5) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-2x3x6:nth-child(6n + 6),
      .no-flexboxlegacy .grid-gallery__item-2x3x6:nth-child(6n + 6) {
        margin-left: 83.33333%;
        margin-right: -100%;
        clear: none; } }

.no-flexbox .grid-gallery__item-1x2x3,
.no-flexboxlegacy .grid-gallery__item-1x2x3 {
  width: 100%;
  float: left;
  padding-left: 16px;
  padding-right: 16px; }
  .no-flexbox .grid-gallery__item-1x2x3:nth-child(1n + 1),
  .no-flexboxlegacy .grid-gallery__item-1x2x3:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 35em) {
    .no-flexbox .grid-gallery__item-1x2x3,
    .no-flexboxlegacy .grid-gallery__item-1x2x3 {
      width: 50%;
      float: left;
      padding-left: 16px;
      padding-right: 16px; }
      .no-flexbox .grid-gallery__item-1x2x3:nth-child(2n + 1),
      .no-flexboxlegacy .grid-gallery__item-1x2x3:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .no-flexbox .grid-gallery__item-1x2x3:nth-child(2n + 2),
      .no-flexboxlegacy .grid-gallery__item-1x2x3:nth-child(2n + 2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 52em) {
    .no-flexbox .grid-gallery__item-1x2x3,
    .no-flexboxlegacy .grid-gallery__item-1x2x3 {
      width: 33.33333%;
      float: left;
      padding-left: 16px;
      padding-right: 16px;
      max-width: 33.33333%; }
      .no-flexbox .grid-gallery__item-1x2x3:nth-child(3n + 1),
      .no-flexboxlegacy .grid-gallery__item-1x2x3:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .no-flexbox .grid-gallery__item-1x2x3:nth-child(3n + 2),
      .no-flexboxlegacy .grid-gallery__item-1x2x3:nth-child(3n + 2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .no-flexbox .grid-gallery__item-1x2x3:nth-child(3n + 3),
      .no-flexboxlegacy .grid-gallery__item-1x2x3:nth-child(3n + 3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; } }

.grid-gallery__headline {
  font-size: .875em;
  line-height: 1.33;
  margin: 0; }
  @media (min-width: 62em) {
    .grid-gallery__headline {
      font-size: 1.25em; } }

.grid-gallery__headline--no-sub {
  margin-top: 1.33em; }

body,
.font-regular {
  font-family: Calibri, 'Calibri W01 Regular_904604', Arial, sans-serif;
  font-weight: normal; }

b,
strong,
legend,
th,
h3,
h4,
h5,
h6,
.font-strong {
  font-family: 'Calibri W01 Bold_904607';
  font-weight: normal; }

h1,
h2,
.font-headline,
.blockquote__text {
  font-weight: normal;
  font-family: 'Museo W01_700', Arial, sans-serif; }

.content blockquote p:first-of-type:before,
.content blockquote p:nth-last-of-type(2):after, .panel-white-clouds blockquote p:first-of-type:before,
.panel-white-clouds blockquote p:nth-last-of-type(2):after, .blockquote__text:before, .blockquote__text:after,
.stylistic-quote-font {
  font-family: Arial, sans-serif; }

h1,
h2,
.color-red {
  color: #ed1c29; }

h3,
h4,
h5,
h6,
.color-grey-dark {
  color: #414142; }

.color-white {
  color: #fff; }

.omega {
  font-size: 2.5em; }

h1,
.alpha {
  font-size: 1.875em; }

h2,
.beta,
.news__author h3 {
  font-size: 1.75em; }

.beta-gamma {
  font-size: 1.4375em; }

h3,
.gamma {
  font-size: 1.25em; }

h4,
.delta,
.slope-grid p {
  font-size: 1.125em; }

h5,
.epsilon {
  font-size: 1em; }

h6,
.zeta {
  font-size: .875em; }

.iota {
  font-size: .75em; }

.alpha--on-med {
  font-size: 1.875em; }

.beta--on-med {
  font-size: 1.75em; }

.beta-gamma--on-med {
  font-size: 1.4375em; }

.gamma--on-med {
  font-size: 1.25em; }

.delta--on-med {
  font-size: 1.125em; }

.epsilon--on-med {
  font-size: 1em; }

.zeta--on-med {
  font-size: .875em; }

.iota--on-med {
  font-size: .75em; }

.omega--on-large {
  font-size: 2.5em; }

.alpha--on-large {
  font-size: 1.875em; }

.beta--on-large {
  font-size: 1.75em; }

.beta-gamma--on-large {
  font-size: 1.4375em; }

.gamma--on-large {
  font-size: 1.25em; }

.delta--on-large {
  font-size: 1.125em; }

.epsilon--on-large {
  font-size: 1em; }

.zeta--on-large {
  font-size: .875em; }

.iota--on-large {
  font-size: .75em; }

.omega--on-x-large {
  font-size: 2.5em; }

.alpha--on-x-large {
  font-size: 1.875em; }

.beta--on-x-large {
  font-size: 1.75em; }

.beta-gamma--on-x-large {
  font-size: 1.4375em; }

.gamma--on-x-large {
  font-size: 1.25em; }

.delta--on-x-large {
  font-size: 1.125em; }

.epsilon--on-x-large {
  font-size: 1em; }

.zeta--on-x-large {
  font-size: .875em; }

.iota--on-x-large {
  font-size: .75em; }

a {
  color: #ed1c29; }

.block-link {
  display: block;
  text-decoration: none; }

.measure {
  max-width: 40em; }

.measure--narrow {
  max-width: 28em; }

img {
  max-width: 100%; }

.image {
  display: block; }

aside .award {
  max-width: 60%;
  margin: 0 auto;
  display: block; }

.separator--red {
  position: relative;
  margin-bottom: 4px; }

.separator--red::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 4px;
  background: #ed1c29; }

.separator--red img {
  display: block;
  width: 100%; }

.video {
  position: relative;
  width: 100%; }

.video__caption {
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  text-align: right;
  padding-right: 16px;
  padding-top: 45%;
  pointer-events: none;
  background: url("../img/video-gradient-overlay.png") repeat-x;
  background-size: auto 100%; }

.video__caption {
  padding-right: inherit;
  padding-top: 38%;
  padding-left: 32px;
  text-align: left; }

.video__text {
  margin: 0;
  color: #fff; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.icon-twitter {
  width: 0.9285703301429749em; }

.icon-facebook {
  width: 0.5881709158420563em; }

.icon-google-plus {
  width: 1.285714939236641em; }

.icon-linkedin {
  width: 0.8571425303816795em; }

.icon-youtube {
  width: 1.0000000302679837em; }

.nav-main,
.nav-main__sub {
  list-style-type: none;
  padding: 0;
  font-size: 1em; }

.nav-main__link {
  line-height: 1;
  padding: 1em 1.25em;
  display: block;
  border-bottom: 2px solid #cccccc;
  background: #fff;
  text-decoration: none;
  z-index: 1;
  position: relative; }

.nav-main__link, .nav-main__link:visited {
  color: #414142; }

.nav-main__link:hover, .nav-main__link:focus {
  color: #ed1c29; }

.nav-main__link--active {
  font-family: 'Calibri W01 Bold_904607';
  font-weight: normal; }

.nav-main__sub__link {
  background-color: #ebeae6;
  border-left: 5px solid #ed1c29;
  position: relative; }

.nav-main__sub__link.nav-main__link--active {
  color: #ed1c29; }

.nav-main__link--subnav-toggle {
  font-family: Calibri, 'Calibri W01 Regular_904604', Arial, sans-serif;
  font-weight: normal;
  position: relative; }

.nav-main__link--subnav-toggle:after {
  content: "";
  background: url("../img/chevron-grey.svg") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  right: 1.25em;
  position: absolute;
  z-index: 0;
  -ms-transform: none;
  transform: none; }

.nav-main__link--subnav-toggle:hover:after, .nav-main__link--subnav-toggle:focus:after {
  background-image: url("../img/chevron-red.svg"); }

.nav-main__link--inverse {
  background-color: #202020; }

.nav-main__link--inverse, .nav-main__link--inverse:visited {
  color: #fff; }

.nav-main__link--inverse:hover, .nav-main__link--inverse:focus {
  color: #ed1c29; }

.nav-main__link--larger {
  padding-top: 1.375em;
  padding-bottom: 1.375em; }

.js-nav-active .nav-main__sub {
  display: none; }

.js-subnav-active + .nav-main__sub {
  display: block; }

.nav-main-toggle {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 10002;
  width: 3.75em;
  height: 3.75em;
  border: none;
  background-color: #fff;
  background-image: url("../img/menu-icon.png");
  background-size: 1.875em 1.25em;
  background-repeat: no-repeat;
  background-position: 50%;
  will-change: transform;
  transition: transform 150ms; }

.nav-main-toggle:focus {
  outline: 2px solid #ed1c29; }

.nav-main-container {
  float: right; }

.nav-main {
  margin: 0; }

.nav-main__item {
  display: inline-block;
  position: relative; }

.nav-main__item:nth-child(n+1):nth-child(-n+5) .nav-main__link:not(.nav-main__sub__link) {
  border-right: 1px solid #f0f2f1; }

.nav-main__link {
  border-bottom-color: transparent;
  padding: 2.625em 1em;
  position: relative; }

.nav-main__link:hover, .nav-main__link:focus {
  font-family: 'Calibri W01 Bold_904607';
  font-weight: normal;
  color: inherit; }

.nav-main__link[title]:before {
  font-family: 'Calibri W01 Bold_904607';
  font-weight: normal;
  display: block;
  content: attr(title);
  height: 1px;
  margin-top: -1px;
  overflow: hidden; }

.nav-main__item--active .nav-main__link {
  position: relative;
  font-family: 'Calibri W01 Bold_904607';
  font-weight: normal; }

.nav-main__item--active .nav-main__link:after {
  position: absolute;
  content: "";
  left: 40%;
  right: 40%;
  top: 66%;
  border-bottom: 0.125em solid #ed1c29; }

.nav-main__link--subnav-toggle {
  width: 100%;
  position: relative; }

.nav-main__link--subnav-toggle:after, .nav-main__link--subnav-toggle:hover:after, .nav-main__link--subnav-toggle:focus:after {
  border-bottom-color: transparent;
  position: absolute;
  bottom: 1.25em;
  left: calc(50% - 5px);
  width: 10px; }

.nav-main__link--subnav-toggle:hover + .nav-main__sub {
  display: block; }

.nav-main__sub {
  display: none;
  position: absolute;
  width: 100vw;
  right: 0; }

.nav-main__sub:hover, .nav-main__sub:focus {
  display: block; }

.nav-main__sub:before {
  content: "";
  background-color: #ebeae6;
  position: absolute;
  top: 0;
  left: 0;
  right: -100vw;
  bottom: 0;
  z-index: 1000; }

.nav-main__sub__item {
  float: right;
  z-index: 1001;
  position: relative; }

.nav-main__sub__item.nav-main__item--active a {
  font-family: 'Calibri W01 Bold_904607';
  font-weight: normal; }

.nav-main__sub__item.nav-main__item--active a:after {
  display: none; }

.nav-main__sub__link {
  font-size: .875em;
  padding: 1.142em;
  background-color: none;
  border: none;
  /*&.nav-main__link--active {
      @include font-strong;

      &:after {
        display: none;
      }
    }*/ }

.nav-main__sub__link:hover:after {
  display: none; }

.nav-top {
  display: block;
  width: 100%;
  background-color: #282828;
  position: absolute;
  top: 0; }

.nav-top__item {
  font-size: .875em;
  display: inline-block;
  padding: 1.14em 1.71em 1.14em 0;
  text-decoration: none;
  float: left; }

.nav-top__item, .nav-top__item:visited {
  color: #fff; }

.nav-top__item:hover {
  text-decoration: underline; }

.nav-top__item:last-of-type {
  float: right;
  background-color: #202020;
  padding: 1.14em 4.285714286em; }

.site-header {
  min-height: 3.75em;
  clear: both;
  position: relative;
  z-index: 100020; }

.site-header:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 0; }

.site-header {
  padding-bottom: 3em;
  padding-top: 3.05em;
  margin: 0 0 -2.875em;
  overflow-x: hidden; }

.site-header:after {
  bottom: 3em; }

.main-logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 9.375em;
  padding-top: 1em; }

.main-logo {
  float: left;
  padding: 2.125em 0 1.75em; }

.nav-main__container {
  float: right; }

.main-logo {
  max-width: 15.625em;
  padding: 1.5em 0 1em; }

.site-header {
  position: fixed;
  width: 100%; }

.site-header .nav-top {
  z-index: 3; }

.site-header .header__container {
  min-height: 60px;
  background: #fff;
  z-index: 1; }

.site-header .header__container h1 {
  margin: 0;
  font-size: 1em; }

.site-header .header__container h1 span {
  text-indent: -100%;
  overflow: hidden;
  display: block;
  width: 0;
  height: 0; }

.spacer {
  padding-top: 3.7em; }

.cookie-law {
  position: fixed;
  width: 100%;
  z-index: 4; }

.cookie-law + .site-header {
  margin-top: 162px; }

.site-header .header__container {
  min-height: 104px; }

.spacer {
  padding-top: 9.5em; }

.cookie-law + .site-header {
  margin-top: 102px; }

.site-footer {
  background-color: #282828;
  padding: 1.5em 1.5em 5em; }

.footer-social {
  width: 100%;
  max-width: 20em;
  margin: 0 auto;
  text-align: center; }

.footer-social__link {
  display: inline-block;
  height: 2.5em;
  width: auto;
  margin: 0 0.5%; }

.footer-social__link {
  margin: 0 1%; }

.footer-social__icon {
  height: 2.5em;
  display: inline-block;
  width: 100%;
  color: #a9a9ae; }

.footer-social__icon:hover, .footer-social__icon:focus {
  color: #fff; }

.footer-social__icon-linkedin {
  width: 35px; }

.footer-social__icon-facebook {
  width: 24px; }

.footer-social__icon-twitter {
  width: 38px; }

.footer-social__icon-google-plus {
  width: 52px; }

.footer-social__icon-youtube {
  width: 40px; }

.site-footer__tos {
  margin: 1.5em 0;
  display: table;
  width: 100%; }

.site-footer__tos a {
  display: table-cell;
  color: #ebeae6;
  text-decoration: none;
  text-align: center; }

.site-footer__tos a:hover, .site-footer__tos a:focus {
  outline: none;
  text-decoration: underline; }

.site-footer__legal,
.site-footer__legal a {
  color: #a9a9ae;
  text-align: center; }

.site-footer__legal p {
  margin: 0; }

.site-footer__legal a {
  text-decoration: none; }

.site-footer__legal a:hover, .site-footer__legal a:focus {
  outline: none;
  text-decoration: underline; }

.site-footer {
  display: table;
  width: 100%; }

.footer-social {
  float: right;
  margin-top: .75em;
  max-width: 15em; }

.footer-social__link,
.footer-social__icon {
  height: 2em; }

.site-footer__links {
  float: left;
  min-width: 55%; }

.site-footer__tos {
  display: block;
  margin: 0 0 1em; }

.site-footer__tos a {
  display: inline-block;
  margin-right: 1.5em; }

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

.site-footer__legal p {
  display: inline; }

.content blockquote {
  font-weight: normal;
  font-family: 'Museo W01_700', Arial, sans-serif;
  position: relative;
  margin: .25em 0;
  font-size: 1.1875em;
  margin-bottom: .25em; }

.content blockquote {
  font-size: 1.75em; }

.content blockquote p:first-of-type:before,
.content blockquote p:nth-last-of-type(2):after {
  font-size: 1.25em;
  line-height: .5; }

.content blockquote p:first-of-type:before {
  content: "“";
  vertical-align: bottom;
  left: -.5em;
  top: .25em;
  color: #ed1c29; }

.content blockquote p:first-of-type:before {
  position: absolute;
  left: -.4em;
  top: 0.125em; }

.content blockquote p:nth-last-of-type(2):after {
  content: "”";
  color: #ed1c29;
  display: inline-block;
  margin-bottom: -0.2em; }

.content blockquote p {
  margin: 0;
  font-size: 1em; }

.content blockquote cite {
  font-family: 'Calibri W01 Bold_904607';
  font-weight: normal;
  color: #ed1c29;
  text-transform: uppercase;
  font-size: .5em; }

.content__elearning ul {
  column-count: 2; }

article .content p, article .content ul, section .content p, section .content ul {
  font-size: 1.1em; }

.media {
  display: block;
  padding-bottom: 1em; }

.media__item {
  float: left;
  margin-right: 32px; }

.media__item--third {
  max-width: calc(33% - 16px); }

.media__body {
  overflow: auto; }

.panel {
  display: block; }

.panel--red {
  background-color: #ed1c29; }

.panel--red, .panel--red h1, .panel--red h2, .panel--red h3, .panel--red h4, .panel--red h5, .panel--red h6, .panel--red a {
  color: #fff; }

.panel--red-faded {
  background-color: #da0f17;
  opacity: 0.9; }

.panel--red-faded p {
  color: #fff; }

.panel--red-stripe {
  background: #ed1c29;
  background-attachment: fixed;
  background-image: -webkit-linear-gradient(-30deg, #ed1c29 50%, #d11924 50%); }

.panel--red-stripe {
  background-image: -webkit-linear-gradient(-30deg, #ed1c29 70%, #d11924 30%); }

.panel--red-stripe, .panel--red-stripe h1, .panel--red-stripe h2, .panel--red-stripe h3, .panel--red-stripe h4, .panel--red-stripe h5, .panel--red-stripe h6 {
  color: #fff; }

.panel--red-stripe h2 {
  text-transform: uppercase; }

.panel--offwhite {
  background-color: #ebeae6; }

.panel--white {
  background-color: #fff;
  overflow: hidden; }

.panel--white {
  color: #414142; }

.panel--white h1, .panel--white h2, .panel--white a {
  color: #ed1c29; }

.panel--charcoal {
  background-color: #282828; }

.panel--tall {
  min-height: 18.75em; }

.panel--shaded, .news__social a {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.panel--shaded-large {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2); }

.panel-white-clouds,
.panel-red-clouds,
.panel--directorschair {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom; }

.panel-white-clouds, .panel-white-clouds h1, .panel-white-clouds h2, .panel-white-clouds h3, .panel-white-clouds h4, .panel-white-clouds h5, .panel-white-clouds h6, .panel-white-clouds a,
.panel-red-clouds,
.panel-red-clouds h1,
.panel-red-clouds h2,
.panel-red-clouds h3,
.panel-red-clouds h4,
.panel-red-clouds h5,
.panel-red-clouds h6,
.panel-red-clouds a,
.panel--directorschair,
.panel--directorschair h1,
.panel--directorschair h2,
.panel--directorschair h3,
.panel--directorschair h4,
.panel--directorschair h5,
.panel--directorschair h6,
.panel--directorschair a {
  color: #fff; }

.panel-red-clouds {
  padding-top: 1em;
  padding-bottom: 1em;
  background-image: url("../img/red-clouds-background-small.png");
  background-color: #ed1c29;
  background-position: center 10%; }

.panel-red-clouds .btn {
  text-align: center; }

.panel-red-clouds {
  background-image: url("../img/red-clouds-background.png");
  background-position: center 100%;
  background-size: cover; }

.panel-red-clouds {
  background-size: inherit; }

.panel-white-clouds {
  padding: 1em;
  min-height: 16.25em;
  background-image: url("../img/white-clouds-background-small.png");
  background-position: center 110%;
  background-size: contain;
  background-color: #ed1c29; }

.panel-white-clouds {
  background-position: center bottom;
  background-image: url("../img/white-clouds-background.png"); }

.panel-white-clouds {
  min-height: 21.875em; }

.panel-white-clouds h2 {
  text-transform: uppercase; }

.panel-white-clouds blockquote {
  font-weight: normal;
  font-family: 'Museo W01_700', Arial, sans-serif;
  position: relative;
  margin: 1.5em 0;
  font-size: 1.1875em; }

.panel-white-clouds blockquote p {
  margin: 0; }

.panel-white-clouds blockquote {
  font-size: 1.75em; }

.panel-white-clouds blockquote p:first-of-type:before,
.panel-white-clouds blockquote p:nth-last-of-type(2):after {
  display: inline-block;
  padding: 0 0.1em;
  font-size: 1.25em;
  line-height: .8;
  position: relative;
  top: .15em; }

.panel-white-clouds blockquote p:first-of-type:before {
  content: "“";
  top: .05em; }

.panel-white-clouds blockquote p:nth-last-of-type(2):after {
  top: .15em;
  content: "”"; }

.panel-white-clouds blockquote cite {
  font-family: 'Calibri W01 Bold_904607';
  font-weight: normal;
  text-transform: uppercase;
  font-size: .5em; }

.panel--communicationsclassics {
  /* background-image: url('../img/communicationclassicsheaderbg.jpg');*/
  background-position: center 156px;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 1em 0;
  position: relative; }

.panel--communicationsclassics h1,
.panel--communicationsclassics h2 {
  color: #fff; }

.panel--communicationsclassics:after {
  content: "";
  background-color: rgba(237, 28, 41, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -2; }

.panel--communicationsclassics {
  padding-top: 5em;
  padding-bottom: 2.5em;
  /*background-image: url('../img/communicationclassicsheaderbg-large.jpg');*/ }

.panel--communicationsclassics {
  padding-top: 12.5em;
  min-height: 300px;
  /*background-image: url('../img/communicationclassicsheaderbg-large.jpg');*/ }

.panel__overlay {
  max-height: 156px;
  position: absolute;
  right: 3%;
  bottom: -2.5em;
  z-index: -1;
  overflow: hidden;
  display: none; }

.panel__overlay img {
  display: block; }

.panel__overlay {
  max-height: 280px; }

.panel--catalogue-intro {
  background-image: url("../img/catalogue-background.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1em 0;
  position: relative; }

.panel--catalogue-intro h2 {
  color: #fff; }

.panel--catalogue-intro {
  padding-top: 12.5em;
  padding-bottom: 2.5em;
  min-height: 300px; }

.panel--red--contact {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative; }

.panel--red--contact:after {
  content: "";
  background-color: rgba(237, 28, 41, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0; }

.panel--directorschair {
  background-image: url("../img/directorschair.png");
  background-position: center bottom;
  padding: 1em 1em 9em;
  background-size: 8.125em auto; }

.panel--directorschair {
  background-position: 10% bottom;
  padding-bottom: 1em;
  background-size: 10em auto; }

.panel--directorschair {
  background-size: 13em auto;
  padding-bottom: 1.5em; }

.panel--directorschair {
  background-size: auto;
  background-position: 20% bottom;
  padding-bottom: 3.5em;
  padding-top: 4.5em; }

.panel--image-recording {
  padding: 1em 0 0;
  overflow: hidden;
  position: relative; }

.panel--image-recording .panel__image {
  padding: 0 1em; }

.panel--image-recording .panel__image img {
  max-width: 75%;
  margin: 0 auto; }

.panel--image-recording {
  padding: 3em 0 0; }

.panel--image-recording .panel__image {
  position: absolute;
  top: 3em;
  left: 50%;
  bottom: 0em;
  overflow: hidden; }

.panel--image-recording .panel__image img {
  margin: 0;
  height: 100%;
  width: auto;
  max-width: none; }

.panel--image-recording .wrapper {
  padding-right: 55%; }

.panel--image-recording .wrapper {
  padding-right: 52.5%; }

.panel--image-recording {
  padding: 5em 0 0; }

.panel--image-recording .panel__image {
  top: 5em; }

.panel--image-recording:after, .panel--image-recording .panel__image {
  right: 0; }

.panel--image-recording .wrapper {
  padding-right: 40em; }

.panel--image-recording.panel--right .panel__image {
  right: 60%;
  left: 0%; }

.panel--image-recording.panel--right .panel__image img {
  float: right; }

.panel--image-recording.panel--right .wrapper {
  padding-left: 45%;
  padding-right: 0; }

.panel--image-recording.panel--right .panel__image {
  right: 50%;
  left: auto; }

.panel--image-recording.panel--right .panel__image img {
  float: right; }

.panel--image-recording.panel--right .wrapper {
  padding-left: 55%;
  padding-right: 0; }

.panel--image-recording.panel--right .wrapper {
  padding-left: 52.5%;
  padding-right: 0; }

.panel--image-recording.panel--right:after {
  left: 0;
  right: auto; }

.panel--image-recording.panel--right .wrapper {
  padding-left: 40em;
  padding-right: 0; }

.panel--image__content {
  max-width: 30em; }

.panel--newsletter {
  background-color: #eef2f1; }

.panel--newsletter {
  background-image: url("../img/newsletter-background.jpg");
  background-position: center bottom;
  background-repeat: no-repeat; }

.panel--fixed {
  min-height: 100%;
  margin-bottom: -197px;
  padding-bottom: 197px; }

.panel--fixed {
  margin-bottom: -102px;
  padding-bottom: 102px; }

.flexbox.flexboxlegacy .flex-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  flex: 1; }

.flexbox.flexboxlegacy .flex-panel__child {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column; }

.flexbox.flexboxlegacy .flex-panel__shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.award-container {
  display: block; }

.award-container {
  float: right; }

.award-container__image {
  /*padding-top: 1em;*/
  text-align: center;
  margin: 0 auto;
  width: 200px; }

.award-container__image img {
  /*max-height: 9em;*/
  width: auto; }

.award-container__image,
.award-container__body {
  display: table-cell;
  vertical-align: top; }

.award-container__image {
  /*  min-width: 7.58333em;
    padding-left: 1em;*/
  padding-top: 0;
  text-align: initial; }

.award-container {
  position: relative; }

.award-container__body {
  padding-right: 3.79167em; }

.award-container__image {
  position: absolute;
  /*right: -7.58333em;*/
  right: -11em;
  top: -2.275em;
  -ms-transform: rotate(12deg);
  transform: rotate(12deg); }

.award-container__image img {
  /*width: $award-width;*/ }

.blockquote {
  position: relative;
  margin: 1em 0; }

.blockquote__text {
  font-size: 1.1875em;
  margin-bottom: .25em; }

.blockquote__text {
  font-size: 1.75em; }

.blockquote__text:before, .blockquote__text:after {
  font-size: 1.25em;
  line-height: .5; }

.blockquote__text:before {
  content: "“";
  left: -.5em;
  top: .25em;
  color: #ed1c29; }

.blockquote__text:before {
  position: absolute;
  left: -.4em; }

.blockquote__text:after {
  content: "”";
  color: #ed1c29; }

cite {
  font-style: normal; }

.split {
  overflow: auto; }

.split--vertical-align {
  vertical-align: middle; }

.split__left,
.split_right {
  margin-bottom: 1em; }

.split__left {
  float: left;
  padding-right: 1em;
  margin-bottom: 0; }

.split__right {
  float: right;
  padding-left: 1em; }

.split__quarter {
  width: 25%; }

.split__third {
  width: 33%; }

.split__half {
  width: 50%; }

.split__two-thirds {
  width: 67%; }

.split__three-quarters {
  width: 75%; }

.flexbox .split,
.flexboxlegacy .split {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }

.flexbox .split,
.flexboxlegacy .split {
  -ms-flex-direction: row;
  flex-direction: row; }

.flexbox .split__left,
.flexbox .split__right,
.flexboxlegacy .split__left,
.flexboxlegacy .split__right {
  float: none;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto; }

.flexbox .split__quarter,
.flexboxlegacy .split__quarter {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

.flexbox .split__third,
.flexboxlegacy .split__third {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%; }

.flexbox .split__half,
.flexboxlegacy .split__half {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.flexbox .split__two-thirds,
.flexboxlegacy .split__two-thirds {
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%; }

.flexbox .split__three-quarters,
.flexboxlegacy .split__three-quarters {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

.flexbox .split__auto,
.flexboxlegacy .split__auto {
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.flexbox .split__right,
.flexboxlegacy .split__right {
  text-align: right; }

.btn {
  display: inline-block;
  border-radius: 2px;
  padding: .667em;
  line-height: 1;
  text-decoration: none;
  font-size: 1.1875em;
  border: 2px solid transparent;
  cursor: pointer;
  transition: color 150ms, background-color 150ms, border-color 150ms;
  will-change: color, background-color, border-color; }

.btn {
  font-size: 1.3125em; }

.btn[disabled] {
  background: #a9a9ae;
  pointer-events: none; }

.btn--small {
  font-size: .875em; }

.btn--small {
  font-size: 1.125em; }

.btn--search {
  font-size: .7em;
  font-weight: normal;
  max-height: 24px;
  width: 80px;
  padding: 0.42em; }

.btn--search {
  max-height: none;
  font-size: 1.3125em;
  width: 140px;
  padding: 0.667em; }

a.btn--white, .panel-white-clouds a.btn,
.btn--white,
.panel-white-clouds .btn {
  background-color: #fff;
  color: #ed1c29; }

a.btn--white:hover, .panel-white-clouds a.btn:hover, a.btn--white:focus, .panel-white-clouds a.btn:focus,
.btn--white:hover,
.panel-white-clouds .btn:hover,
.btn--white:focus,
.panel-white-clouds .btn:focus {
  outline: none;
  border-color: #fff;
  color: #fff;
  background-color: #ed1c29; }

a.btn--red,
.btn--red,
.content .btn {
  background-color: #ed1c29;
  color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

a.btn--red:hover,
.btn--red:hover,
.content .btn:hover {
  outline: none;
  background-color: #b8111b; }

.btn--wide, .panel-white-clouds .btn {
  padding-left: 1.52em;
  padding-right: 1.52em; }

.btn--extra-wide {
  padding-left: 2.667em;
  padding-right: 2.667em; }

.tabpanel__section--hidden,
.tabpanel__tab-list--hidden {
  display: none; }

.tabpanel__tab {
  font-family: 'Calibri W01 Bold_904607';
  font-weight: normal;
  display: block;
  padding: .75em;
  background-color: #ebeae6;
  font-size: 1.25em;
  margin-bottom: .083333333em;
  text-decoration: none; }

.tabpanel__tab, .tabpanel__tab:visited {
  color: #202020; }

.tabpanel__tab:hover, .tabpanel__tab:focus, .tabpanel__tab[aria-selected='true'] {
  background-color: #ed1c29;
  color: #fff;
  outline: none; }

.tabpanel__tab:focus[aria-selected='true'] {
  background-color: #b8111b; }

.tabpanel__title {
  display: inline;
  font-size: .9375em; }

.tabpanel__title {
  font-size: 1.25em; }

.tabpanel__select {
  display: block;
  width: 100%; }

.news__item {
  transition: all 0.3s ease-out 0.1s;
  opacity: 0; }

.news__item--show {
  opacity: 1; }

.news__image {
  position: relative; }

.news__image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a; }

.news__image a:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.news__image img {
  display: inline-block;
  vertical-align: middle; }

.news__image__filler {
  display: block;
  padding-top: 56.25%; }

.news--featured .news__image {
  padding-top: 54%; }

.news--featured .news__image a {
  left: 16px;
  right: 16px; }

.news--featured .news__image {
  padding-top: 27%; }

.news__category {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 30px;
  font-size: 1em;
  color: #fff;
  background: #ed1c29; }

.news--featured .news__category {
  right: 16px; }

.news__text p {
  margin: 0 0 1em; }

.news__text a {
  text-decoration: none;
  height: 100%; }

.news__text a:hover h3, .news__text a:hover h2 {
  text-decoration: underline; }

.news__text h2, .news__text h3 {
  margin-bottom: 0.5em; }

.news__date {
  margin: 0;
  padding-left: 20px;
  position: relative;
  display: block;
  color: #414142; }

.news__date:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url("../img/timestamp2x.png") no-repeat center center;
  background-size: 100% auto; }

.news--featured .news__date {
  margin-bottom: 2em; }

.news__article {
  position: relative; }

.news__article h1 {
  font-size: 2em;
  margin-bottom: 0.3em; }

.news__article__filler {
  display: block;
  padding-top: 56.25%; }

.news__article__image {
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a; }

.news__article__image:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.news__article__image img {
  display: inline-block;
  vertical-align: middle; }

.news__article .content {
  margin-top: 1.6em; }

.news__article .content .tweet-share {
  color: inherit;
  cursor: pointer; }

.news__article .content .tweet-share blockquote {
  padding-left: 1.2em;
  border-left: 4px solid #ed1c29; }

.news__article .content .tweet-share blockquote p:before {
  left: 0.3em; }

.news__article .content .tweet-share blockquote:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -0.9em;
  top: 50%;
  margin-top: -15px;
  background: url("../img/twitter-icon-grey-2x.png") #fff no-repeat center center;
  background-size: 100% auto; }

.news__article .content .tweet-share blockquote:before {
  left: -1.4em;
  opacity: 0;
  top: 52%;
  transition: all 0.3s ease; }

.news__article .content .tweet-share:hover blockquote:before {
  opacity: 1;
  top: 50%; }

.news__social {
  overflow: auto;
  margin: 1em 0 0;
  z-index: 2; }

.news__social a {
  padding: 5px 15px 5px 5px;
  float: left;
  width: 30%;
  margin: 0 1%;
  overflow: auto;
  box-sizing: border-box;
  text-align: right;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

.news__social a svg {
  display: block;
  float: left;
  height: 1.4em;
  width: 1.4em; }

.news__social a {
  width: 155px;
  margin: 0 0 8px;
  font-size: 1.25em; }

.news__social .facebook {
  background: #304d8d; }

.news__social .facebook:hover {
  background: #2a4176; }

.news__social .twitter {
  background: #00aaf3; }

.news__social .twitter:hover {
  background: #027db2; }

.news__social .linkedin {
  background: #007ab8; }

.news__social .linkedin:hover {
  background: #016ba1; }

.news__social {
  width: 155px; }

.news__author {
  margin: 2em 0 3em; }

.news__author hr {
  border: 1px solid #ebeae6;
  height: 0;
  z-index: 0;
  position: relative;
  margin-bottom: 2em; }

.news__author span {
  color: #ed1c29;
  background: #fff;
  margin-bottom: -1em;
  display: block;
  z-index: 1;
  position: relative;
  width: 5em; }

.news__author img {
  border-radius: 50%;
  float: left;
  margin-right: 1em;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  max-height: 96px; }

.news__author h3 {
  color: #ed1c29;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Museo W01_700', Arial, sans-serif;
  margin-top: 2em; }

.news__author p {
  margin: 0;
  font-weight: bold; }

.news__author img {
  margin-right: 2em; }

.news--resource .news__text {
  background: #ed1c29; }

.news--resource .news__text h3 {
  color: #fff; }

.fix-right__container {
  float: right;
  width: 155px; }

.fix-right__container {
  width: 155px;
  float: right;
  margin-top: 3em;
  margin-right: 1em; }

.categories {
  margin: 0;
  padding: 0; }

.categories li {
  list-style: none;
  display: inline-block;
  margin: 0; }

.categories li a {
  padding: 14px 20px;
  text-decoration: none;
  font-family: 'Calibri W01 Bold_904607';
  font-weight: normal;
  color: #414142;
  display: block; }

.categories .current-cat a, .categories a:hover {
  border-bottom: 4px solid #ed1c29;
  color: #ed1c29; }

.input {
  border: none;
  padding: 0.50em 0.75em;
  width: 100%;
  font-size: 1.125em;
  margin-bottom: 1.5em;
  -webkit-appearance: none; }

.input:-moz-placeholder {
  color: #282828;
  opacity: 1; }

.input::-moz-placeholder {
  color: #282828;
  opacity: 1; }

.input:-ms-input-placeholder {
  color: #282828;
  opacity: 1; }

.input::-webkit-input-placeholder {
  color: #282828;
  opacity: 1; }

.input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset; }

.input--outline {
  border: 2px solid #a9a9ae;
  border-radius: 2px; }

.input--select {
  position: relative; }

.input--select::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 46px;
  height: 46px;
  border-left: 2px solid #a9a9ae;
  background: #cdcdcd;
  pointer-events: none;
  z-index: 1; }

.input--select::after {
  content: '';
  position: absolute;
  top: 17px;
  right: 15px;
  border-top: 17px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 9px solid transparent;
  pointer-events: none;
  z-index: 2; }

.input--textarea {
  resize: none; }

input.input {
  height: 50px; }

input.hidden {
  display: none; }

select.input {
  height: 50px;
  padding-right: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: white; }

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 3.2em; }

.message span.wpcf7-not-valid-tip {
  top: 11.2em; }

div.wpcf7-validation-errors {
  clear: left;
  font-weight: bold;
  text-align: center; }

.subfooter__form div.wpcf7-validation-errors {
  border-color: #000; }

div.wpcf7-response-output {
  clear: left; }

.wpcf7-form-control-wrap {
  display: block; }

.panel-white-clouds span.wpcf7-not-valid-tip {
  display: none; }

.input-emailsignup {
  max-width: 33em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.input-emailsignup .input-emailsignup__input {
  width: 100%; }

.input-emailsignup {
  padding-right: 130px; }

.input-emailsignup .input-emailsignup__input {
  height: 48px; }

.input-emailsignup .input-emailsignup__btn {
  float: right;
  position: relative;
  top: -64px;
  left: 130px; }

.input-emailsignup {
  padding-right: 140px; }

.input-emailsignup .input-emailsignup__input {
  height: 53px; }

.input-emailsignup .input-emailsignup__btn {
  top: -69px;
  left: 140px; }

.input-emailsignup .wpcf7-response-output {
  position: absolute;
  top: -30px;
  margin: 0;
  width: 100%; }

.input-emailsignup .wpcf7-not-valid-tip {
  display: none; }

.input-search {
  max-width: 33em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 87px;
  position: relative; }

.input-search .input-search__input {
  height: 40px;
  font-size: .8em; }

.input-search .input-search__btn {
  float: right;
  position: absolute;
  right: 0px;
  top: 16px; }

.slick-dots {
  text-align: center;
  padding: 0; }

.slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 0 0.4em; }

.slick-dots button {
  background: #a9a9ae;
  border-radius: 10px;
  height: 10px;
  width: 10px;
  margin: 0;
  padding: 0;
  display: block;
  box-shadow: none;
  text-indent: -100px;
  overflow: hidden;
  border: 0; }

.slick-dots .slick-active button, .slick-dots li button:hover {
  background: #ed1c29; }

.carousel__item article {
  padding-left: 2em;
  text-align: center; }

.carousel__item article {
  text-align: left; }

.carousel__item .btn {
  margin-top: 1em; }

.carousel__item aside {
  display: none; }

.carousel__item aside {
  display: block; }

.search__item {
  margin-bottom: 1em; }

.search__item .img-container {
  float: left;
  width: 100%;
  margin-right: 1em;
  position: relative;
  display: block;
  margin-bottom: 1em; }

.search__item .img-container {
  max-width: 33%;
  max-height: 106px;
  overflow: hidden; }

.search__item:nth-child(odd) {
  clear: left; }

.search__item h3 {
  margin: 0; }

.search__item h4 {
  margin: 0; }

.search__item a {
  text-decoration: none; }

.search__item a:hover {
  text-decoration: underline; }

.search__item p {
  margin-top: 0; }

.search__feature .img-container img, .search__item .img-container img {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

.search__feature .img-container a, .search__item .img-container a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a; }

.search__feature .img-container a:before, .search__item .img-container a:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.search__feature a {
  text-decoration: none; }

.search__feature a:hover {
  text-decoration: underline; }

.search__feature p {
  max-width: 80%; }

.search__feature aside {
  position: relative; }

.search__feature aside img {
  display: block; }

.search__feature .search__category {
  right: 16px;
  left: 16px; }

.search__feature .img-container a {
  left: 16px;
  right: 16px; }

.search__category {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 15px;
  font-size: 1em;
  color: #fff;
  background: #ed1c29;
  max-width: 100%; }

.search__filler {
  display: block;
  padding-top: 56.25%; }

.tip {
  width: 276px;
  height: 239px;
  padding: 2em 2.5em;
  margin: 3em auto;
  position: relative;
  z-index: 0; }

.tip::before {
  content: '';
  display: block;
  width: 276px;
  height: 239px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../img/tip-background.png");
  background-repeat: no-repeat; }

.tip {
  margin: 5em auto 2em auto; }

.tip__number {
  text-transform: uppercase;
  color: #a50914;
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.tip__info {
  color: #fff;
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.tip--one {
  position: relative; }

.tip--one::after {
  content: '';
  display: block;
  width: 202px;
  height: 147px;
  background: url("../img/tip-icons-1.png");
  background-size: 202px 147px;
  background-repeat: no-repeat;
  position: absolute;
  left: 178px;
  top: -34px; }

.tip--three {
  position: relative; }

.tip--three::after {
  content: '';
  display: block;
  width: 256px;
  height: 234px;
  background: url("../img/tip-icons-3.png");
  background-size: 256px 234px;
  background-repeat: no-repeat;
  position: absolute;
  left: 139px;
  top: -81px;
  z-index: -5; }

.cookie-law {
  background: #201f1f;
  color: #FFFFFF;
  overflow: hidden;
  height: 162px; }

.cookie-law {
  height: 102px; }

.cookie-law p {
  max-width: 620px; }

.cookie-law .close-cookie-banner {
  float: right;
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 40px;
  margin: 1em 0;
  line-height: 2em;
  padding-right: 2.5em;
  padding-left: 1em;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: right center; }

.section-platforms {
  padding: 1em 0 2em;
  overflow: auto; }

.section-platforms {
  padding: 2em 0 1em; }

.section-platforms__text {
  float: left;
  padding-right: 2em;
  width: 60%; }

.section-platforms__text {
  width: 50%;
  padding-top: 1em; }

.section-platforms__text {
  padding-top: 4em;
  width: 40%; }

.section-platforms__image {
  display: block;
  width: auto;
  max-width: 15em;
  margin: 0 auto;
  padding: 1em 0 2em; }

.section-platforms__image {
  max-width: inherit;
  margin: 0;
  float: right;
  width: 40%; }

.section-platforms__image img {
  width: 100%;
  max-width: 15em;
  margin: 0 auto;
  display: block; }

.section-platforms__image {
  width: 50%;
  padding-bottom: 1em; }

.section-platforms__image img {
  max-width: 20em; }

.section-platforms__image {
  width: 60%; }

.section-platforms__image img {
  max-width: 28.75em;
  padding-bottom: 1.5em; }

.section-platforms .btn {
  display: table;
  margin: .5em auto 0; }

.section-platforms .btn {
  display: inline-block; }

.section-contact {
  position: relative;
  z-index: 1; }

.section-contact .tel, .section-contact .mail {
  position: relative;
  padding-left: 60px; }

.section-contact .tel::after, .section-contact .mail::after {
  content: '';
  position: absolute;
  left: 10px; }

.section-contact .tel::after {
  background: url("../img/phone.svg") 0 0 no-repeat;
  width: 30px;
  height: 30px; }

.section-contact .mail::after {
  background: url("../img/mail.svg") 0 2px no-repeat;
  width: 36px;
  height: 36px; }

.section-contact::before {
  content: '';
  background: url("../img/webb3.png") 0 0 no-repeat;
  position: absolute;
  width: 197px;
  height: 472px;
  left: -197px;
  bottom: 235px; }

.section-contact {
  margin-bottom: -235px;
  max-width: 59em;
  margin-left: auto;
  margin-right: auto; }

.section-map {
  position: relative; }

.section-map {
  padding-top: 200px;
  height: 550px; }

.section-map {
  padding-top: 400px;
  height: 750px; }

.section-map__panel {
  max-width: 430px;
  float: right; }

.section-map__map {
  position: relative;
  height: 300px; }

.section-map__map {
  position: absolute !important;
  height: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1; }

.slope-grid__left, .slope-grid__left-single {
  background-color: #333;
  background-image: url("../img/classics-collection-background.jpg");
  background-size: cover;
  background-position: right center; }

.slope-grid__right, .slope-grid__right-single {
  background: #CCC;
  background-image: url("../img/essentials-collection-background.jpg");
  background-size: cover;
  background-position: left center; }

.slope-grid__left-single, .slope-grid__right-single {
  background: none; }

.slope-grid__left-single {
  border-bottom: 7px solid #ed1c29; }

.slope-grid .wrapper {
  padding: 0; }

.slope-grid h2 {
  text-transform: uppercase; }

.slope-grid__left-single h2 {
  color: #fff; }

.slope-grid__left-single p {
  color: #fff; }

.slope-grid {
  position: relative; }

.slope-grid .wrapper {
  position: relative;
  z-index: 2; }

.slope-grid__right {
  position: absolute;
  top: 0px;
  left: 55%;
  right: 0px;
  height: 100%;
  margin-left: -152px;
  padding-left: 152px;
  pointer-events: none; }

.slope-grid__left-container {
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: 1;
  width: 55%;
  overflow: hidden;
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  margin-left: -83px;
  border-right: 7px solid #ed1c29;
  background-color: #282828; }

.slope-grid__left-single {
  border-bottom: none; }

.slope-grid__left {
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  margin-left: 83px;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.awards {
  display: inline-block;
  margin: 0 1%;
  width: 47%; }

.awards {
  width: 24%; }

.awards {
  width: 14%; }

.awards img {
  max-width: 210px;
  width: 100%;
  min-width: 0; }

.clients .text-center {
  overflow: hidden;
  white-space: no-wrap; }

.clients .logo {
  display: inline-block;
  vertical-align: middle; }

.clients .logo img {
  max-height: 120px;
  max-width: 210px;
  width: auto;
  min-width: 0;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.7; }

.panel--video {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: #000;
  transition: background 0.3s linear; }

.panel--video .video-container > div {
  margin: 0 auto; }

.panel--video .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: auto;
  max-width: none;
  transition: opacity 0.3s linear; }

.panel--video .video-cover {
  height: auto;
  min-width: 100%;
  left: 50%;
  margin-left: -960px; }

.panel--video .play-icon {
  display: block;
  position: absolute;
  text-indent: -100%;
  overflow: hidden;
  width: 147px;
  height: 147px;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin-top: -72px;
  margin-left: -72px;
  background: url("../img/play-button.png") no-repeat center center;
  transition: all 0.2s linear; }

.panel--video .play-icon:hover {
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.panel--video .video-form {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  transition: opacity 0.3s linear;
  opacity: 0;
  z-index: -1; }

.panel--video h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 18%; }

.panel--video h2 {
  margin-top: 0; }

.panel--video p {
  font-size: 1.2em;
  max-width: 340px;
  margin: 0 auto 1em; }

.panel--video .wpcf7 {
  max-width: 700px;
  margin: 0 auto; }

.panel--video--play .play-icon {
  opacity: 0;
  margin-top: -35px; }

.panel--video--play .video-cover {
  opacity: 0; }

.panel--video--play .wrapper {
  z-index: 4; }

.panel--video--form {
  background: #ed1c29;
  min-height: 15em; }

.panel--video--form {
  min-height: 450px; }

.panel--video--form .wrapper .btn {
  display: none; }

.panel--video--form .video-cover, .panel--video--form .play-icon {
  display: none; }

.panel--video--form .video-form {
  z-index: 5;
  opacity: 1; }

.panel--video--form .video-form p {
  display: none; }

.panel--video--form .video-form p {
  display: block; }

.panel--video--form .video-form .wpcf7 {
  display: none;
  -ms-transform: translateY(0);
  transform: translateY(0); }

.panel--video--form .video-form .wpcf7 {
  display: block; }

.video-form .wrapper {
  max-width: 40em;
  overflow: auto; }

.video-form .wpcf7 {
  transition: transform 0.3s ease;
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.video-form__close {
  display: block;
  position: absolute;
  text-indent: -100%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background: url("../img/close.svg") no-repeat center center; }

.video-form .trial__checkbox input[type="checkbox"] {
  background: transparent; }

.video-form .trial__checkbox span {
  color: #fff; }

.video-form .trial__submit {
  text-align: center; }

.video-form div.wpcf7-response-output {
  margin: -15px 10px 0;
  font-weight: bold;
  color: #fff;
  border-color: #ed1c29; }

.video-form .wpcf7-not-valid-tip {
  display: none; }

.video-form .wpcf7-mail-sent-ok {
  border-color: #fff; }

.slick-slide img {
  margin: 0 auto; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  color: #414142; }

.wrapper {
  max-width: 75.75em;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }

.wrapper--narrow {
  max-width: 50em; }

.panel--communicationsclassics .wrapper {
  min-height: 61px; }

.square, .content ul {
  list-style-type: none;
  padding-left: 0em; }

.square li, .content ul li {
  padding-left: 1em;
  padding-bottom: .5em; }

.square li:before, .content ul li:before {
  content: "■";
  display: inline-block;
  text-indent: -1em;
  color: #ed1c29; }

.m-flush {
  margin: 0; }

.m-flush-top {
  margin-top: 0; }

.m-flush-bottom {
  margin-bottom: 0; }

.m-flush-right {
  margin-right: 0; }

.m-flush-left {
  margin-left: 0; }

.m-half {
  margin: 8px; }

.m-half-top {
  margin-top: 8px; }

.m-half-bottom {
  margin-bottom: 8px; }

.m-half-right {
  margin-right: 8px; }

.m-half-left {
  margin-left: 8px; }

.m-single {
  margin: 16px; }

.m-single-top {
  margin-top: 16px; }

.m-single-bottom {
  margin-bottom: 16px; }

.m-single-right {
  margin-right: 16px; }

.m-single-left {
  margin-left: 16px; }

.m-double {
  margin: 32px; }

.m-double-top {
  margin-top: 32px; }

.m-double-bottom {
  margin-bottom: 32px; }

.m-double-right {
  margin-right: 32px; }

.m-double-left {
  margin-left: 32px; }

.m-triple {
  margin: 48px; }

.m-triple-top {
  margin-top: 48px; }

.m-triple-bottom {
  margin-bottom: 48px; }

.m-triple-right {
  margin-right: 48px; }

.m-triple-left {
  margin-left: 48px; }

.m-flush--on-large {
  margin: 0; }

.m-flush-top--on-large {
  margin-top: 0; }

.m-flush-bottom--on-large {
  margin-bottom: 0; }

.m-flush-right--on-large {
  margin-right: 0; }

.m-flush-left--on-large {
  margin-left: 0; }

.m-half--on-large {
  margin: 8px; }

.m-half-top--on-large {
  margin-top: 8px; }

.m-half-bottom--on-large {
  margin-bottom: 8px; }

.m-half-right--on-large {
  margin-right: 8px; }

.m-half-left--on-large {
  margin-left: 8px; }

.m-single--on-large {
  margin: 16px; }

.m-single-top--on-large {
  margin-top: 16px; }

.m-single-bottom--on-large {
  margin-bottom: 16px; }

.m-single-right--on-large {
  margin-right: 16px; }

.m-single-left--on-large {
  margin-left: 16px; }

.m-double--on-large {
  margin: 32px; }

.m-double-top--on-large {
  margin-top: 32px; }

.m-double-bottom--on-large {
  margin-bottom: 32px; }

.m-double-right--on-large {
  margin-right: 32px; }

.m-double-left--on-large {
  margin-left: 32px; }

.m-triple--on-large {
  margin: 48px; }

.m-triple-top--on-large {
  margin-top: 48px; }

.m-triple-bottom--on-large {
  margin-bottom: 48px; }

.m-triple-right--on-large {
  margin-right: 48px; }

.m-triple-left--on-large {
  margin-left: 48px; }

.m-flush--on-x-large {
  margin: 0; }

.m-flush-top--on-x-large {
  margin-top: 0; }

.m-flush-bottom--on-x-large {
  margin-bottom: 0; }

.m-flush-right--on-x-large {
  margin-right: 0; }

.m-flush-left--on-x-large {
  margin-left: 0; }

.m-half--on-x-large {
  margin: 8px; }

.m-half-top--on-x-large {
  margin-top: 8px; }

.m-half-bottom--on-x-large {
  margin-bottom: 8px; }

.m-half-right--on-x-large {
  margin-right: 8px; }

.m-half-left--on-x-large {
  margin-left: 8px; }

.m-single--on-x-large {
  margin: 16px; }

.m-single-top--on-x-large {
  margin-top: 16px; }

.m-single-bottom--on-x-large {
  margin-bottom: 16px; }

.m-single-right--on-x-large {
  margin-right: 16px; }

.m-single-left--on-x-large {
  margin-left: 16px; }

.m-double--on-x-large {
  margin: 32px; }

.m-double-top--on-x-large {
  margin-top: 32px; }

.m-double-bottom--on-x-large {
  margin-bottom: 32px; }

.m-double-right--on-x-large {
  margin-right: 32px; }

.m-double-left--on-x-large {
  margin-left: 32px; }

.m-triple--on-x-large {
  margin: 48px; }

.m-triple-top--on-x-large {
  margin-top: 48px; }

.m-triple-bottom--on-x-large {
  margin-bottom: 48px; }

.m-triple-right--on-x-large {
  margin-right: 48px; }

.m-triple-left--on-x-large {
  margin-left: 48px; }

.p-flush {
  padding: 0; }

.p-flush-top {
  padding-top: 0; }

.p-flush-bottom {
  padding-bottom: 0; }

.p-flush-right {
  padding-right: 0; }

.p-flush-left {
  padding-left: 0; }

.p-half {
  padding: 8px; }

.p-half-top {
  padding-top: 8px; }

.p-half-bottom {
  padding-bottom: 8px; }

.p-half-right {
  padding-right: 8px; }

.p-half-left {
  padding-left: 8px; }

.p-single {
  padding: 16px; }

.p-single-top {
  padding-top: 16px; }

.p-single-bottom {
  padding-bottom: 16px; }

.p-single-right {
  padding-right: 16px; }

.p-single-left {
  padding-left: 16px; }

.p-double {
  padding: 32px; }

.p-double-top {
  padding-top: 32px; }

.p-double-bottom {
  padding-bottom: 32px; }

.p-double-right {
  padding-right: 32px; }

.p-double-left {
  padding-left: 32px; }

.p-triple {
  padding: 48px; }

.p-triple-top {
  padding-top: 48px; }

.p-triple-bottom {
  padding-bottom: 48px; }

.p-triple-right {
  padding-right: 48px; }

.p-triple-left {
  padding-left: 48px; }

.p-flush--on-large {
  padding: 0; }

.p-flush-top--on-large {
  padding-top: 0; }

.p-flush-bottom--on-large {
  padding-bottom: 0; }

.p-flush-right--on-large {
  padding-right: 0; }

.p-flush-left--on-large {
  padding-left: 0; }

.p-half--on-large {
  padding: 8px; }

.p-half-top--on-large {
  padding-top: 8px; }

.p-half-bottom--on-large {
  padding-bottom: 8px; }

.p-half-right--on-large {
  padding-right: 8px; }

.p-half-left--on-large {
  padding-left: 8px; }

.p-single--on-large {
  padding: 16px; }

.p-single-top--on-large {
  padding-top: 16px; }

.p-single-bottom--on-large {
  padding-bottom: 16px; }

.p-single-right--on-large {
  padding-right: 16px; }

.p-single-left--on-large {
  padding-left: 16px; }

.p-double--on-large {
  padding: 32px; }

.p-double-top--on-large {
  padding-top: 32px; }

.p-double-bottom--on-large {
  padding-bottom: 32px; }

.p-double-right--on-large {
  padding-right: 32px; }

.p-double-left--on-large {
  padding-left: 32px; }

.p-triple--on-large {
  padding: 48px; }

.p-triple-top--on-large {
  padding-top: 48px; }

.p-triple-bottom--on-large {
  padding-bottom: 48px; }

.p-triple-right--on-large {
  padding-right: 48px; }

.p-triple-left--on-large {
  padding-left: 48px; }

.p-flush--on-x-large {
  padding: 0; }

.p-flush-top--on-x-large {
  padding-top: 0; }

.p-flush-bottom--on-x-large {
  padding-bottom: 0; }

.p-flush-right--on-x-large {
  padding-right: 0; }

.p-flush-left--on-x-large {
  padding-left: 0; }

.p-half--on-x-large {
  padding: 8px; }

.p-half-top--on-x-large {
  padding-top: 8px; }

.p-half-bottom--on-x-large {
  padding-bottom: 8px; }

.p-half-right--on-x-large {
  padding-right: 8px; }

.p-half-left--on-x-large {
  padding-left: 8px; }

.p-single--on-x-large {
  padding: 16px; }

.p-single-top--on-x-large {
  padding-top: 16px; }

.p-single-bottom--on-x-large {
  padding-bottom: 16px; }

.p-single-right--on-x-large {
  padding-right: 16px; }

.p-single-left--on-x-large {
  padding-left: 16px; }

.p-double--on-x-large {
  padding: 32px; }

.p-double-top--on-x-large {
  padding-top: 32px; }

.p-double-bottom--on-x-large {
  padding-bottom: 32px; }

.p-double-right--on-x-large {
  padding-right: 32px; }

.p-double-left--on-x-large {
  padding-left: 32px; }

.p-triple--on-x-large {
  padding: 48px; }

.p-triple-top--on-x-large {
  padding-top: 48px; }

.p-triple-bottom--on-x-large {
  padding-bottom: 48px; }

.p-triple-right--on-x-large {
  padding-right: 48px; }

.p-triple-left--on-x-large {
  padding-left: 48px; }

.b {
  border: 2px solid #ebeae6; }

.b-right {
  border-right: 2px solid #ebeae6; }

.b-left {
  border-left: 2px solid #ebeae6; }

.b-top {
  border-top: 2px solid #ebeae6; }

.b-bottom {
  border-bottom: 2px solid #ebeae6; }

.b-none {
  border: 0 none; }

.b--on-large {
  border: 2px solid #ebeae6; }

.b-right--on-large {
  border-right: 2px solid #ebeae6; }

.b-left--on-large {
  border-left: 2px solid #ebeae6; }

.b-top--on-large {
  border-top: 2px solid #ebeae6; }

.b-bottom--on-large {
  border-bottom: 2px solid #ebeae6; }

.b-none--on-large {
  border: 0 none; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.allcaps {
  text-transform: uppercase; }

.hide {
  display: none; }

.hide--on-large {
  display: none; }

.cf:before, .media:before, .split:before,
.cf:after,
.media:after,
.split:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after, .media:after, .split:after {
  clear: both; }

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

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

.text-center--on-small {
  text-align: initial; }

.center,
.centre {
  margin-left: auto;
  margin-right: auto; }

/******************BECKYs REVISIONS FOR CMS ETC *****************/
img {
  height: auto; }

.content blockquote p:first-of-type:before, .content blockquote p:nth-last-of-type(2):after {
  font-size: 1.8em; }

.content blockquote p:nth-last-of-type(2):after {
  vertical-align: middle; }

a.panel {
  margin-bottom: 10px; }

.nav-main__link {
  line-height: 1.1em; }

.block-link.panel--red-faded:visited {
  color: #fff; }

.grid-gallery .img-container {
  max-height: 155px;
  display: block;
  overflow: hidden;
  margin-bottom: 3px; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.video__source video {
  width: 100%;
  height: auto; }

.video__source div:first-child {
  max-width: 100% !important; }

.video__source img {
  display: block;
  width: 100%; }

.panel-white-clouds .measure {
  position: relative;
  overflow: hidden;
  transition: min-height 0.3s ease;
  transition-delay: 0.15s;
  min-height: 0; }

.panel-white-clouds .measure.show-form {
  min-height: 620px; }

.panel-white-clouds .measure.show-form {
  min-height: 370px; }

.subfooter__text {
  transition: all 0.3s ease;
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 1; }

.subfooter__form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease 0.3s;
  opacity: 0;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  z-index: -1; }

.show-form .subfooter__text {
  opacity: 0;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 0; }

.show-form .subfooter__form {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 2; }

.content h2, .content h1 {
  text-transform: uppercase; }

aside .content h2 {
  text-transform: capitalize; }

.step-gallery .grid-gallery__item .panel {
  min-height: 150px; }

.step-gallery .grid-gallery__item img {
  max-height: 260px;
  width: auto; }

.equal-heights {
  display: table;
  width: 100%; }

.equal-heights .grid__two-thirds--on-large, .equal-heights .grid__third--on-large {
  display: table-cell;
  float: none;
  vertical-align: top; }

.panel__overlay {
  display: block; }

.grid__half--on-large .video__source {
  max-width: 540px; }

/*# sourceMappingURL=ie8.css.map */
