a:focus {
  outline: none!important;
  border: none!important;
  text-decoration: none!important;
}
.locations-map-filters {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #cacaca;
  padding: 15px 20px 20px 20px;
}
#locations-map-loading {
  display: inline-block;
}
#locations-map-loading img {
  height: 30px;
  width: 30px;
  -webkit-animation: rotation 2s infinite linear;
}
.locations-map-results {
  vertical-align: top;
  height: 400px;
  overflow: scroll;
}
.locations-map-results .notice {
  margin: 0;
  padding: 25px 10px;
  background-color: #e6e6e6;
  text-align: center;
}
.locations-map-results .warning {
  margin: 0;
  padding: 5px;
  background-color: #e6e6e6;
  text-align: center;
  color: red;
}
#locations-map-results-mobile {
  margin-top: 20px;
}
.locations-map-sort {
  border-top: 1px solid #cacaca;
  padding-top: 5px;
}
.locations-map-sort label {
  font-weight: normal;
}
#locations-map-map {
  width: 100%;
  height: 400px;
  overflow:hidden;
  background: #e6e6e6;
}
.locations-map-results-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.locations-map-results-list li {
  border-bottom: 1px solid #cacaca;
  padding: 5px;
  cursor: pointer;
}
.locations-map-results-list li.active {
  background-color: #e6e6e6;
}
.gm-style-iw-d {
  overflow: auto!important;
  max-height: 100%!important;
  padding: 2px 15px 12px 2px;
}
.locations-map-result-title {
  font-weight: bold;
}
.locations-map-result-orange {
  color: #e27c00;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.locations-map-filters .btn-secondary {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.locations-map-filters .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
