/*
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;
}
main {
  display: block;
}
main.interactive {
  padding: 20px 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: #033651;
}
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: 768px) {
  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;
}
nav.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;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
}
.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%;
}
.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%;
}
.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;
}
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;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
.floater.demo {
  position: relative;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.floater.demo .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .floater.demo .row {
    display: block;
  }
}
.floater.demo h1 {
  font-size: 24px;
}
.floater.demo .chatter {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 20px;
}
.floater.demo .chatter h1 {
  margin: 0;
}
.floater.demo .graphic-container {
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px;
  position: relative;
  margin: auto;
}
.floater.demo svg {
  display: block;
  position: relative;
  width: 80%;
  margin: auto;
}
.floater.demo canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.floater.demo .warning-container {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 10px;
}
.floater.demo .warning {
  position: absolute;
  top: 10px;
  text-align: center;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 2px 4px;
  width: 30%;
  background: rgba(126, 131, 139, 0.6);
  letter-spacing: 1px;
  box-shadow: 0 4px 8px 0 transparent;
  transition: all .2s linear;
  text-transform: uppercase;
}
.floater.demo .warning.a {
  left: 8%;
}
.floater.demo .warning.b {
  right: 8%;
}
.floater.demo #lines {
  opacity: 0;
}
.floater.demo #ok_text,
.floater.demo #bent_ok_text {
  fill: #3C3;
}
@keyframes flicker {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.floater.demo.stuck #lines {
  opacity: 1;
  animation: flicker .5s infinite alternate;
}
.floater.demo.danger .warning.a {
  color: #ca6951;
  border-color: #ca6951;
  box-shadow: 0 4px 8px 4px #e5af9b;
  text-shadow: 0 0 2px rgba(229, 175, 155, 0.5);
  background: white;
}
.floater.demo.danger #ok_text {
  fill: inherit;
}
.floater.demo.danger #danger {
  fill: #C33;
}
.timeline {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  margin: 20px 0;
  padding: 20px;
  float: right;
  max-width: 400px;
}
@media (max-width: 480px) {
  .timeline {
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
}
.timeline h1 {
  margin-top: 0;
  font-size: 24px;
}
.timeline table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.timeline th,
.timeline td {
  vertical-align: top;
}
.timeline tr:nth-child(2n) th,
.timeline tr:nth-child(2n) td {
  background: #f8f8f8;
}
.timeline .date {
  font-weight: bold;
  padding: 4px 8px;
  text-align: left;
  white-space: nowrap;
}
.timeline .description {
  padding: 4px 8px 16px 8px;
}
.ad-container {
  background: white;
  padding: 1px 0;
}
.tour .intro {
  display: block;
  background: white;
  box-shadow: 0 16px 16px -4px rgba(0, 0, 0, 0.1);
  padding: 1px 0;
}
.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 20px 0 0;
  font-size: 17px;
}
@media (max-width: 480px) {
  .tour .intro .side-by-side .chatter {
    padding: 0 20px;
  }
}
.tour .intro .side-by-side .visuals {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 100%;
}
.tour .intro .side-by-side .visuals .jump-link {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 0;
  display: block;
}
.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: #7e838b;
  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: 0;
  width: 70vw;
  height: 100%;
  z-index: -1;
}
@media (max-width: 480px) {
  .tour .svg-container {
    width: 100vw;
    height: 66vh;
  }
}
.tour .svg-container savage-image {
  display: block;
}
.tour .svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.tour .svg-container svg text {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  fill: #424648;
  font-size: 12px;
}
.tour .svg-container svg.zoomed g[id] {
  opacity: .6;
  transition: opacity .2s linear;
}
.tour .svg-container svg.zoomed #Liquid,
.tour .svg-container svg.zoomed #Solid,
.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 20px;
  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: 50vh;
}
@media (max-width: 480px) {
  .tour .scrollers .scroll-block {
    width: 100%;
    float: none;
  }
}
.tour .scrollers .scroll-block h2 {
  margin: 0;
}
.tour .scrollers .scroll-block h3 {
  font-size: 17px;
  font-style: italic;
  margin: 0;
}
.tour .scrollers .error {
  border-top: 2px dashed #ca6951;
  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;
}
header.splash {
  position: relative;
  background: white;
  padding: 1px 0;
  margin: auto;
  max-width: 1600px;
}
header.splash h1,
header.splash h2 {
  text-align: center;
}
header.splash .image-container {
  position: relative;
}
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 .headline-container h1,
header.splash .headline-container h2 {
  color: white;
  display: block;
  text-align: left;
  text-shadow: 0 0 8px black;
}
@media (max-width: 480px) {
  header.splash .headline-container h1,
  header.splash .headline-container h2 {
    color: #231f20;
    text-shadow: none;
  }
}
header.splash img {
  width: 100%;
  display: block;
}
header.splash h1 {
  font-size: 48px;
}
@media (max-width: 480px) {
  header.splash h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  header.splash h2 {
    font-size: 20px;
  }
}
.constrained {
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}
main.story {
  position: relative;
  font-size: 17px;
}
main.story .constrained {
  position: relative;
  padding: 0 12px;
}
main.story .constrained > p {
  width: 66%;
}
@media (max-width: 480px) {
  main.story .constrained > p {
    width: 100%;
  }
}
main.story .constrained .nerdbox {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 33%;
  background: #e0e0e0;
  padding: 20px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
@media (max-width: 480px) {
  main.story .constrained .nerdbox {
    position: static;
    width: 100%;
  }
}
main.story .constrained .nerdbox h1 {
  font-size: 16px;
}
.credit {
  text-align: right;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .credit.constrained {
    padding: 0 16px;
  }
}
.caption {
  font-size: 14px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .caption.constrained {
    padding: 0 16px;
  }
}
.byline {
  font-size: 18px;
  max-width: 800px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
.byline .staff {
  font-style: italic;
  font-size: 16px;
}
.byline .date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
}
.sidebar {
  float: right;
  clear: right;
  max-width: 360px;
  padding: 20px;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .sidebar {
    float: none;
    display: block;
    max-width: auto;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100%;
  }
}
.sidebar img {
  display: block;
  margin: auto;
}
.sidebar h2 {
  font-size: 20px;
}
.wide-photo {
  margin: auto;
  max-width: 1600px;
}
.wide-photo img {
  width: 100%;
  margin: auto;
  display: block;
}
.video-container {
  position: relative;
}
.video-container::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-container iframe,
.video-container video,
.video-container figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7e838b;
  margin: 0;
}
.ad[data-type="square"] {
  float: right;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .ad[data-type="square"] {
    float: none;
  }
}
footer.contact {
  margin: auto;
  max-width: 600px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}
