/*
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 (max-width: 480px) {
  body {
    font-size: 17px;
  }
}
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: #424648;
}
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: 32px;
  line-height: 1.42105263;
  font-family: Assistant;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  h2 {
    margin: 10px;
  }
}
h3 {
  font-size: 22px;
  font-family: Assistant;
  padding: 0;
  text-align: center;
  font-weight: 1000;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  h4 {
    line-height: normal;
  }
}
h6 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #e0e0e0;
  max-width: 400px;
  text-align: center;
  margin: auto;
}
.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;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  line-height: 1;
  z-index: 999;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
nav.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
nav.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;
}
.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;
}
.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;
}
.outer,
.outer2 {
  position: relative;
}
.inner {
  padding: 5px 0;
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #e0e0e0;
}
.meter {
  height: 12px;
  width: 0;
  background: #7e838b;
  margin: 2px 0 2px;
}
@media (max-width: 768px) {
  .meter {
    margin: 0 0 2px;
  }
}
.nav {
  margin: 0;
}
.stuck {
  position: fixed;
  top: 0;
}
.scroll-status {
  position: fixed;
  top: 30%;
  right: 0;
  background: #eee;
  border: 1px solid black;
  padding: 10px;
  font-size: 30px;
}
.status2 {
  top: 40%;
  background-color: #D9B4B5;
  font-size: 20px;
}
.status3 {
  top: 45%;
  background-color: #D9B4B5;
  font-size: 20px;
}
.scroll-status.true {
  background-color: #CCE4D5;
}
.spacer {
  height: 800px;
  background: #f9f9f9;
}
.chapters {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .chapters {
    display: none;
  }
}
.chapter1 {
  flex: 2.5;
  text-align: right;
}
.chapter2 {
  flex: 2;
  text-align: center;
  padding-left: 10px;
}
.chapter3 {
  flex: 2;
  text-align: left;
}
.chapter4 {
  flex: 2;
  text-align: center;
}
.chapter5 {
  flex: 1.2;
  text-align: center;
}
.chapter6 {
  flex: 1;
  text-align: center;
}
.chapter7 {
  flex: 1;
  text-align: center;
}
.bc-preroll,
.bc-no-preroll {
  position: relative;
  margin: 0 auto;
  max-width: 1020px;
}
@media (max-width: 480px) {
  .bc-preroll,
  .bc-no-preroll {
    width: 100%;
  }
}
.bc-preroll video,
.bc-no-preroll video,
.bc-preroll iframe,
.bc-no-preroll iframe,
.bc-preroll button,
.bc-no-preroll button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.bc-preroll video,
.bc-no-preroll video {
  z-index: -1;
}
.bc-preroll button,
.bc-no-preroll button {
  background: transparent;
  border: none;
  opacity: .3;
  transition: all .3s linear;
  display: block;
  margin: 0;
  padding: 0;
}
.bc-preroll button span,
.bc-no-preroll button span {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 32px;
  margin-bottom: 32px;
  border-radius: 4px;
  padding: 8px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.bc-preroll button svg,
.bc-no-preroll button svg {
  display: inline;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.bc-preroll button:hover,
.bc-no-preroll button:hover,
.bc-preroll button:focus,
.bc-no-preroll button:focus {
  opacity: 0.9;
  cursor: pointer;
}
.bc-preroll::before,
.bc-no-preroll::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.caption-video {
  color: white;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  background-color: black;
  padding: 5px;
}
@media (max-width: 480px) {
  .caption-video {
    padding: 10px 20px;
  }
}
.article {
  padding: 20px 16px;
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 480px) {
  .article {
    width: 100%;
    padding: 0;
  }
}
.visible-mobile {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-mobile {
    display: inline !important;
  }
  .hidden-mobile {
    display: none !important;
  }
}
.hammer {
  font-size: 90px;
  font-family: Assistant;
  font-weight: 600;
  margin: 0em auto 0;
}
@media (max-width: 768px) {
  .hammer {
    font-size: 42px;
    letter-spacing: 1px;
  }
}
.subhead {
  font-size: 21px;
  font-family: Assistant;
  margin-top: 5em;
}
@media (max-width: 768px) {
  .subhead {
    margin-top: 3em;
  }
}
@media (max-width: 480px) {
  .subhead {
    font-size: 18px;
    letter-spacing: normal;
  }
}
@media (max-width: 1200px) and (min-width: 721px) {
  .splash h1 {
    top: 10%;
  }
}
header.splash {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: black;
  background-image: "./assets/photo/20200929_RD_AutumnStone_GreenLake-0971.JPG";
}
.splash img,
h1 {
  position: absolute;
  top: 25%;
  width: 100%;
  display: block;
}
.fade {
  animation: fade-in 5s ease 1.5s backwards 1;
  color: white;
  font-size: 24px;
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
.opposite {
  color: white;
}
@keyframes fade-in {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes fade-out {
  0% {
    color: white;
  }
  100% {
    color: white;
  }
}
main.content {
  padding: 0 16px;
}
@media (max-width: 480px) {
  main.content {
    padding: 0;
  }
}
.constrained {
  margin: auto;
  max-width: 800px;
  padding: 0 16px;
}
.center {
  margin: auto;
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .center {
    padding: 10px 0px 10px;
  }
}
.byline {
  padding: 16px;
}
@media (max-width: 480px) {
  .byline {
    font-size: 17px;
  }
}
.staff {
  font-style: italic;
}
.top {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .top {
    padding-top: 10px;
  }
}
.flex {
  display: flex;
}
.photoSmall {
  max-width: 650px;
  margin: auto;
}
.split {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 110px;
}
@media (max-width: 768px) {
  .split {
    flex-wrap: nowrap;
    height: auto;
  }
}
.column {
  flex: 1;
}
@media (max-width: 480px) {
  .column {
    flex-basis: 100%;
  }
}
.talk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column1 {
  flex: 1.5;
}
@media (max-width: 480px) {
  .column1 {
    flex-basis: 100%;
    order: 2;
  }
}
.column2 {
  flex: 2;
  padding-left: 25px;
}
@media (max-width: 480px) {
  .column2 {
    flex-basis: 100%;
    padding: 10px 0;
  }
}
.person {
  border: 2px solid #e0e0e0;
  flex-basis: 40%;
  margin-right: 5%;
  width: 40%;
}
.person .left {
  float: left;
}
.person .right {
  float: right;
}
.resources {
  padding: 0 20px 20px 30px;
  border-radius: 5px;
  border: 2px solid #e0e0e0;
  font-size: 17px;
  margin-bottom: 4px;
}
.resourcesCenter {
  background-color: #e0e0e0;
  padding: 0 10px 0px 20px;
  font-size: 16px;
  text-align: left;
  font-family: Assistant;
  max-width: 700px;
  margin: 30px auto;
  padding: 8px 20px;
}
@media (max-width: 480px) {
  .resourcesCenter {
    margin: 20px auto;
  }
}
.resourcesCenter .note {
  padding: 5px 0;
}
.resourcesCenter .list {
  text-align: left;
  padding-left: 30%;
}
@media (max-width: 480px) {
  .resourcesCenter .list {
    padding: 0;
  }
}
.watchdog {
  padding: 10px 10px 0px;
  margin: auto;
  text-align: center;
  max-width: 700px;
  border-radius: 3px;
  border: 2px solid #e0e0e0;
  margin: 30px auto;
}
.watchdog .gray {
  padding: 10px 0px;
}
@media (max-width: 480px) {
  .watchdog {
    margin: 20px auto;
  }
}
.logo {
  max-width: 200px;
  margin: auto;
}
.firstcharacter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px 8px 0 3px;
  font-family: Assistant;
}
@media (max-width: 480px) {
  .firstcharacter {
    font-size: 45px;
    line-height: 50px;
    padding: 0 8px 0;
  }
}
@keyframes typing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.audio-player {
  position: relative;
  width: 80%;
  padding: 10px 0;
  margin: 20px auto;
  background-color: #7e838b;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .audio-player {
    margin: 10px auto;
    width: 100%;
  }
}
.audio-player audio {
  margin: auto;
  display: block;
  min-width: 60%;
}
@media (max-width: 480px) {
  .audio-player audio {
    width: 80%;
  }
}
.audio-player .transcript-box {
  position: relative;
  padding: 20px;
  transition: all .3s linear;
  opacity: 1;
  font-weight: 400;
}
@media (max-width: 480px) {
  .audio-player .transcript-box {
    padding: 32px 16px;
  }
}
.audio-player .transcript-box.paused {
  color: #424648;
}
.audio-player .transcript-box .line {
  font-family: Assistant;
  font-size: 20px;
}
@media (max-width: 480px) {
  .audio-player .transcript-box .line {
    font-size: 18px;
  }
}
.audio-player .transcript-box .line.intro {
  text-align: center;
  line-height: 1.7;
}
.audio-player .transcript-box .line .speaker {
  color: white;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
}
.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;
}
.block {
  border-bottom: 6px solid black;
  margin: 20px auto;
  width: 6%;
}
@media (max-width: 768px) {
  .block {
    margin: 10px auto;
    width: 20%;
  }
}
.blockLarge {
  border-bottom: 6px solid black;
  margin: 20px auto;
  width: 55%;
}
@media (max-width: 480px) {
  .blockLarge {
    width: 80%;
  }
}
.blockExLarge {
  border-bottom: 8px solid black;
  margin: 20px auto;
  width: 70%;
}
@media (max-width: 480px) {
  .blockExLarge {
    width: 90%;
  }
}
