html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
body {
  font-family: sans-serif;
}
h1,
h2,
h3 {
  font-family: montefiore;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
#map {
  width: 100%;
  height: 100%;
}
#map .mapboxgl-popup {
  pointer-events: none;
}
#map .mapboxgl-popup * {
  pointer-events: none;
}
#map .mapboxgl-popup .mapboxgl-popup-content {
  padding-bottom: 10px;
}
#map .mapboxgl-popup .mapboxgl-popup-content p:last-child {
  margin: 0;
}
#logo {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 25px;
  right: 25px;
}
#logo a {
  display: block;
  width: 40px;
  height: 40px;
  background: url('../../assets/WS_Logo_Brandmark_Black_K.png');
  background-size: contain;
  text-indent: -9999px;
}
#controls {
  position: absolute;
  width: 210px;
  right: 25px;
  bottom: 25px;
  font-size: 12px;
}
#controls section {
  background: white;
  margin-bottom: 3px;
  padding: 10px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
#controls section:last-child {
  margin-bottom: 0;
}
#controls section h1,
#controls section h2,
#controls section h3,
#controls section h4,
#controls section h5 {
  margin-bottom: 5px;
}
#controls section select {
  display: block;
  margin-bottom: 5px;
}
#legend {
  position: absolute;
  width: 420px;
  left: 25px;
  bottom: 25px;
  background: white;
  padding: 1px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
#legend ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#legend ul li {
  display: table-cell;
  text-align: center;
  border-left: 1px solid white;
  padding: 5px;
  opacity: 0.75;
  font-size: 10px;
}
#legend ul li:first-child {
  border-left: none;
}
#legend ul li.color-white {
  color: white;
}
#legend ul li.color-black {
  color: black;
}
/*# sourceMappingURL=style.css.map */