.listings {
  overflow: none;
}
.listings .item {
    display: block;
    border-bottom: 1px dotted rgba(236, 116, 4, 0.4);
    padding: 10px;
    text-decoration: none;
    font-size: 15px;
}
.listings .item:last-child {
    border-bottom: none;
}
.listings .item .title {
    display: block;
    color: #2e4694;
    font-weight: 700;
}
.listings .item .title:hover,
.listings .item.active .title {
    color: #ec7404;
}
.listings .item.active {
    background-color: rgba(46, 70, 148, 0.2);
}

.clearfix { display: block; }

.clearfix::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.marker {
    border: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background-image: url("/assets/img/marker.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
}
.mapboxgl-popup {
    padding-bottom: 50px;
}
.mapboxgl-popup-close-button {
    display: none;
}
.mapboxgl-popup-content {
    font: 400 15px/22px Arial, Sans-serif;
    padding: 0;
    display: inline-block;
    width: 350px;
}
.mapboxgl-popup-content-wrapper {
    padding: 1%;
}
.mapboxgl-popup-content h4 {
    background: #ec7404;
    color: #fff;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 14pt;
    font-family: Arial;
    margin-top: -15px;
}
.mapboxgl-popup-content h5 {
    margin: 0;
    display: block;
    padding: 10px 10px 10px 10px;
    font-size: 13pt;
}
.mapboxgl-popup-content p {
    margin: 0;
    display: block;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
}
.mapboxgl-popup-btn {
    margin: 0;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: #fff;
}
.mapboxgl-popup-content table {
    margin: 0;
    display: block;
    padding-left: 10px;
}
.mapboxgl-popup-content div {
    padding: 10px;
}
.mapboxgl-container .leaflet-marker-icon {
    cursor: pointer;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #ec7404;
}
#map {
    border-radius: 10px;
    height: 600px;
}