@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url(small.css) (min-width: 0px);
@import url(large.css) (min-width: 500px);

body {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

#map {
  border: 2px solid #1b232d;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  height: 550px;
}

.search-tip {
  inline-size: 122px;
  right: 10%;
  white-space: normal !important;
}

.leaflet-popup {
  max-height: 300px;
  width: 275px;
}

.leaflet-popup-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clusterCount {
  position: absolute;
}

.clusterIcon {
  align-items: center;
  background-color: #f9df4f1f;
  border-color: #f9df4f;
  border-radius: 50%;
  color: #007e67;
  display: flex;
  fill: #f9df4f;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  outline: 5px solid #ffdd004f;
}

.clusterIcon:hover {
  outline: 10px solid #ffdd004f;
}

.clusterIcon.large {
  background-color: #27b99e1f;
  border-color: #27b99e;
  fill: #27b99e;
  outline: 5px solid #5cbaa875;
}

.clusterIcon.large:hover {
  outline: 10px solid #5cbaa875;
}

.orgLocation { text-transform: capitalize; }

.orgLink a { overflow-wrap: break-word; }

.disclaimer {
  background: rgba(255, 255, 255, 0.8);
  color: #27b99e;
  float: right;
  font-size: 14px;
  margin: 0;
  padding: 5px;
}

.marker-title {
  align-items: center;
  display: flex;
  flex-flow: row;
}

.marker-title-logo {
  height: fit-content;
  margin: 0;
  max-width: 36px;
  padding-right: 6px;
}

#filters-header-container {
  background: #f1dc5b;
  border: 2px solid #1b232d;
  border-bottom: none;
  border-top: none;
  color: #1b232d;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase;
}

#filter-tabs {
  display: flex;
}

.filter-tab {
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Titillium Web", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
  text-transform: uppercase;
}

.filter-tab:not(.is-open):hover {
  color: #27b99e;
}

.filter-tab.is-open {
  border-bottom: 2px solid #f0dc5b;
}

#filters-container {
  border: 2px solid #1b232d;
  display: flex;
  flex-flow: column;
}

#applied-filters {
  background: #dedede;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 6px 12px;
}

.filters:not(.is-open) {
  display: none;
}

.filters {
  display: flex;
  flex-flow: row wrap;
  height: 150px;
  overflow: scroll;
  padding: 6px 4px;
  place-content: flex-start;
}

.checkbox-container input {
  position: absolute;
  visibility: hidden;
}

.checkbox-container label, .button-filter-clearall {
  background-color: transparent;
  border: 2px solid #27b99e;
  border-radius: 20px;
  box-sizing: border-box;
  color: #1b232d;
  cursor: pointer;
  display: block;
  font-family: "Titillium Web", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 4px;
  max-width: 25ch;
  overflow: hidden;
  padding: 4px 10px;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.checkbox-container input[type="checkbox"]:checked + label,
.button-filter-clearall:hover,
.checkbox-container label:hover {
  background-color: #27b99e;
  color: white;
  transition: all 0.2s ease-in-out;
}

.checkbox-container label:hover {
  display: flex;
  overflow: visible;
  white-space: wrap;
}

.button-filter-clearall {
  border: 2px solid #1b232d;
  text-transform: uppercase;
}

.filter-color-0 { border-color: #fffee7 !important; fill: #fffee7;}

.filter-color-1 { border-color: #e07ee0 !important; fill: #e07ee0;}

.filter-color-2 { border-color: #f76a57 !important; fill: #f76a57;}

.filter-color-3 { border-color: #fcc949 !important; fill: #fcc949;}

.filter-color-4 { border-color: #3fc991 !important; fill: #3fc991;}

.filter-color-5 { border-color: #62b3ef !important; fill: #62b3ef;}