/* map css*/
#map {
  text-align: right;

  overflow: hidden;
}

.marker {
  pointer-events: none !important;
}

.map-container {
  position: relative;
  text-align: right;
}

.map-navigator {
  /*display: inline-block;*/
  width: 300px;
  height: 100%;
  background-color: #fafafa;
  opacity: 0.6;
  text-align: left;
  padding-top: 30px;
}

.map-navigator ul {
  text-decoration: none;
  list-style: none;
  font-size: 16px;
}

.map-navigator span {
  /*right: 20%;*/
}

.map-navigator hr {
  border: none;
  height: 5px;
  color: black;
  background-color: green;
  width: 30px;
  display: inline-block;
  margin: 0.2rem;
}

.map-navigator li {
  cursor: pointer;
}

#map {
  display: inline-block;
  width: auto;
}

.map-navigator .active-text {
  font-size: 21px;
  color: #08a450;
  font-weight: bold;
  /* font-family: 'lato-bold' !important; */
}

/* rest of page*/

.our-presence-history {
  text-align: center;
  background: #08a450;
  padding: 20px;
  color: white;
}
.our-presence-history p {
  margin-bottom: 0;
}
.address-details {
  color: #b8b8b8;
}
.address-title {
  margin-bottom: 0;
}
.our-presence-address {
  /*display: none;*/
}
.our-presence-address a{
  color:#b8b8b8;
  text-decoration: none;
}

.our-presence-map{
  background-position: center center;
  height: 300px;
  width: 100%;
  display: block;
  background-size: cover;
}

@media only screen and (max-width: 1199px) {
  .map-navigator {
    right: calc(100vw / 1.4 - 4%);
  }
}

@media only screen and (max-width: 992px) {
  .map-navigator {
    right: unset;
    width: 100%;
    top: 0;
    height: auto;
  }

  #map {
    margin-top: 70px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .address-col {
    margin-top: 20px;
  }
  .our-presence-map{
    height: 200px;
  }
}
