@import url("https://fonts.googleapis.com/css?family=Lato:400,600,700|Work+Sans:400,700,800");
html {
  overflow-x: hidden;
}

html, body {
  height: 100%;
  margin: 0; /* Optional: Removes default browser margins */
  padding: 0; /* Optional: Removes default browser padding */
}

body {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.166667px;
  line-height: 1.7em;
}

p {
  color: #818385;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Work Sans", sans-serif;
  color: #000;
  font-weight: 600;
}

h1, .h1 {
  font-size: 45px;
  text-transform: none;
}

h2, .h2 {
  font-size: 42px;
  line-height: 52px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 34px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 26px;
}

h6, .h6 {
  font-size: 14px;
}

#map { /* 'map' is the ID of your map container div */
  height: 100%;
  width: 100%;
}
.company-box {
    max-height: 100vh; /* Limits height to 100% of the viewport height */
    overflow-y: auto;  /* Adds a vertical scrollbar if content overflows */
    /* Other styles (optional) */
    padding-bottom: 20px;
}
.company-item{
  cursor: pointer;
  border-bottom:1px solid #95999c;
  padding: 10px 0px 10px 0px;
}