/*
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;
}
.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: #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: 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: #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: 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: #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;
  }
}
.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;
}
.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;
}
.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%;
}
.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 .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;
}
.article-comments-bar {
  clear: both;
  margin: 30px auto;
  display: block;
  height: 50px;
  border: 1px solid #0777b3;
  border-radius: 3px;
  color: #0777b3;
  font-family: "ff-dagny-web-pro";
  font-size: 15px;
  line-height: 21px;
  max-width: 900px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .article-comments-bar {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.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;
}
.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;
}
.comments-container .u-blue {
  color: #0777b3;
}
.comments-container .u-bg-blue {
  background-color: #0777b3;
}
.comments-container .u-blue-hfa:hover,
.comments-container .u-blue-hfa.hover,
.comments-container .u-blue-hfa:focus,
.comments-container .u-blue-hfa.focus,
.comments-container .u-blue-hfa:active,
.comments-container .u-blue-hfa.active {
  color: #0777b3;
}
.comments-container .u-bg-blue-hfa:hover,
.comments-container .u-bg-blue-hfa.hover,
.comments-container .u-bg-blue-hfa:focus,
.comments-container .u-bg-blue-hfa.focus,
.comments-container .u-bg-blue-hfa:active,
.comments-container .u-bg-blue-hfa.active {
  background-color: #0777b3;
}
.comments-container .u-navy {
  color: #2b4d70;
}
.comments-container .u-bg-navy {
  background-color: #2b4d70;
}
.comments-container .u-navy-hfa:hover,
.comments-container .u-navy-hfa.hover,
.comments-container .u-navy-hfa:focus,
.comments-container .u-navy-hfa.focus,
.comments-container .u-navy-hfa:active,
.comments-container .u-navy-hfa.active {
  color: #2b4d70;
}
.comments-container .u-bg-navy-hfa:hover,
.comments-container .u-bg-navy-hfa.hover,
.comments-container .u-bg-navy-hfa:focus,
.comments-container .u-bg-navy-hfa.focus,
.comments-container .u-bg-navy-hfa:active,
.comments-container .u-bg-navy-hfa.active {
  background-color: #2b4d70;
}
.comments-container .u-dusty-blue {
  color: #42759d;
}
.comments-container .u-bg-dusty-blue {
  background-color: #42759d;
}
.comments-container .u-dusty-blue-hfa:hover,
.comments-container .u-dusty-blue-hfa.hover,
.comments-container .u-dusty-blue-hfa:focus,
.comments-container .u-dusty-blue-hfa.focus,
.comments-container .u-dusty-blue-hfa:active,
.comments-container .u-dusty-blue-hfa.active {
  color: #42759d;
}
.comments-container .u-bg-dusty-blue-hfa:hover,
.comments-container .u-bg-dusty-blue-hfa.hover,
.comments-container .u-bg-dusty-blue-hfa:focus,
.comments-container .u-bg-dusty-blue-hfa.focus,
.comments-container .u-bg-dusty-blue-hfa:active,
.comments-container .u-bg-dusty-blue-hfa.active {
  background-color: #42759d;
}
.comments-container .u-bright-blue {
  color: #0a97e2;
}
.comments-container .u-bg-bright-blue {
  background-color: #0a97e2;
}
.comments-container .u-bright-blue-hfa:hover,
.comments-container .u-bright-blue-hfa.hover,
.comments-container .u-bright-blue-hfa:focus,
.comments-container .u-bright-blue-hfa.focus,
.comments-container .u-bright-blue-hfa:active,
.comments-container .u-bright-blue-hfa.active {
  color: #0a97e2;
}
.comments-container .u-bg-bright-blue-hfa:hover,
.comments-container .u-bg-bright-blue-hfa.hover,
.comments-container .u-bg-bright-blue-hfa:focus,
.comments-container .u-bg-bright-blue-hfa.focus,
.comments-container .u-bg-bright-blue-hfa:active,
.comments-container .u-bg-bright-blue-hfa.active {
  background-color: #0a97e2;
}
@media screen and (max-width: 767px) {
  .comments-container .hide-sm {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .comments-container .hide-md {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 1020px) {
  .comments-container .hide-lg {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .comments-container .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) {
  .comments-container .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) {
  .comments-container .visually-hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.comments-container .hide,
.comments-container .hidden {
  display: none !important;
  visibility: hidden;
}
.comments-container .visually-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.comments-container .visually-hide-focusable:active,
.comments-container .visually-hide-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.comments-container .u-serif {
  font-family: Georgia, serif;
}
.comments-container .wf-active .u-serif {
  font-family: "ff-meta-serif-web-pro";
}
.comments-container .u-normal {
  font-weight: normal;
}
.comments-container .u-bold {
  font-weight: bold;
}
.comments-container .font-tiny {
  font-size: 13px;
  line-height: 18px;
}
.comments-container .font-small {
  font-size: 15px;
  line-height: 21px;
}
.comments-container .font-medium {
  font-size: 19px;
  line-height: 25px;
}
.comments-container .font-large {
  font-size: 26px;
  line-height: 34px;
}
.comments-container .font-xlarge {
  font-size: 32px;
  line-height: 38px;
}
.comments-container .font-xxlarge {
  font-size: 42px;
  line-height: 46px;
}
.comments-container .font-huge {
  font-size: 50px;
  line-height: 54px;
}
.comments-container .font-list {
  font-size: 17px;
  line-height: 23px;
}
.comments-container .lh1 {
  line-height: 1em;
}
.comments-container .lh2 {
  line-height: 2em;
}
.comments-container .u-tl {
  text-align: left;
}
.comments-container .u-tr {
  text-align: right;
}
.comments-container .u-tc {
  margin-bottom: 15px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
}
.comments-container .u-vt {
  vertical-align: top;
}
.comments-container .u-vm {
  vertical-align: middle;
}
.comments-container .u-vb {
  vertical-align: bottom;
}
.comments-container .u-italic {
  font-style: italic;
}
.comments-container .u-upper {
  text-transform: uppercase;
}
body {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-display: swap;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  font-size: 19px;
}
.directions {
  text-align: center;
  padding: 10px;
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-display: swap;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-top: 1em;
}
.ad {
  margin-top: 2em;
  margin-bottom: 2em;
}
#distanceBarMobile {
  display: none;
}
@media (max-width: 480px) {
  #distanceBarMobile {
    display: block;
    position: relative;
    font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
    font-display: swap;
    width: 100%;
    height: 800px;
  }
  #distanceBarMobile .label {
    text-align: center;
    padding-right: 100px;
  }
  #distanceBarMobile .house {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #distanceBarMobile .house img {
    width: 100%;
  }
  #distanceBarMobile .hr {
    border-left: 2px dashed #CCD;
    border-right: none;
    position: absolute;
    height: 775px;
    width: 50%;
    left: 50%;
  }
  #distanceBarMobile .verticalLine {
    position: absolute;
    left: calc(50% - 100px);
    height: 20px;
    width: 100px;
    color: #CCD;
    font-weight: normal;
    padding-right: 10px;
    text-align: right;
  }
  #distanceBarMobile .verticalLine.one {
    top: calc(16.7% - 25px);
  }
  #distanceBarMobile .verticalLine.two {
    top: calc(33.3% - 25px);
  }
  #distanceBarMobile .verticalLine.three {
    top: calc(50% - 25px);
  }
  #distanceBarMobile .verticalLine.four {
    top: calc(66.7% - 25px);
  }
  #distanceBarMobile .verticalLine.five {
    top: calc(83.3% - 25px);
  }
  #distanceBarMobile .verticalLine.six {
    top: calc(100% - 25px);
  }
}
#distanceBarDesktop {
  width: 90%;
  height: 100px;
  max-width: 960px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-display: swap;
  margin: 0.5em auto 2em auto;
  position: relative;
}
@media (max-width: 480px) {
  #distanceBarDesktop {
    display: none;
  }
}
#distanceBarDesktop .house {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#distanceBarDesktop .house img {
  width: 100%;
}
#distanceBarDesktop hr {
  border-top: 2px dashed #CCD;
  border-bottom: none;
  position: absolute;
  width: 100%;
  top: 41%;
  transform: translateY(-50%);
}
#distanceBarDesktop .verticalLine {
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  height: 20px;
  border-right: 2px solid #CCD;
  width: 100px;
  color: #CCD;
  font-weight: normal;
  padding-right: 5px;
  padding-top: 3px;
  text-align: right;
}
#distanceBarDesktop .verticalLine.one {
  left: calc(16.7% - 100px);
}
#distanceBarDesktop .verticalLine.two {
  left: calc(33.3% - 100px);
}
#distanceBarDesktop .verticalLine.three {
  left: calc(50% - 100px);
}
#distanceBarDesktop .verticalLine.four {
  left: calc(66.7% - 100px);
}
#distanceBarDesktop .verticalLine.five {
  left: calc(83.3% - 100px);
}
#distanceBarDesktop .verticalLine.six {
  left: calc(100% - 100px);
}
.caption.credit {
  padding: 10px;
  max-width: 1700px;
  margin: auto;
}
.distanceDot {
  background-color: orange;
  border: 1px solid black;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 480px) {
  .distanceDot {
    left: calc(50% - 9px);
  }
}
.distanceDot.picked {
  background-color: #f55002;
  border: 1px solid black;
}
#main {
  position: relative;
}
.slide p {
  margin-left: 10px;
  margin-right: 10px;
}
.body-hed {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  clear: both;
}
.body-hed.hide {
  color: white;
  visibility: hidden;
}
.body-hed.hide span {
  display: none;
}
@media (max-width: 480px) {
  .body-hed.hide span {
    display: inline;
  }
}
.headerImg {
  position: relative;
  font-size: 0px;
  max-width: 1700px;
  max-height: 1400px;
  margin: auto;
}
.headerImg img {
  width: 100%;
}
.headerImg .title {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  color: white;
  opacity: 0.8;
  text-shadow: 2px 2px black;
  letter-spacing: 1px;
  font-size: 10vw;
  line-height: 1.2em;
}
@media (max-width: 480px) {
  .headerImg .title {
    font-size: 12vw;
  }
}
.headerImg .road {
  position: absolute;
  bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  right: 0;
  left: 0;
  font-size: 17vw;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 0.7em;
}
@media (min-width: 1500px) {
  .headerImg .road {
    font-size: 14vw;
  }
}
@media (max-width: 480px) {
  .headerImg .road {
    font-size: 15vw;
  }
}
.hr {
  margin: 1em auto;
  color: #424648;
}
.hr hr {
  border-top: 2px solid #c0c0c0;
}
.hr p {
  margin: 0;
  font-style: italic;
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
}
.byline,
.staff-position,
.publish-date {
  font-size: 19px;
  max-width: 630px;
  margin: auto;
}
.intro {
  max-width: 660px;
  padding: 0 15px;
  margin: auto;
}
.sub {
  font-size: 1.7em;
  max-width: 800px;
  margin: 1em auto;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sub {
    font-size: 1.2em;
    text-align: left;
    padding: 0 15px;
  }
}
.container {
  position: relative;
  max-width: 960px;
  margin: auto;
}
@media (max-width: 768px) {
  .text-container {
    width: 100%;
    position: relative;
    max-height: inherit;
  }
}
@media (max-width: 768px) {
  .text-container .innerText {
    padding: 0 15px;
  }
}
.text-container .body-text {
  max-width: 630px;
  margin: 1em auto;
  padding: 10px;
}
@media (max-width: 480px) {
  .text-container .caption {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.text-container .eachLocation .img {
  width: 49%;
}
.text-container .eachLocation .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .text-container .eachLocation .img {
    width: 100%;
    margin-top: 70%;
  }
}
.map-container {
  width: 49%;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .map-container {
    width: 100%;
    margin-left: 0;
  }
}
.map-container .body-hed {
  width: 200%;
  position: relative;
  left: -100%;
}
@media (max-width: 480px) {
  .map-container .body-hed {
    width: 100%;
    left: 0;
  }
}
.slide {
  display: none;
}
.slide.is-visible {
  display: block;
}
#map {
  width: 100%;
  height: 400px;
}
.moveButton {
  width: 49.5%;
  display: inline-block;
  text-align: center;
  background-color: #ddd;
  font-weight: 900;
  margin: 0em auto 1em auto;
  padding: 1em 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-display: swap;
  cursor: pointer;
}
.moveButton:hover {
  opacity: 0.6;
}
.chatter h2 {
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
}
.outmost {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 8px 0;
  margin: 20px auto;
  max-width: 960px;
  padding-bottom: 15px;
  clear: both;
}
.aspect-ratio-outer {
  width: 100%;
  position: relative;
}
.aspect-ratio-outer .aspect-ratio-inner {
  padding-bottom: 65%;
  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;
}
.Cat200 {
  border: 1px solid #000000;
  border-radius: 100%;
  background-color: orange;
}
.Cat200.picked {
  background-color: #f55002;
}
.Cat400 {
  border: 1px solid #000000;
  border-radius: 100%;
  background-color: #d56a0d;
}
.Cat600 {
  border: 1px solid #000000;
  border-radius: 100%;
  background-color: #822500;
}
.seattle {
  width: 17px !important;
  height: 17px !important;
}
.seattle::after {
  content: url("assets/house.svg");
}
.colorCat {
  text-align: center;
  margin-bottom: 10px;
}
.colorCat.hide {
  color: white;
  visibility: hidden;
}
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;
}
aside.legend {
  position: absolute;
  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;
}
@media (max-width: 768px) {
  aside.legend {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
aside.legend h1 {
  margin: 0;
  padding: 5px 5px 5px 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
}
aside.legend ul.scale {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: auto;
  padding-bottom: 8px;
}
aside.legend ul.scale li {
  line-height: 18px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  aside.legend ul.scale li {
    float: left;
    text-align: center;
    width: 20%;
  }
}
aside.legend ul.scale .block {
  width: 2em;
  height: 12px;
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  aside.legend ul.scale .block {
    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 {
    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;
}
.line {
  display: none;
}
.line.is-visible {
  display: block;
}
.leaflet-routing-container.leaflet-bar.leaflet-control {
  display: none;
}
.leaflet-routing-icon {
  display: none;
}
.leaflet-container a.leaflet-popup-close-button {
  display: none;
}
