#mapbox {
  min-height: 440px;
  width: 100%;
}

.templateStandard .sidebar {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  height: 50rem;
  position: relative;
  width: 100%;
}

.pad2 {
  padding: 20px;
}

.map {
  height: 50rem;
  position: relative;
  width: 100%;
}

.listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}

.listings .item {
  border-bottom: 1px solid #eee;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.listings .item:last-child {
  border-bottom: none;
}

.listings .item .title {
  color: #00853e;
  display: block;
  font-weight: 700;
}

.listings .item .title small {
  font-weight: 400;
}

.listings .item.active .title,
.listings .item .title:hover {
  color: #8cc63f;
}

.listings .item.active {
  background-color: #f8f8f8;
}

/* ===============================================>> Marker & Popup tweaks */
.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup-content {
  font: 400 15px/22px "Source Sans Pro", "Helvetica Neue", Sans-serif;
  padding: 0;
  width: 180px;
}

.mapboxgl-popup-content-wrapper {
  padding: 1%;
}

.mapboxgl-popup-content h3 {
  background: #91c949;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 0;
  margin-top: -15px;
  padding: 10px;
}

.mapboxgl-popup-content h4 {
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 10px;
}

.mapboxgl-popup-content div {
  padding: 10px;
}

.mapboxgl-container .leaflet-marker-icon {
  cursor: pointer;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #91c949;
}

.cluster {
  align-items: center;
  -moz-background-clip: padding; /* Firefox 3.6 */
  -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
  background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
  background-color: #003b67;
  border: 5px rgba(24, 56, 100, 0.6) solid;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}
/*# sourceMappingURL=mapboxGL.css.map */
