/** Final production fixes. */
@media (min-width: 1181px) {
  .mega-menu--services,
  .mega-menu--services .mega-directory,
  .mega-menu--services .mega-panel {
    background: #f8f9fd !important;
    color: #18244f !important;
  }
  .mega-menu--services .mega-panel[hidden] { display: none !important; }
  .mega-menu--services .mega-panel:not([hidden]) { display: block !important; }
  .mega-menu--services .mega-menu-toolbar {
    background: #ffffff !important;
    border-bottom-color: rgba(61,82,160,.22) !important;
  }
  .mega-menu--services .mega-tab { color: #40517f !important; opacity: 1 !important; }
  .mega-menu--services .mega-tab strong,
  .mega-menu--services .mega-tab span { opacity: 1 !important; }
  .mega-menu--services .mega-tab.is-active {
    color: #ffffff !important;
    background: #3d52a0 !important;
    border-color: #3d52a0 !important;
  }
  .mega-menu--services .mega-panel-head h3,
  .mega-menu--services .mega-group-title,
  .mega-menu--services .mega-product-link { color: #18244f !important; opacity: 1 !important; }
  .mega-menu--services .mega-panel-head p,
  .mega-menu--services .mega-service-list a,
  .mega-menu--services .mega-product-link span:last-child { color: #43547f !important; opacity: 1 !important; }
  .mega-menu--services .mega-service-list a { font-size: .72rem !important; line-height: 1.38 !important; }
  .mega-menu--services .mega-all-link,
  .mega-menu--services .mega-panel-head > a { color: #2f4596 !important; opacity: 1 !important; }
}
.service-search,
.search-form,
.service-catalogue-tools,
.service-directory-filter-band,
.practice-summary { display: none !important; }
.contact-scheduling-section {
  min-height: auto !important;
  padding: clamp(7rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 7rem) !important;
}
.contact-scheduling-wrap { max-width: 1180px !important; text-align: center; }
.contact-scheduling-wrap .lede { max-width: 760px; margin-inline: auto; }
.calendar-embed-shell {
  width: 100%;
  margin-top: clamp(2rem, 5vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(173,187,218,.35);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(8,18,58,.24);
}
.calendar-embed { display: block; width: 100%; min-height: 700px; border: 0; background: #ffffff; }
@media (max-width: 1180px) {
  .calendar-embed-shell { border-radius: 16px; }
  .calendar-embed { min-height: 760px; height: 760px; }
}
@media (max-width: 620px) {
  .contact-scheduling-section { padding-top: 6rem !important; }
  .calendar-embed-shell { margin-inline: -4px; width: calc(100% + 8px); border-radius: 12px; }
  .calendar-embed { min-height: 820px; height: 820px; }
}
