.regional-hubs-section {
}
body.has-banner {
  padding-top: calc(88px + 80px);
}
.hub-card {
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hub-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 51, 102, 0.15);
}
.hub-card__image-wrapper {
  height: 12rem;
  overflow: hidden;
  border-bottom: 1px solid var(--k-color-border-light);
}
.hub-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hub-card .ki-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.hub-card .ki-card__title {
  font-size: 1.375rem;
  margin-bottom: 0.25rem;
}
.hub-card .text-sm.font-semibold.text-gray-500 {
  color: var(--k-color-text-muted);
  margin-bottom: 0.75rem;
}
.hub-card .ki-card__excerpt {
  font-size: 0.875rem;
  color: var(--k-color-text-subtle-dark);
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}
.hub-card address {
  font-size: 0.75rem;
  color: var(--k-color-text-muted);
  margin-top: 0.5rem;
  line-height: 1.5;
}
.hub-card .ki-card__footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: none;
}
.hub-card .btn--secondary {
  background-color: var(--k-color-secondary);
  color: var(--k-color-text-light);
  border-color: var(--k-color-secondary);
}
.hub-card .btn--secondary:hover {
  background-color: var(--k-color-secondary-darker);
  border-color: var(--k-color-secondary-darker);
}
#office-maps .map-placeholder {
  height: 280px;
}
#office-maps h3 {
  margin-bottom: 0.75rem;
}
.page-hero#contact-hero-heading + p {
  font-size: 1.25rem;
  color: var(--k-color-text-on-dark-muted);
  max-width: 40rem;
}
#book-consultation-hero-btn {
  padding: 0.875rem 2rem;
  font-size: 1.125rem;
}
.js-tidycal-popup {
  cursor: pointer;
}
