/*
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.47368421 0;
}
h1 {
  font-size: 48px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
  text-align: center;
  margin-block-end: .25em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
    margin: 10px;
    font-size: 40px;
    line-height: 1.04545455;
    letter-spacing: -1px;
    margin-block-end: .2em;
  }
}
h2 {
  font-size: 32px;
  line-height: 1.42105263;
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 24px;
    padding: 0 10px;
    line-height: 1.25em;
  }
}
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: #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 {
  float: 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;
}
nav.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  padding: 10px;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
@media (max-width: 480px) {
  nav.main-nav .logo {
    width: 145px;
    padding: 6px;
    text-align: left;
  }
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 10px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .share-bar {
    padding: 2px 0 0 0;
  }
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 1px;
  width: 25px;
}
.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: 960px;
  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;
}
.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;
}
.nav-container {
  display: inline-block;
  position: absolute;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 200;
  padding-top: 5px;
  top: 0px;
  float: right;
  margin-right: 6px;
  height: 48px;
  right: 125px;
}
.nav-container a {
  color: black;
}
@media (max-width: 480px) {
  .nav-container {
    height: 33px;
    padding-top: 0px;
    right: 100px;
  }
}
.nav-container .nav-label,
.nav-container .nav-label-mobile {
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}
.nav-container .nav-label .menuName,
.nav-container .nav-label-mobile .menuName {
  display: inline-block;
  vertical-align: sub;
}
@media (max-width: 480px) {
  .nav-container .nav-label,
  .nav-container .nav-label-mobile {
    vertical-align: text-top;
    padding-top: 3px;
  }
}
.nav-container .nav-label i {
  vertical-align: sub;
  margin-left: 7px;
}
.nav-container .nav-list {
  background-color: white;
  list-style: none;
  position: absolute;
  top: 47px;
  padding: 0;
  margin: 0;
  width: 210px;
  display: none;
}
@media (max-width: 480px) {
  .nav-container .nav-list {
    top: 33px;
  }
}
.nav-container .nav-list li {
  padding: 5px 5px;
  border-top: 1px solid #ddd;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 16px;
  display: block;
}
.nav-container .nav-list li:hover {
  background-color: #e0e0e0;
}
.nav-container.showMenu {
  display: block;
}
.nav-container:hover .nav-list {
  display: block;
}
.marketing.marketing--footer {
  border: none;
  text-align: center;
}
.marketing__button {
  text-align: center;
  max-width: 150px;
  width: 90%;
  margin: auto;
  border: 1px solid #367161;
  padding: 6px 6px;
  border-radius: 5px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  background-color: #86bda8;
  color: black !important;
  font-weight: normal;
}
.marketing__button:hover {
  cursor: pointer;
  background-color: #00413e;
  color: white !important;
}
.readMore {
  text-align: center;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  width: 550px;
}
@media (max-width: 480px) {
  .readMore {
    width: 300px;
    font-size: 16px;
  }
}
.funding {
  width: 100%;
  max-width: 400px;
  margin: 2em auto;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 0.8em;
  padding: 10px 15px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.bc-no-preroll {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.bc-no-preroll iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.claudiaSlide {
  margin-bottom: 50vh;
}
.claudia {
  max-width: 365px;
  margin-right: 15px;
  display: inline-block;
}
.claudia .readMore {
  display: block;
  text-align: center;
  padding: 4px 2px;
  border-radius: 5px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  color: black;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .claudia {
    display: block;
    margin: auto;
  }
}
.navBar {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
}
.navBar #navScroll {
  height: 10px;
  background-color: #367161;
}
.byline {
  line-height: 1.5em;
  margin-top: 0;
}
.caption {
  padding-top: 5px;
  background-color: white;
}
@media (max-width: 480px) {
  .caption {
    padding: 3px 10px;
  }
}
.caption2 {
  font-size: 16px;
}
@media (max-width: 480px) {
  .caption2 {
    padding: 0 10px;
  }
}
.slideMe {
  display: none;
}
.credits {
  background-color: rgba(250, 250, 250, 0.8);
  margin: 20px auto 20px;
  width: 100%;
  padding: 40px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
}
@media (max-width: 480px) {
  .credits {
    padding: 25px 10px;
  }
}
.hr2 {
  border-top: 3px solid #367161;
  width: 80%;
  max-width: 350px;
  margin: 1em auto;
}
.readMore:hover {
  cursor: pointer;
  color: #00575e;
}
.bigSlide {
  position: relative;
}
.slide,
.slideVid {
  width: 100%;
}
.stickMe {
  height: 8vh;
  position: sticky;
  top: 0;
  padding-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .stickMe {
    height: 25vh;
  }
}
@media only screen and (max-width: 1000px) {
  .stickMe {
    height: 18vh;
  }
}
@media (max-width: 768px) {
  .stickMe {
    height: 20vh;
  }
}
@media (max-width: 480px) {
  .stickMe {
    height: 75vh;
  }
}
.stickMe .half {
  position: sticky;
  top: 50%;
  left: 6%;
  transform: translate(0%, -50%);
}
.stickMe .half.right {
  right: 0;
  left: auto;
}
.fixedContainer.stickMe {
  padding-left: 5vh;
}
@media (max-width: 480px) {
  .fixedContainer.stickMe {
    background-color: white;
    padding-bottom: 10px;
  }
}
.fixedContainer.stickMe.specialBackground {
  background-color: #fbf7f5;
}
.slideVid .stickMe {
  z-index: -1;
  width: 100%;
  background-color: black;
  opacity: 0;
}
.guts {
  height: 100vh;
}
.fixedTotal {
  max-width: 1300px;
  margin: auto;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .fixedTotal {
    padding-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .fixedTotal {
    padding-bottom: 2px;
  }
}
.fixedTotal.padMe {
  margin-top: 20vh;
}
.fixedTotal.padMe2 {
  margin-top: 50vh;
}
.fixedContainer {
  width: 100%;
}
.fixedTexts {
  position: relative;
  z-index: 4;
  margin-bottom: 80vh;
}
@media (max-width: 768px) {
  .fixedTexts {
    margin-bottom: 60vh;
  }
}
@media (max-width: 480px) {
  .fixedTexts {
    margin-bottom: 80vh;
    background: white;
  }
}
.breakMe {
  display: block;
}
.breakMe2 {
  display: inline;
}
@media (max-width: 480px) {
  .breakMe2 {
    display: block;
  }
}
.memorial {
  text-align: center;
}
.memorial .subhed {
  margin-top: 0.3em;
}
.memorial .star {
  line-height: 1.5em;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 200;
}
.text,
.text-back {
  margin: 50vh 0;
  vertical-align: top;
  z-index: 5;
}
.text .text-wrapper,
.text-back .text-wrapper {
  padding: 0;
  background: transparent;
}
@media (max-width: 480px) {
  .text .text-wrapper,
  .text-back .text-wrapper {
    padding: 15px;
    background-color: white;
  }
}
.text .scrollBy,
.text-back .scrollBy {
  margin-bottom: 3em;
  font-size: 2em;
  text-align: center;
}
@media (max-width: 480px) {
  .text .scrollBy,
  .text-back .scrollBy {
    display: none;
  }
}
.text.white,
.text-back.white {
  color: white;
  font-weight: bold;
}
@media (max-width: 480px) {
  .text.white,
  .text-back.white {
    color: black;
    font-weight: normal;
  }
}
.text.wide,
.text-back.wide {
  max-width: 960px;
  margin: auto;
}
.text.name,
.text-back.name {
  color: white;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.text.name .mother,
.text-back.name .mother {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.text.left,
.text-back.left {
  width: 50%;
  display: inline-block;
}
.text.right,
.text-back.right {
  margin-left: calc(52% + 50px);
  width: calc(100% - (60% + 50px));
  display: inline-block;
}
@media (max-width: 480px) {
  .text.right,
  .text-back.right {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.text.center,
.text-back.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text.quarter-right,
.text-back.quarter-right {
  margin-right: 4%;
  width: 20%;
  display: inline-block;
  margin-left: 76%;
}
@media (max-width: 480px) {
  .text.quarter-right,
  .text-back.quarter-right {
    width: 90%;
    margin: 80vh auto;
    display: block;
  }
}
.text.vert-half,
.text-back.vert-half {
  margin-left: calc(56% + 50px);
}
@media (max-width: 480px) {
  .text.vert-half,
  .text-back.vert-half {
    margin-left: auto;
    margin-right: auto;
  }
}
.pics {
  z-index: -1;
}
.pics .desktop {
  display: block;
}
.pics.wide {
  position: absolute;
  top: 0;
  width: 100%;
}
.pics img {
  vertical-align: top;
  width: 100%;
}
.pics img.mobile {
  width: 100%;
  max-width: 1000%;
}
.pics.height {
  height: 100%;
}
.pics.height img {
  vertical-align: top;
  width: auto;
  max-width: 1000%;
  height: 100%;
  display: block;
  margin: auto;
}
.pics.height .desktop {
  display: block;
}
@media (max-width: 480px) {
  .pics.height .desktop {
    display: none;
  }
}
.pics.height .mobile {
  display: none;
}
@media (max-width: 480px) {
  .pics.height .mobile {
    display: block;
  }
}
.pics.right {
  text-align: right;
}
.pics.quarter {
  padding-top: 45vh;
}
.pics.half {
  width: 52%;
}
@media (max-width: 480px) {
  .pics.half {
    width: 100%;
    left: 0%;
    padding: 15px 5px 0;
    z-index: -1;
    background-color: white;
  }
}
.video {
  max-width: 600px;
  margin: auto;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .video {
    padding: 0;
  }
}
.photoWrap {
  max-width: 960px;
  margin: auto;
  font-size: 0;
  padding: 0 0 10px;
}
.photoWrap .half-stat {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 3px 3px 6px 3px;
}
@media (max-width: 480px) {
  .photoWrap .half-stat {
    width: 50%;
    padding: 2px 2px 4px 2px;
  }
}
.photoWrap .single {
  padding: 3px;
}
@media (max-width: 480px) {
  .photoWrap .single {
    padding: 2px;
  }
}
.photoWrap img {
  display: block;
}
.maxWrap {
  max-width: 680px;
  margin: auto;
  padding: 10px;
  background-color: white;
}
.maxWrap.padMe {
  padding-top: 15vh;
}
.maxWrap.padMe2 {
  padding-top: 30vh;
}
@media (max-width: 480px) {
  .maxWrap.creditSlide {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .maxWrap {
    padding: 0 30px;
  }
}
img {
  width: 100%;
}
.pullquote {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.pullquote .quote {
  font-weight: 200;
  font-size: 2em;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 0.5em !important;
}
@media (max-width: 480px) {
  .pullquote .quote {
    font-size: 1.7em;
    line-height: 1.3em;
  }
}
.pullquote .attr {
  font-style: italic;
  color: #e06e82;
  font-size: 1.3em;
}
.subhed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 200;
}
.fullImg {
  position: relative;
}
.fullImg .chapHed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 3em;
  width: 100%;
  padding: 10px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay {
  position: absolute;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* Black background with opacity */
  z-index: -10;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
  opacity: 0;
}
.margin {
  margin-bottom: 25vh;
}
.navButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.button {
  text-align: center;
  width: 9em;
  flex-grow: 1 1 auto;
  border: 1px solid #367161;
  padding: 6px 6px;
  border-radius: 5px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  background-color: #86bda8;
  color: black !important;
  display: inline-block;
  margin-top: 8px;
}
.button:hover {
  cursor: pointer;
  background-color: #00413e;
  color: white !important;
}
