.map {
  cursor: pointer;
  outline: none;
  height: 100%;
}
.map * {
  outline: none;
}
.map .map-reduced-container {
  width: 100%;
  height: 0;
  padding-bottom: 25%;
  position: relative;
}
.map .map-reduced-container.controlled {
  height: 100%;
  padding-bottom: 0;
}
.map .map-reduced-container #map-reduced, .map .map-reduced-container .map-reduced-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.map .map-reduced-container .map-reduced-overlay {
  z-index: 15;
}
.map #map-modal {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  justify-content: center;
  align-items: center;
  outline: none;
}
.map #map-modal .modal-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.map #map-modal .map-full-container {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 75vw;
  max-height: 75vh;
}
.map #map-modal .map-full-container #map-full {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.map #map-modal .map-full-container #map-style-selector {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 22;
  padding: 5px;
  font-family: "Lato", sans-serif;
}
.map #map-modal .map-full-container .close-modal {
  position: absolute;
  z-index: 22;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  filter: drop-shadow(0px 0px 10px #000000);
  cursor: pointer;
}
.map #map-modal .mapboxgl-ctrl-fullscreen {
  display: none !important;
}
.map .mapboxgl-map .mapboxgl-ctrl *, .map .mapboxgl-map .mapboxgl-ctrl-group * {
  border: none;
}
.map .mapboxgl-map .mapboxgl-ctrl, .map .mapboxgl-map .mapboxgl-ctrl-group {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.5);
}
.map .mapboxgl-map .mapboxgl-ctrl-logo {
  display: none;
}
.map .mapboxgl-map .mapboxgl-marker {
  cursor: pointer;
}
.map .mapboxgl-map .mapboxgl-popup-anchor-bottom {
  max-width: none !important;
}
.map .mapboxgl-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-content {
  padding: 5px;
  padding-bottom: 10px;
  width: auto;
  font-family: "Lato", sans-serif;
  font-size: 16pt;
}
.map .mapboxgl-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-content h1 {
  margin: 5px 0 0 0;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .map #map-modal .map-full-container {
    max-width: none;
  }
}
@media (max-width: 800px) {
  .map-reduced-container {
    min-height: 200px;
    padding-bottom: 0;
  }
  .mapboxgl-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-content {
    font-size: 13pt !important;
  }
}
@media (max-width: 460px) {
  .map #map-modal .map-full-container {
    max-width: none;
    max-height: none;
  }
  .map .mapboxgl-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-content {
    font-size: 10pt !important;
  }
}

/*# sourceMappingURL=map.css.map */
