


.ng-star-inserted .fbh {position: relative;}

.headerdesktopmode {display:block;}
.headerresponsivemode {display:none;}

/* icons */
    .fbh-ic{display:block;flex:0 0 auto;}

    /* ---- Placeholder logo (always on navy → light) ---- */
    .fbh-logo {
      width:250px; 
      height:59px; 
      padding: 15px 0;
      grid-area: logo;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      
    }
.fbh-logo img {aspect-ratio: inherit;}

    /* ---- Buttons ---- */
    .btn-account {
    display: none;
    grid-area: account;
    background: #FFE126;
    color: #082853;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    padding: 8px 18px;
    cursor: pointer;
    font-family: inherit;
    border-radius: 45px;
    line-height: 150%;
    text-decoration: none;
    text-align: center;
    transition: background .4s ease, transform .4s ease;
}
    .btn-account:hover, .btn-account:focus {background: #289bf4;
    text-decoration: none;
    color: #082853;}

    .btn-signin {
    grid-area: signin;
    background: transparent;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 7px 20px;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    text-align: center;  
    transition: background .4s ease, transform .4s ease;
    filter: opacity(1);
}
    .btn-signin:hover, .btn-signin:focus {background: #289bf4;
    text-decoration: none;
    color: #082853; border-color: #289bf4;}

    /* ---- Search pill (placeholder only) ---- */
    .fbh-search {
    grid-area: search;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #EDEDED;
    border-radius: 999px;
    padding: 7px 15px;
    width: 230px;
}
    .fbh-search .fbh-ic{color: #666;}

    .fbh-search input {
    border: 0;
    background: transparent;
    outline: none;
    font-size: 12px;
    color: #666;
    width: 100%;
    font-family: 'Poppins';
}
    .fbh-search input::placeholder{color:#666;}

    /* ---- Link lists (single source, styled per layout) ---- */
    .fbh-primary{grid-area:primary; display:flex; gap:38px; justify-content:flex-start; list-style: none; padding: 0;
    margin: 0;}

    .fbh-primary a {color:#fff; font-weight:400; font-size:16px; line-height: 150%; transition: .4s ease, transform .4s ease; text-decoration: none; filter: opacity(1);}

    .fbh-primary a:hover {color: #FFE126; text-decoration: none;}

    .fbh-utility {grid-area:util; display:flex; gap:34px; list-style: none;
    margin: 0;
    padding: 0;}

    .fbh-utility a {color: #082853;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    font-style: normal; filter: opacity(1);}

    .fbh-utility a:hover {color: #0B6DBB;}

    /* ---- Burger / close ---- */
    .fbh-burger{
      grid-area:burger;display:none;
      flex-direction:column;justify-content:center;gap:5px;
      width:30px;height:30px;background:transparent;border:0;cursor:pointer;padding:0;
    }
    .fbh-burger span{display:block;height:2px;width:26px;background:#fff;border-radius:2px;}
    .fbh-close{display:none;background:transparent;border:0;color:#fff;cursor:pointer;padding:6px;}

    /* =====================================================
       DESKTOP LAYOUT (single grid; panel flattened via display:contents)
       ===================================================== */
    .fbh {z-index: 99; width:100%; padding: 15px 0; position:fixed; top: 0; background:#fff;   }

    .fbh::after { /* full-bleed navy band behind row 2 */
      z-index:0;
      height: 102px;
      content:'';
      left:0;
      right:0;
      top: 0;
      position:absolute;
      background: #082853;
    }
    .fbh-inner{
      position:relative;
      z-index:1;
      max-width:1440px;
      margin:0 auto;
      padding:0 60px;
      display:grid;
      align-items:center;
      column-gap:16px;
      /* grid-template-columns:auto 1fr auto auto; */
      grid-template-columns:auto auto auto auto;
      grid-template-rows: 0 72px;
      grid-template-areas: "util util search search search" "logo member primary account signin";
    }
    .member { width: 120px; grid-area: member; display: flex; align-items: center; justify-content: flex-start; margin-left: -80px; }
    .fbh-panel{display:contents;} /* children become grid items on desktop */

    /* =====================================================
       MOBILE LAYOUT ≤1024px (panel becomes slide-in overlay)
       ===================================================== */

@media (min-width:1200px) and (max-width:1280px) {
  .fbh-primary a {font-size: 14px;}
}

@media (min-width:1025px) and (max-width:1199px) {
  .fbh-inner {padding: 0 30px;}
 .fbh-primary {gap: 18px;}
.fbh-primary a {font-size: 14px;}
}

 @media (max-width:1345px) {
   
   .member { margin-left: -60px; }
   
   .fbh-inner {
     padding: 0 30px;
   }
   .fbh-primary {
     gap: 20px;
   }
   
}
 @media (max-width:1279px) {
   .fbh-logo {
    width: 200px;
   }
   .member {
     width: 120px;
   }
}

@media (max-width:1200px) {
   
   .member {
     width: 100px;
   }
       
}
    @media (max-width:1024px) {
      
      .fbh { top:0; padding: 0; }
      .member {
        margin-left: -20px;
      }
      .headerdesktopmode {display:none;}
.headerresponsivemode {display:block;}
      
      .fbh::after{display:none;}
      .fbh-inner {display:flex; align-items:center; gap:20px; background:#082853; max-width:none; padding:25px 20px;}
      .fbh-logo{/* margin-right:auto; */ width:170px; height:40px; font-size:13px;}
      .btn-signin{padding:9px 20px;font-size:13px; margin-left: auto;}
      .fbh-burger{display:flex;}

      /* the shared panel is now the overlay */
      .fbh-panel{
        position:fixed;inset:0; z-index:1000; background: #082853;
        display:flex;
        flex-direction:column;
        overflow-y:auto;
        transform:translateX(100%);
        visibility:hidden;
        transition:transform .32s cubic-bezier(.4,0,.2,1), visibility 0s linear .32s;
      }
      .fbh-panel.is-open{
        transform:translateX(0);visibility:visible;
        transition:transform .32s cubic-bezier(.4,0,.2,1), visibility 0s;
      }

      .fbh-close{display:block; position:absolute; top:10px; right:10px; z-index:2;}

      .fbh-search {
    order: 1;
    width: calc(100% - 84px);
    margin: 22px 20px 0;
    background: #fff;
    padding: 10px 20px;
    justify-self: auto;
}
      

      .fbh-primary {
    order: 2;
    flex-direction: column;
    gap: 30px;
    padding: 60px 20px 60px 20px;
}


      

      .btn-account {order:3; margin:auto 20px 30px; width:auto; text-align: center;}

      .fbh-utility {
    order: 4;
    flex-direction: column;
    gap: 0;
    background: #fff;
    padding: 15px 22px 15px;
        display: none;
}

      .fbh-utility a {padding:10px 0; display: inline-block;}
      .fbh-utility a:last-child {border-bottom:0;}
    }

    @media (max-width:500px) {
      
      .fbh-logo {
        width: 170px;
      }
      .member {
        width: 80px;
      }
      
      .fbh-inner {
        gap: 10px;
      }
      
     }
      @media (max-width: 420px) {
        .fbh-logo {
            width: 170px;
        }
        .member {
            width: 80px;
            margin-left: -10px;
        }
        .btn-signin {
            margin-left: auto;
            padding: 5px 12px;
            font-size: 13px;
        }
     }
    body.fb-noscroll{overflow:hidden;}
    a:focus-visible,button:focus-visible,input:focus-visible{
      outline:2px solid #FFE126; outline-offset:2px;border-radius:4px;
    }
    @media (prefers-reduced-motion:reduce){ .fbh-panel{transition:none !important;} }




.page-spacer { flex: 1 1 auto; }

    /* ============ FOOTER ============ */
    .site-footer {
     
    background: #082853;
    color: #fff;
    padding: 45px 0 45px 0px;
}
    
    .site-footer .uk-container { max-width: 1380px; }
  
    .footer-grid {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-areas:
        "brand   social"
        "nav     nav"
        "links   marks"
        "copy    copy";
      row-gap: 34px;
      column-gap: 24px;
      align-items: start;
    }

    /* ---- Brand / logo ---- */
    .footer-brand { grid-area: brand; }
.footer-brand img {aspect-ratio: inherit;}
    .brand-lockup {
      display: inline-flex;
      align-items: center;
      gap: 14px;
    }
    /* Placeholder mark — swap with <img src="logo.svg"> */
    .brand-mark {
      width: 74px;
      height: 60px;
      border: 3px solid #ffffff;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 26px;
      letter-spacing: 1px;
      color: #ffffff;
    }
    .brand-text { line-height: 1; }
    
    

    /* ---- Social ---- */
    .footer-social {
      grid-area: social;
      text-align: right;
    }

    .social-heading {
    color: #289BF4;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 6px 0 12px 0;
    line-height: 150%;
    text-transform: uppercase;
    }
    .social-heading:focus-visible { 
      outline: 1px solid #fff;
      box-shadow: 0 0 2px #fff inset;
      -webkit-box-shadow: 0 0 2px #fff inset;
      -ms-box-shadow: 0 0 2px #fff inset;
      -moz-box-shadow: 0 0 2px #fff inset;
    }
    .social-icons {
      display: flex;
      gap: 10px;
      justify-content: flex-end;
    }
    .social-icons a {
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      transition: opacity 0.2s ease;
      font-size: 20px;
    }
    .social-icons a:hover, .social-icons a:focus { color:#FFE126;}
    .social-icons svg { width: 20px; height: 20px; fill: currentColor; }

    /* ---- Primary nav ---- */
    .footer-nav-primary {
      grid-area: nav;
      display: flex;
      flex-wrap: wrap;
      gap: 12px 32px;
    }
    .footer-nav-primary a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}
    .footer-nav-primary a:hover, .footer-nav-primary a:focus {text-decoration: underline;}

    /* ---- Secondary links ---- */
    .footer-links {
      grid-area: links;
      list-style: none;
      margin:10px 0 0 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
    .footer-links li { display: flex; align-items: center; }
    .footer-links li:not(:last-child)::after {
      content: "";
      width: 1px;
      height: 15px;
      background: #fff;
      margin: 0 20px;
    }
    
    .footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
    .footer-links a:hover, .footer-links a:focus, .footer-links a.navON, .footer-nav-primary a.navON { text-decoration: underline; }


    /* ---- FDIC / Equal Housing marks ---- */
    .footer-marks {
      grid-area: marks;
      display: flex;
      align-items: center;
      gap: 12px;
      justify-self: end;
      margin-top: -35px;
      flex-direction: column;
    }
    .footer-marks img {
        object-fit: contain;
    }
    .footer-logo-text {
        font-size: 14px;
        font-weight: bold;
    }
    /* Placeholder marks — swap each with <img src="..."> */
    .mark-ehl, .mark-fdic {
      color: #ffffff;
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 10px;
      line-height: 1.05;
    }
    .mark-ehl .house {
      width: 26px; height: 26px;
      border: 1.5px solid #ffffff;
      border-radius: 2px;
      display: flex; align-items: center; justify-content: center;
      font-size: 15px;
    }
    .mark-fdic .fdic-word { font-weight: 700; font-size: 15px; letter-spacing: 0.5px; }
    .mark-fdic .member { font-size: 8px; letter-spacing: 1px; text-transform: uppercase; opacity: 0.85; }

    /* ---- Copyright ---- */
    .footer-copyright {
    grid-area: copy;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 150%;
}

    /* Accessible focus */
    .site-footer a:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 3px;
      border-radius: 2px;
    }

.footer-copyright:focus-visible, .footer-marks:focus-visible, .footer-marks img:focus-visible, .footer-logo-text:focus-visible  {outline: 1px solid #fff; -webkit-box-shadow: 0 0 2px #fff inset;
    -ms-box-shadow: 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 2px #fff inset; background: transparent;}

@media (min-width: 960px) {
  .footer-copyright {margin: -35px 0 0 0;}
}

    @media (prefers-reduced-motion: reduce) {
      .site-footer a, .social-icons a { transition: none; }
    }

    @media (min-width: 960px) and (max-width: 1100px) {
      .footer-links li:not(:last-child)::after {margin: 0 10px;}
    }

    /* ============ MOBILE ============ */
    @media (max-width: 959px) {
      .site-footer { padding: 40px 0 40px 0; }
      
      .footer-marks {
        margin-top: 0;
      }

      .footer-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        row-gap: 0;
      }

      .footer-brand   { order: 1; margin-bottom: 30px; }
      .footer-nav-primary { order: 2; }
      .footer-social  { order: 3; }
      .footer-links   { order: 4; }
      .footer-copyright { order: 5; }
      .footer-marks   { order: 6; }

      .brand-lockup { flex-direction: column; gap: 8px; }
      

      .footer-nav-primary {
        flex-direction: column;
        align-items: center;
        gap: 22px;
        margin-bottom: 34px;
      }
      .footer-nav-primary a { font-size: 15px; }

      .footer-social { text-align: center; margin-bottom: 32px; }
      .social-icons { justify-content: center; }

      .footer-links {
        justify-content: center;
        gap: 10px 18px;
        margin-bottom: 22px;
        max-width: 340px;
      }
      .footer-links li:not(:last-child)::after { display: none; }

      .footer-copyright { margin-bottom: 26px; }

      .footer-marks { justify-self: center; }
    }



    /* ===================== Hero ===================== */
    .fb-fn-hero {position: relative; min-height: 432px; display: flex; align-items: center; background: var(--hero-bg); overflow: hidden;}
    /* Background image as a real <img> tag (layer 0) */
    .fb-fn-hero__img {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; z-index: 0;}

    .fb-fn-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8,12,16,0.05) 10%, rgba(8,12,16,0.05) 20%, rgba(8,12,16,0.25) 10%, rgba(8,12,16,0.05) 20%);
    z-index: 1;
}

    /* Content overlaps the image (layer 2) */
    .fb-fn-hero__inner {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 40px 60px;
      max-width: 1440px;
    margin: 0 auto;
    }
    .fb-fn-hero__content { max-width: 460px; }

    /* --- Typography (identical-looking elements share identical CSS) --- */
    .fb-fn-hero__title {font-size: 35px; font-weight: 500; line-height: 1.15; margin: 0 0 30px 0; color: #fff; letter-spacing: -0.7px; filter: opacity(1);}
    .fb-fn-hero__sub {font-size: 16px; font-weight: 400; line-height: 150%; margin: 0 0 40px 0; color: #fff; max-width: 480px; filter: opacity(1);}
    .fb-fn-hero__sub p { margin: 0; }

    /* --- Buttons --- */
    .fb-fn-hero__actions {display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 36px;}
    .fb-fn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 20px 8px 20px;
    border-radius: 40px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color .3s cubic-bezier(.22,.61,.36,1),
                  border-color .3s cubic-bezier(.22,.61,.36,1),
                  color .3s cubic-bezier(.22,.61,.36,1),
                  transform .3s cubic-bezier(.22,.61,.36,1);
    line-height: 122%;
    text-decoration: none;
    min-width: 180px;
}
    .fb-fn-btn--primary { background: #FFE126; color: #082853;}

    .fb-fn-btn--primary:hover, .fb-fn-btn--primary:focus-visible {transform: inherit; background: #289bf4; color: #082853; border-color: #289bf4; text-decoration: none;}

    .fb-fn-btn--ghost {background: transparent; color: #fff; border-color: #fff; filter: opacity(1);}
    .fb-fn-btn--ghost:hover, .fb-fn-btn--ghost:focus-visible {background: transparent; color:#FFE126; text-decoration: none;}
    .fb-fn-btn:focus-visible {outline: 3px solid #ffffff; outline-offset: 3px;}

    /* --- Trust line --- */
    .fb-fn-hero__trust {display: flex; align-items: flex-start; gap: 12px; max-width: 460px;}
    .fb-fn-hero__trust img {flex: 0 0 auto; margin-top: 1px;}
    .fb-fn-hero__trust p, .fb-fn-hero__trust {margin: 0; font-size: 12px; font-weight: 400; line-height: 150%; color: #fff; filter: opacity(1);}

    /* ===================== Responsive ===================== */
    @media (min-width:1025px) and (max-width:1199px) {
      .fb-fn-hero__inner { padding: 40px 30px;}
    }
@media (min-width:768px) and (max-width: 1024px) {
  .fb-fn-hero__inner {padding: 40px 30px;}
  .fb-fn-hero::before {background: linear-gradient(90deg, rgba(8,12,16,0.90) 0%, rgba(8,12,16,0.72) 45%, rgba(8,12,16,0.35) 100%);}
}

    @media (max-width: 959px) {
      .fb-fn-hero__title { font-size: 36px; }
      .fb-fn-hero::before {background: linear-gradient(90deg, rgba(8,12,16,0.90) 0%, rgba(8,12,16,0.72) 45%, rgba(8,12,16,0.35) 100%);}
    }

    @media (max-width: 639px) {
      .fb-fn-hero {min-height: 0; align-items: flex-end;}
      .fb-fn-hero__img { object-position: center; }
      
      .fb-fn-hero::before {
    background: linear-gradient(260deg, rgba(8,12,16,0.4) 0%, rgba(8,12,16,0.50) 55%, rgba(8,12,16,0.92) 100%);
}
      
      .fb-fn-hero__inner { padding: 40px 20px 40px; text-align: center;}
      .fb-fn-hero__title { font-size: 25px; margin-bottom: 25px; }
      .fb-fn-hero__actions { gap: 20px; justify-content: center; max-width: 290px;
        margin: 0 auto 30px auto;}
      
      
      .fb-fn-hero__trust {text-align: left;}
    }

    /* Respect reduced-motion preferences */
    @media (prefers-reduced-motion: reduce) {
      .fb-fn-btn { transition: none; }
      .fb-fn-btn:hover, .fb-fn-btn:focus-visible { transform: none; }
    }


.ng-star-inserted .fb-fn-fdic-bar {margin: 0;}

/* ===================== FDIC top strip ===================== */
.fb-fn-fdic-bar {background: #0B6DBB; color: #FFF; text-align: left; padding: 3px 0px; font-size: 12px; line-height: 150%; filter: opacity(1); margin: 102px 0 0 0; }

.fb-fn-fdic-bar .uk-container { max-width: 1440px; margin: 0 auto; padding: 0 60px;}

.fb-fn-fdic-bar strong { font-weight: 700; color: #FFF; font-size: 18px;}
.fb-fn-fdic-bar em, .fb-fn-fdic-bar i { font-weight: 400; font-style: italic; color: #FFF;}
.fb-fn-fdic-bar:focus-visible {border: 1px solid #fff; outline: none; box-shadow: none;}

@media (max-width: 1345px) {
 .fb-fn-fdic-bar .uk-container { padding: 0 30px !important;}
}

@media (max-width: 1024px) {
  .fb-fn-fdic-bar {margin: 90px 0 0 0;}
  .fb-fn-fdic-bar .uk-container { padding: 0 20px !important;}
}

@media (max-width: 639px) {
  .fb-fn-fdic-bar { font-size: 9px; padding: 8px 0px 6px 0px;}
  .fb-fn-fdic-bar strong {font-size: 10px;}
}
.fb-youNeed-solutions {
      padding:45px 20px 50px;
      max-width:1078px;
      margin:0 auto;
    }

.fb-youNeed-solutions .uk-grid-medium {margin-left: -24px;}

.fb-youNeed-solutions .uk-grid-medium>* {
    padding-left: 24px;
}

    /* ---------- Section header ---------- */
    .fb-youNeed-solutions__title {
    font-size: 25px;
    line-height: 120%;
    font-weight: 500;
    color: #082853;
    text-align: center;
    margin: 0 0 30px 0;
    letter-spacing: -0.5px;
}
.fb-youNeed-solutions__title span {
    display: inline-block;
}

    .fb-youNeed-solutions__intro {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #4C4C4C;
    text-align: center;
    max-width: 1010px;
    margin: 0 auto 55px auto;
    letter-spacing: 0;
}

    /* ---------- Card ---------- */
    .fb-youNeed-card{
      background: #EDEDED;
      border-radius: 20px;
      padding: 20px 20px 20px 20px;
      height:100%;
      display:flex;
      flex-direction:column;
    }

    .fb-youNeed-card__head{
      display:flex;
      align-items:center;
      gap:14px;
      margin-bottom:25px;
    }

    .fb-youNeed-card__icon{
      flex:0 0 auto;
      width:48px;
      height:48px;
      border-radius:50%;
      background:#ffffff;
      display:flex;
      align-items:center;
      justify-content:center;
    }
.fb-youNeed-card__icon img {aspect-ratio: inherit;}
    .fb-youNeed-card__icon svg{ width:26px; height:26px; }

    .fb-youNeed-card__label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: #0B6DBB;
    text-transform: uppercase;
    line-height: 150%;
    filter:opacity(1);
}

    .fb-youNeed-card__heading{
      font-size:20px;
      line-height:1.32;
      font-weight:700;
      color: #082853;
      text-transform:uppercase;
      margin:0 0 20px 0;
    }

    .fb-youNeed-card__desc {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #082853;
    margin: 0 0 10px 0;
}

    /* Read More toggle */
    .fb-youNeed-card__more-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #082853;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease;
    line-height: 150%;
    text-decoration: none;
}
    .fb-youNeed-card__more-link:hover,
    .fb-youNeed-card__more-link:focus-visible{ color: #0B6DBB; filter:opacity(1); text-decoration: none;}
    .fb-youNeed-card__more-link:focus-visible{ outline:2px solid #0B6DBB; outline-offset:3px; border-radius:2px; text-decoration: none;}

    /* Smooth accordion reveal for the extra copy */
    .fb-youNeed-card__more{
      display:grid;
      grid-template-rows:0fr;
      overflow:hidden;
      transition:grid-template-rows .45s cubic-bezier(.22,.61,.36,1);
    }

.fb-youNeed-card__more .fb-youNeed-card__desc {margin: 0 0 0px 0;}
.fb-youNeed-card__more.fb-youNeed-is-open + .fb-youNeed-card__more-link {margin-top: 10px;}

    .fb-youNeed-card__more.fb-youNeed-is-open{ grid-template-rows:1fr; }
    .fb-youNeed-card__more > div{ min-height:0; }
    .fb-youNeed-card__more p{
      font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #082853;
    margin: 0 0 10px 0;
      opacity:0;
      transform:translateY(-4px);
      transition:opacity .35s ease .1s, transform .35s ease .1s;
    }
    .fb-youNeed-card__more.fb-youNeed-is-open p{ opacity:1; transform:translateY(0); }

    .fb-youNeed-card__divider{
      border:0;
      border-top: 1px solid #AAA;
      margin:20px 0 20px;
    }

    .fb-youNeed-card__benefits-title{
      font-size:14px;
      font-weight:700;
      letter-spacing:.4px;
      color: #082853;
      text-transform:uppercase;
      margin:0 0 16px;
      /* button reset — behaves like a static heading on desktop */
      display:block;
      width:100%;
      padding:0;
      border:0;
      background:none;
      font-family:inherit;
      text-align:left;
      cursor:default;
    }
    .fb-youNeed-benefits-caret{ display:none; }

    /* Benefits wrapper — always expanded on desktop */
    .fb-youNeed-benefits-wrap{ display:block; }
    .fb-youNeed-benefits-wrap > div{ min-height:0; }

    /* Benefits list */
    .fb-youNeed-benefits{
      list-style:none;
      margin:0 0 22px 0 !important;
      padding:0;
    }
    .fb-youNeed-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #082853;
    margin-bottom: 16px;
}
    .fb-youNeed-benefits li:last-child { margin-bottom:0; }
    .fb-youNeed-benefits .fb-youNeed-check{
      flex:0 0 auto;
      width:18px;
      height:18px;
      margin-top:2px;
      color: #04C759;
    }

    .fb-youNeed-card__disclaimer{
      font-size:12px;
      line-height:150%;
      font-weight:400;
      color: #4C4C4C;
      margin:10px 0 0;
    }

    /* push CTA to the bottom so all cards align */
    .fb-youNeed-card__cta-wrap { margin-top:auto; padding-top:26px; }
.fb-youNeed-card__cta-wrap a {width:100%}

    
    

    /* ---- KEY BENEFITS becomes an accordion on iPad portrait & mobile ---- */
    @media (max-width:959px){
      .fb-youNeed-card__benefits-title{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        cursor:pointer;
      }
      .fb-youNeed-card__benefits-title:focus-visible{
        outline:2px solid #082853;
        outline-offset:3px;
        border-radius:2px;
      }
      .fb-youNeed-benefits-caret{
        display:inline-block;
        flex:0 0 auto;
        width:9px;
        height:9px;
        margin-bottom:3px;
        border-right:2px solid #082853;
        border-bottom:2px solid #082853;
        transform:rotate(45deg);
        transition:transform .35s cubic-bezier(.22,.61,.36,1);
      }
      .fb-youNeed-card__benefits-title[aria-expanded="true"] .fb-youNeed-benefits-caret{
        transform:rotate(-135deg);
        margin-bottom:-3px;
      }
      .fb-youNeed-benefits-wrap{
        display:grid;
        grid-template-rows:0fr;
        overflow:hidden;
        transition:grid-template-rows .45s cubic-bezier(.22,.61,.36,1);
      }
      .fb-youNeed-benefits-wrap.fb-youNeed-is-open{ grid-template-rows:1fr; }
      .fb-youNeed-card__disclaimer {margin: 2px 0 0 0 !important;
    border-top: 1px solid #AAA;
    padding-top: 30px;}
    }

    @media (max-width:959px) and (prefers-reduced-motion:reduce){
      .fb-youNeed-benefits-wrap,
      .fb-youNeed-benefits-caret{ transition:none; }
    }

    

    /* ---------- Responsive ---------- */
    @media (max-width:959px){
      .fb-youNeed-solutions{ padding:44px 18px 56px; }
      .fb-youNeed-solutions__title{ font-size:22px; }
      .fb-youNeed-solutions__intro{ font-size:16px; margin-bottom:40px; }
    }
    

    @media (prefers-reduced-motion:reduce){
      .fb-youNeed-card__more,
      .fb-youNeed-card__more p,
      .fb-youNeed-card__cta,
      .fb-youNeed-card__more-link{ transition:none; }
    }
/* ── Full-width background banner ─────────────────────────── */
    .fb-relationship-banking-banner {
      position: relative;
      width: 100%;
      overflow: hidden;
      background-color: #5b5340; /* warm earthy fallback while image loads */
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 50px 20px 50px 20px;
      min-height: 444px;
    }

    /* background image as an <img> element */
    .fb-relationship-banking-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      pointer-events: none;
      user-select: none;
    }

    /* ── Glassmorphism card ───────────────────────────────────── */
    .fb-relationship-banking-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 60px 34px 60px;
    text-align: center;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.30);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

    /* ── Typography ───────────────────────────────────────────── */
    .fb-relationship-banking-card .fb-relationship-card-heading {
    margin: 0 0 28px 0;
    color: #ffffff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
    filter: opacity(1);
}
.fb-relationship-banking-card .fb-relationship-card-heading span {display: inline-block;}

    .fb-relationship-rich-text-content {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
    }

    .fb-relationship-rich-text-content, .fb-relationship-rich-text-content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    filter: opacity(1);
}

    /* ── Bulleted list ────────────────────────────────────────── */
    .fb-relationship-banking-list {
    list-style: none;
    margin: 30px auto 0 auto;
    padding: 0;
    max-width: 550px;
    text-align: center;
}
.fb-relationship-banking-list ul {padding:0}

    .fb-relationship-banking-list li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #fff;
    padding: 0 0 0 20px;
    margin: 0 0 6px 0;
    display: inline-block;
    filter: opacity(1);
}

    .fb-relationship-banking-list li:last-child { margin-bottom: 0; }

    .fb-relationship-banking-list li::before {
      content: "•";
      position: absolute;
      left: 4px;
      top: 0;
      color: rgba(255, 255, 255, 0.95);
    }

    /* ── Accessibility: visible focus & reduced motion ────────── */
    :focus-visible { outline: 2px solid #ffffff; outline-offset: 3px; }

    @media (prefers-reduced-motion: reduce) {
      * { animation: none !important; transition: none !important; }
    }

    /* ── Responsive ───────────────────────────────────────────── */
    @media (max-width: 960px) {
      .fb-relationship-banking-card { padding: 40px 40px 46px; }
      .fb-relationship-banking-card .fb-relationship-card-heading { font-size: 25px; }
      
    }

    @media (max-width: 767px) {
      .fb-relationship-banking-banner { padding: 32px 16px; min-height: auto; }
      .fb-relationship-banking-card {
        padding:40px 24px 40px 24px;
      }
      .fb-relationship-banking-card .fb-relationship-card-heading {
        font-size: 22px;
        margin-bottom: 20px;
      }
      
      .fb-relationship-banking-list { margin-top: 26px; }
      .fb-relationship-banking-list li { margin-bottom: 15px; }
      .fb-relationship-banking-list ul {padding: 0 10px; text-align: left;}
    }


.careers .fb-relationship-banking-banner {padding: 35px 20px 35px 20px;
    min-height: 300px;}
/* ---- Layout ---- */
    .fb-recentNews-section-wrap {
      max-width: 1440px;
      margin: 0 auto;
      padding: 50px 64px 48px 64px;
    }

    .fb-recentNews-cards-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    /* ---- Card ---- */
    .fb-recentNews-info-card {
    background: #DDF1FF;
    border-radius: 20px;
    padding: 20px 20px;
    position: relative;
}

    .fb-recentNews-card-title {
    color: #082853;
    margin: 0 0 25px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

    /* ---- Feed items ---- */
    .fb-recentNews-feed-list {
      list-style: none;
      margin: 0;
      padding: 0;
      min-height: 375px;
    }

    .fb-recentNews-feed-item + .fb-recentNews-feed-item {
      margin-top: 25px;
    }

    .fb-recentNews-feed-link {
    display: block;
    text-decoration: none;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                  transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

    .fb-recentNews-feed-link:hover, .fb-recentNews-feed-link:focus {text-decoration: none;}
    .fb-recentNews-feed-link:hover .fb-recentNews-feed-meta, .fb-recentNews-feed-link:focus .fb-recentNews-feed-meta, .fb-recentNews-feed-link:hover .fb-recentNews-feed-headline, .fb-recentNews-feed-link:focus .fb-recentNews-feed-headline {color: #0B6DBB; text-decoration: none;}
    

    .fb-recentNews-feed-link:focus-visible {
      box-shadow: 0 0 0 2px #082853;
    }

    .fb-recentNews-feed-link:hover .fb-recentNews-feed-headline {
      text-underline-offset: 2px;
    }

    .fb-recentNews-feed-meta {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      color: #4C4C4C;
      margin: 0 0 5px 0;
    }

    .fb-recentNews-feed-headline {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      color: #082853;
      margin: 0;
    }
.fb-fn-news__actions {
    margin: 30px 0 0 0;
}

    /* ---- Responsive ---- */
    @media (max-width: 959px) {
      .fb-recentNews-section-wrap { padding: 40px 32px; }
      .fb-recentNews-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      .fb-recentNews-feed-list {min-height: inherit;}
    }

    @media (max-width: 639px) {
      .fb-recentNews-section-wrap { padding: 28px 20px; }
      .fb-recentNews-info-card { padding: 26px 22px; }
      .fb-recentNews-card-title { font-size: 21px; margin-bottom: 22px; }
      .fb-recentNews-feed-headline { font-size: 16px; color: #082853;}
    }

    @media (prefers-reduced-motion: reduce) {
      .fb-recentNews-feed-link { transition: none; }
    }

/* ---------- Section wrapper ---------- */
.fb-faqSection-faq-section {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
}

.fb-faqSection-faq-section ul, .fb-faqSection-faq-section ul li {
    list-style: none;
}

        /* ---------- Pill tab toggle ---------- */
        .fb-faqSection-pill-wrap {
            display: flex;
            justify-content: center;
            margin: 12px 0 30px;
        }

        .fb-faqSection-pill-tabs {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding:2px 4px;
    list-style: none;
    border: 0;
    border-radius: 500px;
    background: #0B6DBB;
    border: 1px solid #0B6DBB;
}

        .fb-faqSection-pill-tabs > li { padding: 0; }

        .fb-faqSection-pill-tabs > li > a {
    display: block;
    padding: 9px 28px 8px 28px;
    border-radius: 999px;
    white-space: nowrap;
    transition: background-color .25s cubic-bezier(.4,0,.2,1), color .25s cubic-bezier(.4,0,.2,1);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #fff;
    text-transform: initial;
    min-width: 113px;
    text-align: center;
}

.fb-faqSection-pill-tabs > li.uk-active > a {
    background: #fff;
    color: #0B6DBB;
}
        .fb-faqSection-pill-tabs > li:not(.uk-active) > a:hover, .fb-faqSection-pill-tabs > li:not(.uk-active) > a:focus {
            
            color: #FFE126;
        }

        /* ---------- FAQ heading ---------- */
        .fb-faqSection-faq-heading {
    margin: 0 0 25px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: #082853;
}

        /* ---------- Accordion ---------- */
        .fb-faqSection-faq-accordion {
            margin: 0;
            padding: 0;
            border-top: 1px solid #AAA;
        }

        .fb-faqSection-faq-accordion > li {
            margin: 0;
            border-bottom: 1px solid #AAA;
        }

    .fb-faqSection-faq-accordion .uk-accordion-title {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 23px;
    margin: 0;
    text-decoration: none;
    color: #082853;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
          filter: opacity(1);
}
.fb-faqSection-faq-accordion .uk-accordion-title:hover {color: #0b6dbb;}
.fb-faqSection-faq-accordion .uk-accordion-title:hover .template-icon-chevron-down {color: #0b6dbb;}

.fb-faqSection-faq-accordion .uk-accordion-title .template-icon-chevron-down {
    font-size: 32px;
    font-weight: lighter;
    color: #666666;
  transition: background .3s ease, transform .3s ease;
}

        .fb-faqSection-faq-accordion .uk-accordion-title::before { content: none; } /* remove UIkit default marker */

        .fb-faqSection-faq-accordion > li.uk-open .template-icon-chevron-down {
            transform: rotate(180deg);
        }

        .fb-faqSection-faq-q { flex: 1 1 auto; }

        .fb-faqSection-faq-accordion .uk-accordion-content {
            margin: 0;
            padding: 0 8px 26px 75px;
        }

        .fb-faqSection-faq-accordion .uk-accordion-content p {
            margin: 0;
            font-size: 15px;
            font-weight: 400;
            line-height: 1.7;
            color: #4a5568;
        }
        .fb-faqSection-faq-section .uk-accordion>:nth-child(n+2) {
            margin-top: 0;
        }

.fb-faqSection-faq-section .uk-tab::before {border:0;}
.fb-faqSection-faq-section .uk-accordion>:nth-child(n+2) {border-top: 0;
    padding-top: 0;}
.faq-answer-box {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.faq-answer-button {margin-top: 20px;}

        /* ---------- Responsive ---------- */
        @media (max-width: 959px) {
            .fb-faqSection-faq-section { padding: 24px 32px 48px; }
            .fb-faqSection-faq-heading { font-size: 26px; text-align: center;}
        }

        @media (max-width: 639px) {
            .fb-faqSection-faq-section { padding: 20px 18px 40px; border-left: none; }
            .fb-faqSection-pill-wrap { margin: 8px 0 30px; }
            
            .fb-faqSection-faq-heading { font-size: 22px; }
            .fb-faqSection-faq-accordion .uk-accordion-title {
                gap: 10px;
                padding: 20px 10px;
            }
            .fb-faqSection-faq-accordion .uk-accordion-content { padding-left: 52px; padding-bottom: 20px; }
        }

/* ---- CTA banner section ---- */
        .fb-togetherBottomcta-banner {
            background: #0B6DBB;
            padding: 50px 20px;
            text-align: center;
        }

        .fb-togetherBottomcta-banner__inner {
            max-width: 770px;
            margin: 0 auto;
        }

        .fb-togetherBottomcta-banner__heading {
            margin: 0 0 30px 0;
            font-size: 25px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%; /* 30px */
            letter-spacing: -0.5px;
            color: #FFF;
          filter: opacity(1);
        }

.fb-togetherBottomcta-banner__heading span {display: inline-block;}
        /* Rich-text-ready copy block (CMS editable) */
        

        .fb-togetherBottomcta-banner__copy {
            margin: 0 0 35px 0;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            color: #FFF;
          filter: opacity(1);
        }

        /* Pill button override */
        
        /* Visible keyboard focus (accessibility) */
        .fb-togetherBottomcta-banner .fb-togetherBottomcta-button:focus-visible {
            outline: 2px solid #fff;
            outline-offset: 3px;
        }

        /* ---- Responsive ---- */
        @media (max-width: 640px) {
            .fb-togetherBottomcta-banner { padding: 48px 5px; }
            .fb-togetherBottomcta-banner__heading { font-size: 22px; margin-bottom: 18px; }
            .fb-togetherBottomcta-banner__copy { margin-bottom: 30px; }
            .fb-togetherBottomcta-banner__copy p { font-size: 15px; }
            .fb-togetherBottomcta-banner .fb-togetherBottomcta-button {
                font-size: 12px;
                padding: 14px 28px;
                white-space: normal;
            }
        }

        @media (max-width: 380px) {
            .fb-togetherBottomcta-banner__heading { font-size: 21px; }
        }

        /* Respect reduced motion */
        @media (prefers-reduced-motion: reduce) {
            .fb-togetherBottomcta-banner .fb-togetherBottomcta-button { transition: none; }
            .fb-togetherBottomcta-banner .fb-togetherBottomcta-button:hover,
            .fb-togetherBottomcta-banner .fb-togetherBottomcta-button:focus { transform: none; }
        }