/* CWCC theme: Navy and Gold
   The house palette. Deep navy, gold, crimson.
   Generated by toolchain/themes.py. Every value below is
   derived from five seed colours and checked for contrast;
   a theme that fails a check is never written.
   Do not edit this file. Choose a theme in the control panel.
*/
:root{
  --afc:#C31344;
  --afc-hover:#A21039;
  --blue:#01358B;
  --blue-deep:#012663;
  --blue-ink:#011B47;
  --cnst-accent:#011B47;
  --cnst-accent-hi:#012663;
  --cnst-bg:#FFFFFF;
  --cnst-fg:#011B47;
  --cnst-line:#C2CCDE;
  --cnst-mut:#625151;
  --cnst-on:#033485;
  --cnst-ring:#FCC600;
  --cnst-ring-hi:#FFD026;
  --cream:#FAF8F3;
  --cream-2:#F3EFE3;
  --cream-3:#FFFFFF;
  --fig-blue:#01358B;
  --fig-deep:#012663;
  --fig-gold:#FCC600;
  --fig-goldink:#033485;
  --fig-ink:#222222;
  --fig-line:#DCE2EC;
  --fig-mute:#625151;
  --fig-onblue:#AABFE2;
  --fig-paper:#FFFFFF;
  --fig-plate:#F5F7FA;
  --g-health:#0659E5;
  --g-health-ink:#0548B9;
  --g-life:#033485;
  --g-life-ink:#033485;
  --g-living:#054EC8;
  --g-living-ink:#0548B9;
  --g-strategy:#032866;
  --g-strategy-ink:#032866;
  --g-visitors:#0442A9;
  --g-visitors-ink:#0442A9;
  --g-wealth:#1167F9;
  --g-wealth-ink:#0548B9;
  --gold:#FCC600;
  --gold-deep:#04368C;
  --gold-lift:#FFD026;
  --grey:#FFFFFF;
  --grey-2:#DCE2EC;
  --grey-3:#C2CCDE;
  --hero-floor:#01102B;
  --hero-glow:rgba(252,198,0,.13);
  --hero-lift:rgba(1,53,139,.38);
  --hero-mid:#011B47;
  --hero-top:#012663;
  --ink:#222222;
  --ink-2:#625151;
  --on-accent:#011B47;
  --on-dark:#CFDBEE;
  --on-dark-2:#AABFE2;
  --on-dark-3:#85A2D5;
  --on-dark-4:#688DCB;
  --paper:#F5F7FA;
  --shadow-1:0 2px 4px rgba(1,27,71,.06),0 8px 24px rgba(1,27,71,.10);
  --shadow-2:0 6px 14px rgba(1,27,71,.10),0 22px 48px rgba(1,27,71,.18);
  --white:#FFFFFF;
}

/* The type on the accent, which is a fill. */
.btn,.mnav .go,.mnav .cta,.orderban__b{color:var(--on-accent)}
.btn:hover,.btn:focus-visible{color:var(--on-accent)}
