/* News archive and news articles only. No column or other-page styles. */
.np-page{--np-ink:var(--sp-ink);--np-teal:var(--sp-teal);--np-pale:#edf3f0;--np-line:#cad9d3;color:var(--np-ink);font-size:18px}
.np-page .np-wrap{width:calc(100% - 80px);max-width:1200px;margin-inline:auto}
.np-page p{margin:0;line-height:1.9}.np-page h1,.np-page h2,.np-page h3{margin:0;font-weight:900;letter-spacing:.015em}
.np-page .np-kicker{color:var(--np-teal);font-size:12px;font-weight:800;letter-spacing:.13em;line-height:1.7;margin-bottom:20px}
.np-page .np-text-link{color:var(--np-teal);display:inline-block;font-size:14px;font-weight:800;border-bottom:1px solid currentColor;line-height:1.9;padding-bottom:3px}
.np-page a:focus-visible{outline:3px solid var(--sp-teal);outline-offset:5px}
.np-page .np-hero{background:var(--np-ink);color:#fff;position:relative;overflow:hidden}
.np-page .np-hero>.np-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-block:59px 68px;position:relative}
.np-page .np-hero .np-kicker{color:#9dd9dc;margin-bottom:20px}
.np-page .np-hero h1{font-size:56px;letter-spacing:.04em;line-height:1.4;margin-bottom:22px}
.np-page .np-hero p:last-child{font-size:17px;line-height:1.95;color:#e0ece7}
.np-page .np-hero-type{font:900 clamp(70px,10vw,146px)/1 Arial,sans-serif;letter-spacing:-.065em;color:#315258;position:relative;padding-bottom:25px;user-select:none}
.np-page .np-hero-type span{display:block;position:absolute;bottom:0;left:5px;right:0;height:5px;background:linear-gradient(90deg,var(--sp-teal) 0 28%,#315258 28% 100%)}
.np-page .np-section{padding-block:76px 90px}
.np-page .np-archive-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:70px;align-items:start}
.np-page .np-archive-side{position:sticky;top:145px}
.np-page .np-year-nav{padding:27px 25px;background:var(--np-pale)}
.np-page .np-year-nav h2{font-size:18px;line-height:1.5;margin-bottom:19px}
.np-page .np-year-nav>a{display:flex;justify-content:space-between;align-items:center;padding:16px 11px;border-top:1px solid var(--np-line);font-size:16px;line-height:1.5;font-weight:800}
.np-page .np-year-nav small{font-size:12px;font-weight:500;color:#526b68}
.np-page .np-year-nav>a[aria-current]{background:var(--np-teal);color:#fff;margin-inline:-11px;padding-inline:22px;border-color:transparent}
.np-page .np-year-nav>a[aria-current] small{color:#fff}
.np-page .np-year-nav>a:hover:not([aria-current]){color:var(--np-teal);background:#e0ebe5}
.np-page .np-side-guide{padding:28px 4px 0}
.np-page .np-side-guide>p{color:#526b68;font-size:12px;font-weight:800;margin-bottom:9px}
.np-page .np-side-guide>strong{display:block;font-size:21px;line-height:1.7;margin-bottom:18px}
.np-page .np-results-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}
.np-page .np-results-heading h2{font-size:27px;line-height:1.5}
.np-page .np-results-heading p{font-size:14px;white-space:nowrap;color:#526b68}
.np-page .np-results-heading p span{font-size:12px}
.np-page .np-news-list{border-top:2px solid var(--np-ink)}
.np-page .np-news-row{border-bottom:1px solid var(--np-line)}
.np-page .np-news-row>a{display:grid;grid-template-columns:106px minmax(0,1fr) 32px;gap:25px;align-items:center;padding:32px 14px 32px 0;transition:background .2s}
.np-page .np-news-row time{font:600 14px/1.7 Arial,sans-serif;color:#4c686b}
.np-page .np-news-row h3{font-size:20px;line-height:1.85;font-weight:800;transition:color .2s}
.np-page .np-read-icon{display:flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid #b4cbc5;border-radius:50%;font:18px/1 Arial,sans-serif;color:var(--np-teal);transition:background .2s,color .2s}
.np-page .np-news-row>a:hover{background:#f1f7f4}.np-page .np-news-row>a:hover h3{color:var(--np-teal)}.np-page .np-news-row>a:hover .np-read-icon{background:var(--np-teal);border-color:var(--np-teal);color:white}
.np-page .np-news-latest>a{padding-block:35px;background:#f3f7f4;border-left:4px solid var(--np-teal);padding-left:20px;grid-template-columns:106px minmax(0,1fr) 32px}
.np-page .np-latest-label{font-size:12px;color:var(--np-teal);font-weight:800;margin-bottom:9px}
.np-page .np-news-latest h3{font-size:23px}
.np-page .np-published-note{font-size:12px;color:#526b68;margin-top:22px}
.np-page .pagination{margin-top:38px}
.np-page .nav-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center}
.np-page .nav-links .page-numbers{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #b9ceca;color:var(--np-ink);min-width:46px;height:46px;font-size:15px;font-weight:700;margin:0;padding:9px 15px;text-decoration:none}
.np-page .nav-links .page-numbers.current{background:var(--np-teal);border-color:var(--np-teal);color:white}
.np-page .nav-links a:hover{background:var(--np-pale)}.np-page .nav-links .dots{border:0;min-width:20px;padding-inline:0}
.np-page .np-empty{padding:40px 0}.np-page .np-empty h3{font-size:23px;margin-bottom:20px}.np-page .np-empty p{margin-bottom:20px}
.np-page .np-single-heading{padding-block:45px 54px}
.np-page .np-back-label{display:inline-flex;gap:17px;align-items:center;margin-bottom:28px;text-decoration:none}
.np-page .np-back-label:before{content:'';height:2px;width:30px;background:var(--np-teal)}
.np-page .np-back-label span{font-size:13px;letter-spacing:.05em}
.np-page .np-article-meta{display:flex;align-items:center;gap:20px;margin-bottom:20px}
.np-page .np-article-meta>span{font-size:12px;font-weight:800;border:1px solid #a7c8c4;background:#edf4f1;color:var(--np-teal);padding:4px 16px}
.np-page .np-article-meta time{font-size:14px;color:#526b68;font-variant-numeric:tabular-nums}
.np-page .np-single-heading h1{font-size:clamp(31px,3vw,43px);line-height:1.65;max-width:1040px;overflow-wrap:anywhere}
.np-page .np-article-area{background:#eff4f1;border-top:1px solid #d5e2db;border-bottom:1px solid #d5e2db;padding-block:58px}
.np-page .np-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:48px;align-items:start}
.np-page .np-article{background:white;padding:44px 44px 48px;border-top:4px solid var(--np-teal)}
.np-page .np-prose{font-size:18px;line-height:2;color:#28454a;overflow-wrap:anywhere}
.np-page .np-prose>:first-child{margin-top:0}
.np-page .np-prose p{margin:0 0 22px;line-height:2}
.np-page .np-prose h2{font-size:25px;line-height:1.7;color:var(--np-ink);margin:43px 0 22px;padding-left:18px;border-left:4px solid var(--np-teal)}
.np-page .np-prose h3{font-size:22px;line-height:1.7;color:var(--np-ink);margin:30px 0 16px}
.np-page .np-prose h4{font-size:19px;margin:25px 0 14px}
.np-page .np-prose ul,.np-page .np-prose ol{padding:23px 25px 23px 45px;background:#f0f5f2;margin:22px 0 30px;list-style:disc}
.np-page .np-prose ol{list-style:decimal}
.np-page .np-prose li{padding-left:3px;line-height:1.95;margin-block:6px}
.np-page .np-prose li::marker{color:var(--np-teal)}
.np-page .np-prose li>ul,.np-page .np-prose li>ol{margin:8px 0;padding:0 0 0 20px}
.np-page .np-prose small{display:block;font-size:13px;line-height:1.95;color:#59716d;border-top:1px solid var(--np-line);padding-top:22px;margin-top:30px}
.np-page .np-prose a{color:var(--np-teal);font-weight:700;text-decoration:underline;text-underline-offset:4px}
.np-page .np-prose a:hover{text-decoration-thickness:2px}
.np-page .np-prose img{max-width:100%;height:auto;margin-block:25px}
.np-page .np-prose .wp-block-image{margin-block:28px}.np-page .np-prose figcaption{font-size:13px;color:#59716d;text-align:center;margin-top:10px}
.np-page .np-prose blockquote{margin:25px 0;border-left:3px solid #8daca2;padding:18px 25px;background:#f4f7f5}
.np-page .np-prose table{border-collapse:collapse;width:100%;font-size:16px;margin-block:25px;table-layout:fixed}
.np-page .np-prose th,.np-page .np-prose td{padding:14px;border:1px solid #cad9d3;text-align:left;overflow-wrap:anywhere}.np-page .np-prose th{background:var(--np-pale)}
.np-page .np-prose iframe,.np-page .np-prose video{max-width:100%}
.np-page .np-article-navigation{display:grid;grid-template-columns:1fr 1fr;margin-top:26px;gap:22px}
.np-page .np-adjacent{display:block;background:#fff;border:1px solid #cad9d3;padding:21px 24px}
.np-page .np-adjacent>span{font-size:13px;color:var(--np-teal);font-weight:800;display:block;margin-bottom:12px}
.np-page .np-adjacent time{display:block;font:12px/1.7 Arial,sans-serif;color:#59716d;margin-bottom:7px}
.np-page .np-adjacent strong{font-size:16px;font-weight:700;line-height:1.8;display:block}
.np-page .np-adjacent:hover{border-color:var(--np-teal)}.np-page .np-adjacent:hover strong{color:var(--np-teal)}
.np-page .np-older{grid-column:2}.np-page .np-newer{grid-column:1}
.np-page .np-back-row{text-align:center;margin-top:30px}
.np-page .np-back-button{display:inline-flex;gap:20px;align-items:center;justify-content:center;border-bottom:1px solid var(--np-teal);font-size:16px;font-weight:800;color:var(--np-teal);padding:12px 5px}
.np-page .np-article-side{position:sticky;top:142px}
.np-page .np-consult-card{background:var(--np-ink);color:white;padding:29px 24px}
.np-page .np-consult-card .np-kicker{color:#99d7d7;font-size:12px;margin-bottom:14px}
.np-page .np-consult-card h2{font-size:28px;line-height:1.6;margin-bottom:15px}
.np-page .np-consult-card>p:not(.np-kicker){font-size:14px;line-height:1.9;color:#e0eae7}
.np-page .np-consult-card .sp-button{font-size:12px;text-align:center;display:flex;align-items:center;justify-content:center;width:100%;padding:18px 10px;margin-top:25px}
.np-page .np-consult-card a:focus-visible{outline-color:#fff}
.np-page .np-phone{display:block;font:800 24px/1.4 Arial,sans-serif;white-space:nowrap;margin-top:24px;color:white;text-align:center}
.np-page .np-consult-card>p.np-hours{font-size:11px;text-align:center;margin-top:8px}
.np-page .np-quick-links{margin-top:16px}.np-page .np-quick-links a{display:flex;justify-content:space-between;gap:16px;align-items:center;border-bottom:1px solid #bbcec4;padding:20px 4px;font-size:15px;font-weight:800;line-height:1.7}
.np-page .np-quick-links span{color:var(--np-teal)}.np-page .np-quick-links a:hover{color:var(--np-teal)}
.np-page .np-other-news{padding-block:74px 90px}.np-page .np-other-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:32px}
.np-page .np-other-heading .np-kicker{margin-bottom:12px}.np-page .np-other-heading h2{font-size:30px;line-height:1.5}
.np-page .np-other-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.np-page .np-other-grid article{border-top:2px solid var(--np-teal);border-bottom:1px solid var(--np-line)}
.np-page .np-other-grid article>a{display:flex;flex-direction:column;height:100%;padding:25px 4px;gap:16px}
.np-page .np-other-grid time{font:14px/1.5 Arial,sans-serif;color:#526b68}.np-page .np-other-grid h3{font-size:20px;line-height:1.85;font-weight:800}
.np-page .np-other-grid .np-text-link{align-self:flex-start;margin-top:auto;padding-top:10px;font-size:13px}
.np-page .np-other-grid a:hover h3{color:var(--np-teal)}
.np-page .np-content-pages{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px;padding-top:20px;border-top:1px solid var(--np-line)}
@media(max-width:1100px){
 .np-page .np-archive-layout{grid-template-columns:200px minmax(0,1fr);gap:40px}.np-page .np-news-row>a{grid-template-columns:90px minmax(0,1fr) 26px;gap:18px}.np-page .np-news-latest>a{padding-left:16px}.np-page .np-news-row h3{font-size:18px}.np-page .np-news-latest h3{font-size:20px}.np-page .np-article-layout{grid-template-columns:minmax(0,1fr) 250px;gap:30px}.np-page .np-article{padding:32px}.np-page .np-consult-card{padding:25px 20px}.np-page .np-consult-card h2{font-size:25px}.np-page .np-consult-card .sp-button{font-size:11px}.np-page .np-phone{font-size:22px}.np-page .np-prose h2{font-size:23px}.np-page .np-other-grid{gap:22px}.np-page .np-other-grid h3{font-size:18px}
}
@media(max-width:850px){
 .np-page .np-wrap{width:calc(100% - 48px)}.np-page .np-hero>.np-wrap{padding-block:43px 47px}.np-page .np-hero h1{font-size:44px}.np-page .np-hero-type{font-size:77px}.np-page .np-archive-layout{grid-template-columns:1fr;gap:35px}.np-page .np-archive-side{position:static}.np-page .np-year-nav{display:flex;flex-wrap:wrap;gap:10px;padding:22px}.np-page .np-year-nav h2{flex-basis:100%;font-size:16px;margin-bottom:5px}.np-page .np-year-nav>a{padding:10px 13px;gap:13px;border:1px solid #b8cfc4;font-size:14px;background:white}.np-page .np-year-nav>a[aria-current]{margin:0;padding:10px 13px}.np-page .np-year-nav small{font-size:11px}.np-page .np-side-guide{display:none}.np-page .np-section{padding-block:44px 64px}.np-page .np-news-row>a{grid-template-columns:105px minmax(0,1fr) 30px;padding-block:28px}.np-page .np-article-layout{grid-template-columns:1fr}.np-page .np-article-side{position:static;display:grid;grid-template-columns:1.15fr 1fr;gap:30px;align-items:start}.np-page .np-consult-card{padding:28px}.np-page .np-consult-card .sp-button{font-size:14px}.np-page .np-consult-card h2{font-size:28px}.np-page .np-phone{font-size:26px}.np-page .np-consult-card>p.np-hours{font-size:12px}.np-page .np-single-heading{padding-block:29px 35px}.np-page .np-single-heading h1{font-size:34px}.np-page .np-article-area{padding-block:35px 45px}.np-page .np-article{padding:35px}.np-page .np-other-news{padding-block:56px 65px}.np-page .np-other-grid{grid-template-columns:1fr}.np-page .np-other-grid article>a{display:grid;grid-template-columns:95px minmax(0,1fr);gap:12px 23px;padding-block:22px}.np-page .np-other-grid .np-text-link{grid-column:2;justify-self:start;padding-top:0}.np-page .np-other-grid h3{font-size:19px}
}
@media(max-width:600px){
 .np-page{font-size:16px}.np-page .np-wrap{width:calc(100% - 36px)}.np-page .np-hero>.np-wrap{padding-block:32px 38px;display:block}.np-page .np-hero-type{position:absolute;right:0;top:42px;font-size:62px;opacity:.8;pointer-events:none;padding-bottom:14px}.np-page .np-hero-type span{height:3px}.np-page .np-hero .np-kicker{font-size:11px;margin-bottom:14px}.np-page .np-hero h1{font-size:36px;position:relative;z-index:1;margin-bottom:20px}.np-page .np-hero p:last-child{font-size:15px;position:relative;z-index:1;max-width:320px}.np-page .np-hero p:last-child br{display:none}.np-page .np-archive-layout{gap:31px}.np-page .np-section{padding-block:30px 49px}.np-page .np-year-nav{padding:18px 16px;gap:8px}.np-page .np-year-nav>a,.np-page .np-year-nav>a[aria-current]{padding:10px;gap:11px;font-size:13px}.np-page .np-year-nav h2{font-size:15px}.np-page .np-year-nav small{font-size:10px}.np-page .np-results-heading{display:block;margin-bottom:20px}.np-page .np-results-heading h2{font-size:24px;margin-bottom:8px}.np-page .np-results-heading p{font-size:12px}.np-page .np-news-row>a{grid-template-columns:minmax(0,1fr) 25px;gap:10px 14px;padding:24px 5px}.np-page .np-news-row time{grid-column:1;grid-row:1;font-size:13px}.np-page .np-news-row>a>div{grid-column:1;grid-row:2}.np-page .np-read-icon{grid-column:2;grid-row:1/3;width:25px;height:25px;font-size:16px}.np-page .np-news-row h3{font-size:17px;line-height:1.85}.np-page .np-news-latest>a{padding:23px 12px 23px 17px}.np-page .np-news-latest h3{font-size:19px}.np-page .np-latest-label{font-size:11px;margin-bottom:6px}.np-page .np-published-note{font-size:11px}.np-page .pagination{margin-top:27px}.np-page .nav-links{gap:8px}.np-page .nav-links .page-numbers{font-size:14px;min-width:42px;height:44px;padding:8px 12px}.np-page .np-single-heading{padding-block:23px 29px}.np-page .np-back-label{font-size:11px;margin-bottom:20px}.np-page .np-back-label span{font-size:12px}.np-page .np-article-meta{gap:12px;margin-bottom:15px}.np-page .np-article-meta>span{font-size:11px;padding:3px 12px}.np-page .np-article-meta time{font-size:12px}.np-page .np-single-heading h1{font-size:28px;line-height:1.7}.np-page .np-article-area{padding-block:25px 36px}.np-page .np-article{padding:26px 21px 24px}.np-page .np-prose{font-size:16px}.np-page .np-prose p{line-height:2;margin-bottom:19px}.np-page .np-prose h2{font-size:21px;padding-left:13px;margin-block:32px 19px;line-height:1.65}.np-page .np-prose h3{font-size:19px}.np-page .np-prose ul,.np-page .np-prose ol{padding:17px 14px 17px 30px;margin-block:20px 25px}.np-page .np-prose li{line-height:1.85;padding-left:0;margin-block:9px}.np-page .np-prose small{font-size:12px;padding-top:18px;margin-top:24px}.np-page .np-article-navigation{gap:14px;margin-top:20px;grid-template-columns:1fr}.np-page .np-newer,.np-page .np-older{grid-column:1}.np-page .np-adjacent{padding:19px 21px}.np-page .np-adjacent strong{font-size:15px}.np-page .np-adjacent>span{font-size:12px}.np-page .np-back-row{margin-top:19px}.np-page .np-back-button{font-size:15px;padding-block:12px}.np-page .np-article-side{display:block}.np-page .np-consult-card{padding:27px 23px}.np-page .np-consult-card .sp-button{font-size:14px;margin-top:23px}.np-page .np-consult-card h2{font-size:27px}.np-page .np-quick-links{margin-top:15px}.np-page .np-other-news{padding-block:43px 52px}.np-page .np-other-heading{display:block;margin-bottom:24px}.np-page .np-other-heading h2{font-size:26px}.np-page .np-other-heading>.np-text-link{margin-top:17px}.np-page .np-other-grid{gap:0}.np-page .np-other-grid article{border-top:0}.np-page .np-other-grid article:first-child{border-top:2px solid var(--np-teal)}.np-page .np-other-grid article>a{display:block;padding-block:23px}.np-page .np-other-grid time{font-size:12px}.np-page .np-other-grid h3{font-size:18px;margin-top:10px}.np-page .np-other-grid .np-text-link{margin-top:16px;font-size:12px}
}
@media(max-width:359px){.np-page .np-hero-type{font-size:48px;top:49px}.np-page .np-hero h1{font-size:32px}.np-page .np-single-heading h1{font-size:25px}.np-page .np-article{padding:24px 17px}.np-page .np-prose h2{font-size:20px}.np-page .np-consult-card .sp-button{font-size:13px}.np-page .np-year-nav{padding:16px 12px}.np-page .np-year-nav>a,.np-page .np-year-nav>a[aria-current]{padding:10px 8px;gap:8px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.np-page .np-news-row>a,.np-page .np-news-row h3,.np-page .np-read-icon{transition:none}}
