/*
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: 17px;
  line-height: 1.58823529;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #f8f8f8;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 15px;
    line-height: 1.42105263;
  }
}
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;
  text-align: center;
}
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.58823529 0 0.79411765 0;
}
h1 {
  font-size: 42px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
  background-color: white;
  text-align: center;
  padding: 20px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.58823529;
  text-align: center;
  background: #1199a757;
}
h3 {
  font-size: 23px;
  line-height: 1.04545455;
}
h4 {
  font-size: 23px;
}
@media (max-width: 480px) {
  h4 {
    line-height: 1.42105263;
  }
}
h5 {
  font-size: 23px;
  line-height: 1.04545455;
  border-bottom: 2px solid #1199a7a8;
  max-width: 50%;
  margin: 40px auto;
  text-align: center;
}
@media (max-width: 480px) {
  h5 {
    max-width: 80%;
  }
}
.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: 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;
}
.ad-container {
  background: white;
  padding: 1px 0;
}
.gg-chevron-down-o {
  margin: 20px auto 0px;
}
.tour .intro {
  display: block;
  background: white;
  box-shadow: 0 16px 16px -4px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media (max-width: 480px) {
  .tour .intro {
    padding: 10px;
  }
}
.tour .intro .byline {
  font-size: 18px;
  font-weight: bold;
}
.tour .intro .side-by-side {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .tour .intro .side-by-side {
    display: block;
  }
}
.tour .intro .side-by-side .chatter {
  padding: 0 50px 0 0;
  font-size: 17px;
  flex: 0 0 60%;
}
@media (max-width: 480px) {
  .tour .intro .side-by-side .chatter {
    padding: 0;
  }
}
.tour .intro .side-by-side .visuals {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 100%;
}
.tour .intro .side-by-side .visuals .jump-link {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 0;
  display: block;
}
@media (max-width: 480px) {
  .tour .intro .side-by-side .visuals .jump-link {
    padding: 0 0 10px;
  }
}
.tour .toggle-mode {
  display: block;
  text-align: center;
  padding: 10px;
}
.tour .toggle-mode a {
  border: 1px solid #e0e0e0;
  padding: 4px 20px;
  display: inline-block;
  color: #71757d;
  border-radius: 4px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.tour .toggle-mode a.active {
  color: #424648;
  border-color: #424648;
}
.tour .svg-container {
  position: fixed;
  top: 0;
  left: 0vh;
  width: 70vw;
  height: 100%;
  z-index: -1;
}
@media (max-width: 480px) {
  .tour .svg-container {
    width: 100vw;
    height: 80vh;
  }
}
.tour .svg-container savage-image {
  display: block;
}
.tour .svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media (max-width: 480px) {
  .tour .svg-container svg {
    width: 110%;
    height: 110%;
  }
}
.tour .svg-container svg text {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  fill: #231f20;
  font-size: 12px;
}
.tour .svg-container svg.zoomed g[id] {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.tour .svg-container svg.zoomed #TEXT {
  opacity: 1;
}
.tour .svg-container svg.zoomed g.active,
.tour .svg-container svg.zoomed.zoomed g.active * {
  opacity: 1;
}
.tour .scrollers {
  margin: auto;
  max-width: 800px;
  padding: 30vh 10px 30vh 30px;
  overflow: hidden;
}
.tour .scrollers .toggle-section.hidden {
  display: none;
}
.tour .scrollers .scroll-block {
  float: right;
  clear: right;
  width: 50%;
  background: white;
  padding: 20px;
  margin-bottom: 70vh;
  box-shadow: 0 16px 16px -4px rgba(0, 0, 0, 0.2);
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
.tour .scrollers .scroll-block:first-child {
  margin-top: 25vh;
}
@media (max-width: 480px) {
  .tour .scrollers .scroll-block {
    width: 100%;
    float: none;
    font-size: 15px;
    margin-bottom: 70vh;
  }
}
.tour .scrollers .scroll-block h3 {
  margin: 0;
  line-height: 1.04545455;
}
.tour .scrollers .scroll-block h4 {
  font-size: 17px;
  font-style: italic;
  margin: 0;
  padding-top: 5px;
}
.tour .scrollers .error {
  border-top: 2px dashed #c0c0c0;
  margin-top: 20px;
  padding: 10px 0 0;
}
.tour .scrollers .error img {
  width: 24px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.tour .scrollers .error h1 {
  margin: 0 0 16px;
  font-size: 22px;
  text-transform: uppercase;
}
.jump-to-top {
  position: fixed;
  bottom: 0;
  right: 16px;
  padding: 16px;
  text-transform: uppercase;
  background: white;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.1);
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  line-height: 1;
  display: none;
}
.scrolling .jump-to-top {
  display: block;
}
.closer {
  min-height: 30vh;
  background: white;
  box-shadow: 0 -16px 16px -4px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
@media (max-width: 480px) {
  .closer {
    padding: 20px;
  }
}
.closer .glossary {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.closer .glossary li {
  margin: 10px 0;
}
.closer .source {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.constrained {
  max-width: 960px;
  margin: auto;
}
@media (max-width: 480px) {
  .hideMobile {
    display: none;
  }
}
.twoColumn {
  display: flex;
}
@media (max-width: 480px) {
  .twoColumn {
    display: block;
  }
}
.twoColumn .chatter {
  flex: 0 0 50%;
}
.twoColumn .visuals {
  flex: 0 0 50%;
  padding: 0 0 0 40px;
}
@media (max-width: 480px) {
  .twoColumn .visuals {
    padding: 0;
  }
}
.split {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 170px;
}
@media (max-width: 768px) {
  .split {
    flex-wrap: nowrap;
    height: auto;
  }
}
.column {
  padding-top: 10px;
  flex: 1;
  max-width: 460px;
  height: auto;
}
@media (max-width: 480px) {
  .column {
    flex-basis: 100%;
  }
}
header.splash {
  position: relative;
  background-color: white;
  padding: 1px 0;
  margin: auto;
  max-width: 1600px;
}
header.splash .image-container {
  position: relative;
  padding: 10px;
  border: 1px solid #c0c0c0;
  max-width: 1200px;
  margin: auto;
}
header.splash .headline-container {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 66%;
  max-width: 800px;
}
@media (max-width: 480px) {
  header.splash .headline-container {
    position: static;
    width: 100%;
    padding: 0 16px;
  }
}
header.splash img {
  width: 100%;
  display: block;
}
@media (max-width: 480px) {
  header.splash h2 {
    font-size: 20px;
  }
}
