* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
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;
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  nav.main-nav .logo {
    padding: 0;
  }
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
nav.main-nav .share {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
main.story aside.sidebar {
  float: right;
  padding: 16px;
  width: 32%;
  background: #E6EBEA;
  clear: both;
  margin-top: 12px;
  margin-bottom: 12px;
}
main.story aside.sidebar.pullquote {
  font-family: Tinos, "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 24px;
  line-height: 34px;
  padding: 14px;
  background: white;
}
@media (max-width: 768px) {
  main.story aside.sidebar {
    margin-right: 0px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  main.story aside.sidebar {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
main.story aside.image {
  width: 50%;
  float: right;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 16px;
  display: block;
  clear: right;
}
main.story aside.image .caption {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
}
@media (max-width: 768px) {
  main.story aside.image {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
main.story aside.tweet {
  cursor: pointer;
  color: #424648;
  border-top: 6px solid #D64700;
}
main.story aside.tweet.larger {
  font-size: 32px;
  line-height: 1.15;
}
main.story aside.tweet .fa-twitter {
  color: #17607D;
}
main.story aside.tweet b {
  font-weight: normal;
}
main.story aside.tweet:hover .fa-twitter {
  color: #0777b3;
}
@media (max-width: 480px) {
  main.story aside.tweet {
    display: none;
  }
}
.debate-player {
  overflow: hidden;
  padding: 4px;
}
.debate-player audio {
  display: block;
  width: 100%;
  margin: 8px 0;
}
.debate-player h2 {
  margin: 0;
  line-height: 1.2em;
}
.debate-player p {
  font-size: 16px;
}
.debate-player .show-transcript {
  background: #17607D;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  display: inline-block;
  color: white;
  padding: 5px 8px 4px 8px;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
}
.debate-player .show-transcript:hover {
  background: #D64700;
}
.debate-player .show-transcript i.fa {
  position: absolute;
  right: 8px;
  font-weight: bold;
  padding-top: 2px;
}
.debate-player .transcript {
  clear: both;
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  position: relative;
  border-top: 1px solid #0777b3;
  background-image: linear-gradient(to bottom, #EEE, white 5%, white 95%, #EEE);
  display: block;
}
@media (max-width: 480px) {
  .debate-player .transcript {
    display: none;
  }
}
.debate-player .transcript.toggle {
  display: none;
}
@media (max-width: 480px) {
  .debate-player .transcript.toggle {
    display: block;
  }
}
.debate-player .transcript .active {
  color: #424648;
  font-weight: bold;
}
.debate-player .transcript li {
  margin: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
.debate-player .stage .speaking {
  display: none;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.debate-player .stage .debate {
  width: 100%;
}
.debate-player .stage[data-speaker] {
  padding: 12px 0;
  font-size: 15px;
}
.debate-player .stage[data-speaker] .speaking {
  display: block;
  padding-bottom: 5px;
}
.debate-player .stage .speaker {
  display: none;
}
.debate-player .stage .speaker .name {
  font-weight: bold;
}
.debate-player .stage[data-speaker=cherberg] .cherberg {
  display: block;
}
.debate-player .stage[data-speaker=talmadge] .talmadge {
  display: block;
}
.debate-player .stage[data-speaker=pullen] .pullen {
  display: block;
}
.debate-player .stage[data-speaker=rasmussen] .rasmussen {
  display: block;
}
.debate-player .stage[data-speaker=fleming] .fleming {
  display: block;
}
.debate-player .stage[data-speaker=metcalf] .metcalf {
  display: block;
}
section.comments {
  max-width: 800px;
  margin: auto;
  display: block;
}
section.comments .comments-container {
  margin-left: 10px;
  margin-right: 10px;
}
section.comments .load-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;
}
.about-box {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .about-box {
    padding-right: 0px;
  }
}
.colophon {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .colophon {
    padding-left: 0px;
  }
}
.colophon .credits {
  font-size: 15px;
  padding: 0;
  list-style-type: none;
}
.colophon .credits li {
  padding-bottom: 5px;
}
.colophon .subscribe-box {
  background: #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.colophon .subscribe-box img {
  display: inline-block;
  padding-right: 10px;
  height: 20px;
}
.colophon .button-box {
  padding-top: 10px;
}
.colophon .subscribe-button {
  display: inline-block;
  background: #D64700;
  padding: 12px 15px 10px 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .08em;
}
.colophon .subscribe-button:hover {
  background: #FF9311;
}
footer.bar {
  background: #002A4A;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.bar .logo {
  float: left;
  margin-right: 10px;
}
footer.bar .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.bar::after {
  clear: both;
  content: " ";
  display: block;
}
footer.bar .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.bar .share.bottom label {
  background: #002A4A !important;
  color: white !important;
}
header.splash {
  display: block;
  text-align: center;
  position: relative;
  background: black;
}
header.splash .aspect-outer {
  max-width: 1200px;
  margin: auto;
}
header.splash .aspect-outer .aspect-inner {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
@media (max-width: 768px) {
  header.splash .aspect-outer .aspect-inner {
    height: auto;
    padding: 20px 0;
    position: static;
  }
}
header.splash video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .5s linear;
  background: black;
  z-index: 999999;
}
header.splash video.show {
  display: block;
}
header.splash video.enter {
  opacity: 1;
}
header.splash .stage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 600px;
  max-width: 100%;
  margin: auto;
  line-height: 1;
}
@media (max-width: 768px) {
  header.splash .stage {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
header.splash .opening,
header.splash .closing {
  opacity: 0;
  color: #e0e0e0;
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  header.splash .opening,
  header.splash .closing {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  header.splash .closing {
    padding-top: 10px;
  }
}
header.splash h1 {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: Tinos, "ff-meta-serif-web-pro", Georgia, serif;
  padding: 10px;
  transition: opacity 1s linear;
  opacity: 0;
  font-size: 64px;
  margin: 0;
  color: #e0e0e0;
  text-transform: uppercase;
  line-height: 1;
  z-index: 9999;
}
@media (max-width: 768px) {
  header.splash h1 {
    font-size: 36px;
  }
}
header.splash .dots {
  margin: 10px 0;
  text-align: left;
}
header.splash .spacer {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 999;
}
@media (max-width: 768px) {
  header.splash .spacer {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  header.splash .spacer {
    width: 8px;
    height: 8px;
  }
}
header.splash .spacer.animated {
  transition: all 0.5s ease-in-out;
}
header.splash .spacer.relocated {
  position: absolute;
  display: block;
  left: 50%;
  text-align: center;
}
header.splash .spacer .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #17607D;
  opacity: .001;
  transition-property: opacity;
  transition-delay: 0s;
  transition-duration: .5s;
  transition-timing-function: linear;
}
@media (max-width: 768px) {
  header.splash .spacer .dot {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  header.splash .spacer .dot {
    width: 8px;
    height: 8px;
  }
}
header.splash .spacer .charged {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  background: #D64700;
  opacity: 0;
  overflow: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-duration: .5s, 1s;
  transition-timing-function: linear, ease-out;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.33333333);
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.33333333);
}
@media (max-width: 768px) {
  header.splash .spacer .charged {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.26666667);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.26666667);
  }
}
@media (max-width: 480px) {
  header.splash .spacer .charged {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.13333333);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.13333333);
  }
}
header.splash .spacer .charged .play-video {
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  text-align: center;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  cursor: pointer;
  transition: opacity .5s linear;
  z-index: 999;
}
header.splash .spacer .charged .play-video .fa {
  display: block;
  font-size: 20px;
  opacity: .7;
  margin-bottom: 4px;
  transition: opacity .2s linear;
}
header.splash .spacer .charged .play-video:hover .fa {
  opacity: 1;
}
.no-js header.splash .opening,
.no-js header.splash .closing {
  opacity: 1;
}
.no-js header.splash .dot,
.no-js header.splash .charged {
  opacity: 1;
}
.no-js header.splash h1 {
  opacity: 1;
}
header.splash.animation-start .opening,
header.splash.animation-start .closing {
  transition: opacity 1s linear;
}
header.splash.animation-step-1 .opening {
  opacity: 1;
}
header.splash.animation-step-2 .dot {
  opacity: 1;
}
header.splash.animation-step-3 .closing {
  opacity: 1;
}
header.splash.animation-step-4 .charged {
  opacity: 1;
}
header.splash.animation-step-5 .opening,
header.splash.animation-step-5 .closing {
  opacity: .3;
}
@media (max-width: 480px) {
  header.splash.animation-step-5 .opening,
  header.splash.animation-step-5 .closing {
    opacity: .2;
  }
}
header.splash.animation-step-5 .dot {
  transition-duration: .5s;
  opacity: .5;
}
header.splash.animation-step-5 h1 {
  opacity: 1;
}
header.splash.animation-step-6.video-capable .charged {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
}
header.splash.animation-step-6.video-capable .charged .play-video {
  opacity: 1;
}
header.splash.animation-step-6.no-video .charged {
  transition-duration: .5s;
  opacity: .5;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main.story aside.map {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 4px;
  font-size: 15px !important;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  width: 100%;
}
@media (max-width: 480px) {
  main.story aside.map .law-container {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
  }
  main.story aside.map .law-container .long {
    display: none;
  }
}
h2 {
  margin: 0;
}
.chatter {
  margin: 10px 0;
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .row {
    display: block;
  }
}
.map-container {
  position: relative;
  -webkit-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.map-container #map {
  width: 100%;
  height: 100%;
}
.map-container[selected-law=law1] .law1-hex polygon {
  fill: #51414A !important;
}
.map-container[selected-law=law2] .law2-hex polygon {
  fill: #84625D !important;
}
.map-container[selected-law=law3] .law3-hex polygon {
  fill: #B7584A !important;
}
.map-container[selected-law=law4] .law4-hex polygon {
  fill: #514841 !important;
}
.map-container[selected-law=law5] .law5-hex polygon {
  fill: #333 !important;
}
.map-container g polygon {
  transition: fill .2s linear;
}
.map-container g:hover polygon {
  cursor: pointer;
  fill: #666;
}
.map-container text {
  fill: white;
  cursor: pointer;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.button-container {
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  padding: 10px 24px 0 8px;
  font-size: 14px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.button-container :hover {
  cursor: pointer;
}
@media (max-width: 480px) {
  .button-container {
    display: block;
    padding: 0;
  }
}
.button-container .button-header {
  font-family: Tinos, "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 18px;
  padding-bottom: 10px;
}
.button-container .law-container {
  display: block;
  padding: 6px;
}
.button-container .law-container.selected,
.button-container .law-container:hover {
  color: white;
}
.button-container .law-container.selected.law1,
.button-container .law-container:hover.law1 {
  background: #51414A;
}
.button-container .law-container.selected.law2,
.button-container .law-container:hover.law2 {
  background: #84625D;
}
.button-container .law-container.selected.law3,
.button-container .law-container:hover.law3 {
  background: #B7584A;
}
.button-container .law-container.selected.law4,
.button-container .law-container:hover.law4 {
  background: #514841;
}
.button-container .law-container.selected.law5,
.button-container .law-container:hover.law5 {
  background: #333;
}
@media (max-width: 768px) {
  .button-container .law-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .button-container .law-container {
    min-width: 80%;
  }
}
@media (max-width: 480px) and (orientation: landscape) {
  .button-container .law-container {
    min-width: 10%;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
  }
}
.button-container .law5 {
  -webkit-flex: 1 0 80%;
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
}
.tooltip {
  display: none;
  position: absolute;
  background: #f8f8f8;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  white-space: nowrap;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.tooltip .tooltip-ls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tooltip.show {
  display: block;
}
.tooltip.flip {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tooltip-name {
  font-weight: bold;
}
.source {
  font-style: italic;
  font-size: 12px;
  padding-top: 10px;
  color: #7e838b;
}
.by-the-numbers {
  width: 100% !important;
  padding: 30px;
  border-top: 6px solid #17607D;
  border-bottom: 3px solid #17607D;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .by-the-numbers {
    padding: 0;
    padding-top: 15px;
  }
}
.hide-question {
  float: right;
  color: #c0c0c0;
  display: none !important;
  cursor: pointer;
  font-size: 16px;
}
.hide-question:hover {
  color: #7e838b;
}
.hide-question.visible {
  display: inline-block !important;
}
.question-box {
  margin: 10px 0 25px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 15px;
}
.question-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.question {
  padding-bottom: 15px;
  font-size: 22px;
  font-family: Tinos, "ff-meta-serif-web-pro", Georgia, serif;
}
.options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.option {
  -webkit-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  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;
  margin-bottom: 4px;
  background: #f8f8f8;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 5px 0;
  border-radius: 2px;
  font-size: 16px;
  transition: background .2s linear;
}
@media (max-width: 480px) {
  .option {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}
.pending .option {
  background: #E6EBEA;
}
.pending .option:hover {
  background: #FF9311;
  border: 1px solid #FF9311;
  color: white;
  cursor: pointer;
}
.option.chosen:not(.correct) {
  background: #c0c0c0;
  font-weight: bold;
}
.option.green {
  background: #D64700;
  border: 1px solid #D64700;
  color: white;
  font-weight: bold;
}
.answer {
  display: none;
  margin: 30px;
}
@media (max-width: 480px) {
  .answer {
    margin: 30px 0;
  }
}
.toggle-label {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: bold;
}
.toggle-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.toggle {
  padding: 5px 12px 3px 12px;
  margin-bottom: 4px;
  margin-right: 6px;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  background: #E6EBEA;
  font-size: 14px;
  text-align: center;
  -webkit-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  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;
}
@media (max-width: 480px) {
  .toggle {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}
.toggle:hover {
  background: #FF9311;
  color: white;
}
.toggle.selected {
  background: #17607D;
  color: white;
}
.explainer {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 16px;
  padding-bottom: 20px;
}
.mobile-grid-explainer {
  display: none;
  font-size: 14px;
  font-style: italic;
  padding-top: 15px;
}
@media (max-width: 480px) {
  .mobile-grid-explainer {
    display: block;
  }
}
.grid-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .grid-container {
    margin-top: 0;
  }
}
.individual {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  font-size: 13px;
  height: 100%;
  padding: 10px 15px;
}
.individual .card-divider {
  border-top: 1px solid #e0e0e0;
  margin-top: 4px;
  padding-top: 6px;
}
.individual .name {
  font-weight: bold;
  font-size: 18px;
  font-family: Tinos, "ff-meta-serif-web-pro", Georgia, serif;
}
.individual .click {
  font-size: 14px;
}
.individual .click .fa {
  color: #D64700;
  padding-right: 2px;
}
@media (max-width: 480px) {
  .individual {
    display: none;
  }
}
.grid {
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  margin-top: 10px;
  line-height: 10px;
}
.square {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #E6EBEA;
  display: inline-block;
  margin: 1.5px;
  transition: background .3s linear;
  cursor: pointer;
}
.square:hover,
.square.selected {
  border: 3px solid #D64700;
}
@media (max-width: 480px) {
  .square {
    cursor: default;
    height: 10px;
    width: 10px;
  }
  .square:hover,
  .square.selected {
    border: none;
  }
}
.note {
  display: none;
  padding-top: 20px;
  font-size: 15px;
}
.note .times {
  padding-bottom: 5px;
}
.note .emphasis {
  font-weight: bold;
}
[data-filter="age-0"] .square.age-0 {
  background: #17607D;
}
[data-filter="age-0"] .note.age-0 {
  display: block;
}
[data-filter="age-20"] .square.age-20 {
  background: #17607D;
}
[data-filter="age-20"] .note.age-20 {
  display: block;
}
[data-filter="age-30"] .square.age-30 {
  background: #17607D;
}
[data-filter="age-30"] .note.age-30 {
  display: block;
}
[data-filter="age-40"] .square.age-40 {
  background: #17607D;
}
[data-filter="age-40"] .note.age-40 {
  display: block;
}
[data-filter="age-50"] .square.age-50 {
  background: #17607D;
}
[data-filter="age-50"] .note.age-50 {
  display: block;
}
[data-filter="age-60"] .square.age-60 {
  background: #17607D;
}
[data-filter="age-60"] .note.age-60 {
  display: block;
}
[data-filter="age-70"] .square.age-70 {
  background: #17607D;
}
[data-filter="age-70"] .note.age-70 {
  display: block;
}
[data-filter="male"] .square.male {
  background: #17607D;
}
[data-filter="male"] .note.male {
  display: block;
}
[data-filter="female"] .square.female {
  background: #17607D;
}
[data-filter="female"] .note.female {
  display: block;
}
[data-filter="asian"] .square.asian {
  background: #17607D;
}
[data-filter="asian"] .note.asian {
  display: block;
}
[data-filter="black"] .square.black {
  background: #17607D;
}
[data-filter="black"] .note.black {
  display: block;
}
[data-filter="hispanic"] .square.hispanic {
  background: #17607D;
}
[data-filter="hispanic"] .note.hispanic {
  display: block;
}
[data-filter="multiple"] .square.multiple {
  background: #17607D;
}
[data-filter="multiple"] .note.multiple {
  display: block;
}
[data-filter="native"] .square.native {
  background: #17607D;
}
[data-filter="native"] .note.native {
  display: block;
}
[data-filter="white"] .square.white {
  background: #17607D;
}
[data-filter="white"] .note.white {
  display: block;
}
[data-filter="knife"] .square.knife {
  background: #17607D;
}
[data-filter="knife"] .note.knife {
  display: block;
}
[data-filter="firearm"] .square.firearm {
  background: #17607D;
}
[data-filter="firearm"] .note.firearm {
  display: block;
}
[data-filter="no-weapon"] .square.no-weapon {
  background: #17607D;
}
[data-filter="no-weapon"] .note.no-weapon {
  display: block;
}
[data-filter="vehicle"] .square.vehicle {
  background: #17607D;
}
[data-filter="vehicle"] .note.vehicle {
  display: block;
}
[data-filter="fake"] .square.fake {
  background: #17607D;
}
[data-filter="fake"] .note.fake {
  display: block;
}
[data-filter="other"] .square.other {
  background: #17607D;
}
[data-filter="other"] .note.other {
  display: block;
}
[data-filter="time-0"] .square.time-0 {
  background: #17607D;
}
[data-filter="time-0"] .note.time-0 {
  display: block;
}
[data-filter="time-6"] .square.time-6 {
  background: #17607D;
}
[data-filter="time-6"] .note.time-6 {
  display: block;
}
[data-filter="time-12"] .square.time-12 {
  background: #17607D;
}
[data-filter="time-12"] .note.time-12 {
  display: block;
}
[data-filter="time-18"] .square.time-18 {
  background: #17607D;
}
[data-filter="time-18"] .note.time-18 {
  display: block;
}
.featured {
  display: none;
  letter-spacing: .8px;
  text-transform: uppercase;
  background: #424648;
  border-radius: 2px;
  padding: 2px 6px 1px 6px;
  color: white;
  font-size: 11px;
  margin-bottom: 5px;
}
.race .featured.featured-race {
  display: inline-block;
}
.weapon .featured.featured-weapon {
  display: inline-block;
}
.age .featured.featured-age {
  display: inline-block;
}
.time .featured.featured-time {
  display: inline-block;
}
.weapon-icon {
  padding: 8px 0 5px 20px;
  max-width: 85%;
}
.race-table table {
  margin: auto;
  border-collapse: collapse;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  text-align: right;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .race-table table {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .race-table table .break {
    display: block;
  }
}
.race-table table tr:nth-child(even) {
  background: #E6EBEA;
}
.race-table table tr:nth-child(odd) {
  background: white;
}
.race-table table td,
.race-table table th {
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
}
.race-table table td:first-child,
.race-table table th:first-child {
  padding-left: 28px;
}
.race-table table td:last-child,
.race-table table th:last-child {
  padding-right: 28px;
}
@media (max-width: 480px) {
  .race-table table td,
  .race-table table th {
    padding: 4px;
  }
  .race-table table td:first-child,
  .race-table table th:first-child {
    padding-left: 10px;
  }
  .race-table table td:last-child,
  .race-table table th:last-child {
    padding-right: 10px;
  }
}
.race-table table th {
  background: white;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: bottom;
}
@media (max-width: 480px) {
  .race-table table th {
    font-size: 10px;
  }
}
.race-table table .race {
  text-align: left;
  font-weight: bold;
  width: 32%;
}
.race-table table .deaths {
  width: 8%;
}
.race-table table .killings {
  width: 20%;
}
.race-table table .state {
  width: 20%;
}
.race-table table .ratio {
  font-weight: bold;
  width: 20%;
}
.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: 145px;
  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;
}
.metadata {
  display: block;
  max-width: 900px;
  margin: auto;
  padding: 0 10px;
  padding-top: 10px;
  color: #7e838b;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.metadata .byline {
  font-size: 19px;
  font-family: Tinos, "ff-meta-serif-web-pro", Georgia, serif;
  color: black;
  padding-top: 8px;
}
h2 {
  font-family: Tinos, "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 26px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 20px;
  }
}
h2.deck {
  max-width: 960px;
  margin: 20px auto;
}
main.story {
  max-width: 900px;
  padding: 0 10px;
  padding-top: 20px;
  margin: auto;
  font-size: 17px;
}
main.story > * {
  width: 66%;
}
@media (max-width: 768px) {
  main.story > * {
    width: 100%;
  }
}
main.story .bigger {
  font-size: 24px;
  width: 100%;
}
@media (max-width: 480px) {
  main.story .bigger {
    font-size: 17px;
  }
}
main.story .drop-cap {
  font-size: 60px;
  font-family: Tinos, "ff-meta-serif-web-pro", Georgia, serif;
  float: left;
  vertical-align: top;
  line-height: 1;
  width: auto;
  background: #17607D;
  color: #f8f8f8;
  padding: 4px 8px 6px 10px;
  margin-right: 8px;
}
main.story .deck {
  width: 100%;
}
.nerdbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  margin: 36px auto;
  margin-top: 26px;
  background: #E6EBEA;
  font-size: 15px;
  max-width: 900px;
}
@media (max-width: 480px) {
  .nerdbox {
    display: block;
  }
}
.copyright {
  font-size: 14px;
  text-align: center;
  color: #7e838b;
  margin: 20px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.inline-video {
  clear: right;
  float: right;
  width: 50%;
  padding: 8px 0;
  margin-left: 16px;
}
@media (max-width: 480px) {
  .inline-video {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.inline-video .aspect-outer {
  width: 100%;
}
.inline-video .aspect-outer .aspect-inner {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.inline-video .aspect-outer .aspect-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inline-video .caption {
  font-size: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.share {
  z-index: 9999999;
}
.share.share-top {
  padding-top: 4px;
}
