/*
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;
}
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: 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;
  }
}
.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%;
}
.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: #f7fcf5;
}
.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;
}
body {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #231f20;
  background-color: #fff;
}
.wf-active body {
  font-family: "ff-meta-serif-web-pro";
}
.u-blue {
  color: #0777b3;
}
.u-bg-blue {
  background-color: #0777b3;
}
.u-blue-hfa:hover,
.u-blue-hfa.hover,
.u-blue-hfa:focus,
.u-blue-hfa.focus,
.u-blue-hfa:active,
.u-blue-hfa.active {
  color: #0777b3;
}
.u-bg-blue-hfa:hover,
.u-bg-blue-hfa.hover,
.u-bg-blue-hfa:focus,
.u-bg-blue-hfa.focus,
.u-bg-blue-hfa:active,
.u-bg-blue-hfa.active {
  background-color: #0777b3;
}
.u-navy {
  color: #2b4d70;
}
.u-bg-navy {
  background-color: #2b4d70;
}
.u-navy-hfa:hover,
.u-navy-hfa.hover,
.u-navy-hfa:focus,
.u-navy-hfa.focus,
.u-navy-hfa:active,
.u-navy-hfa.active {
  color: #2b4d70;
}
.u-bg-navy-hfa:hover,
.u-bg-navy-hfa.hover,
.u-bg-navy-hfa:focus,
.u-bg-navy-hfa.focus,
.u-bg-navy-hfa:active,
.u-bg-navy-hfa.active {
  background-color: #2b4d70;
}
.u-dusty-blue {
  color: #42759d;
}
.u-bg-dusty-blue {
  background-color: #42759d;
}
.u-dusty-blue-hfa:hover,
.u-dusty-blue-hfa.hover,
.u-dusty-blue-hfa:focus,
.u-dusty-blue-hfa.focus,
.u-dusty-blue-hfa:active,
.u-dusty-blue-hfa.active {
  color: #42759d;
}
.u-bg-dusty-blue-hfa:hover,
.u-bg-dusty-blue-hfa.hover,
.u-bg-dusty-blue-hfa:focus,
.u-bg-dusty-blue-hfa.focus,
.u-bg-dusty-blue-hfa:active,
.u-bg-dusty-blue-hfa.active {
  background-color: #42759d;
}
.u-bright-blue {
  color: #0a97e2;
}
.u-bg-bright-blue {
  background-color: #0a97e2;
}
.u-bright-blue-hfa:hover,
.u-bright-blue-hfa.hover,
.u-bright-blue-hfa:focus,
.u-bright-blue-hfa.focus,
.u-bright-blue-hfa:active,
.u-bright-blue-hfa.active {
  color: #0a97e2;
}
.u-bg-bright-blue-hfa:hover,
.u-bg-bright-blue-hfa.hover,
.u-bg-bright-blue-hfa:focus,
.u-bg-bright-blue-hfa.focus,
.u-bg-bright-blue-hfa:active,
.u-bg-bright-blue-hfa.active {
  background-color: #0a97e2;
}
@media screen and (max-width: 767px) {
  .hide-sm {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .hide-md {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 1020px) {
  .hide-lg {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .visually-hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .visually-hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media screen and (min-width: 1020px) {
  .visually-hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.hide,
.hidden {
  display: none !important;
  visibility: hidden;
}
.visually-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.visually-hide-focusable:active,
.visually-hide-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.u-serif {
  font-family: Georgia, serif;
}
.wf-active .u-serif {
  font-family: "ff-meta-serif-web-pro";
}
.u-sans {
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.wf-active .u-sans {
  font-family: "ff-dagny-web-pro";
}
.u-normal {
  font-weight: normal;
}
.u-bold {
  font-weight: bold;
}
.font-tiny {
  font-size: 13px;
  line-height: 18px;
}
.font-small {
  font-size: 15px;
  line-height: 21px;
}
.font-medium {
  font-size: 19px;
  line-height: 25px;
}
.font-large {
  font-size: 26px;
  line-height: 34px;
}
.font-xlarge {
  font-size: 32px;
  line-height: 38px;
}
.font-xxlarge {
  font-size: 42px;
  line-height: 46px;
}
.font-huge {
  font-size: 50px;
  line-height: 54px;
}
.font-list {
  font-size: 17px;
  line-height: 23px;
}
.lh1 {
  line-height: 1em;
}
.lh2 {
  line-height: 2em;
}
.u-tl {
  text-align: left;
}
.u-tr {
  text-align: right;
}
.u-tc {
  text-align: center;
}
.u-vt {
  vertical-align: top;
}
.u-vm {
  vertical-align: middle;
}
.u-vb {
  vertical-align: bottom;
}
.u-italic {
  font-style: italic;
}
.u-upper {
  text-transform: uppercase;
}
.comments-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media screen and (min-width: 600px) {
  .comments-container {
    max-width: 800px;
    width: 83.333%;
  }
}
.comments-container.active {
  max-height: 100%;
  overflow: hidden;
  opacity: 1;
}
.article-comments-bar {
  clear: both;
  margin: 30px auto;
  display: block;
  height: 50px;
  border: 1px solid #0777b3;
  border-radius: 3px;
  color: #0777b3;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
}
.wf-active .article-comments-bar {
  font-family: "ff-dagny-web-pro";
}
.article-comments-bar:hover,
.article-comments-bar.active {
  color: #2b4d70;
  border: 1px solid #2b4d70;
}
.article-comments-bar a:hover {
  color: #0777b3;
}
.article-comments-bar .comment-count::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
body {
  height: 100%;
  background-color: #f7fcf5;
}
.wrapper {
  display: flex;
  justify-content: space-between;
}
.main-nav__tag {
  color: black;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 768px) {
  .main-nav__tag {
    font-size: 13px;
  }
}
@media (min-width: 480px) {
  .main-nav__tag {
    font-size: 15px;
  }
}
.hero {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .hero {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .hero {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.hero img {
  width: 100%;
  margin-bottom: 8px;
}
figcaption {
  color: #70757c;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.article__figure figcaption {
  position: relative;
  top: 50vh;
}
h1 {
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.7em;
  }
}
@media (min-width: 480px) {
  h1 {
    font-size: 2.4em;
  }
}
h3 {
  color: #424648;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
}
.byline {
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.pub-date {
  color: #70757c;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  margin-top: 0;
  text-align: center;
}
span.highlight {
  background-color: #f2a9d4;
  padding: 1px 4px 1px 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: bold;
}
span.highlight-2 {
  background-color: #f8b14e;
  padding: 1px 4px 1px 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: bold;
}
.desktop-only {
  display: none;
}
@media (min-width: 480px) {
  .desktop-only {
    display: block;
  }
}
@media (min-width: 480px) {
  .mobile-only {
    display: none;
  }
}
#article {
  margin: auto;
  max-width: 1020px;
}
.article__figure {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: -1;
  -moz-transition-delay: 0.01s;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
@media (max-width: 768px) {
  .article__figure {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    margin: 0;
  }
}
.article__img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .article__img {
    position: relative;
    max-width: 100%;
    top: 30vh;
    margin-top: -37.5vw;
  }
}
@media (min-width: 768px) {
}
.figure-hidden {
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -moz-transition-delay: 0.01s;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
  visibility: hidden;
}
.figure-shown {
  visibility: visible;
  position: fixed;
  opacity: 100;
}
@media (min-width: 768px) {
  .article__figure {
    margin: 0;
    max-width: 510px;
    padding: 20px;
    left: 50%;
    width: 50%;
  }
}
.text-section {
  z-index: 1;
}
@media (max-width: 768px) {
  .text-section {
    padding-top: 0;
    padding-bottom: 60vh;
  }
}
@media (min-width: 768px) {
  .text-section {
    padding-top: 40vh;
    padding-bottom: 40vh;
  }
}
.text-section.standalone {
  z-index: 1;
}
@media (max-width: 768px) {
  .text-section.standalone {
    padding-top: 0;
    padding-bottom: 10vh;
  }
}
@media (min-width: 768px) {
  .text-section.standalone {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.text-section.standalone-img {
  z-index: 1;
}
@media (max-width: 768px) {
  .text-section.standalone-img {
    padding-top: 0;
    padding-bottom: 10vh;
  }
}
#section--intro {
  padding-top: 0;
}
@media (max-width: 768px) {
  #section--0 {
    padding-top: 0;
  }
}
.standalone p,
.standalone h2,
.standalone h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 35rem;
}
@media (max-width: 768px) {
  .standalone {
    background: #f7fcf5;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .standalone {
    margin: 10px auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.standalone-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .standalone-img {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .standalone-img {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.standalone-img img {
  width: 100%;
  margin-bottom: 8px;
}
.standalone img {
  margin-left: auto;
  margin-right: auto;
  max-width: 35rem;
}
@media (max-width: 768px) {
  .standalone {
    background: #f7fcf5;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .standalone {
    margin: 10px auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.standalone-img.vert {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 479px;
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .standalone-img.vert {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .standalone-img.vert {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.standalone-img.vert img {
  width: 100%;
  margin-bottom: 8px;
}
.standalone-img.timeline {
  max-width: 1020px;
}
.standalone-img.timeline img {
  width: 100%;
  margin-bottom: 8px;
}
.center {
  z-index: 1;
}
.center p,
.center h2,
.center h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 35rem;
}
@media (max-width: 768px) {
  .center {
    background: #f7fcf5;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .center {
    margin: 10px auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .left {
    padding-left: 30px;
    padding-right: 30px;
    width: 50%;
  }
}
.text-section__content {
  background: #f7fcf5;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
}
@media (max-width: 768px) {
  .text-section__content {
    background: rgba(247, 252, 245, 0.75) !important;
  }
}
.credits {
  padding-top: 10px;
  max-width: 650px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.credit {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
.article-comments-bar {
  max-width: 900px;
}
footer.nav-bottom {
  margin-top: 30px;
}
