/*
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: 42px;
  line-height: 1.21428571;
  letter-spacing: -0.5px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  padding: 0px 0px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
    line-height: 1.19047619;
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 30px;
    line-height: 1.0952381;
    letter-spacing: -1px;
    padding-bottom: 0px;
  }
}
h2 {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 24px;
  line-height: 1.07692308;
  line-height: 1.42105263;
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 1.19047619;
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 24px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
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: 16px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .byline {
    padding: 0 16px;
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  .byline {
    padding: 0 16px;
    font-size: 13px;
  }
}
.byline img {
  float: left;
  margin: 0 20px 0;
}
@media (max-width: 480px) {
  .byline img {
    float: none;
    margin: 0 20px 0;
  }
}
.reporter {
  text-align: left;
  padding: 24px 0 0;
}
@media (max-width: 480px) {
  .reporter {
    text-align: center;
    padding: 0;
  }
}
.staff {
  font-style: italic;
  font-size: 16px;
}
.date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
}
nav.main-nav {
  background: white;
  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;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.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%;
}
.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 {
  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;
}
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;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
footer.credits {
  padding: 0px 16px 48px;
}
footer.credits ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer.credits li {
  margin-bottom: 8px;
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
}
.outmost {
  padding: 8px 0;
  margin: 20px auto;
  max-width: 960px;
  padding-bottom: 0;
  clear: both;
}
.aspect-ratio-outer {
  width: 100%;
  position: relative;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
@media (max-width: 480px) {
  .aspect-ratio-outer {
    width: 100%;
    padding: 0;
  }
}
.aspect-ratio-outer .aspect-ratio-inner {
  padding-bottom: 70%;
  position: relative;
}
.aspect-ratio-outer leaflet-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-ratio-outer leaflet-map:not([ready]) {
  display: none;
}
.map-container {
  position: relative;
}
.bigheader {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin: 12px 0 0;
}
@media (max-width: 768px) {
  .bigheader {
    font-size: 14px;
  }
}
.chatter h1 {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
.chatter p {
  text-align: center;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .flex-container {
    display: block;
  }
}
.buttons {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}
.buttons .button {
  padding: 4px 10px;
  cursor: pointer;
  border-bottom: 1px solid #c0c0c0;
}
.buttons .button:hover,
.buttons .button.selected {
  background: #424648;
  color: white;
}
@media (max-width: 480px) {
  .buttons {
    padding: 0;
  }
}
div.leaflet-popup-content {
  margin: 10px 5px;
  width: auto;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
div.leaflet-popup-content-wrapper {
  border-radius: 3px;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
  padding-left: 10px;
  padding-right: 10px;
}
asideB.legend {
  position: relative;
  bottom: 10px;
  left: 10px;
  padding: 6px 8px;
  font-size: 12px;
  font-family: sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  bottom: 0;
  left: 0;
}
asideB.legend h1 {
  margin: 0;
  padding: 5px 5px 5px 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
asideB.legend ul.scale {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: auto;
  padding-bottom: 8px;
}
asideB.legend ul.scale li {
  line-height: 18px;
  margin-bottom: 2px;
  float: left;
  text-align: center;
  width: 25%;
}
@media (max-width: 480px) {
  asideB.legend ul.scale li {
    font-size: 11px;
    line-height: 14px;
  }
}
asideB.legend ul.scale .block {
  width: 2em;
  height: 12px;
  opacity: 0.7;
  display: inline-block;
  vertical-align: text-top;
  display: block;
  width: auto;
}
.source {
  font-size: 12px;
  padding: 10px 0;
  color: #999;
  clear: both;
  font-style: italic;
  text-align: left;
}
.source .credit {
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  float: right;
}
.popuptext {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  width: auto;
}
@media (max-width: 768px) {
  .popuptext {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
}
.popuptext .descript {
  margin: 6px 0;
}
.popuptext .note {
  margin-top: 8px;
  font-size: 95%;
  text-decoration: italic;
  color: #6d6d6d;
  padding-left: 5px;
}
.popuptext .address {
  text-align: center;
}
.popuptext .emphasis {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}
.popuptext .popup-img {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.popuptext .credit {
  font-size: 90%;
  text-align: right;
  text-transform: uppercase;
  display: block;
  color: gray;
}
.tabset {
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  max-width: 960px;
  margin: 10px auto 20px;
  padding: 20px 0 0;
}
.tabset .tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media (max-width: 480px) {
  .tabset .tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
}
.tabset .tabs label {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  padding: 0 16px 0 0;
  font-size: 15px;
}
@media (max-width: 480px) {
  .tabset .tabs label {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
.tabset .tabs a {
  display: block;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 4px 8px;
  position: relative;
  color: black;
  font-size: 16px;
}
@media (max-width: 480px) {
  .tabset .tabs a {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.tabset .tabs a.selected {
  background: #e0e0e0;
  font-weight: bold;
}
.tabset .tabs a.selected::before {
  position: absolute;
  top: calc(100% - 10px);
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  left: 50%;
  background: #e0e0e0;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
@media (max-width: 480px) {
  .tabset .tabs a.selected::before {
    display: none;
  }
}
.tabset .tab-content {
  padding: 16px 16px 0;
}
@media (max-width: 480px) {
  .tabset .tab-content {
    padding: 16px 0;
  }
}
.tabset.ready .tab-content {
  display: none;
}
.tabset.ready .tab-content.show {
  display: block;
}
.tabset .vbox {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tabset .image-container {
  position: relative;
  padding: 0 16px;
}
@media (max-width: 480px) {
  .tabset .image-container {
    padding: 16px 0;
  }
}
.tabset .image-container img {
  display: block;
  margin: 0 auto;
}
.tabset .image-container img.hidden {
  display: none;
}
@media (max-width: 480px) {
  .tabset .image-container img {
    max-height: 800px;
    float: none;
    margin: 0 auto;
    border: auto;
    padding-left: 20px;
  }
}
.tabset .text-container {
  padding: 0 16px 16px;
}
@media (max-width: 480px) {
  .tabset .text-container {
    padding: 0;
  }
}
.tabset .text-container h2,
.tabset .text-container p {
  margin: 0;
  max-width: none;
}
.tabset .text-container h2 {
  font-size: 28px;
  line-height: 1;
}
asideC.legend {
  font-size: 12px;
}
asideC.legend h3 {
  margin: 8px 0 0;
  font-size: 16px;
  text-transform: uppercase;
}
asideC.legend h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
asideC.legend ul {
  margin: 0;
  border: 1px solid #e0e0e0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  list-style-type: none;
}
asideC.legend ul li {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  text-align: center;
}
.source-tab {
  padding-bottom: 4px;
  font-size: 12px;
  color: #7e838b;
  font-style: italic;
  text-align: right;
}
.align-right {
  float: right;
}
@media (max-width: 650px) {
  .align-right {
    float: none;
    display: block;
  }
}
.visible-mobile {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-mobile {
    display: inline !important;
  }
  .hidden-mobile {
    display: none !important;
  }
}
.constrained {
  margin: auto;
  max-width: 670px;
}
.full {
  margin: auto;
  max-width: 960px;
}
intro.article {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  text-align: center;
  max-width: 670px;
  align-content: center;
  width: 100%;
}
@media (max-width: 480px) {
  intro.article {
    -webkit-flex-wrap: row wrap;
    -ms-flex-wrap: row wrap;
    flex-wrap: row wrap;
  }
}
header.headlines video {
  display: block;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1000px;
  border: none;
}
header.headlines h1 {
  margin: 20px auto 0;
  max-width: 1000px;
  padding-bottom: 0px;
}
header.headlines h2 {
  margin: 20px auto 0;
  max-width: 700px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 21px;
}
header.headlines .caption {
  margin: 6px auto 0;
  max-width: 1000px;
  line-height: 1.2;
  font-size: 14px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
  text-align: right;
}
@media (max-width: 768px) {
  header.headlines .caption {
    max-width: 95%;
    padding-right: 0px;
  }
}
main.article {
  padding: 20px 16px;
  border-bottom: none;
}
main.article p {
  display: block;
  max-width: 670px;
  margin: 1em auto;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
}
main.article .credits {
  padding: 48px 16px;
}
main.article .credits ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main.article .credits li {
  margin-bottom: 8px;
}
main.article .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;
}
main.article .centered {
  text-align: center;
}
main.article .right {
  text-align: right;
}
main.article .left {
  text-align: left;
}
main.article .floating > div,
main.article .floating > img {
  float: right;
  margin-left: 20px;
}
main.article .floating > div {
  width: 300px;
  max-width: 100%;
}
@media (max-width: 480px) {
  main.article .floating > div {
    float: none;
    margin: auto;
  }
}
main.article .floating > div h2,
main.article .floating > div h3 {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
}
main.article .floating > img {
  width: 200px;
}
@media (max-width: 480px) {
  main.article .floating > img {
    width: 150px;
  }
}
main.article aside {
  display: block;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 250px;
  border-left: 3px solid #aa290d;
  padding-left: 20px;
  font-size: 15px;
  color: #7e838b;
  font-style: italic;
}
@media (max-width: 480px) {
  main.article aside {
    float: none;
    margin: 0 auto;
    border-left: none;
    padding-left: 0;
    max-width: 100%;
  }
}
main.article aside div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
main.article aside span {
  padding: 15px 15px;
}
main.article aside .sidebar {
  display: block;
  max-width: 100%;
  margin-top: 10px;
}
main.article aside.sidebarTop {
  display: block;
  max-width: 400px;
  margin-top: 10px;
  float: right;
  padding-right: 40px;
}
main.article aside.sidebarTop img {
  width: 80%;
  padding-left: 30px;
}
main.article aside.sidebarTop p {
  font-size: 16px;
}
@media (max-width: 768px) {
  main.article aside.sidebarTop {
    max-width: 250px;
  }
  main.article aside.sidebarTop img {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  main.article aside.sidebarTop {
    margin-top: 0px;
    float: none;
    margin: 0 auto;
    border-left: none;
    padding-left: 0;
    max-width: 100%;
  }
}
main.article aside.graphic {
  border-left: 0px solid #aa290d;
  max-width: 400px;
  text-align: right;
}
@media (max-width: 480px) {
  main.article aside.graphic {
    max-width: 100%;
    padding-bottom: 10px;
  }
}
main.article aside.graphic span.credit {
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #999;
  padding: 0 0;
}
main.article aside.graphic h2,
main.article aside.graphic h3 {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  font-style: normal;
}
.callout {
  background: #e0e0e0;
  padding: 5px 20px 15px;
}
