  #map { position: absolute; top: 0; bottom: 0; width: 100%; }
  .mapboxgl-popup-content figcaption {
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    color: #000; 
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }
  .mapboxgl-popup-content{
    padding: 0px !important;
  }
  .marker-location {
    background-image: url('/wp-content/themes/qsb/assets/images/marker.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 54px;
    height: 54px;
    cursor: pointer;
  }

  .mapboxgl-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
  }
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    min-height: 60vh;
  }
  .list-badge {
    margin: 0 -5px;
    font-size: 0;
    text-align: center;
  }
  .list-badge>.item {
    display: inline-block;
    text-align: center;
    padding: 5px;
  }
  .badge-default {
    border: 1px solid #fff;
    color: #999;
  }

  .mapboxgl-popup {
    max-width: 180px;
    min-width: 180px;
  }
  .mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mapboxgl-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    pointer-events: none;
  }
  .badge {
    display: inline-block;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
  }
  .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #fff;
  }
  .mapboxgl-popup-tip {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    z-index: 1;
  }
  .mapboxgl-popup-content {
    text-align: center;
  }

  .mapboxgl-popup-content {
    position: relative;
    background: #fff;
    pointer-events: auto;
  }
  .mapboxgl-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    font-size: 20px;
    padding: 0 8px;
    margin: 0;
    outline: none;
    color: #fff;
    font-weight: bold;
  }
  .mapboxgl-popup-content figcaption a {
    text-transform: uppercase;
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 0.9rem Barlow;
    letter-spacing: 0.18px;
    color: #000000;
    opacity: 1;
  }
  .mapboxgl-popup-content figure {
    margin: 0 0 0rem;
  }
  .mapboxgl-popup-close-button{
    background: #fff;
    width: 15px;
    line-height: normal;
    height: 12px;
    color: #000;
    line-height: 0.001;
    padding: 0px !important;
    margin: 0px !important;
  }
  .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E"); background-repeat: no-repeat;
  }
  .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E"); background-repeat: no-repeat;
  }
  .mapboxgl-ctrl-icon.mapboxgl-ctrl-compass>.mapboxgl-ctrl-compass-arrow {
    width: 20px;
    height: 20px;
    margin: 5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
  }
  a.mapboxgl-ctrl-logo {
    display: none !important;
  }
  .mapboxgl-ctrl.mapboxgl-ctrl-attrib.mapboxgl-compact {
    display: none;
  }
  .mapboxgl-ctrl-bottom-right {
    display: none;
  }
  a.phone-button.btn.gray_btn {
    max-width: 84%;
    margin: auto;
    background: gray !important;
}