/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 15:59:24 */
/* ============================================================
   FOOTER — CSF/SIC PAGE VERSION
   The main footer rules use body:not(.category-csf):not(.category-sic)
   which excludes program pages. This block mirrors the main footer
   styling but scoped explicitly TO those pages. Color values are
   inlined since the --rk-* CSS variables also live behind the
   exclusion. Form-related styling on CSF/SIC pages is untouched —
   this is footer-only.
   ============================================================ */

body.category-csf .rk-footer,
body.category-sic .rk-footer {
  position: relative;
  background: #06080C;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4rem;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
}

body.category-csf .rk-footer::before,
body.category-sic .rk-footer::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(63, 165, 221, 0.12) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}

body.category-csf .rk-footer::after,
body.category-sic .rk-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(63, 165, 221, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 165, 221, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center top, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center top, black 0%, transparent 70%);
}

body.category-csf .rk-footer__inner,
body.category-sic .rk-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- Stats banner ---- */
body.category-csf .rk-footer__stats,
body.category-sic .rk-footer__stats {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 3vw, 2rem);
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(135deg, rgba(63, 165, 221, 0.06) 0%, transparent 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  text-align: center;
  position: relative;
}

body.category-csf .rk-footer__stats::before,
body.category-sic .rk-footer__stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #3FA5DD, transparent);
}

body.category-csf .rk-footer__stat,
body.category-sic .rk-footer__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}

body.category-csf .rk-footer__stat-value,
body.category-sic .rk-footer__stat-value {
  font-family: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #ffffff;
  font-variation-settings: "opsz" 96, "wdth" 90;
}

body.category-csf .rk-footer__stat-value sup,
body.category-sic .rk-footer__stat-value sup {
  font-size: 0.45em;
  color: #3FA5DD;
  margin-left: 0.05em;
  vertical-align: super;
  top: -0.5em;
  position: relative;
  font-weight: 700;
}

body.category-csf .rk-footer__stat-unit,
body.category-sic .rk-footer__stat-unit {
  font-size: 0.6em;
  color: #3FA5DD;
  margin-left: 0.05em;
  font-weight: 700;
}

body.category-csf .rk-footer__stat-label,
body.category-sic .rk-footer__stat-label {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

body.category-csf .rk-footer__stat-divider,
body.category-sic .rk-footer__stat-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

@media (max-width: 720px) {
  body.category-csf .rk-footer__stats,
  body.category-sic .rk-footer__stats {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  body.category-csf .rk-footer__stat-divider,
  body.category-sic .rk-footer__stat-divider {
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    justify-self: center;
  }
}

/* ---- Main: brand + nav columns ---- */
body.category-csf .rk-footer__main,
body.category-sic .rk-footer__main {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: clamp(2rem, 5vw, 4rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 860px) {
  body.category-csf .rk-footer__main,
  body.category-sic .rk-footer__main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

body.category-csf .rk-footer__logo,
body.category-sic .rk-footer__logo {
  display: inline-block;
  margin-bottom: 1.25rem;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

body.category-csf .rk-footer__logo:hover,
body.category-sic .rk-footer__logo:hover {
  opacity: 0.85;
}

body.category-csf .rk-footer__logo img,
body.category-sic .rk-footer__logo img {
  height: 56px;
  width: auto;
  display: block;
  background: transparent;
}

body.category-csf .rk-footer__tagline,
body.category-sic .rk-footer__tagline {
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 0.75em;
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}

body.category-csf .rk-footer__tagline strong,
body.category-sic .rk-footer__tagline strong {
  background: linear-gradient(135deg, #5AB8EC 0%, #3FA5DD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
  font-style: italic;
}

body.category-csf .rk-footer__blurb,
body.category-sic .rk-footer__blurb {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  max-width: 36ch;
  margin: 0;
}

/* Nav columns */
body.category-csf .rk-footer__nav,
body.category-sic .rk-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

@media (max-width: 540px) {
  body.category-csf .rk-footer__nav,
  body.category-sic .rk-footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}

body.category-csf .rk-footer__col-title,
body.category-sic .rk-footer__col-title {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5AB8EC;
  margin: 0 0 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

body.category-csf .rk-footer__col-title::after,
body.category-sic .rk-footer__col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 1px;
  background: #3FA5DD;
}

body.category-csf .rk-footer__col ul,
body.category-sic .rk-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

body.category-csf .rk-footer__col li,
body.category-sic .rk-footer__col li {
  margin: 0;
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.75);
}

body.category-csf .rk-footer__col a,
body.category-sic .rk-footer__col a {
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none !important;
  transition: color 220ms cubic-bezier(0.4, 0, 0.2, 1), padding-left 220ms cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  position: relative;
}

body.category-csf .rk-footer__col a:hover,
body.category-sic .rk-footer__col a:hover {
  color: #5AB8EC !important;
  padding-left: 0.5em;
}

body.category-csf .rk-footer__col a::before,
body.category-sic .rk-footer__col a::before {
  content: "→";
  position: absolute;
  left: -0.5em;
  opacity: 0;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1), left 220ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #3FA5DD;
}

body.category-csf .rk-footer__col a:hover::before,
body.category-sic .rk-footer__col a:hover::before {
  opacity: 1;
  left: -0.85em;
}

body.category-csf .rk-footer__address,
body.category-sic .rk-footer__address {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  margin-top: 0.4rem;
}

/* ---- Legal strip ---- */
body.category-csf .rk-footer__legal,
body.category-sic .rk-footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.45);
}

body.category-csf .rk-footer__legal-left,
body.category-csf .rk-footer__legal-right,
body.category-sic .rk-footer__legal-left,
body.category-sic .rk-footer__legal-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

body.category-csf .rk-footer__legal-tag,
body.category-sic .rk-footer__legal-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3em 0.7em;
  background: rgba(63, 165, 221, 0.08);
  border: 1px solid rgba(63, 165, 221, 0.2);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

body.category-csf .rk-footer__legal-sep,
body.category-sic .rk-footer__legal-sep {
  color: rgba(255, 255, 255, 0.25);
}

body.category-csf .rk-footer__legal a,
body.category-sic .rk-footer__legal a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(63, 165, 221, 0.3);
  transition: color 220ms cubic-bezier(0.4, 0, 0.2, 1), border-color 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

body.category-csf .rk-footer__legal a:hover,
body.category-sic .rk-footer__legal a:hover {
  color: #5AB8EC !important;
  border-bottom-color: #5AB8EC;
}

@media (max-width: 640px) {
  body.category-csf .rk-footer__legal,
  body.category-sic .rk-footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  body.category-csf .rk-footer,
  body.category-sic .rk-footer {
    padding: 2.5rem 1.25rem 1.5rem;
  }

  body.category-csf .rk-footer__stats,
  body.category-sic .rk-footer__stats {
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
  }

  body.category-csf .rk-footer__stat-value,
  body.category-sic .rk-footer__stat-value {
    font-size: 2rem;
  }
}

/* ============================================================
   FOOTER — full-width dark on CSF/SIC (final)
   The .rk-footer is nested inside .copyright-bar (a copy-paste
   quirk from the footer block placement). Don't hide that
   wrapper or the footer disappears with it.
   ============================================================ */

/* Dark background on every footer wrapper */
body.category-csf .site-footer,
body.category-csf footer.site-info,
body.category-sic .site-footer,
body.category-sic footer.site-info {
  background: #06080C !important;
  border-top: none !important;
}

/* The .grid-container wrapper is what constrains width. Kill the
   constraint AND make it dark so the footer extends edge-to-edge. */
body.category-csf footer.site-info .inside-site-info,
body.category-csf footer.site-info .inside-site-info.grid-container,
body.category-sic footer.site-info .inside-site-info,
body.category-sic footer.site-info .inside-site-info.grid-container {
  background: #06080C !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* .copyright-bar contains our .rk-footer — do NOT hide it.
   Just neutralize its theme-default padding/background. */
body.category-csf footer.site-info .copyright-bar,
body.category-sic footer.site-info .copyright-bar {
  background: #06080C !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  display: block !important;
}

/* Belt-and-suspenders: outer GP wrapper */
body.category-csf #colophon,
body.category-sic #colophon {
  background: #06080C !important;
}

/* Make .rk-footer fill its container */
body.category-csf .rk-footer,
body.category-sic .rk-footer {
  width: 100% !important;
  max-width: 100% !important;
}