.hash-text {
  text-align: center;
  margin: 1em auto;
  font-size: 15px;
}
.hash-text .hash {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 5px;
  vertical-align: sub;
  background: repeating-linear-gradient(45deg, transparent, transparent 2px, #aaa 2px, #aaa 4px);
}
.title {
  width: calc(50% - 10px);
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .title {
    width: 100%;
    margin-bottom: 5px;
  }
}
.title.selected {
  background-color: #7e838b;
  color: white;
  font-weight: bold;
}
.title:nth-child(odd) {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .title:nth-child(odd) {
    margin-left: 0px;
  }
}
.title:nth-child(even) {
  margin-right: 5px;
}
@media (max-width: 480px) {
  .title:nth-child(even) {
    margin-right: 0px;
  }
}
.legend2 {
  font-size: 0px;
}
.legend2 .title:hover {
  font-weight: bold;
}
#legendCon .title {
  width: 100%;
}
.popuptext .bigheader {
  font-size: 1.5em;
  font-weight: 600;
}
.aspect-ratio-outer {
  width: 100%;
  position: relative;
}
.aspect-ratio-outer .aspect-ratio-inner {
  padding-bottom: 80%;
  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;
}
#legendCon {
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
}
#legendCon .decrease,
#legendCon .increase {
  display: inline-block;
}
#legendCon .decrease:before {
  content: "decrease";
  border-bottom: 1px solid black;
  display: block;
  font-size: 0.9em;
  margin-bottom: 7px;
}
#legendCon .increase:before {
  content: "increase";
  border-bottom: 1px solid black;
  display: block;
  font-size: 0.9em;
  margin-bottom: 7px;
}
#legendCon .legend {
  display: inline-block;
  vertical-align: top;
}
#legendCon .legend .color {
  min-width: 50px;
  height: 15px;
  opacity: 0.8;
}
#legendCon .legend .number {
  padding: 0 7px;
}
#legendCon .legend .number span.hide {
  display: none;
}
/*
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;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #f8f8f8;
  }
}
main {
  display: block;
}
.interactive {
  padding: 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: #71757d;
}
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;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #71757d;
}
.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: 18px;
  font-weight: normal;
  text-align: center;
}
.source-container {
  margin-top: 10px;
}
.source-container::after {
  clear: both;
  content: "";
  display: block;
}
.data-source,
.art-credit,
.caption {
  color: #71757d;
  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;
  }
}
.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;
  font-size: 0px;
}
.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
zeus-ad {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.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: 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 0.1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
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;
}
.byline p {
  margin: 0px;
}
.marketing__hed {
  font-size: 22px;
  font-weight: bold;
}
.nav-bottom,
.main-nav {
  font-size: 0px;
}
h2 {
  text-align: center;
}
.ad {
  margin: 2em auto;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  z-index: -1;
}
.spinner .fas.fa-spinner {
  animation: spinner 1s linear infinite;
}
.full-width {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.full-width iframe {
  background-color: white;
}
.half-width {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
.half-width iframe {
  display: block;
}
@media (max-width: 480px) {
  .half-width {
    display: block;
    width: 100%;
    padding: 0px;
  }
}
.half-width:first-child {
  width: 50%;
}
@media (max-width: 480px) {
  .half-width:first-child {
    display: block;
    width: 100%;
  }
}
.header {
  max-width: 960px;
  margin: auto;
  margin-bottom: 1em;
  padding: 10px 0;
}
.header img {
  width: 100%;
  display: block;
}
@media (max-width: 480px) {
  .header {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .header .padMe {
    padding: 5px 15px 0 15px;
  }
}
.rule {
  border-bottom: 1px solid black;
  margin: 1em auto 2em auto;
}
.rowRule {
  border-bottom: 0px solid #c0c0c0;
  width: 50%;
  margin: 2em auto;
  clear: both;
}
#data-page {
  max-width: 960px;
  margin: 0 auto 1em auto;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 15px;
  min-height: 100vh;
}
#data-page .data-source.update {
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 0;
}
#data-page .data-source.sources {
  margin: 1em auto 0 auto;
  padding: 0 10px;
  text-align: right;
  float: none;
}
#data-page .data-source.sources a {
  color: #0777b3;
}
@media (max-width: 480px) {
  #data-page .data-source.sources {
    text-align: left;
  }
}
#data-page h1 {
  text-align: center;
  font-size: 43px;
  margin-top: 0px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
@media (max-width: 480px) {
  #data-page h1 {
    font-size: 35px;
  }
}
#data-page .bigChatter {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
#data-page .cardTitle {
  text-align: center;
  margin-top: 40px;
  color: #424648;
}
#data-page .cardTitle span {
  font-weight: bold;
  background-color: #b6d4e6;
  font-size: 24px;
  padding: 0 10px;
}
#data-page .container {
  font-size: 0;
  margin-top: 15px;
}
#data-page .box:nth-child(even) {
  border-left: none;
  border-right: none;
}
@media (max-width: 480px) {
  #data-page .box:nth-child(even) {
    border: 1px solid #aaa;
  }
}
#data-page .box {
  padding: 0.5em 1em;
  position: relative;
  display: inline-block;
  border: 1px solid #aaa;
  width: 33.33%;
  height: 200px;
  margin-top: 5px;
  vertical-align: top;
}
#data-page .box:not(.selected):hover {
  background-color: #e8f2f7;
  cursor: pointer;
}
@media (max-width: 950px) {
  #data-page .box {
    height: 230px;
  }
}
@media (max-width: 480px) {
  #data-page .box {
    width: 100%;
    display: block;
    height: 180px;
  }
}
#data-page .box.highlightRow {
  border-bottom: 1px solid #aaa;
}
#data-page .box.selected {
  border: 1px solid #aaa;
  border-bottom: none;
  background-color: #e8f2f7;
}
#data-page .selected:hover {
  cursor: pointer;
}
#data-page .expand {
  display: none;
  position: relative;
  padding: 10px;
  border: 1px solid #aaa;
  border-top: none;
  font-size: 18px;
}
#data-page .expand .tab {
  background-color: #e8f2f7;
  max-width: 650px;
  margin: 1em auto 0 auto;
  padding: 10px 10px 10px 10px;
}
#data-page .expand.noPadding .chatter {
  padding: 10px;
}
@media (max-width: 480px) {
  #data-page .expand.noPadding {
    padding: 0;
  }
}
.graph {
  margin-bottom: 0.5em;
}
.hed {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  padding: 10px 0;
}
.hed.inset {
  max-width: 700px;
  margin: auto;
}
.hed.main {
  text-transform: uppercase;
}
.chatter {
  font-size: 16px;
  max-width: 630px;
  margin: 0 auto 2em auto;
}
.chatter.main {
  text-align: center;
}
.chatter.noBottom {
  margin-bottom: 10px;
}
.graph img {
  width: 100%;
}
.tinyhed {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2em;
  color: #71757d;
}
.tinygraph {
  width: 90%;
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 18px;
}
.tinygraph span {
  font-weight: bold;
}
.chevs {
  font-size: 15px;
  text-align: center;
  background-color: #71757d;
  color: white;
  width: 25px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
}
@media (max-width: 480px) {
  .chevs {
    bottom: 20px;
  }
}
.chevs i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chevs .fa-minus {
  display: none;
}
.chevs .fa-plus {
  display: block;
}
.chevs.selected .fa-minus {
  display: block;
}
.chevs.selected .fa-plus {
  display: none;
}
.hedline {
  font-size: 1.5em;
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
  margin-top: 2em;
  line-height: 1.2em;
  font-weight: bold;
}
.story p {
  margin: 0.5em auto;
  font-size: 17px;
}
.furniture {
  margin: 20px auto;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.furniture .labLogo {
  width: 200px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.furniture .labLogo img {
  width: 100%;
}
@media (max-width: 480px) {
  .furniture .labLogo {
    display: block;
    width: 130px;
    padding-right: 0;
    margin: 10px auto;
  }
}
.furniture .labText {
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 205px);
}
.furniture .labText a {
  color: #0777b3;
}
@media (max-width: 480px) {
  .furniture .labText {
    display: block;
    width: 100%;
  }
}
.directions {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #71757d;
  margin-bottom: 40px;
}
.directions.short {
  margin-bottom: 10px;
}
.directions span.desktop {
  display: inline;
}
@media (max-width: 480px) {
  .directions span.desktop {
    display: none;
  }
}
.directions span.mobile {
  display: none;
}
@media (max-width: 480px) {
  .directions span.mobile {
    display: inline;
  }
}
