/*
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;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #f8f8f8;
  }
}
main {
  display: block;
}
.interactive {
  padding: 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: #71757d;
}
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: 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: #71757d;
}
.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;
}
.source-container {
  margin-top: 10px;
}
.source-container::after {
  clear: both;
  content: "";
  display: block;
}
.data-source,
.art-credit,
.caption {
  color: #71757d;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
.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;
  font-size: 0px;
}
.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
.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;
}
zeus-ad {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.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 0.1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
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;
}
.dotContainer {
  position: fixed;
  right: 10px;
  z-index: 11;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 480px) {
  .dotContainer {
    display: none;
  }
}
.dotContainer .verticalLine {
  width: 50%;
  height: 400px;
  border-right: 1px dashed #aaa;
  position: absolute;
  z-index: 12;
  top: 0px;
}
@media (max-width: 480px) {
  .dotContainer .verticalLine {
    height: 330px;
  }
}
.dotContainer .dot {
  position: relative;
  width: 15px;
  height: 15px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #aaa;
  z-index: 13;
}
@media (max-width: 480px) {
  .dotContainer .dot {
    width: 10px;
    height: 10px;
  }
}
.dotContainer .dot.active {
  background-color: #4671BA;
}
#backToToc {
  background-color: #0777b3;
  padding: 5px 0px 5px 5px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 5;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 16px;
  display: block;
}
@media (max-width: 480px) {
  #backToToc {
    display: block;
  }
}
body {
  position: relative;
  top: 0px;
  font-family: 'Raleway', sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body .body-text {
  margin-bottom: 5px;
}
body .body-text a {
  color: #0777b3;
}
body .body-text.byline {
  font-weight: bold;
}
body .thin-div {
  border-bottom: 1px solid white;
}
@media (max-width: 480px) {
  body {
    overflow: inherit;
  }
}
.headTreatment {
  width: 100%;
  padding: 10px;
  max-width: 700px;
  width: auto;
  height: 20vh;
  margin: auto;
  text-align: center;
  position: relative;
}
.headTreatment img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.specialBlock {
  width: 100%;
  height: 115vh;
}
@media (max-width: 480px) {
  .specialBlock {
    height: 130vh;
  }
  .specialBlock.triplet {
    height: 230vh;
  }
  .specialBlock.ad {
    height: 50vh;
  }
  .specialBlock.last {
    height: 100vh;
  }
  .specialBlock.laundry {
    height: 260vh;
  }
  .specialBlock.toc {
    height: 250vh;
  }
}
@media (max-width: 480px) and (max-width: 350px) {
  .specialBlock.laundry {
    height: 300vh;
  }
}
@media (max-width: 480px) and (max-width: 350px) {
  .specialBlock.toc {
    height: 300vh;
  }
}
.specialBlock .content {
  text-align: center;
  background-color: #fefefe;
  padding: 15px;
}
@media (max-width: 480px) {
  .specialBlock .content {
    padding: 0px;
  }
}
.specialBlock .content .text {
  font-size: 17px;
}
.specialBlock .content .text .story-hed {
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1.2em;
  margin: 5px auto 5px auto;
  max-width: 750px;
}
@media (max-width: 480px) {
  .specialBlock .content .text .story-hed {
    font-size: 1.3em;
    padding: 5px 10px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.specialBlock .content .text .story-byline {
  color: #71757d;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .specialBlock .content .text .story-byline {
    margin-bottom: 5px;
  }
}
.specialBlock .content .text .story-blurb {
  max-width: 700px;
  margin: auto;
}
@media (max-width: 480px) {
  .specialBlock .content .text .story-blurb {
    padding: 5px 10px;
  }
}
.specialBlock .content .text .read-more {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  color: #0777b3;
  padding-bottom: 10px;
}
.specialBlock .content .text .read-more .marker-icon {
  width: 15px;
  display: inline-block;
  vertical-align: sub;
}
.specialBlock .content .text .read-more .marker-icon svg path {
  fill: #EC9522;
}
.specialBlock .content .text .directions {
  font-size: 25px;
  text-align: center;
}
.specialBlock .content::after {
  content: "";
  position: fixed;
  font-size: 30px;
  /* margin-top: 10px; */
  background-color: transparent;
  width: 100%;
  line-height: 0.5em;
  /* float: right; */
  bottom: -35px;
  right: 0;
  left: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .specialBlock .content::after {
    content: "";
  }
}
.specialBlock.intro {
  position: relative;
}
.specialBlock.intro .intro-text {
  position: absolute;
  padding: 15px 20px;
  width: 100%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 1px dashed black;
  border-top: 1px dashed black;
}
.specialBlock.intro .intro-text .dropcap {
  float: left;
  font-size: 3em;
  font-weight: 900;
  line-height: 0.88em;
  padding-top: 3px;
  padding-right: 5px;
}
.specialBlock.intro .intro-text::after {
  content: "";
  position: fixed;
  font-size: 30px;
  /* margin-top: 10px; */
  background-color: transparent;
  width: 100%;
  line-height: 0.5em;
  /* float: right; */
  bottom: -35px;
  right: 0;
  left: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .specialBlock.intro .intro-text::after {
    content: "";
  }
}
.specialBlock.firstSlide {
  position: relative;
}
.specialBlock.firstSlide .content {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .specialBlock.firstSlide .content {
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
    padding-top: 20px;
  }
}
.specialBlock.firstSlide h1,
.specialBlock.firstSlide h2 {
  text-align: center;
}
.specialBlock.firstSlide .map {
  margin: auto;
  text-align: center;
  height: 60vh;
  width: auto;
}
@media (max-width: 480px) {
  .specialBlock.firstSlide .map {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}
.specialBlock.firstSlide .map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 480px) {
  .specialBlock.firstSlide .map img {
    height: auto;
    object-fit: initial;
  }
}
.specialBlock.firstSlide .directions {
  font-size: 15px;
  color: #424648;
  font-weight: bold;
  margin-top: 10px;
}
.specialBlock.lastSlide {
  position: relative;
  border-top: 2px solid black;
}
.specialBlock.lastSlide .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px;
}
.specialBlock.lastSlide footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.specialBlock#noir.takeover img {
  -webkit-transform: translateX(-50%) translateY(-45%);
  -moz-transform: translateX(-50%) translateY(-45%);
  -ms-transform: translateX(-50%) translateY(-45%);
  transform: translateX(-50%) translateY(-45%);
}
@media (max-width: 768px) {
  .specialBlock#noir.takeover img {
    -webkit-transform: translateX(-60%) translateY(-50%);
    -moz-transform: translateX(-60%) translateY(-50%);
    -ms-transform: translateX(-60%) translateY(-50%);
    transform: translateX(-60%) translateY(-50%);
  }
}
.specialBlock.takeover {
  position: relative;
  overflow: hidden;
}
.specialBlock.takeover .content {
  position: absolute;
  bottom: 0px;
  width: 95%;
  max-width: 700px;
  left: 0;
  right: 0;
  margin: auto;
}
.specialBlock.takeover .content .story-hed {
  padding-top: 10px;
}
@media (max-width: 480px) {
  .specialBlock.takeover .content {
    width: 95%;
  }
}
.specialBlock.takeover img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  max-height: none !important;
  max-width: none !important;
}
.specialBlock.frame,
.specialBlock.video {
  position: relative;
}
.specialBlock.frame .content,
.specialBlock.video .content {
  max-height: 110vh;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .specialBlock.frame .content,
  .specialBlock.video .content {
    width: 95%;
    height: auto;
    max-height: none;
  }
}
.specialBlock.frame .content img,
.specialBlock.video .content img {
  width: auto;
  height: auto;
  max-height: 55vh;
}
@media (max-width: 480px) {
  .specialBlock.frame .content img,
  .specialBlock.video .content img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
.specialBlock.toc {
  position: relative;
}
.specialBlock.toc .content {
  width: 95%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  padding: 0px;
  background-color: transparent;
}
@media (max-width: 480px) {
  .specialBlock.toc .content {
    display: grid;
    grid-template-columns: 100%;
  }
}
.specialBlock.toc .content .box {
  padding: 15px;
  border-right: 5px dashed #EC9522;
}
@media (max-width: 480px) {
  .specialBlock.toc .content .box {
    border: none;
  }
}
.specialBlock.toc .content .box .toc_label {
  max-width: 150px;
  margin: auto;
}
.specialBlock.toc .content .box .toc_label svg .st3 {
  font-family: 'Alfa Slab One', cursive;
}
.specialBlock.toc .content .box .toc_link {
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 15px;
  color: black;
  font-weight: 500;
}
@media (max-width: 480px) {
  .specialBlock.toc .content .box .toc_link {
    padding-left: 0px;
  }
}
.specialBlock.toc .content .box:last-of-type {
  border-right: none;
}
.specialBlock.ad {
  position: relative;
}
.specialBlock.ad .content {
  width: 95%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.specialBlock.triplet {
  position: relative;
}
.specialBlock.triplet .content {
  max-height: 110vh;
  width: 95%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .specialBlock.triplet .content {
    width: 95%;
    max-height: none;
  }
}
.specialBlock.triplet .content .triplet_con {
  font-size: 0px;
}
.specialBlock.triplet .content .triplet_con .trip {
  padding: 5px;
  display: inline-block;
  width: 33%;
}
@media (max-width: 480px) {
  .specialBlock.triplet .content .triplet_con .trip {
    width: 100%;
    display: block;
    padding: 0 0 5px 0;
  }
}
