  /* * WBU NEWS V2 * CLEANED COMPONENT STYLES * Updated: 2026-08-28 */
/* Cascade path: /_files/css/news-v2.css */
 .wbu-news-v2 {
     color: #1b2a38;
     font-family: "freight-sans-pro", "source-sans-pro", Arial, sans-serif;
}
 .wbu-news-v2 *, .wbu-news-v2 *::before, .wbu-news-v2 *::after {
     box-sizing: border-box;
}
 .wbu-news-v2 .wbu-news-container {
     width: 100%;
     max-width: 1240px;
     margin-right: auto;
     margin-left: auto;
     padding-right: 28px;
     padding-left: 28px;
}
 .wbu-news-masthead {
     position: relative;
     overflow: hidden;
     padding: 74px 0 96px;
     background: linear-gradient(125deg, #062f59 0%, #084a8e 64%, #0e5ea8 100%);
     border-top: 4px solid #eec301;
}
 .wbu-news-masthead::before {
     position: absolute;
     top: -190px;
     right: -110px;
     width: 520px;
     height: 520px;
     border: 72px solid rgba(255, 255, 255, 0.055);
     border-radius: 50%;
     content: "";
}
 .wbu-news-masthead::after {
     position: absolute;
     right: 0;
     bottom: 0;
     width: 30%;
     height: 8px;
     background: #eec301;
     content: "";
}
 .wbu-news-masthead__content {
     position: relative;
     z-index: 1;
     max-width: 820px;
}
 .wbu-news-v2 .wbu-news-eyebrow, .wbu-news-v2 .wbu-news-section-heading__kicker {
     margin: 0 0 10px;
     padding: 0;
     color: #a47600;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 14px;
     font-weight: 700;
     line-height: 1.3;
     letter-spacing: 0.13em;
     text-transform: uppercase;
}
 .wbu-news-v2 .wbu-news-eyebrow {
     color: #eec301;
}
 .wbu-news-v2 .wbu-news-masthead h1 {
     max-width: 760px;
     margin: 0;
     color: #ffffff;
     font-family: "serifa", Georgia, serif;
     font-size: 68px;
     font-weight: 700;
     line-height: 1.02;
     letter-spacing: -0.025em;
}
 .wbu-news-v2 .wbu-news-masthead__lead, .wbu-news-v2 .wbu-news-masthead__intro p {
     max-width: 720px;
     margin: 24px 0 0;
     padding: 0;
     color: rgba(255, 255, 255, 0.9);
     font-family: "freight-sans-pro", Arial, sans-serif;
     font-size: 23px;
     line-height: 1.5;
}
 .wbu-news-featured {
     padding: 0 0 78px;
     background: #f2f6f9;
}
 .wbu-news-featured .wbu-news-container {
     position: relative;
     top: -42px;
     margin-bottom: -42px;
}
 .wbu-news-section-heading {
     display: flex;
     align-items: flex-end;
     justify-content: space-between;
     margin-bottom: 28px;
}
 .wbu-news-section-heading--light {
     margin-bottom: 20px;
     padding: 20px 24px;
     background: #ffffff;
     border-left: 5px solid #eec301;
     box-shadow: 0 10px 30px rgba(6, 47, 89, 0.1);
}
 .wbu-news-v2 .wbu-news-section-heading h2, .wbu-news-v2 .wbu-news-archive-callout h2 {
     margin: 0;
     color: #084a8e;
     font-family: "serifa", Georgia, serif;
     font-size: 42px;
     font-weight: 700;
     line-height: 1.12;
     letter-spacing: -0.02em;
}
 .wbu-news-v2 .wbu-news-section-heading > div > p:last-child {
     max-width: 680px;
     margin: 10px 0 0;
     padding: 0;
     color: #526579;
     font-size: 18px;
     line-height: 1.5;
}
 .wbu-news-feature-grid {
     display: grid;
     grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
     grid-template-rows: repeat(2, minmax(235px, 1fr));
     gap: 18px;
}
 .wbu-news-feature-grid--1 {
     grid-template-columns: 1fr;
     grid-template-rows: minmax(480px, 1fr);
}
 .wbu-news-feature-grid--1 .wbu-news-card--feature-primary, .wbu-news-feature-grid--2 .wbu-news-card--feature-primary {
     grid-row: 1;
}
 .wbu-news-feature-grid--2 {
     grid-template-rows: minmax(480px, 1fr);
}
 .wbu-news-feature-grid--2 .wbu-news-card--feature-secondary {
     min-height: 480px;
}
 .wbu-news-card {
     position: relative;
     min-width: 0;
     overflow: hidden;
     background: #ffffff;
     border: 1px solid #d9e3eb;
     border-radius: 2px;
     box-shadow: 0 12px 32px rgba(21, 48, 72, 0.1);
}
 .wbu-news-card--standard {
     display: flex;
     height: 100%;
     flex-direction: column;
     transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
 .wbu-news-card--standard:hover {
     transform: translateY(-4px);
     border-color: #b9cbd9;
     box-shadow: 0 18px 42px rgba(21, 48, 72, 0.16);
}
 .wbu-news-card__media {
     position: relative;
     display: block;
     overflow: hidden;
     background: #dce7ef;
}
 .wbu-news-card--standard .wbu-news-card__media {
     aspect-ratio: 16 / 9;
}
 .wbu-news-card__media img, .wbu-news-card__placeholder {
     display: block;
     width: 100%;
     height: 100%;
}
 .wbu-news-card__media img {
     object-fit: cover;
     transition: transform 300ms ease;
}
 .wbu-news-card--standard:hover .wbu-news-card__media img {
     transform: scale(1.035);
}
 .wbu-news-card__placeholder {
     position: relative;
     display: flex;
     min-height: 210px;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     gap: 8px;
     overflow: hidden;
     padding: 28px;
     text-align: center;
     background: linear-gradient(180deg, #eec301 0, #eec301 9px, transparent 9px, transparent calc(100% - 9px), #eec301 calc(100% - 9px), #eec301 100%), linear-gradient(135deg, #063766 0%, #084a8e 72%, #1768ad 100%);
}
 .wbu-news-card__placeholder::before {
     position: absolute;
     top: -72px;
     right: -52px;
     width: 190px;
     height: 190px;
     border: 28px solid rgba(255, 255, 255, 0.06);
     border-radius: 50%;
     content: "";
}
 .wbu-news-card__media .wbu-news-card__placeholder-logo {
     position: relative;
     z-index: 1;
     display: block;
     width: auto;
     height: auto;
     max-width: 132px;
     max-height: 112px;
     object-fit: contain;
     transform: translateY(-22px);
     transition: none;
}
 .wbu-news-card--standard:hover .wbu-news-card__media .wbu-news-card__placeholder-logo {
     transform: translateY(-22px);
}
 .wbu-news-card__body {
     padding: 24px;
}
 .wbu-news-card--standard .wbu-news-card__body {
     display: flex;
     height: 100%;
     flex-direction: column;
}
 .wbu-news-v2 .wbu-news-card__type {
     margin: 0 0 9px;
     padding: 0;
     color: #8a6800;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 13px;
     font-weight: 700;
     line-height: 1.2;
     letter-spacing: 0.1em;
     text-transform: uppercase;
}
 .wbu-news-v2 .wbu-news-card__title {
     margin: 0;
     font-family: "serifa", Georgia, serif;
     font-size: 25px;
     font-weight: 700;
     line-height: 1.22;
}
 .wbu-news-v2 .wbu-news-card__title a {
     color: #073d73;
     text-decoration: none;
}
 .wbu-news-v2 .wbu-news-card__title a:hover, .wbu-news-v2 .wbu-news-card__title a:focus {
     color: #0b64ad;
     text-decoration: underline;
     text-decoration-color: #eec301;
     text-decoration-thickness: 3px;
     text-underline-offset: 4px;
}
 .wbu-news-v2 .wbu-news-card__meta {
     display: flex;
     flex-wrap: wrap;
     gap: 5px 8px;
     margin: 14px 0 0;
     padding: 0;
     color: #657789;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 14px;
     line-height: 1.4;
}
 .wbu-news-v2 .wbu-news-card__separator {
     color: #c29a00;
}
 .wbu-news-v2 .wbu-news-card__summary {
     margin: 16px 0 0;
     padding: 0;
     color: #425466;
     font-size: 17px;
     line-height: 1.52;
}
/* Text-only Guides & Insights cards */
 .wbu-news-card--guide {
     min-height: 350px;
     border-top: 6px solid #eec301;
     background: linear-gradient(145deg, #ffffff 0%, #ffffff 72%, #f0f5f9 100%);
}
 .wbu-news-card--guide::before {
     position: absolute;
     top: -105px;
     right: -95px;
     width: 215px;
     height: 215px;
     border: 28px solid rgba(8, 74, 142, 0.045);
     border-radius: 50%;
     content: "";
     pointer-events: none;
}
 .wbu-news-card--standard.wbu-news-card--guide:hover {
     border-top-color: #eec301;
}
 .wbu-news-card--guide .wbu-news-card__body {
     position: relative;
     z-index: 1;
     padding: 30px 28px 28px;
}
 .wbu-news-v2 .wbu-news-card--guide .wbu-news-card__type {
     margin-bottom: 12px;
     color: #8a6800;
}
 .wbu-news-v2 .wbu-news-card--guide .wbu-news-card__title {
     font-size: 27px;
     line-height: 1.2;
}
 .wbu-news-card__expert {
     display: flex;
     align-items: flex-start;
     flex-direction: column;
     margin: 22px 0 0;
     padding: 14px 16px 15px;
     border-left: 4px solid #eec301;
     background: #eef4f8;
}
 .wbu-news-card__expert-label {
     color: #755900;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 11px;
     font-weight: 700;
     line-height: 1.2;
     letter-spacing: 0.1em;
     text-transform: uppercase;
}
 .wbu-news-card__expert-name {
     margin-top: 4px;
     color: #084a8e;
     font-family: "serifa", Georgia, serif;
     font-size: 19px;
     line-height: 1.25;
}
 .wbu-news-v2 .wbu-news-card--guide .wbu-news-card__meta {
     margin-top: 17px;
}
 .wbu-news-v2 .wbu-news-card--guide .wbu-news-card__summary {
     margin-top: 18px;
}
 .wbu-news-card--feature-primary, .wbu-news-card--feature-secondary {
     display: grid;
     min-height: 0;
     border: 0;
     background: #062f59;
}
 .wbu-news-card--feature-primary {
     grid-row: 1 / span 2;
}
 .wbu-news-card--feature-primary .wbu-news-card__media, .wbu-news-card--feature-primary .wbu-news-card__body, .wbu-news-card--feature-secondary .wbu-news-card__media, .wbu-news-card--feature-secondary .wbu-news-card__body {
     grid-area: 1 / 1;
}
 .wbu-news-card--feature-primary .wbu-news-card__media, .wbu-news-card--feature-secondary .wbu-news-card__media {
     height: 100%;
}
 .wbu-news-card--feature-primary::after, .wbu-news-card--feature-secondary::after {
     position: absolute;
     z-index: 1;
     right: 0;
     bottom: 0;
     left: 0;
     height: 78%;
     background: linear-gradient(to bottom, rgba(3, 20, 35, 0) 0%, rgba(3, 20, 35, 0.9) 78%);
     content: "";
     pointer-events: none;
}
 .wbu-news-card--feature-primary .wbu-news-card__body, .wbu-news-card--feature-secondary .wbu-news-card__body {
     position: relative;
     z-index: 2;
     align-self: end;
     color: #ffffff;
}
 .wbu-news-card--feature-primary .wbu-news-card__body {
     max-width: 760px;
     padding: 38px;
}
 .wbu-news-card--feature-secondary .wbu-news-card__body {
     padding: 24px;
}
 .wbu-news-card--feature-primary .wbu-news-card__placeholder, .wbu-news-card--feature-secondary .wbu-news-card__placeholder {
     min-height: 100%;
}
 .wbu-news-v2 .wbu-news-card--feature-primary .wbu-news-card__type, .wbu-news-v2 .wbu-news-card--feature-secondary .wbu-news-card__type {
     color: #f7d94d;
}
 .wbu-news-v2 .wbu-news-card--feature-primary .wbu-news-card__title {
     font-size: 38px;
     line-height: 1.12;
}
 .wbu-news-v2 .wbu-news-card--feature-secondary .wbu-news-card__title {
     font-size: 24px;
     line-height: 1.17;
}
 .wbu-news-v2 .wbu-news-card--feature-primary .wbu-news-card__title a, .wbu-news-v2 .wbu-news-card--feature-secondary .wbu-news-card__title a {
     color: #ffffff;
}
 .wbu-news-v2 .wbu-news-card--feature-primary .wbu-news-card__meta, .wbu-news-v2 .wbu-news-card--feature-secondary .wbu-news-card__meta, .wbu-news-v2 .wbu-news-card--feature-primary .wbu-news-card__summary {
     color: rgba(255, 255, 255, 0.82);
}
 .wbu-news-v2 .wbu-news-card--feature-primary .wbu-news-card__summary {
     max-width: 680px;
     font-size: 18px;
}
 .wbu-news-section {
     padding: 82px 0;
}
 .wbu-news-section--latest {
     background: #ffffff;
}
 .wbu-news-section--stories {
     background: #eef4f8;
     border-top: 1px solid #dce6ed;
     border-bottom: 1px solid #dce6ed;
}
 .wbu-news-section--guides {
     background: #ffffff;
}
 .wbu-news-card-grid {
     display: grid;
     gap: 28px;
}
 .wbu-news-card-grid--three {
     grid-template-columns: repeat(3, minmax(0, 1fr));
}
 .wbu-news-card-grid--stories {
     grid-template-columns: repeat(3, minmax(0, 1fr));
}
/* Guides and Insights hub */
 .wbu-news-guide-series {
     background: #eef4f8;
     border-bottom: 1px solid #dce6ed;
}
 .wbu-news-series-grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 28px;
}
 .wbu-news-series-card {
     position: relative;
     overflow: hidden;
     background: #ffffff;
     border-top: 5px solid #eec301;
     box-shadow: 0 12px 30px rgba(6, 47, 89, 0.11);
     transition: transform 180ms ease, box-shadow 180ms ease;
}
 .wbu-news-series-card:hover {
     transform: translateY(-4px);
     box-shadow: 0 18px 38px rgba(6, 47, 89, 0.17);
}
 .wbu-news-series-card__media {
     display: block;
     height: 200px;
     overflow: hidden;
     background: #084a8e;
}
 .wbu-news-series-card__media > img, .wbu-news-series-card__placeholder {
     display: block;
     width: 100%;
     height: 100%;
}
 .wbu-news-series-card__media > img {
     object-fit: cover;
     transition: transform 260ms ease;
}
 .wbu-news-series-card:hover .wbu-news-series-card__media > img {
     transform: scale(1.035);
}
 .wbu-news-series-card__placeholder {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
     background: linear-gradient(135deg, #062f59 0%, #084a8e 100%);
}
 .wbu-news-series-card__placeholder::after {
     position: absolute;
     top: -88px;
     right: -72px;
     width: 220px;
     height: 220px;
     border: 30px solid rgba(255, 255, 255, 0.055);
     border-radius: 50%;
     content: "";
}
 .wbu-news-series-card__placeholder img {
     position: relative;
     z-index: 1;
     display: block;
     width: auto;
     max-width: 112px;
     height: 112px;
     object-fit: contain;
}
 .wbu-news-series-card__body {
     padding: 25px 26px 27px;
}
 .wbu-news-v2 .wbu-news-series-card__eyebrow {
     margin: 0 0 8px;
     padding: 0;
     color: #9a7000;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 12px;
     font-weight: 700;
     line-height: 1.3;
     letter-spacing: 0.11em;
     text-transform: uppercase;
}
 .wbu-news-v2 .wbu-news-series-card h3 {
     margin: 0;
     font-family: "serifa", Georgia, serif;
     font-size: 27px;
     font-weight: 700;
     line-height: 1.16;
     letter-spacing: -0.015em;
}
 .wbu-news-v2 .wbu-news-series-card h3 a {
     color: #084a8e;
     text-decoration: none;
}
 .wbu-news-v2 .wbu-news-series-card h3 a:hover, .wbu-news-v2 .wbu-news-series-card h3 a:focus {
     color: #062f59;
     text-decoration: underline;
     text-decoration-color: #eec301;
     text-decoration-thickness: 3px;
     text-underline-offset: 4px;
}
 .wbu-news-v2 .wbu-news-series-card__count {
     margin: 15px 0 0;
     padding: 0;
     color: #637587;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 14px;
     font-weight: 700;
     line-height: 1.3;
}
 .wbu-news-v2 .wbu-news-guides-empty {
     margin: 0;
     padding: 28px;
     color: #526579;
     font-size: 18px;
     text-align: center;
     background: #ffffff;
     border-left: 5px solid #eec301;
     box-shadow: 0 10px 25px rgba(6, 47, 89, 0.08);
}
 .wbu-news-archive-callout {
     padding: 58px 0;
     color: #ffffff;
     background: #062f59;
     border-top: 6px solid #eec301;
}
 .wbu-news-archive-callout__content {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 36px;
}
 .wbu-news-v2 .wbu-news-archive-callout h2 {
     color: #ffffff;
}
 .wbu-news-v2 .wbu-news-archive-callout p:last-child {
     max-width: 650px;
     margin: 10px 0 0;
     padding: 0;
     color: rgba(255, 255, 255, 0.82);
     font-size: 18px;
     line-height: 1.5;
}
 .wbu-news-archive-callout__actions {
     display: flex;
     flex: 0 0 auto;
     flex-wrap: wrap;
     gap: 12px;
}
 .wbu-news-v2 .wbu-news-button {
     display: inline-flex;
     min-height: 48px;
     align-items: center;
     justify-content: center;
     padding: 12px 20px;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 15px;
     font-weight: 700;
     line-height: 1.2;
     text-decoration: none;
     border: 2px solid transparent;
     border-radius: 2px;
     transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}
 .wbu-news-v2 .wbu-news-button--gold {
     color: #062f59;
     background: #eec301;
     border-color: #eec301;
}
 .wbu-news-v2 .wbu-news-button--gold:hover, .wbu-news-v2 .wbu-news-button--gold:focus {
     color: #062f59;
     background: #f6d83f;
     border-color: #f6d83f;
}
 .wbu-news-v2 .wbu-news-button--outline {
     color: #ffffff;
     background: transparent;
     border-color: rgba(255, 255, 255, 0.65);
}
 .wbu-news-v2 .wbu-news-button--outline:hover, .wbu-news-v2 .wbu-news-button--outline:focus {
     color: #062f59;
     background: #ffffff;
     border-color: #ffffff;
}
 .wbu-news-v2 a:focus-visible, .wbu-news-v2 button:focus-visible {
     outline: 3px solid #eec301;
     outline-offset: 4px;
}
 .wbu-news-archive-page {
     background: #f4f7fa;
}
 .wbu-news-archive-hero {
     position: relative;
     overflow: hidden;
     padding: 72px 0 66px;
     color: #ffffff;
     background: linear-gradient(125deg, #062f59 0%, #084a8e 72%, #0e5ea8 100%);
     border-top: 4px solid #eec301;
}
 .wbu-news-archive-hero::after {
     position: absolute;
     top: -170px;
     right: -100px;
     width: 430px;
     height: 430px;
     border: 58px solid rgba(255, 255, 255, 0.05);
     border-radius: 50%;
     content: "";
}
 .wbu-news-archive-hero .wbu-news-container {
     position: relative;
     z-index: 1;
}
 .wbu-news-v2 .wbu-news-archive-hero h1 {
     margin: 0;
     color: #ffffff;
     font-family: "serifa", Georgia, serif;
     font-size: 62px;
     font-weight: 700;
     line-height: 1.04;
     letter-spacing: -0.025em;
}
 .wbu-news-v2 .wbu-news-archive-hero__lead, .wbu-news-v2 .wbu-news-archive-hero__intro p {
     max-width: 760px;
     margin: 20px 0 0;
     padding: 0;
     color: rgba(255, 255, 255, 0.88);
     font-size: 21px;
     line-height: 1.5;
}
 .wbu-news-archive-toolbar {
     background: #ffffff;
     border-bottom: 1px solid #d8e2ea;
     box-shadow: 0 8px 22px rgba(21, 48, 72, 0.06);
}
 .wbu-news-archive-toolbar__actions {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 12px;
     padding-t op: 16px;
     padding-bottom: 16px;
     padding-top: 16px;
}
 .wbu-news-v2 .wbu-news-archive-toolbar .wbu-news-button--archive-blue, .wbu-news-v2 .wbu-news-archive-toolbar .wbu-news-button--archive-blue:visited {
     color: #ffffff;
     background: #084a8e;
     border-color: #084a8e;
     text-decoration: none;
}
 .wbu-news-v2 .wbu-news-archive-toolbar .wbu-news-button--archive-blue:hover, .wbu-news-v2 .wbu-news-archive-toolbar .wbu-news-button--archive-blue:focus {
     color: #ffffff;
     background: #063766;
     border-color: #063766;
     text-decoration: none;
}
 .wbu-news-v2 .wbu-news-archive-toolbar .wbu-news-button--archive-outline, .wbu-news-v2 .wbu-news-archive-toolbar .wbu-news-button--archive-outline:visited {
     color: #084a8e;
     background: #ffffff;
     border-color: #084a8e;
     text-decoration: none;
}
 .wbu-news-v2 .wbu-news-archive-toolbar .wbu-news-button--archive-outline:hover, .wbu-news-v2 .wbu-news-archive-toolbar .wbu-news-button--archive-outline:focus {
     color: #ffffff;
     background: #084a8e;
     border-color: #084a8e;
     text-decoration: none;
}
 .wbu-news-archive-month {
     padding: 68px 0;
     border-bottom: 1px solid #dce5ec;
}
 .wbu-news-archive-month:nth-child(even) {
     background: #ffffff;
}
 .wbu-news-archive-month__heading {
     display: flex;
     align-items: flex-end;
     justify-content: space-between;
     gap: 20px;
     margin-bottom: 28px;
     padding-bottom: 14px;
     border-bottom: 4px solid #eec301;
}
 .wbu-news-v2 .wbu-news-archive-month__heading h2, .wbu-news-v2 .wbu-news-archive-empty h2 {
     margin: 0;
     color: #084a8e;
     font-family: "serifa", Georgia, serif;
     font-size: 38px;
     font-weight: 700;
     line-height: 1.12;
}
 .wbu-news-v2 .wbu-news-archive-month__heading p {
     margin: 0;
     padding: 0;
     color: #637587;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 15px;
     font-weight: 700;
     line-height: 1.3;
}
 .wbu-news-archive-empty {
     min-height: 420px;
     padding: 82px 0;
     text-align: center;
}
 .wbu-news-v2 .wbu-news-archive-empty p {
     margin: 14px 0 24px;
     padding: 0;
     color: #526579;
     font-size: 18px;
}
/* Imported 2017 and 2019 posts have unreliable Start Date metadata. */
 .wbu-news-v2.wbu-news-archive-page--legacy-dates .wbu-news-card__separator, .wbu-news-v2.wbu-news-archive-page--legacy-dates .wbu-news-card__meta time {
     display: none;
}
 @media (max-width: 991px) {
     .wbu-news-v2 .wbu-news-masthead h1 {
         font-size: 56px;
    }
     .wbu-news-feature-grid {
         grid-template-columns: minmax(0, 1.45fr) minmax(260px, 1fr);
    }
     .wbu-news-card-grid--three, .wbu-news-card-grid--stories {
         grid-template-columns: repeat(2, minmax(0, 1fr));
    }
     .wbu-news-series-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
    }
     .wbu-news-archive-callout__content {
         align-items: flex-start;
         flex-direction: column;
    }
}
 @media (max-width: 767px) {
     .wbu-news-v2 .wbu-news-container {
         padding-right: 20px;
         padding-left: 20px;
    }
     .wbu-news-masthead {
         padding: 56px 0 76px;
    }
     .wbu-news-masthead::before {
         top: -150px;
         right: -240px;
    }
     .wbu-news-v2 .wbu-news-masthead h1 {
         font-size: 44px;
    }
     .wbu-news-v2 .wbu-news-masthead__lead, .wbu-news-v2 .wbu-news-masthead__intro p {
         font-size: 20px;
    }
     .wbu-news-featured {
         padding-bottom: 58px;
    }
     .wbu-news-featured .wbu-news-container {
         top: -28px;
         margin-bottom: -28px;
    }
     .wbu-news-feature-grid, .wbu-news-feature-grid--1, .wbu-news-feature-grid--2 {
         grid-template-columns: 1fr;
         grid-template-rows: none;
    }
     .wbu-news-card--feature-primary {
         min-height: 420px;
         grid-row: auto;
    }
     .wbu-news-card--feature-secondary, .wbu-news-feature-grid--2 .wbu-news-card--feature-secondary {
         min-height: 300px;
    }
     .wbu-news-card--feature-primary .wbu-news-card__body {
         padding: 28px;
    }
     .wbu-news-v2 .wbu-news-card--feature-primary .wbu-news-card__title {
         font-size: 31px;
    }
     .wbu-news-v2 .wbu-news-card--feature-primary .wbu-news-card__summary {
         display: none;
    }
     .wbu-news-section {
         padding: 62px 0;
    }
     .wbu-news-v2 .wbu-news-section-heading h2, .wbu-news-v2 .wbu-news-archive-callout h2 {
         font-size: 36px;
    }
     .wbu-news-card-grid--three, .wbu-news-card-grid--stories {
         grid-template-columns: 1fr;
    }
     .wbu-news-series-grid {
         grid-template-columns: 1fr;
    }
     .wbu-news-card--guide {
         min-height: 0;
    }
     .wbu-news-card--guide .wbu-news-card__body {
         padding: 26px 24px;
    }
     .wbu-news-v2 .wbu-news-card--guide .wbu-news-card__title {
         font-size: 25px;
    }
     .wbu-news-archive-hero {
         padding: 54px 0 48px;
    }
     .wbu-news-v2 .wbu-news-archive-hero h1 {
         font-size: 43px;
    }
     .wbu-news-v2 .wbu-news-archive-hero__lead, .wbu-news-v2 .wbu-news-archive-hero__intro p {
         font-size: 19px;
    }
     .wbu-news-archive-month {
         padding: 54px 0;
    }
     .wbu-news-archive-month__heading {
         align-items: flex-start;
         flex-direction: column;
         gap: 6px;
    }
}
 @media (max-width: 479px) {
     .wbu-news-v2 .wbu-news-masthead h1 {
         font-size: 38px;
    }
     .wbu-news-section-heading--light {
         padding: 17px 18px;
    }
     .wbu-news-v2 .wbu-news-section-heading h2, .wbu-news-v2 .wbu-news-archive-callout h2 {
         font-size: 32px;
    }
     .wbu-news-card--feature-primary {
         min-height: 390px;
    }
     .wbu-news-card--feature-secondary {
         min-height: 280px;
    }
     .wbu-news-card__body, .wbu-news-card--feature-secondary .wbu-news-card__body {
         padding: 20px;
    }
     .wbu-news-card--feature-primary .wbu-news-card__body {
         padding: 24px;
    }
     .wbu-news-v2 .wbu-news-card__title {
         font-size: 23px;
    }
     .wbu-news-v2 .wbu-news-card--feature-primary .wbu-news-card__title {
         font-size: 28px;
    }
     .wbu-news-v2 .wbu-news-card--feature-secondary .wbu-news-card__title {
         font-size: 22px;
    }
     .wbu-news-archive-callout__actions, .wbu-news-v2 .wbu-news-button {
         width: 100%;
    }
}
 @media (max-width: 640px) {
     .wbu-news-archive-toolbar__actions {
         align-items: stretch;
         flex-direction: column;
    }
     .wbu-news-archive-toolbar__actions .wbu-news-button {
         width: 100%;
    }
}
 @media (prefers-reduced-motion: reduce) {
     .wbu-news-card--standard, .wbu-news-card__media img, .wbu-news-series-card, .wbu-news-series-card__media > img, .wbu-news-v2 .wbu-news-button {
         transition: none;
    }
     .wbu-news-card--standard:hover, .wbu-news-card--standard:hover .wbu-news-card__media img, .wbu-news-series-card:hover, .wbu-news-series-card:hover .wbu-news-series-card__media > img {
         transform: none;
    }
}
/* ------------------------------------------------------------ Article detail pages ------------------------------------------------------------ */
 .wbu-news-article-hero {
     position: relative;
     display: flex;
     min-height: 600px;
     align-items: flex-end;
     overflow: hidden;
     color: #ffffff;
     background: #063766;
     border-bottom: 6px solid #eec301;
}
 .wbu-news-article-hero__media, .wbu-news-article-hero__shade {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
}
 .wbu-news-article-hero__media img {
     display: block;
     width: 100%;
     height: 100%;
     padding: 0;
     object-fit: cover;
     object-position: center;
}
/* * Strong contrast behind the editorial copy while allowing the * photograph to remain visible across the center and right side. */
 .wbu-news-article-hero--image .wbu-news-article-hero__shade {
     background: linear-gradient( 90deg, rgba(8, 74, 142, 0.52) 0%, rgba(8, 74, 142, 0.38) 28%, rgba(8, 74, 142, 0.18) 48%, rgba(8, 74, 142, 0.04) 67%, rgba(8, 74, 142, 0) 80% ), linear-gradient( 0deg, rgba(0, 39, 90, 0.14) 0%, rgba(0, 39, 90, 0.02) 38%, rgba(0, 39, 90, 0) 68% );
}
 .wbu-news-article-hero__container {
     position: relative;
     z-index: 2;
     display: flex;
     width: 100%;
     max-width: 1200px;
     min-height: 600px;
     align-items: flex-end;
     margin-right: auto;
     margin-left: auto;
     padding: 55px 30px 50px;
}
 .wbu-news-article-hero__content {
     width: 100%;
     max-width: 900px;
}
 .wbu-news-article-hero .wbu-news-article-hero__type {
     display: inline-block;
     margin: 0 0 12px;
     padding: 7px 11px 6px;
     color: #00275a;
     background: #eec301;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 13px;
     font-weight: 700;
     line-height: 1.2;
     letter-spacing: 0.11em;
     text-transform: uppercase;
}
 .wbu-news-article-hero .wbu-news-article-hero__content h1 {
     max-width: 900px;
     margin: 0;
     padding: 0;
     color: #ffffff;
     font-family: "serifa", Georgia, serif;
     font-size: 48px;
     font-weight: 700;
     line-height: 1.08;
     letter-spacing: -0.018em;
     text-shadow: 0 3px 16px rgba(0, 0, 0, 0.34);
     text-wrap: balance;
}
 .wbu-news-article-hero .wbu-news-article-hero__summary {
     max-width: 650px;
     margin: 14px 0 0;
     padding: 0;
     color: rgba(255, 255, 255, 0.94);
     font-family: "freight-sans-pro", Arial, sans-serif;
     font-size: 19px;
     font-weight: 400;
     line-height: 1.45;
     text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
 .wbu-news-article-hero .wbu-news-article-hero__meta {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 7px;
     margin: 16px 0 0;
     padding: 0;
     color: #ffffff;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 15px;
     font-weight: 600;
     line-height: 1.4;
}
 .wbu-news-article-hero__separator {
     color: #eec301;
}
/* Prominent expert credit used only by Guides & Insights. */
 .wbu-news-article-hero__expert {
     display: inline-flex;
     align-items: flex-start;
     flex-direction: column;
     margin-top: 22px;
     padding: 12px 18px 13px;
     border-left: 5px solid #eec301;
     color: #ffffff;
     background: rgba(0, 39, 90, 0.72);
     box-shadow: 0 8px 24px rgba(0, 28, 63, 0.2);
}
 .wbu-news-article-hero__expert-label {
     color: #eec301;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 12px;
     font-weight: 700;
     line-height: 1.2;
     letter-spacing: 0.12em;
     text-transform: uppercase;
}
 .wbu-news-article-hero__expert-name {
     margin-top: 3px;
     color: #ffffff;
     font-family: "serifa", Georgia, serif;
     font-size: 23px;
     line-height: 1.25;
}
/* Article header fallback when no banner image is available */
 .wbu-news-article-hero--no-image {
     min-height: 330px;
     background: linear-gradient(125deg, #084a8e 0%, #0e5ea8 68%, #1768ad 100%);
}
 .wbu-news-article-hero--no-image::before, .wbu-news-article-hero--no-image::after {
     position: absolute;
     border: 42px solid rgba(255, 255, 255, 0.055);
     border-radius: 50%;
     content: "";
}
 .wbu-news-article-hero--no-image::before {
     top: -190px;
     right: -105px;
     width: 440px;
     height: 440px;
}
 .wbu-news-article-hero--no-image::after {
     right: 190px;
     bottom: -245px;
     width: 360px;
     height: 360px;
}
 .wbu-news-article-hero--no-image .wbu-news-article-hero__shade {
     background: none;
}
 .wbu-news-article-hero--no-image .wbu-news-article-hero__container {
     min-height: 330px;
}
/* Give no-image guides the same visual identity as the Guides & Insights hub. */
 .wbu-news-article-hero--guide.wbu-news-article-hero--no-image, .wbu-news-article-hero--guide.wbu-news-article-hero--no-image .wbu-news-article-hero__container {
     min-height: 430px;
}
 .wbu-news-article-hero--guide.wbu-news-article-hero--no-image {
     background: linear-gradient(115deg, #063766 0%, #084a8e 50%, #1768ad 100%);
}
/* Article body */
 .wbu-news-article {
     padding: 74px 0 96px;
     color: #2f3b45;
     background: #ffffff;
}
 .wbu-news-article__row {
     display: flex;
     align-items: flex-start;
     flex-wrap: wrap;
}
 .wbu-news-article__content--single {
     width: 100%;
     max-width: 860px;
     margin-right: auto;
     margin-left: auto;
}
 .wbu-news-article__row .wbu-news-article__content {
     padding-right: 42px;
}
/* Guides read as a focused editorial resource rather than a plain document. */
 .wbu-news-article--guide {
     background: #eef4f8;
}
 .wbu-news-article--guide .wbu-news-article__content--single {
     max-width: 940px;
     padding: 54px 64px 50px;
     border-top: 6px solid #eec301;
     background: #ffffff;
     box-shadow: 0 18px 45px rgba(0, 39, 90, 0.09);
}
 .wbu-news-article--guide .wbu-news-article__prose h2 {
     padding-bottom: 12px;
     border-bottom: 2px solid #d8e2ea;
}
 .wbu-news-article--guide .wbu-news-article__prose h3 {
     padding: 18px 22px;
     border-left: 5px solid #eec301;
     background: #f4f7fa;
}
 .wbu-news-article .wbu-news-article__prose {
     color: #303b44;
     font-family: "freight-sans-pro", Arial, sans-serif;
     font-size: 20px;
     line-height: 1.72;
}
 .wbu-news-article .wbu-news-article__prose p {
     margin: 0 0 1.35em;
     padding: 0;
     color: inherit;
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
}
 .wbu-news-article .wbu-news-article__prose > p:first-child {
     color: #243746;
     font-size: 22px;
     line-height: 1.62;
}
 .wbu-news-article .wbu-news-article__prose h2, .wbu-news-article .wbu-news-article__prose h3, .wbu-news-article .wbu-news-article__prose h4 {
     color: #084a8e;
     font-family: "serifa", Georgia, serif;
     font-weight: 700;
}
 .wbu-news-article .wbu-news-article__prose h2 {
     margin: 1.8em 0 0.65em;
     font-size: 36px;
     line-height: 1.16;
}
 .wbu-news-article .wbu-news-article__prose h3 {
     margin: 1.6em 0 0.55em;
     font-size: 28px;
     line-height: 1.22;
}
 .wbu-news-article .wbu-news-article__prose h4 {
     margin: 1.5em 0 0.5em;
     font-size: 23px;
     line-height: 1.3;
}
 .wbu-news-article .wbu-news-article__prose ul, .wbu-news-article .wbu-news-article__prose ol {
     margin: 0 0 1.5em 1.25em;
     padding: 0;
}
 .wbu-news-article .wbu-news-article__prose li {
     margin-bottom: 0.5em;
     padding-left: 0.25em;
}
 .wbu-news-article .wbu-news-article__prose a {
     color: #075ca8;
     font-weight: 600;
     text-decoration: underline;
     text-decoration-color: #eec301;
     text-decoration-thickness: 2px;
     text-underline-offset: 3px;
}
 .wbu-news-article .wbu-news-article__prose a:hover, .wbu-news-article .wbu-news-article__prose a:focus {
     color: #052f57;
     text-decoration-color: #052f57;
}
 .wbu-news-article .wbu-news-article__prose img {
     max-width: 100%;
     height: auto;
}
 .wbu-news-article .wbu-news-article__prose figure {
     margin: 2.2em 0;
}
 .wbu-news-article .wbu-news-article__prose figcaption {
     margin-top: 10px;
     color: #5d6972;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 15px;
     line-height: 1.45;
}
 .wbu-news-article .wbu-news-article__prose blockquote {
     margin: 2em 0;
     padding: 24px 28px;
     border: 0;
     border-left: 6px solid #eec301;
     color: #19344c;
     font-family: "serifa", Georgia, serif;
     font-size: 24px;
     font-style: normal;
     font-weight: 700;
     line-height: 1.45;
     background: #eef4f8;
}
 .wbu-news-article .wbu-news-article__prose blockquote p:last-child {
     margin-bottom: 0;
}
 .wbu-news-article .wbu-news-article__prose table {
     display: block;
     width: 100%;
     max-width: 100%;
     margin: 2em 0;
     overflow-x: auto;
     border-collapse: collapse;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 17px;
}
 .wbu-news-article .wbu-news-article__prose th, .wbu-news-article .wbu-news-article__prose td {
     padding: 12px 14px;
     border: 1px solid #c6d2dc;
     text-align: left;
     vertical-align: top;
}
 .wbu-news-article .wbu-news-article__prose th {
     color: #ffffff;
     font-weight: 700;
     background: #084a8e;
}
 .wbu-news-article .wbu-news-article__prose iframe, .wbu-news-article .wbu-news-article__prose video {
     max-width: 100%;
}
 .wbu-news-article__footer {
     margin-top: 58px;
     padding-top: 26px;
     border-top: 3px solid #eec301;
}
 .wbu-news-article__back {
     display: inline-flex;
     align-items: center;
     gap: 9px;
     color: #084a8e;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 16px;
     font-weight: 700;
     text-decoration: none;
}
 .wbu-news-article__back::before {
     content: "\2190";
     font-size: 20px;
     line-height: 1;
}
 .wbu-news-article__back:hover, .wbu-news-article__back:focus {
     color: #052f57;
     text-decoration: underline;
     text-decoration-color: #eec301;
     text-decoration-thickness: 2px;
     text-underline-offset: 4px;
}
/* Guide article closing callout */
 .wbu-news-guide-cta {
     position: relative;
     overflow: hidden;
     margin: 46px 0 8px;
     padding: 30px 32px 32px;
     border-left: 6px solid #eec301;
     color: #ffffff;
     background: linear-gradient(135deg, #063766 0%, #084a8e 72%, #1768ad 100%);
}
 .wbu-news-guide-cta::after {
     position: absolute;
     top: -85px;
     right: -70px;
     width: 190px;
     height: 190px;
     border: 26px solid rgba(255, 255, 255, 0.06);
     border-radius: 50%;
     content: "";
     pointer-events: none;
}
 .wbu-news-article--guide .wbu-news-article__prose .wbu-news-guide-cta__kicker {
     position: relative;
     z-index: 1;
     margin: 0 0 7px;
     padding: 0;
     color: #eec301;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 12px;
     font-weight: 700;
     line-height: 1.2;
     letter-spacing: 0.12em;
     text-transform: uppercase;
}
 .wbu-news-article--guide .wbu-news-article__prose .wbu-news-guide-cta h2 {
     position: relative;
     z-index: 1;
     margin: 0 0 12px;
     padding: 0;
     border: 0;
     color: #ffffff;
     font-family: "serifa", Georgia, serif;
     font-size: 30px;
     line-height: 1.2;
}
 .wbu-news-article--guide .wbu-news-article__prose .wbu-news-guide-cta > p:not(.wbu-news-guide-cta__kicker) {
     position: relative;
     z-index: 1;
     max-width: 610px;
     margin: 0 0 21px;
     padding: 0;
     color: rgba(255, 255, 255, 0.88);
     font-size: 17px;
     line-height: 1.55;
}
 .wbu-news-guide-cta__link {
     position: relative;
     z-index: 1;
     display: inline-flex;
     align-items: center;
     gap: 9px;
     padding: 12px 17px;
     color: #063766;
     background: #eec301;
     border: 2px solid #eec301;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 15px;
     font-weight: 700;
     line-height: 1.2;
     text-decoration: none;
     transition: background-color 160ms ease, border-color 160ms ease;
}
 .wbu-news-guide-cta__link:hover, .wbu-news-guide-cta__link:focus {
     color: #063766;
     background: #ffffff;
     border-color: #ffffff;
     text-decoration: none;
}
 .wbu-news-guide-cta__link:focus-visible {
     outline: 3px solid #ffffff;
     outline-offset: 4px;
}
/* Guide article footer navigation */
 .wbu-news-article--guide .wbu-news-article__footer {
     margin-top: 42px;
     padding-top: 28px;
     border-top-width: 2px;
}
 .wbu-news-article__footer-nav {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 14px;
}
 .wbu-news-article__footer-nav > :only-child {
     grid-column: 1 / -1;
}
 .wbu-news-article__footer-card {
     display: flex;
     min-height: 94px;
     align-items: flex-start;
     flex-direction: column;
     justify-content: center;
     padding: 18px 20px;
     text-decoration: none;
     transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
 .wbu-news-article__footer-card:hover, .wbu-news-article__footer-card:focus {
     text-decoration: none;
     transform: translateY(-2px);
}
 .wbu-news-article__footer-card:focus-visible {
     outline: 3px solid #084a8e;
     outline-offset: 3px;
}
 .wbu-news-article__footer-card--series {
     color: #084a8e;
     background: #eef4f8;
     border: 1px solid #d5e2ec;
     border-left: 5px solid #eec301;
}
 .wbu-news-article__footer-card--series:hover, .wbu-news-article__footer-card--series:focus {
     color: #063766;
     background: #e3edf4;
     border-color: #b9cfdf;
     border-left-color: #eec301;
}
 .wbu-news-article__footer-card--hub {
     color: #ffffff;
     background: #084a8e;
     border: 1px solid #084a8e;
}
 .wbu-news-article__footer-card--hub:hover, .wbu-news-article__footer-card--hub:focus {
     color: #ffffff;
     background: #063766;
     border-color: #063766;
}
 .wbu-news-article__footer-card-kicker {
     margin-bottom: 6px;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 11px;
     font-weight: 700;
     line-height: 1.2;
     letter-spacing: 0.1em;
     text-transform: uppercase;
}
 .wbu-news-article__footer-card--series .wbu-news-article__footer-card-kicker {
     color: #755900;
}
 .wbu-news-article__footer-card--hub .wbu-news-article__footer-card-kicker {
     color: #eec301;
}
 .wbu-news-article__footer-card-title {
     font-family: "serifa", Georgia, serif;
     font-size: 19px;
     font-weight: 700;
     line-height: 1.3;
}
/* Article detail: tablet */
 @media (max-width: 991px) {
     .wbu-news-article-hero, .wbu-news-article-hero__container {
         min-height: 370px;
    }
     .wbu-news-article-hero--no-image, .wbu-news-article-hero--no-image .wbu-news-article-hero__container {
         min-height: 300px;
    }
     .wbu-news-article-hero--guide.wbu-news-article-hero--no-image, .wbu-news-article-hero--guide.wbu-news-article-hero--no-image .wbu-news-article-hero__container {
         min-height: 380px;
    }
     .wbu-news-article-hero__container {
         padding: 36px 24px 34px;
    }
     .wbu-news-article-hero__content {
         max-width: 760px;
    }
     .wbu-news-article-hero .wbu-news-article-hero__content h1 {
         max-width: 760px;
         font-size: 42px;
         text-wrap: balance;
    }
     .wbu-news-article-hero .wbu-news-article-hero__summary {
         max-width: 680px;
         font-size: 19px;
    }
     .wbu-news-article__row {
         display: block;
    }
     .wbu-news-article__row .wbu-news-article__content {
         padding-right: 15px;
    }
     .wbu-news-article--guide .wbu-news-article__content--single {
         padding: 44px 42px 40px;
    }
}
/* Article detail: mobile */
 @media (max-width: 767px) {
     .wbu-news-article-hero, .wbu-news-article-hero__container {
         min-height: 340px;
    }
     .wbu-news-article-hero--no-image, .wbu-news-article-hero--no-image .wbu-news-article-hero__container {
         min-height: 280px;
    }
     .wbu-news-article-hero--guide.wbu-news-article-hero--no-image, .wbu-news-article-hero--guide.wbu-news-article-hero--no-image .wbu-news-article-hero__container {
         min-height: 350px;
    }
     .wbu-news-article-hero__container {
         padding: 30px 20px 28px;
    }
    /* * On narrow screens the copy can span most of the photograph, * so use a bottom-up shade instead of a wide horizontal shade. */
     .wbu-news-article-hero--image .wbu-news-article-hero__shade {
         background: linear-gradient( 0deg, rgba(0, 39, 90, 0.62) 0%, rgba(8, 74, 142, 0.34) 58%, rgba(8, 74, 142, 0.06) 100% );
    }
     .wbu-news-article-hero .wbu-news-article-hero__type {
         margin-bottom: 10px;
         padding: 6px 9px 5px;
         font-size: 11px;
    }
     .wbu-news-article-hero .wbu-news-article-hero__content h1 {
         font-size: 34px;
         line-height: 1.09;
         text-wrap: balance;
    }
     .wbu-news-article-hero .wbu-news-article-hero__summary {
         margin-top: 14px;
         font-size: 17px;
         line-height: 1.4;
    }
     .wbu-news-article-hero .wbu-news-article-hero__meta {
         margin-top: 15px;
         font-size: 14px;
    }
     .wbu-news-article {
         padding: 48px 0 68px;
    }
     .wbu-news-article--guide .wbu-news-article__content--single {
         padding: 36px 24px 34px;
    }
     .wbu-news-article-hero__expert {
         margin-top: 18px;
         padding: 10px 14px 11px;
    }
     .wbu-news-article-hero__expert-name {
         font-size: 20px;
    }
     .wbu-news-article .wbu-news-article__prose, .wbu-news-article .wbu-news-article__prose > p:first-child {
         font-size: 18px;
         line-height: 1.65;
    }
     .wbu-news-article .wbu-news-article__prose h2 {
         font-size: 30px;
    }
     .wbu-news-article .wbu-news-article__prose h3 {
         font-size: 25px;
    }
     .wbu-news-article .wbu-news-article__prose blockquote {
         padding: 20px 22px;
         font-size: 21px;
    }
     .wbu-news-guide-cta {
         margin-top: 38px;
         padding: 26px 24px 28px;
    }
     .wbu-news-article--guide .wbu-news-article__prose .wbu-news-guide-cta h2 {
         font-size: 27px;
    }
     .wbu-news-guide-cta__link {
         justify-content: center;
         width: 100%;
         text-align: center;
    }
     .wbu-news-article__footer-nav {
         grid-template-columns: 1fr;
    }
     .wbu-news-article__footer-card {
         min-height: 86px;
    }
}
/* Article detail: very small phones */
 @media (max-width: 479px) {
     .wbu-news-article-hero, .wbu-news-article-hero__container {
         min-height: 330px;
    }
     .wbu-news-article-hero .wbu-news-article-hero__content h1 {
         font-size: 32px;
         text-wrap: balance;
    }
     .wbu-news-article-hero .wbu-news-article-hero__summary {
         font-size: 17px;
    }
     .wbu-news-article-hero__separator {
         display: none;
    }
     .wbu-news-article-hero .wbu-news-article-hero__meta {
         align-items: flex-start;
         flex-direction: column;
         gap: 2px;
    }
}
 @media (prefers-reduced-motion: reduce) {
     .wbu-news-guide-cta__link, .wbu-news-article__footer-card {
         transition: none;
    }
     .wbu-news-article__footer-card:hover, .wbu-news-article__footer-card:focus {
         transform: none;
    }
}
/* ========================================================= YEARLY ARCHIVE MONTH NAVIGATION ========================================================= */
 .wbu-news-archive-month-nav {
     background: #ffffff;
     border-bottom: 1px solid #d8e2ea;
}
 .wbu-news-archive-month-nav .wbu-news-container {
     display: block;
     padding-top: 20px;
     padding-bottom: 20px;
}
 .wbu-news-v2 .wbu-news-archive-month-nav__label {
     margin: 0 0 10px;
     color: #8a6b00;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 0.1em;
     line-height: 1.2;
     text-transform: uppercase;
}
 .wbu-news-archive-month-nav__links {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     gap: 8px 0;
}
 .wbu-news-v2 .wbu-news-archive-month-nav__links a {
     position: relative;
     display: inline-flex;
     align-items: baseline;
     gap: 5px;
     margin-right: 18px;
     padding: 2px 21px 2px 0;
     color: #084a8e;
     background: transparent;
     border: 0;
     font-family: "source-sans-pro", Arial, sans-serif;
     font-size: 16px;
     font-weight: 700;
     line-height: 1.4;
     text-decoration: none;
}
 .wbu-news-v2 .wbu-news-archive-month-nav__links a:not(:last-child)::after {
     position: absolute;
     top: 50%;
     right: 0;
     width: 4px;
     height: 4px;
     background: #eec301;
     border-radius: 50%;
     content: "";
     transform: translateY(-50%);
}
 .wbu-news-v2 .wbu-news-archive-month-nav__links a:hover, .wbu-news-v2 .wbu-news-archive-month-nav__links a:focus {
     color: #063766;
     background: transparent;
     text-decoration: underline;
     text-decoration-color: #eec301;
     text-decoration-thickness: 2px;
     text-underline-offset: 4px;
}
 .wbu-news-v2 .wbu-news-archive-month-nav__links span {
     min-width: 0;
     padding: 0;
     color: #687987;
     background: transparent;
     border-radius: 0;
     font-size: 13px;
     font-weight: 400;
}
 .wbu-news-v2 .wbu-news-archive-month-nav__links span::before {
     content: "(";
}
 .wbu-news-v2 .wbu-news-archive-month-nav__links span::after {
     content: ")";
}
/* Keep anchored month headings below the sticky site navigation. */
 .wbu-news-archive-month__heading h2 {
     scroll-margin-top: 220px;
}
 @media (max-width: 991px) {
     .wbu-news-archive-month__heading h2 {
         scroll-margin-top: 140px;
    }
}
 @media (max-width: 767px) {
     .wbu-news-archive-month__heading h2 {
         scroll-margin-top: 110px;
    }
}
 @media (max-width: 767px) {
     .wbu-news-archive-month-nav .wbu-news-container {
         padding-top: 18px;
         padding-bottom: 18px;
    }
     .wbu-news-archive-month-nav__links {
         display: grid;
         grid-template-columns: repeat(2, minmax(0, 1fr));
         gap: 8px 20px;
    }
     .wbu-news-v2 .wbu-news-archive-month-nav__links a {
         margin: 0;
         padding: 5px 0;
    }
     .wbu-news-v2 .wbu-news-archive-month-nav__links a:not(:last-child)::after {
         display: none;
    }
}
/* =========================================================
   YEARLY ARCHIVE FLOATING BACK-TO-TOP BUTTON
   ========================================================= */

#wbu-news-archive-top {
    scroll-margin-top: 220px;
}

.wbu-news-v2 a.wbu-news-back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1500;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    box-sizing: border-box;
    padding: 11px 16px;

    color: #ffffff;
    background: #084a8e;
    border: 2px solid #eec301;

    box-shadow: 0 6px 20px rgba(6, 55, 102, 0.26);

    font-family: "source-sans-pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;

    /*
     * Hidden until the script adds .is-visible.
     */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);

    transition:
        opacity 180ms ease,
        visibility 180ms ease,
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}


/* =========================================================
   VISIBLE STATE
   ========================================================= */

.wbu-news-v2 a.wbu-news-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}


/* =========================================================
   HOVER / FOCUS
   ========================================================= */

.wbu-news-v2 a.wbu-news-back-to-top.is-visible:hover,
.wbu-news-v2 a.wbu-news-back-to-top.is-visible:focus {
    color: #063766;
    background: #eec301;
    border-color: #eec301;

    box-shadow: 0 8px 24px rgba(6, 55, 102, 0.32);

    text-decoration: none;
    transform: translateY(-2px);
}

.wbu-news-v2 a.wbu-news-back-to-top:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}


/* =========================================================
   ICON
   ========================================================= */

.wbu-news-back-to-top__icon {
    color: inherit;
    font-size: 18px;
    line-height: 1;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #wbu-news-archive-top {
        scroll-margin-top: 110px;
    }

    .wbu-news-v2 a.wbu-news-back-to-top {
        right: 16px;
        bottom: 16px;

        justify-content: center;

        width: 48px;
        height: 48px;

        padding: 0;

        border-radius: 50%;
    }

    .wbu-news-back-to-top__label {
        display: none;
    }
}


/* =========================================================
   SMOOTH SCROLL
   ========================================================= */

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .wbu-news-v2 a.wbu-news-back-to-top {
        transition: none;
    }
}
/* ============================================================
   NEWS & STORIES MASTHEAD CONTENT NAVIGATION
   ============================================================ */

.wbu-news-masthead__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.wbu-news-v2 .wbu-news-masthead__nav-link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    padding: 12px 18px;

    color: #ffffff;
    background: rgba(0, 39, 90, 0.42);

    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 2px;

    font-family: "source-sans-pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none;

    transition:
        color 160ms ease,
        background-color 160ms ease,
        border-color 160ms ease,
        transform 160ms ease;
}

.wbu-news-v2 .wbu-news-masthead__nav-link:hover,
.wbu-news-v2 .wbu-news-masthead__nav-link:focus {
    color: #fff !important;
    background: #eec301;
    border-color: #084a8e !important;

    text-decoration: none;
    transform: translateY(-2px);
}

.wbu-news-masthead__nav-arrow {
    color: #eec301;
    font-size: 19px;
    line-height: 1;
    transition: transform 160ms ease;
}

.wbu-news-v2 .wbu-news-masthead__nav-link:hover
.wbu-news-masthead__nav-arrow,
.wbu-news-v2 .wbu-news-masthead__nav-link:focus
.wbu-news-masthead__nav-arrow {
    color: #00275a;
    transform: translateX(3px);
}

#wbu-news-latest-title {
    scroll-margin-top: 210px;
}


/* ------------------------------------------------------------
   Tablet / mobile
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    .wbu-news-masthead__nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 26px;
    }

    .wbu-news-v2 .wbu-news-masthead__nav-link {
        width: 100%;
    }
}
