/* FranConnect Site Core 0.2.6
 * Transitional compatibility for the active Infinite/Goodlayers theme.
 * Scoped to pages where the front-end runtime detects an FC Hero.
 */
html body.fc-goodlayers-compat .infinite-page-wrapper,
html body.fc-goodlayers-compat .infinite-content-container,
html body.fc-goodlayers-compat .infinite-content-area,
html body.fc-goodlayers-compat .gdlr-core-page-builder-body,
html body.fc-goodlayers-compat .entry-content {
  overflow: visible !important;
}

html body.fc-goodlayers-first-hero .infinite-content-container,
html body.fc-goodlayers-first-hero .infinite-content-area,
html body.fc-goodlayers-first-hero .gdlr-core-page-builder-body,
html body.fc-goodlayers-first-hero .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

html body.fc-goodlayers-compat .infinite-page-wrapper .fc-hero,
html body.fc-goodlayers-compat .infinite-content-container .fc-hero,
html body.fc-goodlayers-compat .infinite-content-area .fc-hero,
html body.fc-goodlayers-compat .gdlr-core-page-builder-body .fc-hero,
html body.fc-goodlayers-compat .entry-content .fc-hero {
  position: relative !important;
  display: block !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  color: #fff !important;
}

html body.fc-goodlayers-compat .infinite-page-wrapper .fc-hero .fc-hero__copy h1,
html body.fc-goodlayers-compat .infinite-page-wrapper .fc-hero .fc-hero__copy h2,
html body.fc-goodlayers-compat .infinite-page-wrapper .fc-hero .fc-hero__copy h3,
html body.fc-goodlayers-compat .infinite-content-container .fc-hero h1,
html body.fc-goodlayers-compat .infinite-content-container .fc-hero h2,
html body.fc-goodlayers-compat .infinite-content-container .fc-hero h3,
html body.fc-goodlayers-compat .gdlr-core-page-builder-body .fc-hero h1,
html body.fc-goodlayers-compat .gdlr-core-page-builder-body .fc-hero h2,
html body.fc-goodlayers-compat .gdlr-core-page-builder-body .fc-hero h3,
html body.fc-goodlayers-compat .entry-content .fc-hero h1,
html body.fc-goodlayers-compat .entry-content .fc-hero h2,
html body.fc-goodlayers-compat .entry-content .fc-hero h3 {
  color: #fff !important;
}

html body.fc-goodlayers-compat .fc-hero .fc-hero__lead {
  color: #e8f0fb !important;
}

html body.fc-goodlayers-compat .fc-hero .fc-kicker {
  color: #f58220 !important;
}

@media (max-width: 650px) {
  html body.fc-goodlayers-compat .fc-hero .fc-hero__copy h1 {
    font-size: clamp(2.05rem, 9.2vw, 2.9rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.025em !important;
  }
}

/* v0.2.14 footer bridge: retire Infinite/Goodlayers footer visually while FC footer is active. */
body.fc-core-footer-active .infinite-footer-wrapper,
body.fc-core-footer-active .infinite-copyright-wrapper,
body.fc-core-footer-active .infinite-footer-back-to-top-button{display:none!important}
