/*
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;
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.main-carousel {
  width: 90%;
  margin: auto;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
}
.flickity-slider {
  position: absolute;
  width: 105%;
  height: 100%;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .flickity-slider {
    line-height: 1.5;
  }
}
.carousel-cell {
  opacity: 0.3;
  top: 50%;
  transform: translate(0%, -50%);
}
.carousel-cell.is-selected {
  opacity: 1;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
.flickity-button:hover {
  opacity: 1;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
  opacity: 0.8;
}
.flickity-button-icon:hover {
  opacity: 1;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .flickity-prev-next-button {
    width: 45px;
    height: 45px;
  }
}
.flickity-prev-next-button.previous {
  left: -25px;
}
.flickity-prev-next-button.next {
  right: -25px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0px 0 25px;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  margin-end: 10px;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background: black;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.small-mobile {
  display: inline;
}
@media (max-width: 370px) {
  .small-mobile {
    display: none;
  }
}
.interactive {
  max-width: 700px;
  margin: auto;
  min-height: 835px;
}
@media (max-width: 480px) {
  .interactive {
    min-height: 1000px;
  }
}
@media (max-width: 370px) {
  .interactive {
    min-height: 1230px;
  }
}
.carousel-cell:nth-child(11) {
  background-color: #f9ddcb !important;
}
.carousel-cell:nth-child(11) span {
  color: #d06723;
  font-weight: bold;
  letter-spacing: 1px;
}
.container {
  font-size: 0px;
}
.text-container {
  margin: 0em auto 2em auto;
  font-size: 18px;
  vertical-align: top;
  text-align: center;
}
.text-container .txt-block {
  width: 87%;
  background-color: #eee;
  border: 2px solid black;
  border-radius: 5px;
  padding: 5px 10px;
}
.text-container .txt-block p {
  margin: 0px;
}
.text-container .txt-block p span {
  color: #d06723;
  font-weight: bold;
  letter-spacing: 1px;
}
.org-container {
  text-align: center;
  font-size: 0px;
}
.org-container .block {
  font-size: 0px;
}
.org-container .block.one {
  max-width: 250px;
  margin: auto;
}
.org-container .block.flex {
  display: flex;
  max-width: 470px;
  margin: auto;
}
.org-container .block.two {
  max-width: 470px;
  margin: auto;
}
.org-container .block .label {
  font-size: 16px;
  color: #858585;
}
.org-container .block .text {
  font-size: 16px;
  padding: 5px 10px;
  background-color: #aaa;
  color: white;
  font-weight: bold;
  line-height: 1.3em;
}
.org-container .block .text.highlight {
  background-color: #d06723;
}
.org-container .block .three {
  vertical-align: top;
  width: calc(100% / 3 - 5px);
  margin-right: 5px;
}
.org-container .block .houses {
  font-size: 30px;
}
@media (max-width: 480px) {
  .org-container .block .houses {
    font-size: 27px;
  }
}
.org-container .block .houses .hand {
  margin: 0px 10px;
  display: inline-block;
  background-color: #aaa;
  color: white;
  vertical-align: top;
}
@media (max-width: 480px) {
  .org-container .block .houses .hand {
    margin: 0px 2px;
  }
}
.org-container .block .houses .hand.highlight {
  background-color: #d06723;
}
.org-container .block .people {
  font-size: 30px;
  letter-spacing: 4px;
}
@media (max-width: 480px) {
  .org-container .block .people {
    font-size: 24px;
    letter-spacing: 0px;
  }
}
.org-container .block .people .fa-users {
  color: #aaa;
}
.org-container .block .people .fa-users.highlight {
  color: #d06723;
}
.org-container .arrows {
  margin: 5px auto;
  font-size: 50px;
  height: 30px;
}
@media (max-width: 480px) {
  .org-container .arrows {
    font-size: 40px;
    height: 25px;
    margin: 5px auto;
  }
}
.org-container .arrows .fa-caret-down,
.org-container .arrows .fa-caret-up {
  line-height: 0.5em;
  opacity: 0.2;
  vertical-align: top;
}
@media (max-width: 480px) {
  .org-container .arrows .fa-caret-down,
  .org-container .arrows .fa-caret-up {
    line-height: 0.6em;
  }
}
.org-container .arrows .fa-caret-down.highlight,
.org-container .arrows .fa-caret-up.highlight {
  opacity: 1;
  color: #d06723;
}
@keyframes hover-down {
  100% {
    transform: translate3d(0, 15px, 0);
  }
}
@keyframes hover-up {
  100% {
    transform: translate3d(0, -15px, 0);
  }
}
