/*
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;
  }
}
h1.map {
  font-size: 24px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  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;
  }
}
h2.map {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  padding: 0;
  line-height: 26px;
}
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%;
}
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;
}
a,
a:visited,
a:active {
  color: #444;
}
.container {
  max-width: 900px;
  margin: auto;
}
.button {
  flex-grow: 3 3 auto;
  margin: 10px 5px 0px;
  min-width: 200px;
  padding: 4px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 10px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.button.active {
  background: #7e838b;
  color: #fff;
}
#vis {
  width: 100%;
  height: 100%;
  clear: both;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #vis {
    display: block;
  }
}
#toolbar {
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  #toolbar {
    flex-wrap: wrap;
  }
}
.year {
  font-size: 18px;
  fill: #222222;
  cursor: default;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.tooltip {
  position: absolute;
  top: 100px;
  left: 100px;
  line-height: 1.4em;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1.5px solid #000;
  background: #fff;
  color: black;
  padding: 10px;
  width: 320px;
  font-size: 13px;
  z-index: 10;
}
@media (max-width: 480px) {
  .tooltip {
    top: 50px;
    left: 50px;
    line-height: 1.2em;
    width: 220px;
  }
}
.tooltip .title {
  font-size: 13px;
}
.tooltip .name {
  font-weight: bold;
}
.footer {
  text-align: center;
}
.chatter h1 {
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
}
.chatter h2 {
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
}
.chatter p {
  text-align: left;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .chatter p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.key {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .key {
    justify-content: left;
  }
}
.key .dot-reported {
  height: 28px;
  width: 28px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  background-color: #eb9600;
  border: 2px solid #a56900;
}
@media (max-width: 480px) {
  .key .dot-reported {
    height: 23px;
    width: 23px;
  }
}
.key .dot-unreported {
  height: 28px;
  width: 28px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  stroke-width: 2px;
  background-color: #48707c;
  border: 2px solid #324e57;
}
@media (max-width: 480px) {
  .key .dot-unreported {
    height: 23px;
    width: 23px;
  }
}
.key .label {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0px 30px 0px 10px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .key .label {
    font-size: 14px;
  }
}
.key .labelTop {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0px 40px 0px 10px;
  font-weight: bold;
  margin-top: -25px;
}
@media (max-width: 480px) {
  .key .labelTop {
    font-size: 14px;
  }
}
.key .labelBottom {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0px 40px 0px 10px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .key .labelBottom {
    font-size: 14px;
    margin-top: -10px;
  }
}
.circle {
  margin-top: 10px;
  padding: 20px 0 0 0;
}
.four {
  width: 80px;
}
@media (max-width: 768px) {
  .four {
    width: 70px;
  }
}
@media (max-width: 480px) {
  .four {
    width: 50px;
  }
}
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;
}
.monkey {
  weight: 2.5;
  fillOpacity: 1;
}
.popuptext {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  width: 100%;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 600px;
}
@media (max-width: 768px) {
  .popuptext {
    height: 100%;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .popuptext {
    min-height: none;
    font-size: 90%;
    overflow: hidden;
    max-height: none;
  }
}
.popuptext .descript {
  margin: 6px 0;
  font-size: 100%;
}
.popuptext .note {
  margin-top: 10px;
  font-size: 85%;
  text-decoration: italic;
  color: #6d6d6d;
  padding-left: 5px;
  text-align: right;
  line-height: 1.1;
}
.popuptext .address {
  text-align: center;
  font-size: 110%;
  padding-bottom: 5px;
}
.popuptext .emphasis {
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 1px;
}
.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;
}
.popuptext-inspection {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  width: auto;
}
@media (max-width: 768px) {
  .popuptext-inspection {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .popuptext-inspection {
    overflow: scroll;
  }
}
.popuptext-inspection .descript {
  margin: 6px 0;
}
.popuptext-inspection .note {
  margin-top: 8px;
  font-size: 95%;
  text-decoration: italic;
  color: #6d6d6d;
  padding-left: 5px;
}
.popuptext-inspection .address {
  text-align: center;
}
.popuptext-inspection .emphasis {
  font-weight: bold;
  font-size: 110%;
}
.popuptext-inspection .popup-img {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.popuptext-inspection .credit {
  font-size: 90%;
  text-align: right;
  text-transform: uppercase;
  display: block;
  color: gray;
}
.table {
  font-size: 14px;
  margin: auto;
  border-top: 1px solid #d0d0d0;
  padding: 10px;
}
.table th {
  cursor: pointer;
  font-weight: normal;
  background: #e0e0e0;
  border-bottom: #7e838b;
}
.table th,
.table td {
  padding: 3px 10px;
  line-height: 1;
  width: 25%;
}
.table .name {
  text-align: left;
  align-content: space-between;
}
.table .expand {
  display: none;
}
.table.collapsed .expand {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #7e838b;
  font-size: 18px;
  font-style: italic;
}
.table.collapsed .expand:hover {
  background: #e0e0e0;
}
.table.collapsed tr:nth-child(n + 11) {
  display: none;
}
@media (max-width: 480px) {
  .table .name {
    max-width: 80px;
  }
}
aside.sidebarlegend {
  position: relative;
  padding: 6px 8px;
  font-size: 12px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  aside.sidebarlegend {
    padding: 0;
  }
}
aside.sidebarlegend h1 {
  margin: 0;
  padding: 12px 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}
aside.sidebarlegend ul.scale {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: auto;
  padding-bottom: 8px;
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 480px) {
  aside.sidebarlegend ul.scale {
    padding-bottom: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
aside.sidebarlegend ul.scale li {
  border-bottom: 1px solid lightgray;
  padding: 5px 10px;
  line-height: 18px;
  margin-bottom: 2px;
}
@media (max-width: 480px) {
  aside.sidebarlegend ul.scale li {
    float: left;
    text-align: center;
    width: 20%;
    border-bottom: none;
    padding: 4px 10px;
  }
}
aside.sidebarlegend ul.scale li:last-child {
  border-bottom: none;
}
aside.sidebarlegend ul.scale .block {
  width: 2em;
  height: 12px;
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 480px) {
  aside.sidebarlegend ul.scale .block {
    display: block;
    width: auto;
  }
}
.source {
  font-size: 12px;
  padding: 10px 0 10px 0;
  color: #999;
  clear: both;
  font-style: italic;
  text-align: left;
}
@media (max-width: 768px) {
  .source {
    display: block;
  }
}
@media (max-width: 480px) {
  .source {
    display: inline-block;
  }
}
.source .credit {
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  float: right;
}
@media (max-width: 480px) {
  .source .credit {
    padding-top: 10px;
  }
}
aside.legend {
  position: relative;
  bottom: 10px;
  padding: 6px 8px;
  font-size: 12px;
  font-family: sans-serif;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 480px) {
  aside.legend {
    padding-bottom: 0px;
  }
}
aside.legend h1 {
  margin: 0;
  padding: 10px 0px 0px 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
}
aside.legend ul.scale {
  padding: 5px 0px;
  margin: 0;
  list-style-type: none;
  overflow: auto;
  padding-bottom: 8px;
}
aside.legend ul.scale li {
  line-height: 18px;
  margin-bottom: 2px;
  float: left;
  text-align: left;
  width: 100%;
}
@media (max-width: 480px) {
  aside.legend ul.scale li {
    font-size: 12px;
    line-height: 14px;
  }
}
aside.legend ul.scale .block {
  width: 14px;
  height: 14px;
  border-radius: 100px;
  opacity: .8;
  stroke: #000000;
  display: inline-block;
  vertical-align: text-top;
}
.source {
  font-size: 15px;
  padding: 10px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
  clear: both;
  font-style: italic;
  text-align: left;
  line-height: 1.35338346;
}
.source .credit {
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  float: right;
}
.visible-mobile {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-mobile {
    display: inline !important;
  }
  .hidden-mobile {
    display: none !important;
  }
}
.visible-tablet {
  display: none !important;
}
@media (max-width: 768px) {
  .visible-tablet {
    display: inline !important;
  }
  .hidden-tablet {
    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: left;
  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: 630px;
  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: 90%;
}
@media (max-width: 480px) {
  .triple {
    display: block;
    padding: 0;
  }
}
.triple .image-container {
  padding-right: 20px;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
@media (max-width: 768px) {
  .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;
}
.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;
  }
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 600px;
  width: 100%;
  padding: 25px 0px 10px;
}
@media (max-width: 768px) {
  .flex-container {
    display: inline-block;
  }
}
.outmost {
  margin: 20px auto;
  max-width: 960px;
  padding-bottom: 0;
  clear: both;
}
@media (max-width: 480px) {
  .outmost {
    padding: 10px;
  }
}
.aspect-ratio-outer {
  width: 100%;
  position: relative;
}
.aspect-ratio-outer .aspect-ratio-inner {
  padding-bottom: 105%;
  position: relative;
  width: 100%;
  height: 80%;
}
.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;
  display: block;
  padding-top: 0;
}
.bigheader {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin: 12px 0 0;
}
@media (max-width: 768px) {
  .bigheader {
    font-size: 14px;
  }
}
.map-area {
  padding-top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .map-area {
    display: block;
    flex: none;
    max-height: 400px;
  }
}
.pop-container {
  display: block;
  padding-left: 10px;
  max-height: 400px;
}
@media (max-width: 768px) {
  .pop-container {
    border-top: 2px solid #c0c0c0;
    padding-top: 10px;
  }
}
.pop-container .introtext {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.pop-container img {
  margin: auto;
  display: block;
  max-height: 400px;
}
@media (max-width: 480px) {
  .pop-container img {
    max-height: 300px;
  }
}
.area1 {
  -webkit-flex: 3 1 40%;
  -ms-flex: 3 1 40%;
  flex: 3 1 40%;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.area2 {
  -webkit-flex: 2 1 60%;
  -ms-flex: 2 1 60%;
  flex: 2 1 60%;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 15 0 0px;
}
@media (max-width: 480px) {
  .area2 {
    padding-bottom: 20px;
  }
}
.map-container2 {
  position: relative;
  display: block;
  padding-top: 0;
}
.outmost2 {
  margin: 20px auto;
  max-width: 630px;
  padding-bottom: 0;
  clear: both;
  margin-bottom: 0;
}
.aspect-ratio-outer2 {
  width: 100%;
  position: relative;
}
.aspect-ratio-outer2 .aspect-ratio-inner2 {
  padding-bottom: 70%;
  position: relative;
  height: 60%;
}
@media (max-width: 480px) {
  .aspect-ratio-outer2 .aspect-ratio-inner2 {
    padding-bottom: 83.33333333%;
  }
}
.aspect-ratio-outer2 leaflet-map.inspection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-ratio-outer2 leaflet-map.inspection:not([ready]) {
  display: none;
}
