/*
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;
}
.main-nav {
  position: relative;
  z-index: 999;
}
.main-nav .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-nav .logo {
  margin-right: 20px;
}
.main-nav .stories {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-nav .stories li {
  display: inline-block;
}
.main-nav .stories a {
  color: black;
  padding: 4px 24px 4px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto Slab", consolas, monospace;
}
.main-nav .stories a:hover,
.main-nav .stories a:focus {
  text-decoration: underline;
}
.main-nav input#toggle-menu {
  display: none;
}
.main-nav input#toggle-menu + label {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-nav input#toggle-menu + label .menu-text {
  display: none;
  font-size: 14px;
}
@media (max-width: 768px) {
  .main-nav input#toggle-menu + label {
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    padding: 4px 16px;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .main-nav input#toggle-menu + label .menu-text {
    display: block;
  }
  .main-nav input#toggle-menu + label .stories {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    z-index: 999;
    hyphens: auto;
  }
  .main-nav input#toggle-menu + label .stories li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
  }
  .main-nav input#toggle-menu + label .stories a {
    display: block;
    padding: 0;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main-nav input#toggle-menu:checked + label {
    background: #f8f8f8;
  }
}
.main-nav input#toggle-menu:checked + label .stories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-nav .share {
  position: static !important;
}
header.splash {
  max-width: 1200px;
  margin: auto;
}
header.splash .image-container {
  position: relative;
}
header.splash .image-container img {
  display: block;
}
header.splash .mobile-bug,
header.splash .bug {
  font-family: "Roboto Slab", consolas, monospace;
  color: #7e838b;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  header.splash .bug {
    display: none;
  }
}
header.splash .mobile-bug {
  display: none;
  font-size: 14px;
  padding: 16px 0;
}
@media (max-width: 768px) {
  header.splash .mobile-bug {
    display: block;
  }
}
header.splash .overlay {
  position: absolute;
  width: 60%;
  bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 480px) {
  header.splash .overlay {
    width: 70%;
    bottom: 0;
  }
}
header.splash .overlay h1 {
  margin: 20px 0;
  font-size: 100px;
  text-align: right;
  font-style: italic;
  overflow: hidden;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  header.splash .overlay h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  header.splash .overlay h1 {
    font-size: 30px;
  }
}
header.splash .overlay .word {
  float: right;
  clear: right;
  background: #edd4be;
  position: relative;
  margin-bottom: 10px;
  padding: 0 20px;
}
header.splash .overlay .word::after {
  width: 150%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: black;
  height: 4px;
}
header.splash .overlay .word:nth-child(1) {
  margin-right: 60px;
}
header.splash .overlay h2 {
  font-weight: normal;
  font-size: 24px;
  font-family: "Roboto Slab", consolas, monospace;
}
@media (max-width: 768px) {
  header.splash .overlay h2 {
    display: none;
  }
}
header.splash .credit {
  text-align: right;
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 16px 20px 0;
  font-style: italic;
}
.byline {
  font-size: 18px;
  max-width: 900px;
  margin: auto;
  padding: 0 16px;
}
.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;
}
.chunk {
  max-width: 900px;
  margin: auto;
  font-size: 21px;
  position: relative;
}
@media (max-width: 768px) {
}
.chunk > * {
  max-width: 620px;
}
.chunk > p {
  padding: 0 16px;
}
aside.sidebar {
  float: right;
  max-width: 240px;
  margin: 0 16px 32px;
  font-size: 15px;
}
@media (max-width: 480px) {
  aside.sidebar {
    float: none;
    max-width: 100%;
    margin: 20px;
  }
}
aside.sidebar.wider {
  max-width: 400px;
}
aside.sidebar img {
  display: block;
  margin: auto;
}
.pull-graf {
  font-size: 150%;
}
@media (max-width: 480px) {
  .pull-graf {
    font-size: 100%;
  }
}
.chunk.first > p:first-child {
  font-size: 150%;
}
@media (max-width: 480px) {
  .chunk.first > p:first-child {
    font-size: 100%;
  }
}
h3 {
  display: block;
  font-family: "Roboto Slab", consolas, monospace;
  padding: 0 16px;
  border-bottom: 2px solid black;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}
h3 em {
  font-style: normal;
  font-size: 180%;
  background: #edd4be;
  padding: 6px 8px 4px;
  vertical-align: text-bottom;
  display: inline-block;
}
@media (max-width: 480px) {
  h3 em {
    font-size: 120%;
  }
}
h3 + p {
  font-size: 150%;
}
@media (max-width: 480px) {
  h3 + p {
    font-size: 100%;
  }
}
hr {
  display: block;
  width: 200px;
  max-width: 100%;
  height: 1em;
  background: #edd4be;
  border: none;
  margin: 80px 0 0;
}
hr + p {
  font-size: 150%;
}
@media (max-width: 480px) {
  hr + p {
    font-size: 100%;
  }
}
footer.continue {
  background: #edd4be;
  margin: 20px auto 0;
  line-height: 1;
}
footer.continue .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 480px) {
  footer.continue .row {
    display: block;
  }
}
footer.continue .image-container img {
  display: block;
}
@media (max-width: 480px) {
  footer.continue .image-container img {
    width: 100%;
  }
}
footer.continue .links {
  padding: 0 20px;
}
@media (max-width: 480px) {
  footer.continue .links {
    padding: 40px 20px;
  }
}
footer.continue h1 {
  font-size: 48px;
  margin: 0 0 12px;
  font-style: normal;
}
@media (max-width: 480px) {
  footer.continue h1 {
    font-size: 36px;
  }
}
footer.continue a {
  font-style: italic;
  color: black;
  font-size: 20px;
  transition: color .2s linear;
}
.photo {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0 16px;
}
.photo img {
  display: block;
  margin: auto;
}
.photo .caption {
  display: block;
  padding: 0;
  margin-top: 0;
}
.photo.wide {
  max-width: 100%;
  margin: 20px auto;
  position: relative;
}
.photo.wide .credit {
  float: right;
}
@media (max-width: 480px) {
  .photo.wide .credit {
    float: none;
  }
}
.photo.row {
  overflow: hidden;
  margin: 20px auto;
  max-width: 100%;
}
.photo.row img {
  width: 50%;
  float: left;
}
.photo.full {
  max-width: 100%;
  margin: 20px auto;
}
.photo .credit {
  text-align: right;
  font-size: 13px;
  margin-left: 20px;
  font-style: italic;
  text-transform: uppercase;
  color: #424648;
}
.editors-note {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  float: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
  width: 240px;
}
@media (max-width: 1000px) {
  .editors-note {
    float: none;
    position: static;
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
  }
}
.editors-note ul {
  list-style-type: none;
  padding: 0;
}
.subscribe-box {
  margin-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.subscribe-box a {
  text-align: center;
  background: #424648;
  color: #f8f8f8;
  display: block;
  padding: 8px 4px;
  font-size: 20px;
  transition: all .2s linear;
  border-radius: 2px;
}
.subscribe-box a:hover,
.subscribe-box a:focus {
  background: #7e838b;
}
.comment-container {
  max-width: 600px;
  margin: auto;
  padding: 40px 0;
}
.comment-container .show-comments {
  border-color: #424648;
  color: #424648;
}
.talia .wash-container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.talia .wash-container .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.talia .video-container {
  width: 100%;
  position: relative;
}
.talia .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hospital header.splash {
  padding-bottom: 30px;
}
.hospital header.splash .bug {
  color: white;
  text-shadow: -2px -2px 4px black, 2px 2px 4px black, 2px -2px 4px black, -2px 2px 4px black;
}
.hospital header.splash .overlay {
  width: 60%;
}
@media (max-width: 480px) {
  .hospital header.splash .overlay {
    width: 100%;
    position: static;
    padding-left: 0px;
  }
}
.hospital header.splash h1 {
  font-size: 60px;
}
@media (max-width: 768px) {
  .hospital header.splash h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .hospital header.splash h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .hospital header.splash .word {
    margin-bottom: 10px;
    width: 80%;
  }
  .hospital header.splash .word::after {
    width: calc(100% + 40px);
  }
}
.hospital header.splash .word:nth-child(1) {
  margin-right: 50px;
}
.hospital header.splash .word:nth-child(2) {
  margin-right: 25px;
}
.hospital header.splash .caption {
  margin: 0;
  font-size: 14px;
  padding: 0 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
}
.hospital h3 {
  position: relative;
  display: block;
  text-align: right;
  max-width: 600px;
  font-weight: bold;
  margin-bottom: 60px;
  font-size: 170%;
  font-style: italic;
  text-transform: uppercase;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  margin-right: 10px;
}
.hospital h3::after {
  position: absolute;
  bottom: -30px;
  right: -10px;
  content: "";
  display: block;
  background: #edd4be;
  height: 32px;
  width: 200px;
  z-index: -1;
}
.hospital h3 + p {
  font-size: 150%;
}
@media (max-width: 480px) {
  .hospital h3 + p {
    font-size: 100%;
  }
}
.hospital .graphs {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
.hospital .graphs.standalone {
  max-width: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 20px 0;
  padding: 10px;
}
.hospital .graphs.standalone label {
  text-align: center;
  display: block;
}
.hospital .graphs.sidebar {
  margin-left: 40px;
}
@media (max-width: 480px) {
  .hospital .graphs.sidebar {
    margin: 0;
    padding: 10px 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
}
.hospital .graphs h1 {
  font-size: 18px;
}
.hospital .graphs h2 {
  font-size: 16px;
  margin-top: 0;
}
.hospital .graphs .graph-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
@media (max-width: 480px) {
  .hospital .graphs .graph-row {
    display: block;
  }
}
.hospital .graphs .graph-row .cell {
  padding: 4px 16px;
}
.hospital .graphs .graph-row .cell:nth-child(2) {
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 480px) {
  .hospital .graphs .graph-row .cell:nth-child(2) {
    border-left: none;
  }
}
.hospital .graphs .source {
  font-size: 14px;
}
.hospital .graphs .credit {
  font-size: 14px;
  text-align: right;
  font-style: italic;
  text-transform: uppercase;
}
.hospital .surgery {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
.hospital .surgery h2 {
  font-size: 17px;
}
.hospital .surgery p {
  margin: 0;
}
.hospital .surgery ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-position: inside;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 480px) {
  .hospital .surgery ol {
    display: block;
  }
}
.hospital .surgery li {
  padding: 4px;
}
.hospital .surgery li img {
  display: block;
  margin: auto;
  max-height: 200px;
}
.hospital .surgery .description {
  display: block;
  padding: 0 4px;
  font-weight: normal;
  font-size: 16px;
}
.hospital .aneurysm.surgery {
  overflow: hidden;
}
.hospital .aneurysm.surgery img {
  float: right;
}
.hospital .coil.surgery li {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.hospital .coil.surgery li img {
  max-height: 300px;
}
.hospital .coil.surgery li:nth-child(1) {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  overflow: hidden;
}
.hospital .coil.surgery li:nth-child(1) img {
  float: right;
}
.hospital .clip.surgery li {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.hospital .clip.surgery li:nth-child(2) {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.hospital .surgery-comparison {
  max-width: 100%;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin: 20px 0;
  padding: 10px;
}
.hospital .surgery-comparison h1 {
  font-size: 24px;
}
.hospital .surgery-comparison .surgery {
  border-bottom: none;
  border-top: none;
}
.hospital .surgery-comparison .source,
.hospital .surgery-comparison .credit {
  font-size: 14px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.hospital .surgery-comparison .credit {
  font-style: italic;
  text-align: right;
  text-transform: uppercase;
}
.newsletter img.splash {
  margin: auto;
  display: block;
}
.newsletter .newsletter-signup {
  max-width: 600px;
  padding: 40px 20px;
  margin: auto;
}
.newsletter .newsletter-signup label {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  display: block;
  color: #7e838b;
  font-size: 16px;
}
.newsletter .newsletter-signup input {
  display: block;
  border: 1px solid #e0e0e0;
  font-size: 20px;
  padding: 8px;
  width: 100%;
  margin-bottom: 8px;
}
.newsletter .newsletter-signup input:hover,
.newsletter .newsletter-signup input:focus {
  border: 1px solid #7e838b;
}
.newsletter .newsletter-signup input[type=checkbox] {
  display: none;
}
.newsletter .newsletter-signup input[type=submit] {
  width: 100px;
  margin: auto;
  font-size: 15px;
}
.newsletter .newsletter-signup .hidden {
  display: none;
}
