/*
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: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: 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;
}
.byline {
  font-size: 18px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
.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;
}
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: 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: "";
  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%;
}
.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%;
}
.subscribe-box {
  padding: 0;
}
.subscribe-box h2 {
  margin: 0;
}
.subscribe-box img {
  display: inline-block;
  padding-right: 10px;
  height: 24px;
}
@media (max-width: 480px) {
  .subscribe-box img {
    display: block;
    margin: 24px auto;
    padding-right: 0;
  }
}
.subscribe-box .button-box {
  padding-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .subscribe-box .button-box {
    display: block;
    text-align: center;
  }
}
.subscribe-box .subscribe-button {
  display: inline-block;
  background: #0777b3;
  padding: 12px 15px 10px 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .08em;
}
.subscribe-box .subscribe-button:hover {
  background: #e0e0e0;
}
.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;
}
body {
  background: #231f20;
}
.constrained {
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 900px;
}
.a11y-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.bylines {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  padding: 32px 0;
}
.story-ref {
  float: right;
  margin: 0 0 20px 20px;
  padding: 20px;
  width: 30%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  border-bottom: 1px solid #e0e0e0;
}
.story-ref img {
  display: block;
  margin: 0 auto 16px;
}
@media (max-width: 480px) {
  .story-ref {
    float: none;
    width: 100%;
  }
}
.side-by-side {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 0;
}
@media (max-width: 480px) {
  .side-by-side {
    display: block;
  }
}
.side-by-side > * {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-right: 16px;
}
aside.author-details {
  font-size: 15px;
}
aside.author-details p {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
aside.author-details img {
  display: block;
  margin: auto;
}
aside.author-details h3 {
  margin-bottom: 8px;
  text-align: center;
}
.credit {
  background: #424648;
  color: white;
  padding: 32px 16px;
}
.credit .bylines {
  list-style-type: none;
  padding: 0;
  max-width: 600px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
footer {
  background: white;
  box-shadow: 0 -16px 16px rgba(0, 0, 0, 0.06);
}
header {
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: opacity .3s linear;
}
header video {
  display: block;
  position: absolute;
  top: 49.599%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  min-height: 100vh;
  min-width: 100vw;
}
header.fade {
  opacity: 0;
}
@media (max-width: 480px) {
  .intro.theme {
    margin-top: 0;
  }
}
.intro.theme .video-container {
  max-width: 1000px;
  margin: auto;
  background: white;
  padding: 16px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  position: relative;
}
.intro.theme .video-container .aspect {
  position: relative;
}
.intro.theme .video-container .aspect::before {
  content: "";
  display: block;
}
.intro.theme .video-container .aspect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.intro.theme .video-container .caption {
  padding-top: 8px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}
.intro.theme .content {
  z-index: 999;
  position: relative;
  padding-bottom: 1px;
}
.intro.theme .hr {
  width: 25%;
  display: block;
  margin: 64px auto;
}
.intro.theme h1 {
  text-align: center;
  font-size: 72px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .intro.theme h1 {
    font-size: 48px;
  }
}
.intro.theme h2 {
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.intro.theme .jump {
  text-align: center;
  padding: 16px 0;
}
.intro.theme .jump a {
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 16px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .intro.theme .jump a {
    font-size: 14px;
    letter-spacing: inherit;
    margin: 0;
  }
}
.intro.theme .jump a:hover,
.intro.theme .jump a:focus {
  text-decoration: underline;
}
section.theme {
  margin: 0 auto;
  position: relative;
}
section.theme .content {
  max-width: 700px;
  padding: 40px 64px;
  margin: auto;
  color: black;
  display: block;
  background: #FFFEF2;
}
@media (max-width: 480px) {
  section.theme .content {
    padding: 40px 8px;
  }
}
section.theme#oppression .content:first-child {
  padding-top: 1px;
}
section.theme#oppression .content:first-child .divider {
  margin-top: 0;
}
.divider {
  font-size: 80px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.divider::before {
  content: "";
  padding-bottom: 10%;
  background: url(assets/divider.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  line-height: 1;
  max-width: 30%;
}
@media (max-width: 480px) {
  .divider {
    font-size: 36px;
  }
}
.intro .hr + p:first-letter {
  font-size: 90px;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
  font-weight: bold;
  line-height: 1;
}
.intro .photo-container {
  margin: 50px auto;
}
.gallery {
  margin: 0 auto 0;
  padding: 32px 16px 60px;
  background: white;
  color: black;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  position: relative;
  z-index: 999;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  transition: opacity .2s linear;
  overflow: hidden;
}
.gallery h1 {
  text-align: center;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 15px;
  display: block;
  font-size: 24px;
}
@media (min-width: 1500px) {
  .gallery h1 {
    margin-bottom: 32px;
  }
}
.gallery hr {
  max-width: 200px;
  width: 50%;
  margin: 16px auto;
}
.gallery.fade {
  opacity: 0;
}
@keyframes spinner {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
.gallery.loading .spotlight::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "◌";
  display: block;
  font-size: 64px;
  color: black;
  transform: translate(-50%, -50%);
  animation: spinner 2s infinite;
  z-index: 999;
}
.gallery.loading .spotlight .featured {
  opacity: 0;
  transition: none;
}
@media (max-width: 480px) {
  .gallery {
    padding: 60px 0;
  }
}
@media (min-width: 1500px) {
  .gallery .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.gallery .contents {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gallery h4 {
  color: black;
}
.gallery .spotlight {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 480px) {
  .gallery .spotlight {
    display: block;
  }
}
.gallery .spotlight button.stepper {
  background: transparent;
  color: #424648;
  border: none;
  font-size: 50px;
  cursor: pointer;
  transition: all .2s linear;
  padding: 0 32px;
}
.gallery .spotlight button.stepper:hover {
  color: black;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .gallery .spotlight button.stepper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.4);
    z-index: 999;
    font-size: 25px;
    border-radius: 4px;
    padding: 32px 8px;
  }
  .gallery .spotlight button.stepper:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  .gallery .spotlight button.stepper.previous {
    left: -5px;
  }
  .gallery .spotlight button.stepper.next {
    right: -5px;
  }
}
.gallery .spotlight .image-frame {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.gallery .spotlight .image-frame img {
  max-height: 70vh;
  display: block;
  margin: auto;
  transition: opacity .2s linear;
}
.gallery .caption {
  max-width: 600px;
  margin: auto;
  font-size: 16px;
  padding: 20px 16px;
}
.gallery .caption h4 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
.gallery .caption .time {
  font-style: italic;
  display: inline;
  font-weight: normal;
}
.gallery .caption .unfold {
  background: transparent;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.gallery:not(.unfolded) .fold {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.gallery.unfolded .unfold {
  display: none;
}
.gallery .thumbnails {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0 32px;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.gallery .thumbnails .thumbnail {
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  display: block;
  position: relative;
  border: 4px solid transparent;
}
@media (max-width: 480px) {
  .gallery .thumbnails .thumbnail {
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    border: 4px solid transparent;
  }
}
.gallery .thumbnails .thumbnail.selected {
  border-color: #231f20;
}
.gallery .thumbnails img {
  display: block;
  width: 100%;
  color: transparent;
  font-size: 0;
}
