
      
    


      
     


      {} *{} /*endBaseStyles*/
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 :root { --navy: #0A2240; --navy-light: #0D2D55; --gold: #C8973A; --light: #F4F6F9; --mid: #D9DFE8; --dark: #1A1A2E; --sub: #5A6880; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; color: var(--dark); line-height: 1.7; background: #FFFFFF; } .post-header { background: var(--navy); padding: 3rem 1.5rem 2.5rem; text-align: center; } .eyebrow { color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; } .post-header h1 { color: #FFFFFF; font-size: clamp(28px, 4vw, 40px); font-weight: 700; line-height: 1.25; max-width: 760px; margin: 0 auto 1rem; } .post-meta { color: var(--mid); font-size: 14px; } .post-meta span { margin: 0 8px; } .post-body { max-width: 700px; margin: 0 auto; padding: 3rem 1.5rem; } .post-body p { font-size: 18px; margin-bottom: 1.4rem; color: var(--dark); } .post-body a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 2px; font-weight: 600; } .post-body a:hover { color: var(--gold); } .callout a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 2px; font-weight: 600; } .post-body h2 { font-size: 24px; color: var(--navy); margin: 2.2rem 0 0.9rem; font-weight: 700; } .post-body h3 { font-size: 19px; color: var(--navy); margin: 1.6rem 0 0.6rem; font-weight: 700; } .lead { font-size: 20px; color: var(--navy); font-weight: 500; border-left: 3px solid var(--gold); padding-left: 1.2rem; margin-bottom: 2rem; } .post-body ul, .post-body ol { margin: 1rem 0 1.4rem 1.4rem; } .post-body li { font-size: 17px; margin-bottom: 0.6rem; color: var(--dark); } .callout { background: var(--light); border-left: 3px solid var(--gold); padding: 1.2rem 1.5rem; margin: 1.8rem 0; border-radius: 4px; } .callout p { margin-bottom: 0; font-size: 16px; color: var(--sub); } .cta-box { background: var(--navy); border-radius: 8px; padding: 2rem 1.8rem; text-align: center; margin-top: 2.5rem; } .cta-box p { color: #FFFFFF; font-size: 18px; margin-bottom: 1.2rem; font-weight: 500; } .cta-button { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 700; padding: 0.85rem 2rem; border-radius: 4px; text-decoration: none; font-size: 16px; } .tagline-footer { text-align: center; padding: 2rem 1.5rem 3rem; color: var(--sub); font-size: 14px; font-weight: 500; } @media (max-width: 600px) { .post-body p, .post-body li { font-size: 16px; } .lead { font-size: 18px; } } 

