/*
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;
}
header {
  padding: 20px 20px 0px 20px;
  margin: 20px auto;
  text-align: center;
}
@media (max-width: 480px) {
  header {
    margin-bottom: 0;
  }
}
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: 15.83333333px;
    line-height: 1.29186603;
  }
}
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%;
  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;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 22px;
    line-height: 1.0952381;
    letter-spacing: -1px;
    margin-top: 0;
  }
}
h2 {
  font-size: 60px;
  line-height: 65px;
  text-align: center;
  letter-spacing: -1px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 30px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
  margin-top: 0;
}
h5 {
  position: absolute;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  max-width: 800px;
  margin-top: -10rem;
  padding-left: 6%;
}
@media (max-width: 768px) {
  h5 {
    font-size: 18px;
    margin-top: -10rem;
    padding-left: 2%;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 16px;
    margin-top: -9rem;
    padding: 5px;
    line-height: 1.2;
  }
}
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;
  }
}
.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;
}
.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 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.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;
  width: auto;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
.bc-preroll,
.bc-no-preroll {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}
.bc-preroll video,
.bc-no-preroll video,
.bc-preroll button,
.bc-no-preroll button,
.bc-preroll iframe,
.bc-no-preroll iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.bc-preroll button,
.bc-no-preroll button {
  background: transparent;
  border: none;
  opacity: .6;
  transition: all .3s linear;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.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: black;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: white;
}
@media (max-width: 480px) {
  .bc-preroll button span,
  .bc-no-preroll button span {
    margin-left: 16px;
    margin-bottom: 16px;
  }
}
.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%;
}
.collapsible-menu {
  display: block;
  border: 2px solid #e0e0e0;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.4375;
  font-weight: 600;
  padding: 10px;
}
.collapsible-menu label:hover {
  cursor: pointer;
  color: #0777b3;
}
.timeline {
  padding: 10px;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  line-height: 1.22727273;
  font-weight: 300;
}
.timeline ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 10px 20px 10px;
}
.timeline li {
  padding-bottom: 10px;
}
input#show-all {
  display: none;
}
input:checked ~ .timeline {
  max-height: 100%;
}
html {
  box-sizing: border-box;
  background-color: #efefef;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
  -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;
}
.visible-mobile {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-mobile {
    display: inline !important;
  }
  .hidden-mobile {
    display: none !important;
  }
}
main.content {
  padding: 20px 16px;
}
.constrained {
  margin: auto;
  max-width: 800px;
  padding: 0 16px;
}
.indent {
  margin: auto;
  max-width: 700px;
  padding: 10px 16px;
  list-style-position: outside;
  line-height: 1.4;
}
.byline {
  padding: 0px 16px 0px 16px;
}
.caption {
  margin: 6px auto 0;
  max-width: 960px;
  line-height: 1.2;
  font-size: 14px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
@media (max-width: 480px) {
  .caption {
    padding-bottom: 10px;
  }
}
.captionLeft {
  margin: 6px auto 0;
  max-width: 960px;
  text-align: right;
  line-height: 1.2;
  font-size: 14px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
@media (max-width: 480px) {
  .captionLeft {
    padding-bottom: 10px;
  }
}
main > img {
  display: block;
  margin: 0 auto;
  width: 960px;
}
hr {
  max-width: 300px;
  width: 50%;
  height: 2px;
  background: #e0e0e0;
  border: none;
  margin: 25px auto;
}
@media (max-width: 480px) {
  hr {
    margin: 10px auto;
  }
}
main.content em {
  font-weight: bold;
  font-style: normal;
  font-size: 120%;
}
main.content a {
  text-decoration: underline;
}
.floating > div,
.floating > img {
  float: right;
  margin-left: 30px;
}
.floating > div {
  width: 350px;
  max-width: 100%;
}
@media (max-width: 480px) {
  .floating > div {
    float: none;
    margin: auto;
    margin-block-end: 10px;
  }
}
.floating > div .floating > img {
  width: 3500px;
}
@media (max-width: 480px) {
  .floating > div .floating > img {
    width: 150px;
  }
}
.triple {
  margin: auto;
  padding: 5px 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}
@media (max-width: 480px) {
  .triple {
    display: block;
    padding: 0;
  }
}
.triple .image-container {
  padding-right: 20px;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 480px) {
  .triple .image-container {
    display: block;
    padding: 0px 10px;
  }
}
.quote {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media (max-width: 480px) {
  .quote {
    padding: 0;
    height: auto;
  }
}
.photo {
  padding: 20px 0px 20px;
}
@media (max-width: 480px) {
  .photo {
    padding-bottom: 0;
  }
}
.center {
  margin: auto;
  padding: 0px 0px 30px;
  width: 100%;
}
@media (max-width: 480px) {
  .center {
    padding: 10px 0px 10px;
  }
}
.line {
  max-width: 500px;
  margin: auto;
  padding: 5px 0px 5px 0px;
}
@media (max-width: 480px) {
  .line {
    padding-top: 0;
    max-width: 300px;
  }
}
.top {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .top {
    padding-top: 10px;
  }
}
.photoMedium {
  max-width: 920px;
  margin: auto;
}
.youtube {
  max-width: 100%;
  float: right;
  width: 50%;
  margin: 16px;
  padding-right: 25%;
  min-width: 400px;
}
@media (max-width: 768px) {
  .youtube {
    padding-right: 0;
    width: 60%;
  }
}
@media (max-width: 480px) {
  .youtube {
    float: clear;
    margin: auto;
    display: inline-block;
    padding: 0;
    max-width: 100%;
  }
}
.resources {
  padding: 0 20px 20px 30px;
  border-radius: 5px;
  border: 2px solid #e0e0e0;
  font-size: 17px;
  margin-bottom: 4px;
}
.resourcesCenter {
  padding: 0 20px 20px 30px;
  border-radius: 5px;
  border: 2px solid #e0e0e0;
  font-size: 17px;
  margin-bottom: 4px;
  text-align: center;
}
@media (max-width: 480px) {
  .resourcesCenter {
    text-align: left;
  }
}
.resourcesCenter .list {
  text-align: left;
  padding-left: 30%;
}
@media (max-width: 480px) {
  .resourcesCenter .list {
    padding: 0;
  }
}
.watchdog {
  padding: 30px 0px 0px;
  margin: auto;
  text-align: center;
}
.watchdog .gray {
  padding: 10px 0px;
}
.trouble {
  font-style: italic;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #7e838b;
}
@media (max-width: 480px) {
  .trouble {
    padding: 10px 0px 10px;
  }
}
