/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

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

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

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

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

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

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

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

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

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

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

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

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

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

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

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

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

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

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

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

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

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

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*General*/
/*Animations*/
/*Transformations*/
/** RESPONSIVE
============== */
/** GENERAL
=========== */
/* Remove iOS tap highlight */
/* Remove margin and padding */
/* Remove list styling */
/** TYPOGRAPHY
============== */
/** BOX MODEL
============= */
/** Returns %
============= */
/** Returns a rem value
======================= */
/** INLINE BLOCK
================ */
/** First/Last Elements
======================= */
/** BEFORE/AFTER
================ */
/** CLEARFIX
============ */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=22910e5d-3071-4688-bf61-e93f1eb1e4c4&fontids=694021,694033,1255981,1459688,1459690,1459694,1459702,1459704,1459706,674399");
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/** LEFT/RIGHT
============== */
.left {
  float: left; }

.right {
  float: right; }

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

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

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

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

.no-case {
  text-transform: none; }

/** MARGINS
=========== */
.no-margin {
  margin: 0 !important; }

/** MOBILE/DESKTOP VISIBILITY
============================= */
.mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .desktop {
    display: none !important; } }

/** FADES
========= */
.fade {
  opacity: 0;
  display: none;
  transition: opacity 300ms ease-out; }
  .fade.in {
    opacity: 1; }
  .fade.active {
    display: block; }

table.fade.active {
  display: table; }

.fluid {
  width: 100%;
  height: auto;
  display: block;
  -ms-interpolation-mode: bicubic; }

/** DEFAULT
=========== */
.base-type {
  font-size: 17px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.17647rem;
  font-family: HelveticaNeue;
  font-weight: 200;
  color: #6e6e6e; }

/** Offscreen
============= */
.off-screen {
  position: absolute;
  left: -9999px; }

.hidden {
  display: none; }

/** UPPERCASE
============= */
.uppercase {
  text-transform: uppercase; }

/** CONTENT ROW
=============== */
.content-row {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.17647rem; }

.double-content-row {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 40px;
  margin-bottom: 2.35294rem; }

/* BASE */
/* Icons */
@font-face {
  font-family: 'Icons';
  src: url("../fonts/Icons.eot?5s6ljj");
  src: url("../fonts/Icons.eot?5s6ljj#iefix") format("embedded-opentype"), url("../fonts/Icons.ttf?5s6ljj") format("truetype"), url("../fonts/Icons.woff?5s6ljj") format("woff"), url("../fonts/Icons.svg?5s6ljj#Icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Ultra Light */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/674399/787ee748-9cce-45a0-910b-6b5c6e87e327.eot?#iefix");
  src: url("../fonts/674399/787ee748-9cce-45a0-910b-6b5c6e87e327.eot?#iefix") format("eot"), url("../fonts/674399/b39b5378-b594-45fe-8067-fc4385d08520.woff2") format("woff2"), url("../fonts/674399/84558c76-9f1b-44d2-ac62-d7937f43809b.woff") format("woff"), url("../fonts/674399/411a88fe-e483-4fb8-af42-8369ebb1138d.ttf") format("truetype"), url("../fonts/674399/6dfe33a4-0ad5-4c85-8e01-f48ecfe3c167#6dfe33a4-0ad5-4c85-8e01-f48ecfe3c167") format("svg");
  font-weight: 100;
  font-style: normal; }

/* Ultra Light Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/674399/787ee748-9cce-45a0-910b-6b5c6e87e327.eot?#iefix");
  src: url("../fonts/674399/787ee748-9cce-45a0-910b-6b5c6e87e327.eot?#iefix") format("eot"), url("../fonts/674399/b39b5378-b594-45fe-8067-fc4385d08520.woff2") format("woff2"), url("../fonts/674399/84558c76-9f1b-44d2-ac62-d7937f43809b.woff") format("woff"), url("../fonts/674399/411a88fe-e483-4fb8-af42-8369ebb1138d.ttf") format("truetype"), url("../fonts/674399/6dfe33a4-0ad5-4c85-8e01-f48ecfe3c167#6dfe33a4-0ad5-4c85-8e01-f48ecfe3c167") format("svg");
  font-weight: 100;
  font-style: italic; }

/* Light */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/1459688/8354ea91-308b-4fd0-9822-223ad8497bd3.eot?#iefix");
  src: url("../fonts/1459688/8354ea91-308b-4fd0-9822-223ad8497bd3.eot?#iefix") format("eot"), url("../fonts/1459688/488c4643-af87-4189-bb4f-171dea9ea41d.woff2") format("woff2"), url("../fonts/1459688/556dc087-1c20-4822-b6df-1389f6b4e08f.woff") format("woff"), url("../fonts/1459688/5f2dd72f-3779-49cd-a78c-db5f4085deb3.ttf") format("truetype"), url("../fonts/1459688/1b8634c8-006a-49c6-aaf3-04a56845d964.svg#1b8634c8-006a-49c6-aaf3-04a56845d964") format("svg");
  font-weight: 200;
  font-style: normal; }

/* Light Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/1459690/606bbcc6-2703-4a5c-b0b6-a4e3429ffdb0.eot?#iefix");
  src: url("../fonts/1459690/606bbcc6-2703-4a5c-b0b6-a4e3429ffdb0.eot?#iefix") format("eot"), url("../fonts/1459690/7061fd69-a12c-42e4-b09f-d53f28d863e8.woff2") format("woff2"), url("../fonts/1459690/d841f626-551a-428a-96d2-3377d1746704.woff") format("woff"), url("../fonts/1459690/b2af7407-e05b-47bc-aea2-c39332bff3ae.ttf") format("truetype"), url("../fonts/1459690/502cf5b2-c11c-495e-b0a7-8b870a7c8e40.svg#502cf5b2-c11c-495e-b0a7-8b870a7c8e40") format("svg");
  font-weight: 200;
  font-style: italic; }

/* Roman */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/694021/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");
  src: url("../fonts/694021/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("../fonts/694021/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("../fonts/694021/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("../fonts/694021/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("../fonts/694021/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg");
  font-weight: 400;
  font-style: normal; }

/* Roman Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/1459694/c048f458-39f2-4b13-b544-3d6863ded1cc.eot?#iefix");
  src: url("../fonts/1459694/c048f458-39f2-4b13-b544-3d6863ded1cc.eot?#iefix") format("eot"), url("../fonts/1459694/12cab500-4e26-4274-91f7-97094a635825.woff2") format("woff2"), url("../fonts/1459694/344b2a6e-6d02-4a94-b5b0-be3a3d89da7b.woff") format("woff"), url("../fonts/1459694/4007e64e-c2a4-4af1-976d-aa8893af81cb.ttf") format("truetype"), url("../fonts/1459694/6328c0e0-2c7e-48e8-9f1f-63c4d2dd0355.svg#6328c0e0-2c7e-48e8-9f1f-63c4d2dd0355") format("svg");
  font-weight: 400;
  font-style: italic; }

/* Bold */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/694033/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
  src: url("../fonts/694033/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("../fonts/694033/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("../fonts/694033/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("../fonts/694033/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("../fonts/694033/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg");
  font-weight: 700;
  font-style: normal; }

/* Bold Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/1459702/3a0b777e-12e5-4b8d-a2d6-41de27d09e87.eot?#iefix");
  src: url("../fonts/1459702/3a0b777e-12e5-4b8d-a2d6-41de27d09e87.eot?#iefix") format("eot"), url("../fonts/1459702/05064014-6418-40e6-b768-89959d793e0c.woff2") format("woff2"), url("../fonts/1459702/b14d281d-5f7c-4684-9426-409dfd34ff62.woff") format("woff"), url("../fonts/1459702/f9288aa6-2450-4388-ae3c-07e01b1c4b9d.ttf") format("truetype"), url("../fonts/1459702/388a5e09-1433-4087-a9e2-38ce3aeb45ed.svg#388a5e09-1433-4087-a9e2-38ce3aeb45ed") format("svg");
  font-weight: 700;
  font-style: italic; }

/* Heavy */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeueBlack_gdi.eot");
  src: url("../fonts/HelveticaNeueBlack_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueBlack_gdi.woff") format("woff"), url("../fonts/HelveticaNeueBlack_gdi.ttf") format("truetype"), url("../fonts/HelveticaNeueBlack_gdi.svg#HelveticaNeueBlack_gdi") format("svg");
  font-weight: 800;
  font-style: normal; }

/* Heavy Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/1459706/5cef0df7-2bb3-4adb-af7f-e41060cbee07.eot?#iefix");
  src: url("../fonts/1459706/5cef0df7-2bb3-4adb-af7f-e41060cbee07.eot?#iefix") format("eot"), url("../fonts/1459706/4f7716a5-b5a1-401c-891f-79735a900a2f.woff2") format("woff2"), url("../fonts/1459706/c0815062-305f-4a43-9f2e-1841840f8e1c.woff") format("woff"), url("../fonts/1459706/fb756997-6ae9-431d-b2c6-b3c4e9e0c05b.ttf") format("truetype"), url("../fonts/1459706/48f9247b-bda4-4ad9-b85a-132a655b24a7.svg#48f9247b-bda4-4ad9-b85a-132a655b24a7") format("svg");
  font-weight: 800;
  font-style: italic; }

* {
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent; }

*:focus {
  outline: none; }

html {
  font-family: HelveticaNeue;
  font-weight: 200;
  color: #6e6e6e;
  -webkit-font-smoothing: antialiased;
  font-size: 106.25%;
  line-height: 1.17647; }
  @media (min-width: 768px) {
    html {
      font-size: 17.3333px; } }
  @media (min-width: 1499px) {
    html {
      font-size: 26px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

h1,
.h1 {
  font-size: 52px;
  font-size: 3.05882rem;
  line-height: 46px;
  line-height: 2.70588rem;
  letter-spacing: -0.01em;
  font-weight: 800; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 94.15385px;
      font-size: 5.53846rem;
      line-height: 0.875; } }

h2,
.h2 {
  font-size: 35px;
  font-size: 2.05882rem;
  line-height: 38px;
  line-height: 2.23529rem;
  font-weight: 800;
  margin-top: 40px;
  margin-top: 2.35294rem;
  margin-bottom: 10px;
  margin-bottom: 0.58824rem; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 45.76923px;
      font-size: 2.69231rem;
      line-height: 1; } }

h3,
.h3 {
  font-size: 30px;
  font-size: 1.76471rem;
  line-height: 32px;
  line-height: 1.88235rem;
  margin-top: 30px;
  margin-top: 1.76471rem;
  margin-bottom: 10px;
  margin-bottom: 0.58824rem;
  font-weight: 200; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 39.23077px;
      font-size: 2.30769rem;
      line-height: 1.06666666666667; } }

h4,
.h4 {
  font-size: 23px;
  font-size: 1.35294rem;
  line-height: 24px;
  line-height: 1.41176rem;
  letter-spacing: 0.03em;
  margin-top: 25px;
  margin-top: 1.47059rem;
  margin-bottom: 10px;
  margin-bottom: 0.58824rem;
  font-weight: 200; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 30.07692px;
      font-size: 1.76923rem;
      line-height: 1.04347826086957; } }

h5,
.h5 {
  font-size: 19px;
  font-size: 1.11765rem;
  line-height: 21px;
  line-height: 1.23529rem;
  letter-spacing: 0.03em;
  margin-top: 15px;
  margin-top: 0.88235rem;
  margin-bottom: 10px;
  margin-bottom: 0.58824rem;
  font-weight: 200; }
  @media (min-width: 768px) {
    h5,
    .h5 {
      font-size: 24.84615px;
      font-size: 1.46154rem;
      line-height: 1.10526315789474; } }

h6,
.h6 {
  font-size: 16px;
  font-size: 0.94118rem;
  line-height: 17px;
  line-height: 1rem;
  margin-top: 15px;
  margin-top: 0.88235rem;
  margin-bottom: 5px;
  margin-bottom: 0.29412rem;
  font-weight: 200; }
  @media (min-width: 768px) {
    h6,
    .h6 {
      font-size: 20.92308px;
      font-size: 1.23077rem;
      line-height: 1.0625; } }

.h7 {
  font-size: 16px;
  font-size: 0.94118rem;
  line-height: 17px;
  line-height: 1rem; }
  @media (min-width: 768px) {
    .h7 {
      font-size: 20.92308px;
      font-size: 1.23077rem;
      line-height: 1.0625; } }

p {
  margin: 0px 0px 12px 0px;
  margin: 0rem 0rem 0.70588rem 0rem; }

ul,
ol {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.17647rem; }

ul {
  padding: 0px 0px 0px 30px;
  padding: 0rem 0rem 0rem 1.76471rem; }

ol {
  padding: 0px 0px 0px 30px;
  padding: 0rem 0rem 0rem 1.76471rem; }
  ol ol {
    margin-top: 5px;
    margin-top: 0.29412rem;
    margin-bottom: 5px;
    margin-bottom: 0.29412rem; }

li {
  margin: 2px 0px 0px 0px;
  margin: 0.11765rem 0rem 0rem 0rem; }
  li:first-child {
    margin-top: 0; }

a {
  color: #6e6e6e;
  font-weight: 700; }

/* Button */
.btn {
  border-radius: 0.26667em;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10.46154px 0px 10.46154px;
  padding: 0rem 0.61538rem 0rem 0.61538rem;
  font-size: 12px;
  font-size: 0.70588rem;
  line-height: 2.84210526315789;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.31);
  text-decoration: none;
  color: white;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 50ms, color 50ms;
  letter-spacing: 0.08em;
  position: relative; }
  .lt-ie8 .btn {
    display: inline; }
  @media (min-width: 768px) {
    .btn {
      font-size: 12.42308px;
      font-size: 0.73077rem; } }
  .btn .icon {
    vertical-align: text-bottom; }
  .btn:hover, .btn:focus {
    background-color: white;
    color: #6d6d6d; }
  .btn.loading {
    background: none !important; }
  @media (max-width: 767px) {
    .btn {
      background: rgba(255, 255, 255, 0.62);
      color: #000; }
      .btn:hover, .btn:focus {
        color: #000; } }
  .btn .loading-animation-wrapper {
    font-size: 24px;
    font-size: 1.41176rem; }

/* Quotes */
blockquote {
  margin: 0; }

.quote-wrapper {
  margin-top: 50px;
  margin-top: 2.94118rem;
  margin-bottom: 50px;
  margin-bottom: 2.94118rem;
  padding: 0px 0px 0px 12px;
  padding: 0rem 0rem 0rem 0.70588rem;
  font-weight: 100; }
  .quote-wrapper p {
    margin: 0; }
  .quote-wrapper .quote {
    font-size: 23px;
    font-size: 1.35294rem;
    line-height: 24px;
    line-height: 1.41176rem;
    letter-spacing: 0.03em;
    font-weight: 100;
    position: relative;
    letter-spacing: 0.02em; }
    @media (min-width: 768px) {
      .quote-wrapper .quote {
        font-size: 30.07692px;
        font-size: 1.76923rem;
        line-height: 1.04347826086957; } }
    @media (min-width: 768px) {
      .quote-wrapper .quote {
        font-size: 35px;
        font-size: 2.05882rem;
        line-height: 38px;
        line-height: 2.23529rem; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .quote-wrapper .quote {
      font-size: 45.76923px;
      font-size: 2.69231rem;
      line-height: 1; } }
    .quote-wrapper .quote:before {
      content: '"';
      position: absolute;
      right: 100%;
      text-align: right;
      top: 0;
      width: 32px;
      width: 1.88235rem;
      box-sizing: border-box;
      padding: 0px 0px 0px 0px;
      padding: 0rem 0rem 0rem 0rem; }
  .quote-wrapper .citation {
    margin: 8px 0px 0px 0px;
    margin: 0.47059rem 0rem 0rem 0rem; }
    .quote-wrapper .citation a {
      text-decoration: none;
      color: #ffd27f;
      font-weight: 200; }

/* Pullout */
.pullout {
  font-size: 35px;
  font-size: 2.05882rem;
  line-height: 38px;
  line-height: 2.23529rem;
  font-weight: 800;
  margin: 0px 0px 42px -20px;
  margin: 0rem 0rem 2.47059rem -1.17647rem;
  position: relative;
  padding: 0px 0px 0px 20px;
  padding: 0rem 0rem 0rem 1.17647rem; }
  @media (min-width: 768px) {
    .pullout {
      font-size: 45.76923px;
      font-size: 2.69231rem;
      line-height: 1; } }
  @media (max-width: 767px) {
    .pullout {
      font-size: 22px;
      line-height: 24px;
      margin: 0 0 24px -10px;
      padding: 0 0 0 10px; } }
  .pullout .ldquo,
  .pullout .rdquo {
    display: none; }
  .pullout .highlight {
    background: #000;
    color: #000;
    padding: 8px 0px 12px 0px;
    padding: 0.47059rem 0rem 0.70588rem 0rem;
    font-weight: 800;
    box-shadow: 1.17647rem 0 0, -1.17647rem 0 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    z-index: 1; }
    @media (max-width: 767px) {
      .pullout .highlight {
        padding: 4px 0 6px 0;
        box-shadow: 10px 0 0, -10px 0 0; } }
    .pullout .highlight .highlight-inner {
      position: relative;
      color: #fff; }
  .pullout.quote {
    padding: 0px 0px 0px 40px;
    padding: 0rem 0rem 0rem 2.35294rem; }
    @media (max-width: 767px) {
      .pullout.quote {
        padding: 0 0 0 20px; } }
    .pullout.quote .ldquo,
    .pullout.quote .rdquo {
      color: #fff;
      font-weight: 700; }
    .pullout.quote .ldquo {
      content: '\201C';
      position: absolute;
      margin: 0px 0px 0px -40px;
      margin: 0rem 0rem 0rem -2.35294rem;
      box-sizing: border-box;
      text-align: right;
      width: 40px;
      width: 2.35294rem;
      z-index: 2;
      left: -2px;
      left: -0.11765rem;
      top: 2px;
      top: 0.11765rem;
      display: block; }
      @media (max-width: 767px) {
        .pullout.quote .ldquo {
          width: 20px;
          margin-left: -20px; } }
    .pullout.quote .rdquo {
      display: inline; }
    .pullout.quote .highlight {
      box-shadow: 1.17647rem 0 0, -2.35294rem 0 0; }
      @media (max-width: 767px) {
        .pullout.quote .highlight {
          box-shadow: 10px 0 0, -20px 0 0; } }

.ultra-light {
  font-weight: 100; }

.light {
  font-weight: 200; }

.roman {
  font-weight: 400; }

.bold {
  font-weight: 700; }

.heavy {
  font-weight: 800; }

/* HR */
hr {
  margin-top: 40px;
  margin-top: 2.35294rem;
  margin-bottom: 40px;
  margin-bottom: 2.35294rem;
  border: none;
  height: 1px;
  background: #909090; }

.incomplete {
  text-decoration: line-through !important;
  color: rgba(0, 0, 0, 0.15) !important; }

address {
  font-style: normal; }

strong, b {
  font-weight: 700; }

i, em {
  font-style: italic; }

.icon {
  font-family: Icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle; }
  .lt-ie8 .icon {
    display: inline; }

.icon-close:before {
  content: "\e908"; }

.icon-email:before {
  content: "\e909"; }

.icon-facebook:before {
  content: "\e90a"; }

.icon-instagram:before {
  content: "\e90b"; }

.icon-linkedin:before {
  content: "\e90c"; }

.icon-menu:before {
  content: "\e90d"; }

.icon-twitter:before {
  content: "\e90e"; }

.icon-youtube:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-arrow-up:before {
  content: "\e903"; }

.icon-chevron-down:before {
  content: "\e904"; }

.icon-chevron-left:before {
  content: "\e905"; }

.icon-chevron-right:before {
  content: "\e906"; }

.icon-chevron-up:before {
  content: "\e907"; }

/* FURNITURE */
html {
  background-color: #000; }
  @media (min-width: 768px) {
    html {
      overflow: hidden; } }

body {
  background: #fff; }

/* Container */
.container {
  padding: 0px 20px 0px 20px;
  padding: 0rem 1.17647rem 0rem 1.17647rem; }
  @media (min-width: 768px) {
    .container {
      margin: auto;
      padding: 0px 96.11538px 0px 96.11538px;
      padding: 0rem 5.65385rem 0rem 5.65385rem;
      max-width: 878.76923px;
      max-width: 51.69231rem; } }

@media (min-width: 768px) {
  .wrapper {
    visibility: hidden; }
    .wrapper.active {
      visibility: visible; } }

.cell-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  height: inherit; }
  .cell-wrapper .cell {
    display: table-cell;
    vertical-align: middle; }

.site-header {
  position: relative;
  z-index: 3; }

.site-branding {
  position: fixed;
  z-index: 2;
  right: 64px;
  right: 3.76471rem;
  top: 10px;
  top: 0.58824rem;
  height: 44px;
  height: 2.58824rem;
  cursor: pointer;
  opacity: 1; }
  @media (min-width: 768px) {
    .site-branding {
      height: 40.53846px;
      height: 2.38462rem;
      right: 86.96154px;
      right: 5.11538rem;
      top: 27.46154px;
      top: 1.61538rem; } }
  .site-branding.active {
    transition: all 200ms ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .site-branding.inactive {
    transition: all 150ms ease-in;
    -webkit-transform: translate3d(0, -6.11765rem, 0);
    transform: translate3d(0, -6.11765rem, 0);
    opacity: 0; }
  .site-branding img {
    display: block;
    height: 100%;
    width: auto; }

/* Footer */
.site-footer {
  background: #000;
  color: #fff; }
  @media (min-width: 768px) {
    .site-footer {
      color: #909090; } }

.social-footer {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0px 0px 0px;
  padding: 0.58824rem 0rem 0rem 0rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 25px;
  margin-bottom: 1.47059rem; }
  .social-footer h2 {
    font-size: 16px;
    font-size: 0.94118rem;
    line-height: 17px;
    line-height: 1rem;
    font-weight: 400;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 20px;
    margin-bottom: 1.17647rem;
    color: white;
    color: rgba(255, 255, 255, 0.98); }
    @media (min-width: 768px) {
      .social-footer h2 {
        font-size: 20.92308px;
        font-size: 1.23077rem;
        line-height: 1.0625; } }
    @media (min-width: 768px) {
      .social-footer h2 {
        margin-top: 0px;
        margin-top: 0rem;
        margin-bottom: 25px;
        margin-bottom: 1.47059rem; } }
  .social-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .social-footer ul {
        padding: 0px 30px 0px 30px;
        padding: 0rem 1.76471rem 0rem 1.76471rem; } }
  .social-footer li {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0; }
    .social-footer li .social-item {
      display: inline-block;
      vertical-align: top;
      position: relative;
      text-decoration: none;
      color: #fff;
      transition: opacity 50ms;
      height: 44px;
      height: 2.58824rem;
      font-size: 44px;
      font-size: 2.58824rem;
      line-height: 1; }
      .lt-ie8 .social-footer li .social-item {
        display: inline; }
      .social-footer li .social-item:hover, .social-footer li .social-item:focus {
        opacity: 0.85; }

.site-information .cf {
  border-top: 1px solid #909090;
  padding: 10px 0px 32px 0px;
  padding: 0.58824rem 0rem 1.88235rem 0rem; }

.copyright {
  font-size: 9px;
  font-size: 0.52941rem;
  line-height: 11px;
  line-height: 0.64706rem;
  margin: 0; }
  @media (min-width: 768px) {
    .copyright {
      float: left; } }

.site-policies {
  font-weight: 700;
  font-size: 11px;
  font-size: 0.64706rem;
  line-height: 13px;
  line-height: 0.76471rem;
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.47059rem 0rem; }
  @media (min-width: 768px) {
    .site-policies {
      float: right;
      font-size: 9px;
      font-size: 0.52941rem;
      line-height: 11px;
      line-height: 0.64706rem;
      margin: 0; } }
  .site-policies ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .site-policies li {
    display: block;
    margin: 2px 0px 0px 0px;
    margin: 0.11765rem 0rem 0rem 0rem; }
    @media (min-width: 768px) {
      .site-policies li {
        display: inline;
        margin: 0px 0px 0px 26px;
        margin: 0rem 0rem 0rem 1.52941rem; }
        .site-policies li:first-child {
          margin-left: 0; } }
  .site-policies a {
    text-decoration: none; }
    @media (max-width: 767px) {
      .site-policies a {
        color: white; } }
    @media (min-width: 768px) {
      .site-policies a {
        color: #909090;
        font-weight: 200; } }

/* COMPONENTS */
.menu-trigger {
  background: #fff;
  position: fixed;
  z-index: 4;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  font-size: 1.29412rem;
  line-height: 1;
  transition: background-color 250ms;
  right: 10px;
  right: 0.58824rem;
  top: 10px;
  top: 0.58824rem;
  width: 44px;
  width: 2.58824rem;
  height: 44px;
  height: 2.58824rem; }
  @media (min-width: 768px) {
    .menu-trigger {
      font-size: 22px;
      font-size: 1.29412rem;
      width: 40.53846px;
      width: 2.38462rem;
      height: 40.53846px;
      height: 2.38462rem;
      right: 27.46154px;
      right: 1.61538rem;
      top: 27.46154px;
      top: 1.61538rem; } }
  .dark .menu-trigger {
    background-color: #6d6d6d; }
    .dark .menu-trigger .menu-icon {
      color: #fff; }
  .menu-trigger.active {
    background-color: #fff;
    color: #6e6e6e; }
    .menu-trigger.active .menu-icon {
      color: #3a4a5a; }
    .menu-trigger.active .icon-close {
      opacity: 1; }
    .menu-trigger.active .icon-menu {
      opacity: 0; }
  .menu-trigger .menu-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 13px 0px 0px 0px;
    padding: 0.76471rem 0rem 0rem 0rem;
    color: #3a4a5a;
    transition: color 250ms; }
    @media (min-width: 768px) {
      .menu-trigger .menu-icon {
        padding: 12px 0px 0px 0px;
        padding: 0.70588rem 0rem 0rem 0rem; } }
  .menu-trigger .icon {
    transition: opacity 100ms cubic-bezier(0.29, 0.26, 0.15, 0.96);
    margin: -2px 0px 0px 0px;
    margin: -0.11765rem 0rem 0rem 0rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .menu-trigger .icon {
        margin: -3px 0px 0px 0px;
        margin: -0.17647rem 0rem 0rem 0rem; } }
  .menu-trigger .icon-close {
    opacity: 0; }
  .menu-trigger .icon-menu {
    opacity: 1; }
  .menu-trigger .line {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 3px;
    border-radius: 10px;
    background: #314252; }

.menu {
  color: white;
  background: rgba(20, 93, 121, 0.92);
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 1;
    right: 57px;
    right: 3.35294rem;
    top: 10px;
    top: 0.58824rem;
    text-align: right;
    font-size: 26px;
    font-size: 1.52941rem;
    line-height: 1.69230769230769;
    letter-spacing: 0.1em; }
    @media (min-width: 768px) {
      .menu ul {
        right: 71.92308px;
        right: 4.23077rem;
        top: 27.46154px;
        top: 1.61538rem;
        font-size: 22.23077px;
        font-size: 1.30769rem;
        line-height: 1.82352941176471; } }
  .menu li {
    margin: 3px 0px 0px 0px;
    margin: 0.17647rem 0rem 0rem 0rem; }
    .menu li:first-child {
      margin-top: 0; }
    @media (min-width: 768px) {
      .menu li {
        margin: 3.92308px 0px 0px 0px;
        margin: 0.23077rem 0rem 0rem 0rem; } }
    .menu li a {
      text-decoration: none;
      color: #3a4a5a;
      background: #fff;
      display: inline-block;
      vertical-align: top;
      padding: 0px 10px 0px 10px;
      padding: 0rem 0.58824rem 0rem 0.58824rem;
      font-weight: 200; }
      .lt-ie8 .menu li a {
        display: inline; }
    .menu li.loading a {
      opacity: 0; }
  .menu .pivot {
    /* To compensate for right alignment */ }
    @media (max-width: 767px) {
      .menu .pivot {
        overflow: hidden; } }
    .menu .pivot .left {
      right: 49%; }
      .menu .pivot .left .pivot-content {
        width: 196.078431372549%; }
  .menu .loading-animation-wrapper {
    position: absolute;
    font-size: 30px;
    font-size: 1.76471rem;
    line-height: 30px;
    line-height: 1.76471rem; }
  .menu .menu-quote {
    position: absolute;
    width: 100%;
    bottom: 22.9vh; }
    @media (max-width: 767px) {
      .menu .menu-quote {
        bottom: 40px; } }
    @media (max-width: 767px) {
      .menu .menu-quote .container {
        padding: 0 30px; } }
    .menu .menu-quote .menu-quote-container {
      position: relative; }
    .menu .menu-quote .quote-wrapper {
      padding: 0px 200px 0px 0px;
      padding: 0rem 11.76471rem 0rem 0rem;
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 767px) {
        .menu .menu-quote .quote-wrapper {
          padding: 0; } }
      .menu .menu-quote .quote-wrapper .citation {
        color: #e7eef1; }
        @media (max-width: 767px) {
          .menu .menu-quote .quote-wrapper .citation {
            font-size: 10px;
            line-height: 12px; } }
        .menu .menu-quote .quote-wrapper .citation a {
          color: #b8ced7; }

.article-listing {
  position: relative;
  z-index: 2; }
  .article-listing.active .article-summary-background {
    opacity: 0;
    transition: opacity 300ms cubic-bezier(0.29, 0.26, 0.15, 0.96); }
  .article-listing.active .article-summary .container {
    opacity: 0.25; }
  .article-listing .article-summary-background {
    transition: opacity 100ms cubic-bezier(0.29, 0.26, 0.15, 0.96); }
  .article-listing .article-summary {
    color: #fff;
    position: relative; }
    .article-listing .article-summary.active .container {
      opacity: 1; }
    .article-listing .article-summary .article-meta .article-date {
      margin: 0px 0px 4px 0px;
      margin: 0rem 0rem 0.23529rem 0rem; }
      .article-listing .article-summary .article-meta .article-date .article-date-label {
        font-size: 12px;
        font-size: 0.70588rem; }
    .article-listing .article-summary .article-meta .article-title {
      width: auto; }
      .article-listing .article-summary .article-meta .article-title .article-title-label {
        font-size: 30px;
        font-size: 1.76471rem;
        line-height: 28px;
        line-height: 1.64706rem;
        letter-spacing: -0.02em; }
        @media (min-width: 768px) {
          .article-listing .article-summary .article-meta .article-title .article-title-label {
            font-size: 75.19231px;
            font-size: 4.42308rem;
            line-height: 0.8695652173913; } }
    .article-listing .article-summary .article-meta .article-subtitle {
      display: none; }
      @media (min-width: 768px) {
        .article-listing .article-summary .article-meta .article-subtitle {
          display: block; } }
    .article-listing .article-summary.story-summary .article-meta {
      padding: 23px 0px 26px 0px;
      padding: 1.35294rem 0rem 1.52941rem 0rem; }
    .article-listing .article-summary.idea-summary .article-meta {
      padding: 14px 0px 26px 0px;
      padding: 0.82353rem 0rem 1.52941rem 0rem; }
      @media (min-width: 768px) {
        .article-listing .article-summary.idea-summary .article-meta .cta {
          margin: 8px 0px 0px 0px;
          margin: 0.47059rem 0rem 0rem 0rem; } }
    .article-listing .article-summary .container {
      position: relative;
      z-index: 1;
      transition: opacity 150ms cubic-bezier(0.29, 0.26, 0.15, 0.96); }
  .article-listing .no-results {
    padding: 20px 0px 20px 0px;
    padding: 1.17647rem 0rem 1.17647rem 0rem; }
    .article-listing .no-results .h6 {
      margin: 0; }

/** LOAD MORE BUTTON **/
.load-more-wrapper {
  position: relative;
  color: #00145e;
  margin-top: 20px;
  margin-top: 1.17647rem;
  margin-bottom: 40px;
  margin-bottom: 2.35294rem;
  padding: 24px 0px 0px 0px;
  padding: 1.41176rem 0rem 0rem 0rem;
  font-size: 17px;
  font-size: 1rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .load-more-wrapper {
      color: #ffa500;
      font-size: 35.30769px;
      font-size: 2.07692rem;
      padding: 51px 0px 0px 0px;
      padding: 3rem 0rem 0rem 0rem; } }
  .load-more-wrapper.inactive {
    display: none; }
  .load-more-wrapper .load-more-trigger {
    display: inline-block;
    cursor: pointer; }
    .lt-ie8 .load-more-wrapper .load-more-trigger {
      display: inline; }
    .load-more-wrapper .load-more-trigger .icon-chevron-down {
      position: absolute;
      left: 50%;
      top: 0;
      font-size: 24px;
      font-size: 1.41176rem;
      line-height: 1;
      margin: 0px 0px 0px -12px;
      margin: 0rem 0rem 0rem -0.70588rem; }
      @media (min-width: 768px) {
        .load-more-wrapper .load-more-trigger .icon-chevron-down {
          margin: 0px 0px 0px -24.84615px;
          margin: 0rem 0rem 0rem -1.46154rem;
          font-size: 49.69231px;
          font-size: 2.92308rem; } }
  .load-more-wrapper .loading-animation-wrapper .loading-animation .square {
    background: #6d6d6d; }

/** BACKGROUND **/
.article-summary-background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media (max-width: 940px) {
    .article-summary-background {
      background-size: cover; } }

.article-meta {
  color: white; }
  .article-meta .back-link {
    color: #fff;
    text-decoration: none;
    font-size: 38px;
    font-size: 2.23529rem;
    line-height: 1;
    margin: 0px 0px 16px -8px;
    margin: 0rem 0rem 0.94118rem -0.47059rem; }
  .article-meta .article-date {
    margin: 0px 0px 6px 0px;
    margin: 0rem 0rem 0.35294rem 0rem; }
    .article-meta .article-date .article-date-label {
      font-size: 16px;
      font-size: 0.94118rem;
      line-height: 1.0625;
      font-weight: 400;
      margin: 0; }
  .article-meta .idea-brand {
    height: 30px;
    height: 1.76471rem; }
    @media (min-width: 768px) {
      .article-meta .idea-brand {
        height: 38px;
        height: 2.23529rem; } }
    .article-meta .idea-brand .idea-brand-logo {
      width: auto;
      height: 100%;
      display: block; }
  .article-meta .article-title {
    margin: 0px 0px -3px 0px;
    margin: 0rem 0rem -0.17647rem 0rem; }
    @media (min-width: 768px) {
      .article-meta .article-title {
        width: 80%;
        margin: 0px 0px -2.61538px 0px;
        margin: 0rem 0rem -0.15385rem 0rem; } }
    .article-meta .article-title .article-title-label {
      font-size: 52px;
      font-size: 3.05882rem;
      line-height: 46px;
      line-height: 2.70588rem;
      letter-spacing: -0.01em;
      font-weight: 800;
      padding-bottom: 0.13462em; }
      @media (min-width: 768px) {
        .article-meta .article-title .article-title-label {
          font-size: 94.15385px;
          font-size: 5.53846rem;
          line-height: 0.875; } }
      .article-meta .article-title .article-title-label a {
        font-weight: 800;
        text-decoration: none;
        color: white; }
  .article-meta .article-subtitle {
    margin: 0px 0px -3px 0px;
    margin: 0rem 0rem -0.17647rem 0rem; }
    @media (min-width: 768px) {
      .article-meta .article-subtitle {
        width: 80%; } }
    .article-meta .article-subtitle .article-subtitle-label {
      padding-bottom: 0.15789em;
      font-weight: 200;
      margin: 0;
      font-size: 24.84615px;
      font-size: 1.46154rem;
      line-height: 1.10526315789474; }
  .article-meta .cta {
    margin-top: 20px;
    margin-top: 1.17647rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .article-meta .pivot {
    display: inline-block;
    vertical-align: top;
    height: 100%; }
    .lt-ie8 .article-meta .pivot {
      display: inline; }

.panes-wrapper {
  position: relative;
  z-index: 1; }

.pane .scrollable-inner {
  background: white; }

@media (min-width: 768px) {
  .pane {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100vh;
    position: absolute;
    opacity: 0; }
    .pane.scrollable {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }

.pivot {
  position: relative; }
  @media (min-width: 768px) {
    .pivot {
      overflow: hidden; } }
  .pivot .pivot-guide {
    visibility: hidden;
    height: 100%; }
  .pivot .pivot-content {
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%; }
  .pivot .pivot-pane {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    outline: 1px solid transparent; }
  .pivot .left {
    left: 0;
    right: 50%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
    .pivot .left .pivot-content {
      left: 0; }
  .pivot .right {
    right: 0;
    left: 50%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
    .pivot .right .pivot-content {
      right: 0; }
  .pivot.animating .right {
    display: block; }
  .pivot.animating .pivot-pane {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .pivot.active .right {
    display: none; }
  .pivot.active .left {
    right: 0; }
    .pivot.active .left .pivot-content {
      width: 100%; }

.video-wrapper {
  position: relative; }

.video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.keyword-listing > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .keyword-listing > ul > li {
    float: left;
    margin: 0px 5px 5px 0px;
    margin: 0rem 0.29412rem 0.29412rem 0rem; }
    .keyword-listing > ul > li.inactive {
      display: none; }

.keyword-listing .btn {
  letter-spacing: normal;
  line-height: 2; }
  @media (min-width: 768px) {
    .keyword-listing .btn {
      font-size: 11.11538px;
      font-size: 0.65385rem; } }
  .keyword-listing .btn .loading-animation .square {
    background-color: #909090; }

.page-share {
  margin-top: 20px;
  margin-top: 1.17647rem;
  margin-bottom: 20px;
  margin-bottom: 1.17647rem; }
  .page-share h2 {
    font-size: 17px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.17647rem;
    font-weight: 800;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 10px;
    margin-bottom: 0.58824rem;
    color: #000; }
  .page-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
  .page-share li {
    float: left;
    margin: 0px 0px 0px 4px;
    margin: 0rem 0rem 0rem 0.23529rem; }
    .page-share li:first-child {
      margin-left: 0; }
  .page-share a {
    display: block;
    width: 40px;
    width: 2.35294rem;
    height: 40px;
    height: 2.35294rem;
    font-size: 40px;
    font-size: 2.35294rem;
    line-height: 1;
    text-align: center;
    color: #000;
    text-decoration: none; }
    .page-share a:hover, .page-share a:focus {
      color: #6e6e6e; }

.loading-animation-wrapper {
  font-size: 50px;
  font-size: 2.94118rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center; }

.loading-animation {
  width: 1em;
  height: 0.63265em;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.31633em 0 0 -0.5em; }
  .loading-animation .square {
    height: 0.12245em;
    width: 0.12245em;
    background: #fff;
    position: absolute; }
  .loading-animation .square1 {
    left: 0;
    top: 0; }
  .loading-animation .square2 {
    left: 0.34021em;
    top: 0; }
  .loading-animation .square3 {
    left: 0.87629em;
    bottom: 0; }
  .wrapper > .loading-animation {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.31959em 0 0 -0.31959em; }

.article-preview-wrapper {
  position: fixed;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  right: 0; }
  @media (min-width: 768px) {
    .article-preview-wrapper {
      right: 15px; } }
  .article-preview-wrapper.active {
    display: block; }
  .article-preview-wrapper .article-preview {
    position: absolute;
    height: 100%;
    width: 100vh;
    background-color: rgba(255, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100vw auto;
    opacity: 0; }
  .article-preview-wrapper .article-summary-background {
    background-size: cover;
    transition: opacity 150ms; }

.pagination {
  display: none;
  position: fixed;
  right: 20.92308px;
  right: 1.23077rem;
  bottom: 18.30769px;
  bottom: 1.07692rem;
  z-index: 1001; }
  @media (min-width: 768px) {
    .pagination {
      display: block; } }
  .pagination .page {
    padding: 2.61538px 6.53846px 2.61538px 6.53846px;
    padding: 0.15385rem 0.38462rem 0.15385rem 0.38462rem;
    cursor: pointer; }
    .pagination .page:before {
      content: ' ';
      width: 9.15385px;
      width: 0.53846rem;
      height: 9.15385px;
      height: 0.53846rem;
      background: #d7d7d7;
      border-radius: 50%;
      display: block;
      transition: background-color 100ms; }
    .pagination .page.active:before {
      background: #fff; }

.contact-options {
  margin: 5px 0px 8px 0px;
  margin: 0.29412rem 0rem 0.47059rem 0rem; }
  .contact-options ul {
    margin: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
  .contact-options li {
    margin: 2px 0px 0px 0px;
    margin: 0.11765rem 0rem 0rem 0rem;
    margin: 0; }
  .contact-options a {
    text-decoration: none;
    font-weight: 200; }

/* PAGES */
.article-page {
  z-index: 1; }
  .article-page.inactive {
    z-index: 0; }
  .article-page .keyword-listing {
    margin-top: 30px;
    margin-top: 1.76471rem;
    margin-bottom: 30px;
    margin-bottom: 1.76471rem; }
    .article-page .keyword-listing .btn {
      background: #f0ece3;
      color: #6d6d6d; }
      .article-page .keyword-listing .btn:hover, .article-page .keyword-listing .btn:focus {
        background: #ffa500;
        color: #fff; }
    .article-page .keyword-listing .show-all-keywords-trigger {
      background: #909090;
      color: #f0ece3; }
      .article-page .keyword-listing .show-all-keywords-trigger:hover, .article-page .keyword-listing .show-all-keywords-trigger:focus {
        background: #f0ece3;
        color: #6d6d6d; }

/* ARTICLE CONTENT */
.article-content {
  padding-top: 24px;
  padding-top: 1.41176rem; }
  @media (min-width: 768px) {
    .article-content {
      padding-top: 40px;
      padding-top: 2.35294rem; } }
  @media (min-width: 768px) {
    .article-content .primary-content {
      width: 85%; } }

/* ARTICLE HEADER */
.article-header {
  height: 75vh;
  position: relative;
  color: white;
  /* iOS 7 + 8 have problems with vh units so must fix the height for now */ }
  @media (min-width: 768px) {
    .article-header {
      height: 100vh;
      min-height: 392.30769px;
      min-height: 23.07692rem; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .article-header {
      height: 354px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    .article-header {
      height: 354px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .article-header {
      height: 391px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .article-header {
      height: 391px; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .article-header {
      height: 490px; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .article-header {
      height: 490px; } }
  .article-header .container {
    position: relative;
    z-index: 2;
    height: 100%; }
  @media (min-width: 768px) {
    .article-header .cell-wrapper {
      width: 75%; } }
  .article-header .article-title h1 {
    padding: 0px 0px 12px 0px;
    padding: 0rem 0rem 0.70588rem 0rem; }

/* ARTICLE IMAGE */
.article-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .article-image .article-image-inner {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: 1; }
    @media (max-width: 767px) {
      .article-image .article-image-inner {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; } }
    .article-image .article-image-inner img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      min-width: 50%;
      min-height: 50%; }
      @media (max-width: 767px) {
        .article-image .article-image-inner img {
          min-width: 0;
          min-height: 0;
          height: 100%;
          width: auto; } }

/* ARTICLE MEDIA LISTING */
.article-media-listing {
  overflow: hidden;
  margin-top: 60px;
  margin-top: 3.52941rem;
  margin-bottom: 60px;
  margin-bottom: 3.52941rem; }
  .article-media-listing .article-media {
    height: 250px;
    height: 14.70588rem;
    background: #d7d7d7;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 768px) {
      .article-media-listing .article-media {
        width: 50%;
        float: left; } }
  .article-media-listing p {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin: -18px 0px 0px 0px;
    margin: -1.05882rem 0rem 0rem 0rem; }
  .article-media-listing .btn {
    color: black;
    background-color: rgba(255, 255, 255, 0.73); }
    .article-media-listing .btn:hover, .article-media-listing .btn:focus {
      color: #6d6d6d;
      background-color: white; }

.search-header {
  padding: 30px 0px 38px 0px;
  padding: 1.76471rem 0rem 2.23529rem 0rem;
  background: red;
  background: #f0ece3;
  color: #909090; }
  @media (min-width: 768px) {
    .search-header {
      padding: 32.69231px 0px 32.69231px 0px;
      padding: 1.92308rem 0rem 1.92308rem 0rem; } }
  .search-header .h6 {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 0.58824rem 0rem; }
  .search-header .btn {
    font-size: 14px;
    font-size: 0.82353rem;
    line-height: 2.14285714285714; }
    @media (min-width: 768px) {
      .search-header .btn {
        font-size: 11.11538px;
        font-size: 0.65385rem; } }
  .search-header .search-keyword-display .keyword-listing > ul {
    overflow: visible; }
    .search-header .search-keyword-display .keyword-listing > ul > li {
      display: block; }
      @media (min-width: 768px) {
        .search-header .search-keyword-display .keyword-listing > ul > li {
          margin-bottom: 4.57692px;
          margin-bottom: 0.26923rem; } }
      .search-header .search-keyword-display .keyword-listing > ul > li > .btn {
        padding-right: 16px;
        padding-right: 0.94118rem;
        position: relative;
        background-color: #ffa500;
        color: #fff; }
        @media (min-width: 768px) {
          .search-header .search-keyword-display .keyword-listing > ul > li > .btn {
            padding-right: 32px;
            padding-right: 1.23077rem; } }
  .search-header .search-keyword-display .keyword-listing .icon-close {
    width: 8px;
    width: 0.47059rem;
    font-size: 8px;
    font-size: 0.47059rem;
    line-height: 1;
    position: absolute;
    top: 3px;
    top: 0.17647rem;
    right: 3px;
    right: 0.17647rem; }
    @media (min-width: 768px) {
      .search-header .search-keyword-display .keyword-listing .icon-close {
        width: 10.46154px;
        width: 0.61538rem;
        top: 3.92308px;
        top: 0.23077rem;
        right: 3.92308px;
        right: 0.23077rem;
        font-size: 10.46154px;
        font-size: 0.61538rem; } }
  .search-header .search-keyword-display .keyword-listing .btn:hover, .search-header .search-keyword-display .keyword-listing .btn:focus {
    color: #f0ece3;
    background-color: #909090; }
  .search-header .search-details {
    position: relative;
    min-height: 35px;
    min-height: 2.05882rem; }
    @media (min-width: 768px) {
      .search-header .search-details {
        min-height: 28.11538px;
        min-height: 1.65385rem; } }
  .search-header .search-field {
    font-size: 14px;
    font-size: 0.82353rem;
    line-height: 2.14285714285714;
    float: left; }
    @media (min-width: 768px) {
      .search-header .search-field {
        font-size: 11.11538px;
        font-size: 0.65385rem; } }
    .rtl .search-header .search-field {
      float: right; }
    .search-header .search-field.active #search-field-display-caret {
      visibility: visible; }
    .search-header .search-field #search-field-display-caret {
      width: 1px;
      height: 12px;
      height: 0.70588rem;
      background: #6d6d6d;
      margin: 0px 0px 0px 2px;
      margin: 0rem 0rem 0rem 0.11765rem;
      -webkit-animation: blink 950ms infinite;
      animation: blink 950ms infinite;
      visibility: hidden;
      position: relative;
      top: -1px;
      top: -0.05882rem;
      display: inline-block;
      vertical-align: middle; }
      .lt-ie8 .search-header .search-field #search-field-display-caret {
        display: inline; }
      @media (min-width: 768px) {
        .search-header .search-field #search-field-display-caret {
          height: 18.30769px;
          height: 1.07692rem;
          top: -1.30769px;
          top: -0.07692rem;
          margin: 0px 0px 0px 1.30769px;
          margin: 0rem 0rem 0rem 0.07692rem; } }
    .search-header .search-field #search-field-guide {
      color: rgba(0, 0, 0, 0.3);
      margin: 0px 0px 0px 1px;
      margin: 0rem 0rem 0rem 0.05882rem; }
      .search-header .search-field #search-field-guide.inactive {
        visibility: hidden; }
    .search-header .search-field #search-field-entry {
      position: absolute;
      top: -100%;
      top: -1000%;
      font-size: 16px; }
    .search-header .search-field .autocomplete-results {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      z-index: 100; }
      .search-header .search-field .autocomplete-results .btn {
        background-color: #909090;
        color: #fff; }
        .search-header .search-field .autocomplete-results .btn:hover, .search-header .search-field .autocomplete-results .btn:focus, .search-header .search-field .autocomplete-results .btn.active {
          color: #fff;
          background-color: #ffa500; }
        .search-header .search-field .autocomplete-results .btn.show-all-keywords-trigger {
          background-color: #6d6d6d;
          color: #fff; }
          .search-header .search-field .autocomplete-results .btn.show-all-keywords-trigger:hover, .search-header .search-field .autocomplete-results .btn.show-all-keywords-trigger:focus, .search-header .search-field .autocomplete-results .btn.show-all-keywords-trigger.active {
            color: #fff;
            background-color: #909090; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.home-page {
  z-index: 3; }
  .home-page .delta-trigger {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  .home-page .article-meta .delta-trigger {
    opacity: 0;
    font-size: 49.69231px;
    font-size: 2.92308rem;
    line-height: 0.52631578947368;
    position: absolute;
    left: 0; }
    .home-page .article-meta .delta-trigger.prev-trigger {
      top: -43.15385px;
      top: -2.53846rem; }
    .home-page .article-meta .delta-trigger.next-trigger {
      bottom: -65.38462px;
      bottom: -3.84615rem; }
  .home-page .scroll-navigation .delta-trigger {
    position: fixed;
    z-index: 4;
    font-size: 37px;
    line-height: 22px;
    left: 24px;
    cursor: pointer;
    display: none; }
    .home-page .scroll-navigation .delta-trigger.active {
      display: block; }
    .home-page .scroll-navigation .delta-trigger.next-trigger {
      bottom: 7.5vh;
      margin-bottom: -11px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
        .home-page .scroll-navigation .delta-trigger.next-trigger {
          bottom: 28px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
        .home-page .scroll-navigation .delta-trigger.next-trigger {
          bottom: 28px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
        .home-page .scroll-navigation .delta-trigger.next-trigger {
          bottom: 35px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
        .home-page .scroll-navigation .delta-trigger.next-trigger {
          bottom: 35px; } }
    .home-page .scroll-navigation .delta-trigger.prev-trigger {
      top: 7.5vh;
      margin-top: -11px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
        .home-page .scroll-navigation .delta-trigger.prev-trigger {
          top: 28px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
        .home-page .scroll-navigation .delta-trigger.prev-trigger {
          top: 28px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
        .home-page .scroll-navigation .delta-trigger.prev-trigger {
          top: 35px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
        .home-page .scroll-navigation .delta-trigger.prev-trigger {
          top: 35px; } }
  .home-page .home-page-inner {
    box-sizing: border-box;
    padding-top: 52px;
    padding-top: 3.05882rem;
    padding-bottom: 100px;
    padding-bottom: 5.88235rem;
    position: relative; }
  .home-page .article-highlight {
    background: #000;
    z-index: 1;
    position: relative; }
    .home-page .article-highlight .article-meta {
      position: relative; }
    @media (min-width: 768px) {
      .home-page .article-highlight {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: none; }
        .home-page .article-highlight:before {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          content: ' ';
          z-index: 1000000000000;
          display: block; }
        .home-page .article-highlight.enabled:before {
          display: none; }
        .home-page .article-highlight.active {
          visibility: visible; } }
    .home-page .article-highlight .article-image-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }

.screen {
  position: relative; }
  @media (min-width: 768px) {
    .screen {
      padding-bottom: 1px; } }

.highlight {
  color: #000;
  background: #fff;
  padding: 1px 0px 3px 0px;
  padding: 0.05882rem 0rem 0.17647rem 0rem;
  box-shadow: 0.23529rem 0 0 #fff, -0.23529rem 0 0 #fff; }
  .highlight .highlight-inner {
    position: relative; }

/* DIVIDERS */
.divider {
  position: absolute;
  left: 0;
  bottom: -15px;
  bottom: -0.88235rem;
  width: 100%;
  z-index: 2;
  transition: -webkit-transform 0.8s cubic-bezier(0.29, 0.26, 0.15, 0.96);
  transition: transform 0.8s cubic-bezier(0.29, 0.26, 0.15, 0.96);
  transition: transform 0.8s cubic-bezier(0.29, 0.26, 0.15, 0.96), -webkit-transform 0.8s cubic-bezier(0.29, 0.26, 0.15, 0.96);
  z-index: 100; }
  @media (min-width: 768px) {
    .divider {
      bottom: 0;
      top: 100%;
      bottom: 0;
      margin: -68px 0px 0px 0px;
      margin: -4rem 0rem 0rem 0rem; } }
  .divider .highlight {
    font-size: 20px;
    font-size: 1.17647rem;
    line-height: 1.1;
    display: inline-block;
    margin: 0;
    color: #000;
    background: #fff;
    transition: color 0.6s;
    padding: 4px 0px 6px 0px;
    padding: 0.23529rem 0rem 0.35294rem 0rem;
    box-shadow: 0.35294rem 0 0 #fff, -0.35294rem 0 0 #fff; }
    .lt-ie8 .divider .highlight {
      display: inline; }
    @media (min-width: 768px) {
      .divider .highlight {
        padding: 9.80769px 0px 9.80769px 0px;
        padding: 0.57692rem 0rem 0.57692rem 0rem;
        font-size: 40.53846px;
        font-size: 2.38462rem;
        line-height: 1.19354838709677;
        box-shadow: 1.58824rem 0 0 #fff, -1.58824rem 0 0 #fff; } }
  .divider.active {
    -webkit-transform: translate3d(0, 4rem, 0);
    transform: translate3d(0, 4rem, 0); }
  .divider.brand-equity h2 {
    color: #00a5a5; }
  .divider.pivotal-ideas-intro h2 {
    color: #6fb9d6; }
  .divider.pivotal-ideas-result h2 {
    color: #6fb9d6; }
  .divider.pdj h2 {
    color: #f5be57; }
  .divider.three-pillars h2 {
    color: #000; }

.divider-before {
  padding-top: 0.88235rem; }
  @media (min-width: 768px) {
    .divider-before {
      padding-top: 68px;
      padding-top: 4rem; } }

.divider-after {
  padding-bottom: 0.88235rem; }
  @media (min-width: 768px) {
    .divider-after {
      padding-bottom: 68px;
      padding-bottom: 4rem; } }

/* PAGE */
.culture-page {
  color: #fff;
  font-size: 18px;
  font-size: 1.05882rem;
  line-height: 1.11111111111111; }
  @media (min-width: 768px) {
    .culture-page {
      font-size: 24.84615px;
      font-size: 1.46154rem;
      line-height: 1.21052631578947; } }
  .culture-page .scrollable-inner {
    background: none; }
  .culture-page .h4 {
    font-size: 26px;
    font-size: 1.52941rem;
    line-height: 1.15384615384615;
    font-weight: 200; }
    @media (min-width: 768px) {
      .culture-page .h4 {
        font-size: 37.92308px;
        font-size: 2.23077rem; } }
  .culture-page p {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 0.58824rem 0rem; }
    @media (min-width: 768px) {
      .culture-page p {
        margin: 0px 0px 19.61538px 0px;
        margin: 0rem 0rem 1.15385rem 0rem; } }
  .culture-page .quote-wrapper {
    margin: 0;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 0.58824rem 0rem; }
    .culture-page .quote-wrapper .quote {
      font-size: inherit;
      line-height: inherit;
      font-weight: 200;
      letter-spacing: normal; }
      @media (min-width: 768px) {
        .culture-page .quote-wrapper .quote {
          line-height: 1.10526315789474; } }
    .culture-page .quote-wrapper .citation {
      margin: 12px 0px 0px 0px;
      margin: 0.70588rem 0rem 0rem 0rem;
      font-weight: 200;
      font-size: 10px;
      font-size: 0.58824rem;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .culture-page .quote-wrapper .citation {
          font-size: 13.07692px;
          font-size: 0.76923rem;
          line-height: 1.2; } }
      .culture-page .quote-wrapper .citation a {
        color: #fff; }
  .culture-page .screen {
    position: relative;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .culture-page .screen {
        height: 100vh;
        min-height: 627.69231px;
        min-height: 36.92308rem;
        padding-top: 0; }
        .culture-page .screen .container {
          height: inherit; } }
    .culture-page .screen .screen-split {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
      padding: 20px 0px 20px 0px;
      padding: 1.17647rem 0rem 1.17647rem 0rem; }
      @media (min-width: 768px) {
        .culture-page .screen .screen-split {
          height: 50vh;
          min-height: 313.84615px;
          min-height: 18.46154rem;
          padding: 0; } }

/* TRANSFORMATION */
.screen1 {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 90px 0px 20px 0px;
  padding: 5.29412rem 0rem 1.17647rem 0rem; }
  .screen1 h1 {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem 0.29412rem 0rem; }
    @media (min-width: 768px) and (max-width: 940px) {
      .screen1 h1 {
        font-size: 70px;
        font-size: 4.11765rem;
        line-height: 1; } }
    @media (max-width: 767px) {
      .screen1 h1 {
        font-size: 30px;
        font-size: 1.76471rem;
        line-height: 1; } }

/* BELIEF */
.screen2 {
  background: #00a5a5; }
  .screen2 .highlight {
    color: #00a5a5; }

/* PIVOTAL IDEAS */
.screen3 {
  background: #6fb9d6; }
  .screen3 .title {
    color: #000;
    padding: 5px 0px 10px 0px;
    padding: 0.29412rem 0rem 0.58824rem 0rem; }
    @media (min-width: 768px) {
      .screen3 .title {
        padding: 0;
        height: 30vh;
        min-height: 183.07692px;
        min-height: 10.76923rem; } }
    .screen3 .title h2 {
      font-size: 30px;
      font-size: 1.76471rem;
      line-height: 1.2;
      margin: 0; }
      @media (min-width: 768px) {
        .screen3 .title h2 {
          font-size: 68px;
          font-size: 4rem;
          line-height: 1.15384615384615; } }
    .screen3 .title .highlight {
      color: #6fb9d6;
      padding: 0; }
  .screen3 .pivotal-idea-listing {
    margin-top: 0; }
    @media (min-width: 768px) {
      .screen3 .pivotal-idea-listing {
        min-height: 444.61538px;
        min-height: 26.15385rem;
        height: 70vh; } }
    @media (min-width: 768px) {
      .screen3 .pivotal-idea-listing .pivotal-idea {
        height: 50%; } }
    .screen3 .pivotal-idea-listing .pivotal-idea .pivotal-idea-title {
      font-weight: 400;
      letter-spacing: normal;
      height: auto; }

.screen4 {
  background: #6fb9d6; }
  .screen4 .highlight {
    color: #6fb9d6; }
    .screen4 .highlight strong {
      color: #000;
      font-weight: inherit; }
  .screen4 .divider h2 {
    color: #6fb9d6; }

.screen5 {
  background: #f5be57; }
  .screen5 .highlight {
    color: #f5be57; }
  .screen5 .divider h2 {
    color: #f5be57; }

.screen6 {
  height: auto; }
  @media (min-width: 768px) {
    .screen6 .culture-pillars {
      height: 392.30769px;
      height: 23.07692rem; } }
  .screen6 .pillars-quote-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (min-width: 768px) {
      .screen6 .pillars-quote-wrapper {
        height: 261.53846px;
        height: 15.38462rem; } }
    .screen6 .pillars-quote-wrapper .cell {
      padding: 20px 0px 20px 0px;
      padding: 1.17647rem 0rem 1.17647rem 0rem;
      padding-right: 25%; }
      @media (min-width: 768px) {
        .screen6 .pillars-quote-wrapper .cell {
          padding: 0 50% 0 0; } }

/* PILLARS */
.culture-pillars {
  width: 100%;
  display: table;
  font-size: 16px;
  font-size: 0.94118rem;
  line-height: 1.0625; }
  @media (min-width: 768px) {
    .culture-pillars {
      font-size: 20.92308px;
      font-size: 1.23077rem; } }
  .culture-pillars .culture-pillar {
    vertical-align: top;
    box-sizing: border-box;
    padding: 30px 22px 30px 22px;
    padding: 1.76471rem 1.29412rem 1.76471rem 1.29412rem; }
    @media (min-width: 768px) {
      .culture-pillars .culture-pillar {
        display: table-cell;
        width: 33.33333%;
        padding: 85px 51px 0px 34px;
        padding: 5rem 3rem 0rem 2rem; } }
    .culture-pillars .culture-pillar.inspired-pillar {
      background-color: #47e1d8; }
    .culture-pillars .culture-pillar.leonardo-pillar {
      background-color: #b3a3d0; }
    .culture-pillars .culture-pillar.mona-lisa-pillar {
      background-color: #b8d34f; }
  .culture-pillars .culture-pillar-title {
    font-weight: 800;
    letter-spacing: normal;
    margin: 0px 0px 8px 0px;
    margin: 0rem 0rem 0.47059rem 0rem;
    font-size: inherit;
    line-height: inherit; }
    @media (min-width: 768px) {
      .culture-pillars .culture-pillar-title {
        margin: 0px 0px 24.84615px 0px;
        margin: 0rem 0rem 1.46154rem 0rem; } }
  @media (min-width: 768px) {
    .culture-pillars .culture-pillar-content {
      min-height: 111.15385px;
      min-height: 6.53846rem; } }
  .culture-pillars .cta {
    margin: 19px 0px 0px 0px;
    margin: 1.11765rem 0rem 0rem 0rem; }
    @media (min-width: 768px) {
      .culture-pillars .cta {
        margin: 24.84615px 0px 0px 0px;
        margin: 1.46154rem 0rem 0rem 0rem; } }

/* PIVOTAL IDEA LISTING */
.pivotal-idea-listing {
  color: #fff;
  margin: 50px 0px 0px 0px;
  margin: 2.94118rem 0rem 0rem 0rem;
  font-size: 16px;
  font-size: 0.94118rem;
  line-height: 1.0625; }
  @media (min-width: 768px) {
    .pivotal-idea-listing {
      font-size: 20.92308px;
      font-size: 1.23077rem;
      margin: 65.38462px 0px 0px 0px;
      margin: 3.84615rem 0rem 0rem 0rem; } }
  .pivotal-idea-listing .pivotal-idea {
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    float: none; }
    @media (min-width: 768px) {
      .pivotal-idea-listing .pivotal-idea {
        float: left;
        width: 50%;
        height: 261.53846px;
        height: 15.38462rem; }
        .pivotal-idea-listing .pivotal-idea.left .pivotal-idea-outer {
          float: left; }
        .pivotal-idea-listing .pivotal-idea.left .pivotal-idea-inner {
          padding: 32.69231px 91.53846px 0px 0px;
          padding: 1.92308rem 5.38462rem 0rem 0rem;
          float: left; }
        .pivotal-idea-listing .pivotal-idea.right .pivotal-idea-outer {
          float: right; }
        .pivotal-idea-listing .pivotal-idea.right .pivotal-idea-inner {
          padding: 32.69231px 0px 0px 91.53846px;
          padding: 1.92308rem 0rem 0rem 5.38462rem;
          float: right; }
        .pivotal-idea-listing .pivotal-idea .pivotal-idea-content {
          height: 133.38462px;
          height: 7.84615rem; } }
    @media (min-width: 768px) and (min-width: 768px) and (max-width: 940px) {
      .pivotal-idea-listing .pivotal-idea .pivotal-idea-content {
        height: 155.61538px;
        height: 9.15385rem; } }
    @media (min-width: 768px) {
        .pivotal-idea-listing .pivotal-idea .pivotal-idea-outer {
          width: 200%; } }
    .pivotal-idea-listing .pivotal-idea .pivotal-idea-inner {
      box-sizing: border-box;
      padding: 40px 0px 40px 0px;
      padding: 2.35294rem 0rem 2.35294rem 0rem; }
      @media (min-width: 768px) {
        .pivotal-idea-listing .pivotal-idea .pivotal-idea-inner {
          width: 50%;
          min-height: 0; } }
    .pivotal-idea-listing .pivotal-idea .pivotal-idea-title {
      font-weight: 800;
      font-size: inherit;
      line-height: inherit;
      margin: 0; }
    .pivotal-idea-listing .pivotal-idea p {
      margin: 0; }
    .pivotal-idea-listing .pivotal-idea .cta {
      margin: 12px 0px 0px 0px;
      margin: 0.70588rem 0rem 0rem 0rem; }

.number {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: block;
  width: 26px;
  width: 1.52941rem;
  height: 26px;
  height: 1.52941rem;
  font-size: 14px;
  font-size: 0.82353rem;
  line-height: 22px;
  line-height: 1.29412rem;
  text-align: center;
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.47059rem 0rem;
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
  font-weight: 700;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .number {
      width: 34px;
      width: 2rem;
      height: 34px;
      height: 2rem;
      font-size: 18.30769px;
      font-size: 1.07692rem;
      line-height: 31.38462px;
      line-height: 1.84615rem;
      margin: 0px 0px 10.46154px 0px;
      margin: 0rem 0rem 0.61538rem 0rem; } }

.error-page .article-header .article-image {
  background-color: #f41616; }

.error-page .article-header .article-title {
  width: auto; }

.error-page .article-header a {
  color: #fff; }

.country-holding-page .article-header .article-image {
  background-color: #000; }

.country-holding-page .article-header .article-title {
  width: auto; }

.country-holding-page .article-header .article-subtitle {
  width: auto;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 10px;
  margin-bottom: 0.58824rem; }

.country-holding-page .article-header a {
  color: #fff; }

.connect-page .intro {
  height: 62.5vw;
  background: #000;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .connect-page .intro {
      height: 33vh;
      min-height: 215.76923px;
      min-height: 12.69231rem; } }

.connect-page .intro-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1; }

.offices-listing .office {
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .offices-listing .office {
      width: 33.33333%;
      height: 215.76923px;
      height: 12.69231rem; } }

.offices-listing .region-contact {
  background: #000; }

.offices-listing .offices-navigation {
  background: #fff;
  font-size: 18px;
  font-size: 1.05882rem;
  line-height: 24px;
  line-height: 1.41176rem;
  font-weight: 700;
  color: #000;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 940px) {
    .offices-listing .offices-navigation {
      font-size: 16px;
      font-size: 0.94118rem; } }
  @media (min-width: 768px) {
    .offices-listing .offices-navigation {
      text-align: center;
      font-size: 30px;
      font-size: 1.76471rem;
      line-height: 62px;
      line-height: 3.64706rem; } }
  .offices-listing .offices-navigation .selection-display {
    color: white;
    background-color: #f3a000;
    padding: 0 22px;
    font-size: 20px;
    font-size: 1.17647rem;
    line-height: 54px;
    line-height: 3.17647rem;
    min-height: 54px;
    min-height: 3.17647rem;
    position: relative;
    cursor: pointer; }
    @media (min-width: 768px) {
      .offices-listing .offices-navigation .selection-display {
        display: none; } }
    .offices-listing .offices-navigation .selection-display .icon {
      position: absolute;
      right: 22px;
      right: 1.29412rem;
      top: 50%;
      font-size: 28px;
      font-size: 1.64706rem;
      line-height: 16px;
      line-height: 0.94118rem;
      margin: -5px 0px 0px 0px;
      margin: -0.29412rem 0rem 0rem 0rem; }
    .offices-listing .offices-navigation .selection-display .icon-chevron-up {
      display: none; }
    .offices-listing .offices-navigation .selection-display .icon-chevron-down {
      display: block; }
  .offices-listing .offices-navigation.active .icon-chevron-up {
    display: block; }
  .offices-listing .offices-navigation.active .icon-chevron-down {
    display: none; }
  .offices-listing .offices-navigation .offices-navigation-options {
    transition: height 500ms;
    font-size: 16px;
    font-size: 0.94118rem;
    line-height: 20px;
    line-height: 1.17647rem;
    height: 0; }
    @media (min-width: 768px) {
      .offices-listing .offices-navigation .offices-navigation-options {
        height: auto;
        font-size: 11.76923px;
        font-size: 0.69231rem;
        line-height: 1.33333333333333; } }
    .offices-listing .offices-navigation .offices-navigation-options ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding: 15px 0px 15px 0px;
      padding: 0.88235rem 0rem 0.88235rem 0rem; }
      @media (min-width: 768px) {
        .offices-listing .offices-navigation .offices-navigation-options ul {
          padding: 0; } }
    .offices-listing .offices-navigation .offices-navigation-options li {
      margin: 4px 0px 0px 0px;
      margin: 0.23529rem 0rem 0rem 0rem;
      padding: 0px 33px 0px 33px;
      padding: 0rem 1.94118rem 0rem 1.94118rem; }
      .offices-listing .offices-navigation .offices-navigation-options li:first-child {
        margin-top: 0; }
      @media (min-width: 768px) {
        .offices-listing .offices-navigation .offices-navigation-options li {
          float: left;
          width: 14.28571%;
          margin: 0;
          padding: 0; } }
    .offices-listing .offices-navigation .offices-navigation-options a {
      color: #909090;
      cursor: pointer;
      transition: background-color 50ms, color 50ms; }
      @media (min-width: 768px) {
        .offices-listing .offices-navigation .offices-navigation-options a {
          display: block;
          padding: 12.42308px 0px 12.42308px 0px;
          padding: 0.73077rem 0rem 0.73077rem 0rem;
          color: #000; } }
      .offices-listing .offices-navigation .offices-navigation-options a:focus, .offices-listing .offices-navigation .offices-navigation-options a:hover {
        color: #000; }
        @media (min-width: 768px) {
          .offices-listing .offices-navigation .offices-navigation-options a:focus, .offices-listing .offices-navigation .offices-navigation-options a:hover {
            background-color: #d7d7d7; } }
      .offices-listing .offices-navigation .offices-navigation-options a.active {
        color: #f59e05; }
        @media (min-width: 768px) {
          .offices-listing .offices-navigation .offices-navigation-options a.active {
            background-color: #f59e05;
            color: #000; } }

.offices-listing .region {
  display: none; }
  .offices-listing .region.active {
    display: block; }

.office {
  padding: 33px 44px 25px 33px;
  padding: 1.94118rem 2.58824rem 1.47059rem 1.94118rem;
  font-size: 17px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.17647rem;
  color: #fff;
  background-size: cover;
  background-color: #000;
  background-position: center center; }
  @media (min-width: 768px) {
    .office {
      padding: 49.03846px 45.76923px 0px 78.46154px;
      padding: 2.88462rem 2.69231rem 0rem 4.61538rem;
      float: left;
      font-size: 13.07692px;
      font-size: 0.76923rem;
      line-height: 1.1; } }
  .office .office-title {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem 0.29412rem 0rem;
    font-weight: 700; }
    @media (min-width: 768px) {
      .office .office-title {
        font-size: 15.69231px;
        font-size: 0.92308rem;
        line-height: 1.1; } }
  .office h2 {
    font-size: 17px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.17647rem;
    margin: 0; }
  .office a {
    font-weight: 200;
    text-decoration: none;
    color: #fff; }

#hq-region .region-contact .contact-options li {
  margin: 6px 0px 0px 0px;
  margin: 0.35294rem 0rem 0rem 0rem; }
  #hq-region .region-contact .contact-options li:first-child {
    margin-top: 0; }

.leonardo-page .divider h2 {
  color: #b3a3d0; }

.leonardo-diagram {
  background: #c6bbdc;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .leonardo-diagram {
      height: 100vh;
      min-height: 627.69231px;
      min-height: 36.92308rem; } }
  .leonardo-diagram .close-trigger {
    display: none;
    position: absolute;
    right: 50%;
    top: 68px;
    top: 4rem;
    font-size: 32.69231px;
    font-size: 1.92308rem;
    line-height: 0.76;
    margin: -24.84615px 19.61538px 0px 0px;
    margin: -1.46154rem 1.15385rem 0rem 0rem;
    cursor: pointer;
    z-index: 101; }
    @media (min-width: 768px) {
      .leonardo-diagram .close-trigger {
        display: block; } }

.leonardo-diagram-content-wrapper {
  padding: 20px 0px 0px 0px;
  padding: 1.17647rem 0rem 0rem 0rem;
  background-color: #b3a3d0; }
  @media (min-width: 768px) {
    .leonardo-diagram-content-wrapper {
      position: absolute;
      right: 50%;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      background: none;
      padding: 0; } }
  .leonardo-diagram-content-wrapper .leonardo-diagram-content {
    padding: 40px 22px 30px 22px;
    padding: 2.35294rem 1.29412rem 1.76471rem 1.29412rem;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.29412rem;
    line-height: 1.09090909090909;
    background-color: #b3a3d0; }
    @media (min-width: 768px) {
      .leonardo-diagram-content-wrapper .leonardo-diagram-content {
        position: absolute;
        left: 0;
        top: 100%;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 111.15385px 85px 0px 85px;
        padding: 6.53846rem 5rem 0rem 5rem;
        font-size: 28.76923px;
        font-size: 1.69231rem; } }
    .leonardo-diagram-content-wrapper .leonardo-diagram-content .number {
      width: 54px;
      width: 3.17647rem;
      height: 54px;
      height: 3.17647rem;
      font-size: 28px;
      font-size: 1.64706rem;
      line-height: 50px;
      line-height: 2.94118rem;
      color: #4c4a6f; }

.leonardo-diagram-navigation {
  display: none; }
  @media (min-width: 768px) {
    .leonardo-diagram-navigation {
      color: #fff;
      position: absolute;
      right: 50%;
      top: 50%;
      font-weight: 800;
      z-index: 2;
      display: block; } }
  .leonardo-diagram-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 0; }
  .leonardo-diagram-navigation .leonardo-diagram-navigation-item {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    cursor: pointer; }
    .leonardo-diagram-navigation .leonardo-diagram-navigation-item .number {
      width: 70.61538px;
      width: 4.15385rem;
      height: 70.61538px;
      height: 4.15385rem;
      font-size: 35.96154px;
      font-size: 2.11538rem;
      line-height: 68px;
      line-height: 4rem;
      position: absolute;
      left: 0;
      top: 0;
      margin: -35.30769px 0px 0px -35.30769px;
      margin: -2.07692rem 0rem 0rem -2.07692rem;
      transition: background-color 0.9s cubic-bezier(0.29, 0.26, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.29, 0.26, 0.15, 0.96);
      transition: transform 0.3s cubic-bezier(0.29, 0.26, 0.15, 0.96), background-color 0.9s cubic-bezier(0.29, 0.26, 0.15, 0.96);
      transition: transform 0.3s cubic-bezier(0.29, 0.26, 0.15, 0.96), background-color 0.9s cubic-bezier(0.29, 0.26, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.29, 0.26, 0.15, 0.96);
      z-index: 2; }
    .leonardo-diagram-navigation .leonardo-diagram-navigation-item .item-label {
      position: absolute;
      width: 141.23077px;
      width: 8.30769rem;
      left: -70.61538px;
      left: -4.15385rem;
      top: 0;
      transition: color 0.9s cubic-bezier(0.29, 0.26, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.29, 0.26, 0.15, 0.96);
      transition: transform 0.3s cubic-bezier(0.29, 0.26, 0.15, 0.96), color 0.9s cubic-bezier(0.29, 0.26, 0.15, 0.96);
      transition: transform 0.3s cubic-bezier(0.29, 0.26, 0.15, 0.96), color 0.9s cubic-bezier(0.29, 0.26, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.29, 0.26, 0.15, 0.96);
      padding: 45.76923px 0px 0px 0px;
      padding: 2.69231rem 0rem 0rem 0rem;
      z-index: 1;
      font-weight: 700; }
    .leonardo-diagram-navigation .leonardo-diagram-navigation-item.active .number, .leonardo-diagram-navigation .leonardo-diagram-navigation-item:hover .number {
      -webkit-transform: scale(2);
      transform: scale(2); }
    .leonardo-diagram-navigation .leonardo-diagram-navigation-item.active .item-label, .leonardo-diagram-navigation .leonardo-diagram-navigation-item:hover .item-label {
      -webkit-transform: translate3d(0, 1.84615rem, 0);
      transform: translate3d(0, 1.84615rem, 0);
      color: #fff; }
    .leonardo-diagram-navigation .leonardo-diagram-navigation-item.active .number {
      color: #4c4a6f; }
    .leonardo-diagram-navigation .leonardo-diagram-navigation-item.active .item-label {
      color: #4c4a6f; }
  .leonardo-diagram-navigation .item1 {
    top: -183.07692px;
    top: -10.76923rem; }
  .leonardo-diagram-navigation .item2 {
    top: -29.42308px;
    top: -1.73077rem;
    left: 196.15385px;
    left: 11.53846rem; }
  .leonardo-diagram-navigation .item3 {
    top: 156.92308px;
    top: 9.23077rem;
    left: 101.34615px;
    left: 5.96154rem; }
  .leonardo-diagram-navigation .item4 {
    top: 156.92308px;
    top: 9.23077rem;
    left: -101.34615px;
    left: -5.96154rem; }
  .leonardo-diagram-navigation .item5 {
    top: -29.42308px;
    top: -1.73077rem;
    left: -196.15385px;
    left: -11.53846rem; }

.careers-holding-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.17647rem; }

@media (max-width: 767px) {
  .careers-holding-page .article-header {
    height: auto;
    padding-top: 70px;
    padding-bottom: 50px; } }

.careers-holding-page .article-header .article-image {
  background-color: #000; }

.careers-holding-page .article-header .article-title {
  width: auto; }

.careers-holding-page .article-header .article-subtitle {
  width: auto;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 10px;
  margin-bottom: 0.58824rem; }

.careers-holding-page .article-header a {
  color: #fff;
  font-weight: normal;
  text-decoration: none; }
