* {
  -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;
  background-position: fixed;
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
}
main {
  margin: 0 auto;
}
article.main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px;
}
footer {
  max-width: 1200px;
  margin: 1em auto 0 auto;
  padding: 1em 8px;
  border-top: 1px solid #dddddd;
}
footer .copyright {
  text-align: center;
  font-size: 16px;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Black", Arial;
  font-weight: normal;
}
h4 {
  font-size: 18px;
  margin: 0 0 8px 0;
}
h3 {
  font-size: 22px;
  margin: 0 0 8px 0;
  letter-spacing: .6px;
}
h5 {
  font-size: 14px;
  margin: 0 0 8px 0;
}
h6 {
  margin: 16px 0 0 0;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #09334b;
  border: none;
}
section {
  margin: 1em 0;
}
@media (max-width: 1024px) {
  section {
    padding: 0 3%;
  }
}
@media (max-width: 480px) {
  section {
    padding: 0;
  }
}
sup {
  vertical-align: text-top;
}
.side {
  position: relative;
  width: 33%;
  float: right;
  clear: right;
  font-size: 16px;
}
@media (max-width: 768px) {
  .side {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 1em 0;
    margin: 1em 0;
    left: auto;
  }
}
.side h3 {
  font-family: "Oswald", Arial;
}
.side.blurb {
  padding: 24px;
  margin-bottom: 1em;
  border: 10px solid #dddddd;
}
@media (max-width: 768px) {
  .side.blurb {
    width: 50%;
    margin-left: 10px;
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .side.blurb {
    width: 100%;
    margin-left: 0;
  }
}
.side.sidebar {
  background: #dddddd;
  background: linear-gradient(to bottom, #dddddd, #ffffff);
  padding: 24px;
}
@media (max-width: 768px) {
  .side.sidebar {
    border-top: 0;
  }
}
@media (max-width: 480px) {
  .side.sidebar {
    padding: 12px;
  }
}
.side.sidebar .more {
  display: none;
}
.side.sidebar .expand {
  width: 100%;
  margin: 1em auto 0;
  padding: 1em;
  cursor: pointer;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.side.pullquote {
  font-family: Arial, Helvetica, sans-serif;
  padding: 24px;
  cursor: default;
  margin-bottom: 1em;
  border: 0;
  color: white;
}
@media (max-width: 480px) {
  .side.pullquote {
    display: none;
  }
}
@media (max-width: 768px) {
  .side.pullquote {
    width: 50%;
    margin-left: 10px;
  }
}
.touchscreen .side.pullquote {
  background-image: url("assets/texture-3.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.side.pullquote .quote {
  font-family: "Oswald", Arial;
  font-size: 28px;
  line-height: 1.2em;
}
.side.document .caption {
  display: none;
}
.side.document .bubble {
  padding: 0 60px;
  margin-bottom: 3em;
}
@media (max-width: 1024px) {
  .side.document .bubble {
    padding: 0 24px;
    margin-bottom: 2em;
  }
}
@media (max-width: 768px) {
  .side.document .bubble {
    padding: 0;
    margin-bottom: 1em;
  }
}
.side.document .bubble .bubble-date {
  text-transform: uppercase;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #555555;
  margin: 0;
  line-height: 1em;
  text-align: left;
  margin: 8px 0 4px;
}
.side.document.audio .bubble {
  margin-bottom: 1em;
}
.side.document a {
  text-decoration: none;
}
.side.document a:hover {
  text-decoration: underline;
}
.side.document a:hover i {
  text-decoration: none;
}
.side.document i.fa {
  padding-right: 5px;
}
.side.document p {
  margin-bottom: 0.5em;
}
.side.document p a {
  text-decoration: underline;
}
.side.document.no-border {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.comments * {
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -ms-box-sizing: padding-box;
  box-sizing: padding-box;
}
.comments p {
  margin: 1em 0;
}
.comments article,
.comments header,
.comments section,
.comments footer {
  margin: 0;
  padding: 0;
  border: none;
}
.comments .fyre .fyre-featured-content-wrapper {
  min-width: 0 !important;
}
.comments-button {
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial;
}
.comments-button a {
  text-decoration: none;
  background: #bc5c23;
  transition: background .2s linear;
  padding: 5px;
  color: white;
}
.comments-button a:hover {
  background: #a7511f;
}
canvas.dust {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
canvas.smear {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}
canvas.smudge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
}
[resist] {
  position: relative;
}
[resist] canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
}
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: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 8px;
}
.lightbox .lb-credit,
.lightbox .lb-caption {
  width: 100%;
  color: white;
  display: block;
  margin: auto;
  font-family: "Roboto Condensed", Arial;
}
.lightbox .lb-caption {
  text-align: left;
  font-size: 16px;
}
.lightbox .lb-credit {
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, 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);
}
.graphic,
.video {
  margin-bottom: 1em;
  padding: 1em 0;
  font-size: 16px;
  font-family: "Roboto Condensed", Arial;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dddddd;
}
.photo img,
.video img,
.graphic img {
  width: 100%;
}
.photo {
  margin-bottom: 1.4em;
}
@media (max-width: 768px) {
  .photo {
    border-width: 1px 0;
    border-style: solid;
    border-color: #dddddd;
    padding: 1em 0;
    margin: 1em 0;
  }
}
.credit {
  text-transform: uppercase;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #555555;
  margin: 0;
  line-height: 1em;
}
.caption {
  color: #555555;
  font-family: "Roboto Condensed", Arial;
  font-size: 16px;
  margin: 0;
}
.source {
  margin-bottom: 4px;
}
.video-container {
  position: relative;
  cursor: pointer;
}
.video-container.disabled .controls {
  display: none;
}
.video-container .controls {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(-50%);
  text-align: center;
}
.video-container .controls .button {
  color: black;
  font-size: 80px;
  margin: 20px;
  text-shadow: 0 0 16px white;
}
.video-container.playing .controls {
  display: none;
}
.video-container.at-start .reset.button {
  display: none;
}
.video-container video {
  width: 100%;
}
.video-container .warning {
  display: block;
  text-align: center;
  font-size: 150%;
}
.bc-container {
  padding-bottom: 56.25%;
  position: relative;
}
.bc-container .BrightcoveExperience {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
nav {
  background: #3c3c3c;
  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);
  padding-left: 10px;
  vertical-align: middle;
  color: #dddddd;
  list-style: none;
  transform: translateZ(0);
}
@media (max-width: 480px) {
  nav {
    padding-left: 5px;
  }
}
nav a {
  text-decoration: none;
  cursor: pointer;
}
nav a img {
  border: none;
}
nav ul {
  display: inline;
}
nav li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  text-transform: uppercase;
  float: left;
  list-style-type: none;
}
@media (max-width: 480px) {
  nav li {
    margin-right: 5px;
  }
}
nav .logo {
  height: 20px;
  margin-top: 12px;
}
nav .nav-title {
  font-family: "Oswald", Arial;
  letter-spacing: .5px;
}
nav .parts {
  background-color: #555555;
  font-family: "Roboto Condensed", Arial;
  font-size: 16px;
  line-height: 1em;
  padding: 5px 10px;
  margin-top: 7px;
  width: 90px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.touchscreen nav .parts {
  display: none;
}
nav .parts i.fa {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10px;
}
nav .parts a {
  color: #dddddd;
  white-space: nowrap;
  cursor: default;
}
nav .parts a[href] {
  cursor: pointer;
}
nav .parts ul {
  display: none;
  padding: 0;
  margin-top: 8px;
}
nav .parts li {
  padding: 5px 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
nav .parts .active a {
  color: rgba(221, 221, 221, 0.5);
}
nav .parts:hover ul {
  display: block;
}
nav .parts:hover a {
  background: #555555;
}
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;
}
header.page-header {
  position: relative;
  width: 100%;
  top: 40px;
  margin-bottom: 1em;
  padding: 0 8px;
}
header.page-header .hint {
  position: absolute;
  top: 56%;
  left: 31%;
  font-family: "Oswald", Arial;
  z-index: -1;
}
header.page-header .hint .touch {
  display: none;
}
.touchscreen header.page-header .hint .touch {
  display: inline;
}
.touchscreen header.page-header .hint .hover {
  display: none;
}
header.page-header .overline {
  text-align: center;
  text-transform: uppercase;
  color: darkred;
}
header.page-header h1 {
  font-family: "Archivo Black";
  color: white;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0;
  padding: 20% 0;
  font-style: italic;
}
.ready header.page-header h1 {
  opacity: 1;
}
@media (max-width: 1080px) {
  header.page-header h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 850px) {
  header.page-header h1 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 640px) {
  header.page-header h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 480px) {
  header.page-header h1 {
    font-size: 30px;
    line-height: 50px;
  }
}
header.page-header .headline {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 8px;
}
header.page-header .headline h1.header-hed {
  padding: 10px 0;
  color: #222222;
  font-size: 90px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  header.page-header .headline h1.header-hed {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 768px) {
  header.page-header .headline h1.header-hed {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 480px) {
  header.page-header .headline h1.header-hed {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  header.page-header .headline h1.header-hed.part-four-hed {
    font-size: 40px;
    line-height: 42px;
  }
}
header.page-header .headline .header-image {
  width: 100%;
}
header.page-header .headline .caption {
  margin-bottom: 3em;
}
.summary {
  font-size: 32px;
  font-family: "Oswald", Arial;
  margin: auto;
  margin-bottom: 1em;
  display: block;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .summary {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .summary {
    font-size: 20px;
  }
}
.intro {
  margin: 1em auto;
}
.intro .byline {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 14px;
}
@media (max-width: 480px) {
  .intro .byline {
    font-size: 12px;
  }
}
.intro .byline a {
  text-transform: uppercase;
}
.intro .byline .authors {
  margin-right: 5px;
}
.intro .byline time {
  color: #959595;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .no-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .no-tablet {
    display: none;
  }
}
.tagline {
  font-style: italic;
}
.epilogue {
  background: #dddddd;
  background: linear-gradient(to bottom, #dddddd, #ffffff);
  margin-top: 1.6em;
  padding: 30px;
}
@media (max-width: 480px) {
  .epilogue {
    padding: 20px;
  }
}
.epilogue h3 {
  font-family: "Oswald", Arial;
  font-size: 30px;
  margin: 4px 0 10px;
}
@media (max-width: 768px) {
  .epilogue h3 {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 4px;
  }
}
.epilogue p {
  font-size: 17px;
  width: 64%;
  cursor: default;
}
@media (max-width: 768px) {
  .epilogue p {
    width: 100%;
    font-size: 16px;
  }
}
.epilogue p.byline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.epilogue p.byline.no-margin {
  margin-bottom: 0;
}
.epilogue p.byline .author {
  text-transform: uppercase;
}
.epilogue .photo {
  width: 50%;
  margin: 0 0 2em 30px;
}
@media (max-width: 768px) {
  .epilogue .photo {
    width: 100%;
    margin-left: 0;
    border-top: none;
  }
}
.epilogue .photo .credit {
  width: 100%;
  font-size: 12px;
}
.epilogue .photo .caption {
  width: 100%;
  font-size: 16px;
}
.continue {
  display: block;
  font-family: "Archivo Black", Arial;
}
.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: #555555;
}
.continue .half a:hover {
  text-decoration: none;
  background: #dddddd;
}
.continue br {
  clear: both;
}
.comments {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #dddddd;
}
.map {
  margin-bottom: 1em;
  padding: 1em 0;
  font-size: 16px;
  font-family: "Roboto Condensed", Arial;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dddddd;
  overflow: auto;
}
.map .map-chatter {
  padding: 0 1em;
}
.map .map-chatter.left {
  padding-left: 0px;
}
.map .map-chatter.right {
  padding-right: 0px;
}
.map .small {
  width: 40%;
}
@media (max-width: 480px) {
  .map .small {
    width: 100%;
  }
}
.map .big {
  width: 60%;
}
@media (max-width: 480px) {
  .map .big {
    width: 100%;
  }
}
.map .left {
  float: left;
}
.map .right {
  float: right;
}
.map i.fa {
  padding-right: 5px;
}
.map .source-link {
  white-space: nowrap;
  padding-right: 10px;
}
.wa-map-key {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wa-map-key .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: #8a8a8a;
  border-color: transparent;
  border-width: 3px;
  border-style: solid;
  border-radius: 100%;
  margin-right: 5px;
}
.wa-map-key .dot.rusty {
  background: white;
  border-color: #d75646;
}
.wa-map-key .dot.rusty.filled {
  background: #d75646;
}
.bio {
  float: left;
  width: 25%;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .bio {
    width: 50%;
    padding: 0;
    padding: 4px;
  }
}
.bio label {
  text-transform: uppercase;
  font-size: 14px;
  background-color: #3c3c3c;
  color: white;
  padding: 4px;
  text-align: center;
  margin: 1em 0;
  width: 150px;
  max-width: 100%;
  display: block;
}
@media (max-width: 480px) {
  .bio label {
    font-size: 12px;
  }
}
.bio .mug {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  max-width: 100%;
}
.bio h4 {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .bio h4 {
    font-size: 14px;
  }
}
.bio .city {
  font-style: italic;
  padding: 0;
}
table.workplace-violations-chart {
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.workplace-violations-chart th {
  padding: 0 16px 2px 0;
  vertical-align: top;
  text-align: left;
  text-transform: uppercase;
}
table.workplace-violations-chart td {
  padding: 2px 14px 2px 2px;
  vertical-align: top;
}
table.workplace-violations-chart tbody tr:nth-child(odd) {
  background: rgba(221, 221, 221, 0.5);
}
.shooter-exposure-graphic .large-illo {
  width: 50%;
  max-width: 220px;
  float: right;
}
.shooter-exposure-graphic .bullet-illo {
  width: 50%;
  max-width: 220px;
}
.shooter-exposure-graphic .small-illo {
  max-width: 480px;
}
.timeline {
  font-size: 16px;
  font-family: "Roboto Condensed", Arial;
}
.story.vertical-space {
  margin-top: 3em;
}
@media (max-width: 480px) {
  .story.vertical-space {
    margin-top: 2em;
  }
}
.story .text-width {
  width: 67%;
  padding-right: 3%;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .story .text-width {
    width: 100%;
    padding-right: 0;
  }
}
.story .text-width.video {
  padding-right: 0;
}
.story > p {
  width: 64%;
  cursor: default;
}
@media (max-width: 768px) {
  .story > p {
    width: 100%;
  }
}
.story .dropcap {
  font-family: "Archivo Black", Arial;
  font-size: 4em;
  float: left;
  line-height: 1em;
  padding: 0 10px;
  margin: 0 10px 10px 0;
  font-style: italic;
  background-color: #dddddd;
}
.story .dropcap.wide {
  padding: 0 24px;
}
.story .dropcap.medium {
  padding: 0 24px 0 10px;
}
.story .full {
  clear: both;
}
.story .lead-in {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
.story a.no-underline {
  text-decoration: none;
  color: inherit;
}
.story a.no-underline:hover,
.story a.no-underline:focus {
  text-decoration: underline;
  color: #09334b;
}
.story .project-credit {
  margin: 0 0 4px 0;
}
.story .project-credit .project-role {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
