@charset "UTF-8";
@keyframes pulse {
  0% {
    width: 100%;
    height: 100%; }
  50% {
    opacity: 0;
    width: 150%;
    height: 150%; }
  51% {
    opacity: .2;
    width: 50%;
    height: 50%; }
  100% {
    width: 100%;
    height: 100%; } }

/*! normalize.css v8.0.1 | 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 iOS.
 * 3. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 */
html {
  box-sizing: border-box;
  /* 3 */
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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 */
  /* stylelint-disable-line */
  font-size: 1em;
  /* 2 */ }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

a,
button {
  cursor: pointer; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/*ol,
ul {
  list-style: none;
}*/
svg {
  fill: currentColor; }

button {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
  padding: 0; }

[data-whatintent='mouse'] *:focus,
[data-whatintent='touch'] *:focus {
  outline: none; }

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

.sr-undo {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: absolute;
  width: auto; }

.wrapper {
  margin: 0 auto;
  max-width: 1400px;
  position: relative; }
  .wrapper.-padded {
    padding: 32px 25px 64px; }
    @media (min-width: 768px) {
      .wrapper.-padded {
        padding: 64px 140px; } }
  .block .wrapper::before,
  .wrapper .header__intro::before {
    background-color: #c89030;
    bottom: 0;
    left: 74px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 2; }
    @media (min-width: 768px) {
      .block .wrapper::before,
      .wrapper .header__intro::before {
        content: ''; } }
  .wrapper .header__intro::before {
    left: -66px;
    top: 20px; }

.block {
  overflow: hidden; }
  .block section {
    background-color: #323232; }

.gradient-bottom {
  position: relative; }
  .block.-last .gradient-bottom::after {
    z-index: 4; }
  .gradient-bottom::after {
    background: linear-gradient(180deg, #323232 0%, #262626 100%);
    bottom: 0;
    content: '';
    height: 64px;
    left: 0;
    position: absolute;
    right: 0; }

.line-dot {
  bottom: 0;
  left: 55px;
  position: absolute;
  top: 64px;
  width: 40px;
  z-index: 3; }
  @media (max-width: 767px) {
    .line-dot {
      display: none; } }
  .block.-last .line-dot .line {
    background-color: #323232;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 20px;
    width: 100%; }
  @media (min-width: 1000px) {
    .line-dot.-stat {
      top: 72px; } }
  .line-dot.-image, .line-dot.-header {
    left: -85px;
    top: 0; }
  .line-dot .dot {
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .line-dot .dot::before {
      background-color: #c89030;
      border-radius: 50%;
      content: '';
      height: 20px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 20px; }
    .line-dot .dot::after {
      border: 1px solid #b7b7b9;
      border-radius: 50%;
      content: '';
      height: 100%;
      left: 50%;
      opacity: .2;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      @media (min-width: 768px) {
        .-scrolled-in-view .line-dot .dot::after {
          animation: pulse 1.3s linear 2; } }

@media (min-width: 768px) {
  .fade-in-content {
    opacity: 0;
    transform: translateY(100px);
    transition: 1s transform, 1s opacity; }
    .block.-scrolled-in-view .fade-in-content {
      opacity: 1;
      transform: translateY(0); } }

@font-face {
  font-family: 'GT America';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GT-America-Standard-Regular.woff2") format("woff2"), url("../fonts/GT-America-Standard-Regular.woff") format("woff"); }

@font-face {
  font-family: 'GT America';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GT-America-Compressed-Medium.woff2") format("woff2"), url("../fonts/GT-America-Compressed-Medium.woff") format("woff"); }

@font-face {
  font-family: 'GT America';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/GT-America-Condensed-Black.woff2") format("woff2"), url("../fonts/GT-America-Condensed-Black.woff") format("woff"); }

body {
  background-color: #262626;
  color: #fff;
  font-family: GT America, Arial, sans-serif;
  line-height: 1.25;
  /* prevent scrolling when added */ }
  body.freeze {
    height: 100vh;
    overflow: hidden; }

a {
  color: #fff; }

.heading-lg, .heading-md, .heading-sm {
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase; }

.heading-lg {
  color: #c89030;
  font-size: 2rem; }

.heading-md {
  color: #fff;
  font-size: 1.5rem; }
  @media (min-width: 1000px) {
    .heading-md {
      font-size: 2rem; } }

.heading-sm {
  color: #323232;
  font-size: 1.125rem;
  letter-spacing: 0.1em; }

.heading-xs, .story-cat {
  color: #c89030;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.story-cat {
  margin: 3rem 0 1.5rem;
  font-size: 1rem; }

.text-xxl {
  font-size: 1.5rem; }
  @media (min-width: 1000px) {
    .text-xxl {
      font-size: 3rem; } }

.text-xl {
  font-size: 1.125rem; }
  @media (min-width: 1000px) {
    .text-xl {
      font-size: 1.5rem; } }

.text-lg {
  font-size: 1rem; }
  @media (min-width: 1000px) {
    .text-lg {
      font-size: 1.5rem; } }

.text-md {
  font-size: 1.125rem; }

.text-sm {
  font-size: 1rem; }

.text-xs {
  font-size: 0.875rem; }

.caption {
  margin: 0 15px;
  line-height: 1.25rem;
  color: #6f6f6f; }

.video-embed + .caption {
  margin-top: 1rem; }

.quote {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 40px;
  position: relative;
  color: rgba(50, 50, 50, 0.75);
  quotes: "“" "”" "‘" "’"; }

.quote:before {
  content: open-quote;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 4rem; }

.quote > cite {
  margin-top: 10px;
  font-style: italic;
  text-align: right; }

.notice {
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em; }
  .resources .notice {
    color: #c89030; }

.rtf p:not(:last-child) {
  margin-bottom: 20px; }

.rtf a {
  transition: all .2s; }
  .rtf a:hover, .rtf a:focus {
    color: #c89030; }

.btn, .link {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase; }

.btn {
  border-radius: 40px;
  display: inline-block;
  padding: 11px 24px;
  transition: all .2s; }
  .btn.-primary {
    background-color: #c89030;
    color: #323232; }
    .btn.-primary:hover, .btn.-primary:focus {
      background-color: #fff; }
  .btn.-secondary, .btn.-social {
    border: 1px solid #c89030;
    color: #c89030;
    position: relative; }
    .btn.-secondary:hover, .btn.-secondary:focus, .btn.-social:hover, .btn.-social:focus {
      border-color: currentColor;
      box-shadow: 0 0 0 1px currentColor;
      color: #fff; }
  .btn.-social {
    border-radius: 50%;
    height: 40px;
    padding: 0;
    position: relative;
    width: 40px; }
    .btn.-social svg {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }

.link {
  color: #fff; }
  .link:hover, .link:focus {
    text-decoration: underline; }

.buttons-or-share {
  padding-bottom: 1px;
  padding-left: 1px; }

.share-btns {
  display: flex;
  margin-top: 8px; }
  .share-btns .btn {
    display: block; }
    .share-btns .btn:not(:first-child) {
      margin-left: 8px; }

.header {
  background-color: #323232; }
  @media (min-width: 768px) {
    .header {
      background: url("../images/eff/header-background.png") top left/1400px no-repeat #323232; } }
  .resources .header {
    background: #c89030; }

.header__links {
  padding: 25px; }
  @media (min-width: 768px) {
    .header__links {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 40px 45px; } }
  .resources .header__links {
    padding-bottom: 0;
    padding-top: 0; }
    @media (min-width: 768px) {
      .resources .header__links {
        height: 4rem; } }

.header__logo-group {
  display: flex;
  justify-content: space-between; }

.header__logo {
  display: block;
  transition: all .2s; }
  .header__logo:hover, .header__logo:focus {
    transform: scale(1.05); }
  .header__logo img {
    height: 60px;
    width: 60px; }
  .resources .header__logo {
    position: relative;
    top: 1.0625rem;
    z-index: 1; }

.header__menu-toggle {
  background: none;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .header__menu-toggle {
      display: none; } }

.header__menu-icon {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  min-width: 54px; }
  .resources .header__menu-icon {
    color: #000; }
  .header__menu-icon .-open {
    height: 10px;
    margin-right: 5px;
    width: 16px; }
  .header__menu-icon .-close {
    display: none;
    height: 13px;
    width: 13px; }
  [aria-pressed='true'] .header__menu-icon .-open {
    display: none; }
  [aria-pressed='true'] .header__menu-icon .-close {
    display: block; }

.header__nav {
  height: 100vh;
  overflow: auto; }
  .header__nav.-mobile-hidden {
    display: none; }
    @media (min-width: 768px) {
      .header__nav.-mobile-hidden {
        display: block; } }
  @media (min-width: 768px) {
    .header__nav {
      height: auto;
      overflow: visible; } }

.header__nav-links {
  padding-top: 10px;
  list-style: none; }
  @media (min-width: 768px) {
    .header__nav-links {
      align-items: center;
      display: flex;
      padding: 0; }
      .resources .header__nav-links {
        height: 4rem; } }

.header__nav-link {
  border-bottom: 1px solid #b7b7b9;
  margin: 0; }
  .resources .header__nav-link {
    border-bottom-color: #000; }
  @media (max-width: 767px) {
    .header__nav-link a:not(.btn) {
      display: block;
      padding: 22px 0; } }
  @media (min-width: 768px) {
    .header__nav-link {
      border: none;
      margin: 0 25px;
      padding: 0; }
      .resources .header__nav-link {
        height: 4rem;
        line-height: 4rem;
        position: relative; }
      .header__nav-link .resources-selected::after {
        background-color: #323232;
        bottom: 0;
        content: '';
        height: 4px;
        left: 0;
        pointer-events: none;
        position: absolute;
        width: 100%; } }
  .header__nav-link:last-child {
    border: none;
    padding: 18px 0; }
    .resources .header__nav-link:last-child {
      padding: 0; }
    @media (min-width: 768px) {
      .header__nav-link:last-child {
        padding: 0; }
        .header__nav-link:last-child:not(.resources) {
          margin-left: 35px; } }

.header__intro {
  margin: 20px 25px 0;
  max-width: 1072px;
  padding-bottom: 30px;
  position: relative; }
  .header__intro h2 {
    margin-bottom: 12px; }
    @media (min-width: 1000px) {
      .header__intro h2 {
        margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .header__intro {
      margin: 24px 140px 0;
      padding-bottom: 75px; } }

.image {
  overflow: hidden;
  position: relative; }
  .image::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.23%, rgba(0, 0, 0, 0.85) 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.image__hero {
  display: block;
  height: auto;
  min-width: 1100px;
  position: relative;
  width: 100%; }
  @media (min-width: 1000px) {
    .image__hero {
      min-width: 1400px; } }
  @media (max-width: 1399px) {
    .image__hero {
      left: 50%;
      margin-left: -550px; } }
  @media (max-width: 1399px) and (min-width: 1000px) {
    .image__hero {
      margin-left: -700px; } }

.image__text {
  bottom: 0;
  left: 0;
  margin: 0 25px 30px;
  position: absolute;
  z-index: 1; }
  @media (min-width: 768px) {
    .image__text {
      margin: 0 140px 60px; } }
  @media (min-width: 1000px) {
    .image__text {
      max-width: 648px; } }
  .image__text h2:not(:last-child) {
    margin-bottom: 12px; }
    @media (min-width: 1000px) {
      .image__text h2:not(:last-child) {
        margin-bottom: 24px; } }
  .image__text div:not(:last-child) {
    margin-bottom: 25px; }

.stat h2:not(:last-child) {
  margin-bottom: 12px; }
  @media (min-width: 1000px) {
    .stat h2:not(:last-child) {
      margin-bottom: 24px; } }

.stat div:not(:last-child) {
  margin-bottom: 25px; }
  @media (min-width: 1000px) {
    .stat div:not(:last-child) {
      margin-bottom: 35px; } }

.stat .btn:not(:first-of-type):not(.-social) {
  margin-left: 16px; }

.share h2:not(:last-child) {
  padding-bottom: 12px; }
  @media (min-width: 1000px) {
    .share h2:not(:last-child) {
      padding-bottom: 24px; } }

.share__cards {
  display: flex;
  flex-wrap: wrap;
  margin: -16px; }

.share__card {
  border: 1px solid rgba(183, 183, 185, 0.5);
  display: flex;
  flex-direction: column;
  margin: 16px;
  padding: 8px;
  width: 100%; }
  @media (min-width: 1000px) {
    .share__card {
      width: calc(50% - 32px); } }
  @media (min-width: 1200px) {
    .share__card {
      width: calc(100% / 3 - 32px); } }

.share__card-image {
  margin-bottom: 32px; }
  .share__card-image img {
    display: block;
    height: auto;
    width: 100%; }

.share__card-text {
  flex-grow: 1;
  margin: 0 auto 22px;
  padding: 0 20px;
  text-align: center; }
  @media (min-width: 1000px) {
    .share__card-text {
      max-width: 240px; } }

.share__card-links {
  margin: 0 auto 20px;
  max-width: 88px;
  text-align: center; }

.video {
  line-height: 0;
  position: relative; }

.video__player {
  width: 100%; }

.video__button {
  appearance: none;
  background-color: transparent;
  border: none;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: visibility 0s linear 0s, opacity 1s;
  visibility: visible;
  width: 100%; }
  .video__button::before, .video__button::after {
    content: '';
    display: block;
    position: absolute; }
  .video__button::before {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 2.8125rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.8125rem;
    z-index: 1; }
    @media (min-width: 480px) {
      .video__button::before {
        height: 4.5rem;
        width: 4.5rem; } }
  .video__button::after {
    border-bottom: 5px solid transparent;
    border-left: 10px solid #c89030;
    border-top: 5px solid transparent;
    height: 0;
    left: calc(50% + 2px);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    z-index: 2; }
    @media (min-width: 480px) {
      .video__button::after {
        border-bottom-width: 7px;
        border-left-width: 12px;
        border-top-width: 7px; } }
  .video__button:hover::before, .video__button:focus::before {
    background-color: #fff; }
  .video__button:hover::after, .video__button:focus::after {
    border-left-color: #000; }
  .video__button.playing {
    opacity: 0;
    transition: visibility 0s linear 1s, opacity 1s;
    visibility: hidden; }

[style*="--aspect-ratio"] > :first-child {
  width: 100%; }

[style*="--aspect-ratio"] > img {
  height: auto; }

@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative; }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio))); }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; } }

@media (max-width: 479px) {
  .media.wrapper.-padded {
    padding-right: 0; } }

.media__intro {
  display: flex;
  flex-direction: column; }
  @media (max-width: 479px) {
    .media__intro {
      padding-right: 25px; } }
  @media (min-width: 1200px) {
    .media__intro {
      flex-direction: row;
      justify-content: space-between;
      overflow: hidden; } }
  @media (min-width: 1200px) {
    .media__intro.-right .media__intro-image,
    .media__intro.-right .media__intro-video-wrapper {
      order: 1; }
    .media__intro.-right .media__intro-content {
      padding-left: 0;
      padding-right: 32px; } }

@media (min-width: 1200px) {
  .media__intro-content {
    flex-shrink: 0;
    padding-left: 32px;
    width: 288px; } }

@media (min-width: 1200px) {
  .media__intro-content:first-child {
    margin-bottom: 82px;
    padding-left: 0; } }

.media__intro-content .buttons-or-share:not(:first-child) {
  margin-top: 18px; }

.media__divider {
  margin-bottom: 12px; }
  .media__divider:not(:first-child) {
    margin-top: 18px; }

.media__intro-video-wrapper {
  width: 100%; }

.media__intro-video {
  background-color: #000;
  height: 0;
  line-height: 0;
  margin-bottom: 36px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  @media (min-width: 1200px) {
    .media__intro-video {
      margin-bottom: 0; } }
  .media__intro-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.media__intro-video-button {
  background-size: cover; }
  .media__intro-video-button.-active {
    display: none; }

.media__intro-image {
  margin-bottom: 36px; }
  @media (min-width: 1200px) {
    .media__intro-image {
      margin-bottom: 0; } }
  .media__intro-image img {
    display: block;
    height: auto;
    width: 100%; }

.media__factoids {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  position: relative;
  z-index: 5; }
  .media__factoids::-webkit-scrollbar {
    display: none; }
  @media (min-width: 1200px) {
    .media__factoids {
      margin-top: -82px; } }
  @media (min-width: 480px) {
    .media__factoids.-images .media__factoid-image-spacer {
      height: 100px;
      margin-bottom: 16px;
      width: 100px; } }
  @media (min-width: 480px) {
    .media__factoids.-two-col li {
      width: calc(50% - 32px / 2); } }
  @media (max-width: 1199px) {
    .media__factoids.-two-col p {
      font-size: 1rem; } }
  .media__factoids li {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding-top: 32px;
    scroll-snap-align: start;
    width: 75%; }
    @media (min-width: 480px) {
      .media__factoids li {
        min-width: 211px;
        width: calc(25% - 32px * 3 / 4); } }
    .media__factoids li:not(:last-child) {
      margin-right: 32px; }
  .media__factoids p {
    flex-grow: 1; }
    .media__factoids p:not(:last-child) {
      margin-bottom: 32px; }
  .media__factoids .media__factoid-image-spacer.-image {
    height: 100px;
    margin-bottom: 16px;
    width: 100px; }
  @media (min-width: 1200px) {
    .media__factoids .media__factoid-image-spacer {
      height: 100px;
      margin-bottom: 16px;
      width: 100px; } }
  .media__factoids .media__factoid-image-spacer img {
    border: 2px solid #c89030;
    border-radius: 50%;
    height: 100%;
    width: 100%; }

.media__factoid-slider-arrows {
  display: none;
  margin-top: 32px; }
  @media (min-width: 480px) {
    .media__factoid-slider-arrows {
      display: flex;
      visibility: hidden; } }
  .media__factoid-slider-arrows button {
    color: #c89030; }
    .media__factoid-slider-arrows button:not(:disabled):hover, .media__factoid-slider-arrows button:not(:disabled):focus {
      color: #fff; }
    .media__factoid-slider-arrows button:disabled {
      cursor: not-allowed;
      opacity: .5; }
    .media__factoid-slider-arrows button:first-child {
      margin-left: 12px;
      order: 1; }

.media__factoid-slider-dots {
  display: flex;
  margin-top: 32px; }
  .media__factoid-slider-dots button {
    color: transparent;
    height: 18px;
    width: 18px;
    position: relative; }
    .media__factoid-slider-dots button.-active, .media__factoid-slider-dots button:active {
      color: #c89030; }
    .media__factoid-slider-dots button::after {
      background-color: currentColor;
      border: 1px solid #c89030;
      border-radius: 50%;
      bottom: 3px;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px; }
  @media (min-width: 480px) {
    .media__factoid-slider-dots {
      display: none; } }

.footer {
  font-size: 0.75rem;
  text-align: center; }
  .resources .footer {
    text-align: left; }
  .footer.wrapper.-padded {
    padding-bottom: 0;
    padding-top: 0; }
  .footer p {
    padding-bottom: 48px;
    padding-top: 32px; }
    .resources .footer p {
      border-top: 1px solid #b7b7b9;
      padding-bottom: 32px;
      padding-top: 22px; }

.footer-logos {
  display: flex;
  justify-content: space-evenly;
  width: 100vw;
  padding: 40px 0;
  background-color: #323232; }

.footer-logos .social-logos > a {
  margin: 0 1rem;
  text-decoration: none; }

/**
 * basic style overrides
 */
.resources {
  background-color: #fff;
  color: #323232; }
  .resources a {
    color: #323232; }
  .resources .heading-lg,
  .resources .heading-md,
  .resources .heading-xs {
    color: #323232; }
  .resources .resources__heading {
    margin-bottom: 2.5rem;
    margin-top: 1.25rem; }
    @media (min-width: 1000px) {
      .resources .resources__heading {
        margin-bottom: 6.25rem; } }
  .resources .text-sm {
    line-height: 1.5; }
  .resources .btn.-primary:hover, .resources .btn.-primary:focus {
    background-color: #323232;
    color: #fff; }
  .resources .btn.-secondary {
    color: #323232; }
    .resources .btn.-secondary:hover, .resources .btn.-secondary:focus {
      color: currentColor; }
  .resources .btn.-social {
    color: #323232; }
    .resources .btn.-social path {
      fill: currentColor; }
  .resources .link {
    color: #323232; }
  .resources .rtf a {
    opacity: 0.75; }
    .resources .rtf a:hover, .resources .rtf a:focus {
      color: #323232;
      opacity: 1; }

/**
 * page layout
 */
.resources__wrapper {
  margin-top: 4rem; }
  @media (min-width: 1000px) {
    .resources__wrapper {
      display: flex;
      justify-content: space-between; } }

@media (min-width: 1000px) {
  .resources__primary {
    width: 65%; } }

@media (max-width: 999px) {
  .resources__secondary {
    padding-top: 4rem; } }

@media (min-width: 1000px) {
  .resources__secondary {
    width: 23%; } }

/**
 * primary resource component
 */
.resource {
  padding-bottom: 2rem; }
  .resource + .resource {
    margin-top: 2rem; }
  .resource > * + * {
    margin-top: 2rem; }
  .resource > :first-child {
    margin-top: 0; }
  .resource > :last-child {
    margin-bottom: 0; }
  .resource h3.heading-lg {
    margin-top: 6.25rem; }
  .resource h3.heading-lg:first-child {
    margin-top: 0; }

.resource__image {
  line-height: 0; }
  .resource__image img {
    height: auto;
    width: 100%; }

/**
 * secondary resources
 */
.resources-list__group + .resources-list__group {
  margin-top: 4rem; }

.resources-list__ul.-text {
  margin-top: 1rem; }
  .resources-list__ul.-text li + li {
    margin-top: 0.375rem; }
  .resources-list__ul.-text a {
    text-decoration: none; }
    .resources-list__ul.-text a:hover, .resources-list__ul.-text a:focus {
      text-decoration: underline; }

.resources-list__ul.-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
  max-width: 20rem; }
  .resources-list__ul.-images a {
    display: block; }
    .resources-list__ul.-images a:focus img, .resources-list__ul.-images a:hover img {
      opacity: 1; }
  .resources-list__ul.-images img {
    height: auto;
    opacity: .75;
    transition: all .2s;
    width: 100%; }
  .resources-list__ul.-images li {
    margin: 0.25rem 0;
    overflow: hidden;
    width: calc(50% - 8px); }
