* {
  -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;
}
a {
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  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: 800px) {
  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;
}
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;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 800px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 800px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 800px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 0;
  margin: 0 auto;
  max-width: 630px;
  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;
}
.inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .inner {
    display: block;
  }
}
.aspect-ratio-outer {
  margin: auto;
  position: relative;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
@media (max-width: 480px) {
  .aspect-ratio-outer {
    width: 100%;
    padding: 0;
  }
}
.aspect-ratio-outer .aspect-ratio-inner {
  padding-bottom: 142.85714286%;
  position: relative;
}
@media (max-width: 480px) {
  .aspect-ratio-outer .aspect-ratio-inner {
    padding-bottom: 100%;
  }
}
.aspect-ratio-outer leaflet-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-ratio-outer leaflet-map:not([ready]) {
  display: none;
}
.bigheader {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin: 12px 0 0;
}
@media (max-width: 800px) {
  .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;
}
.tabs {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .tabs {
    padding-top: 10px;
    margin-left: 0;
  }
}
.tabs .tab-container {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .tabs .tab-container {
    padding-top: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tabs .select {
  padding-bottom: 6px;
  color: #8B261C;
}
@media (max-width: 480px) {
  .tabs .select {
    margin: auto 2px;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 45%;
    -ms-flex-basis: 45%;
    flex-basis: 45%;
  }
}
.tabs .radio-block {
  margin: auto;
  margin: 0 2px 5px 2px;
  padding-bottom: 7px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .tabs .radio-block {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 45%;
    -ms-flex-basis: 45%;
    flex-basis: 45%;
  }
}
.tabs .radio-block input {
  display: none;
}
.tabs .radio-block input + label {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #e0e0e0;
  margin-bottom: 2px;
}
.tabs .radio-block input:checked + label {
  background: #424648;
  color: white;
}
.leaflet-tile-pane {
  opacity: 0.75 !important;
}
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: 4px 15px;
}
.source {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 11.5px;
  padding-top: 15px;
  color: #999;
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .source {
    position: relative;
  }
}
.source .credit {
  font-style: normal;
  font-size: 95%;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-top: 2px;
}
.legend-label {
  font-size: 13px;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .legend-label {
    display: none;
  }
}
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;
}
.legend {
  font-size: 12px;
  font-family: sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media (max-width: 800px) {
  .legend {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.legend h1 {
  margin: 0;
  padding: 0px 5px 5px 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
}
.legend li {
  display: block;
  padding-bottom: 4px;
}
.legend .block {
  width: 2em;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: text-bottom;
  text-transform: lowercase;
  opacity: .85;
}
.popuptext {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  width: auto;
}
@media (max-width: 800px) {
  .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: 120%;
  padding-bottom: 2px;
}
.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;
}
