/* Shared navigation and page frame for the entire investor section. */
.investor-page .header {
 height: 84px; display: grid; grid-template-columns: 150px minmax(0,1fr) auto;
 gap: 24px; padding-inline: max(5.5%,calc((100% - 1240px)/2));
}
.investor-page .header .logo { justify-self: start; padding: 0; }
.investor-page .header #main-nav { justify-self: center; }
.investor-page .header .nav-end { justify-self: end; white-space: nowrap; }
.investor-page .header #main-nav a[aria-current=location] { color: #145baa; }
.investor-page .header #main-nav a[aria-current=location]:after { width: 100%; }
.ir-section-nav { width: min(1240px,89%); margin: 0 auto; display: flex; gap: 25px; align-items: center; justify-content: space-between; min-height: 68px; border-bottom: 1px solid #dce3ec; font-size: 14px; }
.ir-section-label { color: #536477; }
.ir-section-nav > div { display: flex; gap: 28px; align-self: stretch; }
.ir-section-nav a { white-space: nowrap; }
.ir-section-nav > div > a { display: flex; align-items: center; border-bottom: 2px solid transparent; padding-top: 2px; }
.ir-section-nav a[aria-current=page] { border-color: #145baa; color: #145baa; }
.investor-page .investor-page-wrap { width: min(1240px,89%); padding-top: 0; padding-bottom: 78px; }
.investor-page .investor-page-heading { max-width: 960px; margin: 0; padding: 40px 0 36px; }
.investor-page .investor-page-heading .eyebrow { margin: 0 0 12px; color: #145baa; }
.investor-page .investor-page-heading h1 { font-size: clamp(2.7rem,4.1vw,3.8rem); line-height: 1.1; letter-spacing: -.045em; margin: 0 0 16px; }
.investor-page .page-intro { max-width: 760px; margin: 0; font-size: 17px; line-height: 1.65; color: #536477; }
.investor-page .footer { padding: 38px max(5.5%,calc((100% - 1240px)/2)) 22px; }
.investor-page .footer-bottom { padding-right: 0; }
.investor-page .breadcrumbs { margin: 28px 0 0; }
.investor-page.ir-detail-page .investor-page-heading { padding-top: 28px; max-width: 1040px; }
.investor-page.ir-detail-page .investor-page-heading h1 { font-size: clamp(2rem,3.4vw,3rem); line-height: 1.22; letter-spacing: -.035em; }
.investor-page .release-meta { border-top: 1px solid #dce3ec; padding: 20px 0; margin-bottom: 42px; }
.investor-page .release-body { max-width: 800px; }
.investor-page .media-player { max-width: 1000px; margin-inline: auto; }
@media (max-width: 900px) {
 .investor-page .header { grid-template-columns: minmax(0,1fr) auto; }
 .investor-page .header .mobile-menu { grid-column: 2; justify-self: end; min-height: 44px; font-size: 14px; }
 .investor-page .header.menu-open #main-nav { justify-self: stretch; width: 100%; align-items: stretch; padding-inline: 5.5%; }
}
@media (max-width: 780px) {
 .ir-section-nav { align-items: start; padding: 18px 0 0; flex-direction: column; gap: 13px; }
 .ir-section-nav > div { gap: 24px; font-size: 14px; }
 .ir-section-nav > div > a { padding-bottom: 13px; }
 .investor-page .investor-page-heading { padding: 30px 0; }
 .investor-page .page-intro { font-size: 16px; }
}
@media (max-width: 520px) {
 .investor-page .header { padding-inline: 5%; }
 .investor-page .header.menu-open #main-nav { padding-inline: 5%; }
 .investor-page .investor-page-wrap, .ir-section-nav { width: 90%; }
 .ir-section-nav { padding-top: 16px; gap: 12px; }
 .ir-section-nav > div { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 0; width: 100%; font-size: 14px; padding-bottom: 12px; }
 .ir-section-nav > div > a { min-height: 44px; padding: 10px 8px; border: 0; border-radius: 3px; }
 .ir-section-nav a[aria-current=page] { background: #edf3fa; color: #145baa; font-weight: 600; }
 .investor-page .investor-page-heading h1 { font-size: 38px; }
 .investor-page.ir-detail-page .investor-page-heading h1 { font-size: 30px; }
 .investor-page .footer { padding-inline: 5%; }
}
