/*
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: #7e838b;
}
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;
}
.byline {
  font-size: 18px;
  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;
}
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: "";
  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%;
}
.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%;
}
.subscribe-box {
  padding: 0;
}
.subscribe-box h2 {
  margin: 0;
}
.subscribe-box img {
  display: inline-block;
  padding-right: 10px;
  height: 24px;
}
@media (max-width: 480px) {
  .subscribe-box img {
    display: block;
    margin: 24px auto;
    padding-right: 0;
  }
}
.subscribe-box .button-box {
  padding-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .subscribe-box .button-box {
    display: block;
    text-align: center;
  }
}
.subscribe-box .subscribe-button {
  display: inline-block;
  background: #0777b3;
  padding: 12px 15px 10px 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .08em;
}
.subscribe-box .subscribe-button:hover {
  background: #e0e0e0;
}
.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;
}
header {
  text-align: center;
  max-width: 1600px;
  margin: auto;
}
header .side-by-side {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #eef8f9;
}
header .side-by-side .header {
  width: 100%;
  display: block;
}
header .side-by-side .cell {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 480px) {
  header .side-by-side .cell.text {
    padding: 16px;
  }
}
@media (max-width: 480px) {
  header .side-by-side {
    display: block;
  }
  header .side-by-side .script {
    display: none;
  }
}
header h3 {
  text-transform: uppercase;
  text-size: 14px;
  margin: 0;
}
@media (max-width: 480px) {
  header h3 {
    display: none;
  }
}
header hr {
  margin: 20px auto;
  width: 100px;
  background: #5baca6;
  height: 6px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  header hr {
    display: none;
  }
}
header h1 {
  font-size: 90px;
  margin: 40px auto;
  font-family: Lobster, "ff-meta-serif-web-pro", Georgia, serif;
  font-weight: normal;
}
@media (max-width: 480px) {
  header h1 {
    margin: 0;
    font-size: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    width: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    padding: 10px 0 30px;
  }
}
header h2 {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
  max-width: 400px;
}
header .chatter {
  margin: auto;
  max-width: 600px;
  text-align: left;
}
header .chatter .pull {
  font-family: Lobster, "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 150%;
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}
@media (max-width: 480px) {
  header .chatter {
    padding: 0 16px;
  }
}
header .credits {
  list-style-type: none;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 20px 0;
}
header .credits li {
  display: inline-block;
}
@media (max-width: 480px) {
  header .credits li {
    display: block;
  }
}
header .credits li:not(:first-child)::before {
  content: "•";
  margin-left: 8px;
}
@media (max-width: 480px) {
  header .credits li:not(:first-child)::before {
    display: none;
  }
}
main {
  max-width: 800px;
  margin: auto;
}
.timeline {
  margin: 100px auto 40px;
  border-style: dashed;
  border-color: #e0e0e0;
  border-width: 2px 0;
  padding-bottom: 40px;
}
.timeline.loaded .photo {
  transform: translateY(10px);
  opacity: .2;
  transition: all .2s linear;
}
.timeline .floated .photo {
  float: left;
  position: relative;
  max-width: 50%;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .timeline .floated .photo {
    float: none;
    max-width: 100%;
  }
}
.timeline .wide .photo {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.timeline .visible .photo {
  transform: translate(0);
  opacity: 1;
}
.timeline h2 {
  margin-top: 0;
}
.timeline .event {
  margin-top: 5vh;
  border-top: 3px solid #5baca6;
  padding: 20px;
  background: white;
  position: relative;
  transition: opacity .2 linear;
  font-size: 17px;
}
.timeline .event::after {
  display: block;
  content: "";
  clear: both;
}
.timeline .event.current::before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: black;
  width: 0;
  height: 0;
  border-width: 20px 20px 0px 0px;
  border-color: #5baca6 transparent;
  border-style: solid;
}
.timeline .event.small {
  background: #5baca6;
  padding: 10px;
  border-top: none;
  background-image: linear-gradient(to bottom, #5baca6, #7dbdb8);
}
.timeline .event.small.current::before {
  border-color: white transparent;
}
.timeline .event.small h2 {
  color: white;
  margin: 0;
  text-align: center;
  font-style: italic;
}
.fans {
  position: relative;
  max-width: 700px;
  width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: opacity .2s linear;
  pointer-events: none;
}
@media (max-width: 480px) {
  .fans {
    top: auto;
    left: 0;
    bottom: -110px;
    width: 100%;
  }
}
.fans.hidden {
  opacity: 0;
}
.fans .meter {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 700px;
  background: #5baca6;
  background: linear-gradient(to right, #5baca6, transparent);
  color: white;
  text-transform: uppercase;
  padding: 8px 24px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 480px) {
  .fans .meter {
    display: none;
  }
}
.fans img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.fans img.show {
  display: block;
}
.fans [data-fan="1"] {
  position: static;
}
.triplets {
  margin: 24px 0;
  overflow: hidden;
}
.triplets img {
  float: left;
  width: 32%;
  margin-right: 1%;
}
@media (max-width: 480px) {
  .outro {
    padding: 0 16px;
  }
}
.outro h2 {
  font-family: Lobster, "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
}
.outro .reasons h3 {
  font-size: 19px;
  clear: both;
}
.outro img {
  float: right;
  max-width: 33%;
  margin: 0 0 20px 10px;
}
footer.credits {
  background: #e0e0e0;
  padding: 40px 0;
}
footer.credits ul {
  list-style-type: none;
  margin: 0 auto;
  max-width: 800px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0;
}
@media (max-width: 480px) {
  footer.credits ul {
    padding: 16px;
  }
}
footer {
  clear: both;
}
