/*
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: 27 / 19;
  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: 27 / 19 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 30 / 28;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 46 / 42;
    letter-spacing: -1px;
    padding-top: 20px;
  }
}
h2 {
  font-size: 24px;
  line-height: 27 / 19;
}
h3 {
  font-size: 22px;
  line-height: 23 / 22;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24 / 16;
  margin: 27 / 19/2 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: 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: 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 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: 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 {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
#set-height {
  display: block;
}
#set-height #time .timedesk {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100vh;
  width: 100%;
}
@media (max-width: 720px) {
  #set-height #time .timedesk {
    display: none;
  }
}
#set-height #time .timemobile {
  display: none;
}
@media (max-width: 720px) {
  #set-height #time .timemobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100vh;
    width: 100%;
  }
}
#set-height p {
  font-family: helvetica;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
}
#set-height section {
  position: relative;
  margin: 15% 0 40%;
}
@media (max-width: 720px) {
  #set-height section {
    margin: 20% 0 55%;
  }
}
#set-height .content {
  position: sticky;
  position: -webkit-sticky;
  top: 33.3%;
  width: 30%;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  background: rgba(250, 250, 250, 0.5);
}
@media (max-width: 720px) {
  #set-height .content {
    width: 80%;
  }
}
#set-height h1 {
  font-size: 3em;
  display: block;
  padding: 10px 15px;
}
section {
  position: relative;
}
.stick {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: 100%;
  z-index: -99;
}
.loop {
  background-color: white;
  padding-bottom: 140px;
}
@media (max-width: 480px) {
  .loop {
    padding-bottom: 0px;
  }
}
.gallery {
  background-color: white;
  padding: 1% 30%;
}
.gallery-wide {
  background-color: white;
  padding: 1% 10%;
}
.story-block {
  background-color: white;
  padding: 1% 25%;
}
video {
  width: 100%;
}
.constrained {
  margin: 20px 120px 800px;
  max-width: 420px;
  width: 100%;
  padding: 40px;
  background-color: rgba(250, 250, 250, 0.9);
}
.constrained-cutline {
  max-width: 680px;
  width: 100%;
  text-align: left;
}
.constrained-wide {
  margin: 0px auto;
  max-width: 960px;
  width: 100%;
  padding: 0px 40px;
}
.constrained-wide h3 {
  text-align: center;
}
.cutlines {
  margin: 0px auto;
  width: 100%;
  color: black;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  border-bottom: 4px solid #0B1340;
}
.center {
  margin: 0px auto 20px;
}
.right {
  margin: 0px 120px 800px auto;
}
@media (max-width: 1200px) and (min-width: 721px) {
  .splash h1 {
    top: 10%;
  }
}
header.splash {
  position: relative;
  width: 100%;
}
.splash h1 {
  text-align: center;
  margin: 0px;
  padding: 0px 20px;
  color: black;
  opacity: 1;
  width: 100%;
  display: block;
  font-size: 300%;
}
.splash .chatter {
  position: relative;
  top: 15%;
  left: 25%;
  margin-bottom: 50vh;
  padding: 20px;
  text-align: center;
  color: black;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.8);
  max-width: 50%;
}
@media (max-width: 480px) {
  .splash .chatter {
    left: 10%;
    max-width: 80%;
  }
}
.map img {
  padding: 0 60px 40px;
}
.chatter p {
  max-width: 600px;
  margin: 0 auto;
  padding: 0px;
}
.chatter .byline {
  font-size: 14px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.label {
  text-align: center;
  font-size: 18px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 0 auto;
}
.report {
  margin-top: 40px;
}
.deck {
  margin: 0px 10px;
}
.label .credits {
  width: 75%;
}
.divider {
  border-bottom: 3px solid #0B1340;
  width: 10%;
  margin: 10px auto;
}
.splash .overlay {
  background-color: black;
  opacity: 0.8;
  position: absolute;
  top: 0
  right:0;
  width: 100%;
}
.sponsors {
  display: inline;
  margin: 0 20%;
  text-align: center;
}
.sponsors img {
  padding-top: 10px;
  margin: 0 auto;
  width: 25%;
}
@media (max-width: 720px) {
  .splash h1 {
    font-size: 42px;
    color: black;
    text-align: center;
    margin: 0 auto;
  }
  .story-block {
    padding: 0%;
  }
  .gallery {
    padding: 0%;
  }
  .gallery-wide {
    padding: 0%;
  }
  .stick {
    position: relative;
  }
  .constrained {
    margin: 0px auto 60px;
  }
  .constrained-wide {
    margin: 0px auto 60px;
  }
  .center {
    margin: 0px auto 40px;
    padding: 0px 40px;
  }
  #viddtop {
    display: none;
  }
  #vidmobile {
    position: relative;
    top: 20%;
    margin-top: 40px;
    opacity: 1;
    width: 100%;
    display: block;
  }
}
.mediaContainer {
  display: flex;
  flex-flow: row;
  max-width: 100%;
  justify-content: space around;
  margin-top: -10px;
}
@media (max-width: 720px) {
  .mediaContainer {
    flex-flow: column;
  }
}
.mediaContainer-item {
  flex: 1 50%;
  margin: 0 10px 20px 10px;
}
@media (max-width: 720px) {
  .caption {
    margin: 6px 15px 0;
  }
}
.aside {
  width: 100%;
  margin: 10px 0px 20px 0px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 0.8em;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (max-width: 720px) {
  .aside {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px 0;
  }
}
@media (max-width: 720px) {
  .splash img,
  h1 {
    position: relative;
    top: 20%;
    left: 0%;
    margin-top: 40px;
    opacity: 1;
    width: 100%;
    display: block;
  }
}
.dropcap {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 72px;
  font-weight: bold;
  float: left;
  vertical-align: top;
  line-height: 1;
  width: auto;
  background: #0B1340;
  color: #f8f8f8;
  padding: 4px 8px 4px 10px;
  margin-right: 8px;
}
