@charset "UTF-8";
/*! 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; }

@font-face {
  font-family: 'Raisonne';
  src: url("../fonts/raisonne-demibold-pro.eot?#iefix");
  src: url("../fonts/raisonne-demibold-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/raisonne-demibold-pro.woff") format("woff"), url("../fonts/raisonne-demibold-pro.woff2") format("woff2"), url("../fonts/raisonne-demibold-pro.ttf") format("truetype"), url("../fonts/raisonne-demibold-pro.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Sofia W01 Regular1446825", serif;
  color: #272726; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

.h-m {
  font-size: 2rem;
  font-family: "Raisonne", sans-serif;
  font-weight: normal;
  line-height: 1.2; }
  @media only screen and (min-width: 48em) {
    .h-m {
      font-size: 3.4375rem; } }

@media screen {
  *,
  :before,
  :after {
    box-sizing: border-box;
    margin: 0; }
  html {
    height: 100%;
    -webkit-font-smoothing: antialiased; }
  body {
    background-color: #FFF; } }
  @media only screen and (max-width: 47.9375em) {
    body.menu-is-open {
      overflow: hidden; } }

@media screen {
    body.form-error {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
  a {
    color: #FF591F; }
  #mfPreviewBar {
    display: none; }
  ::selection {
    background: #E5E5E5; }
  ::-moz-selection {
    background: #E5E5E5; }
  .container {
    width: 100%;
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .container--gutterless {
      max-width: 71.25rem;
      padding-left: 0;
      padding-right: 0; }
    .container--l {
      max-width: 90rem; }
      .container--l.container--gutterless {
        max-width: 88.125rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-1 {
    width: calc(8.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-1 {
    width: calc(8.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-2 {
    width: calc(16.66667% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-2 {
    width: calc(16.66667% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-3 {
    width: calc(25% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-3 {
    width: 25%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-3 {
    width: calc(25% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-3 {
    width: 25%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-4 {
    width: calc(33.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-4 {
    width: calc(33.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-5 {
    width: calc(41.66667% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-5 {
    width: calc(41.66667% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-6 {
    width: calc(50% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-6 {
    width: 50%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-6 {
    width: calc(50% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-6 {
    width: 50%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-7 {
    width: calc(58.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-7 {
    width: calc(58.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-8 {
    width: calc(66.66667% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-8 {
    width: calc(66.66667% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-9 {
    width: calc(75% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-9 {
    width: 75%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-9 {
    width: calc(75% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-9 {
    width: 75%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-10 {
    width: calc(83.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-10 {
    width: calc(83.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-11 {
    width: calc(91.66667% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-11 {
    width: calc(91.66667% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 34.375em) {
  .g-s-gtr .col-span-12 {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 34.375em) {
  .g-s .col-span-12 {
    width: 100%; } }

@media only screen and (min-width: 48em) {
  .g-m-gtr .col-span-12 {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .g-m .col-span-12 {
    width: 100%; } }

@media screen {
  .btn {
    display: inline-block;
    width: 100%;
    max-width: 12em;
    padding-top: 0.9em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.2;
    font-size: 1rem;
    font-family: "Sofia W01 Bold1446843", serif;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #272726;
    background-color: #FFF;
    border: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .btn:hover, .btn:focus, .btn.is-active {
      outline: none;
      -webkit-transform: translateY(-0.25em);
          -ms-transform: translateY(-0.25em);
              transform: translateY(-0.25em);
      box-shadow: 0 0.1875rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1); }
    .btn:active {
      outline: none;
      -webkit-transform: scale(0.97) translateY(-0.25em);
          -ms-transform: scale(0.97) translateY(-0.25em);
              transform: scale(0.97) translateY(-0.25em); }
  .btn--small {
    font-size: 0.875rem; }
  .btn--medium {
    font-size: 1.125rem; }
  .btn--large {
    font-size: 1.25rem; }
  .btn--xl {
    padding-top: 0.6em;
    padding-bottom: 0.8em;
    font-size: 1.25rem; } }
  @media only screen and (min-width: 48em) {
    .btn--xl {
      font-size: 1.875rem; } }

@media screen {
  .btn--orange {
    color: #FFF;
    background-color: #FF591F; }
  .btn--yellow {
    color: #FFF;
    background-color: #FFBC00; }
  .btn--green {
    color: #FFF;
    background-color: #42B7A1; }
  .btn--blue {
    color: #FFF;
    background-color: #253584; }
  .btn--full {
    max-width: none; }
  .logo {
    position: relative;
    display: block;
    width: 9.375rem;
    height: 2.5rem;
    overflow: hidden;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
  @media only screen and (min-width: 48em) {
    .logo {
      width: 7.5rem; } }
  @media only screen and (min-width: 60em) {
    .logo {
      width: 9.375rem; } }

@media screen {
  .logo__text {
    position: absolute;
    top: 0;
    right: 100%; }
  img {
    max-width: 100%; }
  .loader {
    position: absolute;
    top: 18.75rem;
    left: calc(50% - 1.5625rem);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    /* Spinner size and color */
    width: 3.125rem;
    height: 3.125rem;
    border-top-color: #272726;
    border-left-color: #272726;
    /* Additional spinner styles */
    -webkit-animation: spinner 400ms linear infinite;
            animation: spinner 400ms linear infinite;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-width: 0.3125rem;
    border-radius: 50%;
    opacity: 0; }
    .ajax-content.is-loading .loader {
      opacity: 1; }
  /* Animation styles */
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  .menu,
  .menu__sub {
    margin: 0;
    padding: 0;
    list-style: none; } }

@media only screen and (min-width: 60em) {
  .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen {
  .menu__item {
    position: relative; } }
  @media only screen and (min-width: 60em) {
    .menu > .menu__item + .menu__item {
      margin-left: 1.625rem; } }
  @media only screen and (min-width: 75em) {
    .menu > .menu__item + .menu__item {
      margin-left: 3.75rem; } }
  @media only screen and (min-width: 60em) {
    .menu__item--2 {
      opacity: 0;
      transition: opacity 0.1s ease; }
      .is-open .menu__item--2 {
        opacity: 1;
        transition: opacity 0.2s ease 0.25s; } }

@media screen {
  .menu__link {
    display: block;
    font-size: 1rem;
    font-family: "Sofia W01 Bold1446843", serif;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
    color: #000;
    text-decoration: none; } }
  @media only screen and (max-width: 59.9375em) {
    .menu__link {
      width: 100%;
      padding: 0.875em 1.5em;
      transition: visibility 0s 0.2s; } }
  @media only screen and (min-width: 60em) {
    .menu__link {
      padding: 0.625em 0;
      font-size: 1.25rem;
      line-height: 1.2;
      text-transform: none;
      color: #FFF;
      transition: all 0.2s ease; } }

@media screen {
    .menu__link--1 {
      color: #FFF; }
    .menu__sub .menu__link {
      position: relative;
      font-size: 0.75rem;
      font-family: "Sofia W01 Regular1446825", serif;
      font-weight: normal;
      line-height: 1;
      text-transform: none; } }
    @media only screen and (max-width: 59.9375em) {
      .menu__sub .menu__link {
        padding: 1.33333em 2.5em;
        visibility: hidden;
        background-color: #FFF; } }
    @media only screen and (min-width: 60em) {
      .menu__sub .menu__link {
        padding: 0.5em 0.875em;
        font-size: 1rem;
        font-family: "Sofia W01 Bold1446843", serif;
        line-height: 1.3;
        background-color: transparent; } }
    @media only screen and (max-width: 59.9375em) {
      .menu__sub .menu__link.menu__link--3 {
        padding: 1.33333em 2.5em 1.33333em 3.66667em; } }
    @media only screen and (min-width: 60em) {
      .menu__sub .menu__link.menu__link--3 {
        padding: 0.5em 0.875em 0.5em;
        font-family: "Sofia W01 Regular1446825", serif; }
        .menu__sub .menu__link.menu__link--3:before {
          content: '- '; } }
    @media only screen and (max-width: 59.9375em) {
      .menu__sub .menu__link.menu__link--4 {
        padding: 1.33333em 2.5em 1.33333em 4.83333em; } }
    @media only screen and (min-width: 60em) {
      .menu__sub .menu__link.menu__link--4 {
        padding: 0.5em 0.875em 0.5em 1.625em;
        font-family: "Sofia W01 Regular1446825", serif; }
        .menu__sub .menu__link.menu__link--4:before {
          content: '- '; } }
  @media only screen and (max-width: 59.9375em) {
    .is-open .menu__link {
      visibility: visible;
      transition: none; } }
  @media only screen and (max-width: 59.9375em) {
    .is-active > .menu__link,
    .menu__item--1.is-active-parent > .menu__link {
      color: #FFF;
      background-color: #FF591F; } }
  @media only screen and (min-width: 60em) {
    .is-active > .menu__link,
    .menu__item--1.is-active-parent > .menu__link {
      color: #FF591F; } }
  @media only screen and (min-width: 60em) {
    .menu__item--1.menu__item--covid-19.is-active-parent > .menu__link {
      color: #FFF; } }

@media screen {
    .menu__link:hover, .menu__link:active, .menu__link:focus {
      cursor: pointer;
      outline: none; } }
    @media only screen and (max-width: 59.9375em) {
      .menu__link:hover, .menu__link:active, .menu__link:focus {
        color: #FFF;
        background-color: #FF591F; } }
    @media only screen and (min-width: 60em) {
      .menu__link:hover, .menu__link:active, .menu__link:focus {
        color: #FF591F; } }

@media only screen and (min-width: 60em) {
  .menu__item--covid-19 button.menu__link:hover, .menu__item--covid-19 button.menu__link:active, .menu__item--covid-19 button.menu__link:focus {
    color: #FFF; } }

@media screen {
  .menu__toggle {
    position: relative;
    border: none;
    background-color: transparent; } }
  @media only screen and (max-width: 59.9375em) {
    .menu__toggle {
      color: #FFF; } }
  @media only screen and (min-width: 60em) {
    .menu__toggle {
      padding-right: 1.25rem; } }
  @media only screen and (min-width: 75em) {
    .menu__toggle {
      padding-right: 1.875rem;
      z-index: 2; } }

@media screen {
    .menu__toggle:hover, .menu__toggle:active, .menu__toggle:focus {
      outline: none; }
    .menu__toggle:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 2.5rem;
      background-image: url("../images/icons/arrow-down-white.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 0.6em;
      transition: -webkit-transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; } }
    @media only screen and (min-width: 60em) {
      .menu__toggle:before {
        width: 0.875rem; }
        .is-active-parent .menu__toggle:before {
          background-image: url("../images/icons/arrow-down-orange.svg"); }
        .menu__item--covid-19.is-active-parent .menu__toggle:before {
          background-image: url("../images/icons/arrow-down-white.svg"); } }
    @media only screen and (min-width: 75em) {
      .menu__toggle:before {
        width: 1.875rem; } }

@media screen {
    .is-open .menu__toggle:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); } }
  @media only screen and (min-width: 60em) {
    [class*="menu__item--covid"] .menu__toggle::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1em;
      right: -0.5em;
      background-color: #FF591F;
      color: #FFF;
      z-index: -1;
      transition: opacity 0.2s ease; } }
  @media only screen and (min-width: 60em) {
    [class*="menu__item--covid"].is-open .menu__toggle::after {
      opacity: 0; } }

@media screen {
  .menu__sub--1:before {
    content: '';
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    display: none;
    z-index: -1;
    background-color: rgba(50, 50, 50, 0.9);
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; } }
  @media only screen and (min-width: 60em) {
    .menu__sub--1:before {
      top: 0;
      display: block; } }
  @media only screen and (min-width: 75em) {
    .menu__sub--1:before {
      top: -100%; } }

@media screen {
    .is-open .menu__sub--1:before {
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); } }

@media only screen and (max-width: 59.9375em) {
  .menu__sub--1 {
    height: 0;
    overflow: hidden; } }

@media only screen and (min-width: 60em) {
  .menu__sub--1 {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.55, 0.09, 0.68, 0.53); }
    .is-open .menu__sub--1 {
      visibility: visible;
      opacity: 1; } }

@media only screen and (min-width: 75em) {
  .menu__sub--1 {
    top: 100%;
    left: -1.875rem;
    right: -1.875rem; } }

@media only screen and (min-width: 75em) {
  .menu__item:last-child .menu__sub {
    left: -1.875rem;
    right: -1.875rem; } }

@media screen {
  .search {
    position: relative;
    display: none;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
  @media only screen and (min-width: 60em) {
    .search {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-left: 1.25rem; } }
  @media only screen and (min-width: 75em) {
    .search {
      margin-left: 2.5rem; } }

@media screen {
  .search__main {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-transform: translateY(1em);
        -ms-transform: translateY(1em);
            transform: translateY(1em);
    visibility: hidden;
    text-align: left;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.55, 0.09, 0.68, 0.53), visibility 0s 0.1s; } }
  @media only screen and (min-width: 60em) {
    .search__main {
      top: calc(100% + 0.9375rem);
      right: 0; } }

@media screen {
    .is-open .search__main {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      transition: all 0.1s cubic-bezier(0.55, 0.09, 0.68, 0.53); }
    .search__main:after {
      content: 'Hit enter to search or ESC to close';
      position: absolute;
      top: 110%;
      left: 0;
      right: 0;
      display: block;
      font-size: 0.75rem;
      color: #FFF; }
  .search__label {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1; }
  .search__input {
    width: 13.75rem;
    padding: 0.8125rem 0.75rem;
    font-family: "Sofia W01 Regular1446825", serif;
    font-size: 0.75rem;
    color: #FFF;
    border: none;
    background-color: #272726; } }
  @media only screen and (max-width: 59.9375em) {
    .search__input {
      color: #FFF;
      border-color: #FFF; } }

@media screen {
    .search__input:hover, .search__input:active, .search__input:focus {
      outline: none; }
  ::-webkit-input-placeholder {
    color: inherit; }
  .search__btn {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0;
    padding: 1.25rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120%;
    color: transparent;
    border: none;
    background-color: #FFF;
    background-image: url("../images/icons/search-icon-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.3125rem;
    transition: background-color 0.1s ease; } }
  @media only screen and (min-width: 60em) {
    .search__btn {
      background-color: transparent; } }

@media screen {
    .search__btn:hover, .search__btn:active, .search__btn:focus {
      outline: none;
      background-color: #919191; }
  .card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 31.25rem;
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    background-color: #FFF;
    box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1); } }
  @media only screen and (min-width: 48em) {
    .cards--2 .card {
      width: calc(41.66667% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .cards--3 .card {
      width: calc(33.33333% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
    .card--wide {
      width: calc(100% - 1.875rem);
      margin: 0.9375rem; } }
    @media only screen and (min-width: 48em) {
      .card--wide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        width: calc(83.33333% - 1.875rem);
        margin: 0.9375rem;
        margin-left: calc(8.33333% + 0.9375rem);
        max-width: none; } }

@media screen {
    .card.card--mini {
      max-width: 16.25rem; }
    .card--related {
      margin-top: 1.5625rem; } }
    @media only screen and (min-width: 48em) {
      .card--related {
        margin-top: 3.125rem; } }

@media screen {
  .card__thumb {
    position: relative;
    width: 100%;
    background-color: #E5E5E5; } }
  @media only screen and (min-width: 48em) {
    .card--wide .card__thumb {
      width: 30%; } }

@media screen {
    .card__thumb:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 55.55556%; } }
    @media only screen and (min-width: 48em) {
      .card--wide .card__thumb:before {
        padding-bottom: 93.92857%; } }

@media screen {
  .card__thumb-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .card--report .card__thumb-inner {
      background-size: contain; }
    .card--logo .card__thumb-inner {
      top: 2em;
      right: 2em;
      bottom: 2em;
      left: 2em;
      background-size: contain; }
  .card__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0.9375rem; } }
  @media only screen and (min-width: 60em) {
    .card__main {
      padding: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .card--mini .card__main {
      padding: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .card--wide .card__main {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 70%; } }

@media screen {
  .card__title {
    margin-bottom: 0.8em;
    font-size: 1.25rem;
    font-family: "Sofia W01 Bold1446843", serif;
    font-weight: normal;
    line-height: 1.1; }
    .card--mini .card__title {
      font-size: 1rem; }
    .card--report .card__title {
      margin-bottom: 1em; }
  .card__subtitle {
    margin-bottom: 0.5em;
    font-size: 1.125rem; }
  .card__summary {
    margin-bottom: 1em;
    font-size: 1rem;
    line-height: 1.375; }
  .card__btn {
    margin-top: auto; }
    .cards--multicolor .card__btn {
      font-size: 1.125rem; }
    .cards--multicolor .card:first-child .card__btn {
      background-color: #FFF;
      color: #272726; }
    .cards--multicolor .card:last-child .card__btn {
      background-color: #FF591F;
      color: #FFF; } }
  @media only screen and (min-width: 48em) {
    .card--wide .card__btn {
      margin-top: auto; } }

@media screen {
  .tab {
    width: auto;
    max-width: none;
    margin: 0.46875rem; } }
  @media only screen and (min-width: 48em) {
    .tab {
      margin: 0.9375rem; } }

@media screen {
    .tab.is-active {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      pointer-events: none;
      background-color: #9B9B9B;
      border-color: #9B9B9B; }
    .ajax-content.is-loading .tab {
      pointer-events: none; }
  .sub-tab {
    width: auto;
    max-width: none;
    margin: 0.46875rem; } }
  @media only screen and (min-width: 48em) {
    .sub-tab {
      margin: 0.9375rem; } }

@media screen {
    .sub-tab.is-active {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      pointer-events: none;
      background-color: #9B9B9B;
      border-color: #9B9B9B; }
    .ajax-content.is-loading .sub-tab {
      pointer-events: none; }
  .post {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .post {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }

@media only screen and (min-width: 48em) {
  .post__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

@media only screen and (min-width: 48em) {
  .post__thumb {
    width: calc(60% - 1.875rem);
    margin: 0.9375rem; } }

@media screen {
  .post__image {
    width: 100%;
    background-color: #9B9B9B; }
    .post__image:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; } }

@media only screen and (min-width: 48em) {
  .post__main {
    width: calc(40% - 1.875rem);
    margin: 0.9375rem; } }

@media screen {
  .table {
    border-spacing: 0;
    border-collapse: collapse; }
    .table--outer {
      border: 0.0625rem solid #F5F5F5; }
  .table__row--main {
    vertical-align: top; }
  .table__row--border {
    border-top: 0.0625rem solid #F5F5F5; }
  .table__cell {
    padding: 0.75rem;
    font-size: 0.75rem;
    border: 0.0625rem solid #F5F5F5; } }
  @media only screen and (min-width: 48em) {
    .table__cell {
      padding: 0.875rem; } }

@media screen {
    .table__cell--inner {
      border: none; }
    .table__cell--left {
      font-weight: bold; }
    .table__cell--right {
      border: 0.0625rem solid #F5F5F5; }
    .table__cell--first {
      font-family: "Sofia W01 Bold1446843", serif; }
    .table__cell--last {
      padding: 0; }
    .table__cell--label {
      font-size: 1rem;
      font-family: "Sofia W01 Bold1446843", serif;
      color: #FFF;
      background-color: #272726; }
  .checkbox {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
  .checkbox__input {
    position: absolute;
    top: 100%;
    right: 100%;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .checkbox__btn {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    border: 0.0625rem solid #000;
    transition: all 0.1s ease; }
    .checkbox__input:focus + .checkbox__btn,
    .checkbox__input:active + .checkbox__btn,
    .checkbox__input:hover + .checkbox__btn {
      border-color: #9B9B9B; }
    .checkbox__input:checked + .checkbox__btn {
      border-color: #FFF;
      background-color: #FFF;
      background-image: url("../images/checkbox-tick.svg");
      background-repeat: no-repeat;
      background-position: center; }
  .checkbox__label {
    position: relative;
    padding-left: 1.875rem;
    font-size: 0.75rem; }
  .newsletter-is-active .newsletter {
    display: block; }
  .newsletter-btn {
    display: inline-block;
    padding: 0.9375rem 1.5625rem 0.8125rem;
    font-family: "Raisonne", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #FFF;
    border: 0.1875rem solid #FFF;
    background: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .newsletter-btn:hover, .newsletter-btn:focus, .newsletter-btn.is-active {
      outline: none;
      -webkit-transform: translateY(-0.25em);
          -ms-transform: translateY(-0.25em);
              transform: translateY(-0.25em);
      box-shadow: 0 0.1875rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1); }
    .newsletter-btn:active {
      outline: none;
      -webkit-transform: scale(0.97) translateY(-0.25em);
          -ms-transform: scale(0.97) translateY(-0.25em);
              transform: scale(0.97) translateY(-0.25em); }
    .newsletter-is-active .newsletter-btn {
      display: none; }
  .blockquote {
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-top: 0.125rem solid #FF591F;
    border-bottom: 0.125rem solid #FF591F; }
    .blockquote:before, .blockquote:after {
      content: '';
      position: absolute;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 2.6875rem;
      height: 1.625rem;
      background-color: #FFF;
      background-repeat: no-repeat; }
    .blockquote:before {
      top: 0;
      left: 0;
      background-image: url("../images/quote-open.svg");
      background-position: left center; }
    .blockquote:after {
      top: 100%;
      right: 0;
      background-image: url("../images/quote-close.svg");
      background-position: right center; }
  .blockquote__text {
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif;
    color: #FF591F; } }
  @media only screen and (min-width: 48em) {
    .blockquote__text {
      font-size: 1.5rem; } }

@media screen {
  .blockquote__citation {
    font-size: 1rem; } }
  @media only screen and (min-width: 48em) {
    .blockquote__citation {
      font-size: 1.25rem; } }

@media screen {
    .blockquote__citation:before {
      content: '– '; }
  .race {
    padding: 0.9375rem 0; } }
  @media only screen and (min-width: 48em) {
    .race {
      padding: 0.9375rem 3.75rem; } }

@media screen {
  .race__name {
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif; }
  .race__description {
    font-size: 1.125rem; }
  .publication {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    margin: 0.9375rem auto;
    box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    margin-top: 1.5625rem; } }
  @media only screen and (max-width: 47.9375em) {
    .publication {
      max-width: 31.25rem; } }
  @media only screen and (min-width: 48em) {
    .publication {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); }
      .cards__grid .publication {
        width: calc(33.33333% - 1.875rem);
        margin: 0.9375rem;
        margin-left: calc(0% + 0.9375rem); } }
  @media only screen and (min-width: 48em) {
    .publication--related {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 48em) {
    .publication--search {
      width: 100%;
      margin: 0; } }
  @media only screen and (min-width: 48em) {
    .publication {
      margin-top: 3.125rem; } }

@media screen {
    .publication.publication--related {
      margin-top: 0.9375rem; }
  .publication__thumb {
    position: relative; } }
  @media only screen and (max-width: 47.9375em) {
    .publication__thumb {
      background-color: #F5F5F5; } }
  @media only screen and (min-width: 48em) {
    .publication__thumb {
      width: 25%; }
      .publication--related .publication__thumb {
        width: 100%;
        background-color: #F5F5F5; } }

@media screen {
    .publication__thumb:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 60%; } }
    @media only screen and (min-width: 48em) {
      .publication__thumb:before {
        padding-bottom: 141.45161%; }
        .publication--related .publication__thumb:before {
          padding-bottom: 55.55556%; } }

@media screen {
  .publication__thumb-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
  @media only screen and (min-width: 48em) {
    .publication__thumb-inner {
      background-position: left center; }
      .publication--related .publication__thumb-inner {
        background-position: center top; } }

@media screen {
  .publication__main {
    padding: 0.9375rem; }
    .publication__main > * + * {
      margin-top: 1em; } }
  @media only screen and (min-width: 48em) {
    .publication__main {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 75%;
      padding: 1.875rem 1.875rem 0.9375rem; }
      .publication--related .publication__main {
        width: 100%;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        padding: 0.9375rem; } }
  @media only screen and (min-width: 60em) {
    .publication--related .publication__main {
      padding: 1.875rem 1.875rem 0.9375rem; } }

@media screen {
  .publication__date {
    font-size: 0.875rem; }
    .publication__date .publication--related, .card--blog .publication__date {
      margin-top: 0;
      margin-bottom: 1em; }
  .publication__title {
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif;
    font-weight: normal;
    line-height: 1.1; } }
  @media only screen and (min-width: 48em) {
    .publication--related .publication__title {
      font-size: 1.25rem; } }

@media screen {
  .publication__summary {
    font-size: 1rem;
    line-height: 1.375; }
    .publication--related .publication__summary {
      margin-bottom: 1em; } }

@media only screen and (min-width: 48em) {
  .publication__btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: auto; }
    .publication--related .publication__btns {
      margin-left: -0.25em;
      margin-right: -0.25em; } }

@media screen {
  .publication__btn {
    max-width: none;
    margin-bottom: 0; } }
  @media only screen and (min-width: 48em) {
    .publication__btn {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; }
      .publication--related .publication__btn {
        width: auto;
        margin: 0.5em 0.25em; } }
  @media only screen and (max-width: 47.9375em) {
    .publication__btn + .publication__btn {
      margin-top: 1em; } }

@media only screen and (min-width: 48em) {
  .partner {
    width: calc(33.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (max-width: 47.9375em) {
  .partner + .partner {
    margin-top: 2rem; } }

@media screen {
  .banner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    background-color: #FF591F; } }
  @media only screen and (min-width: 48em) {
    .banner {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
    .banner--green {
      background-color: #42B7A1; }
    .banner--yellow {
      background-color: #FFBC00; }
    .banner--blue {
      background-color: #253584; }
    .banner--white {
      color: #272726;
      background-color: #FFF; }
    .banner--dark {
      color: #FFF;
      background-color: #272726; }
      .banner--dark .chevron__path {
        fill: #FFBC00; }
    .banner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background-image: url("../images/banner-overlay-small.svg");
      background-repeat: no-repeat;
      background-position: right top;
      opacity: 0.1; }
    .banner--no-overlay:before {
      display: none; }
    .banner .container {
      position: relative; }
  .banner__text {
    max-width: 39.375em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif;
    color: #FFF;
    line-height: 1.41667;
    text-align: center; }
    .banner__text > * + * {
      margin-top: 1.25em; } }
  @media only screen and (min-width: 48em) {
    .banner__text {
      font-size: 1.5rem; } }

@media screen {
    .banner__text--dark {
      color: #272726; }
    .banner--white .banner__text {
      color: #272726; }
    .banner__text ul {
      text-align: left;
      list-style: none;
      padding: 0; } }
    @media only screen and (min-width: 34.375em) {
      .banner__text ul {
        -webkit-column-count: 2;
                column-count: 2; } }

@media screen {
    .banner__text li {
      position: relative;
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      padding-left: 3.125rem;
      font-size: 1rem;
      font-weight: normal; } }
    @media only screen and (min-width: 48em) {
      .banner__text li {
        font-size: 1.125rem; } }

@media screen {
      .banner__text li:before {
        content: '';
        position: absolute;
        top: 1.1875rem;
        left: 0;
        display: block;
        width: 1.0625rem;
        height: 1.1875rem;
        background-image: url("../images/icons/chevron-right-yellow.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    .banner__text a {
      color: inherit; }
  .banner__btns {
    margin-top: 1.5rem; } }
  @media only screen and (min-width: 48em) {
    .banner__btns {
      margin-top: 3rem; } }

@media screen {
    .section--center .banner__btns {
      margin-top: 0; }
  .banner__btn {
    width: auto;
    max-width: none;
    margin: 0.46875rem 0.9375rem; }
  .story {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 34.375em) {
    .story {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 60em) {
    .story {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 100%;
      padding-top: 1em;
      padding-bottom: 1em; } }

@media screen {
  .story__thumb {
    width: 100%;
    max-width: 8.75rem;
    border-radius: 50%;
    background-color: #E5E5E5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%; } }
  @media only screen and (max-width: 59.9375em) {
    .story__thumb {
      margin-left: auto;
      margin-right: auto; } }

@media screen {
    .story__thumb:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
  .story__main {
    margin-top: 1em; } }
  @media only screen and (min-width: 60em) {
    .story__main {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media only screen and (min-width: 60em) {
    .story__main {
      margin-top: 0;
      padding-left: 2.5rem; } }

@media screen {
  .story__title {
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif; }
  .story__text {
    margin-top: 1em; }
  .story__btn {
    margin-top: 1em; } }

@media only screen and (min-width: 48em) {
  .block-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

@media only screen and (min-width: 48em) {
  .block {
    width: calc(41.66667% - 1.875rem);
    margin: 0.9375rem;
    text-align: left; } }

@media screen {
  .block__main > * + * {
    margin-top: 1.25em; }
  .donor {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    padding: 1.25rem 0.75rem;
    color: #FFF;
    text-align: center;
    background-color: #272726; } }
  @media only screen and (min-width: 34.375em) {
    .donor {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .donor {
      width: calc(33.33333% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
    .donors--grey .donor {
      background-color: #919191; }
    .donor:nth-child(n+7) {
      position: absolute;
      right: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); }
      .is-open .donor:nth-child(n+7) {
        position: relative;
        right: auto;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .donor__title {
    font-family: "Sofia W01 Bold1446843", serif;
    line-height: 1.11111; } }
  @media only screen and (min-width: 48em) {
    .donor__title {
      font-size: 1.125rem; } }

@media screen {
  .donor__subtitle {
    margin-top: 0.5em; }
  .video-embed {
    position: relative; }
    .video-embed:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
    .video-embed iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video-embed p {
      display: none; }
  .address {
    text-align: center;
    background-image: url("../images/icons/marker.svg");
    background-repeat: no-repeat;
    background-position: center top; }
  .address__link {
    display: block;
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 2.5em;
    font-size: 1.3125rem;
    line-height: 1.66667;
    font-family: "Sofia W01 Bold1446843", serif;
    color: #272726;
    text-decoration: none; } }
  @media only screen and (min-width: 48em) {
    .address__link {
      font-size: 1.875rem; } }

@media screen {
    .address__link p {
      display: inline;
      padding: 0.5em 0;
      background-image: linear-gradient(#fff 50%, #333 50%);
      background-repeat: repeat-x;
      background-position: 0 1.8em;
      background-size: 0.25rem 0.25rem; }
  .model {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .model {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
  .model__grid {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 0.0625rem solid rgba(155, 155, 155, 0.3); } }
  @media only screen and (min-width: 48em) {
    .model__grid {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      margin-top: 3.75rem;
      padding-top: 3.75rem; } }

@media screen {
  .model__main > * + * {
    margin-top: 1.25em; } }

@media only screen and (min-width: 48em) {
  .model__main {
    width: calc(58.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 60em) {
  .model__main {
    width: calc(66.66667% - 1.875rem);
    margin: 0.9375rem; } }

@media screen {
  .model__thumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .model__thumb {
      width: calc(41.66667% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 60em) {
    .model__thumb {
      width: calc(33.33333% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 75em) {
    .model__thumb {
      width: calc(25% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }
  @media only screen and (max-width: 47.9375em) {
    .model__thumb .card {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 48em) {
    .model__thumb .card {
      max-width: none; } }

@media screen {
  .model__title {
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif; } }
  @media only screen and (min-width: 48em) {
    .model__title {
      font-size: 1.5rem; } }

@media only screen and (min-width: 48em) {
  .model__text {
    font-size: 1.125rem; } }

@media screen {
  .signup {
    width: 100%;
    max-width: 28.75rem;
    margin-top: calc(1em - 0.46875rem); }
  .signup__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.46875rem;
    margin-right: -0.46875rem; }
  .signup__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0.46875rem; }
    .signup__row--no-top {
      margin: 0 0.46875rem 0.46875rem; }
  .signup__label {
    margin-bottom: 0.1em;
    font-family: "Raisonne", sans-serif;
    font-size: 1.125rem; }
  .signup__input {
    max-width: 8.75rem;
    padding: 0.5em;
    font-family: "Sofia W01 Regular1446825", serif;
    font-size: 0.75rem;
    border: none; }
  .signup__submit {
    max-width: 8.625rem;
    margin: 0;
    margin-top: 1.1em;
    padding-top: 0.7em;
    padding-bottom: 0.6em;
    border: none;
    background-color: #FFBC00; }
    .signup__submit[disabled] {
      background-color: #9B9B9B; }
  .signup__recaptcha {
    margin-top: 0.5em; }
  .signup__error {
    display: none;
    font-size: 0.75rem;
    color: #42B7A1; }
    .signup__error.is-active {
      display: block; }
  .person {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1); } }
  @media only screen and (min-width: 34.375em) {
    .person {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .person {
      width: calc(33.33333% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
  .person__header {
    padding: 0.625rem 0.9375rem;
    background-color: #FF591F; }
  .person__body {
    padding: 1.25rem 0.9375rem; } }

@media only screen and (min-width: 48em) {
  .person__header,
  .person__body {
    padding: 1.25rem 1.875rem; } }

@media screen {
  .person__name,
  .person__org {
    font-size: 1.125rem;
    line-height: 1.11111; }
  .person__name {
    font-family: "Sofia W01 Bold1446843", serif; }
  .person__org {
    margin-top: 0.5rem; }
  .person__body ul {
    list-style: none;
    padding-left: 0; }
  .person__body li {
    position: relative;
    padding-left: 2em; }
    .person__body li + li {
      margin-top: 1em; }
    .person__body li:before {
      content: '';
      position: absolute;
      top: 0.125rem;
      left: 0;
      display: block;
      width: 1.0625rem;
      height: 1.1875rem;
      background-image: url("../images/icons/chevron-right-yellow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .person__social {
    margin-top: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .person__social {
      margin-top: 1.875rem; } }

@media screen {
  .person__btn {
    width: auto;
    max-width: none;
    margin-top: 2em; }
  .chart-key {
    padding: 0;
    list-style: none;
    text-align: left; }
  .chart-key__item {
    font-size: 1rem; } }
  @media only screen and (min-width: 48em) {
    .chart-key__item {
      font-size: 1.125rem; } }

@media screen {
    .chart-key__item:nth-child(1) .chart-key__figure {
      color: #FF591F; }
    .chart-key__item:nth-child(2) .chart-key__figure {
      color: #FFBC00; }
    .chart-key__item:nth-child(3) .chart-key__figure {
      color: #42B7A1; }
    .chart-key__item:nth-child(4) .chart-key__figure {
      color: #253584; }
    .chart-key__item + .chart-key__item {
      margin-top: 1.25rem; } }
    @media only screen and (min-width: 48em) {
      .chart-key__item + .chart-key__item {
        margin-top: 2.5rem; } }

@media screen {
  .chart-key__figure {
    font-family: "Sofia W01 Bold1446843", serif;
    font-size: 1.875rem; }
  .criteria {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    color: #FFF;
    text-align: center;
    background-color: #272726; } }
  @media only screen and (min-width: 48em) {
    .criteria {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
    .criteria .chevron__path {
      fill: #FFBC00; }
  .criteria__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .criteria__item {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    padding: 0.9375rem;
    color: #272726;
    background-color: #42B7A1; } }
  @media only screen and (min-width: 48em) {
    .criteria__item {
      width: calc(33.33333% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 60em) {
    .criteria__item {
      padding: 1.875rem; } }

@media screen {
  .criteria__index {
    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;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    margin-right: auto;
    font-family: "Raisonne", sans-serif;
    font-size: 1.875rem;
    font-weight: normal;
    border-radius: 50%;
    background-color: #FFF; }
  .criteria__text {
    margin-top: 1em;
    font-family: "Sofia W01 Bold1446843", serif; } }
  @media only screen and (min-width: 48em) {
    .criteria__text {
      font-size: 1.125rem; } }

@media screen {
  .criteria__subtitle {
    max-width: 14.5em;
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto; } }
  @media only screen and (min-width: 48em) {
    .criteria__subtitle {
      margin-top: 3.75rem; } }

@media screen {
  .share {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .share--content {
      margin-top: 0.9375rem; }
    .share--article {
      margin-top: 3.75rem; }
    .article--partner .share {
      display: none; }
  .share--content .share__grid,
  .share--article .share__grid {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 34.375em) {
    .share--content .share__grid,
    .share--article .share__grid {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }
  @media only screen and (min-width: 60em) {
    .share--content .share__grid,
    .share--article .share__grid {
      width: calc(66.66667% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(16.66667% + 0.9375rem); } }

@media screen {
  .share--article .share__grid {
    margin-top: 0; }
  .share__text {
    font-family: "Sofia W01 Bold1446843", serif; } }
  @media only screen and (min-width: 48em) {
    .share__text {
      font-size: 1.125rem; } }

@media screen {
  .share__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 1.875rem 0 0;
    padding: 0;
    list-style: none; }
  .share__item + .share__item {
    margin-left: 3em; }
  .share__link {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-repeat: no-repeat;
    background-position: left center; }
    .share__link--twitter {
      background-image: url("../images/icons/twitter.svg"); }
    .share__link--facebook {
      background-image: url("../images/icons/facebook.svg"); }
    .share__link--linkedin {
      background-image: url("../images/icons/linkedin.svg"); }
    .share__link--storify {
      background-image: url("../images/icons/storify-black.svg"); }
  .share__btn {
    display: none;
    margin-top: 3.125rem; } }
  @media only screen and (min-width: 48em) {
    .share__btn {
      margin-top: 3.125rem; } }

@media screen {
    .share--article .share__btn {
      display: inline-block; }
  .stats {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .stats__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(33.33333% - 0.33333rem);
    padding: 0.9375rem 0.5rem;
    text-align: center;
    background-color: #FF591F; } }
  @media only screen and (min-width: 34.375em) {
    .stats__item {
      padding: 2.5rem 1.25rem; } }

@media screen {
  .stats__icon {
    position: relative;
    width: 100%;
    margin-bottom: 0.9375rem; } }
  @media only screen and (min-width: 34.375em) {
    .stats__icon {
      margin-bottom: 1.875rem; } }

@media screen {
    .stats__icon:before {
      content: '';
      display: block;
      width: 100%;
      height: 0; }
    .stats__icon--1 {
      max-width: 1.25rem; } }
    @media only screen and (min-width: 34.375em) {
      .stats__icon--1 {
        max-width: 3.75rem; } }
    @media only screen and (min-width: 48em) {
      .stats__icon--1 {
        max-width: 5.625rem; } }

@media screen {
      .stats__icon--1:before {
        padding-bottom: 128.88889%; }
    .stats__icon--2 {
      max-width: 2.5rem; } }
    @media only screen and (min-width: 34.375em) {
      .stats__icon--2 {
        max-width: 5rem; } }
    @media only screen and (min-width: 48em) {
      .stats__icon--2 {
        max-width: 7.5rem; } }

@media screen {
      .stats__icon--2:before {
        padding-bottom: 100%; }
    .stats__icon--3 {
      max-width: 1.875rem; } }
    @media only screen and (min-width: 34.375em) {
      .stats__icon--3 {
        max-width: 4.375rem; } }
    @media only screen and (min-width: 48em) {
      .stats__icon--3 {
        max-width: 7.1875rem; } }

@media screen {
      .stats__icon--3:before {
        padding-bottom: 82.6087%; }
    .stats__icon svg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .stats__text {
    width: 100%;
    margin-top: auto;
    font-size: 0.8125rem;
    font-family: "Sofia W01 Bold1446843", serif;
    line-height: 1.36364;
    color: #FFF; } }
  @media only screen and (max-width: 47.9375em) {
    .stats__text {
      margin-bottom: auto; } }
  @media only screen and (min-width: 34.375em) {
    .stats__text {
      max-width: 40em;
      font-size: 1.375rem; } }

@media screen {
    .stats__item:nth-child(1) .stats__text,
    .stats__item:nth-child(2) .stats__text {
      max-width: 9em; }
  .breadcrumb {
    background-color: #FF591F; }
  .breadcrumb__grid {
    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; }
    .breadcrumb__grid--right {
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .breadcrumb__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    font-family: "Raisonne", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
    color: #272726; } }
  @media only screen and (min-width: 48em) {
    .breadcrumb__link {
      font-size: 1.5rem; } }

@media screen {
    .breadcrumb__link.breadcrumb__link--left {
      padding-right: 0.5em; }
      .breadcrumb__link.breadcrumb__link--left .chevron {
        margin-right: 1.125rem; } }
      @media only screen and (min-width: 48em) {
        .breadcrumb__link.breadcrumb__link--left .chevron {
          margin-right: 1.5rem; } }

@media screen {
    .breadcrumb__link.breadcrumb__link--right {
      padding-left: 0.5em;
      text-align: right; }
      .breadcrumb__link.breadcrumb__link--right .chevron {
        margin-left: 1.125rem; } }
      @media only screen and (min-width: 48em) {
        .breadcrumb__link.breadcrumb__link--right .chevron {
          margin-left: 1.5rem; } }

@media screen {
  .breadcrumb__arrow {
    width: 0.6em; }
    .breadcrumb__link--left .breadcrumb__arrow {
      position: relative;
      margin-right: 0.9375rem; }
      .breadcrumb__link--left .breadcrumb__arrow::before {
        display: block;
        content: '';
        width: 100%;
        height: 0;
        padding-bottom: 150%; }
      .breadcrumb__link--left .breadcrumb__arrow svg {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%; }
    .breadcrumb__link--right .breadcrumb__arrow {
      position: relative;
      margin-left: 0.9375rem; }
      .breadcrumb__link--right .breadcrumb__arrow::before {
        display: block;
        content: '';
        width: 100%;
        height: 0;
        padding-bottom: 162.5%; }
      .breadcrumb__link--right .breadcrumb__arrow svg {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%; }
  .employee {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1); } }
  @media only screen and (min-width: 34.375em) {
    .employee {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .employee {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: calc(100% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
  .employee__thumb {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; } }
  @media only screen and (min-width: 48em) {
    .employee__thumb {
      width: 40%; } }
  @media only screen and (min-width: 60em) {
    .employee__thumb {
      width: 30%; } }

@media screen {
    .employee__thumb:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 71.58774%; }
  .employee__main {
    padding: 1.3125rem 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .employee__main {
      width: 60%; } }
  @media only screen and (min-width: 60em) {
    .employee__main {
      width: 70%;
      padding: 1.875rem 3.75rem; } }

@media screen {
  .employee__title {
    font-family: "Sofia W01 Bold1446843", serif;
    line-height: 1.11111; } }
  @media only screen and (min-width: 48em) {
    .employee__title {
      font-size: 1.125rem; } }

@media screen {
  .employee__role {
    margin-top: 0.5rem;
    line-height: 1.11111; } }
  @media only screen and (min-width: 48em) {
    .employee__role {
      font-size: 1.125rem; } }

@media screen {
  .employee__bio {
    margin-top: 1em;
    line-height: 1.375; }
    .employee__bio a {
      font-family: "Sofia W01 Bold1446843", serif;
      color: #FF591F;
      text-decoration: none; }
  .employee__share {
    margin-top: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .employee__share {
      margin-top: 1.875rem; } }

@media screen {
  .social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .social__link {
    display: block;
    width: 1.875rem;
    height: 1.25rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: left center; }
    .social__link--twitter {
      background-image: url("../images/icons/twitter-orange.svg"); }
    .social__link--linkedin {
      background-image: url("../images/icons/linkedin-orange.svg"); }
    .social__link + .social__link {
      margin-left: 0.9375rem; }
  .result-container > * + * {
    margin-top: 2em; } }

@media only screen and (min-width: 48em) {
  .result-container {
    width: calc(66.66667% - 1.875rem);
    margin: 0.9375rem;
    margin-left: calc(16.66667% + 0.9375rem); } }

@media screen {
  .result__link,
  .result-error {
    font-size: 1.5rem;
    font-weight: normal;
    font-family: "Raisonne", sans-serif;
    color: #272726; }
  .result__snippet {
    margin-top: 0.25em;
    font-size: 1.125rem; }
    .result__snippet a {
      color: #FF591F; }
  .triathlon {
    background-color: #F5F5F5; }
  .triathlon__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-top: 1.875rem;
    border-top: 0.0625rem solid rgba(155, 155, 155, 0.3); } }
  @media only screen and (min-width: 34.375em) {
    .triathlon__main {
      padding-top: 4.375rem; } }

@media screen {
  .triathlon__col {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 34.375em) {
    .triathlon__col {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
  .triathlon__complete {
    font-family: "Sofia W01 Bold1446843", serif;
    color: #9B9B9B; }
  .triathlon__bar {
    position: relative;
    width: 100%;
    height: 0.375rem;
    margin-top: 0.5rem;
    background-color: #FFBC00; }
  .triathlon__progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: #FF591F;
    transition: all 0.2s ease; }
  .triathlon__total {
    margin-top: 1.875rem;
    font-size: 1.125rem; }
  .triathlon__raised,
  .triathlon__target {
    color: #FF591F; }
  .triathlon__raised {
    display: block;
    font-family: "Raisonne", sans-serif;
    font-size: 3.125rem;
    line-height: 1.1; } }
  @media only screen and (min-width: 34.375em) {
    .triathlon__raised {
      font-size: 4.375rem; } }
  @media only screen and (min-width: 48em) {
    .triathlon__raised {
      font-size: 6.25rem; } }

@media screen {
  .triathlon__footer {
    margin-top: 1.5rem;
    padding-top: 2.5rem;
    border-top: 0.0625rem solid rgba(155, 155, 155, 0.3); } }
  @media only screen and (min-width: 60em) {
    .triathlon__footer {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media screen {
  .triathlon__btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media only screen and (min-width: 34.375em) {
    .triathlon__btns .btn {
      width: 16.25rem; } }

@media screen {
    .triathlon__btns .btn + .btn {
      margin-top: 1.25rem; }
  .triathlon__logo {
    width: 10.4375rem;
    margin-top: 1.875rem;
    background-image: url("../images/just-giving-logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .triathlon__logo:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 17.36527%; }
  .video-player {
    position: relative;
    width: 100%;
    max-width: 60rem;
    margin: 0.9375rem;
    opacity: 0;
    -webkit-transform: translateY(3em);
        -ms-transform: translateY(3em);
            transform: translateY(3em);
    transition: opacity 0.1s ease-in-out 0.1s, -webkit-transform 0.2s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    transition: opacity 0.1s ease-in-out 0.1s, transform 0.2s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    transition: opacity 0.1s ease-in-out 0.1s, transform 0.2s cubic-bezier(0.6, -0.28, 0.74, 0.05), -webkit-transform 0.2s cubic-bezier(0.6, -0.28, 0.74, 0.05); }
    .modal-is-open .video-player {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      transition: opacity 0.1s ease-in-out 0.2s, -webkit-transform 0.3s cubic-bezier(0.26, 1.31, 0.6, 1.38) 0.2s;
      transition: opacity 0.1s ease-in-out 0.2s, transform 0.3s cubic-bezier(0.26, 1.31, 0.6, 1.38) 0.2s;
      transition: opacity 0.1s ease-in-out 0.2s, transform 0.3s cubic-bezier(0.26, 1.31, 0.6, 1.38) 0.2s, -webkit-transform 0.3s cubic-bezier(0.26, 1.31, 0.6, 1.38) 0.2s; }
    .video-player:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
    .video-player iframe,
    .video-player video {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .video-wrapper {
      margin-top: 3.75rem; } }

@media screen {
  .video {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 34.375em) {
    .video {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .video {
      width: calc(33.33333% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
  .video__embed {
    position: relative;
    background-color: #272726;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .video__embed:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 74.72222%; }
  .video__modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 2.875rem;
    height: 4.1875rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    border-left: solid 2.875rem #FFF;
    border-top: solid 2.0625rem transparent;
    border-bottom: solid 2.0625rem transparent; }
  .video__title {
    padding-top: 1em;
    font-size: 1.3125rem;
    font-family: "Sofia W01 Bold1446843", serif;
    line-height: 1.125; } }
  @media only screen and (min-width: 48em) {
    .video__title {
      padding-bottom: 1.5em;
      font-size: 1.5rem; } }

@media screen {
  .modal__open {
    position: absolute;
    top: calc(11.11111vw + 3.125rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    border: 0.125rem solid #FFF;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("../images/icons/video-play.svg");
    background-size: 1.125rem;
    background-repeat: no-repeat;
    background-position: 1.375rem center;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; } }
  @media only screen and (min-width: 48em) {
    .modal__open {
      width: 5rem;
      height: 5rem;
      background-size: 1.875rem;
      background-position: 1.6875rem center; } }

@media screen {
    .modal__open:hover, .modal__open:active, .modal__open:focus {
      outline: none;
      -webkit-transform: translateX(-50%) scale(1.15);
          -ms-transform: translateX(-50%) scale(1.15);
              transform: translateX(-50%) scale(1.15); }
  .modal__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    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;
    background-color: rgba(39, 39, 38, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.4s; }
    .modal-is-open .modal__overlay {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.2s ease-out; }
  .modal__close {
    position: fixed;
    top: 5vw;
    right: 5vw;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    border: none;
    background-color: transparent;
    background-image: url("../images/icons/modal-close.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    .modal__close:hover, .modal__close:active, .modal__close:focus {
      outline: none;
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
  .icon-banner {
    text-align: center;
    background-color: #FFBC00; }
  .icon-banner__grid {
    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; }
  .icon-banner__item {
    display: block;
    padding: 1.875rem;
    transition: all 0.1s ease; } }
  @media only screen and (min-width: 48em) {
    .icon-banner__item {
      padding: 4.375rem 3.125rem; } }

@media screen {
    .icon-banner__item:hover, .icon-banner__item:active, .icon-banner__item:focus {
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
    .icon-banner__item svg {
      display: block; } }

@media only screen and (min-width: 48em) {
  .icon-banner__item--twitter svg {
    width: 2.1875rem;
    height: 1.75rem; }
  .icon-banner__item--linkedin svg {
    width: 1.9375rem;
    height: 1.9375rem; }
  .icon-banner__item--vimeo svg {
    width: 1.9375rem;
    height: 1.75rem; }
  .icon-banner__item--facebook svg {
    width: 1rem;
    height: 2rem; }
  .icon-banner__item--storify svg {
    width: 1.75rem;
    height: 1.75rem; } }

@media screen {
  .text-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    list-style: none; } }
  @media only screen and (min-width: 48em) {
    .text-list {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media screen {
  .text-list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 1.25em 1.25em;
    font-size: 1rem;
    font-weight: bold; } }
  @media only screen and (min-width: 48em) {
    .text-list__item {
      margin: 1.25em 1.25em;
      font-size: 1.5rem; } }

@media screen {
    .text-list__item svg {
      margin-right: 0.875rem;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }
    @media only screen and (min-width: 48em) {
      .text-list__item svg {
        margin-right: 2.5rem; } }

@media screen {
  .footnote {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    text-align: center; } }
  @media only screen and (min-width: 48em) {
    .footnote {
      margin-top: 3.75rem; } }

@media screen {
  .rfw-content {
    margin-top: 2rem; }
    .rfw-content > * + * {
      margin-top: 1.25em; } }
  @media only screen and (min-width: 48em) {
    .rfw-content {
      width: calc(66.66667% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 60em) {
    .rfw-content {
      margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
  .rfw-h1 {
    font-size: 1.5rem;
    font-family: "Raisonne", sans-serif;
    font-weight: normal;
    text-transform: uppercase; } }
  @media only screen and (min-width: 48em) {
    .rfw-h1 {
      font-size: 2.5rem; } }

@media screen {
  .rfw-text {
    font-size: 1.125rem;
    line-height: 1.5; }
  .rfw-btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 1.875rem; }
  .rfw-btn {
    width: auto;
    max-width: none;
    margin: 0.46875rem 0.9375rem;
    border-color: #FFBC00; }
  .rfw-pullout {
    padding: 0.9375rem;
    font-family: "Sofia W01 Bold1446843", serif;
    line-height: 1.5;
    box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1); } }
  @media only screen and (min-width: 48em) {
    .rfw-pullout {
      padding: 1.875rem;
      font-size: 1.125rem; } }

@media screen {
    .rfw-pullout + * {
      margin-top: 2em; }
  .rfw-table {
    display: block;
    box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1);
    border-collapse: collapse; }
    .rfw-table td:first-child {
      border-right: 0.0625rem solid rgba(155, 155, 155, 0.3); }
  .rfw-table__header {
    padding: 0.75rem 1.25rem;
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif;
    background-color: #FFBC00; }
  .rfw-table__cell {
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.42857;
    border-top: 0.0625rem solid rgba(155, 155, 155, 0.3); } }
  @media only screen and (min-width: 48em) {
    .rfw-table__cell {
      padding: 1.25rem; } }

@media screen {
    tr:first-child .rfw-table__cell {
      border-top: none; }
  .rfw-page {
    margin-top: 1.875rem;
    box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1); } }
  @media only screen and (min-width: 34.375em) {
    .rfw-page {
      width: 78%; } }

@media screen {
  .rfw-page__title,
  .rfw-page__main {
    padding: 0.9375rem; }
  .rfw-page__title {
    font-size: 1.3125rem;
    line-height: 1;
    background-color: #FFBC00; } }
  @media only screen and (min-width: 48em) {
    .rfw-page__title {
      font-size: 1.875rem; } }

@media screen {
  .rfw-page__main > * + * {
    margin-top: 1.25em; }
  .no-vacancies {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif;
    line-height: 1.41667;
    text-align: center;
    border-top: 0.0625rem solid rgba(155, 155, 155, 0.3);
    border-bottom: 0.0625rem solid rgba(155, 155, 155, 0.3); } }
  @media only screen and (min-width: 48em) {
    .no-vacancies {
      padding-top: 5rem;
      padding-bottom: 5rem;
      font-size: 1.5rem; } }

@media screen {
  .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .section-title {
      margin-bottom: 3.75rem; } }

@media screen {
    .section-title--medium {
      margin-bottom: 0; }
  .section-title__text {
    font-size: 2rem;
    font-family: "Raisonne", sans-serif;
    font-weight: normal;
    line-height: 1.2; } }
  @media only screen and (min-width: 48em) {
    .section-title__text {
      font-size: 3.4375rem; } }

@media screen {
    .section-title--medium .section-title__text {
      font-size: 1.5rem;
      font-family: "Sofia W01 Bold1446843", serif;
      font-weight: normal;
      line-height: 1.5; } }
    @media only screen and (min-width: 48em) {
      .section-title--medium .section-title__text {
        font-size: 2rem; } }

@media screen {
  .pages-footer {
    position: relative;
    display: none;
    overflow: hidden;
    background-color: #272726; } }
  @media only screen and (min-width: 48em) {
    .pages-footer {
      display: block; } }

@media screen {
  .pages-footer__container {
    position: relative; }
  .pages-footer__bg {
    position: relative; }
    .pages-footer__bg:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 8.79433%; }
    .pages-footer__bg svg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .pages-footer__center {
    position: absolute;
    top: 0;
    right: 33.33333%;
    bottom: 0;
    left: 33.33333%; }
    .pages-footer__center svg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .statement__title {
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
    font-size: 1.875rem;
    font-weight: normal;
    font-family: "Raisonne", sans-serif;
    line-height: 1.16667;
    text-align: center;
    color: #272726;
    background-color: #FFF; } }
  @media only screen and (min-width: 48em) {
    .statement__title {
      font-size: 3.75rem; } }

@media screen {
  .statement__subtitle {
    max-width: 40em;
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif;
    line-height: 1.5;
    text-align: center;
    color: #FFF; } }
  @media only screen and (min-width: 48em) {
    .statement__subtitle {
      margin-top: 3.75rem;
      font-size: 1.5rem; } }

@media screen {
  .form {
    position: relative; }
  .form__main {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    visibility: hidden; } }
  @media only screen and (min-width: 60em) {
    .form__main {
      max-width: 37.5rem; } }

@media screen {
    .is-active .form__main {
      position: relative;
      left: 0;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      visibility: visible; } }

@media only screen and (min-width: 60em) {
  .form__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; } }

@media screen {
  .form__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.5em;
    padding-bottom: 0.5em; } }
  @media only screen and (min-width: 60em) {
    .form__item {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem;
      padding-top: 0.75em;
      padding-bottom: 0.75em; } }
  @media only screen and (min-width: 60em) {
    .form__item--inline {
      width: 50%; } }

@media screen {
    .form__item--fw {
      width: 100%; }
  .form__label {
    margin-right: 1em;
    font-family: "Raisonne", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .form__label {
      font-size: 1.125rem; } }

@media screen {
  .form__input:focus {
    outline-color: #FFBC00; }
  .form input[type="text"],
  .form select,
  .form textarea {
    border: 0.0625rem solid #000; }
  .form input[type="text"] {
    padding: 0.5em; }
  .form select {
    padding: 0.5em;
    font-size: 0.875rem;
    border-radius: 0;
    background-color: #F5F5F5; }
    .form select[multiple] {
      height: 7.5rem; }
  .form option:checked {
    background-color: red; }
  .form textarea {
    padding: 0.5em; }
  .authors {
    margin-top: 1.875rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .authors__description {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    font-style: italic; } }
  @media only screen and (min-width: 34.375em) {
    .authors__description {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }
  @media only screen and (min-width: 60em) {
    .authors__description {
      width: calc(66.66667% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(16.66667% + 0.9375rem); } }

@media screen {
  .authors__column {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 34.375em) {
    .authors__column {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }
  @media only screen and (min-width: 60em) {
    .authors__column {
      width: calc(66.66667% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(16.66667% + 0.9375rem); } }

@media screen {
  .authors__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0; }
  .authors__link {
    display: block;
    width: 2.5rem;
    height: 1.875rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-repeat: no-repeat;
    background-position: left center; }
    .authors__link--twitter {
      background-image: url("../images/icons/twitter-orange.svg"); }
    .authors__link--linkedin {
      background-image: url("../images/icons/linkedin-orange.svg"); }
  .footer-nav,
  .footer-social,
  .footer-nav__sub {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
  @media only screen and (max-width: 47.9375em) {
    .footer-nav {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; } }
  @media only screen and (min-width: 48em) {
    .footer-nav {
      margin-top: -0.9375rem; } }

@media screen {
  .footer-nav > .footer-nav__item {
    width: calc(50% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 60em) {
    .footer-nav > .footer-nav__item {
      width: calc(25% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
  .footer-nav__sub {
    margin-top: 0.9375rem; }
    .footer-nav__sub > * + * {
      margin-top: 0.2em; }
    .footer-nav__sub .footer-nav__item {
      width: 100%; }
  .footer-nav__link {
    display: block;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    color: #FFF;
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1.16667; }
    .footer-nav__link svg {
      display: block; }
  .footer-social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  @media only screen and (min-width: 34.375em) {
    .footer-social {
      margin-left: 1.875rem; } }

@media screen {
  .footer-social__item {
    margin-right: 3rem; }
  .footer {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    color: #FFF;
    background-color: #272726; } }
  @media only screen and (min-width: 48em) {
    .footer {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }

@media screen {
    .form-error .footer {
      margin-top: auto; } }

@media only screen and (min-width: 48em) {
  .footer__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

@media only screen and (min-width: 48em) {
  .footer__secondary {
    margin-top: 3em; } }

@media screen {
  .footer__col {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; }
    .footer__col > * + * {
      margin-top: 1.25em; } }
  @media only screen and (min-width: 60em) {
    .footer__col {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
  .footer__heading {
    font-family: "Raisonne", sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.2; }
  .footer__text-input {
    padding: 1em;
    border: none;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .footer__submit {
    width: 4.375rem;
    font-family: "Raisonne", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #272726;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #FFBC00;
    border: none; }
  .footer__details-text {
    margin-top: 1.625rem;
    font-size: 0.625rem;
    line-height: 1.1;
    color: #9B9B9B; }
    .footer__details-text span {
      display: inline-block; }
      .footer__details-text span + span {
        position: relative;
        padding-left: 3em; }
        .footer__details-text span + span:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 1.5em;
          display: block;
          width: 0.1875rem;
          height: 0.1875rem;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          border-radius: 50%;
          background-color: #FFF; }
  .footer__privacy-link {
    color: #9B9B9B;
    text-decoration: none; } }

@media only screen and (max-width: 34.3125em) {
  .footer-social {
    margin-top: 1em; } }

@media screen {
  .footer-social__link {
    position: relative; }
  .footer-social__label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0; } }

@media only screen and (min-width: 34.375em) {
  .footer__follow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media only screen and (max-width: 59.9375em) {
  .nav {
    position: relative;
    background-color: #272726; } }

@media only screen and (min-width: 60em) {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; } }

@media screen {
  .nav-is-dark .nav {
    position: relative;
    background-color: #272726; }
  .nav__grid {
    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; } }
  @media only screen and (max-width: 34.3125em) {
    .nav__grid {
      height: 2.625rem; } }
  @media only screen and (min-width: 34.375em) {
    .nav__grid {
      height: 3.75rem; } }
  @media only screen and (min-width: 60em) {
    .nav__grid {
      height: auto;
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; } }

@media only screen and (max-width: 59.9375em) {
  .nav__main {
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    z-index: 100;
    overflow: auto;
    background-color: #323232;
    transition: -webkit-transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .menu-is-open .nav__main {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      transition: -webkit-transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); } }

@media only screen and (max-width: 59.9375em) {
  .nav__main {
    top: 3.75rem; } }

@media only screen and (max-width: 34.3125em) {
  .nav__main {
    top: 2.625rem; } }

@media only screen and (min-width: 60em) {
  .nav__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; } }

@media only screen and (max-width: 34.3125em) {
  .nav__logo {
    width: 3.6875rem;
    height: 1.375rem; } }

@media only screen and (min-width: 34.375em) {
  .nav__logo {
    width: 5.625rem; } }

@media only screen and (min-width: 60em) {
  .nav__logo {
    width: 9.375rem; } }

@media screen {
  .nav__toggle {
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
    font-family: "Raisonne", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #FFF;
    background: none;
    border: none;
    transition: opacity 0.1s ease; } }
  @media only screen and (min-width: 60em) {
    .nav__toggle {
      display: none; } }

@media screen {
    .nav__toggle:hover, .nav__toggle:active, .nav__toggle:focus {
      outline: none;
      opacity: 0.7; }
  .hero {
    position: relative;
    overflow: hidden;
    background-color: #9B9B9B; }
    .hero--search {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  .hero__header {
    position: relative;
    width: 100%;
    text-align: center; }
    .hero__header:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: calc(22.22222vw + 6.25rem); }
  .hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -5.625rem;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; } }
  @media only screen and (min-width: 48em) {
    .hero__bg {
      bottom: -13.75rem; } }

@media screen {
    .hero__bg:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); }
  .hero__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-out; }
    .hero__video.is-active {
      opacity: 1; }
  *::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none; }
  *::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none; }
  *::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none; }
  .hero__title {
    position: relative;
    max-width: 90rem;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 2.5rem;
    font-family: "Raisonne", sans-serif;
    font-weight: normal;
    line-height: 1.2;
    color: #FFF;
    text-align: center; } }
  @media only screen and (min-width: 34.375em) {
    .hero__title {
      padding-left: 3.75rem;
      padding-right: 3.75rem; } }
  @media only screen and (min-width: 48em) {
    .hero__title {
      font-size: 5rem; } }

@media screen {
    .hero--title .hero__title {
      margin-bottom: 0; }
    .hero--home .hero__title {
      text-align: left; }
  .hero__total {
    display: block; }
  .hero__subtitle {
    position: relative;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
    font-weight: normal;
    font-family: "Raisonne", sans-serif;
    font-weight: normal;
    line-height: 1.2;
    color: #FFF;
    text-align: center; } }
  @media only screen and (min-width: 48em) {
    .hero__subtitle {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem;
      font-size: 3.75rem; } }

@media screen {
  .hero__footer {
    position: relative;
    padding-bottom: 2.5rem; } }
  @media only screen and (min-width: 48em) {
    .hero__footer {
      padding-bottom: 2.1875rem; } }

@media screen {
    .hero--home .hero__footer {
      text-align: center; } }
    @media only screen and (min-width: 48em) {
      .hero--home .hero__footer {
        padding-bottom: 3.75rem; } }

@media screen {
    .hero__footer:before {
      content: '';
      position: absolute;
      top: 4.375rem;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background-color: #272726; } }
    @media only screen and (min-width: 48em) {
      .hero__footer:before {
        top: 8.125rem; } }
    @media only screen and (min-width: 60em) {
      .hero__footer:before {
        top: 5rem; } }

@media screen {
  .hero__quote,
  .hero__box-text {
    position: relative;
    padding: 1.125rem;
    text-align: center;
    color: #FFF;
    background-color: #FF591F; } }
  @media only screen and (min-width: 48em) {
    .hero__quote,
    .hero__box-text {
      padding: 2.75rem; } }

@media screen {
    .hero--green .hero__quote, .hero--green
    .hero__box-text {
      background-color: #42B7A1; }
    .hero--yellow .hero__quote, .hero--yellow
    .hero__box-text {
      background-color: #FFBC00; }
    .hero--blue .hero__quote, .hero--blue
    .hero__box-text {
      background-color: #253584; }
  .hero__box-text,
  .hero__quote-text {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.33333; } }
  @media only screen and (min-width: 48em) {
    .hero__box-text,
    .hero__quote-text {
      font-size: 1.875rem; } }

@media screen {
    .hero__box-text a,
    .hero__quote-text a {
      color: #FFF; }
  .hero__quote-text {
    font-style: italic; }
  .hero__quote-citation {
    margin-top: 1.5em;
    font-size: 1rem;
    line-height: 1.13636; } }
  @media only screen and (min-width: 48em) {
    .hero__quote-citation {
      margin-top: 2em;
      font-size: 1.375rem; } }

@media screen {
  .hero__secondary-text {
    position: relative;
    padding-top: 2.1875rem;
    font-size: 1rem;
    font-family: "Sofia W01 Bold1446843", serif;
    line-height: 1.25;
    color: #FFF;
    text-align: center; } }
  @media only screen and (min-width: 48em) {
    .hero__secondary-text {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      font-size: 1.5rem; } }
  @media only screen and (min-width: 48em) {
    .hero__secondary-text > * {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
  .hero__btn {
    margin-top: 1.5625rem;
    text-align: center; } }
  @media only screen and (min-width: 48em) {
    .hero__btn {
      margin-top: 2.1875rem; } }

@media screen {
  .pages--simple {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    text-align: center; } }
  @media only screen and (min-width: 48em) {
    .pages--simple {
      padding-top: 2.8125rem;
      padding-bottom: 2.8125rem; } }

@media screen {
  .pages--full {
    position: relative;
    background-color: #272726; } }
  @media only screen and (min-width: 48em) {
    .pages--full {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

@media screen {
  .pages__grid {
    position: relative;
    z-index: 1; } }
  @media only screen and (max-width: 47.9375em) {
    .pages__grid > * + * {
      margin-top: 1.25em; } }

@media screen {
    .our-impact .pages__grid,
    .ways-to-support-us .pages__grid {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 48em) {
    .pages__grid {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

@media screen {
  .pages__item {
    width: 100%;
    padding: 1.875rem 0.9375rem;
    text-align: center; } }
  @media only screen and (min-width: 48em) {
    .pages__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 33.33333%;
      flex-wrap: wrap;
      padding: 3.75rem 1.875rem; } }
  @media only screen and (min-width: 60em) {
    .pages__item {
      padding: 4.375rem 2.5rem; } }

@media screen {
    .pages__item:first-child {
      background-color: #42B7A1; }
      .pages__item:first-child:before {
        background-image: url(../images/icons/magnifying-glass.svg); }
    .pages__item:nth-child(2) {
      background-color: #FFBC00; }
      .pages__item:nth-child(2):before {
        background-image: url(../images/icons/handshake.svg); }
    .pages__item:last-child {
      background-color: #253584; }
      .pages__item:last-child:before {
        background-image: url(../images/icons/legal.svg); }
    .pages__item.pages__item--results:before {
      background-image: url("../images/icons/results.svg");
      background-size: auto 75%; }
    .pages__item.pages__item--university:before {
      background-image: url("../images/icons/university.svg");
      background-size: auto 80%; }
    .pages__item.pages__item--suitcase:before {
      background-image: url("../images/icons/suitcase.svg");
      background-size: auto 60%; }
    .pages__item:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 5.625rem;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: auto 70%; } }
    @media only screen and (min-width: 48em) {
      .pages__item:before {
        padding-bottom: 9.375rem; } }

@media screen {
      .hide-icons .pages__item:before {
        display: none; }
    .ways-to-support-us .pages__item {
      background-color: #FFBC00; } }
    @media only screen and (min-width: 48em) {
      .ways-to-support-us .pages__item {
        width: calc(33.33333% - 0.33333rem); } }

@media screen {
    .our-impact .pages__item {
      background-color: #FF591F; } }
    @media only screen and (min-width: 48em) {
      .our-impact .pages__item {
        width: calc(33.33333% - 0.33333rem); } }

@media screen {
  .pages__title {
    font-size: 1.75rem;
    font-family: "Raisonne", sans-serif;
    font-weight: normal;
    line-height: 1.2;
    color: #FFF; } }
  @media only screen and (min-width: 48em) {
    .pages__title {
      font-size: 2rem; } }
  @media only screen and (min-width: 60em) {
    .pages__title {
      font-size: 2.5rem; } }

@media screen {
  .pages__summary {
    width: 100%;
    max-width: 34em;
    margin: 1.875rem auto;
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif;
    line-height: 1.44444;
    color: #FFF; } }
  @media only screen and (min-width: 60em) {
    .pages__summary {
      margin-bottom: 3.75rem; } }

@media screen {
  .pages--simple .pages__btn {
    margin: 0.9375rem; }
  .pages--full .pages__btn {
    margin-top: auto; }
  .cards {
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .cards {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
    .cards--dark {
      background-color: #F5F5F5; }
    .cards--no-pb {
      padding-bottom: 0; }
    .cards--border:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      display: block;
      width: 100%;
      height: 0.0625rem;
      max-width: 71.25rem;
      margin-left: auto;
      margin-right: auto;
      background-color: rgba(155, 155, 155, 0.3); }
  .cards__title {
    text-align: center; }
  .cards__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .tabs {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-top: 1.40625rem;
    padding-bottom: 1.40625rem; } }
  @media only screen and (min-width: 48em) {
    .tabs {
      padding-top: 2.8125rem;
      padding-bottom: 2.8125rem; } }
  @media only screen and (min-width: 48em) {
    .tabs--team {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
    .tabs.sub-tabs-visible {
      padding-bottom: 0; }
  .sub-tabs {
    display: none; }
    .sub-tabs.is-active {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .financials {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    text-align: center; } }
  @media only screen and (min-width: 48em) {
    .financials {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
  .financials__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 0.0625rem solid rgba(155, 155, 155, 0.3);
    border-bottom: 0.0625rem solid rgba(155, 155, 155, 0.3); } }
  @media only screen and (min-width: 48em) {
    .financials__grid {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

@media screen {
  .financials__col {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .financials__col:first-child {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; }
    .financials__col:last-child {
      width: calc(41.66667% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
  .financials__embed {
    position: relative;
    max-width: 37.5rem;
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem; } }
  @media only screen and (min-width: 48em) {
    .financials__embed {
      margin-top: 3.75rem;
      margin-bottom: 5rem; } }

@media screen {
    .financials__embed:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 70.66667%; }
    .financials__embed iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .financials__btn {
    margin-top: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .financials__btn {
      margin-top: 3.75rem; } }

@media screen {
  .section {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    overflow: hidden; } }
  @media only screen and (min-width: 48em) {
    .section {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
    .section--grey {
      background-color: #F5F5F5; }
    .section--black3 {
      background-color: #272726; }
    .section--center {
      text-align: center; }
    .section--border {
      position: relative; }
      .section--border:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
        width: 100%;
        max-width: 71.25rem;
        height: 0.0625rem;
        background-color: rgba(155, 155, 155, 0.3); }
  .support {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background-color: #F5F5F5; } }
  @media only screen and (min-width: 48em) {
    .support {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
  .support__title {
    text-align: center; } }
  @media only screen and (min-width: 48em) {
    .support__title {
      width: calc(100% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
  .support__intro {
    font-family: "Sofia W01 Bold1446843", serif;
    text-align: center; } }
  @media only screen and (min-width: 48em) {
    .support__intro {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem);
      font-size: 1.5rem; } }

@media screen {
  .ways-to-support-us {
    background-color: #272726;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .ways-to-support-us {
      padding-bottom: 3.75rem; } }

@media only screen and (max-width: 47.9375em) {
  .support-row {
    max-width: 25rem;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 48em) {
  .support-row__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

@media only screen and (min-width: 48em) {
  .support-row__thumb {
    width: calc(33.33333% - 1.875rem);
    margin: 0.9375rem;
    margin-left: calc(8.33333% + 0.9375rem); }
    .support-row--2 .support-row__thumb {
      margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
  .support-row__stat {
    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;
    width: 25vw;
    height: 25vw;
    font-size: 8vw;
    font-family: "Raisonne", sans-serif;
    font-weight: normal;
    border-radius: 50%;
    background-color: #9B9B9B; } }
  @media only screen and (min-width: 48em) {
    .support-row--2 .support-row__stat {
      margin-left: auto; } }
  @media only screen and (min-width: 60em) {
    .support-row__stat {
      width: 22.5rem;
      height: 22.5rem;
      font-size: 8.125rem; } }

@media screen {
    .support-row--1 .support-row__stat {
      background-color: #FFBC00; }
    .support-row--2 .support-row__stat {
      background-color: #FF591F; }
    .support-row--3 .support-row__stat {
      background-color: #42B7A1; }
  .support-row__main > * + * {
    margin-top: 1.25em; } }

@media only screen and (max-width: 47.9375em) {
  .support-row__main {
    margin-top: 1em; } }

@media only screen and (min-width: 48em) {
  .support-row__main {
    width: calc(50% - 1.875rem);
    margin: 0.9375rem;
    margin-left: calc(8.33333% + 0.9375rem); }
    .support-row:nth-child(2n) .support-row__main {
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; } }

@media only screen and (min-width: 60em) {
  .support-row__main {
    width: calc(41.66667% - 1.875rem);
    margin: 0.9375rem;
    margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
  .support-row__title {
    font-family: "Sofia W01 Bold1446843", serif; } }
  @media only screen and (min-width: 48em) {
    .support-row__title {
      font-size: 1.5rem; } }

@media only screen and (min-width: 48em) {
  .support-row__text {
    font-size: 1.125rem; } }

@media only screen and (min-width: 48em) {
  .driving__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

@media screen {
  .driving__main > * + * {
    margin-top: 1.25em; } }

@media only screen and (min-width: 48em) {
  .driving__main {
    width: calc(50% - 1.875rem);
    margin: 0.9375rem;
    margin-left: calc(8.33333% + 0.9375rem); } }

@media only screen and (max-width: 47.9375em) {
  .driving__related {
    margin-top: 1.875rem; } }

@media only screen and (min-width: 48em) {
  .driving__related {
    width: calc(33.33333% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 60em) {
  .driving__related {
    width: calc(25% - 1.875rem);
    margin: 0.9375rem;
    margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
  .people {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .stories {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .stories {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
  .stories__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .donors {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .donors {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
  .donors__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    overflow: hidden; } }
  @media only screen and (min-width: 34.375em) {
    .donors__grid {
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

@media screen {
  .donors__toggle {
    margin-top: 1.875rem;
    text-align: center; } }
  @media only screen and (min-width: 48em) {
    .donors__toggle {
      margin-top: 3.75rem; } }

@media screen {
  .ajax-content {
    transition: opacity 0.2s ease-in-out; }
    .ajax-content.is-loading {
      position: relative;
      opacity: 0.3; }
  .our-impact {
    background-color: #272726;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .our-impact {
      padding-bottom: 3.75rem; } }

@media screen {
  .impact__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .impact__block {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
    .impact__block > * + * {
      margin-top: 1.25em; } }
  @media only screen and (min-width: 48em) {
    .impact__block {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 60em) {
    .impact__block {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .impact__block:nth-child(1) {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (min-width: 48em) {
    .impact__block:nth-child(2) {
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }
  @media only screen and (min-width: 48em) {
    .impact__block:nth-child(3) {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media only screen and (min-width: 48em) {
    .impact__block:nth-child(4) {
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; } }
  @media only screen and (min-width: 48em) {
    .impact__block:nth-child(5) {
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; } }
  @media only screen and (min-width: 48em) {
    .impact__block:nth-child(6) {
      -webkit-order: 7;
          -ms-flex-order: 7;
              order: 7; } }
  @media only screen and (min-width: 48em) {
    .impact__block:nth-child(7) {
      -webkit-order: 6;
          -ms-flex-order: 6;
              order: 6; } }

@media only screen and (min-width: 48em) {
  .impact__block--small {
    width: calc(50% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 60em) {
  .impact__block--small {
    width: calc(33.33333% - 1.875rem);
    margin: 0.9375rem;
    margin-left: calc(8.33333% + 0.9375rem); } }

@media only screen and (min-width: 48em) {
  .impact__block--medium {
    width: calc(50% - 1.875rem);
    margin: 0.9375rem; } }

@media only screen and (min-width: 60em) {
  .impact__block--medium {
    width: calc(41.66667% - 1.875rem);
    margin: 0.9375rem;
    margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
  .impact__block--large {
    padding-top: 0; } }
  @media only screen and (min-width: 48em) {
    .impact__block--large {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
  .impact__block--table {
    overflow: auto; }
  .impact__title {
    font-size: 1.125rem;
    font-family: "Sofia W01 Bold1446843", serif; } }
  @media only screen and (min-width: 48em) {
    .impact__title {
      font-size: 1.5rem; } }

@media screen {
    .impact__title--center {
      text-align: center; }
  .impact__text {
    font-size: 1rem; } }
  @media only screen and (min-width: 48em) {
    .impact__text {
      font-size: 1.125rem; } }

@media screen {
  .impact__chart {
    background-image: url("../images/impact-chart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .impact__chart:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 132.14286%; }
  .impact__btn {
    width: auto;
    max-width: none; }
  .team {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .team {
      padding-bottom: 3.75rem; } }

@media screen {
  .team__main {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .team__main {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
  .team__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .content__text {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; }
    .content__text > * + * {
      margin-top: 1.25em; } }
  @media only screen and (min-width: 34.375em) {
    .content__text {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }
  @media only screen and (min-width: 60em) {
    .content__text {
      width: calc(66.66667% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(16.66667% + 0.9375rem); } }

@media screen {
    .form-error .content__text {
      text-align: center; } }
  @media only screen and (min-width: 48em) {
    .content__text p {
      font-size: 1.125rem;
      line-height: 1.5; } }

@media screen {
    .content__text blockquote {
      font-size: 1.125rem;
      font-family: "Sofia W01 Bold1446843", serif;
      color: #FF591F; } }
    @media only screen and (min-width: 48em) {
      .content__text blockquote {
        font-size: 1.25rem; } }

@media screen {
      .content__text blockquote:before {
        content: '“'; }
      .content__text blockquote:after {
        content: '”'; }
    .content__text a {
      font-family: "Sofia W01 Bold1446843", serif;
      color: #FF591F;
      text-decoration: none;
      transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .content__text a:hover, .content__text a:active, .content__text a:focus {
        opacity: 0.7; }
    .content__text ul {
      padding-left: 1.125rem; }
  .content__image {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 34.375em) {
    .content__image {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }

@media screen {
    .content__image img {
      display: block; }
  .content__video {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 34.375em) {
    .content__video {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }
  @media only screen and (min-width: 60em) {
    .content__video {
      width: calc(66.66667% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(16.66667% + 0.9375rem); } }

@media screen {
  .content__other-embed {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    overflow: auto; }
  .content__form {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 34.375em) {
    .content__form {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }
  @media only screen and (min-width: 60em) {
    .content__form {
      width: calc(66.66667% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(16.66667% + 0.9375rem); } }

@media screen {
    .content__form form {
      padding: 0 !important; }
  .content__btn {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    text-align: center; } }
  @media only screen and (min-width: 34.375em) {
    .content__btn {
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem); } }
  @media only screen and (min-width: 60em) {
    .content__btn {
      width: calc(66.66667% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(16.66667% + 0.9375rem); } }

@media screen {
  .races {
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .races {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
    .races:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      display: block;
      width: 100%;
      height: 0.0625rem;
      max-width: 71.25rem;
      margin-left: auto;
      margin-right: auto;
      background-color: rgba(155, 155, 155, 0.3); }
  .races__grid {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .races__grid:before {
      content: '';
      position: absolute;
      top: 1.875rem;
      left: 50%;
      bottom: 1.875rem;
      width: 0.0625rem;
      background-color: rgba(155, 155, 155, 0.3); } }

@media screen {
  .races__col {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (max-width: 47.9375em) {
    .races__col {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 48em) {
    .races__col {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
  .races__btns {
    margin-top: 1.875rem;
    text-align: center; }
  .article {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .article {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
  .article__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .article__grid {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 34.375em) {
    .article__grid {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: calc(83.33333% - 1.875rem);
      margin: 0.9375rem;
      margin-left: calc(8.33333% + 0.9375rem);
      margin-top: 0;
      margin-bottom: 0; } }

@media screen {
  .article__date,
  .article__author {
    font-size: 1.125rem; }
  .publications {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .publications {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
    .publications--dark {
      background-color: #F5F5F5; }
    .publications--pag {
      padding: 0; }
  .publications__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .partners {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .partners {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
    .partners--charity {
      padding-top: 0; }
  .partners__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .partners__grid {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

@media screen {
  .pagination-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 48em) {
    .pagination-container {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
  .pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1); }
  .pagination__item + .pagination__item {
    border-left: 0.0625rem solid #F5F5F5; }
  .pagination__link {
    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;
    width: 1.875rem;
    height: 2.5rem;
    font-size: 0.875rem;
    text-decoration: none;
    color: #000;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); } }
  @media only screen and (min-width: 48em) {
    .pagination__link {
      width: 2.5rem; } }

@media screen {
    .pagination__link:hover, .pagination__link:active, .pagination__link:focus, .pagination__link.is-active {
      color: #FFF;
      background-color: #FF591F; }
    .pagination__link.is-active {
      font-family: "Sofia W01 Bold1446843", serif; }
    .ajax-content.is-loading .pagination__link {
      pointer-events: none; }
    .pagination__link--next, .pagination__link--prev {
      width: auto;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      text-transform: uppercase;
      color: #FFF;
      background-color: #FF591F; }
      .pagination__link--next:hover, .pagination__link--next:active, .pagination__link--next:focus, .pagination__link--prev:hover, .pagination__link--prev:active, .pagination__link--prev:focus {
        color: #272726; } }

@media only screen and (min-width: 48em) {
  .rfw {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

@media screen {
  .rfw-menu {
    margin: 0;
    padding: 0;
    z-index: 100;
    list-style: none;
    background-color: #FFF;
    box-shadow: 0 0.1875rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.1); } }
  @media only screen and (min-width: 48em) {
    .rfw-nav > .rfw-menu {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; } }

@media screen {
    .rfw-menu--sub {
      display: none;
      box-shadow: none; }
      .rfw-menu__block.is-parent ~ .rfw-menu--sub {
        display: block; }
  .rfw-menu__item {
    position: relative; }
  .rfw-menu__block {
    position: relative; }
  .rfw-menu__link {
    position: relative;
    display: block;
    padding: 0.875rem 2.5rem 0.875rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    text-decoration: none;
    color: #000; }
    .rfw-menu__link--1 {
      font-family: "Raisonne", sans-serif;
      font-size: 1rem;
      font-weight: normal;
      text-transform: uppercase; }
      .rfw-menu__link--1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0.75rem; }
        .rfw-menu__item:nth-child(2) .rfw-menu__link--1:before {
          background-color: #FFBC00; }
        .rfw-menu__item:nth-child(3) .rfw-menu__link--1:before {
          background-color: #FF591F; }
        .rfw-menu__item:nth-child(4) .rfw-menu__link--1:before {
          background-color: #42B7A1; }
        .rfw-menu__item:nth-child(5) .rfw-menu__link--1:before {
          background-color: #9B9B9B; }
        .rfw-menu__item:nth-child(6) .rfw-menu__link--1:before {
          background-color: #272726; }
    .rfw-menu__link--2 {
      padding-left: 2.75rem;
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .rfw-menu__link--3 {
      padding-left: 4.125rem; }
    .rfw-menu__link.is-active, .rfw-menu__link.is-parent {
      background-color: #F5F5F5; }
    .rfw-menu__link.is-first {
      color: #FFF;
      background-color: #272726; }
  .rfw-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    padding: 0;
    background: none;
    border: none; }
    .rfw-toggle:hover, .rfw-toggle:active, .rfw-toggle:focus {
      outline: none; }
  .rfw-toggle__inner {
    position: absolute;
    top: 50%;
    left: 0.625rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 0.8125rem;
    height: 0.8125rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%; }
    .rfw-toggle__inner:before, .rfw-toggle__inner:after {
      content: '';
      position: absolute;
      top: 0.3125rem;
      left: 0;
      display: block;
      width: 100%;
      height: 0.1875rem;
      background-color: #272726; }
    .rfw-toggle__inner:before {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .rfw-menu__link.is-parent + .rfw-toggle .rfw-toggle__inner:before {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
  .rfw-nav {
    position: relative; } }
  @media only screen and (min-width: 48em) {
    .rfw-nav {
      width: calc(33.33333% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 60em) {
    .rfw-nav {
      width: calc(25% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
  .rfw-structure {
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background-color: #F5F5F5; } }
  @media only screen and (min-width: 48em) {
    .rfw-structure {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }

@media screen {
    .rfw-structure:before {
      content: '';
      position: absolute;
      top: 0;
      left: -0.9375rem;
      bottom: 0;
      width: 100vw;
      background-color: #F5F5F5; } }
    @media only screen and (min-width: 48em) {
      .rfw-structure:before {
        left: -50vw;
        width: 140vw; } }

@media screen {
    .rfw-structure > * {
      position: relative; }
  .rfw-structure__items {
    position: relative; }
  .rfw-label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 78%;
    display: none; } }
  @media only screen and (min-width: 34.375em) {
    .rfw-label {
      display: block; } }

@media screen {
  .rfw-label__inner {
    position: absolute;
    top: 14%;
    bottom: 14%;
    left: 28%;
    right: 30%;
    border-width: 0.0625rem 0.0625rem 0.0625rem 0;
    border-style: solid;
    border-color: #000; }
    .rfw-label__inner:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 0.0625rem;
      background-color: #000; }
    .rfw-label__inner i {
      position: absolute;
      -webkit-transform: translate(-90%, -50%);
          -ms-transform: translate(-90%, -50%);
              transform: translate(-90%, -50%);
      display: block;
      width: 1.25rem;
      height: 1.3125rem;
      background-image: url("../images/icons/chevron-left-small.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .rfw-label__inner i:nth-child(1) {
        top: 0; }
      .rfw-label__inner i:nth-child(2) {
        top: 50%; }
      .rfw-label__inner i:nth-child(3) {
        top: 100%; }
  .rfw-label__text {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: rotate(90deg) translate(-50%, 100%);
        -ms-transform: rotate(90deg) translate(-50%, 100%);
            transform: rotate(90deg) translate(-50%, 100%);
    font-size: 0.875rem;
    font-family: "Sofia W01 Bold1446843", serif;
    white-space: nowrap; }
  .rfw-structure__item {
    position: relative;
    width: 100%;
    box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.1);
    background-color: #FFF; } }
  @media only screen and (min-width: 34.375em) {
    .rfw-structure__item {
      width: 78%; } }

@media screen {
    .rfw-structure__item--1 {
      margin-top: 1.25rem; } }
    @media only screen and (min-width: 48em) {
      .rfw-structure__item--1 {
        margin-top: 2.5rem; } }

@media screen {
    .rfw-structure__item + .rfw-structure__item {
      margin-top: 3.75rem; } }
    @media only screen and (min-width: 48em) {
      .rfw-structure__item + .rfw-structure__item {
        margin-top: 5rem; } }

@media screen {
      .rfw-structure__item + .rfw-structure__item:before {
        content: '';
        position: absolute;
        top: -1.875rem;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        width: 2rem;
        height: 1.875rem;
        background-image: url("../images/icons/chevron.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; } }
      @media only screen and (min-width: 48em) {
        .rfw-structure__item + .rfw-structure__item:before {
          top: -2.5rem; } }

@media screen {
  .rfw-structure__header,
  .rfw-structure__main {
    padding: 1.25rem 1.25rem; } }
  @media only screen and (min-width: 48em) {
    .rfw-structure__header,
    .rfw-structure__main {
      padding: 1.875rem 1.875rem; } }

@media screen {
  .rfw-structure__header {
    font-size: 1.3125rem;
    line-height: 1; } }
  @media only screen and (min-width: 48em) {
    .rfw-structure__header {
      font-size: 1.875rem; } }

@media screen {
    .rfw-structure__item--1 .rfw-structure__header {
      background-color: #FFBC00; }
    .rfw-structure__item--2 .rfw-structure__header {
      background-color: #FF591F; }
    .rfw-structure__item--3 .rfw-structure__header {
      background-color: #42B7A1; }
  .rfw-structure__text {
    font-size: 1.125rem;
    line-height: 1.44444; } }
  @media only screen and (min-width: 48em) {
    .rfw-structure__text {
      font-size: 1.25rem; } }

@media screen {
  .rfw-structure__btn {
    width: auto;
    max-width: none;
    margin-top: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .rfw-structure__btn {
      margin-top: 1.875rem; } }

@media screen {
    .rfw-structure__item--1 .rfw-structure__btn {
      border-color: #FFBC00; }
    .rfw-structure__item--2 .rfw-structure__btn {
      border-color: #FF591F; }
    .rfw-structure__item--3 .rfw-structure__btn {
      border-color: #42B7A1; }
  .resources {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .resources .card {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; } }

@media screen {
  .careers__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .careers__col {
    max-width: none;
    width: calc(100% - 1.875rem);
    margin: 0.9375rem; } }
  @media only screen and (min-width: 48em) {
    .careers__col {
      width: calc(50% - 1.875rem);
      margin: 0.9375rem; } }
  @media only screen and (min-width: 60em) {
    .careers__col {
      width: calc(25% - 1.875rem);
      margin: 0.9375rem; } }

@media print {
  body {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 4em 4em;
    font-family: "Sofia W01 Regular1446825", serif;
    line-height: 1.5; }
  .nav__main,
  .nav__toggle,
  .footer,
  .pagination,
  .share,
  .modal,
  .rfw-nav,
  .tabs,
  .financials__embed,
  video,
  audio,
  object,
  embed,
  svg {
    display: none; }
  .nav__grid {
    margin-bottom: 1em;
    background-color: #919191; }
  .logo {
    position: relative;
    display: block;
    width: 11.25rem;
    height: 3.825rem;
    overflow: hidden;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%; }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 3em;
    margin-bottom: 1em;
    font-family: "Raisonne", sans-serif;
    font-weight: normal; }
  img {
    max-width: 31.25rem; }
  a {
    word-wrap: break-word;
    color: #000; }
    a:after {
      content: " (" attr(href) ")";
      font-size: 80%; }
  .hero__quote-text {
    font-style: italic; }
  .impact__chart {
    width: 100%;
    max-width: 25rem;
    background-image: url("../images/impact-chart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .impact__chart:before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 134.16667%; }
  .table {
    border-spacing: 0;
    border-collapse: collapse; }
    .table--outer {
      border: 0.0625rem solid #F5F5F5; }
  .table__row--main {
    vertical-align: top; }
  .table__row--border {
    border-top: 0.0625rem solid #F5F5F5; }
  .table__cell {
    padding: 0.75rem;
    font-size: 0.75rem;
    border: 0.0625rem solid #F5F5F5; } }
