
:root{--navy:#0c325e;--navy2:#06192d;--orange:#ff9d00;--orange2:#ff7a00;--ink:#0c1d35;--muted:#5f6c7b;--paper:#f6f8fb;--white:#fff;--line:#dfe5ec;--shadow:0 18px 60px rgba(12,50,94,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:auto}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--orange)}h1,h2,h3{font-family:Montserrat,Inter,Arial,sans-serif;line-height:1.06;margin:0 0 1rem}h1{font-size:clamp(2.8rem,7vw,6.2rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:1.2rem}p{margin:.3rem 0 1rem}.btn{display:inline-flex;align-items:center;gap:.55rem;padding:.9rem 1.25rem;border-radius:.45rem;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;font-weight:800;border:0;box-shadow:0 8px 24px rgba(255,157,0,.22)}.btn.secondary{background:transparent;border:1px solid rgba(255,255,255,.35)}.btn.dark{background:var(--navy)}.header{position:sticky;top:0;z-index:40;background:rgba(4,22,39,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo img{height:54px;width:auto}.navlinks{display:flex;gap:1.35rem;color:#fff;font-size:.82rem;font-weight:700}.nav-actions{display:flex;gap:.75rem;align-items:center}.mobile-toggle{display:none;background:none;border:0;color:white;font-size:1.5rem}.hero{min-height:690px;background:radial-gradient(circle at 70% 50%,rgba(255,157,0,.18),transparent 32%),linear-gradient(115deg,#031426 0%,#05233f 58%,#081929 100%);color:#fff;position:relative;overflow:hidden}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,38,.98) 0%,rgba(3,20,38,.73) 48%,rgba(3,20,38,.05) 100%)}.hero-media{position:absolute;inset:0 0 0 38%;background:url('../images/hero-lightning.jpg') center/cover no-repeat;mix-blend-mode:screen;opacity:.95}.hero-inner{position:relative;z-index:2;min-height:690px;display:grid;align-content:center;max-width:680px;padding:5rem 0}.hero h1 span,.accent{color:var(--orange)}.hero p{font-size:1.08rem;max-width:570px;color:#dce7f3}.actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.6rem}.power-strip{background:white;padding:2.8rem 0}.center{text-align:center}.power-grid{display:grid;grid-template-columns:repeat(6,1fr);margin-top:2rem}.power-card{padding:1.25rem;border-right:1px solid var(--line)}.power-card:last-child{border-right:0}.icon{width:54px;height:54px;border:2px solid var(--orange);border-radius:50%;display:grid;place-items:center;color:var(--orange);font-size:1.5rem;margin:0 auto 1rem}.power-card p{font-size:.84rem;color:var(--muted)}.stats{background:linear-gradient(rgba(4,29,52,.87),rgba(4,29,52,.93)),url('../images/skyline.jpg') center/cover;color:#fff;padding:5rem 0}.stats-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:1rem;align-items:center}.stat{padding:1.3rem;border-left:1px solid rgba(255,255,255,.28);text-align:center}.stat strong{display:block;font-size:2.7rem}.stat span{color:#59c4ff;font-size:.78rem;text-transform:uppercase;font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr}.split .photo{min-height:520px;background:url('../images/networking.jpg') center/cover}.split .content{padding:5rem clamp(2rem,7vw,7rem);display:grid;align-content:center}.section{padding:5rem 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.card{border:1px solid var(--line);background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 8px 30px rgba(12,50,94,.06)}.card img{height:210px;width:100%;object-fit:cover}.card-body{padding:1.35rem}.card .meta{font-size:.74rem;color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.event-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.event{padding:1.3rem;border:1px solid var(--line);border-radius:.65rem;display:grid;grid-template-columns:70px 1fr;gap:1rem}.date{font-size:2rem;font-weight:900;border-right:1px solid var(--line)}.date small{display:block;font-size:.7rem;color:var(--muted)}.footer{background:#04192d;color:#dfe9f3;padding:3.5rem 0 1rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1.3fr repeat(3,1fr);gap:2rem}.footer h4{color:white;margin:0 0 1rem}.footer a{display:block;color:#c7d2df;margin:.4rem 0;font-size:.9rem}.newsletter{display:flex}.newsletter input{min-width:0;flex:1;padding:.8rem;border:0;border-radius:.4rem 0 0 .4rem}.newsletter button{border:0;background:var(--orange);color:#fff;padding:0 1rem;border-radius:0 .4rem .4rem 0}.subhero{background:linear-gradient(110deg,#04172a,#0c325e);color:white;padding:6.5rem 0 4.5rem;position:relative;overflow:hidden}

.subhero::after{
    content:'';
    position:absolute;
    right:7%;
    top:5%;

    width:500px;
    height:500px;

    background-image:url('../images/bolt-hero.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;

    opacity:.12;
    pointer-events:none;
}
.subhero p{max-width:700px;color:#d8e3ef;font-size:1.08rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.feature{padding:1.6rem;border:1px solid var(--line);border-radius:.8rem;background:white}.feature .num{color:var(--orange);font-size:2rem;font-weight:900}.dark-section{background:#071d33;color:white}.dark-section p{color:#c9d5e1}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.two-col img{border-radius:1rem;box-shadow:var(--shadow)}.resource-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.resource{padding:1.1rem 1.2rem;border:1px solid var(--line);border-radius:.6rem;display:flex;justify-content:space-between;gap:1rem}.calendar-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1.5rem}.calendar-toolbar input,.calendar-toolbar select,.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.9rem;border:1px solid var(--line);border-radius:.5rem;font:inherit}.calendar-grid{display:grid;gap:1rem}.calendar-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.4rem;align-items:center;border:1px solid var(--line);padding:1.2rem;border-radius:.7rem}.tag{display:inline-block;background:#fff4df;color:#a95b00;padding:.25rem .55rem;border-radius:999px;font-size:.7rem;font-weight:800}.contact-form{display:grid;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.notice{padding:1rem;border-left:4px solid var(--orange);background:#fff7e9}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:100}

/* Rotating homepage hero */
.hero{transition:background .45s ease}.hero-media{transition:opacity .45s ease,transform .7s ease,filter .45s ease}.hero-inner{transition:opacity .25s ease,transform .25s ease}.hero.hero-changing .hero-inner{opacity:.15;transform:translateY(8px)}
.hero-rotation-note{display:flex;align-items:center;gap:.45rem;margin-top:2rem;color:rgba(255,255,255,.55);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-rotation-bolt{color:var(--orange);font-size:1rem}

/* Each campaign uses a genuinely different image and crop. */
.hero-variant-1 .hero-media{background-image:url('../images/Hero-Image-1.jpg');background-position:center;transform:scale(1);filter:none}
.hero-variant-2 .hero-media{background-image:url('../images/Hero-Image-2.jpg');background-position:center;transform:scale(1.04);filter:saturate(.95) contrast(1.08)}
.hero-variant-3 .hero-media{background-image:url('../images/Hero-Image-3.jpg');background-position:center 35%;transform:scale(1.05);filter:saturate(1.05) contrast(1.02)}
.hero-variant-4 .hero-media{background-image:url('../images/Hero-Image-4.jpg');background-position:center;transform:scale(1.07);filter:saturate(1.12) contrast(1.04)}
.hero-variant-5 .hero-media{background-image:url('../images/Hero-Image-5.jpg');background-position:center;transform:scale(1.08);filter:saturate(1.2) contrast(1.12)}
.hero-variant-6 .hero-media{background-image:url('../images/Hero-Image-6.jpg');background-position:center;transform:scale(1.06);filter:saturate(.96) contrast(1.08)}
.hero-variant-7 .hero-media{background-image:url('../images/Hero-Image-7.jpg');background-position:center 42%;transform:scale(1.05);filter:saturate(1.04) contrast(1.04)}
.hero-variant-8 .hero-media{background-image:url('../images/Hero-Image-8.jpg');background-position:center 38%;transform:scale(1.05);filter:saturate(.96) contrast(1.08)}
.hero-variant-9 .hero-media{background-image:url('../images/Hero-Image-9.jpg');background-position:center;transform:scale(1.08);filter:saturate(.92) contrast(1.12)}
.hero-variant-10 .hero-media{background-image:url('../images/Hero-Image-10.jpg');background-position:center;transform:scale(1.06);filter:saturate(1.08) contrast(1.06)}

.hero-variant-1{background:radial-gradient(circle at 70% 50%,rgba(255,157,0,.20),transparent 32%),linear-gradient(115deg,#031426 0%,#05233f 58%,#081929 100%)}
.hero-variant-2{background:radial-gradient(circle at 78% 42%,rgba(255,122,0,.25),transparent 28%),linear-gradient(115deg,#020d18 0%,#082b4d 56%,#05111f 100%)}
.hero-variant-3{background:radial-gradient(circle at 74% 62%,rgba(255,157,0,.22),transparent 30%),linear-gradient(120deg,#071d33 0%,#0c325e 56%,#061524 100%)}
.hero-variant-4{background:radial-gradient(circle at 68% 48%,rgba(255,157,0,.18),transparent 27%),linear-gradient(110deg,#020b13 0%,#092440 60%,#071b2c 100%)}
.hero-variant-5{background:radial-gradient(circle at 80% 45%,rgba(255,157,0,.30),transparent 25%),linear-gradient(115deg,#05182a 0%,#0c325e 53%,#03101c 100%)}
.hero-variant-6{background:radial-gradient(circle at 72% 42%,rgba(255,157,0,.22),transparent 29%),linear-gradient(118deg,#041525 0%,#0a294a 52%,#07111c 100%)}
.hero-variant-7{background:radial-gradient(circle at 82% 58%,rgba(255,157,0,.20),transparent 31%),linear-gradient(120deg,#06192d 0%,#0c325e 58%,#020b13 100%)}
.hero-variant-8{background:radial-gradient(circle at 66% 38%,rgba(255,122,0,.20),transparent 26%),linear-gradient(112deg,#03101d 0%,#082d51 61%,#061827 100%)}
.hero-variant-9{background:radial-gradient(circle at 76% 46%,rgba(255,157,0,.28),transparent 24%),linear-gradient(118deg,#061a2e 0%,#103a67 50%,#020a12 100%)}
.hero-variant-10{background:radial-gradient(circle at 70% 64%,rgba(255,157,0,.18),transparent 33%),linear-gradient(116deg,#020c16 0%,#0c325e 57%,#06111d 100%)}

/* Improve readability across the different photographs. */
.hero-variant-2:after,.hero-variant-3:after,.hero-variant-4:after,.hero-variant-6:after,.hero-variant-7:after,.hero-variant-8:after,.hero-variant-9:after,.hero-variant-10:after{background:linear-gradient(90deg,rgba(3,20,38,.98) 0%,rgba(3,20,38,.80) 46%,rgba(3,20,38,.20) 74%,rgba(3,20,38,.08) 100%)}
@media(max-width:900px){.navlinks{display:none;position:absolute;left:0;right:0;top:78px;background:#04192d;padding:1.2rem;flex-direction:column}.navlinks.open{display:flex}.mobile-toggle{display:block}.nav-actions .btn{display:none}.power-grid{grid-template-columns:repeat(2,1fr)}.power-card{border-bottom:1px solid var(--line)}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid>div:first-child{grid-column:1/-1}.split,.two-col{grid-template-columns:1fr}.cards,.feature-grid{grid-template-columns:1fr 1fr}.event-list{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.calendar-item{grid-template-columns:90px 1fr}.calendar-item .btn{grid-column:2}.hero-media{left:20%;opacity:.55}.hero:after{background:rgba(3,20,38,.7)}}
@media(max-width:600px){h1{font-size:3rem}.hero,.hero-inner{min-height:610px}
  .stats-grid,
  .cards,
  .feature-grid,
  .event-list,
  .footer-grid,
  .resource-list,
  .form-row {
    grid-template-columns: 1fr;
  }

  .power-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  } 
.split .photo{min-height:350px}.calendar-toolbar{align-items:stretch;flex-direction:column}.calendar-item{grid-template-columns:1fr}.calendar-item .btn{grid-column:auto}.nav{height:70px}.navlinks{top:70px}.logo img{height:46px}.subhero{padding-top:5rem}}

/* =========================================================
   PUBLIC AFFILIATE DIRECTORY
   ========================================================= */

.navlinks a.active {
  color: var(--orange);
}

.affiliate-hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(
      circle at 76% 46%,
      rgba(255,157,0,.25),
      transparent 26%
    ),
    linear-gradient(
      115deg,
      #031426 0%,
      var(--navy) 58%,
      #06192d 100%
    );
}

.affiliate-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3,20,38,.98) 0%,
      rgba(3,20,38,.72) 55%,
      rgba(3,20,38,.32) 100%
    );
}

.affiliate-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 50%;
  width: 570px;
  height: 570px;
  transform: translateY(-50%) rotate(-7deg);
  background:
    url("../images/bolt-hero.png")
    center / contain no-repeat;
  opacity: .14;
  pointer-events: none;
}

.affiliate-hero-energy {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(
      rgba(255,255,255,.09) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.09) 1px,
      transparent 1px
    );
  background-size: 70px 70px;
  mask-image:
    linear-gradient(
      90deg,
      transparent,
      #000 42%,
      #000
    );
}

.affiliate-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 610px;
  display: grid;
  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(280px, .65fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding: 5rem 0;
}

.affiliate-hero-content {
  max-width: 760px;
}

.affiliate-hero h1 {
  max-width: 780px;
  font-size: clamp(3rem, 6.4vw, 6rem);
}

.affiliate-hero h1 span {
  color: var(--orange);
}

.affiliate-hero-content > p {
  max-width: 650px;
  color: #dce7f3;
  font-size: 1.1rem;
}

.affiliate-hero-panel {
  position: relative;
  padding: 2.25rem;
  overflow: hidden;
  border:
    1px solid rgba(255,255,255,.18);
  border-radius: 1rem;
  background:
    rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  box-shadow:
    0 28px 60px rgba(0,0,0,.2);
}

.affiliate-hero-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background:
    linear-gradient(
      var(--orange),
      var(--orange2)
    );
}

.affiliate-hero-panel p {
  margin: 1.5rem 0 .7rem;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.affiliate-hero-panel strong {
  display: block;
  font-family:
    Montserrat,
    Inter,
    sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.35;
}

.affiliate-hero-bolt {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: var(--orange);
  background: rgba(255,157,0,.12);
  border: 1px solid rgba(255,157,0,.35);
  font-size: 2rem;
}

.affiliate-intro {
  padding: 4.5rem 0;
  background: var(--white);
}

.affiliate-intro-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(280px, .75fr);
  gap: 4rem;
  align-items: end;
}

.affiliate-intro h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.affiliate-intro-grid > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.affiliate-directory-section {
  padding: 4rem 0 6rem;
  background: var(--paper);
}

.affiliate-toolbar {
  display: grid;
  grid-template-columns:
    minmax(0, 2fr)
    minmax(220px, .75fr);
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: .9rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.affiliate-toolbar label {
  display: block;
  margin-bottom: .45rem;
  color: var(--navy);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.affiliate-toolbar input,
.affiliate-toolbar select {
  width: 100%;
  min-height: 50px;
  padding: .8rem .95rem;
  border: 1px solid var(--line);
  border-radius: .5rem;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.affiliate-toolbar input:focus,
.affiliate-toolbar select:focus {
  outline: 3px solid rgba(255,157,0,.18);
  border-color: var(--orange);
}

.affiliate-results-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 1.25rem 0;
}

.affiliate-results-bar p {
  margin: 0;
  color: var(--muted);
}

.affiliate-results-bar strong {
  color: var(--navy);
}

.affiliate-clear {
  border: 0;
  color: var(--navy);
  background: transparent;
  font-family:
    Montserrat,
    Inter,
    sans-serif;
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
}

.affiliate-clear:hover {
  color: var(--orange2);
}

.affiliate-public-grid {
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.public-affiliate-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 390px;
  padding: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: .85rem;
  background: var(--white);
  box-shadow:
    0 9px 30px rgba(12,50,94,.06);
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.public-affiliate-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,157,0,.55);
  box-shadow:
    0 20px 45px rgba(12,50,94,.13);
}

.public-affiliate-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  background:
    url("../images/bolt-hero.png")
    center / contain no-repeat;
  opacity: .035;
  pointer-events: none;
}

.public-affiliate-featured {
  border-top: 4px solid var(--orange);
}

.public-affiliate-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .95rem;
}

.public-affiliate-logo {
  display: grid;
  place-items: center;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: .8rem;
  color: var(--orange);
  background:
    linear-gradient(
      135deg,
      var(--navy),
      var(--navy2)
    );
  font-family:
    Montserrat,
    Inter,
    sans-serif;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.public-affiliate-heading {
  min-width: 0;
}

.public-affiliate-badge {
  display: inline-block;
  margin-bottom: .35rem;
  padding: .22rem .5rem;
  border-radius: 999px;
  color: #9b5800;
  background: #fff2dc;
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.public-affiliate-card h3 {
  margin: 0 0 .2rem;
  overflow-wrap: anywhere;
  font-size: 1.05rem;
}

.public-affiliate-category {
  margin: 0;
  color: var(--orange2);
  font-size: .74rem;
  font-weight: 800;
}

.public-affiliate-description {
  position: relative;
  z-index: 1;
  margin: 1.3rem 0;
  color: var(--muted);
  font-size: .87rem;
  line-height: 1.65;
}

.public-affiliate-details {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .7rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.public-affiliate-detail {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: .5rem;
  font-size: .77rem;
}

.public-affiliate-detail span {
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.public-affiliate-detail strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.public-affiliate-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
  margin-top: auto;
  padding-top: 1.2rem;
}

.public-affiliate-action {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 43px;
  padding: .65rem .75rem;
  border: 1px solid var(--line);
  border-radius: .4rem;
  color: var(--navy);
  font-size: .69rem;
  font-weight: 800;
  text-align: center;
}

.public-affiliate-action:hover {
  border-color: var(--orange);
  color: var(--orange2);
}

.public-affiliate-action.primary {
  border-color: transparent;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      var(--orange),
      var(--orange2)
    );
}

.public-affiliate-action.full {
  grid-column: 1 / -1;
}

.affiliate-empty-state {
  padding: 4rem 1.5rem;
  border: 1px dashed #cad3dd;
  border-radius: .9rem;
  text-align: center;
  background: var(--white);
}

.affiliate-empty-state span {
  display: block;
  margin-bottom: .8rem;
  color: var(--orange);
  font-size: 2.6rem;
}

.affiliate-empty-state p {
  color: var(--muted);
}

.affiliate-join-section {
  padding: 5rem 0;
  background: #fff;
}

.affiliate-join-card {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(0, 1.4fr)
    auto;
  gap: 3rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  border-radius: 1rem;
  color: #fff;
  background:
    radial-gradient(
      circle at 85% 40%,
      rgba(255,157,0,.25),
      transparent 27%
    ),
    linear-gradient(
      115deg,
      #031426,
      var(--navy)
    );
}

.affiliate-join-card::after {
  content: "";
  position: absolute;
  right: 3%;
  top: 50%;
  width: 290px;
  height: 290px;
  transform: translateY(-50%);
  background:
    url("../images/bolt-hero.png")
    center / contain no-repeat;
  opacity: .08;
}

.affiliate-join-card > * {
  position: relative;
  z-index: 1;
}

.affiliate-join-card h2 {
  max-width: 700px;
}

.affiliate-join-card h2 span {
  color: var(--orange);
}

.affiliate-join-card p {
  max-width: 690px;
  color: #d8e3ef;
}

.affiliate-join-actions {
  display: grid;
  gap: 1rem;
  min-width: 210px;
  text-align: center;
}

.affiliate-text-link {
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top:
    1px solid rgba(255,255,255,.12);
  font-size: .78rem;
}

@media (max-width: 1000px) {
  .affiliate-public-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .affiliate-hero-inner {
    grid-template-columns: 1fr;
  }

  .affiliate-hero-panel {
    max-width: 520px;
  }

  .affiliate-intro-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .affiliate-join-card {
    grid-template-columns: 1fr;
  }

  .affiliate-join-actions {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .affiliate-toolbar {
    grid-template-columns: 1fr;
  }

  .affiliate-public-grid {
    grid-template-columns: 1fr;
  }

  .affiliate-hero {
    min-height: auto;
  }

  .affiliate-hero-inner {
    min-height: auto;
    padding: 5rem 0 4rem;
  }

  .affiliate-hero-panel {
    padding: 1.5rem;
  }

  .affiliate-results-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .affiliate-join-actions {
    width: 100%;
  }

  .affiliate-join-actions .btn {
    justify-content: center;
  }
}

/* =========================================================
   AFFILIATE APPLICATION FORM
   ========================================================= */

.affiliate-application-section {
  padding: 6rem 0;
  background:
    radial-gradient(
      circle at 15% 35%,
      rgba(255,157,0,.16),
      transparent 25%
    ),
    linear-gradient(
      115deg,
      #031426,
      #0c325e 65%,
      #06192d
    );
  color: #fff;
}

.affiliate-application-layout {
  display: grid;
  grid-template-columns:
    minmax(280px, .8fr)
    minmax(0, 1.2fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.affiliate-application-intro {
  position: sticky;
  top: 120px;
}

.affiliate-application-intro h2 {
  margin-top: .7rem;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

.affiliate-application-intro h2 span {
  color: var(--orange);
}

.affiliate-application-intro > p {
  max-width: 520px;
  color: #d8e3ef;
  font-size: 1.03rem;
}

.affiliate-benefit-list {
  display: grid;
  gap: 1.3rem;
  margin: 2.5rem 0;
}

.affiliate-benefit {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 1rem;
  align-items: start;
}

.affiliate-benefit > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,157,0,.4);
  border-radius: 50%;
  color: var(--orange);
  background: rgba(255,157,0,.1);
}

.affiliate-benefit strong {
  display: block;
  margin-bottom: .2rem;
  font-family: Montserrat, Inter, sans-serif;
}

.affiliate-benefit p {
  margin: 0;
  color: #bdcad7;
  font-size: .87rem;
}

.affiliate-form-contact {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.16);
  color: #bdcad7;
  font-size: .88rem;
}

.affiliate-form-contact a {
  color: var(--orange);
  font-weight: 700;
}

.affiliate-application-card {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 1rem;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}

.affiliate-form-heading {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 1rem;
  align-items: start;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.affiliate-form-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: .75rem;
  color: var(--orange);
  background:
    linear-gradient(
      135deg,
      var(--navy),
      var(--navy2)
    );
  font-size: 1.6rem;
}

.affiliate-form-heading h3 {
  margin: .15rem 0 .35rem;
  font-size: 1.45rem;
}

.affiliate-form-heading p {
  margin: 0;
  color: var(--muted);
  font-size: .87rem;
}

.affiliate-application-form {
  display: grid;
  gap: 1.15rem;
}

.affiliate-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.affiliate-application-form label {
  display: grid;
  gap: .4rem;
  color: var(--navy);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.affiliate-application-form input,
.affiliate-application-form select,
.affiliate-application-form textarea {
  width: 100%;
  padding: .9rem 1rem;
  border: 1px solid var(--line);
  border-radius: .5rem;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 400;
  letter-spacing: normal;
}

.affiliate-application-form textarea {
  min-height: 130px;
  resize: vertical;
}

.affiliate-application-form input:focus,
.affiliate-application-form select:focus,
.affiliate-application-form textarea:focus {
  outline: 3px solid rgba(255,157,0,.17);
  border-color: var(--orange);
}

.affiliate-checkbox {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  gap: .7rem !important;
  align-items: start;
  color: var(--muted) !important;
  font-size: .77rem !important;
  font-weight: 500 !important;
  line-height: 1.5;
  letter-spacing: normal !important;
}

.affiliate-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: .1rem;
  accent-color: var(--orange);
}

.affiliate-submit {
  justify-content: center;
  width: 100%;
  min-height: 52px;
  cursor: pointer;
}

.affiliate-form-note {
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
  text-align: center;
}

.affiliate-form-success {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #b7dfc6;
  border-radius: .6rem;
  color: #185c32;
  background: #effaf3;
}

.affiliate-form-success[hidden] {
  display: none;
}

.affiliate-form-success > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #278b4d;
  font-size: 1.2rem;
  font-weight: 800;
}

.affiliate-form-success strong {
  display: block;
  margin-bottom: .15rem;
}

.affiliate-form-success p {
  margin: 0;
  font-size: .82rem;
}

@media (max-width: 900px) {
  .affiliate-application-layout {
    grid-template-columns: 1fr;
  }

  .affiliate-application-intro {
    position: static;
  }
}

@media (max-width: 600px) {
  .affiliate-form-row {
    grid-template-columns: 1fr;
  }

  .affiliate-form-heading {
    grid-template-columns: 1fr;
  }

  .affiliate-application-card {
    padding: 1.3rem;
  }
}

/* =========================================================
   UNIVERSAL SITE NAVIGATION
   ========================================================= */

.navlinks a {
  position: relative;
  padding: .45rem 0;
  transition:
    color .2s ease,
    opacity .2s ease;
}

.navlinks a:hover {
  color: var(--orange);
}

.navlinks a.active,
.navlinks a[aria-current="page"] {
  color: var(--orange);
}

.navlinks a.active::after,
.navlinks a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.2rem;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
}

.member-login-link {
  padding: .55rem .8rem !important;
  border:
    1px solid rgba(255,255,255,.25);
  border-radius: .35rem;
}

.member-login-link:hover {
  border-color: var(--orange);
}

.mobile-toggle {
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  min-width: 24px;
  line-height: 1;
}

@media (max-width: 900px) {
  .navlinks {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    box-shadow:
      0 20px 40px rgba(0,0,0,.3);
  }

  .navlinks a {
    padding: .8rem 0;
    border-bottom:
      1px solid rgba(255,255,255,.08);
  }

  .navlinks a.active::after,
  .navlinks a[aria-current="page"]::after {
    display: none;
  }

  .navlinks a.active,
  .navlinks a[aria-current="page"] {
    padding-left: .8rem;
    border-left: 3px solid var(--orange);
    background: rgba(255,157,0,.08);
  }

  .member-login-link {
    margin-top: .5rem;
    text-align: center;
  }
}

#homeHero .hero-content {
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

#homeHero.hero-transitioning .hero-content {
  opacity: 0;
  transform: translateY(14px);
}


/* News database and article views */
.news-tools{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}.news-tools input,.news-tools select{border:1px solid #d7dde5;border-radius:8px;padding:13px 14px;font:inherit;background:#fff;min-width:220px}.news-card a,.cards>.card>a{color:inherit;text-decoration:none;display:block;height:100%}.article-hero{background:var(--navy,#0c325e);color:#fff;padding:90px 0 72px}.article-hero h1{max-width:900px;font-size:clamp(2.4rem,6vw,5rem);line-height:.98;margin:.4rem 0 1.2rem}.article-hero p{max-width:760px;font-size:1.2rem}.article-meta{margin-top:24px;font-weight:700;opacity:.8}.article-image{margin-top:-36px}.article-image img{width:100%;max-height:540px;object-fit:cover;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.16)}.article-body{max-width:820px;padding-top:54px;padding-bottom:80px;font-size:1.08rem;line-height:1.8}.article-body h2{margin-top:2.2rem}.article-body img{max-width:100%}@media(max-width:700px){.article-hero{padding:64px 0}.article-image{margin-top:-18px}.article-body{padding-top:36px}}

/* Professional Standards v3.2 */
.power-card-link{padding:0!important}.power-card-link>a{display:block;color:inherit;text-decoration:none;padding:1.5rem;height:100%}.power-card-cta{display:block;margin-top:1rem;font-size:.72rem;font-weight:800;color:var(--orange)}
.ps-hero{background:linear-gradient(115deg,#061f3a 0%,#0c325e 62%,#153f70 100%);color:#fff;padding:7rem 0 5rem;overflow:hidden}.ps-hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:4rem;align-items:center}.ps-hero h1{font-size:clamp(3.4rem,7vw,7rem);line-height:.87;margin:.7rem 0 1.5rem}.ps-hero h1 span,.ps-red h2 span{color:var(--orange)}.ps-lead{font-size:1.35rem;font-weight:700;max-width:720px}.ps-hero p{max-width:760px;color:#d7e2ee}.ps-hero-panel{background:#fff;color:#0c325e;padding:2.3rem;border-radius:24px;box-shadow:0 30px 70px rgba(0,0,0,.25)}.ps-shield{width:105px;height:120px;clip-path:polygon(50% 0,95% 18%,88% 75%,50% 100%,12% 75%,5% 18%);background:var(--orange);display:grid;place-content:center;text-align:center;font:900 2rem Montserrat}.ps-shield span{display:block;font-size:.7rem;letter-spacing:.18em}.ps-contact{display:grid;gap:.35rem;padding-top:1rem;border-top:1px solid #dde5ec}.ps-contact a{color:#0c325e}.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.section-heading-row h2{font-size:clamp(2rem,4vw,3.5rem);line-height:.95}.section-heading-row>p{max-width:460px}.ps-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ps-service-card{border:1px solid #d9e2ea;border-radius:18px;padding:1.6rem;background:#fff;display:flex;flex-direction:column}.ps-service-card h3{font-size:1.15rem}.ps-service-card p{flex:1;color:#536474}.ps-service-card a,.text-link{font-weight:800;color:#0c325e;text-decoration:none}.ps-service-icon{font-size:1.8rem;color:var(--orange)}.ps-red{background:#ff9d00;padding:5rem 0}.ps-red-grid{display:grid;grid-template-columns:.45fr 1.2fr;gap:4rem;align-items:center}.ps-red-mark{font:900 clamp(5rem,14vw,12rem) Montserrat;letter-spacing:-.12em;color:#0c325e}.ps-red-mark span{color:#fff}.ps-red h2{font-size:clamp(2.4rem,5vw,4.5rem);margin:.4rem 0}.ps-red .btn{background:#0c325e}.ps-assistant-section{background:#eef3f7}.ps-assistant-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem}.ps-assistant-copy h2{font-size:clamp(2.4rem,5vw,4rem);line-height:.95}.ps-assistant-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 18px 50px rgba(12,50,94,.12);min-height:390px}.ps-question>span,.ps-result>span{font-size:.7rem;font-weight:800;letter-spacing:.15em;color:#76889a}.ps-question h3,.ps-result h3{font-size:1.7rem}.ps-question>button:not(.ps-reset){width:100%;display:flex;justify-content:space-between;gap:1rem;text-align:left;padding:1rem 1.1rem;margin:.7rem 0;border:1px solid #dbe3ea;border-radius:12px;background:#fff;font:600 1rem Inter;cursor:pointer}.ps-question>button:hover{border-color:#ff9d00;background:#fff8ed}.ps-reset{border:0;background:none;color:#0c325e;font-weight:800;margin-top:1rem;cursor:pointer}.ps-progress{margin-top:2rem;font-size:.75rem;font-weight:700}.ps-progress>div{height:6px;background:#d8e1e9;border-radius:6px;margin-top:.5rem}.ps-progress i{display:block;height:100%;background:#ff9d00;border-radius:6px;transition:.3s}.ps-result .btn{display:inline-block;margin-top:1rem}.ps-disclaimer{font-size:.75rem;color:#6f7f8d;margin-top:1rem}.ps-form-list{display:grid;gap:.8rem}.ps-form-list article{display:flex;justify-content:space-between;align-items:center;gap:2rem;border:1px solid #dbe3ea;border-radius:16px;padding:1.4rem 1.6rem}.ps-form-list span{font-size:.68rem;font-weight:800;text-transform:uppercase;color:#e27f00}.ps-form-list h3{margin:.25rem 0}.ps-form-list p{margin:.25rem 0;color:#536474}.ps-form-list small{color:#758493}.ps-process{background:#0c325e;color:#fff}.ps-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:2rem}.ps-timeline div{border-top:3px solid #ff9d00;padding-top:1rem}.ps-timeline b{font-size:2rem;color:#ff9d00}.ps-timeline p{color:#cbd8e5}.ps-faqs{max-width:900px}.ps-faqs details{border-bottom:1px solid #d5dee7;padding:1rem 0}.ps-faqs summary{font-weight:800;font-size:1.1rem;cursor:pointer;display:flex;justify-content:space-between}.ps-faqs summary::marker{display:none}.ps-faqs p{color:#536474}.ps-cta{background:#ff9d00;padding:3.5rem 0}.ps-cta>.container{display:flex;justify-content:space-between;align-items:center;gap:2rem}.ps-cta h2{margin:.4rem 0}.ps-cta .btn{background:#0c325e}.ps-cta .btn.secondary{background:transparent;border-color:#0c325e;color:#0c325e}
@media(max-width:900px){.ps-hero-grid,.ps-red-grid,.ps-assistant-shell{grid-template-columns:1fr}.ps-service-grid{grid-template-columns:1fr 1fr}.ps-timeline{grid-template-columns:1fr 1fr}.section-heading-row,.ps-cta>.container{align-items:flex-start;flex-direction:column}.ps-hero{padding-top:4rem}}
@media(max-width:600px){.ps-service-grid,.ps-timeline{grid-template-columns:1fr}.ps-form-list article{align-items:flex-start;flex-direction:column}.ps-hero h1{font-size:3.2rem}}

/* AMS v3.3 power-card links */
.power-grid{align-items:stretch}.power-card-link{padding:0!important;min-width:0}.power-card-link>a{display:flex;flex-direction:column;align-items:center;color:inherit;text-decoration:none;padding:1.5rem;height:100%;min-height:390px;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.power-card-link p{flex:1;max-width:220px}.power-card-link:hover>a,.power-card-link:focus-within>a{transform:translateY(-6px);background:#fff;box-shadow:0 18px 45px rgba(12,50,94,.12);position:relative;z-index:2}.power-card-link .icon{transition:transform .22s ease,background .22s ease}.power-card-link:hover .icon{transform:scale(1.06);background:#fff8ed}.power-card-cta{display:flex;align-items:flex-end;justify-content:center;min-height:42px;margin-top:1rem;font-size:.72rem;font-weight:800;color:var(--orange);line-height:1.35}.power-card-link:hover .power-card-cta{transform:translateX(3px)}
/* Professional Standards internal service pages */
.ps-detail-hero{background:linear-gradient(115deg,#061f3a,#0c325e);color:#fff;padding:6.5rem 0 4rem}.ps-detail-hero .container{max-width:980px}.ps-detail-hero h1{font-size:clamp(2.8rem,6vw,5.5rem);margin:.5rem 0 1rem}.ps-detail-hero p{max-width:760px;color:#d7e2ee;font-size:1.12rem}.ps-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:3rem}.ps-detail-main h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-top:2.4rem}.ps-detail-main h3{margin-top:1.7rem}.ps-detail-main ul{padding-left:1.2rem}.ps-detail-main li{margin:.55rem 0}.ps-side-card{position:sticky;top:100px;border:1px solid #dbe3ea;border-radius:18px;padding:1.5rem;background:#f7fafc}.ps-side-card a{display:block;margin:.7rem 0;color:#0c325e;font-weight:800}.ps-step-list{display:grid;gap:1rem;counter-reset:steps}.ps-step-list article{border-left:4px solid #ff9d00;padding:1rem 1.25rem;background:#f7fafc;border-radius:0 12px 12px 0}.ps-step-list article:before{counter-increment:steps;content:counter(steps);display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#ff9d00;color:#fff;font-weight:900;margin-right:.7rem}.ps-related{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ps-related a{border:1px solid #dbe3ea;border-radius:14px;padding:1.2rem;font-weight:800;color:#0c325e}.leadership-hero{background:linear-gradient(110deg,rgba(4,25,45,.92),rgba(12,50,94,.82)),url(' ../images/members.jpg') center/cover;color:#fff;padding:7rem 0}.leadership-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.leadership-card{border:1px solid #dbe3ea;border-radius:16px;padding:1.5rem}.leadership-card span{font-size:1.8rem;color:#ff9d00}@media(max-width:900px){.ps-detail-layout{grid-template-columns:1fr}.ps-side-card{position:static}.ps-related,.leadership-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.ps-related,.leadership-grid{grid-template-columns:1fr}.power-card-link>a{min-height:0}}


/* AMS v3.3.1 Professional Standards refinements */
.ps-hero-grid{position:relative}
.ps-hero-panel-edge{
  margin-right:calc((100vw - min(1180px,92vw)) / -2);
  border-radius:24px 0 0 24px;
  padding-right:max(2.3rem,calc((100vw - 1180px)/2 + 2.3rem));
}
.ps-form-list .btn,
.ps-form-list .btn.secondary,
.ps-form-list a.btn{
  flex:0 0 auto;
  min-width:132px;
  justify-content:center;
  background:#0c325e;
  background-image:none;
  border:1px solid #0c325e;
  color:#fff;
  box-shadow:0 8px 22px rgba(12,50,94,.18);
}
.ps-form-list .btn:hover,
.ps-form-list .btn.secondary:hover,
.ps-form-list a.btn:hover{
  background:#ff9d00;
  border-color:#ff9d00;
  color:#fff;
  transform:translateY(-2px);
}
@media(max-width:900px){
  .ps-hero-panel-edge{margin-right:0;border-radius:24px;padding-right:2.3rem}
}
@media(max-width:600px){
  .ps-form-list .btn,.ps-form-list .btn.secondary,.ps-form-list a.btn{width:100%}
}


/* Homepage hero content rotation and RED feature — v3.6 */
#homeHero .hero-content{transition:opacity .3s ease,transform .3s ease;will-change:opacity,transform}
#homeHero.hero-transitioning .hero-content{opacity:0;transform:translateY(14px)}
#homeHero .hero-media{transition:background-image .35s ease,filter .6s ease,transform .8s ease}
.home-red-feature{position:relative;overflow:hidden;background:linear-gradient(120deg,#ff9d00 0%,#ffad26 48%,#fff5e4 48%,#fff 100%);padding:5rem 0}
.home-red-feature:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 47%,rgba(12,50,94,.08) 47% 48%,transparent 48%);pointer-events:none}
.home-red-grid{position:relative;display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(2rem,6vw,6rem);align-items:center}
.home-red-brand{min-height:320px;display:grid;place-content:center;position:relative;color:#0c325e}
.home-red-mark{font:900 clamp(5.5rem,13vw,11rem)/.8 Montserrat,Inter,sans-serif;letter-spacing:-.12em;text-shadow:0 12px 30px rgba(12,50,94,.14)}
.home-red-mark span{color:#fff}
.home-red-bolt{position:absolute;right:12%;bottom:8%;font-size:3rem;color:#fff;transform:rotate(-8deg)}
.home-red-copy{max-width:700px}
.home-red-copy h2{font-size:clamp(2.6rem,5vw,4.8rem);line-height:.9;color:#0c325e;margin:.55rem 0 1rem}
.home-red-tagline{font:800 1.25rem Montserrat,Inter,sans-serif;color:#e77d00;letter-spacing:.04em}
.home-red-copy>p:not(.home-red-tagline){font-size:1.08rem;color:#425466;max-width:650px}
.home-red-steps{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin:1.5rem 0 .25rem;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#0c325e}
.home-red-steps span{background:#eef3f7;border:1px solid #dbe4ec;border-radius:999px;padding:.55rem .8rem}
.home-red-steps i{font-style:normal;color:#ff9d00;font-size:1.1rem}
.home-red-secondary{background:transparent!important;color:#0c325e!important;border:1px solid #0c325e!important;box-shadow:none!important}
.home-red-secondary:hover{background:#0c325e!important;color:#fff!important}
@media(max-width:900px){.home-red-feature{background:linear-gradient(180deg,#ff9d00 0 34%,#fff5e4 34%,#fff 100%)}.home-red-grid{grid-template-columns:1fr}.home-red-brand{min-height:210px}.home-red-copy{padding-top:1rem}.home-red-bolt{right:23%}}
@media(max-width:600px){.home-red-feature{padding:3.5rem 0}.home-red-steps i{display:none}.home-red-steps span{flex:1 1 45%;text-align:center}.home-red-copy .actions{align-items:stretch}.home-red-copy .btn{width:100%;justify-content:center}}

/* v3.7.1 Homepage hero typography — preserve black headline and tagline across every rotating slide */
#homeHero .hero-content h1,
#homeHero .hero-content h1 span,
#homeHero .hero-content #heroCopy,
#homeHero .hero-content #heroCopy strong {
  color: #000 !important;
}
/* Professional Standards online forms v3.7 */
.ps-online-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px}.ps-online-backdrop{position:absolute;inset:0;background:rgba(4,20,38,.72);backdrop-filter:blur(4px)}.ps-online-dialog{position:relative;width:min(860px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.ps-online-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:32px;cursor:pointer}.ps-online-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.ps-online-field{display:flex;flex-direction:column;gap:7px}.ps-online-field.full{grid-column:1/-1}.ps-online-field label{font-weight:800;color:#0c325e}.ps-online-field input,.ps-online-field select,.ps-online-field textarea{width:100%;border:1px solid #cbd4df;border-radius:10px;padding:12px 13px;font:inherit}.ps-online-field small{color:#667485}.ps-check{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px}.ps-check input{width:auto;margin-top:4px}.ps-online-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:26px}.ps-submit-success{text-align:center;padding:35px}.ps-success-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#e8f7ef;color:#18794e;font-size:36px;font-weight:900}.ps-modal-open{overflow:hidden}.ps-form-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.ps-service-form-cta{margin-top:20px;padding:20px;border-left:5px solid #ff9d00;background:#f5f8fb;border-radius:0 14px 14px 0}.ps-service-form-cta .btn{margin-top:8px}@media(max-width:700px){.ps-online-dialog{padding:26px 20px}.ps-online-grid{grid-template-columns:1fr}.ps-online-field.full{grid-column:auto}.ps-online-actions{flex-direction:column-reverse}.ps-online-actions .btn{width:100%}}


/* v3.7.2 definitive homepage hero text and Professional Standards cancel button fixes */
#homeHero #heroEyebrow,
#homeHero #heroTitle,
#homeHero #heroTitle *,
#homeHero #heroCopy,
#homeHero #heroCopy * {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}
.ps-online-actions .btn.secondary {
  background: #ffffff !important;
  color: #0c325e !important;
  border: 2px solid #0c325e !important;
  box-shadow: none !important;
}
.ps-online-actions .btn.secondary:hover,
.ps-online-actions .btn.secondary:focus-visible {
  background: #eef3f8 !important;
  color: #082744 !important;
  border-color: #082744 !important;
}


/* v3.7.3 restore branded homepage hero typography */
#homeHero #heroEyebrow {
  color: #ff9d00 !important;
  -webkit-text-fill-color: #ff9d00 !important;
}
#homeHero #heroTitle {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
#homeHero #heroTitle span,
#homeHero #heroTitle .accent {
  color: #ff9d00 !important;
  -webkit-text-fill-color: #ff9d00 !important;
}
#homeHero #heroCopy {
  color: #dce7f3 !important;
  -webkit-text-fill-color: #dce7f3 !important;
}
#homeHero #heroCopy strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* v3.25.3 Advocacy Current Actions visual refresh */
#current-actions{padding:6rem 0;background:linear-gradient(145deg,#061a2f 0%,#0c325e 100%)}
#current-actions .container{width:min(1240px,92vw)}
#current-actions .center{max-width:820px;margin:0 auto}
#current-actions .center>p{max-width:720px;margin:0 auto;color:#e2eaf2;font-size:1.12rem;line-height:1.75}
#current-actions .advocacy-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;max-width:1120px;margin:3rem auto 0!important;align-items:stretch}
#current-actions .advocacy-action-card{position:relative;display:flex;flex-direction:column;min-height:360px;padding:2.5rem 2.6rem 2.6rem;border:0;border-radius:22px;background:#fff;color:#10263d!important;box-shadow:0 24px 60px rgba(0,0,0,.22);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}
#current-actions .advocacy-action-card::before{content:"";position:absolute;inset:0 auto 0 0;width:8px;background:linear-gradient(180deg,var(--orange),var(--orange2))}
#current-actions .advocacy-action-card:hover{transform:translateY(-6px);box-shadow:0 32px 72px rgba(0,0,0,.28)}
#current-actions .advocacy-action-card .eyebrow{display:inline-flex;align-self:flex-start;padding:.46rem .78rem;border-radius:999px;background:#fff3df;color:#9a5600;font-size:.74rem;letter-spacing:.12em;margin-bottom:1.3rem}
#current-actions .advocacy-action-card h3{font-size:clamp(1.8rem,3vw,2.45rem);line-height:1.08;color:#0c325e;margin:0 0 1.15rem;font-weight:900;letter-spacing:-.025em}
#current-actions .advocacy-action-card p{color:#33475b!important;font-size:1.08rem;font-weight:500;line-height:1.78;margin:0 0 2rem}
#current-actions .advocacy-action-card .btn{margin-top:auto;align-self:flex-start;padding:1rem 1.55rem;border-radius:999px;font-size:.92rem;letter-spacing:.035em;box-shadow:0 12px 26px rgba(255,157,0,.28)}
#current-actions .advocacy-action-card .btn::after{content:"→";font-size:1.15em;transition:transform .2s ease}
#current-actions .advocacy-action-card .btn:hover::after{transform:translateX(4px)}
#current-actions .advocacy-action-card.is-featured{grid-column:1/-1;min-height:390px;padding:3.2rem 3.4rem;max-width:none}
#current-actions .advocacy-action-card.is-featured h3{font-size:clamp(2.35rem,4vw,3.65rem);max-width:900px}
#current-actions .advocacy-action-card.is-featured p{font-size:1.2rem;max-width:900px}
#current-actions .advocacy-empty-state{grid-column:1/-1;max-width:760px;margin:0 auto;padding:2rem 2.4rem;border-radius:18px;background:#fff;color:#33475b;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.18)}
#current-actions .advocacy-empty-state strong{display:block;color:#0c325e;font-size:1.4rem;margin-bottom:.35rem}
@media(max-width:820px){#current-actions{padding:4.5rem 0}#current-actions .advocacy-actions-grid{grid-template-columns:1fr;gap:1.4rem}#current-actions .advocacy-action-card.is-featured{grid-column:auto}#current-actions .advocacy-action-card,#current-actions .advocacy-action-card.is-featured{min-height:0;padding:2rem 1.8rem 2.1rem}#current-actions .advocacy-action-card h3,#current-actions .advocacy-action-card.is-featured h3{font-size:clamp(1.65rem,7vw,2.35rem)}#current-actions .advocacy-action-card p,#current-actions .advocacy-action-card.is-featured p{font-size:1rem;line-height:1.7}}


/* v3.25.4 Advocacy editor-selectable card widths */
#current-actions .advocacy-actions-grid{grid-template-columns:repeat(6,minmax(0,1fr));max-width:1200px}
#current-actions .advocacy-action-card.size-full{grid-column:span 6;min-height:390px;padding:3.2rem 3.4rem}
#current-actions .advocacy-action-card.size-half{grid-column:span 3}
#current-actions .advocacy-action-card.size-third{grid-column:span 2;min-height:380px;padding:2.25rem 2.15rem 2.35rem}
#current-actions .advocacy-action-card.size-full h3{font-size:clamp(2.35rem,4vw,3.65rem);max-width:900px}
#current-actions .advocacy-action-card.size-full p{font-size:1.2rem;max-width:900px}
#current-actions .advocacy-action-card.size-third h3{font-size:clamp(1.55rem,2.35vw,2rem)}
#current-actions .advocacy-action-card.size-third p{font-size:1rem;line-height:1.7}
@media(max-width:980px){#current-actions .advocacy-action-card.size-third{grid-column:span 3}}
@media(max-width:820px){#current-actions .advocacy-actions-grid{grid-template-columns:1fr}#current-actions .advocacy-action-card.size-full,#current-actions .advocacy-action-card.size-half,#current-actions .advocacy-action-card.size-third{grid-column:auto;min-height:0;padding:2rem 1.8rem 2.1rem}#current-actions .advocacy-action-card.size-full h3,#current-actions .advocacy-action-card.size-half h3,#current-actions .advocacy-action-card.size-third h3{font-size:clamp(1.65rem,7vw,2.35rem)}#current-actions .advocacy-action-card.size-full p,#current-actions .advocacy-action-card.size-half p,#current-actions .advocacy-action-card.size-third p{font-size:1rem;line-height:1.7}}

/* v3.25.6 Education bundles, filters and grouped class catalog */
.education-bundles-section{background:linear-gradient(145deg,#071d35,#0c325e);color:#fff}
.education-bundles-section h2{color:#fff;max-width:760px}
.education-section-heading p{max-width:760px;color:#dce7f3;font-size:1.08rem;line-height:1.75}
.education-bundle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin-top:2.5rem}
.education-bundle-card{min-height:300px;border-radius:22px;background:#fff;color:#263b50;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 22px 52px rgba(0,0,0,.2);border-top:7px solid #ff9d00}
.education-bundle-card h3{font-size:1.65rem;line-height:1.12;color:#0c325e;margin:.8rem 0}
.education-bundle-card p{color:#425466;line-height:1.7}
.education-bundle-badge{display:inline-flex;border-radius:999px;background:#fff2dd;color:#9a5600;padding:.45rem .72rem;font-size:.72rem;font-weight:900;letter-spacing:.1em}
.education-bundle-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid #e5ebf0;padding-top:1.1rem;margin-top:1.5rem}
.education-bundle-footer strong{color:#0c325e}
.education-bundle-footer button,.education-bundle-link{border:0;background:transparent;color:#c96e00;font-weight:800;cursor:pointer;padding:0;text-align:left}
.education-catalog-section{background:#f5f7fa}
.education-filter-panel{display:grid;grid-template-columns:2fr repeat(5,minmax(120px,1fr));gap:12px;align-items:end;background:#fff;border:1px solid #e0e7ee;border-radius:18px;padding:18px;margin:2rem 0 1rem;box-shadow:0 12px 30px rgba(12,50,94,.07)}
.education-filter-panel>div{display:flex;flex-direction:column;gap:6px}
.education-filter-panel label{font-size:.75rem;font-weight:800;color:#0c325e;text-transform:uppercase;letter-spacing:.06em}
.education-filter-panel input,.education-filter-panel select{width:100%;border:1px solid #cfd9e3;border-radius:10px;background:#fff;padding:.82rem .9rem;font:inherit;color:#263b50}
.education-clear-filters{grid-column:1/-1;justify-self:end;border:0;background:transparent;color:#0c325e;font-weight:800;cursor:pointer}
.education-results-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem .2rem 1.2rem;color:#425466}
.education-results-bar strong{color:#0c325e}
.education-group-toggle{display:flex;align-items:center;gap:.5rem;font-weight:700}
.education-program-groups{display:grid;gap:2rem}
.education-program-group{background:#fff;border-radius:22px;padding:1.5rem;box-shadow:0 12px 32px rgba(12,50,94,.07)}
.education-group-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:.4rem .4rem 1.2rem}
.education-group-heading h3{font-size:1.75rem;color:#0c325e;margin:.55rem 0 .35rem}
.education-group-heading p{margin:0;color:#5c6b79;max-width:720px;line-height:1.6}
.education-group-heading>strong{white-space:nowrap;color:#0c325e;background:#edf3f8;border-radius:999px;padding:.5rem .8rem}
.education-class-list{display:grid;gap:12px}
.education-class-card{display:grid;grid-template-columns:82px 1fr auto;align-items:center;gap:1.25rem;border:1px solid #dfe7ee;border-radius:16px;padding:1.2rem;background:#fff;transition:.2s ease}
.education-class-card:hover{border-color:#ff9d00;transform:translateY(-2px);box-shadow:0 12px 26px rgba(12,50,94,.08)}
.education-class-date{width:70px;height:74px;border-radius:14px;background:#0c325e;color:#fff;display:grid;place-items:center;align-content:center;line-height:1}
.education-class-date small{font-weight:800;letter-spacing:.1em;color:#ffbd55}
.education-class-date strong{font-size:1.8rem;margin-top:5px}
.education-class-content h3{font-size:1.25rem;color:#0c325e;margin:.45rem 0}
.education-class-description{color:#526477;line-height:1.55;margin:.25rem 0 .65rem}
.education-class-meta,.education-class-details{display:flex;flex-wrap:wrap;gap:.45rem .9rem}
.education-class-meta span{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#7b4b00;background:#fff2dd;padding:.3rem .5rem;border-radius:999px}
.education-class-details span{font-size:.84rem;color:#5d6c7b}
.education-bundle-link{margin-top:.7rem;font-size:.82rem}
.education-register{white-space:nowrap}
.education-empty{background:#fff;border-radius:18px;padding:3rem;text-align:center;color:#536579}
.education-empty strong{display:block;color:#0c325e;font-size:1.3rem}
@media(max-width:1050px){.education-bundle-grid{grid-template-columns:1fr 1fr}.education-filter-panel{grid-template-columns:repeat(3,1fr)}.education-filter-search{grid-column:span 2}}
@media(max-width:760px){.education-bundle-grid{grid-template-columns:1fr}.education-filter-panel{grid-template-columns:1fr}.education-filter-search{grid-column:auto}.education-class-card{grid-template-columns:64px 1fr}.education-class-date{width:58px;height:64px}.education-register{grid-column:1/-1;width:100%;justify-content:center}.education-group-heading{flex-direction:column;gap:.7rem}.education-results-bar{align-items:flex-start;flex-direction:column}.education-program-group{padding:1rem}}

/* Education topic filter buttons — v3.25.7 */
.education-topic-buttons .education-topic-button{
  width:100%;
  appearance:none;
  background:#fff;
  color:var(--navy);
  font:inherit;
  text-align:left;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.education-topic-buttons .education-topic-button strong{font-weight:800}
.education-topic-buttons .education-topic-button span{color:var(--orange);font-size:1.2rem;transition:transform .2s ease}
.education-topic-buttons .education-topic-button:hover,
.education-topic-buttons .education-topic-button:focus-visible{
  border-color:var(--orange);
  box-shadow:0 10px 24px rgba(12,50,94,.10);
  transform:translateY(-2px);
  outline:none;
}
.education-topic-buttons .education-topic-button:hover span,
.education-topic-buttons .education-topic-button:focus-visible span{transform:translateX(4px)}
.education-topic-buttons .education-topic-button.is-active{
  background:var(--navy);
  border-color:var(--navy);
  color:#fff;
  box-shadow:0 12px 28px rgba(12,50,94,.20);
}
.education-topic-buttons .education-topic-button.is-active span{color:var(--orange);transform:translateX(4px)}
.education-catalog-section{scroll-margin-top:100px}


/* v3.26.1 Education event spacing and program details drawer */
.education-event-meta{margin-bottom:.68rem}
.education-event-card .education-class-content h3{margin-top:0}
.education-class-meta{align-items:center}
.education-register{min-width:138px;justify-content:center}
body.education-drawer-open{overflow:hidden}
.education-details-backdrop{position:fixed;inset:0;background:rgba(3,20,38,.54);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:1090}
.education-details-backdrop.is-open{opacity:1;visibility:visible}
.education-details-drawer{position:fixed;z-index:1100;top:0;right:0;width:min(560px,94vw);height:100dvh;background:#fff;box-shadow:-24px 0 60px rgba(3,20,38,.24);transform:translateX(105%);transition:transform .32s cubic-bezier(.2,.8,.2,1);overflow-y:auto;padding:2rem;visibility:hidden}
.education-details-drawer.is-open{transform:translateX(0);visibility:visible}
.education-details-close{position:sticky;top:0;margin-left:auto;z-index:2;width:44px;height:44px;border:1px solid #dce4eb;border-radius:50%;background:#fff;color:#0c325e;font-size:1.8rem;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 18px rgba(12,50,94,.10)}
.education-details-body{padding:.5rem .5rem 2rem}
.education-detail-heading{display:grid;grid-template-columns:78px 1fr;gap:1.1rem;align-items:start;margin:1.1rem 0 1.5rem}
.education-detail-date{width:76px;height:82px;border-radius:16px;background:#0c325e;color:#fff;display:grid;place-items:center;align-content:center;line-height:1}
.education-detail-date small{color:#ffbd55;font-weight:900;letter-spacing:.12em}
.education-detail-date strong{font-size:2rem;margin-top:6px}
.education-detail-type{display:inline-block;color:#a45b00;background:#fff2dd;border-radius:999px;padding:.38rem .62rem;font-size:.7rem;font-weight:900;letter-spacing:.1em;margin-bottom:.75rem}
.education-detail-heading h2{font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.08;color:#0c325e;margin:0}
.education-detail-description{font-size:1.05rem;line-height:1.75;color:#3d5063;margin:0 0 1.7rem}
.education-detail-grid{border-top:1px solid #e1e8ee;border-bottom:1px solid #e1e8ee;padding:.55rem 0;margin-bottom:1.5rem}
.education-detail-row{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:.72rem 0}
.education-detail-row span{color:#68798a;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.education-detail-row strong{color:#203b55;font-size:.95rem}
.education-detail-registration{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:0 0 1.2rem}
.education-detail-registration>div{background:#f3f6f9;border-radius:14px;padding:1rem}
.education-detail-registration span{display:block;color:#697a8b;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem}
.education-detail-registration strong{color:#0c325e;font-size:1.05rem}
.education-detail-register{width:100%;justify-content:center;font-weight:900;padding:1rem 1.25rem}
.education-detail-register[disabled]{opacity:.55;cursor:not-allowed}
.education-source-link{display:block;text-align:center;margin-top:1rem;color:#0c325e;font-weight:700;text-decoration:underline}
@media(max-width:600px){.education-details-drawer{width:100%;padding:1.25rem}.education-detail-heading{grid-template-columns:64px 1fr}.education-detail-date{width:62px;height:70px}.education-detail-registration{grid-template-columns:1fr}.education-detail-row{grid-template-columns:95px 1fr}}


/* v3.26.2 Education calendar jump and event color distinction */
#educationViewCalendar{cursor:pointer}
.education-event-card{
  border-color:#b9d9ea;
  background:linear-gradient(90deg,#f2f9fd 0%,#fff 38%);
  box-shadow:inset 5px 0 0 #2b9ac3;
}
.education-event-card:hover{
  border-color:#2b9ac3;
  box-shadow:inset 5px 0 0 #2b9ac3,0 12px 26px rgba(12,50,94,.10);
}
.education-event-card .education-class-date{background:#167da5}
.education-event-card .education-class-date small{color:#d9f4ff}
.education-event-card .education-class-meta span{
  color:#075f80;
  background:#dff3fb;
}
.education-event-card .education-register{background:#167da5}
.education-event-card .education-register:hover{background:#0e688b}
.education-detail-type.is-event{color:#075f80;background:#dff3fb}
.education-details-body:has(.education-detail-type.is-event) .education-detail-date{background:#167da5}
@media(max-width:760px){.education-event-card{background:linear-gradient(180deg,#f2f9fd 0%,#fff 48%);box-shadow:inset 5px 0 0 #2b9ac3}}

/* v3.26.3 Featured events section on Education page */
.education-featured-events-section{background:#fff;padding-top:5.5rem;padding-bottom:5.5rem}
.education-featured-events-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.2rem}
.education-featured-events-heading>div{max-width:760px}
.education-featured-events-heading h2{margin:.35rem 0 .7rem}
.education-featured-events-heading p{margin:0;color:#526477;font-size:1.05rem;line-height:1.7}
.education-featured-events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}
.education-featured-event-card{position:relative;display:flex;flex-direction:column;min-height:390px;border:1px solid #b9d9ea;border-radius:22px;padding:1.55rem;background:linear-gradient(155deg,#eef8fc 0%,#fff 56%);box-shadow:inset 0 6px 0 #2b9ac3,0 16px 38px rgba(12,50,94,.09);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.education-featured-event-card:hover{transform:translateY(-5px);border-color:#2b9ac3;box-shadow:inset 0 6px 0 #2b9ac3,0 24px 46px rgba(12,50,94,.14)}
.education-featured-event-date{width:72px;height:76px;border-radius:15px;background:#167da5;color:#fff;display:grid;place-items:center;align-content:center;line-height:1;margin-bottom:1.25rem}
.education-featured-event-date small{font-size:.72rem;font-weight:900;letter-spacing:.12em;color:#d9f4ff}
.education-featured-event-date strong{font-size:1.85rem;margin-top:5px}
.education-featured-event-content{display:flex;flex-direction:column;flex:1}
.education-featured-event-tag{align-self:flex-start;display:inline-flex;margin-bottom:.9rem;padding:.38rem .62rem;border-radius:999px;background:#dff3fb;color:#075f80;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.education-featured-event-content h3{margin:0 0 .75rem;color:#0c325e;font-size:1.45rem;line-height:1.18}
.education-featured-event-content p{margin:0 0 1.1rem;color:#3f5569;line-height:1.65}
.education-featured-event-details{display:flex;flex-wrap:wrap;gap:.45rem 1rem;margin-top:auto;padding-top:.4rem;color:#526477;font-size:.85rem;font-weight:700}
.education-featured-event-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin-top:1.4rem;padding:1rem 0 0;border:0;border-top:1px solid #cfe4ee;background:transparent;color:#0e688b;font:inherit;font-weight:900;text-align:left;cursor:pointer}
.education-featured-event-link span{font-size:1.2rem;transition:transform .2s ease}
.education-featured-event-link:hover span,.education-featured-event-link:focus-visible span{transform:translateX(5px)}
.education-featured-event-link:focus-visible{outline:2px solid #167da5;outline-offset:5px}
.education-featured-events-grid>.education-empty{grid-column:1/-1}
@media(max-width:980px){.education-featured-events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.education-featured-event-card:last-child:nth-child(odd){grid-column:1/-1}}
@media(max-width:700px){.education-featured-events-section{padding-top:4rem;padding-bottom:4rem}.education-featured-events-heading{align-items:flex-start;flex-direction:column}.education-featured-events-heading .btn{width:100%;justify-content:center}.education-featured-events-grid{grid-template-columns:1fr}.education-featured-event-card:last-child:nth-child(odd){grid-column:auto}.education-featured-event-card{min-height:0}}


/* v3.26.4 compact education filters and responsive hero system */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.education-filter-shell{position:sticky;top:88px;z-index:24;margin:2rem 0 1rem;background:rgba(255,255,255,.97);border:1px solid #dfe7ef;border-radius:18px;box-shadow:0 12px 32px rgba(12,50,94,.09);backdrop-filter:blur(12px)}
.education-filter-toolbar{display:grid;grid-template-columns:minmax(260px,2fr) minmax(150px,.8fr) minmax(170px,1fr) auto;gap:10px;align-items:center;padding:12px}
.education-filter-toolbar input,.education-filter-toolbar select{width:100%;min-height:46px;border:1px solid #cfd9e3;border-radius:11px;background:#fff;padding:.72rem .85rem;font:inherit;color:#263b50}
.education-more-filters{min-height:46px;border:0;border-radius:11px;background:#0c325e;color:#fff;padding:.72rem 1rem;font-weight:900;letter-spacing:.04em;white-space:nowrap;cursor:pointer}
.education-more-filters span{display:inline-grid;place-items:center;min-width:23px;height:23px;margin-left:.35rem;border-radius:999px;background:#ff9d00;color:#0c325e;font-size:.72rem}
.education-filter-advanced{margin:0;border:0;border-top:1px solid #e2e8ef;border-radius:0 0 18px 18px;box-shadow:none;padding:14px;grid-template-columns:repeat(4,minmax(140px,1fr)) auto}
.education-filter-advanced[hidden]{display:none!important}
.education-active-filters{display:flex;flex-wrap:wrap;gap:7px;padding:0 12px;max-height:0;overflow:hidden;transition:.2s ease}
.education-active-filters:not(:empty){max-height:110px;padding-bottom:12px}
.education-filter-chip{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #cbd8e5;border-radius:999px;background:#eef5fb;color:#0c325e;padding:.4rem .7rem;font-size:.78rem;font-weight:800;cursor:pointer}
.education-filter-chip span{font-size:1rem;line-height:1}

/* Prevent page heroes from clipping long titles on smaller screens. */
.subhero,.ps-hero{height:auto!important;min-height:0!important;overflow:visible}
.subhero .container,.ps-hero-grid{min-width:0}
.subhero h1,.ps-hero h1{max-width:100%;overflow-wrap:anywhere;word-break:normal}
@media(max-width:900px){
 .education-filter-shell{top:78px}
 .education-filter-toolbar{grid-template-columns:1fr 1fr 1fr auto}
 .subhero{padding:5.2rem 0 3.7rem}
 .subhero h1{font-size:clamp(2.5rem,9vw,4.4rem);line-height:.94}
 .ps-hero{padding:5rem 0 3.5rem}
 .ps-hero-grid{gap:2.25rem}
 .ps-hero h1{font-size:clamp(2.9rem,10vw,5rem);line-height:.9}
}
@media(max-width:700px){
 .education-filter-shell{position:relative;top:auto}
 .education-filter-toolbar{grid-template-columns:1fr 1fr}
 .education-filter-search{grid-column:1/-1}
 .education-more-filters{grid-column:1/-1}
 .education-filter-advanced{grid-template-columns:1fr 1fr}
 .education-filter-advanced .education-clear-filters{grid-column:1/-1}
 .subhero{padding:4.5rem 0 3rem}
 .subhero h1{font-size:clamp(2.35rem,12vw,3.5rem);line-height:.96;letter-spacing:-.035em}
 .subhero p{font-size:1rem}
 .ps-hero{padding:4.35rem 0 3rem;overflow:hidden}
 .ps-hero h1{font-size:clamp(2.55rem,13vw,3.75rem);line-height:.91;letter-spacing:-.045em;margin:.7rem 0 1.15rem}
 .ps-lead{font-size:1.08rem}
 .ps-hero-panel{padding:1.5rem;border-radius:18px}
}
@media(max-width:430px){
 .education-filter-toolbar,.education-filter-advanced{grid-template-columns:1fr}
 .education-filter-search,.education-more-filters,.education-filter-advanced .education-clear-filters{grid-column:auto}
 .subhero h1{font-size:2.45rem}
 .ps-hero h1{font-size:2.7rem}
 .ps-hero .actions .btn{width:100%;justify-content:center}
}

/* v3.26.5 mobile hero heading wrap correction */
.subhero h1,
.ps-hero h1,
.ps-detail-hero h1,
.article-hero h1,
.affiliate-hero h1,
.leadership-hero h1,
.cities-hero h1,
.city-detail-hero h1{
  overflow-wrap:normal!important;
  word-break:keep-all!important;
  hyphens:none!important;
}

@media(max-width:700px){
  .subhero h1,
  .ps-detail-hero h1,
  .article-hero h1,
  .affiliate-hero h1,
  .leadership-hero h1{
    font-size:clamp(2rem,9.5vw,2.85rem)!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
  }

  .ps-hero h1{
    font-size:clamp(2.05rem,10vw,3rem)!important;
    line-height:.98!important;
    letter-spacing:-.035em!important;
  }

  .subhero h1 br,
  .ps-hero h1 br{
    display:none;
  }

  .subhero .container,
  .ps-hero-grid>div,
  .ps-detail-hero .container,
  .article-hero .container{
    width:100%;
    min-width:0;
  }
}

@media(max-width:430px){
  .subhero h1,
  .ps-detail-hero h1,
  .article-hero h1,
  .affiliate-hero h1,
  .leadership-hero h1{
    font-size:clamp(1.85rem,9vw,2.35rem)!important;
  }

  .ps-hero h1{
    font-size:clamp(1.9rem,9.2vw,2.45rem)!important;
  }
}

/* v3.26.6 mobile hero horizontal spacing correction */
@media(max-width:700px){
  .subhero .container,
  .ps-detail-hero .container,
  .article-hero .container,
  .leadership-hero .container,
  .affiliate-hero .container{
    width:min(1180px,calc(100% - 2rem))!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .ps-hero-grid{
    width:min(1180px,calc(100% - 2rem))!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

@media(max-width:430px){
  .subhero .container,
  .ps-detail-hero .container,
  .article-hero .container,
  .leadership-hero .container,
  .affiliate-hero .container,
  .ps-hero-grid{
    width:calc(100% - 1.5rem)!important;
  }
}


/* v3.26.7 — RAF advocacy feature */
.raf-feature{position:relative;padding:clamp(4.5rem,8vw,7.5rem) 0;background:linear-gradient(135deg,#071f3a 0%,#0c325e 58%,#164d83 100%);color:#fff;overflow:hidden}
.raf-feature::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(255,157,0,.14);right:-170px;top:-260px}
.raf-feature::after{content:"";position:absolute;inset:auto 0 0;height:8px;background:linear-gradient(90deg,#ff9d00,#ffc05a)}
.raf-feature-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:clamp(2.5rem,6vw,6rem);align-items:center}
.raf-feature .eyebrow{color:#ffc36b}
.raf-feature h2{color:#fff;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.98;letter-spacing:-.045em;margin:.6rem 0 1.5rem;max-width:850px}
.raf-lead{font-size:clamp(1.08rem,1.7vw,1.3rem);line-height:1.72;color:#dce8f4;max-width:800px}
.raf-impact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:2rem 0}
.raf-impact-grid>div{padding:1.3rem 1.4rem;border:1px solid rgba(255,255,255,.17);border-radius:16px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.raf-impact-grid strong{display:block;color:#ffb13b;font-size:1.65rem;font-family:Montserrat,sans-serif;margin-bottom:.35rem}
.raf-impact-grid span{display:block;color:#e7eef6;line-height:1.55;font-size:.94rem}
.raf-actions{display:flex;align-items:center;gap:1.3rem;flex-wrap:wrap;margin-top:2rem}
.raf-primary{background:#ff9d00!important;color:#10263d!important;font-weight:900;padding:1.08rem 1.8rem!important;border-radius:999px!important;box-shadow:0 16px 34px rgba(255,157,0,.28)}
.raf-learn{color:#fff;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:.2rem}
.raf-disclaimer{font-size:.76rem!important;color:#aebfd0!important;margin-top:1.3rem!important;max-width:720px}
.raf-levels{display:grid;gap:.8rem;padding:1.25rem;border-radius:24px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.28)}
.raf-level-heading{padding:1rem 1rem .7rem;color:#0c325e}
.raf-level-heading span{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;font-weight:900;color:#b56800;margin-bottom:.25rem}
.raf-level-heading strong{font-size:1.55rem}
.raf-levels>a{position:relative;display:grid;grid-template-columns:1fr auto;gap:.2rem 1rem;padding:1.15rem 1.15rem;border:1px solid #dce5ee;border-radius:15px;text-decoration:none;color:#17324d;transition:.2s ease;background:#fff}
.raf-levels>a:hover{transform:translateX(-5px);border-color:#ff9d00;box-shadow:0 12px 28px rgba(12,50,94,.12)}
.raf-levels>a span{font-weight:850;font-size:.92rem}
.raf-levels>a strong{grid-row:1/3;grid-column:2;font-family:Montserrat,sans-serif;font-size:1.65rem;color:#0c325e;align-self:center}
.raf-levels>a small{color:#5c6d7c;line-height:1.35}
.raf-levels>a.recommended{border:2px solid #ff9d00;background:#fff8eb;padding-top:1.45rem}
.raf-levels>a em{position:absolute;right:12px;top:-11px;background:#ff9d00;color:#10263d;border-radius:999px;padding:.28rem .58rem;font-size:.65rem;font-weight:900;font-style:normal;text-transform:uppercase;letter-spacing:.08em}
@media(max-width:900px){.raf-feature-inner{grid-template-columns:1fr}.raf-levels{max-width:680px;width:100%}}
@media(max-width:620px){.raf-feature{padding:4rem 0}.raf-feature-inner{gap:2.5rem}.raf-feature h2{font-size:clamp(2.05rem,10vw,3rem);line-height:1.02}.raf-impact-grid{grid-template-columns:1fr}.raf-actions{align-items:flex-start;flex-direction:column}.raf-primary{width:100%;text-align:center}.raf-levels{padding:.8rem;border-radius:18px}.raf-levels>a{padding:1rem}.raf-levels>a strong{font-size:1.4rem}}


/* v3.26.8 — Professional Standards hero feature message */
.ps-hero-panel .ps-hero-panel-message{color:#ff9d00;font-weight:600}

/* v3.27.3 Optional homepage feature sections */
.home-custom-features{display:block}.home-custom-feature{padding:72px 0;background:#fff}.home-custom-feature:nth-child(even){background:#f4f7fa}.home-custom-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.home-custom-feature.image-left .home-custom-feature-media{order:-1}.home-custom-feature.full-width .home-custom-feature-grid{grid-template-columns:1fr;text-align:center;max-width:900px}.home-custom-feature-media img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:22px;box-shadow:0 18px 40px rgba(18,58,112,.15)}.home-custom-feature-tagline{font-size:1.25rem;font-weight:800;color:#123a70}.home-custom-feature .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}@media(max-width:760px){.home-custom-feature{padding:48px 0}.home-custom-feature-grid{grid-template-columns:1fr;gap:28px}.home-custom-feature-media{order:-1!important}}
