@charset "UTF-8";
/* ==========================================================================
   INUITCSS
   ========================================================================== */
/* ==========================================================================
   CONFIG
   ========================================================================== */
/* ==========================================================================
   DEBUG
   ========================================================================== */
/* ==========================================================================
   BREAKPOINTS
   ========================================================================== */
/* ==========================================================================
   Color palette
   ========================================================================== */
/* Color settings
    ========================================================================== */
/* ==========================================================================
   GLOBAL VARIABLES
   ========================================================================== */
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box; }

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0; }

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0; }

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px; }

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px; }

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */ }

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
   * If a `width` and/or `height` attribute has been explicitly defined, let’s
   * not make the image fluid.
   */
img[width],
img[height] {
  max-width: none; }

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */ }

/* ==========================================================================
TYPES
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
small,
em {
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS"; }

p,
small,
em {
  font-family: "AvenirNextLTW01-Medium", Helvetica, Arial, Verdana, "Trebuchet MS"; }

h1,
h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.16667; }
  @media (min-width: 118.75em) {
    h1,
    h2 {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.125; } }

h3,
h4,
h5,
h6,
p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429; }
  @media (min-width: 118.75em) {
    h3,
    h4,
    h5,
    h6,
    p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }

small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

.s-cms p {
  margin-bottom: 12px; }

.s-cms *:last-child {
  margin-bottom: 0; }

.s-cms.s-cms--rev {
  color: #ffffff; }
  .s-cms.s-cms--rev a {
    color: #ffffff;
    text-decoration: underline; }

/* ==========================================================================
   #BODY
   ========================================================================== */
body {
  padding-top: 72px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "AvenirNextLTW01-Medium", Helvetica, Arial, Verdana, "Trebuchet MS";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto; }
  @media (min-width: 90em) {
    body {
      padding-top: 96px; } }

/* ==========================================================================
   #LINK
   ========================================================================== */
a,
a:hover,
a:visited {
  text-decoration: none; }

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-wrapper {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; }
  .o-wrapper:after {
    content: "" !important;
    display: block !important;
    clear: both !important; }

/* ==========================================================================
   #BODY
   ========================================================================== */
.o-wrapper--flush {
  max-width: none; }

.o-wrapper--small {
  max-width: 768px; }

.o-wrapper--large {
  max-width: 1366px; }

@media (min-width: 64em) {
  .o-wrapper {
    padding-left: 48px;
    padding-right: 48px; } }

@media (min-width: 89em) {
  .o-wrapper {
    padding-left: 32px;
    padding-right: 32px; } }

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *   </div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/1  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *   </div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of modifiers
 * to the `.o-layout` block. For example:
 *
 *   <div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *   <div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */
/* Default/mandatory classes
   ========================================================================== */
/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */
.o-layout {
  display: block;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  list-style: none;
  /* [1] */
  margin-left: -24px;
  /* [3] */
  font-size: 0; }

/**
   * 1. Required in order to combine fluid widths with fixed gutters.
   * 2. Allows us to manipulate grids vertically, with text-level properties,
   *    etc.
   * 3. Default item alignment is with the tops of each other, like most
   *    traditional grid/layout systems.
   * 4. By default, all layout items are full-width (mobile first).
   * 5. Gutters provided by left padding:
   *    http://csswizardry.com/2011/08/building-better-grid-systems/
   * 6. Fallback for old IEs not supporting `rem` values.
   */
.o-layout__item {
  box-sizing: border-box;
  /* [1] */
  display: inline-block;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  padding-left: 24px;
  /* [5] */
  font-size: 16px;
  /* [6] */
  font-size: 1rem; }

/* Gutter size modifiers
   ========================================================================== */
.o-layout--flush {
  margin-left: 0; }
  .o-layout--flush > .o-layout__item {
    padding-left: 0; }

.o-layout--tiny {
  margin-left: -6px; }
  .o-layout--tiny > .o-layout__item {
    padding-left: 6px; }

.o-layout--small {
  margin-left: -12px; }
  .o-layout--small > .o-layout__item {
    padding-left: 12px; }

.o-layout--large {
  margin-left: -48px; }
  .o-layout--large > .o-layout__item {
    padding-left: 48px; }

.o-layout--huge {
  margin-left: -96px; }
  .o-layout--huge > .o-layout__item {
    padding-left: 96px; }

/* Vertical alignment modifiers
   ========================================================================== */
/**
 * Align all grid items to the middles of each other.
 */
.o-layout--middle > .o-layout__item {
  vertical-align: middle; }

/**
 * Align all grid items to the bottoms of each other.
 */
.o-layout--bottom > .o-layout__item {
  vertical-align: bottom; }

/**
 * Stretch all grid items of each row to have an equal-height.
 * Please be aware that this modifier class doesn’t take any effect in IE9 and
 * below and other older browsers due to the lack of `display: flex` support.
 */
.o-layout--stretch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .o-layout--stretch > .o-layout__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .o-layout--stretch.o-layout--center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-layout--stretch.o-layout--right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .o-layout--stretch.o-layout--left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

/* Fill order modifiers
   ========================================================================== */
/**
 * Fill up the layout system from the centre.
 */
.o-layout--center {
  text-align: center; }
  .o-layout--center > .o-layout__item {
    text-align: left; }

/**
 * Fill up the layout system from the right-hand side.
 */
.o-layout--right {
  text-align: right; }
  .o-layout--right > .o-layout__item {
    text-align: left; }

/**
 * Fill up the layout system from the left-hand side. This will likely only be
 * needed when using in conjunction with `.o-layout--reverse`.
 */
.o-layout--left {
  text-align: left; }
  .o-layout--left > .o-layout__item {
    text-align: left; }

/**
 * Reverse the rendered order of the grid system.
 */
.o-layout--reverse {
  direction: rtl; }
  .o-layout--reverse > .o-layout__item {
    direction: ltr; }

/* Auto-widths modifier
   ========================================================================== */
/**
 * Cause layout items to take up a non-explicit amount of width.
 */
.o-layout--auto > .o-layout__item {
  width: auto; }

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets and any
 * indentation.
 *
 * Note: Declaring the item class might not be necessary everywhere,
 * but is for example in <dl> lists for the <dd> children.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0; }

.o-list-bare__item {
  margin-left: 0; }

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  margin-left: 0;
  list-style: none; }

.o-list-inline__item {
  display: inline-block; }

/* ==========================================================================
   #BOX
   ========================================================================== */
/**
 * The box object simply boxes off content. Extend with cosmetic styles in the
 * Components layer.
 *
 * 1. So we can apply the `.o-box` class to naturally-inline elements.
 */
.o-box {
  display: block;
  /* [1] */
  padding: 24px; }
  .o-box:after {
    content: "" !important;
    display: block !important;
    clear: both !important; }
  .o-box > :last-child {
    margin-bottom: 0; }

/* Size variants
   ========================================================================== */
.o-box--flush {
  padding: 0; }

.o-box--tiny {
  padding: 6px; }

.o-box--small {
  padding: 12px; }

.o-box--large {
  padding: 48px; }

.o-box--huge {
  padding: 96px; }

/* ==========================================================================
   #CROP
   ========================================================================== */
/**
 * Provide a cropping container in order to display media (usually images)
 * cropped to certain ratios.
 *
 * 1. Set up a positioning context in which the image can sit.
 * 2. This is the crucial part: where the cropping happens.
 */
.o-crop {
  position: relative;
  /* [1] */
  display: block;
  overflow: hidden;
  /* [2] */ }

/**
   * Apply this class to the content (usually `img`) that needs cropping.
   *
   * 1. Image’s default positioning is top-left in the cropping box.
   * 2. Make sure the media doesn’t stop itself too soon.
   */
.o-crop__content {
  position: absolute;
  top: 0;
  /* [1] */
  left: 0;
  /* [1] */
  max-width: none;
  /* [2] */ }

/**
   * We can position the media in different locations within the cropping area.
   */
.o-crop__content--left-top {
  left: 0; }

.o-crop__content--left-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.o-crop__content--left-bottom {
  top: auto;
  bottom: 0; }

.o-crop__content--right-top {
  right: 0;
  left: auto; }

.o-crop__content--right-center {
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.o-crop__content--right-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

.o-crop__content--center-top {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.o-crop__content--center,
.o-crop__content--center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.o-crop__content--center-bottom {
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/* Crop-ratio variants
   ========================================================================== */
/**
 * Generate a series of crop classes to be used like so:
 *
 *   <div class="o-crop  o-crop--golden-ratio">
 *
 */
.o-crop--1\:1 {
  padding-bottom: 100%; }

.o-crop--3\:2 {
  padding-bottom: 66.66667%; }

.o-crop--4\:3 {
  padding-bottom: 75%; }

/* Fill modifier
   ========================================================================== */
/**
 * Content stretches to fill it's container while maintaining aspect-ratio.
 */
.o-crop--fill > .o-crop__content {
  min-height: 100%;
  min-width: 100%; }

/* ==========================================================================
   BUTTON SETTINGS
   ========================================================================== */
.c-btn {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  padding: 6px;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
  line-height: 0;
  transition: opacity 0.1s ease-out; }
  @media (min-width: 30em) {
    .c-btn {
      padding: 12px; } }

.c-btn:focus {
  outline: 0; }

.c-btn > * {
  pointer-events: none; }

.c-btn__text,
.c-btn__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2; }

.c-btn__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  @media (min-width: 30em) {
    .c-btn__text {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 90em) {
    .c-btn__text {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.71429; } }
  @media (min-width: 90em) and (min-width: 118.75em) {
    .c-btn__text {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }

.c-btn__icon {
  width: 24px;
  height: 24px; }
  .c-btn__icon:not(:only-child):first-child {
    margin-left: 12px; }
  .c-btn__icon:not(:only-child):last-child {
    margin-right: 12px; }

.c-btn--primary {
  border-color: #010101;
  color: #010101; }
  .c-btn--primary:hover {
    color: #010101; }

.c-btn--white {
  border-color: #ffffff;
  color: #ffffff; }
  .c-btn--white > .c-btn__icon {
    fill: #ffffff; }

.c-btn--block {
  display: block;
  width: 100%;
  text-align: center; }

@media (max-width: 63.99em) {
  .c-btn--block\@until-desktop {
    display: block;
    width: 100%;
    text-align: center; } }

.c-btn--nav {
  padding-left: 0;
  padding-right: 0; }
  .c-btn--nav > .c-btn__text {
    width: 48px;
    text-align: center; }

.c-btn--scroll {
  background-color: #ffffff; }
  .c-btn--scroll > .c-btn__icon {
    fill: #010101; }

.c-btn--nav.is-active {
  background-color: #010101;
  color: #ffffff;
  pointer-events: none; }

.c-btn.is-disabled {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  pointer-events: none; }
  .c-btn.is-disabled > .c-btn__icon {
    fill: #ffffff; }

.c-btn--article-footer {
  margin-bottom: 48px; }

.c-btn--secondary {
  border-color: #ffffff; }

.c-btn--accent-3 {
  border-color: #00b0ca;
  background-color: #00b0ca;
  transition: opacity 0.2s ease-out; }
  .c-btn--accent-3:hover {
    opacity: 0.8; }

/* Menu transitions - Desktop only
   ========================================================================== */
@media (min-width: 64em) {
  .c-btn--secondary {
    transition: background-color 0.15s ease-out; }
    .c-btn--secondary > .c-btn__text {
      transition: color 0.15s ease-out; }
    .c-btn--secondary:hover {
      background-color: #ffffff; }
      .c-btn--secondary:hover > .c-btn__text {
        color: #010101; } }

/* ==========================================================================
   #HEADER
   ========================================================================== */
.c-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 72px;
  background-color: #010101; }
  @media (min-width: 90em) {
    .c-header {
      display: block;
      height: auto; } }

.c-header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.c-header__logo {
  width: 150px; }

.c-header__navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-header__burger {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 24px; }
  @media (min-width: 90em) {
    .c-header__burger {
      display: none; } }

/* ==========================================================================
   #NAVIGATION
   ========================================================================== */
.c-nav {
  position: fixed;
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #010101;
  overflow-y: scroll; }
  @media (max-width: 89.9375em) {
    .c-nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 90em) {
    .c-nav {
      position: static;
      display: block;
      background-color: transparent;
      overflow: visible; } }

/* Menu list styling
   ========================================================================== */
.c-nav__menu-list {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  font-size: 0; }

.c-nav__menu-item {
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle; }
  @media (max-width: 89.9375em) {
    .c-nav__menu-item:last-child {
      margin-top: 24px; } }
  @media (min-width: 90em) {
    .c-nav__menu-item {
      display: inline-block;
      text-align: left; }
      .c-nav__menu-item:last-child {
        margin-left: 24px; } }

/* Menu link styling
   ========================================================================== */
.c-nav__menu-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 24px 18px;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
	@media (max-width: 20em) {
    .c-nav__menu-link {
      padding-top: 12px;
      padding-bottom: 12px;
    }
	}
  @media (min-width: 90em) {
    .c-nav__menu-link {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.71429;
      padding-top: 36px;
      padding-bottom: 36px; } }
  @media (min-width: 90em) and (min-width: 118.75em) {
    .c-nav__menu-link {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 100em) {
    .c-nav__menu-link {
      padding-left: 24px;
      padding-right: 24px; } }
  .c-nav__menu-link:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }

.c-nav__menu-link-arrow {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 9px);
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #ffffff, #ffffff);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%; }
  @media (min-width: 90em) {
    .c-nav__menu-link-arrow {
      display: none; } }

/* Submenu list styling
   ========================================================================== */
.c-nav__submenu-list {
  display: none;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #010101; }
  @media (min-width: 90em) {
    .c-nav__submenu-list {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      padding-top: 36px;
      padding-bottom: 36px; } }

.c-nav__submenu-item:not(:last-child) {
  margin-bottom: 6px; }

@media (max-width: 89.9375em) {
  .c-nav__submenu-item:first-child {
    padding-top: 12px; }
  .c-nav__submenu-item:last-child {
    padding-bottom: 12px; } }

/* Submenu link styling
   ========================================================================== */
.c-nav__submenu-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  position: relative;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #ffffff;
  text-transform: capitalize;
  white-space: nowrap; }
  @media (min-width: 118.75em) {
    .c-nav__submenu-link {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 90em) {
    .c-nav__submenu-link {
      padding-top: 0;
      padding-bottom: 0; } }
  .c-nav__submenu-link:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff; }
    @media (min-width: 90em) {
      .c-nav__submenu-link:after {
        bottom: 0; } }

/* Menu hover/active colors
   ========================================================================== */
@media (min-width: 90em) {
  .c-nav__menu-item:nth-child(1) > .c-nav__menu-link:before {
    background-color: #ff6319; } }

.c-nav__menu-item:nth-child(1) > .c-nav__submenu-list {
  background-color: #ff6319; }

@media (min-width: 90em) {
  .c-nav__menu-item:nth-child(2) > .c-nav__menu-link:before {
    background-color: #dc0451; } }

.c-nav__menu-item:nth-child(2) > .c-nav__submenu-list {
  background-color: #dc0451; }

@media (min-width: 90em) {
  .c-nav__menu-item:nth-child(3) > .c-nav__menu-link:before {
    background-color: #00b0ca; } }

.c-nav__menu-item:nth-child(3) > .c-nav__submenu-list {
  background-color: #00b0ca; }

@media (min-width: 90em) {
  .c-nav__menu-item:nth-child(4) > .c-nav__menu-link:before {
    background-color: #7edfa6; } }

.c-nav__menu-item:nth-child(4) > .c-nav__submenu-list {
  background-color: #7edfa6; }

@media (min-width: 90em) {
  .c-nav__menu-item:nth-child(5) > .c-nav__menu-link:before {
    background-color: #4c4c4c; } }

.c-nav__menu-item:nth-child(5) > .c-nav__submenu-list {
  background-color: #4c4c4c; }

@media (min-width: 90em) {
  .c-nav__menu-item:nth-child(6) > .c-nav__menu-link:before {
    background-color: #4c4c4c; } }

.c-nav__menu-item:nth-child(6) > .c-nav__submenu-list {
  background-color: #4c4c4c; }

@media (min-width: 90em) {
  .c-nav__menu-item:nth-child(7) > .c-nav__menu-link:before {
    background-color: #4c4c4c; } }

.c-nav__menu-item:nth-child(7) > .c-nav__submenu-list {
  background-color: #4c4c4c; }

@media (min-width: 90em) {
  .c-nav__menu-item:nth-child(8) > .c-nav__menu-link:before {
    background-color: #4c4c4c; } }

.c-nav__menu-item:nth-child(8) > .c-nav__submenu-list {
  background-color: #4c4c4c; }

@media (min-width: 90em) {
  .c-nav__menu-item:nth-child(9) > .c-nav__menu-link:before {
    background-color: #4c4c4c; } }

.c-nav__menu-item:nth-child(9) > .c-nav__submenu-list {
  background-color: #4c4c4c; }

/* Menu transitions - Mobile
   ========================================================================== */
@media (max-width: 89.9375em) {
  .c-nav {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    .menu-is-active .c-nav {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .c-nav__menu-link-arrow {
    -webkit-transform: rotateZ(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotateZ(-135deg);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    .submenu-is-active .c-nav__menu-link-arrow {
      -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
              transform: rotateZ(45deg); }
  .c-nav__submenu-list {
    height: 0;
    overflow: hidden; }
    .submenu-is-active .c-nav__submenu-list {
      height: auto; } }

/* Menu transitions - Desktop
   ========================================================================== */
@media (min-width: 90em) {
  .c-nav__menu-link:before {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
    .is-hover > .c-nav__menu-link:before {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .c-nav__menu-link.is-active:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .c-nav__submenu-list {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
    .is-hover > .c-nav__submenu-list {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      transition-delay: 0.15s; }
  .c-nav__submenu-link:after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
  .c-nav__submenu-link:hover:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

/* ==========================================================================
   #Components: Single DIV burger button
   ========================================================================== */
.c-burger {
  display: inline-block;
  position: relative;
  z-index: 100;
  width: 24px;
  height: 24px;
  background-image: linear-gradient(to right, transparent 30%, #ffffff 30%, #ffffff 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  cursor: pointer;
  transition: background-size 0.1s linear; }

.c-burger:before,
.c-burger:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }

.c-burger:before {
  -webkit-transform: translateY(-500%);
      -ms-transform: translateY(-500%);
          transform: translateY(-500%); }

.c-burger:after {
  -webkit-transform: translateY(500%);
      -ms-transform: translateY(500%);
          transform: translateY(500%); }

/* Active style
    ========================================================================== */
.menu-is-active .c-burger {
  background-size: 0 2px; }

.menu-is-active .c-burger:before {
  -webkit-transform: translateY(0) rotateZ(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotateZ(45deg); }

.menu-is-active .c-burger:after {
  -webkit-transform: translateY(0) rotateZ(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotateZ(-45deg); }

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.c-footer {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #010101; }

.c-footer__copyright {
  display: block;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center; }
  @media (min-width: 30em) {
    .c-footer__copyright {
      margin-bottom: 0;
      text-align: left; } }
  .c-footer__copyright > a {
    color: #ffffff; }

.c-footer__logo-wrapper {
  text-align: center; }

.c-footer__logo {
  width: 120px;
  margin-bottom: 24px; }
  @media (min-width: 30em) {
    .c-footer__logo {
      margin-bottom: 0; } }

.c-footer__social-wrapper {
  text-align: center; }
  @media (min-width: 30em) {
    .c-footer__social-wrapper {
      text-align: right; } }
  .c-footer__social-wrapper > * {
    vertical-align: middle; }

.c-footer__newsletter-signup {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  display: inline-block;
  margin-bottom: 24px;
  color: #ffffff;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (min-width: 118.75em) {
    .c-footer__newsletter-signup {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 75em) {
    .c-footer__newsletter-signup {
      margin-bottom: 0; } }

@media (min-width: 75em) {
  .c-footer__social {
    display: inline-block;
    margin-left: 48px; } }

.c-footer__social-list {
  margin-bottom: 0;
  font-size: 0;
  text-align: center; }
  @media (min-width: 30em) {
    .c-footer__social-list {
      margin-top: 0;
      text-align: right; } }

.c-footer__social-item:not(:first-child) {
  margin-left: 12px; }

.c-footer__social-icon {
  display: inline-block;
  width: 24px !important;
  height: 24px;
  color: #ffffff; }

/* Social icons hover transition - desktop only
   ========================================================================== */
@media (min-width: 64em) {
  .c-footer__newsletter-signup,
  .c-footer__social-icon {
    transition: opacity 0.15s ease-out; }
    .c-footer__newsletter-signup:hover,
    .c-footer__social-icon:hover {
      opacity: 0.3; } }

/* ==========================================================================
   #HERO HEADER
   ========================================================================== */
.c-hero-header {
  position: relative;
  height: calc(100vh - 72px);
  background-color: rgba(0, 0, 0, 0.7); }
  @media (max-width: 63.99em) {
    .c-hero-header.c-hero-header--inner-page {
      height: auto; } }
  @media (min-width: 90em) {
    .c-hero-header {
      height: calc(100vh - 96px); } }
  .c-hero-header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.7; }
  .page-creative-services .c-hero-header {
    background-color: transparent; }
    .page-creative-services .c-hero-header:before {
      background-image: linear-gradient(to bottom, #ff6319, #ffcb4f); }
  .page-content .c-hero-header {
    background-color: transparent; }
    .page-content .c-hero-header:before {
      background-image: linear-gradient(to bottom, #dc0451, #ffc18c); }
  .page-print .c-hero-header {
    background-color: transparent; }
    .page-print .c-hero-header:before {
      background-image: linear-gradient(to bottom, #00b0ca, #c2deea); }
  .page-marketing-automation .c-hero-header {
    background-color: transparent; }
    .page-marketing-automation .c-hero-header:before {
      background-image: linear-gradient(to bottom, #7edfa6, #d9ec9c); }
  .page-about-us .c-hero-header {
    background-color: transparent; }
    .page-about-us .c-hero-header:before {
      background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }
  .page-contact-us .c-hero-header {
    background-color: transparent; }
    .page-contact-us .c-hero-header:before {
      background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }
  .page-brief-us .c-hero-header {
    background-color: transparent; }
    .page-brief-us .c-hero-header:before {
      background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }
  .page-privacy-policy .c-hero-header {
    background-color: transparent; }
    .page-privacy-policy .c-hero-header:before {
      background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }
  .page-careers .c-hero-header {
    background-color: transparent; }
    .page-careers .c-hero-header:before {
      background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }
  .page-our-work .c-hero-header {
    background-color: transparent; }
    .page-our-work .c-hero-header:before {
      background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }

@media (max-width: 63.99em) {
  .c-hero-header__section:first-child {
    height: 75%; }
  .c-hero-header__section:last-child {
    height: 25%; } }

@media (min-width: 64em) {
  .c-hero-header__section {
    height: 100%; } }

.c-hero-header__content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.c-hero-header__scroll {
  display: none;
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 64em) {
    .c-hero-header__scroll {
      display: block; } }

.c-hero-header__scroll-icon {
  width: 24px !important;
  height: 24px;
  color: #ffffff; }

/* scroll down animation - Desktop only
   ========================================================================== */
@media (min-width: 64em) {
  .c-hero-header__scroll-icon {
    -webkit-animation: 1.75s ease-out 6s infinite both fade-slide-in-out;
            animation: 1.75s ease-out 6s infinite both fade-slide-in-out; }
  @-webkit-keyframes fade-slide-in-out {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    10%,
    90% {
      opacity: 1;
      -webkit-transform: none;
              transform: none; }
    100% {
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); } }
  @keyframes fade-slide-in-out {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    10%,
    90% {
      opacity: 1;
      -webkit-transform: none;
              transform: none; }
    100% {
      opacity: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); } } }

/* ==========================================================================
   #HERO VIDEO
   ========================================================================== */
.c-hero-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (max-aspect-ratio: 16 / 9) {
    .c-hero-video {
      width: 0;
      height: 100vh;
      padding-right: calc(100vh * 1.78); } }
  @media (min-aspect-ratio: 16 / 9) {
    .c-hero-video {
      width: 100%;
      padding-bottom: 56.25%; } }

.c-hero-video__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ==========================================================================
   #HERO HEADER SLIDESHOW
   ========================================================================== */
.c-slideshow {
  position: relative;
  max-width: 850px;
  padding: 24px;
  -webkit-animation: 1.5s linear 1s both fade-in;
          animation: 1.5s linear 1s both fade-in; }
  @media (min-width: 48em) {
    .c-slideshow {
      padding-top: 48px;
      padding-bottom: 48px; } }

.c-slideshow__img {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: 0.5s linear 4s both fade-out;
          animation: 0.5s linear 4s both fade-out; }

.c-slideshow__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: #ffffff;
  font-family: "AvenirNextLTW01-Regular", Helvetica, Arial, Verdana, "Trebuchet MS";
  -webkit-animation: 1.5s linear 4.5s both fade-in;
          animation: 1.5s linear 4.5s both fade-in; }
  .c-slideshow--homepage .c-slideshow__content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
    @media (min-width: 64em) {
      .c-slideshow--homepage .c-slideshow__content {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
        line-height: 1.5; } }
  .c-slideshow__content > *:last-child {
    margin-bottom: 0; }

@media (min-width: 48em) {
  .slideshow__content {
    position: relative; }
  .c-slideshow__content:before,
  .c-slideshow__content:after {
    content: "";
    position: relative;
    display: block;
    width: 90px;
    height: 1px;
    background-color: #ffffff; }
  .c-slideshow__content:before {
    top: -24px; } }
  @media (min-width: 48em) and (min-width: 64em) {
    .c-slideshow__content:before {
      top: -48px; } }

@media (min-width: 48em) {
  .c-slideshow__content:after {
    top: 24px; } }
  @media (min-width: 48em) and (min-width: 64em) {
    .c-slideshow__content:after {
      top: 48px; } }

/* Slideshow animation
   ========================================================================== */
@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* ==========================================================================
   #HERO HEADER DEPARTMENT
   ========================================================================== */
.c-department {
  height: 100%;
  margin-bottom: 0; }

.c-department__list-item {
  height: 50%; }
  @media (max-width: 63.99em) {
    .c-department__list-item:nth-child(1), .c-department__list-item:nth-child(2) {
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    .c-department__list-item:nth-child(1), .c-department__list-item:nth-child(3) {
      border-right: 1px solid rgba(255, 255, 255, 0.25); } }
  @media (min-width: 64em) {
    .c-department__list-item {
      height: 25%; } }

.c-department__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden; }
  @media (min-width: 64em) {
    .c-department__item:before, .c-department__item:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .c-department__item:before {
      z-index: 1;
      opacity: 0.85; }
    .c-department__item:after {
      background-color: rgba(0, 0, 0, 0.85);
      z-index: 3;
      display: block; } }

.c-department__bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  background-blend-mode: saturation;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 64em) {
    .c-department__bg-img {
      display: block; } }

.c-department__title {
  position: relative;
  z-index: 4;
  margin-bottom: 0;
  color: #ffffff;
  font-family: "AvenirNextLTW01-Heavy", Helvetica, Arial, Verdana, "Trebuchet MS";
  font-size: 4.5vw;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 48em) {
    .c-department__title {
      font-size: 3vw; } }
  @media (min-width: 64em) {
    .c-department__title {
      font-size: 2vw; } }
  @media (min-width: 85.375em) {
    .c-department__title {
      font-size: 1.5vw; } }

@media (max-width: 63.99em) {
  .c-department__list-item:nth-child(1) .c-department__title {
    color: #ff6319; }
  .c-department__list-item:nth-child(2) .c-department__title {
    color: #dc0451; }
  .c-department__list-item:nth-child(3) .c-department__title {
    color: #00b0ca; }
  .c-department__list-item:nth-child(4) .c-department__title {
    color: #7edfa6; }
  .c-department__list-item:nth-child(5) .c-department__title {
    color: #4c4c4c; }
  .c-department__list-item:nth-child(6) .c-department__title {
    color: #4c4c4c; }
  .c-department__list-item:nth-child(7) .c-department__title {
    color: #4c4c4c; }
  .c-department__list-item:nth-child(8) .c-department__title {
    color: #4c4c4c; }
  .c-department__list-item:nth-child(9) .c-department__title {
    color: #4c4c4c; } }

/* List item overlay colors
   ========================================================================== */
.c-department__list-item:nth-child(1) .c-department__item:before {
  background-color: #ff6319; }

.c-department__list-item:nth-child(2) .c-department__item:before {
  background-color: #dc0451; }

.c-department__list-item:nth-child(3) .c-department__item:before {
  background-color: #00b0ca; }

.c-department__list-item:nth-child(4) .c-department__item:before {
  background-color: #7edfa6; }

.c-department__list-item:nth-child(5) .c-department__item:before {
  background-color: #4c4c4c; }

.c-department__list-item:nth-child(6) .c-department__item:before {
  background-color: #4c4c4c; }

.c-department__list-item:nth-child(7) .c-department__item:before {
  background-color: #4c4c4c; }

.c-department__list-item:nth-child(8) .c-department__item:before {
  background-color: #4c4c4c; }

.c-department__list-item:nth-child(9) .c-department__item:before {
  background-color: #4c4c4c; }

/* Hover transitions - desktop only
   ========================================================================== */
@media (min-width: 64em) {
  .c-department__title {
    color: #ffffff;
    transition: color 0.2s ease-out; }
  .c-department__list-item:nth-child(1) .c-department__item:hover .c-department__title {
    color: #ff6319; }
  .c-department__list-item:nth-child(2) .c-department__item:hover .c-department__title {
    color: #dc0451; }
  .c-department__list-item:nth-child(3) .c-department__item:hover .c-department__title {
    color: #00b0ca; }
  .c-department__list-item:nth-child(4) .c-department__item:hover .c-department__title {
    color: #7edfa6; }
  .c-department__list-item:nth-child(5) .c-department__item:hover .c-department__title {
    color: #4c4c4c; }
  .c-department__list-item:nth-child(6) .c-department__item:hover .c-department__title {
    color: #4c4c4c; }
  .c-department__list-item:nth-child(7) .c-department__item:hover .c-department__title {
    color: #4c4c4c; }
  .c-department__list-item:nth-child(8) .c-department__item:hover .c-department__title {
    color: #4c4c4c; }
  .c-department__list-item:nth-child(9) .c-department__item:hover .c-department__title {
    color: #4c4c4c; }
  .c-department__item:before {
    opacity: 0.85;
    transition: opacity 0.2s ease-out; }
    .c-department__link:hover > .c-department__item:before {
      opacity: 0; }
  .c-department__item:after {
    opacity: 0;
    transition: opacity 0.2s ease-out; }
    .c-department__link:hover > .c-department__item:after {
      opacity: 0.85; }
  .c-department__logo {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    .c-department__link:hover .c-department__logo {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      transition-delay: 0.1s; } }

/* ==========================================================================
   #SECTION
   ========================================================================== */
.c-section {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9); }
  .c-section.c-section--page-contact {
    background-color: #010101; }

.c-section__header {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffffff;
  text-align: center; }

.c-section__title {
  margin-bottom: 0;
  text-transform: uppercase; }

.c-section__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.4;
  color: #010101;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  text-transform: uppercase; }
  @media (min-width: 118.75em) {
    .c-section__link {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 48em) {
    .c-section__link {
      position: absolute;
      right: 24px;
      top: 50%; } }

.c-section__body {
  padding-top: 48px;
  padding-bottom: 48px; }

.c-section__subtitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
  font-family: "AvenirNextLTW01-Heavy", Helvetica, Arial, Verdana, "Trebuchet MS";
  text-transform: uppercase;
  color: #ffffff; }
  @media (max-width: 47.99em) {
    .c-section__subtitle {
      text-align: center; } }

.c-section__article {
  max-width: 600px; }

.c-section__content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  max-width: 300px;
  margin: 0 auto;
  color: #ffffff; }
  @media (min-width: 118.75em) {
    .c-section__content {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
  .c-section__content ul {
    margin-left: 18px; }
  .c-section__content li {
    margin-bottom: 12px; }

.c-section--flush > .c-section__body {
  padding-top: 0;
  padding-bottom: 0; }

.c-section--secondary > .c-section__body {
  background-color: #f2f2f2; }

/* Section link transition
   ========================================================================== */
@media (min-width: 64em) {
  .c-section__link:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #010101;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
  .c-section__link:hover:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

/* ==========================================================================
   #PROJECT GALLERY
   ========================================================================== */
.c-gallery__item-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7); }

.c-gallery__content {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center; }

.c-gallery__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "AvenirNextLTW01-Medium", Helvetica, Arial, Verdana, "Trebuchet MS";
  text-transform: capitalize; }
  .c-gallery__title:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff; }
  @media (min-width: 85.375em) {
    .c-gallery__title {
      font-size: 1.2vw; } }
  @media (min-width: 85.375em) {
    .c-gallery--page-our-work .c-gallery__title {
      font-size: 0.8vw; } }

.c-gallery__description {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #ffffff;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  text-transform: uppercase; }
  @media (min-width: 85.375em) {
    .c-gallery__description {
      font-size: 2.2vw; } }
  @media (min-width: 85.375em) {
    .c-gallery--page-our-work .c-gallery__description {
      font-size: 1.2vw; } }

/* Gallery hover transition - desktop only
   ========================================================================== */
@media (min-width: 64em) {
  .c-gallery__item-container:after {
    opacity: 0.5;
    transition: opacity 0.15s ease-out; }
    .c-gallery__link:hover > .c-gallery__item-container:after {
      opacity: 0.3; }
  .c-gallery__title,
  .c-gallery__description {
    opacity: 0.5;
    transition: opacity 0.15s ease-out; }
    .c-gallery__link:hover .c-gallery__title, .c-gallery__link:hover
    .c-gallery__description {
      opacity: 1; } }

/* ==========================================================================
   #HERO HEADER DEPARTMENT
   ========================================================================== */
.c-feed {
  color: #ffffff;
  letter-spacing: 0.1em; }
  @media (max-width: 47.99em) {
    .c-feed:not(:last-child) {
      margin-bottom: 24px; } }

.c-feed__title {
  font-family: "AvenirNextLTW01-Heavy", Helvetica, Arial, Verdana, "Trebuchet MS";
  text-transform: uppercase; }
  @media (max-width: 47.99em) {
    .c-feed__title {
      margin-bottom: 12px; } }

.c-feed__content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-bottom: 12px; }
  @media (min-width: 118.75em) {
    .c-feed__content {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
  .c-feed__content > *:last-child {
    margin-bottom: 0; }

.c-feed__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  display: block;
  margin-bottom: 24px;
  color: #dc0451;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  text-transform: uppercase;
  transition: opacity .25s ease-out; }
  @media (min-width: 118.75em) {
    .c-feed__link {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
  .c-feed__link:hover {
    opacity: 0.7; }

.c-feed__author {
  text-transform: uppercase; }

/* ==========================================================================
   #INNER PAGE NAVIGATION
   ========================================================================== */
.c-page-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  height: 100%; }

.page-creative-services .c-page-nav {
  background-color: #ff6319; }

.page-content .c-page-nav {
  background-color: #dc0451; }

.page-print .c-page-nav {
  background-color: #00b0ca; }

.page-marketing-automation .c-page-nav {
  background-color: #7edfa6; }

.page-about-us .c-page-nav {
  background-color: #4c4c4c; }

.page-contact-us .c-page-nav {
  background-color: #4c4c4c; }

.page-brief-us .c-page-nav {
  background-color: #4c4c4c; }

.page-privacy-policy .c-page-nav {
  background-color: #4c4c4c; }

.page-careers .c-page-nav {
  background-color: #4c4c4c; }

.page-our-work .c-page-nav {
  background-color: #4c4c4c; }

.c-page-nav__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #ffffff;
  font-family: "AvenirNextLTW01-Heavy", Helvetica, Arial, Verdana, "Trebuchet MS";
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 48em) {
    .c-page-nav__title {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.16667; } }
  @media (min-width: 85.375em) {
    .c-page-nav__title {
      font-size: 1.9vw; } }

.c-page-nav__list {
  position: relative;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px; }
  .c-page-nav__list:before, .c-page-nav__list:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ffffff; }
  .c-page-nav__list:before {
    top: 0; }
  .c-page-nav__list:after {
    bottom: 0; }

.c-page-nav__item {
  text-align: center; }
  .c-page-nav__item:not(:last-child) {
    margin-bottom: 24px; }

.c-page-nav__link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  position: relative;
  color: #ffffff; }
  .c-page-nav__link:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffffff;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
    @media (min-width: 90em) {
      .c-page-nav__link:after {
        bottom: -5px; } }

/* Menu transitions - Desktop
   ========================================================================== */
@media (min-width: 90em) {
  .c-page-nav__link:after {
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
  .c-page-nav__link:hover:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

/* ==========================================================================
   #POST HEADER
   ========================================================================== */
.c-post-header {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  color: #ffffff;
  text-align: center; }
  .c-post-header.c-post-header--landing-page {
    text-align: left; }
  @media (min-width: 64em) {
    .c-post-header {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .c-post-header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.85; }
  .c-post-header.c-post-header--landing-page:before {
    background-image: linear-gradient(to bottom, #00b0ca, #c2deea); }

.page-creative-services .c-post-header:before {
  background-image: linear-gradient(to bottom, #ff6319, #ffcb4f); }

.page-content .c-post-header:before {
  background-image: linear-gradient(to bottom, #dc0451, #ffc18c); }

.page-print .c-post-header:before {
  background-image: linear-gradient(to bottom, #00b0ca, #c2deea); }

.page-marketing-automation .c-post-header:before {
  background-image: linear-gradient(to bottom, #7edfa6, #d9ec9c); }

.page-about-us .c-post-header:before {
  background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }

.page-contact-us .c-post-header:before {
  background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }

.page-brief-us .c-post-header:before {
  background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }

.page-privacy-policy .c-post-header:before {
  background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }

.page-careers .c-post-header:before {
  background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }

.page-our-work .c-post-header:before {
  background-image: linear-gradient(to bottom, #4c4c4c, #b2b2b2); }

.c-post-header__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media (min-width: 48em) {
    .c-post-header__title {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.16667; } }
  @media (min-width: 64em) {
    .c-post-header__title {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.125; } }
  @media (min-width: 75em) {
    .c-post-header__title {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 1.1; } }

.c-post-header__description {
  margin-bottom: 0; }
  .c-post-header--landing-page .c-post-header__description {
    max-width: 700px; }

/* ==========================================================================
   #PAGE CONTENT
   ========================================================================== */
.c-page-content {
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center; }

.c-page-content__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  color: #ffffff; }
  @media (min-width: 48em) {
    .c-page-content__container {
      max-width: 600px; } }
  @media (min-width: 100em) {
    .c-page-content__container {
      margin-right: 96px;
      max-width: 60%; } }
  .c-page-content__container > *:last-child {
    margin-bottom: 0; }

/* ==========================================================================
   #CONTACT CARD
   ========================================================================== */
.c-contact-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-contact-card:not(:last-child) {
    margin-bottom: 24px; }
  @media (min-width: 48em) {
    .c-contact-card.c-contact-card--landing-page {
      display: block; } }

.c-contact-card__container {
  text-align: center; }
  @media (min-width: 30em) {
    .c-contact-card__container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left; } }

.c-contact-card__portrait {
  width: 96px;
  height: 96px;
  margin-right: 24px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  object-fit: cover; }
  @media (max-width: 29.99em) {
    .c-contact-card__portrait {
      margin-bottom: 24px;
      margin-right: 0; } }
  @media (min-width: 48em) {
    .c-contact-card__portrait {
      width: 156px;
      height: 156px;
      margin-right: 24px; } }
  .c-contact-card--company .c-contact-card__portrait {
    height: auto;
    border: 0;
    border-radius: 0; }

.c-contact-card__info {
  margin-bottom: 0;
  color: #ffffff;
  font-style: normal; }
  .c-contact-card__info h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .c-contact-card__info h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 12px; }
    .c-contact-card--page-contact-us .c-contact-card__info h3 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 0;
      font-family: "AvenirNextLTW01-Medium", Helvetica, Arial, Verdana, "Trebuchet MS"; }
  .c-contact-card__info a {
    color: #ffffff; }

.c-contact-card__linkedin {
  display: inline-block;
  margin-top: 12px; }

/* ==========================================================================
   #CASE STUDY POST PAGE
   ========================================================================== */
.c-case-study {
  padding-bottom: 24px;
  background-color: #010101;
  color: #ffffff; }
  @media (min-width: 48em) {
    .c-case-study {
      padding-bottom: 48px; } }

.c-case-study__hero-img {
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
  object-fit: cover; }
  @media (min-width: 48em) {
    .c-case-study__hero-img {
      margin-bottom: 48px; } }
  @media (min-width: 64em) {
    .c-case-study__hero-img {
      height: auto; } }

.c-case-study__content-wrapper {
  margin-bottom: 24px; }
  @media (min-width: 48em) {
    .c-case-study__content-wrapper {
      margin-bottom: 48px; } }

.c-case-study__content {
  max-width: 600px;
  margin-bottom: 24px; }
  @media (min-width: 48em) {
    .c-case-study__content {
      margin-bottom: 0; } }
  .c-case-study__content:not(:last-child) {
    margin-bottom: 48px; }

.c-case-study__content-header {
  margin-bottom: 24px; }
  @media (min-width: 48em) {
    .c-case-study__content-header {
      margin-bottom: 48px; } }

.c-case-study__title,
.c-case-study__client {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 0.1em; }

.c-case-study__title {
  text-transform: uppercase; }
  .c-case-study__title > span {
    text-transform: none; }

.c-case-study__client {
  font-style: italic; }

.c-case-study__highlight {
  margin-bottom: 0; }
  .c-case-study__highlight:not(:last-child) {
    margin-bottom: 24px; }
    @media (min-width: 48em) {
      .c-case-study__highlight:not(:last-child) {
        margin-bottom: 48px; } }

.c-case-study__highlight-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 12px;
  font-family: "AvenirNextLTW01-Heavy", Helvetica, Arial, Verdana, "Trebuchet MS";
  text-transform: uppercase; }

.c-case-study__highlight-list {
  margin-left: 18px;
  margin-bottom: 0; }

.c-case-study__highlight-list-item:not(:last-child) {
  margin-bottom: 6px; }

.c-case-study__footer-img {
  background-color: #f0f0f1; }

.c-case-study__video {
  margin-bottom: 48px; }

/* ==========================================================================
   #HERO HEADER
   ========================================================================== */
.c-member-card__info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.1s ease-out; }
  .c-member-card__info:hover, .c-member-card__info:focus, .c-member-card__info:active {
    opacity: 1; }
  .c-member-card--board > .c-member-card__info {
    background-color: rgba(0, 0, 0, 0.85);
    color: #ffffff; }

.c-member-card__portrait {
  max-width: 100%; }

.c-member-card__info-container {
  width: 100%;
  text-align: center; }

.c-member-card__name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "AvenirNextLTW01-Heavy", Helvetica, Arial, Verdana, "Trebuchet MS"; }

.c-member-card__position {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 12px;
  font-style: italic; }

.c-member-card__motto {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0; }

/* ==========================================================================
   #HISTORY TIMELINE
   ========================================================================== */
.c-timeline {
  margin-bottom: 0;
  padding: 24px;
  color: #ffffff; }
  @media (min-width: 64em) {
    .c-timeline {
      padding-top: 48px;
      padding-bottom: 48px; } }

.c-timeline__item {
  position: relative;
  padding-left: 48px;
  /* line */
  /* Dot indicator */ }
  .c-timeline__item:before, .c-timeline__item:after {
    content: "";
    position: absolute; }
  .c-timeline__item:before {
    top: 0;
    left: 12px;
    width: 1px;
    height: calc(100% + 24px);
    background-color: #ffffff; }
  .c-timeline__item:after {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #010101;
    background-image: radial-gradient(circle at center, white, white 50%, transparent 50%);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center center; }
  .c-timeline__item:first-child:before {
    top: 50%;
    height: calc(50% + 24px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .c-timeline__item:last-child:before {
    top: 0;
    height: 50%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .c-timeline__item:not(:last-child) {
    margin-bottom: 24px; }
  @media (min-width: 64em) {
    .c-timeline__item {
      margin-left: calc(50% - 12px);
      width: 420px; }
      .c-timeline__item:nth-child(even) {
        padding-left: 0;
        padding-right: 48px;
        -webkit-transform: translateX(calc(-100% + 25px));
            -ms-transform: translateX(calc(-100% + 25px));
                transform: translateX(calc(-100% + 25px));
        text-align: right; }
        .c-timeline__item:nth-child(even):after {
          left: auto;
          right: 0; }
        .c-timeline__item:nth-child(even):before {
          left: auto;
          right: 12px; } }

.c-timeline__year {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  display: block;
  margin-bottom: 12px;
  font-family: "AvenirNextLTW01-Heavy", Helvetica, Arial, Verdana, "Trebuchet MS"; }

.c-timeline__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 0;
  font-family: "AvenirNextLTW01-Medium", Helvetica, Arial, Verdana, "Trebuchet MS"; }

/* ==========================================================================
   #CONTACT PAGE CONTACT DETAIL
   ========================================================================== */
.c-contact-detail {
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  background-color: #010101;
  color: #ffffff;
  font-style: normal; }
  @media (min-width: 64em) {
    .c-contact-detail {
      padding: 48px; } }

.c-contact-detail__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 12px;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.c-contact-detail__content {
  margin-bottom: 24px; }
  @media (min-width: 64em) {
    .c-contact-detail__content {
      margin-bottom: 48px; } }
  .c-contact-detail__content:last-child {
    margin-bottom: 0; }
  .c-contact-detail__content a {
    color: #ffffff; }

.c-contact-detail__tel {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  display: block;
  margin-bottom: 6px; }

/* ==========================================================================
   FORM ELEMENTS
   ========================================================================== */
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"],
.c-form textarea,
.c-form select {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 24px;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0 6px;
  background-color: #ffffff;
  color: #010101;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.c-form label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.c-form input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  padding: 12px 24px;
  background-color: transparent;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 0.1s ease-out; }

.c-form .hs-error-msgs {
  position: relative;
  top: -12px;
  margin: 0;
  list-style: none;
  color: #ffffff; }
  .c-form .hs-error-msgs a {
    color: #ffffff; }

.c-form .hs-error-msgs label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

.c-form .submitted-message {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: center; }

.c-form .hs-field-desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #ffffff;
  margin-bottom: 6px; }

.c-form .hs-form-field {
  margin-bottom: 24px; }

.c-form__select-wrapper {
  position: relative; }

.c-form__select-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none; }

/* ==========================================================================
   #EMBED GOOGLE MAP
   ========================================================================== */
@media (max-width: 47.99em) {
  .c-map {
    height: 300px; } }

/* ==========================================================================
   #BUBBLE CHART
   ========================================================================== */
.c-bubble-chart__text {
  font-size: 10.5px;
  font-size: 0.65625rem;
  line-height: 1.71429;
  line-height: 1.2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  text-align: center;
  text-transform: uppercase; }

/* ==========================================================================
   #CIRCLE TAB
   ========================================================================== */
.c-circle-tab {
  max-width: 100%; }

.c-circle-tab #jsTabBtnGroup > g {
  fill: #fff;
  transition: fill 0.2s ease;
  cursor: pointer; }
  .c-circle-tab #jsTabBtnGroup > g .cls-4 {
    fill: inherit; }

.c-circle-tab path[data-name="click-zone"] {
  fill: transparent;
  cursor: pointer; }

.c-circle-tab #jsTabContentGroup > g {
  opacity: 0;
  transition: opacity 0.2s ease; }

.c-circle-tab[data-state="0"] #jsTabBtnGroup > g:nth-child(0) {
  fill: #fff; }

.c-circle-tab[data-state="0"] #jsTabContentGroup > g:nth-child(1) {
  opacity: 1; }

.c-circle-tab[data-state="1"] #jsTabBtnGroup > g:nth-child(1) {
  fill: #ffc743; }

.c-circle-tab[data-state="1"] #jsTabContentGroup > g:nth-child(2) {
  opacity: 1; }

.c-circle-tab[data-state="2"] #jsTabBtnGroup > g:nth-child(2) {
  fill: #ffb98e; }

.c-circle-tab[data-state="2"] #jsTabContentGroup > g:nth-child(3) {
  opacity: 1; }

.c-circle-tab[data-state="3"] #jsTabBtnGroup > g:nth-child(3) {
  fill: #b7d7ea; }

.c-circle-tab[data-state="3"] #jsTabContentGroup > g:nth-child(4) {
  opacity: 1; }

.c-circle-tab[data-state="4"] #jsTabBtnGroup > g:nth-child(4) {
  fill: #d1ea8d; }

.c-circle-tab[data-state="4"] #jsTabContentGroup > g:nth-child(5) {
  opacity: 1; }

.c-circle-tab[data-state="5"] #jsTabBtnGroup > g:nth-child(5) {
  fill: #ffc743; }

.c-circle-tab[data-state="5"] #jsTabContentGroup > g:nth-child(6) {
  opacity: 1; }

.c-circle-tab[data-state="6"] #jsTabBtnGroup > g:nth-child(6) {
  fill: #ffb98e; }

.c-circle-tab[data-state="6"] #jsTabContentGroup > g:nth-child(7) {
  opacity: 1; }

.c-circle-tab[data-state="7"] #jsTabBtnGroup > g:nth-child(7) {
  fill: #b7d7ea; }

.c-circle-tab[data-state="7"] #jsTabContentGroup > g:nth-child(8) {
  opacity: 1; }

.c-circle-tab__wrapper {
  position: relative; }

.c-circle-tab__arrow {
  position: absolute;
  bottom: -96px;
  left: calc(50% - 24px);
  width: 72px;
  -webkit-animation: 1.75s ease-out 2s infinite both arrow-fade-slide-down;
          animation: 1.75s ease-out 2s infinite both arrow-fade-slide-down; }
  @media (min-width: 48em) {
    .c-circle-tab__arrow {
      top: calc(50% - 24px);
      bottom: auto;
      left: auto;
      right: -96px;
      -webkit-animation-name: arrow-fade-slide-right;
              animation-name: arrow-fade-slide-right; } }

@-webkit-keyframes arrow-fade-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotateZ(90deg);
            transform: translateY(-50%) rotateZ(90deg); }
  10%,
  90% {
    opacity: 1;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50%) rotateZ(90deg);
            transform: translateY(50%) rotateZ(90deg); } }

@keyframes arrow-fade-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotateZ(90deg);
            transform: translateY(-50%) rotateZ(90deg); }
  10%,
  90% {
    opacity: 1;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50%) rotateZ(90deg);
            transform: translateY(50%) rotateZ(90deg); } }

@-webkit-keyframes arrow-fade-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  10%,
  90% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); } }

@keyframes arrow-fade-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  10%,
  90% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); } }

/* ==========================================================================
   #THUMBNAIL
   ========================================================================== */
.c-thumbnail {
  cursor: pointer; }

.c-thumbnail__img {
  margin-bottom: 12px;
  transition: opacity 0.2s ease-out; }
  .c-thumbnail:hover .c-thumbnail__img {
    opacity: 0.8; }

.c-thumbnail__heading,
.c-thumbnail__description {
  color: #ffffff; }

.c-thumbnail__heading {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important; }

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important; }

.u-1\/2 {
  width: 50% !important; }

.u-2\/2 {
  width: 100% !important; }

.u-1\/3 {
  width: 33.33333% !important; }

.u-2\/3 {
  width: 66.66667% !important; }

.u-3\/3 {
  width: 100% !important; }

.u-1\/4 {
  width: 25% !important; }

.u-2\/4 {
  width: 50% !important; }

.u-3\/4 {
  width: 75% !important; }

.u-4\/4 {
  width: 100% !important; }

.u-1\/5 {
  width: 20% !important; }

.u-2\/5 {
  width: 40% !important; }

.u-3\/5 {
  width: 60% !important; }

.u-4\/5 {
  width: 80% !important; }

.u-5\/5 {
  width: 100% !important; }

.u-1\/6 {
  width: 16.66667% !important; }

.u-2\/6 {
  width: 33.33333% !important; }

.u-3\/6 {
  width: 50% !important; }

.u-4\/6 {
  width: 66.66667% !important; }

.u-5\/6 {
  width: 83.33333% !important; }

.u-6\/6 {
  width: 100% !important; }

.u-1\/8 {
  width: 12.5% !important; }

.u-2\/8 {
  width: 25% !important; }

.u-3\/8 {
  width: 37.5% !important; }

.u-4\/8 {
  width: 50% !important; }

.u-5\/8 {
  width: 62.5% !important; }

.u-6\/8 {
  width: 75% !important; }

.u-7\/8 {
  width: 87.5% !important; }

.u-8\/8 {
  width: 100% !important; }

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 30em) {
  .u-1\/1\@mobile {
    width: 100% !important; }
  .u-1\/2\@mobile {
    width: 50% !important; }
  .u-2\/2\@mobile {
    width: 100% !important; }
  .u-1\/3\@mobile {
    width: 33.33333% !important; }
  .u-2\/3\@mobile {
    width: 66.66667% !important; }
  .u-3\/3\@mobile {
    width: 100% !important; }
  .u-1\/4\@mobile {
    width: 25% !important; }
  .u-2\/4\@mobile {
    width: 50% !important; }
  .u-3\/4\@mobile {
    width: 75% !important; }
  .u-4\/4\@mobile {
    width: 100% !important; }
  .u-1\/5\@mobile {
    width: 20% !important; }
  .u-2\/5\@mobile {
    width: 40% !important; }
  .u-3\/5\@mobile {
    width: 60% !important; }
  .u-4\/5\@mobile {
    width: 80% !important; }
  .u-5\/5\@mobile {
    width: 100% !important; }
  .u-1\/6\@mobile {
    width: 16.66667% !important; }
  .u-2\/6\@mobile {
    width: 33.33333% !important; }
  .u-3\/6\@mobile {
    width: 50% !important; }
  .u-4\/6\@mobile {
    width: 66.66667% !important; }
  .u-5\/6\@mobile {
    width: 83.33333% !important; }
  .u-6\/6\@mobile {
    width: 100% !important; }
  .u-1\/8\@mobile {
    width: 12.5% !important; }
  .u-2\/8\@mobile {
    width: 25% !important; }
  .u-3\/8\@mobile {
    width: 37.5% !important; }
  .u-4\/8\@mobile {
    width: 50% !important; }
  .u-5\/8\@mobile {
    width: 62.5% !important; }
  .u-6\/8\@mobile {
    width: 75% !important; }
  .u-7\/8\@mobile {
    width: 87.5% !important; }
  .u-8\/8\@mobile {
    width: 100% !important; } }

@media (min-width: 48em) {
  .u-1\/1\@tablet {
    width: 100% !important; }
  .u-1\/2\@tablet {
    width: 50% !important; }
  .u-2\/2\@tablet {
    width: 100% !important; }
  .u-1\/3\@tablet {
    width: 33.33333% !important; }
  .u-2\/3\@tablet {
    width: 66.66667% !important; }
  .u-3\/3\@tablet {
    width: 100% !important; }
  .u-1\/4\@tablet {
    width: 25% !important; }
  .u-2\/4\@tablet {
    width: 50% !important; }
  .u-3\/4\@tablet {
    width: 75% !important; }
  .u-4\/4\@tablet {
    width: 100% !important; }
  .u-1\/5\@tablet {
    width: 20% !important; }
  .u-2\/5\@tablet {
    width: 40% !important; }
  .u-3\/5\@tablet {
    width: 60% !important; }
  .u-4\/5\@tablet {
    width: 80% !important; }
  .u-5\/5\@tablet {
    width: 100% !important; }
  .u-1\/6\@tablet {
    width: 16.66667% !important; }
  .u-2\/6\@tablet {
    width: 33.33333% !important; }
  .u-3\/6\@tablet {
    width: 50% !important; }
  .u-4\/6\@tablet {
    width: 66.66667% !important; }
  .u-5\/6\@tablet {
    width: 83.33333% !important; }
  .u-6\/6\@tablet {
    width: 100% !important; }
  .u-1\/8\@tablet {
    width: 12.5% !important; }
  .u-2\/8\@tablet {
    width: 25% !important; }
  .u-3\/8\@tablet {
    width: 37.5% !important; }
  .u-4\/8\@tablet {
    width: 50% !important; }
  .u-5\/8\@tablet {
    width: 62.5% !important; }
  .u-6\/8\@tablet {
    width: 75% !important; }
  .u-7\/8\@tablet {
    width: 87.5% !important; }
  .u-8\/8\@tablet {
    width: 100% !important; } }

@media (min-width: 64em) {
  .u-1\/1\@desktop {
    width: 100% !important; }
  .u-1\/2\@desktop {
    width: 50% !important; }
  .u-2\/2\@desktop {
    width: 100% !important; }
  .u-1\/3\@desktop {
    width: 33.33333% !important; }
  .u-2\/3\@desktop {
    width: 66.66667% !important; }
  .u-3\/3\@desktop {
    width: 100% !important; }
  .u-1\/4\@desktop {
    width: 25% !important; }
  .u-2\/4\@desktop {
    width: 50% !important; }
  .u-3\/4\@desktop {
    width: 75% !important; }
  .u-4\/4\@desktop {
    width: 100% !important; }
  .u-1\/5\@desktop {
    width: 20% !important; }
  .u-2\/5\@desktop {
    width: 40% !important; }
  .u-3\/5\@desktop {
    width: 60% !important; }
  .u-4\/5\@desktop {
    width: 80% !important; }
  .u-5\/5\@desktop {
    width: 100% !important; }
  .u-1\/6\@desktop {
    width: 16.66667% !important; }
  .u-2\/6\@desktop {
    width: 33.33333% !important; }
  .u-3\/6\@desktop {
    width: 50% !important; }
  .u-4\/6\@desktop {
    width: 66.66667% !important; }
  .u-5\/6\@desktop {
    width: 83.33333% !important; }
  .u-6\/6\@desktop {
    width: 100% !important; }
  .u-1\/8\@desktop {
    width: 12.5% !important; }
  .u-2\/8\@desktop {
    width: 25% !important; }
  .u-3\/8\@desktop {
    width: 37.5% !important; }
  .u-4\/8\@desktop {
    width: 50% !important; }
  .u-5\/8\@desktop {
    width: 62.5% !important; }
  .u-6\/8\@desktop {
    width: 75% !important; }
  .u-7\/8\@desktop {
    width: 87.5% !important; }
  .u-8\/8\@desktop {
    width: 100% !important; } }

@media (min-width: 75em) {
  .u-1\/1\@wide {
    width: 100% !important; }
  .u-1\/2\@wide {
    width: 50% !important; }
  .u-2\/2\@wide {
    width: 100% !important; }
  .u-1\/3\@wide {
    width: 33.33333% !important; }
  .u-2\/3\@wide {
    width: 66.66667% !important; }
  .u-3\/3\@wide {
    width: 100% !important; }
  .u-1\/4\@wide {
    width: 25% !important; }
  .u-2\/4\@wide {
    width: 50% !important; }
  .u-3\/4\@wide {
    width: 75% !important; }
  .u-4\/4\@wide {
    width: 100% !important; }
  .u-1\/5\@wide {
    width: 20% !important; }
  .u-2\/5\@wide {
    width: 40% !important; }
  .u-3\/5\@wide {
    width: 60% !important; }
  .u-4\/5\@wide {
    width: 80% !important; }
  .u-5\/5\@wide {
    width: 100% !important; }
  .u-1\/6\@wide {
    width: 16.66667% !important; }
  .u-2\/6\@wide {
    width: 33.33333% !important; }
  .u-3\/6\@wide {
    width: 50% !important; }
  .u-4\/6\@wide {
    width: 66.66667% !important; }
  .u-5\/6\@wide {
    width: 83.33333% !important; }
  .u-6\/6\@wide {
    width: 100% !important; }
  .u-1\/8\@wide {
    width: 12.5% !important; }
  .u-2\/8\@wide {
    width: 25% !important; }
  .u-3\/8\@wide {
    width: 37.5% !important; }
  .u-4\/8\@wide {
    width: 50% !important; }
  .u-5\/8\@wide {
    width: 62.5% !important; }
  .u-6\/8\@wide {
    width: 75% !important; }
  .u-7\/8\@wide {
    width: 87.5% !important; }
  .u-8\/8\@wide {
    width: 100% !important; } }

@media (min-width: 85.375em) {
  .u-1\/1\@superwide {
    width: 100% !important; }
  .u-1\/2\@superwide {
    width: 50% !important; }
  .u-2\/2\@superwide {
    width: 100% !important; }
  .u-1\/3\@superwide {
    width: 33.33333% !important; }
  .u-2\/3\@superwide {
    width: 66.66667% !important; }
  .u-3\/3\@superwide {
    width: 100% !important; }
  .u-1\/4\@superwide {
    width: 25% !important; }
  .u-2\/4\@superwide {
    width: 50% !important; }
  .u-3\/4\@superwide {
    width: 75% !important; }
  .u-4\/4\@superwide {
    width: 100% !important; }
  .u-1\/5\@superwide {
    width: 20% !important; }
  .u-2\/5\@superwide {
    width: 40% !important; }
  .u-3\/5\@superwide {
    width: 60% !important; }
  .u-4\/5\@superwide {
    width: 80% !important; }
  .u-5\/5\@superwide {
    width: 100% !important; }
  .u-1\/6\@superwide {
    width: 16.66667% !important; }
  .u-2\/6\@superwide {
    width: 33.33333% !important; }
  .u-3\/6\@superwide {
    width: 50% !important; }
  .u-4\/6\@superwide {
    width: 66.66667% !important; }
  .u-5\/6\@superwide {
    width: 83.33333% !important; }
  .u-6\/6\@superwide {
    width: 100% !important; }
  .u-1\/8\@superwide {
    width: 12.5% !important; }
  .u-2\/8\@superwide {
    width: 25% !important; }
  .u-3\/8\@superwide {
    width: 37.5% !important; }
  .u-4\/8\@superwide {
    width: 50% !important; }
  .u-5\/8\@superwide {
    width: 62.5% !important; }
  .u-6\/8\@superwide {
    width: 75% !important; }
  .u-7\/8\@superwide {
    width: 87.5% !important; }
  .u-8\/8\@superwide {
    width: 100% !important; } }

@media (min-width: 100em) {
  .u-1\/1\@jumbowide {
    width: 100% !important; }
  .u-1\/2\@jumbowide {
    width: 50% !important; }
  .u-2\/2\@jumbowide {
    width: 100% !important; }
  .u-1\/3\@jumbowide {
    width: 33.33333% !important; }
  .u-2\/3\@jumbowide {
    width: 66.66667% !important; }
  .u-3\/3\@jumbowide {
    width: 100% !important; }
  .u-1\/4\@jumbowide {
    width: 25% !important; }
  .u-2\/4\@jumbowide {
    width: 50% !important; }
  .u-3\/4\@jumbowide {
    width: 75% !important; }
  .u-4\/4\@jumbowide {
    width: 100% !important; }
  .u-1\/5\@jumbowide {
    width: 20% !important; }
  .u-2\/5\@jumbowide {
    width: 40% !important; }
  .u-3\/5\@jumbowide {
    width: 60% !important; }
  .u-4\/5\@jumbowide {
    width: 80% !important; }
  .u-5\/5\@jumbowide {
    width: 100% !important; }
  .u-1\/6\@jumbowide {
    width: 16.66667% !important; }
  .u-2\/6\@jumbowide {
    width: 33.33333% !important; }
  .u-3\/6\@jumbowide {
    width: 50% !important; }
  .u-4\/6\@jumbowide {
    width: 66.66667% !important; }
  .u-5\/6\@jumbowide {
    width: 83.33333% !important; }
  .u-6\/6\@jumbowide {
    width: 100% !important; }
  .u-1\/8\@jumbowide {
    width: 12.5% !important; }
  .u-2\/8\@jumbowide {
    width: 25% !important; }
  .u-3\/8\@jumbowide {
    width: 37.5% !important; }
  .u-4\/8\@jumbowide {
    width: 50% !important; }
  .u-5\/8\@jumbowide {
    width: 62.5% !important; }
  .u-6\/8\@jumbowide {
    width: 75% !important; }
  .u-7\/8\@jumbowide {
    width: 87.5% !important; }
  .u-8\/8\@jumbowide {
    width: 100% !important; } }

@media (min-width: 118.75em) {
  .u-1\/1\@giantwide {
    width: 100% !important; }
  .u-1\/2\@giantwide {
    width: 50% !important; }
  .u-2\/2\@giantwide {
    width: 100% !important; }
  .u-1\/3\@giantwide {
    width: 33.33333% !important; }
  .u-2\/3\@giantwide {
    width: 66.66667% !important; }
  .u-3\/3\@giantwide {
    width: 100% !important; }
  .u-1\/4\@giantwide {
    width: 25% !important; }
  .u-2\/4\@giantwide {
    width: 50% !important; }
  .u-3\/4\@giantwide {
    width: 75% !important; }
  .u-4\/4\@giantwide {
    width: 100% !important; }
  .u-1\/5\@giantwide {
    width: 20% !important; }
  .u-2\/5\@giantwide {
    width: 40% !important; }
  .u-3\/5\@giantwide {
    width: 60% !important; }
  .u-4\/5\@giantwide {
    width: 80% !important; }
  .u-5\/5\@giantwide {
    width: 100% !important; }
  .u-1\/6\@giantwide {
    width: 16.66667% !important; }
  .u-2\/6\@giantwide {
    width: 33.33333% !important; }
  .u-3\/6\@giantwide {
    width: 50% !important; }
  .u-4\/6\@giantwide {
    width: 66.66667% !important; }
  .u-5\/6\@giantwide {
    width: 83.33333% !important; }
  .u-6\/6\@giantwide {
    width: 100% !important; }
  .u-1\/8\@giantwide {
    width: 12.5% !important; }
  .u-2\/8\@giantwide {
    width: 25% !important; }
  .u-3\/8\@giantwide {
    width: 37.5% !important; }
  .u-4\/8\@giantwide {
    width: 50% !important; }
  .u-5\/8\@giantwide {
    width: 62.5% !important; }
  .u-6\/8\@giantwide {
    width: 75% !important; }
  .u-7\/8\@giantwide {
    width: 87.5% !important; }
  .u-8\/8\@giantwide {
    width: 100% !important; } }

/* ==========================================================================
   #SPACINGS
   ========================================================================== */
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */
.u-padding {
  padding: 24px !important; }

.u-padding-tiny {
  padding: 6px !important; }

.u-padding-small {
  padding: 12px !important; }

.u-padding-large {
  padding: 48px !important; }

.u-padding-huge {
  padding: 96px !important; }

.u-padding-none {
  padding: 0 !important; }

.u-padding-top {
  padding-top: 24px !important; }

.u-padding-top-tiny {
  padding-top: 6px !important; }

.u-padding-top-small {
  padding-top: 12px !important; }

.u-padding-top-large {
  padding-top: 48px !important; }

.u-padding-top-huge {
  padding-top: 96px !important; }

.u-padding-top-none {
  padding-top: 0 !important; }

.u-padding-right {
  padding-right: 24px !important; }

.u-padding-right-tiny {
  padding-right: 6px !important; }

.u-padding-right-small {
  padding-right: 12px !important; }

.u-padding-right-large {
  padding-right: 48px !important; }

.u-padding-right-huge {
  padding-right: 96px !important; }

.u-padding-right-none {
  padding-right: 0 !important; }

.u-padding-bottom {
  padding-bottom: 24px !important; }

.u-padding-bottom-tiny {
  padding-bottom: 6px !important; }

.u-padding-bottom-small {
  padding-bottom: 12px !important; }

.u-padding-bottom-large {
  padding-bottom: 48px !important; }

.u-padding-bottom-huge {
  padding-bottom: 96px !important; }

.u-padding-bottom-none {
  padding-bottom: 0 !important; }

.u-padding-left {
  padding-left: 24px !important; }

.u-padding-left-tiny {
  padding-left: 6px !important; }

.u-padding-left-small {
  padding-left: 12px !important; }

.u-padding-left-large {
  padding-left: 48px !important; }

.u-padding-left-huge {
  padding-left: 96px !important; }

.u-padding-left-none {
  padding-left: 0 !important; }

.u-padding-horizontal {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.u-padding-horizontal-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important; }

.u-padding-horizontal-small {
  padding-left: 12px !important;
  padding-right: 12px !important; }

.u-padding-horizontal-large {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.u-padding-horizontal-huge {
  padding-left: 96px !important;
  padding-right: 96px !important; }

.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.u-padding-vertical {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.u-padding-vertical-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.u-padding-vertical-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.u-padding-vertical-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.u-padding-vertical-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important; }

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.u-margin {
  margin: 24px !important; }

.u-margin-tiny {
  margin: 6px !important; }

.u-margin-small {
  margin: 12px !important; }

.u-margin-large {
  margin: 48px !important; }

.u-margin-huge {
  margin: 96px !important; }

.u-margin-none {
  margin: 0 !important; }

.u-margin-top {
  margin-top: 24px !important; }

.u-margin-top-tiny {
  margin-top: 6px !important; }

.u-margin-top-small {
  margin-top: 12px !important; }

.u-margin-top-large {
  margin-top: 48px !important; }

.u-margin-top-huge {
  margin-top: 96px !important; }

.u-margin-top-none {
  margin-top: 0 !important; }

.u-margin-right {
  margin-right: 24px !important; }

.u-margin-right-tiny {
  margin-right: 6px !important; }

.u-margin-right-small {
  margin-right: 12px !important; }

.u-margin-right-large {
  margin-right: 48px !important; }

.u-margin-right-huge {
  margin-right: 96px !important; }

.u-margin-right-none {
  margin-right: 0 !important; }

.u-margin-bottom {
  margin-bottom: 24px !important; }

.u-margin-bottom-tiny {
  margin-bottom: 6px !important; }

.u-margin-bottom-small {
  margin-bottom: 12px !important; }

.u-margin-bottom-large {
  margin-bottom: 48px !important; }

.u-margin-bottom-huge {
  margin-bottom: 96px !important; }

.u-margin-bottom-none {
  margin-bottom: 0 !important; }

.u-margin-left {
  margin-left: 24px !important; }

.u-margin-left-tiny {
  margin-left: 6px !important; }

.u-margin-left-small {
  margin-left: 12px !important; }

.u-margin-left-large {
  margin-left: 48px !important; }

.u-margin-left-huge {
  margin-left: 96px !important; }

.u-margin-left-none {
  margin-left: 0 !important; }

.u-margin-horizontal {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.u-margin-horizontal-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.u-margin-horizontal-small {
  margin-left: 12px !important;
  margin-right: 12px !important; }

.u-margin-horizontal-large {
  margin-left: 48px !important;
  margin-right: 48px !important; }

.u-margin-horizontal-huge {
  margin-left: 96px !important;
  margin-right: 96px !important; }

.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.u-margin-vertical {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.u-margin-vertical-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

.u-margin-vertical-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.u-margin-vertical-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.u-margin-vertical-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important; }

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* ==========================================================================
   #RESPONSIVE-SPACINGS
   ========================================================================== */
/**
 * Utility classes enhancing the normal spacing classes by adding responsiveness
 * to them. By default, there are not responsive spacings defined. You can
 * generate responsive spacings by adding entries to the following three Sass
 * maps, e.g.:
 *
 *   $inuit-responsive-spacing-directions: (
 *     null: null,
 *     bottom: bottom,
 *   );
 *
 *   $inuit-responsive-spacing-properties: (
 *     "margin": "margin",
 *   );
 *
 *   $inuit-responsive-spacing-sizes: (
 *     "-small": $inuit-global-spacing-unit-small,
 *   );
 *
 * This would bring us the following classes:
 *
 *   .u-margin-small@mobile {}
 *   .u-margin-small@tablet {}
 *   .u-margin-small@desktop {}
 *   .u-margin-small@wide {}
 *   .u-margin-bottom-small@mobile {}
 *   .u-margin-bottom-small@tablet {}
 *   .u-margin-bottom-small@desktop {}
 *   .u-margin-bottom-small@wide {}
 *
 * You can change the generated CSS classes by further extending the Sass maps.
 * If you want every ‘normal’ spacing (those from `utilities.spacings`) also as
 * a responsive version, you can just mirror the ‘normal’ spacings:
 *
 *   $inuit-responsive-spacing-directions: $inuit-spacing-directions !default;
 *
 *   $inuit-responsive-spacing-properties: $inuit-spacing-properties !default;
 *
 *   $inuit-responsive-spacing-sizes: $inuit-spacing-sizes !default;
 *
 * BUT BE AWARE: This can generate a huge chunk of extra CSS, depending on the
 * amount of breakpoints you defined. So please check your CSS’ output and
 * filesize!
 */
/* stylelint-disable max-nesting-depth */
@media (min-width: 30em) {
  .u-margin-bottom-none\@mobile {
    margin-bottom: 0 !important; } }

@media (min-width: 48em) {
  .u-margin-bottom-none\@tablet {
    margin-bottom: 0 !important; } }

@media (min-width: 64em) {
  .u-margin-bottom-none\@desktop {
    margin-bottom: 0 !important; } }

@media (min-width: 75em) {
  .u-margin-bottom-none\@wide {
    margin-bottom: 0 !important; } }

@media (min-width: 85.375em) {
  .u-margin-bottom-none\@superwide {
    margin-bottom: 0 !important; } }

@media (min-width: 100em) {
  .u-margin-bottom-none\@jumbowide {
    margin-bottom: 0 !important; } }

@media (min-width: 118.75em) {
  .u-margin-bottom-none\@giantwide {
    margin-bottom: 0 !important; } }

@media (min-width: 30em) {
  .u-margin-bottom-rev\@mobile {
    margin-bottom: -24px !important; } }

@media (min-width: 48em) {
  .u-margin-bottom-rev\@tablet {
    margin-bottom: -24px !important; } }

@media (min-width: 64em) {
  .u-margin-bottom-rev\@desktop {
    margin-bottom: -24px !important; } }

@media (min-width: 75em) {
  .u-margin-bottom-rev\@wide {
    margin-bottom: -24px !important; } }

@media (min-width: 85.375em) {
  .u-margin-bottom-rev\@superwide {
    margin-bottom: -24px !important; } }

@media (min-width: 100em) {
  .u-margin-bottom-rev\@jumbowide {
    margin-bottom: -24px !important; } }

@media (min-width: 118.75em) {
  .u-margin-bottom-rev\@giantwide {
    margin-bottom: -24px !important; } }

@media (min-width: 30em) {
  .u-margin-bottom-small\@mobile {
    margin-bottom: 12px !important; } }

@media (min-width: 48em) {
  .u-margin-bottom-small\@tablet {
    margin-bottom: 12px !important; } }

@media (min-width: 64em) {
  .u-margin-bottom-small\@desktop {
    margin-bottom: 12px !important; } }

@media (min-width: 75em) {
  .u-margin-bottom-small\@wide {
    margin-bottom: 12px !important; } }

@media (min-width: 85.375em) {
  .u-margin-bottom-small\@superwide {
    margin-bottom: 12px !important; } }

@media (min-width: 100em) {
  .u-margin-bottom-small\@jumbowide {
    margin-bottom: 12px !important; } }

@media (min-width: 118.75em) {
  .u-margin-bottom-small\@giantwide {
    margin-bottom: 12px !important; } }

@media (min-width: 30em) {
  .u-margin-bottom-small-rev\@mobile {
    margin-bottom: -12px !important; } }

@media (min-width: 48em) {
  .u-margin-bottom-small-rev\@tablet {
    margin-bottom: -12px !important; } }

@media (min-width: 64em) {
  .u-margin-bottom-small-rev\@desktop {
    margin-bottom: -12px !important; } }

@media (min-width: 75em) {
  .u-margin-bottom-small-rev\@wide {
    margin-bottom: -12px !important; } }

@media (min-width: 85.375em) {
  .u-margin-bottom-small-rev\@superwide {
    margin-bottom: -12px !important; } }

@media (min-width: 100em) {
  .u-margin-bottom-small-rev\@jumbowide {
    margin-bottom: -12px !important; } }

@media (min-width: 118.75em) {
  .u-margin-bottom-small-rev\@giantwide {
    margin-bottom: -12px !important; } }

@media (min-width: 30em) {
  .u-margin-bottom-large\@mobile {
    margin-bottom: 48px !important; } }

@media (min-width: 48em) {
  .u-margin-bottom-large\@tablet {
    margin-bottom: 48px !important; } }

@media (min-width: 64em) {
  .u-margin-bottom-large\@desktop {
    margin-bottom: 48px !important; } }

@media (min-width: 75em) {
  .u-margin-bottom-large\@wide {
    margin-bottom: 48px !important; } }

@media (min-width: 85.375em) {
  .u-margin-bottom-large\@superwide {
    margin-bottom: 48px !important; } }

@media (min-width: 100em) {
  .u-margin-bottom-large\@jumbowide {
    margin-bottom: 48px !important; } }

@media (min-width: 118.75em) {
  .u-margin-bottom-large\@giantwide {
    margin-bottom: 48px !important; } }

@media (min-width: 30em) {
  .u-margin-bottom-large-rev\@mobile {
    margin-bottom: -48px !important; } }

@media (min-width: 48em) {
  .u-margin-bottom-large-rev\@tablet {
    margin-bottom: -48px !important; } }

@media (min-width: 64em) {
  .u-margin-bottom-large-rev\@desktop {
    margin-bottom: -48px !important; } }

@media (min-width: 75em) {
  .u-margin-bottom-large-rev\@wide {
    margin-bottom: -48px !important; } }

@media (min-width: 85.375em) {
  .u-margin-bottom-large-rev\@superwide {
    margin-bottom: -48px !important; } }

@media (min-width: 100em) {
  .u-margin-bottom-large-rev\@jumbowide {
    margin-bottom: -48px !important; } }

@media (min-width: 118.75em) {
  .u-margin-bottom-large-rev\@giantwide {
    margin-bottom: -48px !important; } }

/* stylelint-enable max-nesting-depth */
/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important; }

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important; }

/* ==========================================================================
   RESPONSIVE HIDE
   ========================================================================== */
@media (max-width: 47.99em) {
  .u-hidden\@until-tablet {
    display: none !important; } }

.u-text-white {
  color: #ffffff; }

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

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%); }

.tns-slider {
  transition: all 0s; }
  .tns-slider > .tns-item {
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s; }
  .tns-gallery > .tns-moving {
    transition: all 0.25s; }

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.loaded {
    opacity: 1; }

.tns-ah {
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-hdx {
  overflow-x: hidden; }

.tns-hdy {
  overflow-y: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

@media (min-width: 48em) {
  .c-landing-page__contact-section {
    background-image: linear-gradient(to right, #00b0ca, #00b0ca 50%, transparent 50%, transparent); } }

.c-landing-page__subtitle,
.c-landing-page__subtitle > * {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #ffffff; }
  .c-landing-page__subtitle > strong,
  .c-landing-page__subtitle > * > strong {
    font-family: "AvenirNextLTW01-Heavy", Helvetica, Arial, Verdana, "Trebuchet MS"; }

.c-landing-page__form-section {
  background-color: #00b0ca; }
  @media (max-width: 47.99em) {
    .c-landing-page__form-section {
      margin-bottom: 24px;
      padding: 24px; } }
  @media (min-width: 48em) {
    .c-landing-page__form-section {
      padding-right: 24px; } }
  @media (min-width: 64em) {
    .c-landing-page__form-section {
      padding-right: 96px; } }

@media (min-width: 48em) {
  .c-landing-page__contact-list {
    padding-left: 24px; } }

@media (min-width: 64em) {
  .c-landing-page__contact-list {
    padding-left: 96px; } }

.c-landing-page__cta {
  margin-top: 24px;
  margin-bottom: 24px; }

.c-modal__backdrop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 100;
  cursor: pointer; }

.c-modal__backdrop.is-active {
  opacity: 1; }

.c-modal {
  position: relative;
  width: 800px;
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }

.c-carousel__item {
  width: 100%; }

.tns-controls > button {
  position: absolute;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  color: #FFF;
  font-size: 24px;
  opacity: 0.8;
  transition: opacity .3s ease; }

.tns-controls > button:hover {
  opacity: 0.3; }

.tns-controls > button:focus {
  outline: 0; }

.tns-controls > button:first-child {
  left: 10px; }

.tns-controls > button:last-child {
  right: 10px; }

.tns-nav {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 100;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.tns-nav button {
  border: 0;
  background-color: white;
  height: 4px;
  width: 12px;
  opacity: 0.8;
  transition: width .2s ease-out; }

.tns-nav button:not(:last-child) {
  margin-right: 10px; }

.tns-nav button.tns-nav-active {
  width: 36px; }

/* Sidebar widget  */
.c-sidebar__widget {
  margin-bottom: 48px;
  padding-bottom: 48px; }
  .c-sidebar__widget:not(:last-child) {
    border-bottom: 1px solid #ffffff; }

/* Sidebar widget - RSS listing */
.s-recent-post-listing .hs-rss-item .hs-rss-title {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
  transition: opacity 0.15s ease; }
  .s-recent-post-listing .hs-rss-item .hs-rss-title:hover {
    opacity: 0.7; }

.s-recent-post-listing .hs-rss-item:not(:last-child) {
  margin-bottom: 24px; }

.s-recent-post-listing .hs-rss-item .hs-rss-byline {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

.s-recent-post-listing .hs-with-featured-image {
  position: relative; }
  .s-recent-post-listing .hs-with-featured-image > .hs-rss-item-text {
    padding-right: 72px; }
  .s-recent-post-listing .hs-with-featured-image > .hs-rss-item-image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    overflow: hidden; }
    .s-recent-post-listing .hs-with-featured-image > .hs-rss-item-image-wrapper > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* Sidebar widget - popular post listing */
.s-post-listing ul {
  margin-bottom: 0; }
  .s-post-listing ul > li {
    padding-left: 12px; }
    .s-post-listing ul > li:not(:last-child) {
      margin-bottom: 12px; }
    .s-post-listing ul > li > a {
      color: #ffffff;
      font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, Verdana, "Trebuchet MS";
      transition: opacity 0.15s ease; }
      .s-post-listing ul > li > a:hover {
        opacity: 0.7; }

.s-post-listing.s-post-listing--numbered ul {
  list-style-type: decimal; }

.c-form .hs-comment-message.hs-common-confirm-message {
  margin-bottom: 24px;
  padding: 24px;
  background-color: #7edfa6; }

/* Post tease start here */
.c-post-tease {
  margin-bottom: 48px; }

.c-post-tease__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 12px; }
  .c-post-tease__title > a {
    color: #ffffff;
    transition: opacity 0.15s ease; }
    .c-post-tease__title > a:hover {
      opacity: 0.7; }

.c-post-tease__author {
  margin-bottom: 0; }

@media (max-width: 50em) {
	.idealog_img {
  	width: 100% !important;
  }
} 
