/* panepowersw.com — base layer for the original X theme markup.
   Class names, structure and URLs are untouched: this only restores the frame
   (grid, header, typography, footer) that the archive did not preserve. */
*{box-sizing:border-box}
body{margin:0;background:#fff;color:#3a4a52;
  font:400 16px/1.65 "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:#0f8fb5;text-decoration:none}
a:hover{color:#02aed6;text-decoration:underline}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* ---------- grid ---------- */
.x-container{width:100%;max-width:1120px;margin:0 auto;padding:0 22px}
.x-container:after{content:"";display:table;clear:both}
.x-section{position:relative}
.x-column{float:none;width:100%}
.x-1-1{width:100%}
@media (min-width:768px){
  .x-column.x-1-2{float:left;width:48%;margin-right:4%}
  .x-column.x-1-3{float:left;width:30.66%;margin-right:4%}
  .x-column.x-1-4{float:left;width:22%;margin-right:4%}
  .x-column:last-child{margin-right:0}
}

/* ---------- header ---------- */
.masthead{border-bottom:1px solid #e6ecef;background:#fff}
.x-topbar{background:#f4f8fa;font-size:13px;color:#7d8a91}
.x-topbar-inner{padding:8px 22px}
.x-navbar-inner{padding:16px 0}
.x-brand{display:inline-block;font-size:26px;font-weight:700;color:#02aed6;letter-spacing:.4px}
.x-brand:hover{text-decoration:none;color:#0f8fb5}
.x-nav-wrap{display:block}
.x-nav{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:26px}
.x-nav li{margin:0}
.x-nav a{color:#5a6b73;font-size:15px;display:inline-block;padding:6px 0}
.x-nav a:hover,.x-nav .current-menu-item>a{color:#02aed6;text-decoration:none}
.x-btn-navbar{display:none}
@media (min-width:900px){
  .x-navbar-inner .x-container{display:flex;align-items:center;justify-content:space-between}
  .x-nav{margin:0}
}

/* landmark strip above article titles */
.x-header-landmark{background:#f4f8fa;border-bottom:1px solid #e6ecef;padding:26px 0}
.h-landmark{margin:0;font-size:22px;font-weight:600;color:#5a6b73}
.section-label{margin:0;font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:#93a2a9}

/* ---------- content ---------- */
.x-main,.entry-content,.cs-content{padding:0}
.x-section{padding:56px 0}
h1,.entry-title{font-size:34px;line-height:1.2;margin:0 0 20px;color:#26343b;font-weight:600}
h2{font-size:25px;line-height:1.25;margin:34px 0 14px;color:#26343b;font-weight:600}
h3{font-size:20px;margin:26px 0 10px;color:#26343b;font-weight:600}
h4{font-size:17px;margin:20px 0 8px;color:#26343b}
p{margin:0 0 15px}
ul,ol{margin:0 0 18px;padding-left:22px}
li{margin:6px 0}
blockquote{margin:20px 0;padding:12px 20px;border-left:3px solid #02aed6;color:#5a6b73}
.entry-date{color:#93a2a9;font-size:14px;margin-bottom:18px}
.h-custom-headline{margin-top:0}

/* hero band keeps its inline colour, we only fix the type */
.dark-section,.dark-section h1,.dark-section h2,.dark-section p{color:#fff}
.dark-section .h-custom-headline{font-size:42px;line-height:1.15}
.dark-section .p-custom-headline{font-size:19px;max-width:760px;margin:0 auto;opacity:.95}
.cs-ta-center{text-align:center}

/* press listing */
.press-item{padding:20px 0;border-bottom:1px solid #eef2f4}
.press-item:last-child{border-bottom:0}
.press-date{color:#93a2a9;font-size:13px}
.press-title{font-size:19px;margin:4px 0 6px;font-weight:600}
.press-anons{margin:0;color:#5a6b73;font-size:15px}
.video-list{list-style:none;padding:0}
.video-list li{padding:11px 0;border-bottom:1px solid #eef2f4}
.nav-plain{color:#a8b3b9}

.section-context,.section-extra{background:#f7fafb;border-top:1px solid #eef2f4}
.section-context h2,.section-extra h2{margin-top:0}

/* ---------- footer ---------- */
.x-colophon{background:#26343b;color:#9fb0b8;padding:34px 0;margin-top:50px;font-size:14px}
.x-colophon a{color:#8fd4e8}
.x-colophon .h-widget{color:#fff;font-size:15px;margin:0 0 10px;text-transform:uppercase;
  letter-spacing:.1em}
.x-colophon ul{list-style:none;padding:0;margin:0}
.x-colophon li{margin:5px 0}
.x-colophon.bottom{padding:16px 0;background:#1c2830;font-size:13px}
.x-social-global a{margin-right:10px}

@media (max-width:767px){
  .dark-section .h-custom-headline{font-size:29px}
  h1,.entry-title{font-size:27px}
  h2{font-size:21px}
  .x-section{padding:38px 0}
}
