      * {
        box-sizing: border-box
      }
      body {
        font-family: Verdana, sans-serif;
        margin: 0
      }
      .mySlides {
        display: none
      }
      img {
        vertical-align: middle;
      }
      .slideshow-container {
        max-width: 300px;
        position: relative;
        margin: auto;
      }
      /* Next & previous buttons */
      .prev,
      .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
      }
      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      /* On hover, add a black background color with a little bit see-through */
      .prev:hover,
      .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }
      /* Caption text */
      .text {
        color: #ffffff;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
      }
      /* Number text (1/3 etc) */
      .numbertext {
        color: #ffffff;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
      }
      /* The dots/bullets/indicators */
      .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #999999;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
      }
      .active,
      /* Fading animation */
      .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1s;
        animation-name: fade;
        animation-duration: 5s;
      }
      @-webkit-keyframes fade {
        from {
          opacity: 1
        }
        to {
          opacity: 1
        }
      }
      @keyframes fade {
        from {
          opacity: 1
        }
        to {
          opacity: 1
        }
      }
      /* On smaller screens, decrease text size */
      @media only screen and (max-width: 300px) {
        .prev,
        .next,
        .text {
          font-size: 11px
        }
      }
li:hover {
    cursor: pointer;
}
.map {
  height: 600px;
  width: 100%;
  /*margin: 10px 0;*/
}

.ol-custom {
    top: 4em;
    left: 3em;
    z-index: 1000;
}

.ol-custom-button {
    top: 6.5em;
    right: 1em;
    z-index: 1000;
}

.ol-custom-search {
    top: 4em;
    right: 1em;
    z-index: 1000;
}

.ol-legend {
    top: 8em;
    width: 250px;
    left: 9px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.90);
    border-radius: 4px;
    padding: 5px;
}

.ol-control-search {
    position: absolute;
    background-color: transparent;
}

.ol-control button.tools{
  display: inline-block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 2em !important;
  width: 2em !important;
  line-height: .4em;
  background-color: rgba(0,60,136,.5);
  border: none;
  border-radius: 2px;

}

.ol-control-search button.tools{
  display: inline-block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 2em !important;
  width: 2em !important;
  line-height: .4em;
  background-color: #17a2b8;
  border: none;
  border-radius: 2px;

}
#overlay{   
  position: fixed;
  top: 0;
  z-index: 1100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.ol-popups {
  position: absolute;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  bottom: 12px;
  left: -50px;
  width: 300px;
}
.ol-popups:after, .ol-popups:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popups:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popups:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popups-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popups-closer:after {
  content: "✖";
} 
.align-items-center {
    align-items: flex-start !important;
}
.modal-lg, .modal-xl {
    max-width: 900px !important;
}