/* Library individual and team themes --  static to interactive google map conversion section start */

.hs-locations .section-header {
  margin-bottom: 20px;
}

.hs-locations .nav.nav-tabs,
.hs-locations .section-headline.office-heading {
  display: inline-block;
}

.hs-locations .nav.nav-tabs {
  float: right;
  border: 0;
  margin: 20px 0 10px 0;
}

.hs-locations .section-headline.office-heading::after {
  content: "";
  width: 114px;
  height: 2px;
  display: inline-block;
  margin-left: 16px;
  transform: translateY(-9px);
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: block;
}

.nav-tabs > li > a {
  color: #000 !important;
  line-height: 24px;
  padding: 10px 15px;
  margin-right: 2px;
  border: none !important;
  border-radius: 0 !important;
}

.nav-tabs > li > a.active {
  color: #000;
}

.nav-tabs > li > a.active::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 17px;
  background: #BE1D3D;;
}

.nav-tabs > li > a.active:hover {
  cursor: default;
  background-color: none;
}

.nav-tabs > li > a:hover {
  text-decoration: underline;
  color: #000;
  background-color: #eeeeee;
}

.hs-locations .office-map-holder{
  height: 321px !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.static-map{
  height:100%;
  width:100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}


@media (max-width: 996px) {
  .hs-locations .office-map-holder {
    height: 250px !important;
  }

  .static-map{
    height:100%;
    width:100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
  }

}

.hs-locations .office-img {
  margin: 25px 0 10px 0 !important;
}

.hs-locations h3 {
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.office-info {
  padding-bottom: 20px;
}

.office-info dd,
.office-info dt {
  line-height: 1.42857143;
}

.office-info dt {
  margin-top: 16px;
}

.office-info .info-list,
.office-info .office-info__address,
.office-info .office-info__office-hours {
  font-size: 16px;
}

.office-info .office-info__address,
.office-info .office-info__office-hours {
  line-height: 32px;
}

.info-list dd a:hover {
  color: #000 !important;
}

@media (max-width: 480px) {
  .nav-tabs > li.office-link {
    width: 100%;
  }

  .nav-tabs > li.office-link a {
    width: fit-content;
  }
}

/* Library individual and team themes --  static to interactive google map conversion section end */


/*
 ### client approved interactive code -- please replace with this if rollback required ### 

.hs-locations .section-header {
  margin-bottom: 20px;
}

.hs-locations .nav.nav-tabs,
.hs-locations .section-headline.office-heading {
  display: inline-block;
}

.hs-locations .nav.nav-tabs {
  float: right;
  border: 0;
  margin: 20px 0 10px 0;
}

.hs-locations .section-headline.office-heading::after {
  content: "";
  width: 114px;
  height: 2px;
  display: inline-block;
  margin-left: 16px;
  transform: translateY(-9px);
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: block;
}

.nav-tabs > li > a {
  color: #000 !important;
  line-height: 24px;
  padding: 10px 15px;
  margin-right: 2px;
  border: none !important;
  border-radius: 0 !important;
}

.nav-tabs > li > a.active {
  color: #000;
}

.nav-tabs > li > a.active::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 17px;
  background: #2e66ff;
}

.nav-tabs > li > a.active:hover {
  cursor: default;
  background-color: none;
}

.nav-tabs > li > a:hover {
  text-decoration: underline;
  color: #000;
  background-color: #eeeeee;
}

.hs-locations .office-map-holder {
  height: 321px;
}

@media (max-width: 996px) {
  .hs-locations .office-map-holder {
    height: 250px;
  }
}

.hs-locations .office-img {
  margin: 25px 0 10px 0;
}

.hs-locations h3 {
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.office-info {
  padding-bottom: 20px;
}

.office-info dd,
.office-info dt {
  line-height: 1.42857143;
}

.office-info dt {
  margin-top: 16px;
}

.office-info .info-list,
.office-info .office-info__address,
.office-info .office-info__office-hours {
  font-size: 16px;
}

.office-info .office-info__address,
.office-info .office-info__office-hours {
  line-height: 32px;
}

.info-list dd a:hover {
  color: #000 !important;
}

@media (max-width: 480px) {
  .nav-tabs > li.office-link {
    width: 100%;
  }

  .nav-tabs > li.office-link a {
    width: fit-content;
  }
}


*/

