/*
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:hover {
  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;
}
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;
}
nav.main-nav {
  z-index: 999;
}
@keyframes devil-daggers {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
header.intro {
  z-index: 1;
  position: relative;
  background: white;
  box-shadow: 0 8px 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 99;
  padding-bottom: 48px;
}
header.intro .ad {
  margin: 0 auto;
  padding: 16px 0;
}
header.intro img {
  display: block;
  margin: auto;
}
header.intro .published {
  font-size: 16px;
  max-width: 800px;
  padding: 12px 24px;
  margin: auto;
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
header.intro .chatter {
  display: block;
  max-width: 800px;
  margin: auto;
  padding: 0px 24px 32px;
}
@media (max-width: 480px) {
  header.intro .chatter {
    font-size: 16px;
  }
}
header.intro .scroll-indicator {
  color: #7e838b;
  font-size: 48px;
  text-align: center;
  animation: devil-daggers 2s infinite alternate-reverse ease-in-out;
}
.scroll-graph {
  overflow: hidden;
  position: relative;
}
.scroll-graph .spacer {
  height: 100vh;
}
.scroll-graph .season {
  height: 120vh;
  background-image: url(assets/photos/plum1.jpg);
  background-position: 60% 0;
  background-size: cover;
  background-attachment: fixed;
}
.scroll-graph .season .backdrop {
  transition: all 0.6s ease-in-out, opacity 0.8s linear;
  background-size: cover;
  background-position: 80% 20%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(400px at -400px 70%);
  clip-path: circle(400px at -400px 70%);
  transform: translateZ(0);
  will-change: clip-path;
  opacity: .01;
}
.scroll-graph .season.active .backdrop {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
  background-position: 50% 0;
}
.scroll-graph .season.active[data-season="1"] .backdrop {
  background-position: 70% 0;
}
.scroll-graph .season.active[data-season="3"] .backdrop {
  background-position: 40% 0;
}
.scroll-graph .season[data-season="1"] .backdrop {
  background-image: url(assets/photos/plum2.jpg);
}
.scroll-graph .season[data-season="2"] .backdrop {
  background-image: url(assets/photos/plum3.jpg);
}
.scroll-graph .season[data-season="3"] .backdrop {
  background-image: url(assets/photos/plum4.jpg);
}
.scroll-graph .season[data-season="4"] .backdrop {
  background-image: url(assets/photos/plum5.jpg);
}
.scroll-graph .viz {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  display: block;
}
.scroll-graph .viz canvas {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  display: block;
}
.scroll-graph .viz .point {
  position: absolute;
  border: 1px solid white;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 100%;
}
.scroll-graph .viz .point .content {
  display: none;
}
.scroll-graph .viz .point.activated {
  background: white;
}
.scroll-graph .viz .popup {
  position: absolute;
  width: 400px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 32px 16px;
  border-radius: 4px;
  box-shadow: 0 8px 8px 16px rgba(0, 0, 0, 0.2);
  display: none;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  z-index: 999;
  transform: translateZ(0);
}
.scroll-graph .viz .popup h2 {
  font-size: 16px;
  color: white;
  margin: 0;
}
@media (max-width: 480px) {
  .scroll-graph .viz .popup {
    font-size: 14px;
    width: 300px;
  }
}
.scroll-graph .viz .popup .close-button {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 150%;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.scroll-graph .viz .popup a {
  color: white;
  display: block;
  text-align: right;
}
.scroll-graph .viz .popup.record-breaker {
  background: #c7bbdc;
  color: black;
}
.scroll-graph .viz .popup.record-breaker h2,
.scroll-graph .viz .popup.record-breaker a {
  color: black;
}
.scroll-graph .viz .counter {
  position: absolute;
  top: 0;
  left: 1px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  padding: 8px;
  text-align: right;
}
.scroll-graph .viz .counter .career {
  font-weight: bold;
}
@media (max-width: 480px) {
  .scroll-graph .viz .counter {
    font-size: 14px;
  }
}
.scroll-graph .viz .credit {
  position: absolute;
  bottom: 3px;
  right: 3px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 8px;
  color: white;
  font-size: 13px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.follow-up {
  background: white;
  z-index: 999;
  position: relative;
  overflow: hidden;
}
.follow-up .content {
  max-width: 800px;
  margin: auto;
  padding: 32px 16px;
  font-size: 16px;
}
.follow-up .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.follow-up .row .chatter {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 32px;
}
.follow-up .row .chatter img {
  width: 100%;
}
@media (max-width: 480px) {
  .follow-up .row {
    display: block;
    padding: 0;
  }
}
.follow-up table {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  border-collapse: collapse;
  margin: auto;
}
.follow-up table th,
.follow-up table td {
  text-align: right;
  padding: 2px 8px 2px 0;
}
.follow-up table th {
  vertical-align: bottom;
  font-weight: normal;
  font-style: italic;
}
.follow-up table td {
  vertical-align: top;
}
.follow-up table tr:nth-child(2n) td {
  background: #f8f8f8;
}
.follow-up table .plum td {
  font-weight: bold;
}
.follow-up table .name {
  text-align: left;
}
.follow-up table .school {
  font-style: italic;
}
.follow-up .credits {
  width: auto;
  text-align: right;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  list-style-type: none;
  margin: 20px 0;
  padding: 20px;
}
