/*
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;
}
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;
}
header.splash {
  max-width: 1200px;
  margin: auto;
}
header.splash img {
  width: 100%;
}
header.splash > h1,
header.splash > h2 {
  display: block;
  margin: auto;
  max-width: 800px;
  font-style: italic;
  text-align: center;
}
@media (max-width: 768px) {
  header.splash > h1,
  header.splash > h2 {
    padding: 16px;
  }
}
header.splash > h1 {
  text-transform: uppercase;
  font-size: 50px;
  padding-top: 20px;
}
@media (max-width: 480px) {
  header.splash > h1 {
    font-size: 28px;
  }
}
header.splash > h2 {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  header.splash > h2 {
    font-size: 20px;
  }
}
.byline {
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  padding-top: 24px;
}
@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;
}
main.article-content {
  margin: auto;
  max-width: 800px;
  overflow: hidden;
  position: relative;
}
main.article-content > p {
  max-width: 610px;
}
@media (max-width: 480px) {
  main.article-content {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  main.article-content {
    padding: 16px;
  }
}
main.article-content > h2 {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  max-width: 610px;
  padding-top: 40px;
  text-transform: uppercase;
  margin-top: 0px;
}
@media (max-width: 480px) {
  main.article-content > h2 {
    font-size: 30px;
    margin-top: 10px;
    padding-top: 0px;
  }
}
main.article-content .section-bottom {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
main.article-content hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
main.article-content .lift {
  font-size: 27px;
  font-weight: thin;
  font-style: italic;
  color: #7e838b;
}
footer {
  clear: both;
}
.inline-nav {
  float: right;
  max-width: 240px;
  margin: 0 16px 32px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .inline-nav {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px auto;
    padding: 20px 10px;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 0;
  }
}
.inline-nav ul {
  padding-left: 0px;
  font-size: 16px;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 480px) {
  .inline-nav ul {
    text-align: center;
  }
}
.inline-nav ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: .5px solid;
  border-color: #e0e0e0;
  color: #7e838b;
}
@media (max-width: 480px) {
  .inline-nav ul li {
    display: inline-block;
    border-bottom: none;
    margin-right: 16px;
    text-decoration: underline;
  }
}
.inline-nav a {
  font-size: 16px;
}
.inline-nav a:hover {
  color: #0777b3;
}
.inline-nav h3 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
}
.inline-nav h4 {
  font-size: 54px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-style: italic;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.inline-nav .podcast {
  padding: 20px 0;
}
.inline-nav .podcast h3 {
  font-size: 16px;
}
.inline-nav .podcast a {
  display: block;
  text-align: right;
  text-transform: uppercase;
}
.pullquote {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .pullquote {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .pullquote {
    font-size: 20px;
  }
}
.pullquote .attribution {
  font-size: 20px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding-bottom: 10px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .pullquote .attribution {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .pullquote .attribution {
    font-size: 15px;
  }
}
.pullquote.opening {
  margin-top: 40px;
  font-size: 20px;
}
.pullquote.opening .attribution {
  font-size: 16px;
}
blockquote {
  float: right;
  width: 300px;
}
@media (max-width: 480px) {
  blockquote {
    float: none;
    width: 100%;
    margin: auto;
    padding-top: 5px;
  }
}
.photo {
  max-width: 1200px;
  margin: auto;
  padding-top: 24px;
}
@media (max-width: 480px) {
  .photo {
    padding-top: 0px;
  }
}
.photo .credit {
  text-align: right;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  text-transform: uppercase;
  color: #424648;
  padding: 0 16px;
}
.photo .caption {
  display: block;
  padding: 0 16px;
  margin: 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  max-width: 100%;
  padding-bottom: 24px;
}
.photo.section {
  padding-top: 0px;
}
@media (max-width: 768px) {
  .photo.section {
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  .photo.section {
    padding-top: 0px;
  }
}
.photo.section .caption {
  padding-bottom: 0px;
}
.side-img {
  float: right;
  width: 300px;
  height: auto;
  padding: 20px;
}
.side-img .credit,
.side-img .caption {
  padding: 0;
}
@media (max-width: 480px) {
  .side-img {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
  }
}
.dev.credits {
  text-align: right;
  max-width: 800px;
  margin: auto;
  padding: 20px 0;
  font-size: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.next-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #e0e0e0;
  border-style: solid;
  margin: 20px auto;
  max-width: 800px;
}
.next-page .block {
  padding: 20px;
  text-align: center;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.next-page .block:hover {
  background: #f8f8f8;
}
.next-page .block.previous {
  border-right: 1px solid #e0e0e0;
}
.next-page a {
  color: #0777b3;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.next-page .next a::after {
  content: "»";
  padding: 0 8px;
}
.next-page .previous a::before {
  content: "«";
  padding: 0 8px;
}
.ad[data-type="square"] {
  float: right;
  margin: 10px;
}
.video-container {
  position: relative;
}
.video-container::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
nav.main-nav .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
nav.main-nav .menu-block {
  display: none;
}
@media (max-width: 768px) {
  nav.main-nav .menu-block {
    display: block;
  }
}
nav.main-nav .link-block {
  display: block;
  font-size: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 0 8px;
}
@media (max-width: 768px) {
  nav.main-nav .link-block {
    display: none;
  }
}
nav.main-nav .link-block label {
  text-transform: uppercase;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
nav.main-nav .link-block a {
  padding: 0 8px;
  color: #0777b3;
}
nav.main-nav .link-block a:visited {
  color: #7e838b;
}
nav.main-nav .link-block a:hover,
nav.main-nav .link-block a:focus {
  color: #0777b3;
}
nav.main-nav .activate {
  border: 1px solid black;
  padding: 4px 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-left: 20px;
  background: white;
  color: #424648;
  cursor: pointer;
}
nav.main-nav .menu-block {
  position: relative;
}
@media (max-width: 480px) {
  nav.main-nav .menu-block {
    position: static;
  }
}
nav.main-nav .dropdown {
  position: absolute;
  top: 100%;
  left: 16px;
  margin: 0;
  padding: 0;
  z-index: 999;
  background: white;
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.1);
  list-style-type: none;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  display: none;
  min-width: 180px;
}
@media (max-width: 480px) {
  nav.main-nav .dropdown {
    right: 16px;
    width: auto;
  }
}
nav.main-nav .dropdown li {
  padding: 4px 16px 4px 4px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 480px) {
  nav.main-nav .dropdown li {
    padding: 8px 16px;
  }
}
nav.main-nav .dropdown li a,
nav.main-nav .dropdown li a:visited {
  color: #0777b3;
  display: block;
}
nav.main-nav .dropdown li a::before,
nav.main-nav .dropdown li a:visited::before {
  content: "";
  display: inline-block;
  width: 16px;
}
nav.main-nav .dropdown li:hover {
  background: #f8f8f8;
}
nav.main-nav .dropdown li.here a {
  color: black;
}
nav.main-nav .dropdown li.here a::before {
  content: "▸";
}
nav.main-nav.open .activate {
  background: #e0e0e0;
}
nav.main-nav.open .dropdown {
  display: block;
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drift {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
header.blue.wash.splash {
  position: relative;
}
header.blue.wash.splash .image-container {
  position: relative;
}
header.blue.wash.splash .backdrop {
  display: block;
}
header.blue.wash.splash .screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 71, 128, 0.7);
  animation-name: appear;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-fill-mode: both;
  will-change: opacity;
}
@media (max-width: 480px) {
  header.blue.wash.splash .screen {
    animation-name: disappear;
    animation-delay: 0;
  }
}
header.blue.wash.splash .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-name: disappear;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: both;
  will-change: opacity;
  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) {
  header.blue.wash.splash .logo {
    animation-name: disappear;
    animation-duration: 3s;
  }
}
header.blue.wash.splash .logo img {
  width: 50%;
}
@media (max-width: 480px) {
  header.blue.wash.splash .logo img {
    width: 70%;
  }
}
header.blue.wash.splash .headline-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-name: appear;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-fill-mode: both;
  will-change: opacity;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
header.blue.wash.splash .headline-container span {
  display: inline-block;
}
@media (max-width: 480px) {
  header.blue.wash.splash .headline-container {
    position: static;
    display: block;
    text-shadow: none;
    padding: 10px 20px;
    animation-name: appear, drift;
    animation-delay: .4s;
  }
}
header.blue.wash.splash .headline-container h1 {
  color: #c04d5c;
  text-transform: uppercase;
  font-size: 60px;
  margin: 0;
  font-style: italic;
}
@media (max-width: 480px) {
  header.blue.wash.splash .headline-container h1 {
    font-size: 36px;
    color: #7b2c36;
  }
}
header.blue.wash.splash .headline-container h2 {
  font-style: italic;
  color: white;
  margin: 0;
  width: 50%;
}
@media (max-width: 480px) {
  header.blue.wash.splash .headline-container h2 {
    color: black;
    width: 100%;
    font-size: 28px;
  }
}
@keyframes photo-toss {
  from {
    transform: translateX(-40px) translateY(200%) rotate(290deg) scale(1.3);
  }
  to {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
}
@keyframes ball-zoom {
  from {
    transform: translateX(0) translateY(0) translateZ(0) rotate(-6000deg) scale(0.01);
  }
  to {
    transform: translateX(-50px) translateY(50px) translateZ(0) rotate(0) scale(1);
  }
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-to-black {
  from {
    background: white;
  }
  to {
    background: black;
  }
}
@keyframes open-vertical {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(50vw);
  }
  to {
    transform: translateX(0);
  }
}
header.pitch.impact.splash {
  overflow: hidden;
  position: relative;
}
header.pitch.impact.splash .view-container {
  position: relative;
}
header.pitch.impact.splash img.view {
  animation-name: photo-toss;
  animation-duration: 1s;
  animation-timing-function: cubic;
  animation-fill-mode: both;
  transform-origin: center center;
}
header.pitch.impact.splash .ball {
  position: absolute;
  margin: -50vw;
  width: 100vw;
  top: 34%;
  left: 51%;
  opacity: 1;
  will-change: opacity, transform;
  animation: ball-zoom 0.4s cubic-bezier(1, 0.02, 0.96, 0.01) 2s both, appear 0.1s linear 2s backwards, disappear 0.1s linear 2.4s forwards;
}
header.pitch.impact.splash .headline-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  animation: open-vertical 0.25s linear 3.5s both;
  box-shadow: 0 16px 16px 0px rgba(0, 0, 0, 0.2);
  font-style: italic;
}
@media (max-width: 480px) {
  header.pitch.impact.splash .headline-container {
    position: static;
    animation: none;
    box-shadow: none;
    transform: none;
  }
}
header.pitch.impact.splash .headline-container h1 {
  color: #0777b3;
  font-size: 48px;
  margin: 0;
  text-transform: uppercase;
  animation: slide-in 0.5s ease-in-out 3.5s both;
  padding: 0;
}
@media (max-width: 480px) {
  header.pitch.impact.splash .headline-container h1 {
    animation: none;
  }
}
header.pitch.impact.splash .headline-container h2 {
  margin: 0;
  text-align: center;
  animation: slide-in 0.5s ease-in-out 3.75s both;
}
@media (max-width: 480px) {
  header.pitch.impact.splash .headline-container h2 {
    font-size: 32px;
    animation: none;
  }
}
header.pitch.impact.splash .blink {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: blink 0.2s ease-in-out 2.4s none;
  transform: translateZ(0);
}
.pitch-timing.container {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  width: 800px;
  max-width: 100%;
  margin: auto;
  padding: 32px 0 32px 0;
}
.pitch-timing.container .pitcher,
.pitch-timing.container .batter {
  width: 100px;
  position: relative;
}
.pitch-timing.container .pitcher .post,
.pitch-timing.container .batter .post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
@media (max-width: 480px) {
  .pitch-timing.container .pitcher,
  .pitch-timing.container .batter {
    width: 20%;
  }
}
.pitch-timing.container.active .pitcher .post {
  animation: .3s appear .6s linear both;
  background: white;
}
.pitch-timing.container.active .batter .post {
  animation: .3s appear 1s linear both;
  background: white;
}
.pitch-timing.container .reset {
  float: right;
  background: white;
  border: 1px solid #e0e0e0;
  color: #7e838b;
  padding: 4px 8px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
}
.pitch-timing.container .reset:hover,
.pitch-timing.container .reset:focus {
  background: #f8f8f8;
  border: 1px solid #7e838b;
}
.pitch-timing.container .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .pitch-timing.container .row {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.pitch-timing.container .row .cell {
  position: relative;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 0 4px;
}
.pitch-timing.container .sub-bars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.pitch-timing.container .bar-container .bar {
  height: 30px;
}
.pitch-timing.container .bar-container.processing {
  -webkit-flex: 0 0 26.66666667%;
  -ms-flex: 0 0 26.66666667%;
  flex: 0 0 26.66666667%;
}
.pitch-timing.container .bar-container.swing {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.pitch-timing.container .throw {
  position: relative;
}
.pitch-timing.container .ball {
  background: white;
  background-image: radial-gradient(circle 24px, white, white 3px, red 3px, red 4px, white 4px, white 6px);
  background-position: -6px;
  background-repeat: repeat-x;
  background-size: 12px;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #e0e0e0;
  transform: rotate(0);
  opacity: 0;
  z-index: 999;
  left: -12px;
  right: auto;
}
.pitch-timing.container.active .ball {
  opacity: 1;
  left: calc(100% + 110px);
  transform: rotate(720deg);
  transition: opacity 16ms linear 0.7s, left 400ms linear 0.7s;
}
.pitch-timing.container .bar-label {
  display: none;
  position: relative;
  list-style-type: none;
  padding: 4px;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 480px) {
  .pitch-timing.container .bar-label {
    font-weight: normal;
    font-size: 13px;
    padding: 0;
  }
}
.pitch-timing.container .short-label {
  display: none;
  color: #7e838b;
  font-style: italic;
}
.pitch-timing.container .total .short-label {
  text-align: center;
}
.pitch-timing.container.overview .total .bar {
  transform: scaleX(0);
  transform-origin: top center;
}
.pitch-timing.container.overview .total .bar-label {
  display: block;
  text-align: center;
}
.pitch-timing.container.overview .total .short-label {
  display: none;
}
.pitch-timing.container.overview.active .total .bar {
  transition: all 0.8s ease-in-out;
  transform: scaleX(1);
}
.pitch-timing.container .total {
  position: relative;
}
.pitch-timing.container .total .bar {
  height: 10px;
  padding: 8px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
.pitch-timing.container .total .bar-label,
.pitch-timing.container .total .short-label {
  text-align: center;
}
.pitch-timing.container.processing .processing .bar,
.pitch-timing.container.swing .processing .bar,
.pitch-timing.container.decision .processing .bar {
  background: #ffdaa2;
}
.pitch-timing.container.processing .processing .short-label,
.pitch-timing.container.swing .processing .short-label,
.pitch-timing.container.decision .processing .short-label {
  display: block;
}
@media (max-width: 480px) {
  .pitch-timing.container.processing .processing .short-label,
  .pitch-timing.container.swing .processing .short-label,
  .pitch-timing.container.decision .processing .short-label {
    display: none;
  }
}
.pitch-timing.container .processing .short-label {
  text-align: left;
}
.pitch-timing.container.processing .processing .bar {
  transform: scaleX(0);
  transform-origin: top left;
}
.pitch-timing.container.processing .processing .bar-label {
  display: block;
  text-align: left;
}
.pitch-timing.container.processing .processing .short-label {
  display: none;
}
.pitch-timing.container.processing.active .processing .bar {
  transition: all 0.8s ease-in-out;
  transform: scaleX(1);
}
.pitch-timing.container.swing .swing .bar,
.pitch-timing.container.decision .swing .bar {
  background: #d5e4f0;
}
.pitch-timing.container.swing .swing .short-label,
.pitch-timing.container.decision .swing .short-label {
  display: block;
}
@media (max-width: 480px) {
  .pitch-timing.container.swing .swing .short-label,
  .pitch-timing.container.decision .swing .short-label {
    display: none;
  }
}
.pitch-timing.container .swing .short-label {
  text-align: right;
}
.pitch-timing.container.swing .swing .bar {
  transform: scaleX(0);
  transform-origin: top right;
}
.pitch-timing.container.swing .swing .bar-label {
  display: block;
  text-align: right;
}
.pitch-timing.container.swing .swing .short-label {
  display: none;
}
.pitch-timing.container.swing.active .swing .bar {
  transition: all 0.8s ease-in-out;
  transform: scaleX(1);
}
.pitch-timing.container.decision .decision {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.pitch-timing.container.decision .decision .bar {
  background: #e0e0e0;
  background-image: repeating-linear-gradient(45deg, white, white 10px, #e0e0e0 10px, #e0e0e0 20px, white 20px);
}
.pitch-timing.container .decision .short-label {
  text-align: center;
}
.pitch-timing.container.decision .decision .bar {
  transform: scaleX(0);
  transform-origin: top center;
}
.pitch-timing.container.decision .decision .bar-label {
  display: block;
  text-align: center;
}
.pitch-timing.container.decision .decision .short-label {
  display: none;
}
.pitch-timing.container.decision.active .decision .bar {
  transition: all 0.8s ease-in-out;
  transform: scaleX(1);
}
.mlb-container {
  float: right;
  padding: 20px;
  display: block;
}
@media (max-width: 480px) {
  .mlb-container {
    display: none;
  }
}
.visualization.pitching-breakdown .pitch-animation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.visualization.pitching-breakdown .pitch-animation img {
  width: 100%;
}
.visualization.pitching-breakdown .pitch-animation .cel {
  transition: opacity .2s linear;
}
.visualization.pitching-breakdown .pitch-animation .cel.hide {
  opacity: 0;
}
.visualization.pitching-breakdown .stage {
  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;
  padding: 12px 0;
}
@media (max-width: 480px) {
  .visualization.pitching-breakdown .stage {
    display: block;
  }
}
.visualization.pitching-breakdown .stage .frame {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
}
.visualization.pitching-breakdown .stage .commentary {
  padding: 0 12px;
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
}
.visualization {
  clear: both;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
  margin: 20px 0;
}
.visualization h1 {
  font-size: 22px;
}
.visualization .key {
  margin: 0;
  list-style-type: none;
  padding: 10px 0;
  text-align: center;
}
.visualization .key li {
  display: inline-block;
  margin: 0 20px;
}
.visualization .key .dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #7e838b;
  display: inline-block;
  vertical-align: middle;
}
.visualization .key .dot.all {
  background: #d5e4f0;
}
.visualization .key .dot.over-100 {
  background: #ffdaa2;
}
.visualization .attribution {
  padding: 16px;
  overflow: hidden;
}
.visualization .attribution .credit {
  float: right;
}
.vertical.graph h1 {
  font-size: 22px;
}
.vertical.graph .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
}
.vertical.graph .row.home {
  font-weight: bold;
}
.vertical.graph .row.active-player {
  font-weight: bold;
}
.vertical.graph .cell {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  overflow: hidden;
}
.vertical.graph .cell.label {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  font-size: 14px;
}
@media (max-width: 480px) {
  .vertical.graph .cell.label {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.vertical.graph .bar {
  height: 20px;
  background: #d5e4f0;
  float: left;
  position: relative;
  overflow: visible;
}
.vertical.graph .bar.over-100 {
  background: #ffdaa2;
}
.vertical.graph .bar .bar-label {
  position: absolute;
  left: calc(100% + 4px);
  white-space: pre;
  z-index: 999;
  top: 0;
  font-size: 14px;
}
.side-by-side h1 {
  margin-top: 0;
}
.side-by-side .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .side-by-side .row {
    display: block;
  }
}
.side-by-side .text {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  padding: 0 10px;
}
.side-by-side .image {
  text-align: center;
}
.vertical.graph.teams .row {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .vertical.graph.teams .row {
    display: block;
  }
}
.vertical.graph.teams .text {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 600px;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
}
.vertical.graph.teams .cell.label {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
@media (max-width: 480px) {
  .vertical.graph.teams .cell.label {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.vertical.graph.teams .cell.bars {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.visualization.sidebar {
  border: none;
  float: right;
  max-width: 500px;
  margin: 16px;
}
.opening-quote {
  font-style: italic;
  color: #424648;
  padding: 48px 48px 24px;
  margin-bottom: 0px;
  font-size: 16px;
}
.quote-attribution {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
  font-style: normal;
  font-size: 16px;
  margin-top: 0px;
  padding-left: 24px;
}
header.splash.closers .image-container {
  position: relative;
}
header.splash.closers .headline-container {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  text-shadow: 0 0 4px white;
  text-align: center;
  padding: 16px 60px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 480px) {
  header.splash.closers .headline-container {
    bottom: 20px;
    padding: 16px 31px;
  }
}
header.splash.closers .headline-container h1 {
  font-size: 64px;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 480px) {
  header.splash.closers .headline-container h1 {
    font-size: 45px;
  }
}
header.splash.closers .headline-container h2 {
  font-size: 24px;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  header.splash.closers .headline-container h2 {
    font-size: 18px;
  }
}
.carousel {
  position: relative;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
  margin: 20px 0;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.carousel .scroll-container-container {
  position: relative;
}
.carousel .scroll-container-container::before,
.carousel .scroll-container-container::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 40px;
  height: 100%;
  opacity: 0;
  transition: opacity .2s linear;
  z-index: 999;
  pointer-events: none;
}
.carousel .scroll-container-container::before {
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.5));
}
.carousel .scroll-container-container::after {
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
}
.carousel .scroll-container-container.scrollable-left::before {
  left: 0;
  opacity: 1;
}
.carousel .scroll-container-container.scrollable-right::after {
  opacity: 1;
  right: 0;
}
.carousel .scroll-container {
  overflow-x: scroll;
  overflow-y: hidden;
}
.carousel .scroll-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: none;
  -ms-flex-wrap: none;
  flex-wrap: none;
}
.carousel .player-container {
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  transform-origin: center;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear;
  opacity: .8;
  position: relative;
}
@media (max-width: 480px) {
  .carousel .player-container {
    -webkit-flex: 0 0 175px;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
  }
}
.carousel .player-container .tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  opacity: 1;
  transition: all .2s linear;
  text-transform: uppercase;
  font-style: italic;
  padding: 8px;
  font-weight: bold;
  text-shadow: 0 0 4px black;
}
.carousel .player-container img {
  width: 100%;
  display: block;
}
.carousel .player-container.active {
  transform: scale(1.1);
  opacity: 1;
  z-index: 999;
}
.carousel .player-container.active .tag {
  opacity: 0;
}
.carousel .description {
  padding: 20px;
  background: #f8f8f8;
}
.carousel .description h1 {
  font-size: 20px;
}
.carousel .description h2 {
  font-size: 16px;
}
.carousel .description h1,
.carousel .description h2 {
  margin: 0;
  padding: 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: left;
}
.carousel .description.empty {
  padding: 40px;
  text-align: center;
}
