/*
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: #71757d;
}
a:hover,
a:focus {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 769px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #71757d;
}
.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: #71757d;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.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: #2b4d70;
}
.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: 255px;
  text-align: center;
  color: black;
  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: 720px) {
  .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: white;
  transition: color 0.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: 769px) {
  .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 {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
header.intro {
  color: white;
  background: #45694d;
  background: linear-gradient(to bottom, #45694d, #222);
  opacity: 0.95;
  padding: 20px;
  box-shadow: 0 12px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 200px;
}
header.intro .logo-bar {
  text-align: center;
  border-bottom: 1px solid #CCC;
  height: 0;
}
header.intro .logo-bar .logo img {
  height: 20px;
  position: relative;
  background: #45694d;
  top: -10px;
  padding: 0 10px;
}
header.intro .contents {
  margin: auto;
  max-width: 1024px;
}
header.intro h1 {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 45px;
  line-height: 1.4em;
  padding: 0;
  text-align: center;
  color: #f6f1aa;
}
@media (max-width: 720px) {
  header.intro h1 {
    font-size: 30px;
    padding-top: 20px;
  }
}
header.intro p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
@media (max-width: 720px) {
  header.intro p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
header.intro p.byline {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #ccc;
}
header.intro p.byline a {
  color: #ccc;
}
header.intro p.byline a:hover {
  color: #0072bb;
}
@media (max-width: 720px) {
  header.intro p.byline {
    font-size: 12px;
  }
}
header.intro p.byline .byline-name {
  white-space: nowrap;
}
header.intro p.instructions {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #ccc;
  opacity: 0.5;
  text-transform: none;
}
header.intro p.instructions a {
  color: #ccc;
}
header.intro p.instructions a:hover {
  color: #0072bb;
}
@media (max-width: 720px) {
  header.intro p.instructions {
    font-size: 12px;
  }
}
header.intro p.instructions .byline-name {
  white-space: nowrap;
}
.scroll {
  position: relative;
  z-index: 99;
}
.fixed-frame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fixed-frame .fixable {
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s linear;
  object-fit: cover;
}
.fixed-frame .fixable:first-child {
  opacity: 1;
}
.fixed-frame img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  max-height: 110%;
  max-width: none !important;
  transition: opacity 0.3s linear;
}
@media (min-aspect-ratio: 1.77777778) {
  .fixed-frame img {
    height: auto;
    min-height: 100%;
    max-height: none;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}
.fixed-frame img[visible] {
  opacity: 1;
}
.fixed-frame .dots {
  position: absolute;
  bottom: 30%;
  right: 0;
  z-index: 9;
  padding: 0;
  margin: 0;
  color: rgba(204, 204, 204, 0.8);
  font-size: 28px;
  line-height: 0.75;
}
@media (max-width: 720px) {
  .fixed-frame .dots {
    line-height: 14px;
  }
}
.fixed-frame .dots .dot.active {
  color: #fef035;
}
.parallax-play {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  padding: 0 0 50%;
  max-width: 1600px;
  margin: auto;
}
@media (max-width: 720px) {
  .parallax-play {
    padding: 0 0 200%;
  }
}
.parallax-play .description {
  position: relative;
  margin: 40px 100px 0;
  float: left;
  width: 360px;
  font-family: 'Open Sans', sans-serif;
  color: white;
}
.parallax-play .description.pointer {
  cursor: pointer;
}
@media (max-width: 720px) {
  .parallax-play .description {
    margin: 40px auto 0px auto;
    width: 95%;
    float: none;
  }
}
.parallax-play .description h3.rank {
  background: rgba(101, 185, 78, 0.75);
  margin: 0 0 1em;
  padding: 5px 20px;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: white;
  letter-spacing: 1px;
}
.parallax-play .description h3.rank .number {
  display: inline-block;
  width: 35px;
  padding: 3px;
  text-align: center;
  border-radius: 50%;
  background: #45694d;
  color: white;
  margin-right: 7px;
}
.parallax-play .description h3.rank .position {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: normal;
}
.parallax-play .description h3.rank .close {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
  color: #CCC;
}
.parallax-play .description h3.rank .close.show {
  display: inline-block;
}
@media (max-width: 720px) {
  .parallax-play .description h3.rank .close.show {
    display: none;
  }
}
.parallax-play .description h3.rank .close:hover {
  color: #AAA;
}
.parallax-play .description table {
  padding: 0 20px;
  font-size: 12px;
  border-collapse: collapse;
  text-align: right;
  display: inline-block;
}
.parallax-play .description table th,
.parallax-play .description table td {
  padding: 3px 5px;
  border-bottom: 1px solid #AAA;
}
.parallax-play .description .stats {
  padding: 0 20px 5px 20px;
}
.parallax-play .description .stats img.thumbnail {
  width: 80px;
  display: inline-block;
}
.parallax-play .description .stats ul {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  vertical-align: top;
}
.parallax-play .description .copy {
  padding: 0 20px;
  letter-spacing: 0.3px;
}
.parallax-play .description .copy h2 {
  color: white;
}
.parallax-play .description h2 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}
.parallax-play .description p {
  margin-top: 0;
  font-size: 14px;
}
.parallax-play .description .credit {
  text-transform: uppercase;
  font-size: 11px;
  color: #ccc;
  text-align: right;
  padding: 0px 20px 10px 20px;
}
.parallax-play .description.right {
  float: right;
}
@media (max-width: 720px) {
  .parallax-play .description.right {
    float: none;
  }
}
.front {
  background: rgba(51, 51, 51, 0.95);
  box-shadow: 12px 12px 16px rgba(0, 0, 0, 0.3);
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: perspective(1000px) rotateY(180deg);
  -moz-transform: perspective(1000px) rotateY(180deg);
  -ms-transform: perspective(1000px) rotateY(180deg);
  transform: perspective(1000px) rotateY(180deg);
}
@media (min-width: 769px) {
  .pointer.flip .front,
  .front .mouse,
  .description:hover .front {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    -moz-transform: perspective(1000px) rotateY(0deg);
    -ms-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
@media (max-width: 769px) {
  .description.flip .front {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    -moz-transform: perspective(1000px) rotateY(0deg);
    -ms-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
.back {
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.right .back {
  -webkit-transform: perspective(1000px) rotateY(-10deg);
  -moz-transform: perspective(1000px) rotateY(-10deg);
  -ms-transform: perspective(1000px) rotateY(-10deg);
  transform: perspective(1000px) rotateY(-10deg);
}
.left .back {
  -webkit-transform: perspective(1000px) rotateY(10deg);
  -moz-transform: perspective(1000px) rotateY(10deg);
  -ms-transform: perspective(1000px) rotateY(10deg);
  transform: perspective(1000px) rotateY(10deg);
}
.back img {
  box-shadow: 12px 12px 16px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.back .click-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media (min-width: 769px) {
  .flip .back .mouse,
  .description:hover .back {
    -webkit-transform: perspective(1000px) rotateY(-180deg);
    -moz-transform: perspective(1000px) rotateY(-180deg);
    -ms-transform: perspective(1000px) rotateY(-180deg);
    transform: perspective(1000px) rotateY(-180deg);
  }
}
@media (max-width: 769px) {
  .right .back,
  .left .back {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    -moz-transform: perspective(1000px) rotateY(0deg);
    -ms-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  .description.flip .back {
    -webkit-transform: perspective(1000px) rotateY(-180deg) !important;
    -moz-transform: perspective(1000px) rotateY(-180deg) !important;
    -ms-transform: perspective(1000px) rotateY(-180deg) !important;
    transform: perspective(1000px) rotateY(-180deg) !important;
  }
}
h1 {
  color: white;
}
p.head {
  text-decoration: underline;
  margin-bottom: 0px;
}
body {
  background: #222;
  margin: 0 auto;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
a {
  color: #ccc;
  text-decoration: none;
  border: none;
}
a img {
  border: none;
}
a:hover {
  color: #0072bb;
}
sup {
  vertical-align: text-top;
}
