@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
* {
  -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: 20px;
  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: 28px;
  line-height: 1.42105263;
}
h3 {
  font-size: 26px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.graphic-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.data-source,
.art-credit,
.caption {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
  float: left;
}
.art-credit {
  text-align: right;
}
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: inline-block;
  vertical-align: middle;
  width: 160px;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
  background: #e0e0e0;
}
.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%;
}
@media (max-width: 480px) {
  .ad.pending[data-type="banner"]::before,
  .ad.pending[data-type="bannerBottom"]::before {
    padding-bottom: 16.66666667%;
  }
}
.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%;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.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 {
  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;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bc-preroll {
  position: relative;
}
.bc-preroll video,
.bc-preroll iframe,
.bc-preroll button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.bc-preroll video {
  z-index: -1;
}
.bc-preroll button {
  background: transparent;
  border: none;
  opacity: .3;
  transition: all .3s linear;
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .bc-preroll button {
    opacity: .7;
    margin: auto;
  }
}
.bc-preroll button .brightcove__button {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 32px;
  margin-bottom: 44.8px;
  border-radius: 4px;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
}
.bc-preroll button .brightcove__button__text {
  background-color: #f8f8f8;
  padding: 16px 24px;
}
.bc-preroll button .brightcove__button__play {
  padding: 16px 24px;
  background-color: #C75824;
  padding-right: 5px;
}
.bc-preroll button svg {
  display: inline;
  margin-right: 15px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.bc-preroll button:hover,
.bc-preroll button:focus {
  opacity: 0.9;
  cursor: pointer;
}
.bc-preroll::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
@keyframes typing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.audio-player {
  max-width: 630px;
  position: relative;
  width: 100%;
  padding: 20px 0;
  margin: auto;
}
.audio-player audio {
  margin: auto;
  display: block;
  min-width: 50%;
}
@media (max-width: 480px) {
  .audio-player audio {
    width: 70%;
  }
}
.audio-player .transcript-box {
  font-weight: bold;
  color: #C75824;
  position: relative;
  padding: 10px 40px 20px 40px;
  text-align: center;
  transition: all .3s linear;
  opacity: 1;
}
@media (max-width: 480px) {
  .audio-player .transcript-box {
    padding: 0px 20px 10px 20px;
  }
}
.audio-player .transcript-box.paused {
  color: #7e838b;
}
.audio-player .transcript-box .line {
  font-size: 28px;
}
@media (max-width: 480px) {
  .audio-player .transcript-box .line {
    font-size: 21px;
  }
}
.audio-player .transcript-box .line.intro {
  text-align: center;
}
.audio-player .transcript-box .line .speaker {
  font-size: 28px;
  color: #C75824;
  display: inline-block;
  padding: 4px 16px;
}
@media (max-width: 480px) {
  .audio-player .transcript-box .line .speaker {
    font-size: 21px;
    padding: 0px 0px 10px 0px;
  }
}
.audio-player .transcript-box .line .speaker:before {
  content: "“";
}
.audio-player .transcript-box .line .speaker:after {
  content: "”";
}
.audio-player .transcript-box .line.prep {
  position: absolute;
  transition: all .3s linear;
  transform: translateY(0);
  opacity: 1;
}
.audio-player .transcript-box .line.fade {
  opacity: 0;
}
.audio-player .transcript-box .line.active .typed {
  animation: step-start typing 0.2s both;
}
body {
  background-color: #020915;
  color: #f0f0e4;
  transition: background 2s ease-in-out;
}
body.orlando {
  background-color: #020915;
}
body.jesus {
  background-color: #160000;
}
body.gustavo {
  background-color: #160000;
}
body.josue {
  background-color: #220702;
}
body.maggie {
  background-color: #140000;
}
.nav-bar {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  padding: 7px 0;
}
img.logo {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.hero {
  height: 100vh;
  position: relative;
  z-index: -1;
}
.hero__figure {
  left: 50%;
  margin: 0 auto;
  object-fit: cover;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
.hero__figure.hidden {
  opacity: 0;
  -webkit-animation: fadeout 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeout 1s;
  /* Firefox < 16 */
  -ms-animation: fadeout 1s;
  /* Internet Explorer */
  -o-animation: fadeout 1s;
  /* Opera < 12.1 */
  animation: fadeout 1s;
}
.hero__figure.shown {
  opacity: 1;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
.hero__video {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.hero__text {
  text-align: center;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .hero__text {
    top: calc(50% - 130px);
  }
}
@media (min-width: 480px) {
  .hero__text {
    top: 18vw;
  }
}
.series-label,
h1,
h2,
.byline,
.publish-date,
.body-text,
h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
@media (max-width: 768px) {
  .series-label,
  h1,
  h2,
  .byline,
  .publish-date,
  .body-text,
  h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .gallery__caption {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.series-label {
  background: rgba(199, 88, 36, 0.8);
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  padding: 4px 12px;
  text-transform: uppercase;
}
h1 {
  color: #ffffff;
  font-size: 2em;
  margin-top: 10px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 15px #000;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  h1 {
    font-size: 3.6em;
  }
}
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h2,
h3,
h4 {
  color: #f0f0e4;
}
a {
  color: #e18357;
}
a:visited,
a:hover,
a:focus {
  color: #e8a382;
}
a:hover {
  text-decoration: underline;
}
.partnership-container {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  padding: 15px;
  width: 200px;
}
@media (max-width: 768px) {
  .partnership-container {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .partnership-container {
    width: 300px;
  }
}
@media (min-width: 480px) {
  .partnership-container {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1240px) {
  .partnership-container {
    margin-right: calc(50% - 440px);
  }
}
.partnership-container__images {
  width: 125px;
  margin: auto;
}
.partnership-logo {
  height: 50px;
  padding-left: 5px;
  padding-right: 5px;
}
.partnership-container__text {
  font-size: 15px;
}
.partnership-container__text:first-of-type {
  margin-top: 4px;
}
.partnership-container__text:last-of-type {
  margin-bottom: 0;
}
.article__figure {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 1280px;
}
@media (max-width: 1280px) {
  .article__figure {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .article__figure {
    margin-left: auto;
    margin-right: auto;
  }
}
.standalone img {
  max-width: 1280px;
  width: 100%;
}
.standalone--small img {
  display: block;
  margin: auto;
  max-width: 840px;
}
.triple {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .triple img,
  .triple video {
    height: 100%;
  }
  .triple img:first-child,
  .triple video:first-child {
    margin-bottom: 10px;
    width: 100%;
  }
  .triple img:nth-child(n+2),
  .triple video:nth-child(n+2) {
    width: 50%;
  }
  .triple img:nth-child(2),
  .triple video:nth-child(2) {
    padding-right: 5px;
  }
  .triple img:last-child,
  .triple video:last-child {
    padding-left: 5px;
  }
}
@media (min-width: 900px) {
  .triple {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 44.57vw;
  }
  .triple img,
  .triple video {
    height: 100%;
  }
  .triple img:first-child,
  .triple video:first-child {
    width: 66.47135417%;
    margin-right: 15px;
  }
  .triple img:nth-child(n+2),
  .triple video:nth-child(n+2) {
    height: calc(50% - 8px);
    width: 32.35677083%;
  }
  .triple img:nth-child(2),
  .triple video:nth-child(2) {
    margin-bottom: 8px;
  }
  .triple img:last-child,
  .triple video:last-child {
    margin-top: 7px;
  }
}
@media (min-width: 1280px) {
  .triple {
    height: 568px;
  }
}
.quad {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quad img,
.quad video {
  height: 100%;
  width: calc(50% - 8px);
}
.quad img:nth-child(odd),
.quad video:nth-child(odd) {
  margin-right: 15px;
}
.quad img:nth-child(-n+2),
.quad video:nth-child(-n+2) {
  margin-bottom: 15px;
}
.diptych {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.diptych img,
.diptych video {
  height: 100%;
}
.diptych img:first-child,
.diptych video:first-child {
  margin-right: 8px;
  width: calc(32.9192546584% - 4.9378881988px);
}
.diptych img:last-child,
.diptych video:last-child {
  margin-left: 7px;
  width: calc(67.0807453416% - 10.0621118012px);
}
.data-source,
.art-credit,
.caption {
  color: #969696;
}
.gallery__caption {
  font-size: 16px;
  margin: 5px auto;
  max-width: 680px;
  position: relative;
  text-align: center;
}
.gallery__caption:after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: -10px;
  height: 1px;
  width: 50%;
  border-bottom: 4px solid #C75824;
}
@media (max-width: 900px) {
  .caption--desktop {
    display: none;
  }
}
@media (min-width: 900px) {
  .caption--desktop {
    display: inline;
  }
}
@media (max-width: 900px) {
  .caption--mobile {
    display: inline;
  }
}
@media (min-width: 900px) {
  .caption--mobile {
    display: none;
  }
}
.border-map {
  margin: auto;
  max-width: 900px;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.border-map__svg {
  position: absolute;
  width: 100%;
}
.border-map__text {
  position: absolute;
}
.expandable {
  cursor: pointer;
}
.border-map.faded #map {
  opacity: 0;
}
.border-map.faded #country_borders {
  opacity: 0;
}
.border-map.faded #usa {
  opacity: 0;
}
.border-map.faded #graycity {
  opacity: 0;
}
.border-map.faded .g-pstyle0 {
  visibility: hidden;
}
.border-map.faded .g-pstyle1 {
  visibility: hidden;
}
.border-map.faded .g-pstyle3 {
  visibility: hidden;
}
.border-map.faded .g-pstyle5 {
  visibility: hidden;
}
.border-map.faded .g-pstyle7 {
  visibility: hidden;
}
.border-map.faded .g-pstyle9 {
  visibility: hidden;
}
.border-map.unfaded #map {
  opacity: 100%;
}
.border-map.unfaded #country_borders {
  opacity: 100%;
}
.border-map.unfaded #usa {
  opacity: 100%;
}
.border-map.unfaded #graycity {
  opacity: 100%;
}
.border-map.unfaded .g-pstyle0 {
  visibility: visible;
}
.border-map.unfaded .g-pstyle1 {
  visibility: visible;
}
.border-map.unfaded .g-pstyle3 {
  visibility: visible;
}
.border-map.unfaded .g-pstyle5 {
  visibility: visible;
}
.border-map.unfaded .g-pstyle7 {
  visibility: visible;
}
.border-map.unfaded .g-pstyle9 {
  visibility: visible;
}
#expanded-media {
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  height: 100vh;
  left: 0;
  margin: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100vw;
  z-index: 1;
}
#expanded-media.hidden {
  display: none;
}
#expanded-media.expanded {
  display: block;
}
#expanded-media .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.expanded-media__media {
  max-width: 100vw;
  max-height: 100vh;
  vertical-align: middle;
}
.expanded-media__media.hidden {
  display: none;
}
.expanded-media__media.shown {
  display: inline-block;
}
.thin-div {
  margin-bottom: 1em;
  max-width: 680px;
}
h4 {
  background-color: #140000;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2em;
  margin: auto;
  max-width: 680px;
  position: relative;
  top: 0.75em;
  text-align: center;
}
.project-credits__hed {
  width: 4em;
}
.project-credits {
  padding-top: 10px;
  max-width: 560px;
  margin: 0 auto 60px;
}
.project-credits__section {
  padding: 10px 0;
}
.project-credits__section:not(:last-child):after {
  content: "";
  display: block;
  margin: auto;
  width: 80px;
  border-bottom: 4px solid #C75824;
  position: relative;
  top: 10px;
}
.project-credit {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-style: italic;
  margin: 11px 0;
  padding: 0 10px;
}
.read-the-series__hed {
  width: 8em;
}
.read-the-series {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 860px;
}
.read-the-series__label {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #f0f0e4;
  margin: 2px 0;
  text-transform: uppercase;
}
.read-the-series__link {
  padding: 5px 10px;
  width: 50%;
}
.read-the-series__story-hed {
  margin-top: 0;
}
.marketing--footer {
  margin-top: 60px;
}
.marketing__button {
  background: #C75824;
}
.marketing__button:hover {
  background: #9c451c;
}
footer.nav-bottom {
  border-top: 1px solid #fff;
  margin-top: 80px;
}
