/*
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;
}
h1,
h2 {
  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: 14px;
  line-height: 1.42105263;
  text-align: center;
  color: #7e838b;
  font-weight: normal;
  font-style: italic;
  padding: 0;
  margin: 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: 17px;
  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;
  }
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 0;
  margin: 0 auto;
  max-width: 960px;
  font-size: 16px;
}
.outmost {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 8px 0;
  margin: 20px auto;
  max-width: 960px;
  padding-bottom: 0;
  clear: both;
}
@media (max-width: 480px) {
  .outmost {
    border-bottom: 0px;
  }
}
.aspect-ratio-outer {
  width: 100%;
  position: relative;
  margin: 0 -15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aspect-ratio-outer h1 {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  letter-spacing: 3;
}
.aspect-ratio-outer p {
  padding: 0 20px;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 10px;
  font-style: italic;
}
@media (max-width: 480px) {
  .aspect-ratio-outer {
    display: block;
    margin: 0;
  }
}
.aspect-ratio-outer .aspect-ratio-inner {
  padding-bottom: 70%;
  position: relative;
  margin: 0 15px;
}
.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;
}
.chartTitle {
  padding: 0;
  margin: 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;
}
div.legend {
  text-align: center;
  bottom: 10px;
  left: 10px;
  padding: 6px 8px;
  font-size: 12px;
  font-family: sans-serif;
  width: 100%;
}
@media (max-width: 480px) {
  div.legend {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    margin: 20px auto;
  }
}
div.legend h1 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
  letter-spacing: 2;
}
@media (max-width: 480px) {
  div.legend h1 {
    padding: 0 10px;
  }
}
div.legend ul.scale {
  display: flex;
  justify-content: center;
  margin: 5px;
  list-style-type: none;
  overflow: auto;
  width: 100%;
  padding-inline-start: 0;
}
div.legend ul.scale li {
  line-height: 18px;
  margin-bottom: 2px;
  float: left;
  text-align: center;
  padding: 0 10px;
  width: 20%;
}
@media (max-width: 480px) {
  div.legend ul.scale li {
    width: 100%;
  }
}
div.legend .block {
  width: 100%;
  height: 12px;
  display: inline-block;
  vertical-align: text-top;
  opacity: 0.8;
}
@media (max-width: 480px) {
  div.legend .block {
    width: 4em;
  }
}
.source {
  font-size: 12px;
  padding: 10px 0;
  color: #999;
  clear: both;
  font-style: italic;
  text-align: left;
}
@media (max-width: 480px) {
  .source {
    padding: 0 0 20 0px;
  }
}
.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 {
    overflow: scroll;
  }
}
.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 {
  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;
}
.aspect-ratio-outer {
  width: 100%;
  position: relative;
}
.container-flex {
  flex: 2;
}
.map-area {
  padding-top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .map-area {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.area1 {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex-wrap: row wrap;
  -ms-flex-wrap: row wrap;
  flex-wrap: row wrap;
}
@media (max-width: 480px) {
  .area1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.area2 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: row wrap;
  -ms-flex-wrap: row wrap;
  flex-wrap: row wrap;
  padding: 8px 12px;
}
@media (max-width: 480px) {
  .area2 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
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: 480px) {
  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;
}
.source .credit {
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  float: right;
}
