#map {
  height: 500px;
  margin-left: 5%;
  margin-top: 10%;
  margin: 0 auto;
  border: 8px solid;
  border-radius: 15px;
  border-color: #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.search-container {
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  width: 300px;
}

#search-box {
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 3px solid #fc0;
  border-radius: 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  margin-top: 2%;
  margin-left: 2%;
}

#searchResults {
  display: none;
  width: 100%;
  max-height: 450px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
}

.result-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 2px solid #ddd;
}

.result-item:last-child {
  border-bottom: none;
}

p>a>i {
  color: #ffc904;
}

.foot_note {
  font-size: 0.9em;
}

.scroll-top {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #ee2e24;
  /* -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite; */
}

.logo {
  width: 540px;
  align-items: center;
}

.logo-center {
  margin: 0 auto;
}

#legend {
  z-index: 1;
  background: rgb(255, 255, 255);
  padding: 5px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
}

#legend h6 {
  margin-top: 0;
  margin: 2px;
}

#legend img {
  vertical-align: middle;
  transform: scale(0.5);
}

#legend p {
  margin: 0;
}

.search-container,
#legend {
  display: none;
}

.tableauPlaceholder{
  position: relative;
}
.tableauViz{
  display: none;
}

.fa-solid, 
  .fa-solid.fa-map-marker-alt, 
  .fa-solid.fa-certificate {
    color: #000000;
  }

@media (max-width: 768px) {
  .fa-solid, 
  .fa-solid.fa-map-marker-alt, 
  .fa-solid.fa-certificate {
    display: none !important;
  }
}
