* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Georgia, Times, serif;
  color: #222222;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  body {
    font-size: 17px;
  }
}
header {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 8px;
}
article.main {
  margin: 0 auto;
  max-width: 1450px;
  padding: 8px;
  clear: both;
}
section {
  margin: 1em 0;
}
h4 {
  font-family: 'Merriweather Sans', sans-serif;
  color: #c20d00;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #09334b;
  border: none;
}
video {
  width: 100%;
}
footer {
  margin: 0 auto;
  padding: 1em;
  color: white;
  background: #222222;
  width: 100%;
}
footer a {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
section.about {
  background: #222222;
  color: white;
  margin: 2em 0 0 0;
  padding: 1em;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  white-space: nowrap;
  clear: both;
}
@media (max-width: 768px) {
  section.about {
    white-space: normal;
  }
}
section.about > * {
  white-space: normal;
}
section.about h1,
section.about h2 {
  font-size: 2em;
  font-weight: normal;
  margin: 0.5em 0;
}
section.about p {
  font-size: 22px;
}
section.about a {
  color: white;
}
section.about .about-project {
  width: 65%;
  float: none;
  display: inline-block;
  padding: 1em 5% 1em 3%;
  vertical-align: top;
}
@media (max-width: 768px) {
  section.about .about-project {
    width: 100%;
    padding: 1em;
  }
}
section.about .credits {
  width: 35%;
  float: none;
  display: inline-block;
  padding: 1em 3% 1em 3%;
  vertical-align: top;
}
@media (max-width: 768px) {
  section.about .credits {
    width: 100%;
    padding: 1em;
  }
}
section.about .credits p {
  margin: 6px 0;
}
aside {
  position: relative;
  font-size: 16px;
}
aside h3 {
  color: #c20d00;
  font-size: 20px;
  margin: 12px 0;
}
aside p {
  width: 100%;
}
aside.dark {
  background: #222222;
  color: white;
}
aside.dark .light-red {
  color: #dc0f00;
}
aside.border {
  border: 5px solid #222222;
}
aside.factbox {
  font-family: 'Merriweather Sans', sans-serif;
}
aside.factbox p {
  font-size: inherit;
}
aside.factbox p.source {
  font-size: 13px;
}
aside.factbox a {
  color: white;
  text-decoration: none;
}
aside.factbox a:hover {
  border-bottom: 1px dotted white;
}
aside.factbox ul.square {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
aside.factbox ul.square li {
  padding-left: 1em;
  text-indent: -0.7em;
}
aside.factbox ul.square li:before {
  content: "■ ";
  color: #dc0f00;
}
aside.factbox hr {
  clear: both;
  margin: 10px 0;
}
aside.factbox i.fa-check {
  color: white;
}
.animation {
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.animation .bars {
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  -webkit-transform: perspective(1000px) translateX(-130%);
  -moz-transform: perspective(1000px) translateX(-130%);
  -ms-transform: perspective(1000px) translateX(-130%);
  transform: perspective(1000px) translateX(-130%);
  background-image: url(assets/barcode/bars.jpg);
  background-size: 100%;
  width: 80%;
  height: 100%;
  position: relative;
}
.animation .bars .lock {
  width: 15%;
  position: absolute;
  right: 0;
  bottom: 30%;
  -webkit-transform: translateZ(30px);
  -moz-transform: translateZ(30px);
  -ms-transform: translateZ(30px);
  transform: translateZ(30px);
  transition: opacity 0.4s linear 3s;
}
.transformable .animation:hover .bars {
  -webkit-transform: perspective(1000px) translateX(-130%);
  -moz-transform: perspective(1000px) translateX(-130%);
  -ms-transform: perspective(1000px) translateX(-130%);
  transform: perspective(1000px) translateX(-130%);
}
.animation.go .bars {
  -webkit-transform: perspective(1000px) translateX(0);
  -moz-transform: perspective(1000px) translateX(0);
  -ms-transform: perspective(1000px) translateX(0);
  transform: perspective(1000px) translateX(0);
}
.animation.go .lock {
  opacity: 0;
}
.animation.go h1 {
  opacity: 1;
  color: #c20d00;
}
.animation .cell {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background-image: url(assets/barcode/bars.jpg);
}
.animation h1 {
  transition: opacity 1s ease-out 3s, color 1s linear 3s;
  background: white;
  white-space: nowrap;
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 80%;
  left: 10%;
  text-align: center;
  opacity: 0;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: normal;
}
.transformable .animation .thick {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.transformable .animation .thick::before,
.transformable .animation .thick::after {
  content: " ";
  width: 40px;
  height: 100%;
  background-color: #333;
  position: absolute;
}
.transformable .animation .thick::before {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  right: 100%;
  backface-visibility: hidden;
}
.transformable .animation .thick::after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  left: 100%;
  backface-visibility: hidden;
}
.comments {
  width: 100%;
  max-width: 1450px;
  margin: 1em auto;
  padding: 0 5%;
  z-index: 1;
}
.comments * {
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -ms-box-sizing: padding-box;
  box-sizing: padding-box;
}
.comments h3 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
.comments p {
  font-size: inherit;
  margin: 1em 0;
}
.comments .fyre .fyre-featured-content-wrapper {
  min-width: 0;
}
.comments .fyre.fyre-width-small .fyre-login-bar {
  width: 100%;
}
.comments .fyre-login-bar .fyre-user-loggedout:after {
  content: none;
}
@media (max-width: 480px) {
  .comments {
    padding: 0 8px;
  }
}
.full {
  width: 100%;
  margin: 1em auto 1.6em auto;
}
.large {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .large {
    width: 100%;
    clear: both;
  }
}
.medium {
  width: 40%;
}
@media (max-width: 1024px) {
  .medium {
    width: 100%;
    clear: both;
  }
}
.small {
  width: 30%;
}
@media (max-width: 1024px) {
  .small {
    width: 100%;
  }
}
.narrow {
  width: 21%;
  padding: 20px;
  margin: 1em 2%;
}
@media (max-width: 1024px) {
  .narrow {
    width: 46%;
  }
  .narrow.factbox {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .narrow {
    width: 96%;
  }
  .narrow.factbox {
    max-width: none;
  }
}
.left {
  float: left;
  clear: left;
}
.right {
  float: right;
  clear: right;
}
@media (max-width: 480px) {
  .mobile-hide {
    display: none;
  }
}
.mobile-only {
  display: none;
}
@media (max-width: 480px) {
  .mobile-only {
    display: block;
  }
}
@media (max-width: 1024px) {
  .tablet-hide {
    display: none;
  }
}
.tablet-only {
  display: none;
}
@media (max-width: 1024px) {
  .tablet-only {
    display: block;
  }
}
.accent {
  color: #c20d00;
}
.margin-right {
  margin-right: 8px;
}
.continue {
  display: block;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.5em;
}
.continue .half {
  width: 50%;
  float: left;
  min-height: 1px;
  text-align: center;
}
.continue .half a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #09334b;
}
.continue .half a:hover {
  text-decoration: none;
  background: #dddddd;
}
.continue br {
  clear: both;
}
.copyright {
  text-align: center;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
.gallery .story::after {
  content: " ";
  clear: both;
  height: 0px;
  display: block;
}
.gallery .gallery-item {
  float: left;
  width: 33%;
  padding: 8px;
  height: 0px;
  padding-bottom: 20%;
  text-align: center;
  overflow: hidden;
}
.gallery .gallery-item img {
  max-width: 100%;
}
.gallery .hidden {
  display: none;
}
header.page-header {
  margin: 0 auto;
  top: 40px;
  position: relative;
}
header.page-header label.overline {
  color: #c20d00;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 14px;
}
header.page-header label.series-part {
  color: #777777;
  float: left;
  text-align: center;
  width: 80%;
  margin: 10px 10%;
  padding: 10px;
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-size: 16px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
header.page-header h1.headline {
  text-align: center;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  margin: 0.2em 0 0.4em 0;
}
@media (max-width: 1024px) {
  header.page-header h1.headline {
    font-size: 2em;
  }
}
header.page-header h1.headline span.top-deck {
  font-weight: 800;
  display: block;
}
header.page-header h1.headline span.bottom-deck {
  font-size: 80%;
  color: #777777;
  display: block;
  line-height: 1.2em;
}
header.page-header .wide-header {
  width: 75%;
  float: left;
}
@media (max-width: 1024px) {
  header.page-header .wide-header {
    display: block;
    width: 100%;
  }
}
header.page-header .wide-header img.lead-image {
  width: 100%;
}
header.page-header .narrow-header {
  width: 25%;
  float: left;
}
@media (max-width: 1024px) {
  header.page-header .narrow-header {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
header.page-header .narrow-header .animation {
  height: 150px;
  width: 90%;
  margin: 0 auto 10px auto;
}
@media (max-width: 1024px) {
  header.page-header .narrow-header .animation {
    width: 50%;
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  header.page-header .narrow-header .animation {
    width: 100%;
  }
}
header.page-header .hero {
  width: 100%;
}
header.page-header .hero .hero-image {
  width: 100%;
}
header.day1 h1.headline {
  text-align: right;
}
@media (max-width: 1024px) {
  header.day1 h1.headline {
    text-align: center;
  }
}
header.day1 .line {
  letter-spacing: 0px;
  white-space: nowrap;
  clear: both;
  overflow: hidden;
}
header.day1 .line > * {
  white-space: normal;
}
header.day1 .wide-header {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  header.day1 .wide-header {
    display: block;
    width: 100%;
  }
}
header.day1 .narrow-header {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px 0 10px;
}
@media (max-width: 1024px) {
  header.day1 .narrow-header {
    display: block;
    width: 100%;
  }
}
header.day2 h1.headline {
  margin: 0 0 0.5em;
}
@media (max-width: 1280px) {
  header.day2 h1.headline {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  header.day2 h1.headline {
    font-size: 2em;
  }
}
header.day2 .narrow-header {
  margin-top: 5%;
}
@media (max-width: 1280px) {
  header.day2 .narrow-header {
    margin-top: 2%;
  }
}
header.day2 .wide-header {
  padding: 0;
}
header.day3 h1.headline {
  margin: 0 0 0.5em;
}
@media (max-width: 1280px) {
  header.day3 h1.headline {
    font-size: 2.6em;
  }
}
@media (max-width: 480px) {
  header.day3 h1.headline {
    font-size: 2em;
  }
}
header.day3 .wide-header {
  padding: 0;
}
img[lightbox] {
  cursor: pointer;
}
.lightbox {
  transition: opacity .2s linear;
  opacity: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.95);
  color: #dddddd;
  z-index: 9999;
  transform: translateZ(0);
}
.lightbox .frame {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 8px;
}
.lightbox .lb-credit,
.lightbox .lb-caption {
  width: 100%;
  max-width: 960px;
  color: #dddddd;
  display: block;
  margin: auto;
  font-family: 'Merriweather Sans', sans-serif;
}
.lightbox .lb-caption {
  text-align: left;
  font-size: 14px;
  margin: 8px 0;
}
.lightbox .lb-caption span.lead-in {
  font-weight: bold;
  font-size: 13px;
}
.lightbox .lb-credit {
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
}
.lightbox img {
  max-width: 100%;
  max-height: 630px;
  opacity: 1;
  transition: -webkit-transform 0.2s linear, opacity 0.3s linear;
  transition: -moz-transform 0.2s linear, opacity 0.3s linear;
  transition: -ms-transform 0.2s linear, opacity 0.3s linear;
  transition: transform .2s linear, opacity .3s linear;
  -webkit-transform: perspective(1000px) rotateX(0deg);
  -moz-transform: perspective(1000px) rotateX(0deg);
  -ms-transform: perspective(1000px) rotateX(0deg);
  transform: perspective(1000px) rotateX(0deg);
}
.lightbox.show {
  display: block;
}
.lightbox.fade {
  opacity: 0;
}
.lightbox.fade img {
  opacity: 0;
  -webkit-transform: perspective(1000px) rotateX(10deg);
  -moz-transform: perspective(1000px) rotateX(10deg);
  -ms-transform: perspective(1000px) rotateX(10deg);
  transform: perspective(1000px) rotateX(10deg);
}
.credit {
  font-family: Helvetica, Arial, sans-serif;
  text-align: right;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.caption {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 13px;
  margin: 0 0 0.5em 0;
}
.source {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 13px;
}
h3.subhed {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 2.4em;
  line-height: 1em;
  font-weight: normal;
  text-align: center;
}
.media,
.graphic {
  padding: 0 1em;
  margin: 1em auto;
}
@media (max-width: 480px) {
  .media,
  .graphic {
    padding: 8px;
  }
}
.media img,
.graphic img {
  width: 100%;
}
.media.left,
.graphic.left {
  margin-right: 1em;
}
.media.right,
.graphic.right {
  margin-left: 1em;
}
.graphic {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 0.5em;
}
.graphic .caption {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: 0.5em auto;
}
.video {
  margin: 1em auto;
}
.video .video-container {
  height: 0;
  padding-bottom: 52.6%;
  position: relative;
}
.video .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .caption {
  margin: 0.5em 3%;
}
.small-illo {
  width: 100px;
  margin: 5px;
  float: right;
}
img.medium-illo {
  width: 70%;
  margin: 0 15%;
}
@media (max-width: 768px) {
  img.medium-illo {
    width: 100%;
    margin: 0 auto;
  }
}
nav {
  background: #222222;
  line-height: 40px;
  height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  color: white;
  list-style: none;
  transform: translateZ(0);
}
nav #nav-toggle {
  display: none;
}
nav #nav-toggle:checked + label {
  display: block;
}
nav #nav-toggle:checked + label .parts ul {
  display: block;
}
nav a {
  text-decoration: none;
  cursor: pointer;
}
nav a img {
  border: none;
}
nav ul {
  display: inline;
  margin: 0 10px;
  padding: 0;
}
nav li {
  display: inline-block;
  position: relative;
  list-style-type: none;
}
nav .logo {
  height: 20px;
  margin: 10px 5px auto 5px;
  float: left;
}
nav .nav-title {
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
}
nav .parts {
  background-color: #222222;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 16px;
  line-height: 1em;
  padding: 5px 20px 5px 10px;
  margin-top: 7px;
  width: 120px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #777777;
  transform: translateZ(0);
  float: left;
}
@media (max-width: 480px) {
  nav .parts {
    font-size: 10px;
    width: auto;
  }
}
nav .parts i.fa {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10px;
}
@media (max-width: 480px) {
  nav .parts i.fa {
    top: 4px;
    right: 3px;
  }
}
nav .parts a {
  color: #dddddd;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: default;
}
nav .parts a[href] {
  cursor: pointer;
}
nav .parts ul {
  display: none;
  padding: 0;
  margin: 8px 0 0 0;
}
nav .parts li {
  padding: 5px 0;
  width: 100%;
  border-top: 1px dotted #dddddd;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 480px) {
  nav .parts li {
    font-size: 16px;
    padding: 8px;
  }
}
nav .parts .active a {
  color: rgba(221, 221, 221, 0.5);
}
nav .parts:hover ul {
  display: block;
}
nav .parts:hover li a:hover {
  color: white;
}
nav .parts:hover .active a:hover {
  color: rgba(221, 221, 221, 0.5);
}
nav .share {
  z-index: 999;
  position: absolute;
  top: 8px;
  right: 5px;
  line-height: normal;
}
nav .share-button.sharer-0 {
  width: 92px;
  height: 20px;
}
nav .share.sharer-0 label {
  background: none;
  color: white;
}
.tweet a {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
}
.tweet a .fa-twitter {
  color: #dddddd;
  display: inline;
}
.tweet a .fa-twitter:before {
  padding: 0 4px;
}
.tweet a:hover {
  background-color: #dddddd;
}
.tweet a:hover .fa-twitter {
  color: #55acee;
}
.story {
  clear: both;
  padding-top: 1em;
  margin: 0 auto;
  padding-top: 2em;
}
.story > p,
.story > h4 {
  width: 48%;
  padding: 8px 1%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .story > p,
  .story > h4 {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .story > p,
  .story > h4 {
    width: 100%;
  }
}
.story hr.byline-divider {
  width: 46%;
  margin: 1.5em auto;
}
.story p.byline {
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
.story p.byline a.author {
  text-transform: uppercase;
  text-decoration: none;
}
.story p.byline a.author:hover {
  text-decoration: underline;
}
.story p.byline time {
  color: #777777;
  white-space: nowrap;
}
.story p.byline.tagline {
  text-align: center;
}
.story .thin {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 140%;
}
.story .dropcap {
  font-size: 4em;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  line-height: 0.8em;
  float: left;
  padding: 0 10px;
  margin: 0 5px 5px 0;
}
.prison-table {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .prison-table {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .prison-table .hide-mobile {
    display: none;
  }
}
.prison-table th,
.prison-table td {
  padding: 4px;
  text-align: left;
}
.prison-table th {
  font-weight: normal;
  font-size: 18px;
  border-bottom: 1px solid #222222;
  background: none;
}
.prison-table tbody tr:nth-child(even) {
  background: #dddddd;
}
.prison-table .number {
  text-align: right;
}
