/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#map-layers-marine {
  width: 100%;
  height: 565px;
  border-radius: 5px; }
  @media screen and (max-width: 74.99875em) {
    #map-layers-marine {
      height: 500px; } }
  @media screen and (max-width: 39.99875em) {
    #map-layers-marine {
      height: calc(100vw - 20px); } }

.leaflet-tooltip.text-labels {
  margin-top: -35px;
  margin-left: -30px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-weight: 600; }
  @media screen and (max-width: 39.99875em) {
    .leaflet-tooltip.text-labels {
      margin-top: -20px;
      margin-left: -15px; } }

.block-mf-map-layers-v2-marine {
  position: relative; }

.zone_marine_legend {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 401; }
  .zone_marine_legend span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    padding: 4px 15px;
    border: 1px solid #db0084;
    background: rgba(219, 20, 132, 0.3); }
  @media screen and (max-width: 39.99875em) {
    .zone_marine_legend {
      left: 0;
      right: 0;
      margin: auto;
      display: flex;
      justify-content: center; } }

.marine_map_label {
  color: #ffffff;
  opacity: 0.6;
  font-family: #db0084;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: block; }
  @media screen and (max-width: 39.99875em) {
    .marine_map_label {
      font-size: 10px;
      line-height: 12px; } }
