#distributormap {
  height: 400px;
  width: 100%;
  min-height: 100%;
  max-height: none;
}

#distributormap .leaflet-popup-content-wrapper,
#distributormap .leaflet-popup-tip {
  color: #262626 !important;
}

#distributormap .leaflet-popup-content-wrapper .leaflet-popup-content,
#distributormap .leaflet-popup-tip .leaflet-popup-content {
  font-family: "Roboto Condensed", Geneva, Tahoma, sans-serif !important;
  font-size: 16px;
}

.findbox {
  width: 100%;
}

.findbox--outer {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  margin: 20px auto;
}

.findbox--outer svg {
  flex-shrink: 0;
}

.findbox--wrapper {
  width: 100%;
  position: relative;
  z-index: 1001;
}

.findbox .leaflet-control-search {
  display: flex;
  align-items: flex-start;
  gap: .5em;
}

.findbox input {
  margin-bottom: 0 !important;
  min-height: 42px !important;
}

.findbox input.search-input {
  max-width: 100% !important;
}

.findbox .search-button {
  display: inline-block;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  background-color: transparent;
  white-space: normal;
  text-align: left;
  border-radius: 5px;
  padding: 8px 30px;
  font-weight: 400;
  color: #FFF;
  border: 1px solid transparent;
  background-color: #EE7F00;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  font-size: 0.875rem;
  margin-right: 0;
  margin-bottom: 0;
  width: 150px;
  text-align: center;
}

.findbox .search-button:focus, .findbox .search-button:hover {
  text-decoration: none;
}

.findbox .search-button:focus, .findbox .search-button:hover {
  color: #EE7F00;
  border: 1px solid #EE7F00;
  background-color: #FFF;
}

.findbox .search-button:focus svg, .findbox .search-button:hover svg {
  fill: currentColor;
}

.findbox .search-button svg {
  transition: all 150ms ease;
  fill: #FFF;
  height: 19px;
  width: 19px;
}

.findbox .search-button svg + span {
  margin-left: 10px;
}

.findbox .search-button:last-child {
  margin-right: 0;
}

.findbox .search-button::before {
  content: attr(title);
  display: block;
}

.findbox .search-cancel {
  position: absolute;
  right: 150px;
  top: 7px;
}

.findbox .search-tooltip {
  position: absolute;
  top: 100%;
  z-index: 100;
  width: calc(100% - 140px);
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background: #FFF;
}

.findbox .search-tip {
  padding: 0.4em 1em;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.findbox .search-tip:hover {
  background: #EEE;
}

@media all and (min-width: 450px) {
  .map--wrapper {
    display: flex;
  }
}

@media all and (min-width: 450px) {
  .map--wrapper .filters {
    width: 300px;
  }
}

.map--wrapper .filters > div {
  padding-right: 20px;
}

.map--wrapper .filters .results input {
  display: block;
  float: left;
  margin-top: 6px;
}

.map--wrapper .filters .results label {
  color: #999999;
  font-size: 16px;
  margin-left: 24px;
  display: block;
}

.map--wrapper .filters .results .result {
  margin-bottom: 5px;
}

.map--wrapper .filters .reset {
  display: none;
  margin-top: 20px;
}

