.page-header {
  background: #101431;
}
.page-header__container {
  max-width: 1320px;
}
.page-header__main .flex-md-row {
  align-items: center;
}
@media (max-width: 991.98px) {
  .page-header__main .flex-column {
    align-items: baseline !important;
  }
}
.page-header__logo-wrap {
  width: 118px;
  height: 118px;
  background: #fff;
  padding: 10px;
}
.page-header__logo-image {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-header__eyebrow {
  font-size: 0.78125rem;
  letter-spacing: 0.08em;
  color: #f57921;
}
.page-header__heading {
  font-weight: 800;
  font-size: clamp(1.75rem, 1.45rem + 1.4vw, 2.125rem);
  line-height: 1.2;
}
.page-header__intro {
  max-width: 960px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}
.page-header__intro p:last-child {
  margin-bottom: 0;
}
.page-header__source-teaser {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  max-width: 420px;
  width: 100%;
}
.page-header__source-logo {
  width: 52px;
  height: 52px;
  background: #fff;
  overflow: hidden;
  padding: 8px;
}
.page-header__source-logo-image {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.page-header__source-eyebrow {
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}
.page-header__source-title {
  font-size: 0.95rem;
}
.page-header__breadcrumb {
  --bs-breadcrumb-divider-color: $brand-blue-200;
}
.page-header__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #dfe0eb;
}
.page-header__breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.page-header__breadcrumb a:hover,
.page-header__breadcrumb a:focus {
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .page-header__source-teaser {
    max-width: 100%;
  }
}
.full-bleed-act4all .page-header__logo-wrap {
  height: 88px;
  width: auto;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 10px !important;
}

.full-bleed-educational-generic nav.breadcrumb-nav {
  display: none;
}
.full-bleed-educational-generic h1 {
  position: relative;
  margin-bottom: 2rem !important;
}
.full-bleed-educational-generic h1::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  width: 30rem;
  height: 20px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 40' fill='none' stroke='%2395C84C' stroke-width='10' stroke-linecap='round'><path d='M10 20 Q40 5 70 20 T130 20 T190 18'/></svg>");
}

.full-bleed-educational-node-page .page-header__logo-wrap {
  width: 108px;
  height: 108px;
}
.full-bleed-educational-node-page .page-header__logo-wrap img {
  max-width: 72px;
}

/*# sourceMappingURL=page-header.css.map*/