/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
/* 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
h1 {
	font-size: 36px
}
h2 {
	font-size: 24px
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #20303B;
  color: #fff;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 75%; }

body {
  padding: 0; }

p {
  z-index: 2;
  margin: 0 0 1.5em 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }
  @media (min-width: 50em) {
    p {
      font-size: 24px;
      font-size: 2.0rem;
      line-height: 32px;
      line-height: 3.0rem; } }

.hidden {
  display: none; }

.fadeable {
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.fade-out {
  opacity: 0.0; }

.fade-in {
  opacity: 1.0; }

.mobile-only {
  display: block; }
  @media (min-width: 50em) {
    .mobile-only {
      display: none; } }

.desktop-only {
  display: none; }
  @media (min-width: 50em) {
    .desktop-only {
      display: block; } }

.mobile body {
  overflow: hidden; }

.mobile #app {
  position: absolute;
  top: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 1px);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.mobile body.noscroll #app {
  position: fixed;
  overflow: hidden; }

.f-primary {
  font-family: "futura-pt", Helvetica, sans-serif; }

.f-secondary {
  font-family: "futura-pt", Helvetica, sans-serif; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.align--center {
  text-align: center; }

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

.content-container {
  box-sizing: border-box;
  width: 100%;
  padding: 0 8.33%;
  padding: 0;
  border-collapse: collapse; }
  @media (min-width: 50em) {
    .content-container {
      max-width: 1440px; } }

.col-1 {
  display: table-cell;
  box-sizing: border-box;
  padding: 0 16px;
  vertical-align: top;
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 2; }
  @media (min-width: 50em) {
    .col-1 {
      order: 1;
      width: 50%;
      flex-basis: 50%;
      max-width: 50%;
      margin-left: 8.33%;
      padding: 0 8px; } }
  @media (min-width: 50em) {
    .col-1.col-1--intro {
      order: 2; } }

.col-2 {
  display: table-cell;
  box-sizing: border-box;
  padding-right: 16px;
  padding-left: 16px;
  display: flex;
  vertical-align: top;
  justify-content: flex-start;
  flex-direction: column;
  order: 1; }
  @media (min-width: 50em) {
    .col-2 {
      order: 2;
      width: 25%;
      max-width: 25%;
      flex-basis: 25%;
      margin-left: 8.33%;
      padding-right: 8px;
      padding-left: 8px; } }
  @media (min-width: 50em) {
    .col-2.col-2--intro {
      order: 1; } }

.col {
  display: block;
  box-sizing: border-box;
  padding: 0 16px;
  width: 100%; }
  @media (min-width: 50em) {
    .col {
      width: 83.3%;
      margin-left: 8.33%;
      padding: 0 8px; } }

@media (min-width: 1440px) {
  .content-container--margin {
    margin-left: calc((100% - 1440px)/2); } }

.content-container--sidebar-last .col-1 {
  order: 1; }

.content-container--sidebar-last .col-2 {
  order: 2; }

.container--fullbleed {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }

.container--fullwidth {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }

.content-after-gallery {
  margin-top: -25vh; }

@media (max-width: 37.5em) {
  .hidden--mobile {
    display: none; } }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
#grid--debug {
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  opacity: 0.5; }
  #grid--debug .content-container {
    width: 100%;
    height: 100%; }
    #grid--debug .content-container div {
      height: 100%;
      box-sizing: border-box;
      width: 100%;
      padding: 0 16px;
      display: none; }
      @media (min-width: 50em) {
        #grid--debug .content-container div {
          width: 8.33%;
          float: left;
          display: block;
          padding: 0 8px; } }
      #grid--debug .content-container div span {
        display: block;
        width: 100%;
        height: 100%;
        border-left: 1px solid #4affff;
        border-right: 1px solid #4affff; }
    #grid--debug .content-container div:nth-of-type(1) {
      display: block; }

body.noscroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed; }

section {
  box-sizing: border-box; }

p {
  margin: 0 0 2.4rem;
  padding: 0;
  z-index: 3;
  position: relative; }

p.intro {
  margin-top: 100px;
  font-weight: bold; }

.subsection-divider {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 2em 0; }

a {
  color: #c1b772;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .2s ease-out, border-bottom-color .2s ease-out; }
  a:hover, a:focus {
    border-bottom-color: #c1b772; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.page-footer {
  clear: both;
  position: relative;
  z-index: 20;
  padding: 20px;
  width: 100%; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.nav {
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 52px;
  min-height: 52px;
  background-color: #162530;
  animation: fadein 2s .5s forwards;
  opacity: 0;
  color: #868686; }

.nav-row {
  display: flex;
  max-width: 1440px; }

.nav-cell {
  display: flex;
  align-items: center; }

.nav-logo {
  width: 52px;
  height: 52px;
  min-width: 52px;
  flex: 0 0 auto;
  padding-right: 8px; }
  @media (min-width: 50em) {
    .nav-logo {
      width: 8.33%;
      justify-content: flex-end; } }

.nav-dropdown {
  width: auto;
  flex: 10 1 auto; }
  @media (min-width: 50em) {
    .nav-dropdown {
      width: 83.33%; } }

.nav-share {
  width: 15%;
  min-width: 78px;
  text-align: center;
  flex: 1 1 auto;
  justify-content: flex-end;
  padding-right: 8px; }
  @media (min-width: 50em) {
    .nav-share {
      width: 8.33%;
      padding-right: 16px; } }

.logo {
  display: block;
  background-color: none;
  width: 52px;
  margin: 0;
  height: 100%;
  padding: 0;
  text-align: center; }
  .logo a {
    border: 0;
    text-decoration: none;
    transition: fill .2s ease-out;
    fill: #fff; }
    .logo a:hover {
      fill: #000;
      border: 0; }
  .logo svg {
    margin: 0 auto;
    height: 52px;
    width: 52px;
    position: relative; }

.social-share__icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-decoration: none;
  border: none;
  fill: #fff;
  transition: fill .2s ease-out; }
  .social-share__icon:hover {
    fill: #fb1b17;
    text-decoration: none;
    border: none; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.chapter-title__wrapper {
  position: absolute;
  top: 16px; }
  @media (min-width: 50em) {
    .chapter-title__wrapper {
      top: 50%; } }

.chapter-title {
  position: relative;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: .75em; }
  @media (min-width: 50em) {
    .chapter-title {
      transform: translateY(-50%);
      font-size: 24px;
      font-size: 2.4rem; } }
  .chapter-title h2, .chapter-title h3 {
    margin-bottom: 0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7); }
    @media (min-width: 50em) {
      .chapter-title h2, .chapter-title h3 {
        display: inline-block; } }
  .chapter-title h2 {
    font-weight: 400;
    margin-bottom: 10px;
    margin-bottom: 1.0rem; }
  .chapter-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em; }
    @media (min-width: 50em) {
      .chapter-title h3 {
        margin-left: 10px; } }

.chapter-title--epilogue {
  font-size: 2.4rem;
  font-family: "futura-pt", Helvetica, sans-serif;
  margin: 12px 0 16px 0;
  margin: 1.2rem 0 1.6rem 0;
  font-weight: 700;
  padding: 12px 0 16px 0;
  padding: 1.2rem 0 1.6rem 0;
  border-bottom: 1px solid #868686; }

.dropdown-wrapper {
  /* Size and position */
  position: relative;
  width: auto;
  width: 100%;
  min-width: 180px;
  max-width: 490px;
  margin: 0;
  padding-left: 24px;
  color: #fff;
  /* Styles */
  border-radius: 0;
  outline: none;
  /* Font settings */
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem; }
  @media (max-width: 400px) {
    .dropdown-wrapper {
      min-width: 180px; } }

.dropdown-wrapper:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #868686; }

.dropdown-wrapper.active:after {
  transform: scaleY(-1) translateY(7px); }

.dropdown__chapter {
  font-weight: bold;
  display: block; }
  @media (min-width: 50em) {
    .dropdown__chapter {
      display: inline; } }
  .dropdown__display .dropdown__chapter {
    display: inline; }

@media (max-width: 380px) {
  .dropdown__chapter-title {
    display: none; } }

@media (max-width: 610px) {
  .dropdown__display .dropdown__chapter-title {
    display: none; } }

.dropdown__display {
  line-height: 2.5rem;
  display: block;
  height: 30px;
  transition: color 0.2s ease-out; }

.dropdown-wrapper .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 7px;
  right: 0;
  margin: 0;
  /* Styles */
  background: #162530;
  padding: 0;
  font-weight: normal;
  transition: all 0.25s ease-in;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none; }

.dropdown-wrapper .dropdown li {
  padding: 0 40px; }

.dropdown-wrapper .dropdown li a {
  display: block;
  line-height: 2.0rem;
  text-decoration: none;
  color: #868686;
  transition: all 0.2s ease-out;
  padding: 6px 0px;
  border: 0;
  border-top: 1px solid #5c5c5c; }
  .dropdown-wrapper .dropdown li a:hover {
    border-color: #5c5c5c; }

.dropdown-wrapper .dropdown li.selected a {
  font-weight: bold;
  color: #fff; }

.dropdown-wrapper .dropdown li i {
  float: right;
  color: inherit; }

.dropdown-wrapper .dropdown li:first-of-type a {
  border: none; }

.dropdown-wrapper .dropdown li:first-of-type {
  margin-top: 12px; }

.dropdown-wrapper .dropdown li:last-of-type {
  margin-bottom: 30px; }

/* Hover state */
.dropdown-wrapper .dropdown a:hover {
  color: #fb1b17; }
.more-info-tab {
	display: none;
}
/* Active state */
.dropdown-wrapper.active .dropdown {
  opacity: 1;
  pointer-events: auto; }

/* No CSS3 support */
.no-opacity .dropdown-wrapper .dropdown,
.no-pointerevents .dropdown-wrapper .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */ }

.no-opacity .dropdown-wrapper.active .dropdown,
.no-pointerevents .dropdown-wrapper.active .dropdown {
  display: block; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.article-header {
  opacity: 0;
  min-height: 100vh;
  animation: fadein 2s .5s forwards;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  background-color: #ccc; }
  .article-header:after {
    position: relative;
    content: '';
    display: table;
    clear: both; }
  .article-header .col-1 {
    max-width: 75%; }

.article-header__video {
  position: absolute;
  top: 0;
  left: 0; }

.article-header__content, .article-header__paragraphs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.article-header__paragraphs.show-p1 {
  opacity: 1.0; }

p.article-header__p {
  font-weight: 500;
  font-size: 28px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 0 2px #9B9B9B; }
  @media (min-width: 50em) {
    p.article-header__p {
      font-size: 28px;
      line-height: 34px; } }

@media (min-width: 50em) {
  .article-header__p--1 {
    max-width: 370px; } }

@media (min-width: 50em) {
  .article-header__p--2 {
    max-width: 460px; } }

.article-header__titles {
  position: relative;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 100%;
  transition: opacity 5s cubic-bezier(0.4, 0, 0.2, 1), transform 6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.9; }
  @media (min-width: 50em) {
    .article-header__titles {
      top: 53%; } }
  .article-header__titles.fade-out {
    opacity: 0.0; }
  .article-header__content--init .article-header__titles {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9); }
  .intro-complete .article-header__titles {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.article-header__title {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 14vw;
  letter-spacing: 2vw;
  padding-left: 4.75vw;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  transition: all 6.5s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 50em) {
    .article-header__title {
      font-size: 10vw; } }
  .intro-complete .article-header__title {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.article-header__content--init .article-header__title--line1 {
  letter-spacing: 2vw; }

.article-header__content--init .article-header__title--line2 {
  letter-spacing: 2vw; }

.article-header__subtitle {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 4vw;
  letter-spacing: 0.1vw;
  line-height: 5.5vw;
  font-weight: 500;
  position: absolute;
  bottom: -12vw;
  width: 100%;
  padding: 0px 12%;
  color: #fff;
  transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1) 3s;
  opacity: .9;
  text-align: center; }
  @media (min-width: 50em) {
    .article-header__subtitle {
      font-weight: 700;
      font-size: 1.7vw;
      bottom: -4.2vw;
      line-height: 5vw; } }
  .article-header__content--init .article-header__subtitle {
    opacity: 0; }

.article-header__content--init .article-header__scroll {
  opacity: 0; }

.article-header__intro {
  margin: 0 auto 70px auto;
  width: 50%;
  max-width: 600px;
  padding: 0 8px;
  position: relative; }
  .article-header__intro:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    transform: translateX(-50%) rotate(-45deg);
    border-left: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    position: absolute;
    bottom: -40px;
    left: 50%; }
  .article-header__intro p {
    font-size: 28px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 700;
    color: #1F2F43;
    padding: 26px 0;
    border-top: 3px solid #1F2F43;
    border-bottom: 3px solid #1F2F43; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.pullquote {
  color: #fb1b17;
  position: relative;
  z-index: 9;
  margin: 5.0rem 0; }
  @media (min-width: 50em) {
    .pullquote {
      margin-top: 0.5rem;
      margin-right: 16px;
      margin-bottom: 2.0rem;
      padding: 20px 8px;
      text-align: left; } }
  .pullquote header {
    position: relative;
    padding-top: 15px;
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: bold;
    font-style: italic; }
    .pullquote header:before, .pullquote header:after {
      content: '';
      position: absolute;
      top: -16px;
      background-color: #fb1b17;
      width: 16px;
      height: 16px;
      transform: rotate(45deg); }
      @media (max-width: 50em) {
        .pullquote header:before, .pullquote header:after {
          left: 4px; } }
      @media (min-width: 50em) {
        .pullquote header:before, .pullquote header:after {
          left: 0; } }
    @media (max-width: 50em) {
      .pullquote header:after {
        left: 32px; } }
    @media (min-width: 50em) {
      .pullquote header:after {
        left: 32px; } }
  .pullquote footer {
    margin: 12px 0;
    position: relative;
    padding-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.92rem;
    font-family: "futura-pt", Helvetica, sans-serif; }
    .pullquote footer:before, .pullquote footer:after {
      content: '';
      position: absolute;
      bottom: -16px;
      background-color: #fb1b17;
      width: 16px;
      height: 16px;
      transform: rotate(45deg); }
      @media (max-width: 50em) {
        .pullquote footer:before, .pullquote footer:after {
          left: 4px; } }
      @media (min-width: 50em) {
        .pullquote footer:before, .pullquote footer:after {
          left: 0; } }
    @media (max-width: 50em) {
      .pullquote footer:after {
        left: 32px; } }
    @media (min-width: 50em) {
      .pullquote footer:after {
        left: 32px; } }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.sidebar {
  position: relative;
  z-index: 9;
  margin: 0 0 32px 0;
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  padding: 12px 0 12px 0;
  min-height: 100px; }
  @media (min-width: 50em) {
    .sidebar.top-margin--desktop {
      margin-top: 200px; } }
  .sidebar.no-border {
    border: 0; }
  .sidebar img {
    width: 100%;
    margin: 0;
    display: block;
    transition: filter 0.2s ease-out; }
  .sidebar a {
    display: block;
    text-decoration: none;
    border: none;
    transition: all 0.2s ease-out;
    color: #20303B; }
    .sidebar a .people-icon__st0 {
      stroke: #20303B; }
    .sidebar a:hover {
      color: #fb1b17;
      stroke: #fb1b17; }
      .sidebar a:hover .people-icon__st0 {
        stroke: none; }
      .sidebar a:hover .people-icon__st1 {
        stroke: none; }
      .sidebar a:hover .people-icon__st2 {
        fill: #fb1b17; }
      .sidebar a:hover img {
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8); }

.sidebar-cta {
  font-size: 1.5rem;
  font-family: "futura-pt", Helvetica, sans-serif;
  line-height: 2.0rem;
  position: relative;
  margin: 12px 0 0 0; }

.sidebar-cta__icon {
  position: absolute;
  top: 0;
  left: 0; }

.sidebar-cta__label {
  display: inline-block;
  padding-left: 56px;
  max-width: 220px; }
  .sidebar-cta__label--no-padding {
    padding-left: 0; }

.sidebar-title {
  font-size: 13px;
  letter-spacing: 0.72px;
  line-height: .8em;
  margin: 0;
  padding: 2px 0 14px 0;
  text-transform: uppercase; }

.image-gallery {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 66vh;
  clear: both; }
  .image-gallery picture {
    width: 100%;
    height: 100%; }
  .image-gallery figure {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex; }
    .image-gallery figure .image {
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      z-index: 0;
      transition: opacity .5s ease-in;
      pointer-events: none;
      backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      transform: translateZ(0); }
      .image-gallery figure .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity .5s ease-in;
        font-family: "object-fit: cover"; }
        .image-gallery figure .image img.bottom-right {
          object-position: 100% 100%; }
        .image-gallery figure .image img.top-left {
          object-position: 0% 0%; }
        .image-gallery figure .image img.top-right {
          object-position: 100% 0%; }
        .image-gallery figure .image img.top-center {
          object-position: 50% 0%; }
        .image-gallery figure .image img.loaded, .image-gallery figure .image img.lazyloaded {
          opacity: 1; }
    .image-gallery figure figcaption {
      z-index: 9;
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      color: #fff;
      font-family: "futura-pt", Helvetica, sans-serif;
      font-size: 1.2rem;
      line-height: 1.7rem;
      opacity: 0;
      transition: opacity .5s ease-in 0s;
      pointer-events: none; }
      .image-gallery figure figcaption span {
        display: block;
        width: calc(100% - 16px);
        margin: 50px 8px 0 8px;
        padding: 14px 16px 14px 16px;
        color: #fff;
        background-color: #20303B;
        pointer-events: auto; }
        @media (min-width: 50em) {
          .image-gallery figure figcaption span {
            width: calc(8.33% * 3);
            max-width: calc(8.33% * 3);
            margin-left: 0;
            margin-right: calc(8.33% + 8px); } }
  .image-gallery .selected .image {
    opacity: 1;
    pointer-events: none;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
    .image-gallery .selected .image:after {
      display: none;
      content: '';
      background-color: #20303B;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2px;
      pointer-events: none; }
      @media (min-width: 50em) {
        .image-gallery .selected .image:after {
          width: 4px; } }
  .image-gallery .scroll-indicator {
    position: absolute;
    height: 100vh;
    height: calc(100vh * 1.2);
    left: 0;
    top: calc(100vh * .75);
    background-color: #fb1b17;
    z-index: 20;
    transition: opacity .4s ease-out;
    width: 2px;
    opacity: 0.0; }
    @media (min-width: 50em) {
      .image-gallery .scroll-indicator {
        width: 4px; } }
  .image-gallery .selected .scroll-indicator {
    opacity: 1.0; }
  .image-gallery .captioned figcaption {
    opacity: 1; }
  .image-gallery figure.positioned .image {
    position: fixed;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: opacity 0.5s ease-out, filter 1.0s ease-out; }
  .image-gallery figure.positioned figcaption {
    position: fixed;
    bottom: 0;
    max-width: 1440px; }
  .image-gallery .image--filter .image {
    filter: gray;
    filter: grayscale(1) brightness(50%); }
  .image-gallery img {
    width: 100%; }
  .image-gallery .image--footer .scrolldisplay, .image-gallery .image--footer .scroll-indicator {
    display: none; }
  .image-gallery .image--footer .image:after {
    display: none; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.divider {
  height: 3px;
  background-color: #fb1b17;
  width: 50%;
  border-color: #fb1b17;
  border: none;
  margin: 20px 0 45px 0; }
  @media (min-width: 50em) {
    .divider {
      margin: 70px 0 95px 0; } }

@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

#overlay, .overlay {
  position: relative;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s ease-in;
  background-color: #20303B;
  z-index: 999;
  pointer-events: none; }
  #overlay.active, .overlay.active {
    opacity: 1;
    position: fixed;
    display: block;
    pointer-events: auto; }

.overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: transparent; }
  .overlay__close svg {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 35px;
    width: 42px;
    transition: transform .2s ease-out, stroke .2s ease-out;
    cursor: pointer;
    stroke: #fff; }
    @media (min-width: 50em) {
      .overlay__close svg {
        top: 15px;
        right: 0; } }
    .overlay__close svg:hover {
      stroke: #fb1b17; }

.overlay__content {
  positon: relative;
  width: 100%;
  height: 100%; }
  .overlay__content img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .overlay__content iframe {
    width: 100%;
    height: 100%; }

.map-container, .overlay-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 95%;
  margin-top: 1%;
  align-items: center; }

.map-content, .overlay-content {
  position: relative;
  margin: 0px auto;
  max-width: 1024px;
  max-height: 768px; }
  .map-content img, .overlay-content img {
    width: 100%; }

@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.video-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  margin: 0 0 24px 0;
  margin: 0 0 2.4rem 0;
  background-color: #262626; }
  .video-player:before {
    position: absolute;
    top: 50%;
    content: 'loading video...';
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "futura-pt", Helvetica, sans-serif;
    color: #333333;
    transform-origin: 50% 50%; }
  .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease-out; }
    .video-player iframe.lazyloaded {
      opacity: 1.0; }

.video-player__caption {
  margin: 0;
  padding: 16px;
  font-size: 15px; }

.video--inline {
  margin: 1.6rem auto 4.2rem 0;
  padding: 16px 0; }
  .col-1 .video--inline {
    width: 100%;
    max-width: 100%; }
  .video--inline video {
    width: 100%; }

.video--fullbleed {
  transition: .4s opacity ease-out;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%; }
  .video--fullbleed.align-bottom {
    object-position: bottom center; }

.video--fullwidth {
  width: 100%;
  margin: 0px 0 50px 0;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .bordered .video--fullwidth {
    margin-bottom: 0; }
  @media (min-width: 50em) {
    .video--fullwidth {
      margin: 0px 0; } }
  .video--fullwidth .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .video--fullwidth video {
    transition: .2s opacity ease-out;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: fill;
    opacity: 0; }
    .video--fullwidth video.lazyloaded {
      opacity: 1.0; }

.video-volume {
  opacity: 1.0;
  position: absolute;
  top: 12px;
  right: 12px; }

.video-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 30px;
  padding: 4px;
  cursor: pointer; }
  .video-controls svg {
    pointer-events: none; }

.video-controls--item + .video-controls--item {
  margin-left: 4px; }

.video-controls--timecode {
  font-size: 18px;
  font-family: "futura-pt", Helvetica, sans-serif;
  color: #20303B;
  margin-right: 6px;
  cursor: default;
  padding-top: 2px; }

.video-control-muted {
  display: none; }
  .muted .video-control-muted {
    display: block; }

.video-control-unmuted {
  display: block; }
  .muted .video-control-unmuted {
    display: none; }

.video-control-play {
  display: block; }
  .has-played .video-control-play {
    display: none; }

.video-control-replay {
  display: none; }
  .has-played .video-control-replay {
    display: block; }

.video-end-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0.0; }
  .has-ended .video-end-screen {
    pointer-events: all;
    opacity: 1.0; }
  .video-end-screen .replay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none; }
    .has-ended .video-end-screen .replay {
      display: block; }
    .video-end-screen .replay svg {
      display: block;
      margin: 0 auto; }

.video-caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 17px;
  line-height: 1.7rem;
  padding: 8px 0 0 16px;
  color: #f1f1f1;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(110%); }
  @media (min-width: 50em) {
    .video-caption {
      width: 16.66%;
      margin-left: 74.97%;
      padding: 8px 0 0 8px; } }
  .col-1 .video-caption {
    display: none; }

@media (min-width: 1440px) {
  .video-caption--chapter-title {
    width: 1440px;
    margin-left: calc((100% - 1440px)/2); }
    .video-caption--chapter-title span {
      width: calc(8.33% * 2);
      display: block;
      margin-left: calc(8.33% * 9); } }

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .2s;
  z-index: 9;
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-fill-mode: forwards; }

.video-overlay--no-touch {
  pointer-events: none; }

video.lazyloaded {
  opacity: 1.0; }

video.lazyloaded ~ .video-loader {
  display: none; }

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px; }

/* Old shadow dom for play button */

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

video::-internal-media-controls-download-button {
  display: none; }

video::-webkit-media-controls-enclosure {
  overflow: hidden; }

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.lyrics {
  font-style: italic;
  color: #fb1b17; }
  @media (min-width: 50em) {
    .lyrics {
      font-size: 3.4rem;
      line-height: 3.8rem; } }
  .lyrics p {
    font-size: 2.4rem;
    line-height: 2.8rem;
    opacity: 0;
    margin-bottom: 1rem; }

.lyrics.reveal p {
  animation: reveal 1s 0s forwards; }
  .lyrics.reveal p:nth-child(1) {
    animation-delay: 0.2s; }
  .lyrics.reveal p:nth-child(2) {
    animation-delay: 0.4s; }
  .lyrics.reveal p:nth-child(3) {
    animation-delay: 0.6s; }
  .lyrics.reveal p:nth-child(4) {
    animation-delay: 0.8s; }
  .lyrics.reveal p:nth-child(5) {
    animation-delay: 1s; }
  .lyrics.reveal p:nth-child(6) {
    animation-delay: 1.2s; }
  .lyrics.reveal p:nth-child(7) {
    animation-delay: 1.4s; }
  .lyrics.reveal p:nth-child(8) {
    animation-delay: 1.6s; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.credits__title {
  font-size: 4.0rem;
  margin: 12px 0 16px 0;
  margin: 1.2rem 0 1.6rem 0;
  padding: 12px 0 16px 0;
  padding: 1.2rem 0 1.6rem 0;
  border-bottom: 1px solid #fff; }

.credits__heading {
  font-size: 2.0rem;
  margin: 1.2rem 0 2.4rem 0;
  padding-top: 6rem;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
  font-weight: 700;
  font-family: "futura-pt", Helvetica, sans-serif;
  border-bottom: 1px solid #fff;
  color: #fb1b17; }

.credits__list {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2.0rem;
  margin: 2.0rem 0;
  color: white; }
  .credits__list li {
    margin-bottom: 2.0rem;
    font-weight: bold; }
  .credits__list span {
    font-weight: normal;
    display: block; }
    @media (max-width: 420px) {
      .credits__list span {
        display: block; } }
    @media (min-width: 50em) {
      .credits__list span {
        display: inline; } }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.related-links__container {
  background-color: #121c24;
  padding-bottom: 50px; }

.related-links__heading {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 1.2rem 0 1.2rem 0;
  padding-top: 20px;
  padding-top: 2rem;
  font-weight: 700;
  font-family: "futura-pt", Helvetica, sans-serif;
  color: #fb1b17; }

.related-links {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  display: flex;
  padding: 1.6rem 0;
  padding-bottom: 30px;
  flex-direction: column;
  justify-content: flex-start; }
  @media (min-width: 50em) {
    .related-links {
      flex-direction: row; } }

.related-links__list-item {
  flex: 1 1 0;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  font-family: "futura-pt", Helvetica, sans-serif;
  color: #fff; }
  @media (min-width: 50em) {
    .related-links__list-item {
      border-left: 1px solid #fff;
      padding: 0 30px;
      margin-bottom: 0; } }
  .related-links__list-item:first-child {
    border-left: 0;
    padding-left: 0; }
  .related-links__list-item:last-child {
    margin-bottom: 0; }

.related-links__link {
  display: flex;
  flex-direction: column;
  color: #fff;
  transition: color .2s ease-out; }
  .related-links__link:hover, .related-links__link:focus {
    color: #fff;
    border-bottom: none; }

.related-links__img {
  margin-bottom: 10px; }
  .related-links__img img {
    width: 100%;
    height: 100%;
    border: 0; }

.related-links__title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fb1b17;
  transition: background-color .2s ease-out; }
  .related-links__link:hover .related-links__title, .related-links__title .related-links__link:focus {
    border-bottom: 0; }

.related-links__desc {
  margin: 8px 0 16px 0;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2.0rem;
  font-weight: 400; }
  @media (min-width: 50em) {
    .related-links__desc {
      min-height: 3rem; } }

.related-links__date {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.graphic-warning {
  opacity: 0;
  animation: fadein 2s 1.5s forwards;
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  margin-bottom: 6.4rem;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem; }
  @media (min-width: 50em) {
    .graphic-warning {
      margin: 10.0rem 0px;
      padding: 1.3rem 0; } }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.content-photo img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity .5s ease-in; }
  .content-photo img.loaded, .content-photo img.lazyloaded {
    opacity: 1; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.caption {
  font-size: 1.2rem;
  padding-top: 8px;
  font-family: "futura-pt", Helvetica, sans-serif;
  margin-bottom: 0; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.m-copyright, .m-legal__list {
  color: #fff;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem; }
  .m-copyright a, .m-legal__list a {
    color: #fb1b17; }
    .m-copyright a:hover, .m-copyright a:focus, .m-legal__list a:hover, .m-legal__list a:focus {
      color: #fb1b17;
      border-bottom-color: #fb1b17; }

.m-copyright {
  margin: 32px 0 16px 0; }

.m-legal__list:after {
  content: '';
  display: table;
  clear: both; }

.m-legal__list__item {
  text-transform: uppercase;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  padding-right: 16px;
  padding-right: 1.6rem;
  margin-right: 16px;
  margin-right: 1.6rem;
  position: relative;
  line-height: 1.6;
  float: left;
  clear: both; }
  @media (min-width: 50em) {
    .m-legal__list__item {
      clear: none; } }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.dropcap {
  color: #f1f1f1;
  float: left;
  font-size: 104px;
  font-weight: 500;
  line-height: 80px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 3px;
  font-weight: 700; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.bordered {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  padding: 16px 0; }
  .col-1 .bordered {
    margin: 20px 0; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.contents-outline-container {
  width: 100%;
  padding: 0 16px; }
  @media (min-width: 50em) {
    .contents-outline-container {
      width: 50%;
      margin-left: 41.65%;
      padding: 0 8px; } }

.contents-outline {
  width: 100%;
  margin: 30px 0 20px 0; }
  .contents-outline li {
    padding: 16px 0;
    cursor: pointer;
    opacity: 1.0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: row;
    width: 100%;
    border-top: 1px solid #fb1b17; }
    .contents-outline li:hover {
      opacity: 0.8; }
  .contents-outline__ch {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    min-width: 90px; }
    @media (min-width: 37.5em) {
      .contents-outline__ch {
        min-width: 65px; } }
  .contents-outline__info {
    margin-left: 12px;
    align-items: stretch; }
    @media (min-width: 37.5em) {
      .contents-outline__info {
        display: flex;
        flex-direction: row; } }
  .contents-outline__txt {
    margin-bottom: 10px; }
    @media (min-width: 37.5em) {
      .contents-outline__txt {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        order: 2;
        max-width: 260px;
        margin-left: 12px;
        margin-bottom: 0; } }
  .contents-outline h2 {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 22px;
    line-height: 2.2rem;
    text-transform: uppercase; }
    @media (min-width: 64em) {
      .contents-outline h2 {
        font-size: 2px;
        font-size: 2.4rem;
        line-height: 25px;
        line-height: 2.5rem; } }
  .contents-outline p {
    display: none;
    margin-bottom: 0;
    line-height: 18px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media (min-width: 37.5em) {
      .contents-outline p {
        display: block; } }
  .contents-outline__img {
    width: 200px;
    min-width: 200px; }
    @media (min-width: 50em) {
      .contents-outline__img {
        order: 1; } }
    .contents-outline__img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: left top;
      opacity: 0;
      transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
      .contents-outline__img img.lazyloaded {
        opacity: 1.0; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
p.intro-meta {
  color: #fff;
  font-weight: 700;
  width: 100%;
  line-height: 1.2em; }
  p.intro-meta span {
    display: block; }
  p.intro-meta span.intro-meta__type {
    color: #fb1b17; }

.intro-map-container {
  margin: 0 8px; }
  @media (min-width: 50em) {
    .intro-map-container {
      margin: 0;
      width: 100%;
      padding: 0 8.33%; } }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.section-card--static {
  width: 100%;
  background-color: transparent;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 20;
  pointer-events: none; }

.section-card--static + .section-card--static {
  padding-top: 0; }

.image-gallery + .section-card--static {
  margin-top: -25vh; }

.section-card--chapter {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 20;
  height: 100vh; }
  .section-card--chapter figure, .section-card--chapter .image, .section-card--chapter img {
    width: 100%;
    height: 100%; }
  .section-card--chapter img {
    object-fit: cover;
    font-family: "object-fit: cover"; }
    .section-card--chapter img.bottom-right {
      object-position: 100% 100%; }
    .section-card--chapter img.top-left {
      object-position: 0% 0%; }

.section-card--chapter-spacing {
  margin-bottom: 50px; }
  @media (min-width: 50em) {
    .section-card--chapter-spacing {
      margin-bottom: 0; } }

.section-card--chapter.after-gallery {
  margin-top: -25vh; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.title-card {
  position: relative;
  background-color: #20303B;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%; }
  .title-card.show-title {
    opacity: 1.0; }
  .title-card header {
    font-size: 21px;
    font-weight: 700;
    line-height: 0.9em;
    color: #fff;
    text-transform: uppercase; }
  .title-card footer {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700; }
    .title-card footer dt {
      text-transform: uppercase;
      font-size: 6vw;
      font-weight: 300;
      letter-spacing: 1.5vw;
      color: #fff;
      opacity: 0.7; }
    .title-card footer dd {
      font-size: 1.5vw;
      color: #fb1b17;
      letter-spacing: .4vw; }
    .title-card footer dt, .title-card footer dd {
      text-align: center;
      width: 100%; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
.greenland-map {
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
  backface-visibility: hidden; }
  .show-explainer .greenland-map {
    opacity: 0; }
    @media (min-width: 50em) {
      .show-explainer .greenland-map {
        opacity: 1.0; } }
  .show-heatmap .greenland-map, .show-map .greenland-map {
    opacity: 1; }

.greenland-map__container {
  position: relative;
  pointer-events: none; }

.greenland-map__base {
  position: absolute;
  top: -1200px;
  left: -600px;
  width: 4014px;
  height: 4014px;
  pointer-events: none; }
  .fade-labels .greenland-map__base {
    opacity: 0.5; }
  .greenland-map__base img {
    width: 80%;
	height: 80%;
    border: 0; 
	}
	.utah-topo {
    width: 70%;
    left: 143px;
    top: 5px;
    position: relative;
	-ms-transform: skew(2deg, 1deg); /* IE 9 */
    -webkit-transform: skew(2deg, 1deg); /* Safari */
    transform: skew(2deg, 1deg);
}
.wetland-over1, .wetland-over2 {
	width: 89% !important;
    left: 143px;
    top: 5px;
    position: relative;
    -ms-transform: skew(2deg, 1deg);
    -webkit-transform: skew(2deg, 1deg);
    transform: skew(2deg, 1deg);
}

@media screen and (min-width: 1100px) {
	.zoom {
		transform: translate3d(229px,-100px,0) scale(1.4) !important;
	}
}
@media screen and (min-height: 900px) {
	.greenland-map__base {
  position: absolute;
  top: -1800px;
  left: -800px;
  width: 4014px;
  height: 4014px;
  pointer-events: none; 
  }
    .greenland-map__base img {
    width: 95%;
	height: 95%;
	}
	.zoom {
		transform: translate3d(200px, 380px, 0px) scale(1.3) !important;
		-ms-transform: translate3d(200px, 380px, 0px) scale(1.3) !important;
		-webkit-transform: translate3d(200px, 380px, 0px) scale(1.3) !important;
	}
	.utah-topo {
		width: 82%;
		left: 60px;
		top: -350px;
		position: relative;
		transform: skew(4deg, -3deg) rotate(4deg);
		-ms-transform: skew(4deg, -3deg) rotate(4deg);
		-webkit-transform: skew(4deg, -3deg) rotate(4deg);
	}
	.wetland-over1, .wetland-over2 {
	width: 97% !important;
	left: 60px;
	top: -350px;
	position: relative;
	transform: skew(4deg, -3deg) rotate(4deg);
	-ms-transform: skew(4deg, -3deg) rotate(4deg);
	-webkit-transform: skew(4deg, -3deg) rotate(4deg);
}
.globe-rotate {
	width: 95%;
    height: 100%;
    left: 135px;
}
}
@media screen and (min-width: 1575px) and (min-height: 900px) {
	.zoom {
		transform: translate3d(200px,500px,0) scale(1.4) !important;
	}
		.greenland-map__base {
  position: absolute;
  top: -1500px;
  left: -800px;
  width: 4014px;
  height: 4014px;
  pointer-events: none; 
  }
  .greenland-map__base img {
    width: 90%;
    height: 90%;
}
.utah-topo {
    width: 78%;
    left: 40px;
    top: -130px;
    position: relative;
    transform: skew(4deg, -3deg) rotate(4deg);
    -ms-transform: skew(4deg, -3deg) rotate(4deg);
    -webkit-transform: skew(4deg, -3deg) rotate(4deg);
}
}
@media screen and (max-width: 1300px) and (orientation: landscape) and (max-height: 650px) {
	.zoom {
		transform: translate3d(229px,-100px,0) scale(1.28) !important;
	}
}
@media screen and (min-width: 1575px) and (min-height: 1000px) {
	.zoom {
		transform: translate3d(250px,500px,0) scale(1.5) !important;
	}
		.greenland-map__base {
  position: absolute;
  top: -1700px;
  left: -800px;
  width: 4014px;
  height: 4014px;
  pointer-events: none; 
  }
  .greenland-map__base img {
    width: 90%;
    height: 90%;
}
.utah-topo {
    width: 78%;
    left: 20px;
    top: -330px;
    position: relative;
    transform: skew(5deg, -3deg) rotate(4deg);
    -ms-transform: skew(5deg, -3deg) rotate(4deg);
    -webkit-transform: skew(5deg, -3deg) rotate(4deg);
}
.wetland-over1, .wetland-over2 {
	width: 97% !important;
	left: 20px;
	top: -330px;
	position: relative;
	transform: skew(5deg, -3deg) rotate(4deg);
	-ms-transform: skew(5deg, -3deg) rotate(4deg);
	-webkit-transform: skew(5deg, -3deg) rotate(4deg);
}
}
@media screen and (min-width: 1575px) and (max-height: 999px) {
	.zoom {
		transform: translate3d(255px,-85px,0) scale(1.5) !important;
	}
	.globe-rotate {
		width: 100%;
		height: 100%;
		left: 0;
	}
.greenland-map__base {
  position: absolute;
  top: -1200px;
  left: -600px;
  width: 4014px;
  height: 4014px;
  pointer-events: none; 
  }
  .greenland-map__base img {
    width: 80%;
    height: 80%;
}
.utah-topo {
    width: 70%;
    left: 140px;
    top: 5px;
    position: relative;
    transform: skew(5deg, -3deg) rotate(4deg);
    -ms-transform: skew(5deg, -3deg) rotate(4deg);
    -webkit-transform: skew(5deg, -3deg) rotate(4deg);
}
.wetland-over1, .wetland-over2 {
	width: 80% !important;
	left: 140px;
	top: 5px;
	position: relative;
	transform: skew(5deg, -3deg) rotate(4deg);
	-ms-transform: skew(5deg, -3deg) rotate(4deg);
	-webkit-transform: skew(5deg, -3deg) rotate(4deg);
}
}
@media screen and (max-width: 1100px) {
	.greenland-map__base {
  position: absolute;
  top: -1700px;
  left: -800px;
  width: 4014px;
  height: 4014px;
  pointer-events: none; 
  }
    .greenland-map__base img {
    width: 95%;
	height: 95%;
	}
	.zoom {
		transform: translate3d(200px, 210px, 0px) scale(1.2) !important;
		-ms-transform: translate3d(200px, 210px, 0px) scale(1.2) !important;
		-webkit-transform: translate3d(200px, 210px, 0px) scale(1.2) !important;
	}
	.utah-topo {
		width: 82%;
		left: 60px;
		top: -250px;
		position: relative;
		transform: skew(4deg, -3deg) rotate(4deg);
		-ms-transform: skew(4deg, -3deg) rotate(4deg);
		-webkit-transform: skew(4deg, -3deg) rotate(4deg);
	}
	.wetland-over1, .wetland-over2 {
	width: 97% !important;
	left: 60px;
	top: -250px;
	position: relative;
	transform: skew(4deg, -3deg) rotate(4deg);
	-ms-transform: skew(4deg, -3deg) rotate(4deg);
	-webkit-transform: skew(4deg, -3deg) rotate(4deg);
}
.globe-rotate {
	width: 100%;
    height: 100%;
    left: 13px;
}
}
@media screen and (min-width: 2100px) {
	.greenland-map__base {
  position: absolute;
  top: -1300px;
  left: -600px;
  width: 4014px;
  height: 4014px;
  pointer-events: none; 
  }
    .greenland-map__base img {
    width: 83%;
	height: 83%;
	}
	.zoom {
		transform: translate3d(250px, 150px, 0px) scale(2) !important;
		-ms-transform: translate3d(250px, 150px, 0px) scale(2) !important;
		-webkit-transform: translate3d(250px, 150px, 0px) scale(2) !important;
	}
	.utah-topo {
		width: 72%;
		left: 165px;
		top: -45px;
		position: relative;
		transform: skew(5deg, -3deg) rotate(4deg);
		-ms-transform: skew(5deg, -3deg) rotate(4deg);
		-webkit-transform: skew(5deg, -3deg) rotate(4deg);
	}
	.wetland-over1, .wetland-over2 {
	width: 80% !important;
	left: 180px;
	top: -30px;
	position: relative;
	transform: skew(5deg, -3deg) rotate(4deg);
	-ms-transform: skew(5deg, -3deg) rotate(4deg);
	-webkit-transform: skew(5deg, -3deg) rotate(4deg);
}
.globe-rotate {
	width: 100%;
    height: 100%;
    left: 0px;
}
}
@media screen and (max-width: 850px) and (orientation: landscape) {
	.greenland-map__base {
  position: absolute;
  top: -1650px;
  left: -850px;
  width: 4014px;
  height: 4014px;
  pointer-events: none; 
  }
	.zoom {
		transform: translate3d(200px, 110px, 0px) scale(.8) !important;
		-ms-transform: translate3d(200px, 110px, 0px) scale(.8) !important;
		-webkit-transform: translate3d(200px, 110px, 0px) scale(.8) !important;
	}
	.utah-topo {
		width: 82%;
		left: 10px;
		top: -200px;
		position: relative;
		transform: skew(4deg, -4deg) rotate(4deg);
		-ms-transform: skew(4deg, -4deg) rotate(4deg);
		-webkit-transform: skew(4deg, -4deg) rotate(4deg);
	}
	.wetland-over1, .wetland-over2 {
	width: 95% !important;
	left: 20px;
	top: -200px;
	position: relative;
	transform: skew(4deg, -4deg) rotate(8deg);
	-ms-transform: skew(4deg, -4deg) rotate(8deg);
	-webkit-transform: skew(4deg, -4deg) rotate(8deg);
}
.globe-rotate {
	width: 100%;
    height: 100%;
    left: 0px;
}
}
@media screen and (max-width: 1100px) and (min-height: 700px) and (orientation: landscape) {
	.globe-rotate {
		width: 90%;
		height: 100%;
		left: 130px;
	}
}
@media screen and (max-width: 900px) and (min-width: 700px) and (orientation: portrait) {
	.globe-rotate {
		width: 90%;
		height: 100%;
		left: 130px;
	}
	    .greenland-map__base img {
    width: 130%;
	height: 130%;
	}
		.greenland-map__base {
  position: absolute;
  top: -3600px;
  left: -1500px;
  }
	.zoom {
		transform: translate3d(400px, 1800px, 0px) scale(1.2) !important;
		-ms-transform: translate3d(400px, 1800px, 0px) scale(1.2) !important;
		-webkit-transform: translate3d(400px, 1800px, 0px) scale(1.2) !important;
	}
	.utah-topo {
		width: 97%;
		left: -150px;
		top: -1515px;
		position: relative;
		transform: skew(3deg, -4deg) rotate(4deg);
		-ms-transform: skew(3deg, -4deg) rotate(4deg);
		-webkit-transform: skew(3deg, -4deg) rotate(4deg);
	}
	.wetland-over1, .wetland-over2 {
		width: 107% !important;
		left: -140px;
		top: -1510px;
		position: relative;
		transform: skew(3deg, -4deg) rotate(8deg);
		-ms-transform: skew(3deg, -4deg) rotate(8deg);
		-webkit-transform: skew(3deg, -4deg) rotate(8deg);
}
.scrolly-text--bg {
    background-color: rgba(32, 48, 59, 0.8) !important;
}
.bw-backdrop {
	width: auto !important;
}
.method-tab {
	position: relative;
    left: -68px;
    top: -41px;
    transform: scale(0.94);
}
.interactive-col-2 {
	width: 97% !important;
	left: 50px !important;
}
.interactive-col-2 img {
	width: 90% !important;
}
.interactive-big-flex {
	flex-direction: column;
}
.more-info-big {
	display: none;
}
.more-info-tab {
	display: block;
	padding-left: 4vw;
}
.number10-tab {
	padding-top: 300px;
}
}
/*ipad pro portrait*/
@media screen and (max-width: 1100px) and (min-width: 700px) and (orientation: portrait) {
	.globe-rotate {
		width: 90%;
		height: 100%;
		left: 130px;
	}
	    .greenland-map__base img {
    width: 110%;
	height: 110%;
	}
		.greenland-map__base {
  position: absolute;
  top: -3200px;
  left: -1110px;
  }
	.zoom {
		transform: translate3d(400px, 1800px, 0px) scale(1.2) !important;
		-ms-transform: translate3d(400px, 1800px, 0px) scale(1.2) !important;
		-webkit-transform: translate3d(400px, 1800px, 0px) scale(1.2) !important;
	}
	.utah-topo {
		width: 97%;
		left: -150px;
		top: -1515px;
		position: relative;
		transform: skew(4deg, -4deg) rotate(4deg);
		-ms-transform: skew(4deg, -4deg) rotate(4deg);
		-webkit-transform: skew(4deg, -4deg) rotate(4deg);
	}
	.wetland-over1, .wetland-over2 {
		width: 107% !important;
		left: -140px;
		top: -1510px;
		position: relative;
		transform: skew(4deg, -4deg) rotate(8deg);
		-ms-transform: skew(4deg, -4deg) rotate(8deg);
		-webkit-transform: skew(4deg, -4deg) rotate(8deg);
}
.scrolly-text--bg {
    background-color: rgba(32, 48, 59, 0.8) !important;
}
.bw-backdrop {
	width: auto !important;
}
.method-tab {
	position: relative;
    left: 0px;
    top: 0px;
    transform: scale(1);
}
.interactive-col-2 {
	width: 97% !important;
	left: 50px !important;
}
.interactive-col-2 img {
	width: 90% !important;
}
.interactive-big-flex {
	flex-direction: column;
}
.more-info-big {
	display: none;
}
.more-info-tab {
	display: block;
	padding-left: 4vw;
	bottom: -125px !important;
}
.number10-tab {
	padding-top: 100px;
}
}
/*mobile*/
@media screen and (max-width: 500px) {
	.globe-rotate {
		width: 100%;
		height: 100%;
		left: 113px;
	}
	.greenland-map__base img {
		width: 130%;
		height: 130%;
	}
	.greenland-map__base {
		position: absolute;
		top: -4700px;
		left: -1500px;
  }
	.zoom {
		transform: translate3d(240px, 1950px, 0px) scale(.7) !important;
		-ms-transform: translate3d(240px, 1950px, 0px) scale(.7) !important;
		-webkit-transform: translate3d(240px, 1950px, 0px) scale(.7) !important;
	}
	.utah-topo {
		width: 97%;
		left: -153px;
		top: -2615px;
		position: relative;
		transform: skew(4deg, -3deg) rotate(4deg);
		-ms-transform: skew(4deg, -3deg) rotate(4deg);
		-webkit-transform: skew(4deg, -3deg) rotate(4deg);
	}
	.wetland-over1, .wetland-over2 {
		width: 105% !important;
		left: -140px;
		top: -2607px;
		position: relative;
		transform: skew(4deg, -4deg) rotate(8deg);
		-ms-transform: skew(4deg, -4deg) rotate(8deg);
		-webkit-transform: skew(4deg, -4deg) rotate(8deg);
}
.scrolly-text--bg {
    background-color: rgba(32, 48, 59, 0.8) !important;
}
.bw-backdrop {
	width: auto !important;
}
.method-tab {
	position: relative;
    left: -68px;
    top: -41px;
    transform: scale(0.94);
}
.featherlight .featherlight-content {
	width: 90%;
}
.lightbox h1 {
	font-size: 30px !important;
}
.lightbox > p {
	font-size: 14px !important;
}
.lightbox h2 {
	font-size: 20px !important;
}
#enjoy-text, #recycle-text {
	left:-60px !important;
}
#recycle-text {
	 z-index: 9;
 }
#recycle-text:before {
	left: 95px !important;
}
#mow-text:before, #water-text:before {
left: 45px !important;
}
#enjoy-text:before {
	left: 70px !important;
}
#help-text:before {
	left: 35px !important;
}
#help-text {
	left: -15px !important;
	bottom: 120% !important;
}
.interactive-map__container {
	height: auto !important;
}
.interactive-col-2 {
	top: 40px;
	width: 97% !important;
	left: 25px !important;
}
.interactive-col-2 img {
	width: 90% !important;
	height: auto !important;
}
.interactive-big-flex {
	flex-direction: column;
}
.more-info-big {
	display: none;
}
.more-info-tab {
	display: block;
	padding-left: 4vw;
	bottom: -200px !important;
}
.number10-tab {
	padding-top: 150px;
}
}
.greenland-map__greenland-label {
  position: absolute;
  top: 165px;
  left: 834px;
  width: 494px;
  height: 834px;
  pointer-events: none; }
  .show-1980 .greenland-map__greenland-label {
    opacity: 0.0; }

.greenland-map__melt-overlay {
  position: absolute;
  top: 95px;
  left: -142px;
  width: 383px;
  height: 716px;
  pointer-events: none; }
  .greenland-map__melt-overlay img {
    border: 0;
    width: 383px; }

.greenland-map__melt-overlay--heatmap {
  position: absolute;
  top: 233px;
  left: 860px;
  width: 498px;
  height: 868px; }

.greenland-map__melt-overlay--helheim-marker {
  position: absolute;
  top: 810px;
  left: 1146px;
  width: 186px;
  height: 1144px; }
  @media (min-width: 50em) {
    .greenland-map__melt-overlay--helheim-marker {
      top: 810px;
      left: 1146px;
      width: 252px;
      height: 74px; } }

.greenland-1980, .greenland-1995, .greenland-2010, .greenland-2017, .greenland-heatmap, .greenland-helheim {
  opacity: 0.0;
  pointer-events: none; }

.show-1980 .greenland-1980, .show-1995 .greenland-1995, .show-2010 .greenland-2010, .show-2017 .greenland-2017, .show-heatmap .greenland-heatmap, .show-helheim .greenland-helheim {
  opacity: 1.0; }

.show-1995 .greenland-1980, .show-2010 .greenland-1995, .show-2017 .greenland-2010, .show-explainer .greenland-2017, .show-helheim .greenland-heatmap {
  opacity: 0.0; }

.greenland-map__labels-container {
  position: absolute;
  bottom: 8px;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  opacity: 0.0;
  pointer-events: none;
  z-index: 2; }
  @media (min-width: 50em) {
    .greenland-map__labels-container {
      top: 20%;
      width: 33.33%;
      margin-left: 58.33%;
      padding: 0; } }
  .positioned .greenland-map__labels-container {
    position: fixed; }

.greenland-map__labels-container--surface-melt {
  bottom: 8px; }

.show-1980 .greenland-map__labels-container--surface-melt {
  opacity: 1.0; }

.show-heatmap-key .greenland-map__labels-container--heatmap {
  opacity: 1.0; }

.show-helheim .greenland-map__labels-container--heatmap {
  opacity: 0.0; }

.greenland-map__labels-heading {
  font-size: 22px;
  font-weight: 700;
  color: #fb1b17;
  margin-bottom: 1px; }
  @media (min-width: 90em) {
    .greenland-map__labels-heading {
      font-size: 30px;
      margin-bottom: 4px; } }

.greenland-map__labels-subheading {
  font-size: 16px;
  font-weight: 400;
  color: #fb1b17;
  margin-bottom: 10px;
  line-height: 1.1em; }
  @media (min-width: 90em) {
    .greenland-map__labels-subheading {
      font-size: 18px;
      margin-bottom: 20px; } }

@media (min-width: 50em) {
  .greenland-map__labels {
    max-width: 320px; } }

.fade-labels-out .greenland-map__labels--surface-melt {
  opacity: 0; }

.greenland-map__years {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 260px; }

.greenland-map__year {
  color: #565B64;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  font-weight: 500; }

.greenland-map__year-divider {
  position: relative;
  width: 100%;
  margin: 0 8px;
  height: 2px;
  background-color: #565B64; }

.greenland-map__bottle-text {
  margin: 80px 0 20px 0; }

.greenland-map__bottle-text2 {
  position: relative;
  transform: translate(18%, -98%); }

.show-1980 .year-1980, .show-1995 .year-1995, .show-2010 .year-2010, .show-2017 .year-2017, .show-heatmap .year-heatmap {
  color: #fff; }

.show-1995 .year-1980, .show-2010 .year-1995, .show-2017 .year-2010, .show-heatmap .year-2017 {
  color: #565B64; }

.greenland-map__source {
  font-size: 12px;
  color: #BBBBBB;
  line-height: 1.1em;
  margin-top: 10px;
  margin-bottom: 0; }
  @media (min-width: 50em) {
    .greenland-map__source {
      margin-top: 20px;
      margin-bottom: 24px; } }

.greenland-map__source--heatmap {
  margin-top: 24px; }

.heatmap-key {
  width: 100%;
  height: 10px;
  position: relative;
  background: url("heatmap-key.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .heatmap-key:before, .heatmap-key:after {
    position: absolute;
    font-size: 14px; }
    @media (min-width: 50em) {
      .heatmap-key:before, .heatmap-key:after {
        font-size: 14px; } }
  .heatmap-key:before {
    content: '4m loss';
    left: 0;
    top: 14px; }
  .heatmap-key:after {
    content: '4m gain';
    right: 0;
    top: 14px; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.loader-spinner {
  animation: 2s loadingSpinner;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  pointer-events: none; }

.flickity-lazyloaded + .loader {
  display: none; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.sticky-container {
  position: relative;
  width: 100%; }
  .sticky-container p {
    padding-top: 100vh;
    margin-bottom: 0; }
  .sticky-container p:last-child {
    padding-bottom: 100vh; }

.sticky-content {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 52px); }
  .sticky-content span {
    font-size: 100px; }
  .pos-top .sticky-content {
    position: absolute;
    top: 0; }
  .pos-bottom .sticky-content {
    position: absolute;
    bottom: 0;
    top: auto; }
  .stuck .sticky-content {
    position: fixed;
    top: 52px;
    left: 0; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

@media (min-width: 50em) {
  .scrolly-text__track {
    width: 33.33%;
    margin-left: 8.33%; } }

.scrolly-text {
  width: 100%;
  padding: 0 10px;
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 2;
line-height: 32px;  }
  @media (min-width: 50em) {
    .scrolly-text {
      padding: 0;
      width: 33.33%;
      font-size: 24px;
line-height: 32px;	  } }
  .scrolly-text span {
    display: block;
    padding: 8px;
    font-size: 24px;
line-height: 32px	}
    @media (min-width: 50em) {
      .scrolly-text span {
        font-size: 24px; } }
  .scrolly-text span.color-accent {
    color: #fb1b17;
    padding: 0;
    display: inline;
    font-weight: 700; }

.scrolly-text--map {
  transform: translateZ(0);
  backface-visibility: hidden;
  z-index: 20; }

.scrolly-text--light {
  text-shadow: 0 0 1px #9B9B9B; }

@media (min-width: 50em) {
  .scrolly-text--left {
    margin-left: 8.33%; } }

@media (min-width: 50em) {
  .scrolly-text--right {
    margin-left: 58.33%; } }

.scrolly-text--centered {
  padding: 0 40px; }
  @media (min-width: 50em) {
    .scrolly-text--centered {
      width: 80%;
      margin: 0 auto;
      padding: 0; } }

.scrolly-text--centered-small {
  padding: 0 20px; }
  @media (min-width: 50em) {
    .scrolly-text--centered-small {
      width: 33.33%;
      margin-left: 33.33%;
      padding: 0; } }

.scrolly-text--h-1 {
  height: 100vh; }

.scrolly-text--h-1-2 {
  height: 50vh; }

.scrolly-text--h-1-3 {
  height: 33vh; }

.scrolly-text--h-1-4 {
  height: 25vh; }

.scrolly-text--h-0 {
  height: 0; }

.scrolly-text--mb-1 {
  margin-bottom: 100vh; }

.scrolly-text--mb-1-2 {
  margin-bottom: 50vh; }

.scrolly-text--mb-1-3 {
  margin-bottom: 33vh; }

.scrolly-text--mb-1-4 {
  margin-bottom: 25vh; }

.scrolly-text--mb-0 {
  margin-bottom: 0; }

.scrolly-text--mb-80 {
  margin-bottom: 80vh; }

.scrolly-text--mb-90 {
  margin-bottom: 90vh; }

.scrolly-text--bg {
  background-color: rgba(32, 48, 59, 0.8); }
  .scrolly-text--light .scrolly-text--bg {
    background-color: rgba(187, 187, 187, 0.6); }

.scrolly-text-header {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fb1b17;
  font-weight: 700; }
  @media (min-width: 50em) {
    .scrolly-text-header {
      font-size: 28px;
      margin: 0 0 30px 0; } }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.scroll-arrow {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1) 4s;
  font-size: 40px;
  width: 40px;
  height: 20px; }

.active .scroll-arrow.bounce {
  animation: bounce 2s infinite; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.glacier-lines--sized {
  width: 767px;
  height: 1168px; }
  @media (min-width: 50em) {
    .glacier-lines--sized {
      width: 2221px;
      height: 1249px; } }

.glacier-lines__positioned {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.glacier-lines__cover {
  opacity: 0.0;
  pointer-events: none;
  background-color: #0c0c0c; }
  .disabled .glacier-lines__cover {
    opacity: 0.7; }

.disabled .glacier-lines__labels {
  opacity: 0.0; }

.glacier-lines__image-labels {
  position: absolute;
  top: 290px;
  left: 12px;
  width: 489px;
  height: 867px; }
  @media (min-width: 50em) {
    .glacier-lines__image-labels {
      top: 450px;
      left: 167px;
      width: 1703px;
      height: 762px; } }

.glacier-lines__title {
  position: absolute;
  top: 80px;
  left: 25px;
  width: 540px;
  font-size: 50px;
  color: #fb1b17;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 40px 10px 40px; }
  @media (min-width: 50em) {
    .glacier-lines__title {
      top: 170px;
      left: 140px;
      font-size: 100px;
      width: 860px; } }

.glacier-lines__title-header {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px; }
  @media (min-width: 50em) {
    .glacier-lines__title-header {
      font-size: 50px; } }

.glacier-lines__title-subheader {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25em; }
  @media (min-width: 50em) {
    .glacier-lines__title-subheader {
      font-size: 30px; } }

.glacier-lines__source {
  font-size: 24px;
  color: #797979;
  margin: 8px 0 0 0; }

.glacier-lines__line {
  position: absolute; }

.glacier-lines__years-visible {
  opacity: 0.0; }
  .show-years .glacier-lines__years-visible {
    opacity: 1.0; }

.show-years .glacier-lines__years-hidden {
  opacity: 0.0; }

.glacier-lines__line-front {
  top: 473px;
  left: 339px; }
  @media (min-width: 50em) {
    .glacier-lines__line-front {
      top: 460px;
      left: 771px; } }

.glacier-lines__line-1 {
  top: 0px;
  left: 0px; }
  @media (min-width: 50em) {
    .glacier-lines__line-1 {
      top: 0px;
      left: 0px; } }

.glacier-lines__line-2 {
  top: 0px;
  left: 0px; }
  @media (min-width: 50em) {
    .glacier-lines__line-2 {
      top: 0px;
      left: 0px; } }

.glacier-lines__line-3 {
  top: 0x;
  left: 0px; }
  @media (min-width: 50em) {
    .glacier-lines__line-3 {
      top: 0px;
      left: 0px; } }

.glacier-lines__line-4 {
  top: 0px;
  left: 0px; }
  @media (min-width: 50em) {
    .glacier-lines__line-4 {
      top: 0px;
      left: 0px; } }
	  
.glacier-lines__line-5 {
  top: 0px;
  left: 0px; }
  @media (min-width: 50em) {
    .glacier-lines__line-5 {
      top: 0px;
      left: 0px; } }
	  
.glacier-lines__line-6 {
  top: 0px;
  left: 0px; }
  @media (min-width: 50em) {
    .glacier-lines__line-6 {
      top: 0px;
      left: 0px; } }
	  
.glacier-lines__line-7 {
  top: 0px;
  left: 0px; }
  @media (min-width: 50em) {
    .glacier-lines__line-7 {
      top: 0px;
      left: 0px; } }
	  
.hide-glacier-label .glacier-label-mob {
  display: none; }

/*********************
GRID
*********************/
/*********************
BREAKPOINTS
*********************/
@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.fixed-media-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  padding-top: 100vh;
  pointer-events: none; }
  .fixed-media-container.active {
    pointer-events: all; }

.fixed-media__content {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 52px);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none; }
  .active .fixed-media__content {
    opacity: 1.0;
    pointer-events: all; }
  .positioned .fixed-media__content {
    position: fixed;
    top: 52px;
    left: 0; }

@keyframes fadein {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes reveal {
  0% {
    opacity: 0.0;
    transform: translateY(50%); }
  100% {
    opacity: 1.0;
    transform: translateY(0%); } }

@keyframes fadeinOverlay {
  0% {
    opacity: 0.0;
    display: none; }
  1% {
    display: block; }
  100% {
    opacity: 1.0; } }

@keyframes fadeoutOverlay {
  0% {
    opacity: 1.0;
    display: block; }
  1% {
    display: block; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeinstay {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeinout {
  0% {
    opacity: 0.0; }
  1% {
    opacity: 1.0; }
  100% {
    opacity: 0.35; } }

@keyframes swarm {
  0% {
    opacity: 0.0; }
  10% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -10px); }
  60% {
    transform: translate(-50%, -5px); } }

@keyframes pulse {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.8, 1.8); } }

.interactive-map__cover {
  width: 100%;
  height: 100%;
  background-color: #20303B; }

.interactive-map__container {
  width: 100%;
  height: 1000px;
  position: relative; }
  @media (min-width: 50em) {
    .interactive-map__container {
      height: 700px;
      height: 100vh; } }
  .interactive-map__container iframe {
    width: 100%;
    height: 100%; }

.full-width-height {
  width: 100%;
  height: 100%; }
  

/*position for icons */  
#help {
	position: absolute;
	top:7%;
	left: 19%;
	width:30%;
	cursor: pointer;
}
#recycle {
	position: absolute;
	top: 28%;
	right: 13%;
	width:33%;
	cursor: pointer;
}
#enjoy {
	position: absolute;
	top: 55%;
	right: 7%;
	width:38%;
	cursor: pointer;
}
#mow {
	position: absolute;
	bottom:12%;
	left:22%;
	width:35%;
	cursor: pointer;
}
#sweep {
	position: absolute;
	top:44%;
	left: 0;
	width:26%;
	cursor: pointer;
}
#water {
	position: absolute;
	top:21%;
	left:-2%;
	width:22%;
	cursor: pointer;
}
#help-text {
	background-color: #fff;
	position: absolute;
	bottom:100%;
	opacity: 0;
	transition: .5s ease;
	color: #000;
    padding:10px;  
	width: 200px; 	
}
#recycle-text {
	background-color: #fff;
	position: absolute;
	bottom:105%;
	left:10%;
	opacity: 0;
	transition: .5s ease;
	color: #000;
    padding:10px;  
	width: 200px; 	
}
#enjoy-text {
	background-color: #fff;
	position: absolute;
	bottom:85%;
	left:8%;
	opacity: 0;
	transition: .5s ease;
	color: #000;
    padding:10px;  
	width: 200px; 	
}
#mow-text {
	background-color: #fff;
	position: absolute;
	bottom:102%;
	opacity: 0;
	transition: .5s ease;
	color: #000;
    padding:10px;  
	width: 200px; 	
}
#sweep-text{
	background-color: #fff;
	position: absolute;
	bottom:100%;
	left:-20%;
	opacity: 0;
	transition: .5s ease;
	color: #000;
    padding:10px;  
	width: 200px; 
}
#water-text {
	background-color: #fff;
	position: absolute;
	bottom:103%;
	left:5%;
	opacity: 0;
	transition: .5s ease;
	color: #000;
    padding:10px;  
	width: 200px; 	
}
#help-text p, #recycle-text p, #enjoy-text p, #mow-text p, #sweep-text p, #water-text p {
	font-size: 16px;
	line-height: 20px;
	margin:0;
	padding:0;
}
 #help-text:before, #recycle-text:before, #enjoy-text:before, #mow-text:before, #sweep-text:before, #water-text:before {
	content:"";
    position: absolute;
    top: 99%;
    left:85px;
    width:0px;
    height:0px;
    border-top:15px solid #fff;
    border-left:15px solid transparent;
    border-bottom:15px solid transparent;
	border-right:15px solid transparent;
 }
.people-icons img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2); 
    -webkit-transform: scale(1.2); 
}
.people-icons img {
	width: 100%;
	transition: all .5s ease;
}
@media screen and (max-height: 700px) {
#help {
	top:7%;
	left: 26%;
	width:24%;
}
#recycle {
	top: 27%;
	right: 19%;
	width:28%;
}
#enjoy {
	top: 53%;
	right: 14%;
	width: 33%;
}
#mow {
	bottom:11%;
	left:23%;
	width:31%;
}
#sweep {
	top:38%;
	left: 8%;
	width:23%;
}
#water {
	top:14%;
	left:5%;
	width:19%;
}	
#help-text p, #recycle-text p, #enjoy-text p, #mow-text p, #sweep-text p, #water-text p {
	font-size: 14px;
	line-height: 18px;
}
#help-text {
	bottom:103%;
	left:-10%;
	width: 175px; 
}
#recycle-text {
	bottom:104%;
	left:-2%;
	width: 175px; 
}
#enjoy-text {
	bottom:85%;
	left:0%;
	width: 175px; 	
}
#mow-text {
	bottom:102%;
	left:3%;
	width: 175px; 	
}
#sweep-text{
	bottom:101%;
	left:-38%;
	width: 175px; 
}
#water-text {
	bottom:104%;
	left:-10%;
	width: 175px; 	
}
 #help-text:before, #recycle-text:before, #enjoy-text:before, #mow-text:before, #sweep-text:before, #water-text:before {
	content:"";
    position: absolute;
    top: 99%;
    left:77.5px;
    width:0px;
    height:0px;
    border-top:10px solid #fff;
    border-left:10px solid transparent;
    border-bottom:10px solid transparent;
	border-right:10px solid transparent;
 }
}
/* lightbox styles */
.lightbox {
  color: #272524; 
}

.featherlight-content {
    width: 67%;
}

.lightbox  .roll span:after {
  color: #fff;
  background: #00003f; }

/* Container for all terms and definitions */
.accordion {
width: 100%;
}
/* Shows close button */
.close {
background: url(pix/tinyArrowdown.png) no-repeat 0% center;
}
/* Shows open button */
.open {
background: url(pix/tinyArrow.png) no-repeat 0% center;
}
/* term box contains the term to be defined */
.term {
padding: 8px 48px 8px 20px;
border-bottom: solid 0.5px #555;
cursor: pointer;
}
/* expand div contains the definition. */
.accordion .expand {
margin: 0;
padding: 0.5em;
display: none;
}
header > .lightbox {
	display:none;
}
#info:hover {
-webkit-box-shadow: 0px 0px 29px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px 6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px 6px rgba(0,0,0,0.75);
}
.expand p {
	font-size: 14px;
	line-height:20px;
	margin-bottom:15px;
}
/*amy*/
