.expertise-menu {
  max-height: 70vh;
  overflow-y: auto;
  min-width: 360px;
}

.expertise-sidebar {
  display: grid;
  gap: 10px;
}

.expertise-sidebar a {
  background: #f3f4f6;
  border-radius: 8px;
  color: var(--heading-font-color);
  display: block;
  font-weight: 500;
  padding: 13px 18px;
}

.expertise-sidebar a:hover,
.expertise-sidebar a.active {
  background: var(--primary-color);
  color: #fff;
}

.expertise-service-item {
  align-items: flex-start;
  background: #f3f4f6;
  border-radius: 6px;
  display: flex;
  font-weight: 600;
  padding: 18px 20px;
}

.expertise-service-item i {
  margin-top: 5px;
}

.expertise-approach {
  background: var(--primary-color);
  border-radius: 6px;
  color: rgba(255, 255, 255, .78);
  padding: 38px;
}

.expertise-approach h3 {
  color: #fff;
}

#mainmenu .menu-item.active {
  color: var(--secondary-color);
}

@media (max-width: 991px) {
  .expertise-menu {
    max-height: none;
    min-width: 0;
  }
}

.source-image-stack {
  padding: 0 0 70px 70px;
  position: relative;
}

.source-image-stack-small {
  border: 8px solid #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 52%;
}

.source-tabs-centered .d-tab-nav {
  justify-content: center;
}

.source-tabs-dark .d-tab-nav li {
  color: #fff;
}

.history-image,
.content-feature-image {
  height: 360px;
  object-fit: cover;
}

.history-feature {
  color: rgba(255, 255, 255, .72);
  padding: 58px clamp(30px, 5vw, 90px);
}

.history-feature h3 {
  color: #fff;
  margin-bottom: 20px;
}

.history-feature-1 {
  background: #30445f;
}

.history-feature-2 {
  background: #22344a;
}

.history-feature-3 {
  background: var(--secondary-color);
  color: rgba(255, 255, 255, .85);
}

.history-feature-icon {
  height: 70px;
  margin-bottom: 28px;
  object-fit: contain;
  object-position: left center;
  width: 70px;
}

.people-card {
  background: #e9edf2;
  min-height: 420px;
}

.people-card-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  transition: transform .4s ease;
}

.people-card:hover .people-card-image {
  transform: scale(1.035);
}

.home-lawyer-card {
  background: #e9edf2;
  height: 100%;
}

.home-lawyer-image {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.profile-image-wrap {
  min-height: 600px;
}

.profile-image {
  height: 600px;
  object-fit: cover;
  object-position: center top;
}

.profile-contact {
  display: grid;
  gap: 10px;
}

.profile-contact a {
  color: var(--heading-font-color);
  font-weight: 600;
}

.contact-honeypot {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.source-compliance .accordion-section-content {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .source-image-stack {
    padding: 0 0 45px 45px;
  }

  .profile-image-wrap,
  .profile-image {
    height: auto;
    min-height: 0;
  }
}
