/*
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;
  background-color: black;
}
main {
  display: block;
}
main.interactive {
  padding: 20px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-family: ff-dagny-web-pro, Helvetica Neue, Helvetica, sans-serif;
  color: #e0e0e0;
}
a {
  color: #e0e0e0;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #424648;
}
a:hover,
a:focus {
  color: #7e838b;
}
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: 42px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 0.2em;
  color: #e0e0e0;
  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: #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;
}
.data-source,
.art-credit,
.caption {
  color: #7e838b;
  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;
  }
}
nav.main-nav {
  background: black;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
nav.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
nav.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;
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
  background: #e0e0e0;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
}
.ad.pending[data-type="banner"]::before,
.ad.pending[data-type="bannerBottom"]::before {
  padding-bottom: 12.36263736%;
}
@media (max-width: 480px) {
  .ad.pending[data-type="banner"]::before,
  .ad.pending[data-type="bannerBottom"]::before {
    padding-bottom: 16.66666667%;
  }
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
}
.ad.pending[data-type="tall"]::before {
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
}
.ad.pending[data-type="square"]::before {
  padding-bottom: 83.33333333%;
}
.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: 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 {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
@media (min-width: 768px) {
  header {
    max-width: 960px;
    margin: 0 auto 80px;
  }
  header h1 {
    font-family: ff-dagny-web-pro, Helvetica Neue, Helvetica, sans-serif;
    font-size: 4em;
    color: #424648;
    font-weight: 100;
    max-width: 60%;
    margin: 175px auto;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0, 0, 1, 0.8);
  }
  header p {
    font-family: ff-dagny-web-pro, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0 auto 20px;
    color: #7e838b;
    font-weight: 200;
    max-width: 640px;
  }
  article {
    max-width: 960px;
    margin: 0 auto;
  }
  article .block {
    display: flex;
    margin: 40px 0;
  }
  article .image {
    width: 40%;
  }
  article .blurb {
    width: 50%;
    margin-left: 20px;
    font-weight: 200;
  }
  article .location {
    font-size: 0.5em;
    text-transform: uppercase;
  }
}
.hear {
  max-width: 640px;
  margin: 40px auto;
}
.clouds {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  margin: 0 auto 40px;
}
.inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1%;
  align-content: space-evenly;
  position: absolute;
  left: -150%;
  width: 150%;
  animation: moveFirst 40s linear .1s infinite;
}
.silver {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1%;
  align-content: space-evenly;
  position: absolute;
  left: -200%;
  width: 150%;
  animation: move 40s linear 24.5s infinite;
}
.image h1 {
  font-family: ff-dagny-web-pro, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
  width: 100%;
  font-size: 1.75em;
}
.initialCloud {
  position: absolute;
  left: 0%;
  top: 250px;
  animation: moveFirst 30s linear .1s infinite;
  width: 20%;
}
.firstCloud {
  position: absolute;
  left: -30%;
  top: 50px;
  animation: move 30s linear .1s infinite;
  width: 20%;
}
.secondCloud {
  position: absolute;
  left: -30%;
  top: 300px;
  animation: move 35s linear .1s infinite;
  width: 20%;
}
.thirdCloud {
  top: 400px;
  left: -30%;
  position: absolute;
  animation: move 35s linear .1s infinite;
  width: 20%;
}
.fourthCloud {
  position: absolute;
  left: -30%;
  top: 5px;
  animation: move 30s linear 5s infinite;
  width: 20%;
}
.fifthCloud {
  position: absolute;
  left: -30%;
  top: 100px;
  animation: move 30s linear 5s infinite;
  width: 20%;
}
.sixthCloud {
  position: absolute;
  left: -30%;
  top: 50px;
  animation: move 30s linear 10s infinite;
  width: 20%;
}
.seventhCloud {
  position: absolute;
  left: -30%;
  top: 200px;
  animation: move 30s linear 10s infinite;
  width: 20%;
}
.eighthCloud {
  top: 150px;
  left: -30%;
  position: absolute;
  animation: move 30s linear 15s infinite;
  width: 20%;
}
.ninthCloud {
  position: absolute;
  left: -30%;
  top: 75px;
  animation: move 30s linear 15s infinite;
  width: 20%;
}
.tenthCloud {
  position: absolute;
  left: -30%;
  top: 300px;
  animation: move 30s linear 20s infinite;
  width: 20%;
}
.eleventhCloud {
  position: absolute;
  left: -30%;
  top: 300px;
  animation: move 30s linear 15s infinite;
  width: 20%;
}
.twelvthCloud {
  position: absolute;
  left: -30%;
  top: 100px;
  animation: move 30s linear 25s infinite;
  width: 20%;
}
.thirteenthCloud {
  top: 100px;
  left: -30%;
  position: absolute;
  animation: move 30s linear 20s infinite;
  width: 20%;
}
.fourteenthCloud {
  position: absolute;
  left: -30%;
  top: 350px;
  animation: move 30s linear 25s infinite;
  width: 20%;
}
.fifteenthCloud {
  position: absolute;
  left: -30%;
  top: 425px;
  animation: move 30s linear 25s infinite;
  width: 20%;
}
.sixteenthCloud {
  position: absolute;
  left: -30%;
  top: 300px;
  animation: move 30s linear 30s infinite;
  width: 20%;
}
.seventeenthCloud {
  position: absolute;
  left: -30%;
  top: 450px;
  animation: move 30s linear 30s infinite;
  width: 20%;
}
.eighteenthCloud {
  top: 350px;
  left: -30%;
  position: absolute;
  animation: move 30s linear 35s infinite;
  width: 20%;
}
.nineteenthCloud {
  position: absolute;
  left: -30%;
  top: 250px;
  animation: move 30s linear 35s infinite;
  width: 20%;
}
.twentyCloud {
  position: absolute;
  left: -30%;
  top: 350px;
  animation: move 30s linear 45s infinite;
  width: 20%;
}
@media (max-width: 768px) {
  header h1 {
    font-family: ff-dagny-web-pro, Helvetica Neue, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 170px auto 0;
    background-color: rgba(0, 0, 1, 0.8);
  }
  .inner,
  .silver {
    grid-template-columns: repeat(4, 1fr);
  }
  .image h1 {
    font-family: ff-dagny-web-pro, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 1.5em;
  }
  .fourthCloud {
    top: 200px;
  }
}
@-webkit-keyframes move {
  from {
    left: -150%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes moveFirst {
  from {
    left: -150%;
  }
  to {
    left: 100%;
  }
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1.0;
  }
}
@-moz-keyframes move {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes moveFirst {
  from {
    left: -150%;
  }
  to {
    left: 100%;
  }
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1.0;
  }
}
@-o-keyframes move {
  from {
    left: -150%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes moveFirst {
  from {
    left: -150%;
  }
  to {
    left: 100%;
  }
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1.0;
  }
}
@-keyframes move {
  from {
    left: -150%;
  }
  to {
    left: 100%;
  }
}
@-keyframes moveFirst {
  from {
    left: -150%;
  }
  to {
    left: 100%;
  }
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1.0;
  }
}
.fade {
  animation: fade-in 10s ease 3s backwards 1;
  color: #7e838b;
  position: absolute;
  top: 10%;
  left: 0%;
  right: 0%;
  text-align: center;
}
@media (max-width: 1020px) {
  .fade {
    position: absolute;
    top: 10%;
    left: 0;
    font-weight: 100;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    color: black;
  }
  100% {
    color: white;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-moz-keyframes fade-out {
  0% {
    color: black;
  }
  100% {
    color: white;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-o-keyframes fade-out {
  0% {
    color: black;
  }
  100% {
    color: white;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes fade-out {
  0% {
    color: black;
  }
  100% {
    color: white;
  }
}
