/* TIP Forms Brand — header, intro, form menu and footer for forms.tipfriendly.com
   Everything is namespaced .tipfb-* so it cannot collide with the active theme. */

:root{
  --tipfb-blue:#2253A8;
  --tipfb-blue-dark:#12295A;
  --tipfb-blue-nav:#1B4693;
  --tipfb-red:#ED1D24;
  --tipfb-ink:#0F2450;
  --tipfb-body:#4E5A70;
  --tipfb-muted:#616C82;
  --tipfb-line:#E4EAF4;
  --tipfb-tint:#F4F7FC;
  --tipfb-tint-2:#F2F6FF;
  --tipfb-display:"Figtree",system-ui,-apple-system,"Segoe UI",sans-serif;
  --tipfb-text:"Public Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
  --tipfb-max:1560px;
  --tipfb-pad:clamp(20px,4vw,64px);
}

.tipfb-header *,.tipfb-hero *,.tipfb-trust *,.tipfb-menu *,.tipfb-downloads *,.tipfb-panel *,.tipfb-footer *,
.tipfb-header,.tipfb-hero,.tipfb-trust,.tipfb-menu,.tipfb-downloads,.tipfb-panel,.tipfb-footer{box-sizing:border-box}

.tipfb-i{width:15px;height:15px;flex:none}

/* ---------- Buttons ---------- */
.tipfb-btn{display:inline-flex;align-items:center;gap:9px;font:700 15px/1 var(--tipfb-display);text-decoration:none;padding:16px 26px;border-radius:8px;border:0;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease,border-color .16s ease}
.tipfb-btn--red{background:var(--tipfb-red);color:#fff;box-shadow:0 6px 18px rgba(237,29,36,.28)}
.tipfb-btn--red:hover,.tipfb-btn--red:focus-visible{color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(237,29,36,.34)}
.tipfb-btn--ghost{color:var(--tipfb-blue);border:1.5px solid #CBD8ED;background:transparent;font-weight:600}
.tipfb-btn--ghost:hover,.tipfb-btn--ghost:focus-visible{border-color:var(--tipfb-blue);background:var(--tipfb-tint-2);color:var(--tipfb-blue)}
.tipfb-btn--ghost-light{font:600 14px/1 var(--tipfb-text);color:#fff;padding:12px 19px;border:1.5px solid rgba(255,255,255,.45);border-radius:7px}
.tipfb-btn--ghost-light:hover,.tipfb-btn--ghost-light:focus-visible{background:#fff;color:var(--tipfb-blue);border-color:#fff}

/* ---------- Header ---------- */
.tipfb-header{position:sticky;top:0;z-index:9990;font-family:var(--tipfb-text)}
.tipfb-header__bar{background:var(--tipfb-blue)}
.tipfb-header__inner{max-width:var(--tipfb-max);margin:0 auto;padding:0 var(--tipfb-pad);height:108px;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:height .22s ease}
.tipfb-header.is-condensed .tipfb-header__inner{height:76px}

.tipfb-brand{display:flex;align-items:center;gap:16px;min-width:0}
.tipfb-brand__plate{background:#fff;border-radius:9px;padding:7px 13px;display:inline-flex;align-items:center;box-shadow:0 2px 8px rgba(8,26,60,.18);flex:none}
.tipfb-brand__plate img{height:58px;width:auto;display:block;transition:height .22s ease}
.tipfb-header.is-condensed .tipfb-brand__plate img{height:38px}
.tipfb-brand__rule{width:1px;height:34px;background:rgba(255,255,255,.24)}
.tipfb-brand__label{font:700 16.5px/1.1 var(--tipfb-display);color:#fff;letter-spacing:-.01em;white-space:nowrap}

.tipfb-header__actions{display:flex;align-items:center;gap:10px}
.tipfb-backlink{display:inline-flex;align-items:center;gap:7px;font:500 14.5px/1 var(--tipfb-text);color:rgba(255,255,255,.82);text-decoration:none;padding:9px 13px;border-radius:7px;transition:background .16s ease,color .16s ease;white-space:nowrap}
.tipfb-backlink:hover,.tipfb-backlink:focus-visible{background:rgba(255,255,255,.12);color:#fff}

.tipfb-nav{background:var(--tipfb-blue-nav);box-shadow:0 2px 10px rgba(8,26,60,.16)}
.tipfb-nav__inner{max-width:var(--tipfb-max);margin:0 auto;padding:0 var(--tipfb-pad);display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}
.tipfb-nav__inner::-webkit-scrollbar{display:none}
.tipfb-nav__link{font:700 13.5px/1 var(--tipfb-display);letter-spacing:.08em;text-transform:uppercase;text-decoration:none;padding:18px 16px 15px;border-bottom:3px solid transparent;color:rgba(255,255,255,.72);white-space:nowrap;transition:color .16s ease,border-color .16s ease}
.tipfb-nav__link:hover,.tipfb-nav__link:focus-visible{color:#fff}
.tipfb-nav__link.is-current{color:#fff;border-color:var(--tipfb-red)}

.tipfb-burger{display:none;width:42px;height:40px;border:0;border-radius:7px;background:rgba(255,255,255,.14);cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0}
.tipfb-burger span{display:block;width:17px;height:2px;border-radius:2px;background:#fff;transition:transform .2s ease,opacity .2s ease}
.tipfb-burger span:last-child{width:11px}
.tipfb-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.tipfb-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.tipfb-burger[aria-expanded="true"] span:nth-child(3){width:17px;transform:translateY(-6px) rotate(-45deg)}

.tipfb-drawer{display:none;flex-direction:column;background:var(--tipfb-blue-nav);padding:6px var(--tipfb-pad) 16px}
.tipfb-drawer a{display:flex;align-items:center;justify-content:space-between;font:700 15px/1 var(--tipfb-display);letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.86);text-decoration:none;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.tipfb-drawer a:hover{color:#fff}
.tipfb-drawer__back{border-bottom:0!important;color:rgba(255,255,255,.6)!important;text-transform:none!important;letter-spacing:0!important}

/* ---------- Hero ---------- */
.tipfb-hero{max-width:var(--tipfb-max);margin:0 auto;padding:62px var(--tipfb-pad) 54px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:56px;align-items:start;font-family:var(--tipfb-text)}
.tipfb-eyebrow{display:flex;align-items:center;gap:8px;margin:0 0 18px;font:800 11px/1 var(--tipfb-display);letter-spacing:.2em;text-transform:uppercase;color:var(--tipfb-red)}
.tipfb-eyebrow span{width:22px;height:2px;background:var(--tipfb-red);display:block;flex:none}
.tipfb-hero__h{margin:0 0 20px;font:800 clamp(30px,4.2vw,52px)/1.06 var(--tipfb-display);letter-spacing:-.025em;color:var(--tipfb-ink);text-wrap:pretty;max-width:900px}
.tipfb-hero__p{margin:0 0 30px;font:400 17.5px/1.68 var(--tipfb-text);color:var(--tipfb-body);max-width:640px;text-wrap:pretty}
.tipfb-hero__cta{display:flex;gap:12px;align-items:center;flex-wrap:wrap}

.tipfb-help{background:var(--tipfb-tint);border:1px solid #E1E9F6;border-radius:14px;padding:26px 24px}
.tipfb-help__k{margin:0 0 16px;font:800 11px/1 var(--tipfb-display);letter-spacing:.16em;text-transform:uppercase;color:var(--tipfb-blue)}
.tipfb-help__t{margin:0 0 18px;font:400 14.5px/1.6 var(--tipfb-text);color:#42506A}
.tipfb-help__phone{margin:0 0 3px;font:700 21px/1.2 var(--tipfb-display)}
.tipfb-help__phone a{color:var(--tipfb-ink);text-decoration:none}
.tipfb-help__phone a:hover{color:var(--tipfb-red)}
.tipfb-help__addr{margin:0 0 18px;font:400 13px/1.5 var(--tipfb-text);color:var(--tipfb-muted)}
.tipfb-help__secure{display:flex;align-items:center;gap:9px;margin:0;border-top:1px solid #DEE7F5;padding-top:16px;font:500 13px/1.4 var(--tipfb-text);color:var(--tipfb-blue)}

/* ---------- Trust strip ---------- */
.tipfb-trust{background:var(--tipfb-tint);border:1px solid var(--tipfb-line);border-radius:14px;width:min(calc(var(--tipfb-max) - var(--tipfb-pad) * 2),calc(100% - var(--tipfb-pad) * 2));margin:0 auto;padding:26px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;font-family:var(--tipfb-text)}
.tipfb-trust__item{display:flex;gap:14px;align-items:flex-start}
.tipfb-trust__big{font:800 26px/1 var(--tipfb-display);color:var(--tipfb-blue);min-width:30px;display:flex;align-items:center}
.tipfb-trust__big .tipfb-i{width:24px;height:24px}
.tipfb-trust__t{display:block;font:700 14px/1.25 var(--tipfb-display);color:#16233C;margin-bottom:3px}
.tipfb-trust__n{display:block;font:400 13px/1.45 var(--tipfb-text);color:var(--tipfb-muted)}

/* ---------- Section heads ---------- */
.tipfb-h2{margin:0 0 7px;font:800 clamp(21px,2.4vw,27px)/1.15 var(--tipfb-display);letter-spacing:-.02em;color:var(--tipfb-ink)}
.tipfb-sub{margin:0;font:400 15px/1.5 var(--tipfb-text);color:var(--tipfb-muted)}
.tipfb-pill{font:600 12.5px/1 var(--tipfb-text);color:var(--tipfb-blue);padding:9px 14px;background:var(--tipfb-tint-2);border-radius:20px;white-space:nowrap}
.tipfb-textlink{font:600 13.5px/1 var(--tipfb-display);color:var(--tipfb-blue);text-decoration:none;display:inline-flex;align-items:center;gap:7px}
.tipfb-textlink:hover{color:var(--tipfb-red)}

/* ---------- Form menu ---------- */
.tipfb-menu{max-width:var(--tipfb-max);margin:0 auto;padding:56px var(--tipfb-pad) 0;font-family:var(--tipfb-text);scroll-margin-top:150px}
.tipfb-menu__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px;flex-wrap:wrap}
.tipfb-menu__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.tipfb-card{display:block;border:1.5px solid var(--tipfb-line);border-radius:13px;padding:19px 20px 18px;background:#fff;text-decoration:none;box-shadow:0 1px 3px rgba(16,38,80,.05);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}
.tipfb-card:hover,.tipfb-card:focus-visible{border-color:var(--tipfb-blue);background:var(--tipfb-tint-2);transform:translateY(-2px);box-shadow:0 8px 20px rgba(34,83,168,.14)}
.tipfb-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}
.tipfb-card__icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:rgba(34,83,168,.09);color:var(--tipfb-blue);transition:background .18s ease,color .18s ease}
.tipfb-card:hover .tipfb-card__icon{background:var(--tipfb-blue);color:#fff}
.tipfb-card__icon .tipfb-i{width:17px;height:17px}
.tipfb-card__count{font:700 11px/1 var(--tipfb-display);padding:5px 9px;border-radius:20px;background:#F2F5FA;color:#6A7488}
.tipfb-card__label{display:block;font:700 15.5px/1.3 var(--tipfb-display);color:#1E293D;margin-bottom:5px}
.tipfb-card__desc{display:block;font:400 13px/1.5 var(--tipfb-text);color:var(--tipfb-muted)}

/* ---------- Branded form panel ---------- */
.tipfb-panel{max-width:var(--tipfb-max);margin:34px auto 0;border:1px solid #E1E9F6;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(16,38,80,.07);background:#fff;font-family:var(--tipfb-text);scroll-margin-top:170px}
.tipfb-panel__head{background:#F7FAFF;border-bottom:1px solid var(--tipfb-line);padding:26px clamp(18px,3vw,32px);display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px;align-items:start}
.tipfb-panel__k{margin:0 0 9px;font:800 10.5px/1 var(--tipfb-display);letter-spacing:.18em;text-transform:uppercase;color:var(--tipfb-red)}
.tipfb-panel__h{margin:0 0 9px;font:800 clamp(20px,2.4vw,24px)/1.2 var(--tipfb-display);letter-spacing:-.02em;color:var(--tipfb-ink)}
.tipfb-panel__p{margin:0;font:400 15px/1.65 var(--tipfb-text);color:var(--tipfb-body);max-width:460px;text-wrap:pretty}
.tipfb-panel__body{padding:clamp(20px,3vw,32px);overflow-x:auto}
.tipfb-panel__foot{border-top:1px solid #EDF1F8;background:#FAFCFF;padding:16px clamp(18px,3vw,32px);display:flex;align-items:center;gap:8px;font:400 12.5px/1.4 var(--tipfb-text);color:var(--tipfb-muted)}

.tipfb-checklist{background:#fff;border:1px solid var(--tipfb-line);border-radius:11px;padding:17px 18px}
.tipfb-checklist__k{margin:0 0 11px;font:800 10.5px/1 var(--tipfb-display);letter-spacing:.14em;text-transform:uppercase;color:#6A7488}
.tipfb-checklist__i{display:flex;gap:9px;align-items:flex-start;margin:0 0 8px;font:400 13px/1.45 var(--tipfb-text);color:#42506A}
.tipfb-checklist__i .tipfb-i{color:var(--tipfb-blue);margin-top:1px;stroke-width:2.2}
.tipfb-note{margin:0;font:400 14px/1.6 var(--tipfb-text);color:var(--tipfb-muted)}

/* ---------- PDF downloads ---------- */
.tipfb-downloads{background:var(--tipfb-tint);border-top:1px solid var(--tipfb-line);padding:52px var(--tipfb-pad);margin-top:56px;font-family:var(--tipfb-text)}
.tipfb-downloads .tipfb-menu__head,.tipfb-downloads__grid{max-width:var(--tipfb-max);margin-left:auto;margin-right:auto}
.tipfb-downloads__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:10px 14px}
.tipfb-doc{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--tipfb-line);border-radius:10px;padding:13px 16px;text-decoration:none;transition:border-color .16s ease,transform .16s ease}
.tipfb-doc:hover,.tipfb-doc:focus-visible{border-color:var(--tipfb-blue);transform:translateX(3px)}
.tipfb-doc__icon{width:28px;height:28px;border-radius:7px;background:rgba(237,29,36,.09);color:var(--tipfb-red);display:flex;align-items:center;justify-content:center;flex:none}
.tipfb-doc__name{flex:1;font:500 13.5px/1.35 var(--tipfb-text);color:#25314A}
.tipfb-doc__ext{font:700 10.5px/1 var(--tipfb-display);letter-spacing:.1em;color:#6A7488}

/* ---------- Footer ---------- */
.tipfb-footer{background:var(--tipfb-blue);padding:38px var(--tipfb-pad) 0;font-family:var(--tipfb-text)}
.tipfb-footer__top{max-width:var(--tipfb-max);margin:0 auto;display:grid;grid-template-columns:1.15fr 1fr 1fr auto;gap:40px;padding-bottom:32px}
.tipfb-footer__brand .tipfb-brand__plate{margin-bottom:15px;box-shadow:none}
.tipfb-footer__brand .tipfb-brand__plate img{height:46px}
.tipfb-footer__brand p{margin:0;font:400 13.5px/1.65 var(--tipfb-text);color:rgba(255,255,255,.74);max-width:270px}
.tipfb-footer__k{margin:0 0 14px;font:800 10.5px/1 var(--tipfb-display);letter-spacing:.16em;text-transform:uppercase;color:#C7D9F5}
.tipfb-footer__col{display:flex;flex-direction:column;gap:9px}
.tipfb-footer__col a{font:400 13.5px/1.3 var(--tipfb-text);color:rgba(255,255,255,.78);text-decoration:none}
.tipfb-footer__col a:hover,.tipfb-footer__col a:focus-visible{color:#fff}
.tipfb-footer__line{margin:0;font:400 13.5px/1.5 var(--tipfb-text);color:rgba(255,255,255,.78)}
.tipfb-social{display:flex;gap:8px}
.tipfb-social a{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.14);color:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;transition:background .16s ease,color .16s ease}
.tipfb-social a:hover,.tipfb-social a:focus-visible{background:var(--tipfb-red);color:#fff}
.tipfb-social svg{width:15px;height:15px}
.tipfb-footer__bottom{max-width:var(--tipfb-max);margin:0 auto;border-top:1px solid rgba(255,255,255,.13);padding:17px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.tipfb-footer__bottom p{margin:0;font:400 12.5px/1.4 var(--tipfb-text);color:rgba(255,255,255,.6)}
.tipfb-footer__legal{display:flex;gap:20px;flex-wrap:wrap}
.tipfb-footer__legal a{font:400 12.5px/1.4 var(--tipfb-text);color:rgba(255,255,255,.68);text-decoration:none}
.tipfb-footer__legal a:hover,.tipfb-footer__legal a:focus-visible{color:#fff}

/* ---------- Responsive ---------- */
@media (max-width:1080px){
  .tipfb-hero{grid-template-columns:1fr;gap:32px}
  .tipfb-help{max-width:560px}
  .tipfb-menu__grid{grid-template-columns:1fr 1fr}
  .tipfb-panel__head{grid-template-columns:1fr;gap:22px}
  .tipfb-footer__top{grid-template-columns:1fr 1fr;gap:32px}
}
@media (max-width:860px){
  .tipfb-nav{display:none}
  .tipfb-burger{display:flex}
  .tipfb-backlink{display:none}
  .tipfb-header.is-open .tipfb-drawer{display:flex}
  .tipfb-brand__rule,.tipfb-brand__label{display:none}
  .tipfb-header__inner{height:80px}
  .tipfb-header.is-condensed .tipfb-header__inner{height:68px}
  .tipfb-brand__plate img{height:42px!important}
  .tipfb-header.is-condensed .tipfb-brand__plate img{height:34px!important}
  .tipfb-trust{grid-template-columns:1fr 1fr;gap:20px}
  .tipfb-downloads__grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .tipfb-menu__grid{grid-template-columns:1fr}
  .tipfb-hero{padding-top:36px;padding-bottom:34px}
  .tipfb-hero__p{font-size:16px}
  .tipfb-hero__cta{flex-direction:column;align-items:stretch}
  .tipfb-btn{justify-content:center;min-height:52px}
  .tipfb-trust{grid-template-columns:1fr}
  .tipfb-footer__top{grid-template-columns:1fr;gap:26px}
  .tipfb-footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}
}
@media (prefers-reduced-motion:reduce){
  .tipfb-header__inner,.tipfb-brand__plate img,.tipfb-btn,.tipfb-card,.tipfb-doc{transition:none!important}
}

/* =========================================================================
   Theme hardening
   Themes bring their own link colours, button chrome and <button> display
   rules, which leak into the header and footer. These re-declarations pin the
   TIP appearance so the plugin looks the same under any theme.
   ========================================================================= */

.tipfb-header,.tipfb-footer,.tipfb-hero,.tipfb-menu,.tipfb-downloads,.tipfb-panel{font-family:var(--tipfb-text)!important}

/* Logo sits directly on the blue — no white plate. */
.tipfb-brand__plate,
.tipfb-footer__brand .tipfb-brand__plate{background:transparent!important;padding:0!important;box-shadow:none!important;border-radius:0!important;border:0!important}
.tipfb-brand__plate img{max-width:none!important;width:auto!important;border-radius:0!important;box-shadow:none!important}
.tipfb-header .tipfb-brand__plate img{height:58px!important}
.tipfb-header.is-condensed .tipfb-brand__plate img{height:38px!important}
.tipfb-footer__brand .tipfb-brand__plate img{height:46px!important}

/* Header text and links */
.tipfb-brand__label{color:#fff!important}
.tipfb-backlink,.tipfb-backlink:visited{color:rgba(255,255,255,.82)!important;text-decoration:none!important;box-shadow:none!important}
.tipfb-backlink:hover,.tipfb-backlink:focus-visible{color:#fff!important}
.tipfb-nav__link,.tipfb-nav__link:visited{color:rgba(255,255,255,.72)!important;text-decoration:none!important;box-shadow:none!important;font-size:13.5px!important;letter-spacing:.08em!important}
.tipfb-nav__link:hover,.tipfb-nav__link:focus-visible,.tipfb-nav__link.is-current{color:#fff!important}
.tipfb-drawer a,.tipfb-drawer a:visited{color:rgba(255,255,255,.86)!important;text-decoration:none!important}
.tipfb-drawer__back,.tipfb-drawer__back:visited{color:rgba(255,255,255,.6)!important}

/* Buttons */
.tipfb-btn{text-decoration:none!important;text-transform:none!important;letter-spacing:0!important;line-height:1!important}
.tipfb-btn--red,.tipfb-btn--red:visited{background:var(--tipfb-red)!important;color:#fff!important;border:0!important}
.tipfb-btn--red:hover,.tipfb-btn--red:focus-visible{background:var(--tipfb-red)!important;color:#fff!important}
.tipfb-btn--ghost,.tipfb-btn--ghost:visited{background:transparent!important;color:var(--tipfb-blue)!important;border:1.5px solid #CBD8ED!important}
.tipfb-btn--ghost:hover,.tipfb-btn--ghost:focus-visible{background:var(--tipfb-tint-2)!important;color:var(--tipfb-blue)!important;border-color:var(--tipfb-blue)!important}
.tipfb-btn--ghost-light,.tipfb-btn--ghost-light:visited{background:transparent!important;color:#fff!important;border:1.5px solid rgba(255,255,255,.45)!important}
.tipfb-btn--ghost-light:hover,.tipfb-btn--ghost-light:focus-visible{background:#fff!important;color:var(--tipfb-blue)!important;border-color:#fff!important}

/* Burger: desktop-hidden, and stripped of theme button chrome */
.tipfb-burger{display:none!important;-webkit-appearance:none!important;appearance:none!important;border:0!important;outline:0!important;box-shadow:none!important;background:rgba(255,255,255,.14)!important;padding:0!important;margin:0!important;min-height:0!important;min-width:0!important;width:42px!important;height:40px!important;border-radius:7px!important;text-transform:none!important;font-size:0!important}
.tipfb-burger span{background:#fff!important;box-shadow:none!important}
.tipfb-burger:hover{background:rgba(255,255,255,.22)!important}

/* Headings and body copy */
.tipfb-hero__h{color:var(--tipfb-ink)!important;text-transform:none!important}
.tipfb-hero__p{color:var(--tipfb-body)!important}
.tipfb-eyebrow{color:var(--tipfb-red)!important}
.tipfb-h2{color:var(--tipfb-ink)!important;text-transform:none!important}
.tipfb-sub{color:var(--tipfb-muted)!important}
.tipfb-panel__h{color:var(--tipfb-ink)!important;text-transform:none!important}
.tipfb-panel__k{color:var(--tipfb-red)!important}
.tipfb-panel__p{color:var(--tipfb-body)!important}

/* Cards, docs, text links */
.tipfb-card,.tipfb-card:visited{text-decoration:none!important;background:#fff!important;box-shadow:0 1px 3px rgba(16,38,80,.05)!important}
.tipfb-card:hover,.tipfb-card:focus-visible{background:var(--tipfb-tint-2)!important}
.tipfb-card__label{color:#1E293D!important}
.tipfb-card__desc{color:var(--tipfb-muted)!important}
.tipfb-doc,.tipfb-doc:visited{text-decoration:none!important;background:#fff!important}
.tipfb-doc__name{color:#25314A!important}
.tipfb-textlink,.tipfb-textlink:visited{color:var(--tipfb-blue)!important;text-decoration:none!important}
.tipfb-help__phone a,.tipfb-help__phone a:visited{color:var(--tipfb-ink)!important;text-decoration:none!important}
.tipfb-help__phone a:hover{color:var(--tipfb-red)!important}

/* Footer */
.tipfb-footer a,.tipfb-footer a:visited{text-decoration:none!important;box-shadow:none!important}
.tipfb-footer__brand p{color:rgba(255,255,255,.74)!important}
.tipfb-footer__k{color:#C7D9F5!important}
.tipfb-footer__line{color:rgba(255,255,255,.78)!important}
.tipfb-footer__col a,.tipfb-footer__col a:visited{color:rgba(255,255,255,.78)!important}
.tipfb-footer__col a:hover,.tipfb-footer__col a:focus-visible{color:#fff!important}
.tipfb-footer__bottom p{color:rgba(255,255,255,.6)!important}
.tipfb-footer__legal a,.tipfb-footer__legal a:visited{color:rgba(255,255,255,.68)!important}
.tipfb-footer__legal a:hover,.tipfb-footer__legal a:focus-visible{color:#fff!important}
.tipfb-social a,.tipfb-social a:visited{background:rgba(255,255,255,.14)!important;color:rgba(255,255,255,.8)!important;border:0!important}
.tipfb-social a:hover,.tipfb-social a:focus-visible{background:var(--tipfb-red)!important;color:#fff!important}

/* Optional: hide the theme's own footer on the forms page.
   Add the body class with Settings > TIP Forms Brand, or leave this alone. */
body.tipfb-hide-theme-footer > footer:not(.tipfb-footer),
body.tipfb-hide-theme-footer .site-footer:not(.tipfb-footer),
body.tipfb-hide-theme-footer #colophon:not(.tipfb-footer){display:none!important}

@media (max-width:860px){
  .tipfb-burger{display:flex!important}
}

/* Full-bleed option: stretch the inner containers edge to edge. */
body.tipfb-full-bleed .tipfb-header__inner,
body.tipfb-full-bleed .tipfb-nav__inner,
body.tipfb-full-bleed .tipfb-hero,
body.tipfb-full-bleed .tipfb-trust,
body.tipfb-full-bleed .tipfb-menu,
body.tipfb-full-bleed .tipfb-panel,
body.tipfb-full-bleed .tipfb-downloads .tipfb-menu__head,
body.tipfb-full-bleed .tipfb-downloads__grid,
body.tipfb-full-bleed .tipfb-footer__top,
body.tipfb-full-bleed .tipfb-footer__bottom{max-width:none!important}


/* =========================================================================
   Downloads library page  [tip_forms_library]
   ========================================================================= */
.tipfb-lib{max-width:var(--tipfb-max);margin:0 auto;padding:56px var(--tipfb-pad) 64px;font-family:var(--tipfb-text)}
.tipfb-lib__head{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:40px;align-items:end;margin-bottom:28px}
.tipfb-lib__h{margin:0 0 12px;font:800 clamp(28px,4vw,42px)/1.08 var(--tipfb-display);letter-spacing:-.025em;color:var(--tipfb-ink)!important;text-wrap:pretty}
.tipfb-lib__p{margin:0;font:400 16.5px/1.65 var(--tipfb-text);color:var(--tipfb-body)!important;max-width:640px;text-wrap:pretty}

.tipfb-lib__search{position:relative}
.tipfb-lib__search input{width:100%;box-sizing:border-box;font:400 15px/1 var(--tipfb-text)!important;color:#16233C!important;padding:15px 16px 15px 44px!important;border:1.5px solid #DCE4F2!important;border-radius:10px!important;background:#fff!important;outline:none;min-height:52px;box-shadow:none!important;transition:border-color .16s ease,box-shadow .16s ease}
.tipfb-lib__search input:focus{border-color:var(--tipfb-blue)!important;box-shadow:0 0 0 3px rgba(34,83,168,.13)!important}
.tipfb-lib__searchicon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#6A7488;pointer-events:none;display:flex}
.tipfb-lib__searchicon svg{width:17px;height:17px}

.tipfb-lib__chips{display:flex;flex-wrap:wrap;gap:9px;padding-bottom:30px;border-bottom:1px solid var(--tipfb-line);margin-bottom:8px}
.tipfb-chip{display:inline-flex;align-items:center;gap:9px;cursor:pointer;font:700 13.5px/1 var(--tipfb-display)!important;color:#25314A!important;background:#fff!important;border:1.5px solid #E1E8F5!important;border-radius:30px!important;padding:11px 15px!important;min-height:44px;-webkit-appearance:none;appearance:none;box-shadow:none!important;text-transform:none!important;letter-spacing:0!important;transition:border-color .16s ease,background .16s ease,color .16s ease}
.tipfb-chip span{font:700 11px/1 var(--tipfb-display);padding:4px 8px;border-radius:20px;background:#F0F4FC;color:#6A7488}
.tipfb-chip:hover{border-color:var(--tipfb-blue)!important}
.tipfb-chip.is-on{background:#122E63!important;border-color:#122E63!important;color:#fff!important}
.tipfb-chip.is-on span{background:rgba(255,255,255,.16);color:#fff}

.tipfb-lib__group{padding-top:34px}
.tipfb-lib__group[hidden]{display:none}
.tipfb-lib__gh{margin-bottom:16px}
.tipfb-lib__gt{margin:0 0 5px;font:800 21px/1.2 var(--tipfb-display);letter-spacing:-.02em;color:var(--tipfb-ink)!important;text-transform:none!important}
.tipfb-lib__gn{margin:0;font:400 14.5px/1.5 var(--tipfb-text);color:var(--tipfb-muted)!important}
.tipfb-lib__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:10px 14px}

.tipfb-row{display:flex;align-items:center;gap:14px;background:#fff!important;border:1px solid var(--tipfb-line)!important;border-radius:11px;padding:14px 16px;text-decoration:none!important;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}
.tipfb-row[hidden]{display:none}
.tipfb-row:hover{border-color:var(--tipfb-blue)!important;transform:translateY(-1px);box-shadow:0 6px 16px rgba(34,83,168,.12)}
.tipfb-row__icon{width:32px;height:32px;border-radius:8px;background:rgba(237,29,36,.09);color:var(--tipfb-red);display:flex;align-items:center;justify-content:center;flex:none}
.tipfb-row__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.tipfb-row__name{font:600 14px/1.4 var(--tipfb-text);color:#25314A!important}
.tipfb-row__tag{align-self:flex-start;font:700 10px/1 var(--tipfb-display);letter-spacing:.1em;text-transform:uppercase;color:var(--tipfb-blue)!important;background:var(--tipfb-tint-2);padding:4px 7px;border-radius:5px}
.tipfb-row__dl{display:inline-flex;align-items:center;gap:6px;font:700 12.5px/1 var(--tipfb-display);color:var(--tipfb-blue)!important;flex:none;opacity:.75;transition:opacity .16s ease}
.tipfb-row:hover .tipfb-row__dl{opacity:1}

.tipfb-lib__empty{margin:34px 0 0;padding:26px;background:var(--tipfb-tint);border:1px solid var(--tipfb-line);border-radius:12px;font:400 15px/1.6 var(--tipfb-text);color:#42506A!important;text-align:center}
.tipfb-lib__empty[hidden]{display:none}
.tipfb-lib__foot{margin-top:44px;padding-top:28px;border-top:1px solid var(--tipfb-line);display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap}
.tipfb-lib__foot p{margin:0;font:400 14px/1.6 var(--tipfb-text);color:var(--tipfb-muted)!important;max-width:520px}
.tipfb-lib__foot strong{color:#25314A!important;font-weight:700}

/* =========================================================================
   Form group with picker  [tip_forms_group]
   ========================================================================= */
.tipfb-group{max-width:var(--tipfb-max);margin:0 auto;padding:44px var(--tipfb-pad) 56px;font-family:var(--tipfb-text);scroll-margin-top:180px}
.tipfb-group__head{display:flex;align-items:flex-start;gap:15px;padding-bottom:20px;border-bottom:1px solid var(--tipfb-line);margin-bottom:22px}
.tipfb-group__icon{width:42px;height:42px;border-radius:11px;background:var(--tipfb-tint-2);color:var(--tipfb-blue);display:flex;align-items:center;justify-content:center;flex:none}
.tipfb-group__icon svg{width:20px;height:20px}
.tipfb-group__h{margin:0 0 5px;font:800 24px/1.2 var(--tipfb-display);letter-spacing:-.02em;color:var(--tipfb-ink)!important;text-transform:none!important}
.tipfb-group__p{margin:0;font:400 15px/1.6 var(--tipfb-text);color:var(--tipfb-body)!important;max-width:560px}
.tipfb-group__count{margin-left:auto;font:600 12.5px/1 var(--tipfb-text);color:var(--tipfb-blue)!important;background:var(--tipfb-tint-2);padding:9px 14px;border-radius:20px;white-space:nowrap;flex:none}

.tipfb-picker__row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}
.tipfb-picker__field{flex:1;min-width:260px}
.tipfb-picker__field label{display:block;font:600 12.5px/1 var(--tipfb-display)!important;color:#3B4759!important;margin-bottom:8px}
.tipfb-picker__select{position:relative}
.tipfb-picker__select select{width:100%;box-sizing:border-box;-webkit-appearance:none;appearance:none;font:400 15px/1 var(--tipfb-text)!important;color:#16233C!important;padding:15px 40px 15px 15px!important;border:1.5px solid #DCE4F2!important;border-radius:9px!important;background:#fff!important;outline:none;cursor:pointer;min-height:52px;box-shadow:none!important}
.tipfb-picker__select select:focus{border-color:var(--tipfb-blue)!important;box-shadow:0 0 0 3px rgba(34,83,168,.13)!important}
.tipfb-picker__select > span{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#6A7488;pointer-events:none;display:flex}
.tipfb-picker__select > span svg{width:16px;height:16px}
.tipfb-picker__go{min-height:52px}
.tipfb-picker__go[disabled],.tipfb-picker__go[disabled]:hover{opacity:1!important;cursor:not-allowed;transform:none!important;background:#EDF1F8!important;color:#8A94A6!important;box-shadow:none!important}

.tipfb-picker__chips{display:flex;flex-wrap:wrap;gap:9px}
.tipfb-pchip{cursor:pointer;font:700 13.5px/1 var(--tipfb-display)!important;color:#25314A!important;background:#fff!important;border:1.5px solid #E1E8F5!important;border-radius:9px!important;padding:15px 18px!important;min-height:52px;-webkit-appearance:none;appearance:none;box-shadow:none!important;text-transform:none!important;letter-spacing:0!important;transition:border-color .16s ease,background .16s ease,color .16s ease}
.tipfb-pchip:hover{border-color:var(--tipfb-blue)!important}
.tipfb-pchip[aria-pressed="true"]{background:var(--tipfb-red)!important;border-color:var(--tipfb-red)!important;color:#fff!important}

.tipfb-group__form{margin-top:22px;border:1px solid #E1E9F6;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(16,38,80,.07);background:#fff;animation:tipfbIn .22s ease both}
.tipfb-group__form[hidden]{display:none}
.tipfb-group__formhead{background:#F7FAFF;border-bottom:1px solid var(--tipfb-line);padding:24px clamp(18px,3vw,30px);display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.tipfb-group__formbody{padding:clamp(20px,3vw,30px);overflow-x:auto}
.tipfb-close{cursor:pointer;font:600 12.5px/1 var(--tipfb-display)!important;color:#6A7488!important;background:#fff!important;border:1.5px solid #DCE4F2!important;border-radius:7px!important;padding:10px 14px!important;min-height:40px;-webkit-appearance:none;appearance:none;box-shadow:none!important;text-transform:none!important;flex:none;transition:border-color .16s ease,color .16s ease}
.tipfb-close:hover{border-color:var(--tipfb-red)!important;color:var(--tipfb-red)!important}

@keyframes tipfbIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

@media (max-width:1080px){
  .tipfb-lib__head{grid-template-columns:1fr;gap:24px;align-items:start}
  .tipfb-lib__search{max-width:420px}
}
@media (max-width:760px){
  .tipfb-lib__grid{grid-template-columns:1fr}
  .tipfb-row__dl span{display:none}
  .tipfb-group__count{display:none}
  .tipfb-picker__go{width:100%;justify-content:center}
  .tipfb-pchip{width:100%;text-align:left}
}
@media (prefers-reduced-motion:reduce){
  .tipfb-group__form{animation:none!important}
}

/* Cards for categories that are not live yet. */
.tipfb-card--soon,.tipfb-card--soon:hover{cursor:default;background:#FAFBFD!important;border-color:#EAEFF7!important;box-shadow:none!important;transform:none!important}
.tipfb-card--soon .tipfb-card__icon{background:#F1F4F9!important;color:#A7B0C0!important}
.tipfb-card--soon .tipfb-card__label{color:#8A94A6!important}
.tipfb-card--soon .tipfb-card__desc{color:#A7B0C0!important}
.tipfb-card__soon{font:700 10px/1 var(--tipfb-display);letter-spacing:.12em;text-transform:uppercase;color:#8A94A6!important;background:#F1F4F9;padding:5px 8px;border-radius:5px;white-space:nowrap}
