* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0 auto;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  max-width: 930px;
  border-top: 1px solid lightgray;
}
.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;
}
.map-container {
  position: relative;
}
.storetype {
  text-align: center;
  font-weight: bold;
}
div.leaflet-popup-content {
  margin: 10px 5px;
  width: auto;
  max-width: 240px;
}
div.leaflet-popup-content-wrapper {
  border-radius: 3px;
  max-width: 240px;
  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: "ff-dagny-web-pro", Helvetica Neue, Helvetica, 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 {
  padding: 4px 0 8px 0;
  line-height: 1.3;
  margin: 0;
}
aside.legend .legend-title {
  font-weight: bold;
  padding: 4px 0 8px 0;
  text-align: left;
  line-height: 1.3;
  font-size: 120%;
}
aside.legend ul.scale {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: auto;
}
aside.legend ul.scale li {
  line-height: 18px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  aside.legend ul.scale li {
    float: left;
    text-align: left;
    width: auto;
    margin: 0 10px;
    margin-bottom: 8px;
    line-height: 14px;
  }
}
aside.legend ul.scale .block {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 6px;
}
@media (max-width: 768px) {
  aside.legend ul.scale .block {
    width: 12px;
    float: left;
    margin-right: 6px;
  }
}
aside.legend cite.source {
  line-height: 1.2;
  font-size: 80%;
  color: #999;
  clear: both;
  font-style: normal;
}
aside.legend cite.source .legend-credit {
  display: block;
  color: #999;
}
@media (max-width: 768px) {
  aside.legend cite.source .legend-credit {
    clear: both;
    float: right;
  }
}
.bigheader {
  line-height: 90%;
  font-size: 16px;
  letter-spacing: -1;
  word-spacing: -1;
  font-family: 'Helvetica', arial, sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 16px 0 0 0;
  line-height: 1.2;
}
.mediumheader {
  font-size: 14px;
  letter-spacing: -1;
  word-spacing: -1;
  font-family: 'Helvetica', arial, sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
}
.lilheader {
  font-size: 12px;
  font-family: 'Helvetica Neue', arial;
  text-transform: uppercase;
  /*  color: #AAA; */
  /*  padding:5px; */
  text-align: center;
  /*  letter-spacing:1px;*/
}
.popuptext {
  text-align: left;
}
.chatter h1 {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
.chatter p {
  text-align: left;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
