.explore-region {
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
}

.explore-region ul li {
  text-align: center;
  line-height: 64px;
}

ul {
  margin: 0;
  padding: 0;
}

ul .btn-map {
  display: inline-block;
  -webkit-mask-image: url("http://map.oneofonebuilding.com/img/btn-stroke.svg");
  mask-image: url("http://map.oneofonebuilding.com/img/btn-stroke.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 90% 90%;
  background-color: #dedede;
  font-family: "Helvetica", cursive, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
  border: none;
  width: 191px;
  height: 62px;
  cursor: pointer;
}

ul .btn-map:hover {
  background-color: #ffa64d;
}

ul .btn-map span {
  display: inline-block;
  transform: rotate(-7deg);
}

.marker {
  width: 100%;
  padding: 10px 10px;
  margin: 0 !important;
}

.marker:hover {
  background-color: #ddd;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion img {
  margin-right: 10px;
}

.am-filter {
  display: none;
  position: absolute;
  width: 180px;
  height: 700px;
  background: #fcfcfc;
  box-shadow: inset 2px 0px 2px 2px rgba(0, 0, 0, 0.03),
    inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  color: #666;
  font-size: 12px;
  top: 80px;
}

.accordion img {
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 768px) {
  .am-filter {
    width: 100%;
    display: none;
  }

  .reg-filter {
    display: none;
  }
}

.reg-filter {
  display: none;
  margin-left: 180px;
}

.reg-map-title {
  position: absolute;
  top: 220px;
  padding-left: 50px;
  width: 320px;
  color: Black;
  font-family: "Avenir Next LT W01 Bold", "Avenir", sans-serif;
}

.reg-map-desc {
  position: absolute;
  top: 400px;
  padding-left: 50px;
  width: 400px;
  color: Black;
  font-family: "Avenir Next LT W01 Bold", "Avenir", sans-serif;
}

.reg-map-legend {
  position: absolute;
  top: 520px;
  padding-left: 50px;
  width: 430px;
  color: black;
  font-family: "Avenir Next LT W01 Bold", "Avenir", sans-serif;
}

.reg-map-legend ul {
  list-style-type: none;
}

.reg-map-legend li:hover {
  cursor: pointer;
  color: blue;
}

.active,
.accordion:hover {
  background-color: #5780c1;
  color: white;
}

.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

button.gm-ui-hover-effect {
  visibility: hidden;
}
