/*! 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.
 */
@import url(../vendors/fullpage.js/dist/fullpage.min.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #FFF;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  transition: .2s ease;
  box-sizing: inherit; }

body {
  background: #333;
  color: #FFF;
  font-family: 'Montserrat', sans-serif; }

img {
  width: auto;
  height: auto;
  max-width: 100%; }

.section, .slide {
  background-size: cover; }

.container {
  width: 90rem;
  max-width: calc(100% - 2rem);
  max-height: calc(100vh - 112px);
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.25);
  padding: 2rem 0;
  text-align: center;
  overflow-y: auto; }
  .fp-slides .container {
    max-width: calc(100% - 2rem); }
  @media screen and (min-width: 768px) {
    .container {
      padding: 2rem;
      max-height: calc(100vh - 132px); }
      .fp-slides .container {
        max-width: calc(100% - 9rem); } }

a {
  color: #FFF; }

.subhead {
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .15em;
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1rem; }
  .subhead.subhead--smaller {
    font-size: .5rem; }
  @media screen and (min-width: 768px) {
    .subhead {
      font-size: 1.375rem; }
      .subhead.subhead--smaller {
        font-size: .1rem; } }

.desc {
  max-width: 66rem;
  margin: 1rem auto;
  font-size: .75rem;
  padding: 0 1rem; }
  .desc.desc-skinny {
    max-width: 52rem; }
  @media screen and (min-width: 768px) {
    .desc {
      font-size: 1rem; } }

h1 {
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: .2em;
  max-width: 68rem; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 3.375rem; } }

.btn-jump, .btn-jump-icon span {
  box-shadow: 0 0 0 1px rgba(196, 144, 96, 0.7);
  background: rgba(196, 144, 96, 0.7);
  color: #FFF;
  display: inline-block;
  padding: .5rem .75rem;
  text-decoration: none;
  font-weight: 600;
  font-size: .8;
  text-transform: uppercase;
  margin: .25rem; }
  .btn-jump:hover, .btn-jump-icon span:hover {
    background: transparent;
    box-shadow: 0 0 0 1px #FFF; }
  @media screen and (min-width: 768px) {
    .btn-jump, .btn-jump-icon span {
      letter-spacing: .34em; } }

.p1 {
  padding: 1rem; }

.unstyled-list {
  list-style: none;
  padding: 0;
  margin: 1rem auto; }

.highlight {
  font-weight: bold;
  color: #c49060;
  text-decoration: none; }
  .highlight:hover {
    text-decoration: underline; }

img.icon {
  margin: 0 0 1rem; }

.btn-jump-icon {
  display: inline-block;
  cursor: pointer;
  max-width: 160px; }
  @media screen and (min-width: 480px) {
    .btn-jump-icon {
      max-width: none; } }
  .btn-jump-icon img {
    max-width: 72px;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .btn-jump-icon img {
        max-width: 128px; } }
  @media screen and (min-width: 992px) {
    .btn-jump-icon span {
      white-space: nowrap; } }

.fp-controlArrow.fp-controlArrow {
  border-color: #FFF;
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  width: 3rem;
  height: 3rem;
  right: 20px;
  outline: none; }
  .fp-controlArrow.fp-controlArrow.fp-prev {
    left: 30px;
    border-width: 0 0 2px 2px; }
  .fp-controlArrow.fp-controlArrow.fp-next {
    right: 20px;
    border-width: 2px 2px 0 0; }

.double-icon-row {
  align-self: stretch;
  padding: 0 1rem; }
  @media screen and (min-width: 992px) {
    .double-icon-row {
      padding: 0; } }

.fp-section {
  pointer-events: none; }
  .fp-section.active {
    pointer-events: all; }

.chart-desktop-wrapper {
  display: none; }
  @media screen and (min-width: 640px) {
    .chart-desktop-wrapper {
      display: block; } }

.chart-mobile-wrapper {
  display: block; }
  @media screen and (min-width: 640px) {
    .chart-mobile-wrapper {
      display: none; } }

.flex {
  display: flex; }

.flex-split {
  justify-content: space-between;
  align-items: center; }

.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

.flex-cell-text {
  width: 100%;
  max-width: 545px; }

.flex-cell {
  flex: 1; }

.flex-center {
  justify-content: center;
  align-content: center;
  align-items: center; }

@media screen and (min-width: 480px) {
  .flex-row-sm {
    flex-direction: row; }
  .flex-column-sm {
    flex-direction: column; } }

@media screen and (min-width: 768px) {
  .flex-row-md {
    flex-direction: row; }
  .flex-column-md {
    flex-direction: column; } }

@media screen and (min-width: 992px) {
  .flex-row-lg {
    flex-direction: row; }
  .flex-column-lg {
    flex-direction: column; }
  .flex-order-neg1-lg {
    order: -1; }
  .pb72-lg {
    padding-bottom: 4.5rem; } }

#loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 9;
  display: flex;
  justify-content: center; }

/* Fixed header and footer.
* --------------------------------------- */
#header, #footer {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9;
  text-align: center;
  color: #f2f2f2;
  padding: 0; }

#header {
  top: 0px; }

#footer {
  bottom: 0px; }

.brand-logo {
  display: block;
  width: 123px; }

.navigation {
  position: relative; }

.floating-menu-wrapper {
  position: absolute;
  top: -1rem;
  right: -1rem;
  opacity: 0;
  pointer-events: none; }
  .floating-menu-wrapper.nav--open {
    opacity: 1;
    pointer-events: all; }

.btn-nav {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  color: #FFF;
  opacity: .8; }
  .btn-nav:hover {
    opacity: 1; }
  .btn-nav svg {
    width: 2rem;
    height: 2rem;
    margin-left: .75rem; }

.floating-menu {
  background: #c49060;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 1rem; }

#menu-links {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0;
  text-align: right; }
  #menu-links a {
    text-decoration: none;
    letter-spacing: .1em;
    font-size: .875em;
    white-space: nowrap;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin: 0 -1rem;
    padding: .33rem 1rem; }
    #menu-links a:hover {
      background: #000; }

.social-links {
  margin: 0;
  padding: 0 1rem;
  list-style: none;
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .social-links {
      padding: 0 1rem 1rem; } }
  .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    color: #FFF;
    opacity: .8; }
    .social-links a:hover {
      opacity: 1; }
    @media screen and (min-width: 768px) {
      .social-links a {
        width: 2rem;
        height: 2rem; } }
  .social-links svg.svg-inline--fa {
    height: 1.125rem;
    width: auto; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  box-shadow: 0 0 10px #000;
  text-align: left;
  color: #000; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.blog-image {
  width: 100%;
  height: auto;
  flex: 1;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .blog-image {
      width: 50%; } }

.blog-article {
  text-align: left;
  flex: 1;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .blog-article {
      width: 50%; } }

.plyr--video .plyr__control--overlaid {
  background: transparent;
  border: 1px solid #FFF;
  padding: 30px; }
  .plyr--video .plyr__control--overlaid:hover {
    background: rgba(255, 255, 255, 0.75); }
  .plyr--video .plyr__control--overlaid svg {
    transform: scale(2);
    left: 4px; }

.video-preview {
  position: relative; }

.plyr-wrapper {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .plyr-wrapper {
      width: 66.666%;
      max-width: calc(100% - 28rem); } }

.video-desc {
  border: 2px solid #FFF;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.125);
  margin: -1rem auto 0;
  position: relative;
  max-width: calc(100% - 4rem); }
  @media screen and (min-width: 992px) {
    .video-desc {
      margin: 0;
      max-width: 520px;
      position: absolute;
      top: 50%;
      right: 0;
      padding-left: 6rem;
      transform: translateY(-50%); } }

.figures {
  align-items: center;
  margin: 1rem auto 0; }
  @media screen and (min-width: 768px) {
    .figures {
      margin: 4rem auto;
      display: flex; } }

.figure-cell {
  padding: 1rem;
  text-align: center;
  flex: 1; }

.figure-cell + .figure-cell {
  border-top: 1px solid #FFF; }
  @media screen and (min-width: 768px) {
    .figure-cell + .figure-cell {
      border-top: 0;
      border-left: 1px solid #FFF; } }

.figure-percentage {
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    .figure-percentage {
      font-size: 130px; } }

.figure-subhead {
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .15em;
  max-width: 68rem;
  margin: 0 auto .5rem;
  padding: 0 1rem; }
  .figure-subhead.subhead--smaller {
    font-size: .5rem; }
  @media screen and (min-width: 768px) {
    .figure-subhead {
      font-size: 1.375rem; }
      .figure-subhead.subhead--smaller {
        font-size: .1rem; } }

.figure-desc {
  max-width: 66rem;
  margin: 0 auto;
  font-size: .75rem;
  padding: 0 1rem;
  line-height: 1.4; }
  .figure-desc.desc-skinny {
    max-width: 52rem; }
  @media screen and (min-width: 768px) {
    .figure-desc {
      font-size: 1rem; } }

@media screen and (min-width: 768px) {
  .lacey {
    display: flex;
    max-width: 64rem;
    margin: 0 auto; } }

.lacey-cell {
  margin: 1rem;
  padding: 1rem;
  border: 1px solid #FFF;
  font-size: .875rem;
  position: relative;
  z-index: 0; }
  .lacey-cell + .lacey-cell:after {
    content: "";
    background: #c49060;
    width: 2px;
    position: absolute;
    height: 1rem;
    top: calc(-1rem - 1px);
    left: calc(50% - 1px);
    z-index: -1; }
  @media screen and (min-width: 768px) {
    .lacey-cell {
      flex: 1;
      display: flex;
      align-content: center;
      align-items: center; }
      .lacey-cell + .lacey-cell:after {
        height: 2px;
        width: 2rem;
        left: calc(-2rem - 1px);
        top: calc(50% - 1px); } }

.bridge-quote {
  padding: 1rem;
  border: 1px solid #c49060;
  margin: 2rem;
  max-width: 40rem;
  font-size: .875em; }
  @media screen and (min-width: 480px) {
    .bridge-quote {
      margin: 2rem 4rem; } }
  @media screen and (min-width: 768px) {
    .bridge-quote {
      padding: 2rem;
      margin: 2rem auto;
      font-size: 1rem; } }
