.contact-us-page .address-tab {
  padding: 1.2rem 1rem 2.2rem;
  position: relative;
  cursor: pointer;
  list-style: none;
  color: #333;
}

.contact-us-page .address-tab p {
  color: #6c757d !important;
  font-size: .9rem;
}

.contact-us-page .address-tab h5 {
  color: #0048D2;
  font-weight: bold;
  font-size: 1rem;
}

.contact-us-page .address-tab.nav-link.active {
  background-color: #0048D2;
  color: #fff !important;
  border-radius: 0;
  z-index: 1000;
}

.contact-us-page .address-tab.nav-link.active p,
.address-tab.nav-link.active h5 {
  color: #fff !important;
}

.contact-us-page .address-tab.active::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1.1rem;
  left: calc(50% - 1.2rem);
  border-width: 1.2rem 1.2rem 0;
  border-style: solid;
  border-color: #0048D2 transparent transparent;
}

.hero-map {
  position: relative;
  height: 480px;
}

.hero.map-main {
  position: absolute;
  width: 100%;
  height: 100%;
}

section.masthead-contact {
  position: relative;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 0.001rem;
}

section.masthead-contact h1 {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .contact-us-page .nav {
    width: 90vw;
  }

  .address-tab {
    padding: 1.2rem 1rem 2.2rem;
  }

  .contact-responsive {
    height: 11rem;
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 11.1rem;
    padding-left: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}