/* Desktop glass and centered mobile copy blocks; legal pages excluded. */
.hero-copy-intro {
  width: 100%;
}
.hero-text .hero-eyebrow {
  margin: 0 0 10px;
  color: rgba(51, 70, 90, .72);
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-eyebrow:empty {
  display: none;
}
@media (max-width: 1080px) {
  .hero-copy-intro {
    grid-row: 2;
    grid-column: 1;
    z-index: 2;
    width: calc(100% - 48px);
    max-width: 260px;
    margin: 0 24px 30px;
    text-align: center;
  }
  .hero-text .hero-copy-intro > p {
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: center;
  }
  .hero-text .hero-copy-intro > .hero-eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.5;
  }
}
@media (max-width: 640px) {
  .contact-page .contact-page-links {
    align-items: center;
  }
  .contact-page .contact-page-links a {
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }
  .contact-page .contact-page-links span {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .contact-page .contact-page-cta {
    display: flex;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    margin-inline: auto;
    justify-content: center;
    text-align: center;
  }
  .hero-copy-intro {
    max-width: 220px;
  }
}
@media (min-width: 1367px) {
  .js-header.header-compact::before {
    background: linear-gradient(135deg, rgba(255,255,252,.48), rgba(245,245,240,.28));
    backdrop-filter: blur(20px) saturate(125%);
    -webkit-backdrop-filter: blur(20px) saturate(125%);
    border-bottom: 1px solid rgba(255,255,255,.55);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 6px 24px rgba(51,70,90,.07);
  }
}
@media (max-width: 640px) {
  .visual-subpage .content-page-main-copy,
  .visual-subpage .content-page-story-columns {
    width: 100%;
    max-width: 42ch;
    margin-inline: auto;
  }
  .visual-subpage .content-page-section p,
  .visual-subpage .content-page-main-copy .content-page-story-columns p,
  .visual-subpage .content-page-main-copy .content-page-main-lead {
    margin-inline: auto;
  }
  .visual-subpage .content-page-story-columns p {
    text-align: left;
  }
}
