:root {
  --tb-map-dark-blue: #0A1652;
  --tb-map-medium-blue: #40BBCC;
  --tb-map-light-blue: #7BEDFB;
  --tb-map-dark-gray: #555555;
  --tb-map-medium-dark-gray: #777777;
  --tb-map-medium-light-gray: #999999;
  --tb-map-light-gray: #cccccc;
  --tb-map-white: #ffffff;
  --tb-map-black: #000000;
}

.gm-ui-hover-effect {
  display: none !important;
}

#locations-title {
  text-align: center;
  padding: 40px 20px;
  display: none;
}

  #locations-title h1 {
    margin-bottom: 0;
  }

  #locations-title h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.4em;
  }

#listings,
#map {
  height: 400px;
}

#listings {
  background: #f6f6f6;
  padding: 20px;
  overflow: auto;
  border-right: 1px solid var(--tb-map-light-gray);
}

  #listings h1 {
    color: var(--tb-map-white);
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }

  #listings h2 {
    color: var(--tb-map-light-gray);
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
  }

  #listings h4 {
    color: var(--tb-map-white);
    margin-bottom: 0;
  }

  #listings .company-info {
    cursor: pointer;
    color: #000;
    font-weight: bold;
  }

  #listings .company-info:hover {
    text-decoration: underline;
  }

  #listings ul {
    list-style-type: none;
    padding-left: 0;
  }

    #listings ul li {
      font-size: 14px;
      display: block;
      list-style-type: none;
      border-bottom: var(--tb-map-light-gray) 1px solid;
      margin-left: 0;
      padding: 20px 10px;
      transition: background 0.25s ease;
    }

    #listings ul li:last-child {
      border-bottom: none;
    }

    #listings ul li:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    #all-locations-link {
      font-size: 14px;
      padding: 10px;
      text-transform: uppercase;
    }

    #all-locations-link:before {
      content: "\2190"; /* Unicode for left arrow */
    }

  #listings-nope a {
    color: var(--tb-map-white);
  }

  #listings .profile {
    width: 50px;
    height: 50px;
    display: block;
    background: var(--tb-map-light-gray) center center no-repeat;
    background-size: cover;
    border-radius: 5px;
    float: left;
    margin: 20px 10px;
  }

  #listings::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }

  #listings::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }

  #listings::-webkit-scrollbar-thumb {
    background: var(--tb-map-medium-light-gray);
    border: 0px none var(--tb-map-gray);
    border-radius: 50px;
    transition: background 0.25s ease;
  }

  #listings::-webkit-scrollbar-thumb:hover {
    background: var(--tb-map-medium-light-gray);
  }

  #listings::-webkit-scrollbar-track {
    background: var(--tb-map-white);
    border: 0px none var(--tb-map-white);
  }

  #listings::-webkit-scrollbar-corner {
    background: transparent;
  }

.search-meta {
display: none;
}

#find-location {
max-width: 400px;
position: relative;
margin: 0 auto;
}

  #find-location input {
    padding: 15px 10px;
    border-color: var(--tb-map-medium-dark-gray);
    color: var(--tb-map-dark-gray);
  }

  #find-location .find-btn {
    background: var(--tb-map-dark-blue) !important;
    color: var(--tb-map-white);
    position: absolute;
    top: 4px;
    right: 5px;
    padding: 11px 10px;
    text-transform: uppercase;
    transition: background 0.25s ease;
  }

  #find-location .find-btn:hover {
    background: var(--tb-map-medium-blue) !important;
  }

#map {
background: var(--tb-map-medium-light-gray);
}

/* Infow Window */
.market-content a {
    display: inline-block;
  padding: 4px 5px;
}