/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #f8f8f8;
  }
}
main {
  display: block;
}
.interactive {
  padding: 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  color: #2740df;
}
a img {
  border: none;
}
a module {
  color: #d5e4f0;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 52px;
  line-height: 1.07142857;
  letter-spacing: 0.5px;
  text-align: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    margin-bottom: 25px;
  }
}
h2 {
  font-size: 34px;
  line-height: 1.42105263;
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 1.19047619;
  }
}
h3 {
  font-size: 32px;
  line-height: 1.04545455;
  color: white;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 1.13636364;
  }
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .byline {
    font-size: 17px;
    line-height: 1.31578947;
  }
}
.staff-position {
  font-style: italic;
  font-size: 17px;
  margin-top: 5px;
}
.publish-date {
  font-size: 19px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.graphic-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.source-container {
  margin-top: 10px;
}
.source-container::after {
  clear: both;
  content: "";
  display: block;
}
.data-source,
.art-credit,
.caption {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  .data-source,
  .art-credit,
  .caption {
    padding: 0 10px;
  }
}
.video-caption {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  padding: 10px 0;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 480px) {
  .video-caption {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
}
.caps {
  border-top: 2px solid black;
  padding-top: 4px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}
.data-source {
  font-style: italic;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
  font-size: 0px;
}
.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
zeus-ad {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2740df;
}
.marketing__button:visited {
  color: #fff;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo-bottom {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo-bottom img {
  margin-top: 5px;
  height: 20px;
  max-width: 140px;
}
@media (max-width: 480px) {
  footer.nav-bottom .logo-bottom img {
    width: 92%;
    max-height: 20px;
  }
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
.bc-preroll,
.bc-no-preroll {
  position: relative;
  margin: 0 auto;
  max-width: 1020px;
}
@media (max-width: 480px) {
  .bc-preroll,
  .bc-no-preroll {
    width: 100%;
  }
}
.bc-preroll video,
.bc-no-preroll video,
.bc-preroll iframe,
.bc-no-preroll iframe,
.bc-preroll button,
.bc-no-preroll button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.bc-preroll button,
.bc-no-preroll button {
  background: transparent;
  border: none;
  opacity: .5;
  transition: all .3s linear;
  display: block;
  margin: 0;
  padding: 0;
}
.bc-preroll button.a,
.bc-no-preroll button.a {
  color: black;
}
.bc-preroll button span,
.bc-no-preroll button span {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 32px;
  margin-bottom: 32px;
  border-radius: 4px;
  padding: 8px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.bc-preroll button svg,
.bc-no-preroll button svg {
  display: inline;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.bc-preroll button:hover,
.bc-no-preroll button:hover,
.bc-preroll button:focus,
.bc-no-preroll button:focus {
  opacity: 0.9;
  cursor: pointer;
}
.bc-preroll::before,
.bc-no-preroll::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.caption-video {
  color: white;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  background-color: black;
  padding: 5px;
}
@media (max-width: 480px) {
  .caption-video {
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .hidden-mobile {
    display: none;
  }
}
.visible-mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible-mobile {
    display: block;
  }
}
.constrained {
  max-width: 760px;
  margin: auto;
}
@media (max-width: 480px) {
  .constrained {
    padding: 0 10px;
  }
}
.two-col {
  display: flex;
  padding: 10px 0;
}
.col {
  flex: 1 1 50%;
  padding: 0 20px;
}
.col p {
  margin: 0 auto 20px;
}
.subdek {
  border-bottom: 2px solid white;
  max-width: 90%;
  font-style: italic;
  margin-bottom: 20px;
}
.icon {
  padding: 0 20px;
}
@media (max-width: 480px) {
  .icon {
    padding: 0 11px 10px;
  }
}
.label {
  font-style: italic;
  font-size: 16px;
}
.padding-top {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .padding-top {
    padding-top: 20px;
  }
}
.padding-sides {
  padding: 0 15px;
}
.padding-bottom {
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .padding-bottom {
    padding-bottom: 30px;
  }
}
.video-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-self: flex-start;
  width: 100%;
  order: 2;
}
.gradient {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 3s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.vh60 {
  padding-bottom: 60vh;
}
.flexbox-wrapper {
  display: flex;
  overflow: contain;
  align-self: flex-start;
  padding: 0px;
  max-width: 760px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .flexbox-wrapper {
    display: inline;
    margin-top: 30px;
    height: 100%;
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    flex-direction: column;
  }
}
.main-bar {
  width: 50%;
  overflow: auto;
  padding: 0 5% 0 0;
  order: 1;
}
@media (max-width: 768px) {
  .main-bar {
    display: block;
    position: static !important;
    width: 100%;
    padding: 0 10px;
    order: 2;
  }
}
.side-bar {
  top: 0;
  padding-top: 20px;
  align-self: flex-start;
  width: 50%;
  order: 2;
}
@media (max-width: 768px) {
  .side-bar {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    order: 1;
    padding: 0px 15px 10px;
  }
}
.sources {
  margin: 6px auto 0;
  max-width: 960px;
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
  padding: 30px 20px 0px;
}
.aside-text {
  width: 100%;
  margin: 0 auto;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 0.8em;
  padding-left: 16px;
}
@media (max-width: 720px) {
  .aside-text {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.text-block {
  text-align: left;
  clear: both;
  background: white;
}
.text-block.project-head {
  border-bottom: 2px solid white;
  text-align: center;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
  padding: 0 0 16px;
}
.text-block.other-features {
  border-top: 2px solid white;
  box-shadow: 0 -16px 16px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}
.text-block h4 {
  font-size: 22px;
}
.padding {
  padding-top: 0px;
}
.other-features b {
  display: block;
}
.other-features ul {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.layer h2 {
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 5px;
  vertical-align: middle;
  padding: 10px 5px 5px 5px;
  border: solid 2px black;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.overlay {
  margin-block-end: -7px;
}
.text-over {
  color: white;
  max-width: 600px;
  position: absolute;
  z-index: 2;
  padding-top: 25%;
  padding-left: 60px;
  font-size: 21px;
  text-shadow: -1px 3px 10px black;
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  .text-over {
    padding-top: 90%;
    font-size: 18px;
    padding-left: 30px;
    max-width: 300px;
  }
}
.image-below {
  z-index: -4;
  width: 100%;
  margin: auto;
}
.fixedTexts {
  color: white;
  max-width: 600px;
  position: absolute;
  z-index: 2;
  padding-top: 5%;
  padding-bottom: 30%;
  padding-left: 60px;
  position: relative;
  z-index: 4;
  font-size: 21px;
  text-shadow: 3px 3px 8px black;
}
.fixedTexts .text:nth-child(1) {
  padding-top: 15vh;
  margin-top: 20vh;
}
@media (max-width: 480px) {
  .fixedTexts .text:nth-child(1) {
    padding-top: 50vh;
  }
}
.extra-large-photo {
  max-width: 1020px;
  margin: auto;
  padding-top: 40px;
}
@media (max-width: 480px) {
  .extra-large-photo {
    padding-top: 20px;
  }
}
.large-photo {
  max-width: 900px;
  margin: auto;
  padding-top: 40px;
}
@media (max-width: 480px) {
  .large-photo {
    padding-top: 20px;
  }
}
.medium-photo {
  max-width: 760px;
  margin: auto;
  padding-top: 40px;
}
@media (max-width: 480px) {
  .medium-photo {
    padding-top: 20px;
  }
}
.video-embeds {
  max-width: 1020px;
  margin: auto;
  align-self: auto;
}
@media (max-width: 768px) {
  .video-embeds {
    max-width: 100%;
    padding: 10px 0;
  }
}
.mobile-small {
  padding-top: 50px;
  width: 60%;
  margin: auto;
}
