@charset "UTF-8";
.service-partners-map-tooltip {
  box-shadow: 0px 12px 19px 0px rgba(171, 170, 169, 0.3);
  position: relative;
}
.service-partners-map-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 10px;
  margin-left: -10px;
}

.styled-select {
  overflow: hidden;
  border: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.styled-select:before {
  content: "▼";
  position: absolute;
  font-size: 8px;
  -webkit-transform: scaleY(0.7);
  -moz-transform: scaleY(0.7);
  -ms-transform: scaleY(0.7);
  -o-transform: scaleY(0.7);
  transform: scaleY(0.7);
  right: 0;
  top: 50%;
  margin-top: -4px;
  background: transparent;
  width: 30px;
  text-align: center;
  pointer-events: none;
  z-index: 2;
}
.styled-select select {
  background: white;
  border-radius: 0;
  padding: 5px;
  border: 0;
  outline: none;
  color: inherit;
  height: 2.8em;
  width: calc(100% + 50px);
  max-width: none !important;
}

.service-partner a:hover {
  box-shadow: 0px 12px 19px 0px rgba(171, 170, 169, 0.3);
}

/*# sourceMappingURL=service-partners.css.map */