/* Guide to Government reference-template styles. Loaded only on Guide to Government pages. */
/* 0.4.18 Reference layout/page-title alignment from approved Government 101 and old content ideas package */

:root{
  --ink:#141414;
  --muted:#55514d;
  --paper:#fff;
  --rule:#ddd7cf;
  --rust:#8b2236;
  --navy:#16233b;
  --font:Arial,Helvetica,sans-serif;
  --serif:Georgia,'Times New Roman',serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
h1,h2,h3,p,figure,blockquote{margin:0}
.gtg-shell{width:100%;max-width:1500px;margin:0 auto;padding:0 56px}
.gtg-rust-icon{filter:none}
.gtg-link{color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}
.gtg-link::after{content:' \2192'}
.gtg-label,.gtg-section-heading,.gtg-topic-head h2{font-family:var(--font);font-size:14px;line-height:1.05;font-weight:700;letter-spacing:.20em;text-transform:uppercase;color:var(--rust)}
.gtg-card-title{display:block;font-family:var(--font);font-size:14px;font-weight:700;line-height:1.16;letter-spacing:-.005em;color:var(--ink)}
.gtg-card-copy{font-family:var(--font);font-size:13px;line-height:1.35;color:var(--muted)}

/* Hero — no divider lines between major sections */
.gtg-hero{padding:34px 0 44px}
.gtg-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:68px;align-items:stretch}
.gtg-hero-left{min-height:342px;padding-right:58px}
.gtg-logo-row{display:flex;align-items:flex-end;gap:24px}
.gtg-logo-title{font-family:var(--serif);font-style:italic;font-size:clamp(42px,4.2vw,58px);font-weight:400;line-height:.82;letter-spacing:-.035em;color:var(--rust);white-space:nowrap}
.gtg-logo-icon{width:82px;height:82px;object-fit:contain;flex:0 0 auto;margin-bottom:-2px}
.gtg-hero-copy{margin-top:30px;max-width:820px}
.gtg-hero-copy h1{font-size:24px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px;max-width:760px}
.gtg-hero-copy p{font-size:16px;line-height:1.52;color:var(--muted);max-width:800px}
.gtg-hero-right{min-height:342px;display:flex;align-items:center;justify-content:center;padding-top:4px}
.gtg-quote{width:min(740px,100%);padding:0 28px 0 0}
.gtg-quote blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.34;letter-spacing:.01em;color:var(--rust)}
.gtg-quote figcaption{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:right;color:var(--ink);margin-top:16px}

/* Four-column topic list — no outer section dividers */
.gtg-start{padding:0 0 58px}
.gtg-four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.gtg-topic-col{display:flex;flex-direction:column;padding-right:24px}
.gtg-topic-col + .gtg-topic-col{padding-left:24px}
.gtg-topic-head{display:flex;align-items:center;gap:11px;min-height:40px;padding-bottom:11px;border-bottom:1px solid #222}
.gtg-topic-head img{width:23px;height:23px;object-fit:contain;opacity:.78}
.gtg-topic-item{display:grid;grid-template-columns:9px 1fr;gap:11px;min-height:84px;padding:12px 0;border-bottom:1px solid var(--rule)}
.gtg-topic-item::before{content:'•';color:var(--rust);font-size:15px;line-height:1;margin-top:1px}
.gtg-topic-title{display:block;font-family:var(--font);font-size:14px;font-weight:700;line-height:1.18;letter-spacing:-.005em;white-space:nowrap;color:var(--ink);min-height:17px}
.gtg-topic-desc{display:block;font-size:13px;line-height:1.32;color:var(--muted);margin-top:5px;min-height:35px;max-width:260px}
.gtg-topic-more{margin-top:auto;text-align:right;padding-top:16px}

/* Constitution */
.gtg-constitution{padding:0 0 42px}
.gtg-constitution-band{background:var(--navy);border-radius:6px;padding:40px 46px;display:grid;grid-template-columns:168px minmax(0,1fr) 382px;gap:38px;align-items:center}
.gtg-constitution-icon{width:156px;height:156px;object-fit:contain;justify-self:start;opacity:.96}
.gtg-constitution-title{font-family:var(--serif);font-size:48px;font-weight:400;font-style:italic;letter-spacing:-.025em;line-height:1.02;color:#fff;margin:11px 0 15px}
.gtg-constitution-title span{display:block;font-style:normal}
.gtg-constitution-copy .gtg-label{color:#fff}
.gtg-constitution-copy p:not(.gtg-label){font-family:var(--font);font-size:16px;line-height:1.52;color:rgba(255,255,255,.8);max-width:690px;margin-bottom:24px}
.gtg-constitution-action{text-align:right}
.gtg-constitution-action .gtg-link{color:#fff;border-bottom:1px solid rgba(255,255,255,.35)}
.gtg-article-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gtg-article-chip{min-height:78px;padding:14px 16px;border:1px solid rgba(255,255,255,.23);border-radius:10px;background:rgba(255,255,255,.06)}
.gtg-article-chip b{display:block;margin-bottom:12px;font-family:var(--font);font-size:11px;font-weight:900;line-height:1;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.58)}
.gtg-article-chip span{display:block;font-family:var(--serif);font-size:16px;line-height:1.15;color:#fff}

/* Process */
.gtg-how{padding:0 0 42px}
.gtg-how h2{margin-bottom:10px}
.gtg-how-intro{font-size:16px;line-height:1.52;color:var(--muted);max-width:100%;margin-bottom:24px}
.gtg-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gtg-step{position:relative;min-height:286px;padding:22px 18px 0;border:1px solid var(--rule);border-radius:8px;background:#fff;display:flex;flex-direction:column}
.gtg-step:not(:last-child)::after{content:'\2192';position:absolute;right:-15px;top:50%;transform:translateY(-50%);padding:2px;background:#fff;color:var(--rust);font-weight:900}
.gtg-roman{font-family:var(--serif);font-size:36px;font-style:italic;line-height:1;color:var(--rust);margin-bottom:12px}
.gtg-step .gtg-card-title{margin-bottom:7px}
.gtg-step .gtg-card-copy{margin-bottom:16px;min-height:92px}
.gtg-step-links{margin-top:auto;border-top:1px solid var(--rule)}
.gtg-step-links a{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--rule);font-size:13px;font-weight:900}
.gtg-step-links a:last-child{border-bottom:0}
.gtg-step-links a::after{content:'\2192';color:var(--rust)}

/* Quote break */
.gtg-quote-break{padding:34px 0 38px;text-align:center;margin-bottom:38px}
.gtg-quote-break blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.2;letter-spacing:.005em;color:var(--rust)}
.gtg-quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-top:16px}

/* Budget and elections */
.gtg-two{padding:0 0 44px}
.gtg-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.gtg-mini-head{display:grid;grid-template-columns:82px 1fr;gap:16px;align-items:start;margin-bottom:10px}
.gtg-mini-head img{width:78px;height:78px;object-fit:contain;opacity:.74}
.gtg-mini-head h2{margin-bottom:7px}
.gtg-mini-head p{font-size:16px;line-height:1.52;color:var(--muted);max-width:620px}
.gtg-list{border-top:1px solid var(--rule);margin-top:18px}
.gtg-list a{display:grid;grid-template-columns:8px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--rule);font-size:14px;font-weight:900;line-height:1.25}
.gtg-list a::before{content:'•';color:var(--rust)}

/* Help */
.gtg-help{padding:0 0 76px}
.gtg-help-title-row{margin-bottom:22px}
.gtg-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:56px}
.gtg-help-item{display:grid;grid-template-columns:100px 1fr;gap:18px;align-items:start}
.gtg-help-item img{width:96px;height:96px;object-fit:contain;opacity:.74}
.gtg-help-item .gtg-card-title{margin-bottom:6px}
.gtg-help-item .gtg-card-copy{font-size:16px;line-height:1.52;color:var(--muted);min-height:73px;margin-bottom:14px;max-width:320px}
.gtg-help-more{text-align:right;margin-top:28px}

@media(max-width:1000px){
  .gtg-shell{padding:0 28px}
  .gtg-hero-grid,.gtg-two-grid{grid-template-columns:1fr}
  .gtg-hero-left{border-right:0;padding-right:0;min-height:auto}
  .gtg-hero-right{min-height:220px}
  .gtg-four-grid,.gtg-step-grid{grid-template-columns:repeat(2,1fr)}
  .gtg-help-grid{grid-template-columns:1fr}
  .gtg-topic-col + .gtg-topic-col{border-left:0;padding-left:0}
  .gtg-topic-col{padding-right:0;padding-bottom:18px;margin-bottom:18px}
  .gtg-constitution-band{grid-template-columns:1fr}.gtg-constitution-icon{width:96px;height:96px}
  .gtg-step:not(:last-child)::after{display:none}
}
@media(max-width:640px){
  .gtg-shell{padding:0 18px}
  .gtg-logo-row{align-items:flex-end}.gtg-logo-title{font-size:38px;white-space:normal}.gtg-logo-icon{width:64px;height:64px}
  .gtg-four-grid,.gtg-step-grid{grid-template-columns:1fr}
  .gtg-help-item{grid-template-columns:70px 1fr}.gtg-help-item img{width:66px;height:66px}
  .gtg-mini-head{grid-template-columns:56px 1fr}.gtg-mini-head img{width:52px;height:52px}
}


/* Reference page styles from old content ideas.zip. Scoped to plugin-rendered pages. */


/* Reference: amendment-process.html */

.dwfgt-reference-page{--ink:#141414;--muted:#55514d;--paper:#fff;--rule:#ddd7cf;--rust:#8b2236;--navy:#16233b;--font:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}

.dwfgt-reference-page *{box-sizing:border-box}
 .dwfgt-reference-page{scroll-behavior:smooth}
 .dwfgt-reference-page{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
 .dwfgt-reference-page a{color:inherit;text-decoration:none}
 .dwfgt-reference-page img{display:block;max-width:100%}
 .dwfgt-reference-page h1,.dwfgt-reference-page h2,.dwfgt-reference-page h3,.dwfgt-reference-page h4,.dwfgt-reference-page p,.dwfgt-reference-page figure,.dwfgt-reference-page blockquote{margin:0}
.dwfgt-reference-page .gtg-shell{width:100%;max-width:1500px;margin:0 auto;padding:0 56px}
.dwfgt-reference-page .gtg-rust-icon{filter:none}
.dwfgt-reference-page .gtg-white-icon{filter:none}
.dwfgt-reference-page .gtg-link{color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}
.dwfgt-reference-page .gtg-link::after{content:' \2192'}
.dwfgt-reference-page .gtg-label,.dwfgt-reference-page .gtg-section-heading,.dwfgt-reference-page .gtg-topic-head h2{font-family:var(--font);font-size:14px;line-height:1.05;font-weight:700;letter-spacing:.20em;text-transform:uppercase;color:var(--rust)}
.dwfgt-reference-page .gtg-card-title{display:block;font-family:var(--font);font-size:14px;font-weight:700;line-height:1.16;letter-spacing:-.005em;color:var(--ink)}
.dwfgt-reference-page .gtg-card-copy{font-family:var(--font);font-size:13px;line-height:1.35;color:var(--muted)}

.dwfgt-reference-page .gtg-hero{padding:34px 0 44px}
.dwfgt-reference-page .gtg-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:68px;align-items:stretch}
.dwfgt-reference-page .gtg-hero-left{min-height:342px;padding-right:58px}
.dwfgt-reference-page .gtg-logo-row{display:flex;align-items:flex-end;gap:24px}
.dwfgt-reference-page .gtg-logo-title{font-family:var(--serif);font-style:italic;font-size:clamp(42px,4.2vw,58px);font-weight:400;line-height:.82;letter-spacing:-.035em;color:var(--rust);white-space:nowrap}
.dwfgt-reference-page .gtg-logo-icon{width:82px;height:82px;object-fit:contain;flex:0 0 auto;margin-bottom:-2px}
.dwfgt-reference-page .gtg-hero-copy{margin-top:30px;max-width:820px}
.dwfgt-reference-page .gtg-hero-copy h1{font-size:24px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px;max-width:760px}
.dwfgt-reference-page .gtg-hero-copy p{font-size:16px;line-height:1.52;color:var(--muted);max-width:800px}
.dwfgt-reference-page .gtg-hero-right{min-height:342px;display:flex;align-items:center;justify-content:center;padding-top:4px}
.dwfgt-reference-page .gtg-quote{width:min(740px,100%);padding:0 28px 0 0}
.dwfgt-reference-page .gtg-quote blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.34;letter-spacing:.01em;color:var(--rust)}
.dwfgt-reference-page .gtg-quote figcaption{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:right;color:var(--ink);margin-top:16px}

.dwfgt-reference-page .gtg-start{padding:0 0 58px}
.dwfgt-reference-page .gtg-four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.dwfgt-reference-page .gtg-topic-col{display:flex;flex-direction:column;padding-right:24px}
.dwfgt-reference-page .gtg-topic-col+.gtg-topic-col{padding-left:24px}
.dwfgt-reference-page .gtg-topic-head{display:flex;align-items:center;gap:11px;min-height:40px;padding-bottom:11px;border-bottom:1px solid #222}
.dwfgt-reference-page .gtg-topic-head img{width:23px;height:23px;object-fit:contain;opacity:.78}
.dwfgt-reference-page .gtg-topic-item{display:grid;grid-template-columns:9px 1fr;gap:11px;min-height:84px;padding:12px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .gtg-topic-item::before{content:'•';color:var(--rust);font-size:15px;line-height:1;margin-top:1px}
.dwfgt-reference-page .gtg-topic-title{display:block;font-family:var(--font);font-size:14px;font-weight:700;line-height:1.18;letter-spacing:-.005em;white-space:nowrap;color:var(--ink);min-height:17px}
.dwfgt-reference-page .gtg-topic-desc{display:block;font-size:13px;line-height:1.32;color:var(--muted);margin-top:5px;min-height:35px;max-width:260px}
.dwfgt-reference-page .gtg-topic-more{margin-top:auto;text-align:right;padding-top:16px}

.dwfgt-reference-page .gtg-band{padding:0 0 42px}
.dwfgt-reference-page .gtg-dark-band{background:var(--navy);border-radius:6px;padding:40px 46px;display:grid;grid-template-columns:168px minmax(0,1fr) 382px;gap:38px;align-items:center}
.dwfgt-reference-page .gtg-dark-icon{width:156px;height:156px;object-fit:contain;justify-self:start;opacity:.96}
.dwfgt-reference-page .gtg-dark-title{font-family:var(--serif);font-size:48px;font-weight:400;font-style:italic;letter-spacing:-.025em;line-height:1.02;color:#fff;margin:11px 0 15px}
.dwfgt-reference-page .gtg-dark-title span{display:block;font-style:normal}
.dwfgt-reference-page .gtg-dark-copy .gtg-label{color:#fff}
.dwfgt-reference-page .gtg-dark-copy p:not(.gtg-label){font-family:var(--font);font-size:16px;line-height:1.52;color:rgba(255,255,255,.8);max-width:690px;margin-bottom:24px}
.dwfgt-reference-page .gtg-dark-action{text-align:right}
.dwfgt-reference-page .gtg-dark-action .gtg-link{color:#fff;border-bottom:1px solid rgba(255,255,255,.35)}
.dwfgt-reference-page .gtg-chip-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dwfgt-reference-page .gtg-chip{min-height:78px;padding:14px 16px;border:1px solid rgba(255,255,255,.23);border-radius:10px;background:rgba(255,255,255,.06)}
.dwfgt-reference-page .gtg-chip b{display:block;margin-bottom:12px;font-family:var(--font);font-size:11px;font-weight:900;line-height:1;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.58)}
.dwfgt-reference-page .gtg-chip span{display:block;font-family:var(--serif);font-size:16px;line-height:1.15;color:#fff}

.dwfgt-reference-page .gtg-section{padding:0 0 44px}
.dwfgt-reference-page .gtg-section .gtg-section-heading{margin-bottom:10px}
.dwfgt-reference-page .gtg-intro{font-size:16px;line-height:1.52;color:var(--muted);max-width:100%;margin-bottom:24px}
.dwfgt-reference-page .gtg-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dwfgt-reference-page .gtg-card{border:1px solid var(--rule);border-radius:8px;padding:22px 18px;background:#fff;min-height:170px}
.dwfgt-reference-page .gtg-card .gtg-card-title{margin-bottom:7px}
.dwfgt-reference-page .gtg-card .gtg-card-copy{font-size:14px;line-height:1.45}
.dwfgt-reference-page .gtg-card small{display:block;color:var(--rust);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}
.dwfgt-reference-page .gtg-card-links{margin-top:14px;border-top:1px solid var(--rule)}
.dwfgt-reference-page .gtg-card-links a{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--rule);font-size:13px;font-weight:900}
.dwfgt-reference-page .gtg-card-links a::after{content:'\2192';color:var(--rust)}
.dwfgt-reference-page .gtg-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.dwfgt-reference-page .gtg-list{border-top:1px solid var(--rule);margin-top:18px}
.dwfgt-reference-page .gtg-list a{display:grid;grid-template-columns:8px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--rule);font-size:14px;font-weight:900;line-height:1.25}
.dwfgt-reference-page .gtg-list a::before{content:'•';color:var(--rust)}
.dwfgt-reference-page .gtg-mini-head{display:grid;grid-template-columns:82px 1fr;gap:16px;align-items:start;margin-bottom:10px}
.dwfgt-reference-page .gtg-mini-head img{width:78px;height:78px;object-fit:contain;opacity:.74}
.dwfgt-reference-page .gtg-mini-head h2{margin-bottom:7px}
.dwfgt-reference-page .gtg-mini-head p{font-size:16px;line-height:1.52;color:var(--muted);max-width:620px}
.dwfgt-reference-page .gtg-quote-break{padding:34px 0 38px;text-align:center;margin-bottom:38px}
.dwfgt-reference-page .gtg-quote-break blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.2;letter-spacing:.005em;color:var(--rust)}
.dwfgt-reference-page .gtg-quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-top:16px}
.dwfgt-reference-page .gtg-timeline{display:flex;flex-direction:column}
.dwfgt-reference-page .gtg-time-row{display:grid;grid-template-columns:100px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .gtg-time-year{font-family:var(--serif);font-size:30px;font-style:italic;color:var(--rust);line-height:1}
.dwfgt-reference-page .gtg-time-row h3{font-size:14px;line-height:1.16;font-weight:800;margin-bottom:6px}
.dwfgt-reference-page .gtg-time-row p{font-size:14px;line-height:1.5;color:var(--muted)}
.dwfgt-reference-page .gtg-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dwfgt-reference-page .gtg-process{position:relative;min-height:230px;padding:22px 18px 0;border:1px solid var(--rule);border-radius:8px;background:#fff;display:flex;flex-direction:column}
.dwfgt-reference-page .gtg-process:not(:last-child)::after{content:'\2192';position:absolute;right:-15px;top:50%;transform:translateY(-50%);padding:2px;background:#fff;color:var(--rust);font-weight:900}
.dwfgt-reference-page .gtg-roman{font-family:var(--serif);font-size:36px;font-style:italic;line-height:1;color:var(--rust);margin-bottom:12px}
.dwfgt-reference-page .gtg-process .gtg-card-copy{min-height:74px}
.dwfgt-reference-page .gtg-glossary-strip{padding:0 0 70px}
.dwfgt-reference-page .gtg-gloss-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.dwfgt-reference-page .gtg-gloss-term h3{font-size:14px;line-height:1.08;font-weight:800;color:var(--ink);margin-bottom:7px}
.dwfgt-reference-page .gtg-gloss-term p{font-size:13px;line-height:1.35;color:var(--muted)}

@media(max-width:1000px){.dwfgt-reference-page .gtg-shell{padding:0 28px}
.dwfgt-reference-page .gtg-hero-grid,.dwfgt-reference-page .gtg-two-grid{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-hero-left{padding-right:0;min-height:auto}
.dwfgt-reference-page .gtg-hero-right{min-height:220px}
.dwfgt-reference-page .gtg-four-grid,.dwfgt-reference-page .gtg-card-grid,.dwfgt-reference-page .gtg-process-grid,.dwfgt-reference-page .gtg-gloss-grid{grid-template-columns:repeat(2,1fr)}
.dwfgt-reference-page .gtg-topic-col+.gtg-topic-col{border-left:0;padding-left:0}
.dwfgt-reference-page .gtg-topic-col{padding-right:0;padding-bottom:18px;margin-bottom:18px}
.dwfgt-reference-page .gtg-dark-band{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-dark-icon{width:96px;height:96px}
.dwfgt-reference-page .gtg-process:not(:last-child)::after{display:none}
}@media(max-width:640px){.dwfgt-reference-page .gtg-shell{padding:0 18px}
.dwfgt-reference-page .gtg-logo-title{font-size:38px;white-space:normal}
.dwfgt-reference-page .gtg-logo-icon{width:64px;height:64px}
.dwfgt-reference-page .gtg-four-grid,.dwfgt-reference-page .gtg-card-grid,.dwfgt-reference-page .gtg-process-grid,.dwfgt-reference-page .gtg-gloss-grid{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-mini-head{grid-template-columns:56px 1fr}
.dwfgt-reference-page .gtg-mini-head img{width:52px;height:52px}
.dwfgt-reference-page .gtg-time-row{grid-template-columns:1fr}
}



/* Reference: benefits-and-support.html */

.dwfgt-reference-page{--ink:#141414;--muted:#55514d;--paper:#fff;--rule:#ddd7cf;--soft:#f6f3ef;--rust:#8b2236;--navy:#16233b;--font:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}

.dwfgt-reference-page *{box-sizing:border-box}
.dwfgt-reference-page{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
.dwfgt-reference-page a{color:inherit;text-decoration:none}
.dwfgt-reference-page h1,.dwfgt-reference-page h2,.dwfgt-reference-page h3,.dwfgt-reference-page p,.dwfgt-reference-page figure,.dwfgt-reference-page blockquote{margin:0}
.dwfgt-reference-page .shell{max-width:1500px;margin:0 auto;padding:0 56px}
.dwfgt-reference-page .rust{filter:brightness(0) saturate(100%) invert(18%) sepia(49%) saturate(1538%) hue-rotate(318deg) brightness(94%) contrast(96%)}
.dwfgt-reference-page .white{filter:brightness(0) invert(1)}
.dwfgt-reference-page .hero{padding:34px 0 44px}
.dwfgt-reference-page .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:68px;align-items:center}
.dwfgt-reference-page .logo{display:flex;align-items:flex-end;gap:24px}
.dwfgt-reference-page .logo h1{font-family:var(--serif);font-style:italic;font-size:clamp(42px,4.2vw,58px);font-weight:400;line-height:.88;color:var(--rust);letter-spacing:-.035em}
.dwfgt-reference-page .logo img{width:82px;height:82px;object-fit:contain}
.dwfgt-reference-page .intro{margin-top:30px;max-width:820px}
.dwfgt-reference-page .intro h2{font-size:24px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px}
.dwfgt-reference-page .intro p,.dwfgt-reference-page .bodycopy{font-size:16px;line-height:1.52;color:var(--muted)}
.dwfgt-reference-page .quote blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.24;color:var(--rust)}
.dwfgt-reference-page .quote figcaption{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:right;color:var(--ink);margin-top:16px}
.dwfgt-reference-page .section{padding:0 0 46px}
.dwfgt-reference-page .heading{font-size:14px;line-height:1.05;font-weight:700;letter-spacing:.20em;text-transform:uppercase;color:var(--rust);margin-bottom:18px}
.dwfgt-reference-page .grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.dwfgt-reference-page .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.dwfgt-reference-page .grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:46px}
.dwfgt-reference-page .topic{border-top:1px solid var(--rule);padding:14px 0}
.dwfgt-reference-page .topic h3,.dwfgt-reference-page .card h3,.dwfgt-reference-page .list h3{font-size:14px;line-height:1.16;font-weight:700;color:var(--ink);margin-bottom:6px}
.dwfgt-reference-page .topic p,.dwfgt-reference-page .card p,.dwfgt-reference-page .list p{font-size:13px;line-height:1.35;color:var(--muted)}
.dwfgt-reference-page .card{border:1px solid var(--rule);border-radius:8px;padding:22px;background:#fff;min-height:175px}
.dwfgt-reference-page .card .tag{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--rust);font-weight:800;margin-bottom:10px}
.dwfgt-reference-page .band{background:var(--navy);border-radius:8px;color:#fff;padding:36px 42px;margin-bottom:46px;display:grid;grid-template-columns:120px 1fr 360px;gap:28px;align-items:center}
.dwfgt-reference-page .band img{width:105px;height:105px;object-fit:contain}
.dwfgt-reference-page .band .heading{color:#fff;margin:0 0 10px}
.dwfgt-reference-page .band h2{font-family:var(--serif);font-size:40px;font-weight:400;line-height:1.05;margin-bottom:12px}
.dwfgt-reference-page .band p{font-size:15px;line-height:1.52;color:rgba(255,255,255,.78)}
.dwfgt-reference-page .bandlinks{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dwfgt-reference-page .bandlinks a{border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:12px;color:#fff;font-size:13px;font-weight:700}
.dwfgt-reference-page .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dwfgt-reference-page .step{border:1px solid var(--rule);border-radius:8px;padding:22px 18px;min-height:260px;display:flex;flex-direction:column}
.dwfgt-reference-page .roman{font-family:var(--serif);font-size:36px;font-style:italic;color:var(--rust);line-height:1;margin-bottom:12px}
.dwfgt-reference-page .links{margin-top:auto;border-top:1px solid var(--rule)}
.dwfgt-reference-page .links a{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--rule);font-size:13px;font-weight:900}
.dwfgt-reference-page .links a:after{content:'\2192';color:var(--rust)}
.dwfgt-reference-page .two-tone{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.dwfgt-reference-page .redbox,.dwfgt-reference-page .bluebox{border-radius:8px;padding:28px;color:#fff;min-height:220px}
.dwfgt-reference-page .redbox{background:var(--rust)}
.dwfgt-reference-page .bluebox{background:var(--navy)}
.dwfgt-reference-page .redbox h3,.dwfgt-reference-page .bluebox h3{font-family:var(--serif);font-size:34px;font-weight:400;line-height:1.05;margin-bottom:12px}
.dwfgt-reference-page .redbox p,.dwfgt-reference-page .bluebox p{color:rgba(255,255,255,.82);font-size:15px;line-height:1.48}
.dwfgt-reference-page .listrow{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:start;padding:14px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .listrow img{width:68px;height:68px;object-fit:contain}
.dwfgt-reference-page .small-link{color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.dwfgt-reference-page .small-link:after{content:' \2192'}
.dwfgt-reference-page table{width:100%;border-collapse:collapse;font-size:13px}
.dwfgt-reference-page th{text-align:left;padding:12px 14px;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
.dwfgt-reference-page td{padding:13px 14px;border-bottom:1px solid var(--rule);vertical-align:top}
.dwfgt-reference-page .house{background:rgba(139,34,54,.08);color:var(--rust);font-weight:700}
.dwfgt-reference-page .senate{background:rgba(22,35,59,.08);color:var(--navy);font-weight:700}
.dwfgt-reference-page .formbox{border:1px solid var(--rule);border-radius:10px;padding:24px;background:var(--soft)}
.dwfgt-reference-page .formrow{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:10px;margin-top:14px}
.dwfgt-reference-page .formrow input,.dwfgt-reference-page .formrow select{border:1px solid var(--rule);border-radius:6px;padding:12px;font:inherit}
.dwfgt-reference-page .formrow button{background:var(--ink);color:#fff;border:0;border-radius:6px;padding:0 18px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dwfgt-reference-page .quote-break{padding:34px 0 38px;text-align:center}
.dwfgt-reference-page .quote-break blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.2;color:var(--rust)}
.dwfgt-reference-page .quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-top:16px}
@media(max-width:1000px){.dwfgt-reference-page .shell{padding:0 28px}
.dwfgt-reference-page .hero-grid,.dwfgt-reference-page .grid2,.dwfgt-reference-page .two-tone,.dwfgt-reference-page .band{grid-template-columns:1fr}
.dwfgt-reference-page .grid4,.dwfgt-reference-page .grid3,.dwfgt-reference-page .steps{grid-template-columns:repeat(2,1fr)}
.dwfgt-reference-page .formrow{grid-template-columns:1fr}
}@media(max-width:640px){.dwfgt-reference-page .shell{padding:0 18px}
.dwfgt-reference-page .grid4,.dwfgt-reference-page .grid3,.dwfgt-reference-page .steps{grid-template-columns:1fr}
.dwfgt-reference-page .logo h1{font-size:38px}
.dwfgt-reference-page .logo img{width:62px;height:62px}
.dwfgt-reference-page .quote blockquote,.dwfgt-reference-page .quote-break blockquote{font-size:32px}
}



/* Reference: bill-of-rights.html */

.dwfgt-reference-page{--ink:#141414;--muted:#55514d;--paper:#fff;--rule:#ddd7cf;--rust:#8b2236;--navy:#16233b;--font:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}

.dwfgt-reference-page *{box-sizing:border-box}
 .dwfgt-reference-page{scroll-behavior:smooth}
 .dwfgt-reference-page{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
 .dwfgt-reference-page a{color:inherit;text-decoration:none}
 .dwfgt-reference-page img{display:block;max-width:100%}
 .dwfgt-reference-page h1,.dwfgt-reference-page h2,.dwfgt-reference-page h3,.dwfgt-reference-page h4,.dwfgt-reference-page p,.dwfgt-reference-page figure,.dwfgt-reference-page blockquote{margin:0}
.dwfgt-reference-page .gtg-shell{width:100%;max-width:1500px;margin:0 auto;padding:0 56px}
.dwfgt-reference-page .gtg-rust-icon{filter:none}
.dwfgt-reference-page .gtg-white-icon{filter:none}
.dwfgt-reference-page .gtg-link{color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}
.dwfgt-reference-page .gtg-link::after{content:' \2192'}
.dwfgt-reference-page .gtg-label,.dwfgt-reference-page .gtg-section-heading,.dwfgt-reference-page .gtg-topic-head h2{font-family:var(--font);font-size:14px;line-height:1.05;font-weight:700;letter-spacing:.20em;text-transform:uppercase;color:var(--rust)}
.dwfgt-reference-page .gtg-card-title{display:block;font-family:var(--font);font-size:14px;font-weight:700;line-height:1.16;letter-spacing:-.005em;color:var(--ink)}
.dwfgt-reference-page .gtg-card-copy{font-family:var(--font);font-size:13px;line-height:1.35;color:var(--muted)}

.dwfgt-reference-page .gtg-hero{padding:34px 0 44px}
.dwfgt-reference-page .gtg-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:68px;align-items:stretch}
.dwfgt-reference-page .gtg-hero-left{min-height:342px;padding-right:58px}
.dwfgt-reference-page .gtg-logo-row{display:flex;align-items:flex-end;gap:24px}
.dwfgt-reference-page .gtg-logo-title{font-family:var(--serif);font-style:italic;font-size:clamp(42px,4.2vw,58px);font-weight:400;line-height:.82;letter-spacing:-.035em;color:var(--rust);white-space:nowrap}
.dwfgt-reference-page .gtg-logo-icon{width:82px;height:82px;object-fit:contain;flex:0 0 auto;margin-bottom:-2px}
.dwfgt-reference-page .gtg-hero-copy{margin-top:30px;max-width:820px}
.dwfgt-reference-page .gtg-hero-copy h1{font-size:24px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px;max-width:760px}
.dwfgt-reference-page .gtg-hero-copy p{font-size:16px;line-height:1.52;color:var(--muted);max-width:800px}
.dwfgt-reference-page .gtg-hero-right{min-height:342px;display:flex;align-items:center;justify-content:center;padding-top:4px}
.dwfgt-reference-page .gtg-quote{width:min(740px,100%);padding:0 28px 0 0}
.dwfgt-reference-page .gtg-quote blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.34;letter-spacing:.01em;color:var(--rust)}
.dwfgt-reference-page .gtg-quote figcaption{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:right;color:var(--ink);margin-top:16px}

.dwfgt-reference-page .gtg-start{padding:0 0 58px}
.dwfgt-reference-page .gtg-four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.dwfgt-reference-page .gtg-topic-col{display:flex;flex-direction:column;padding-right:24px}
.dwfgt-reference-page .gtg-topic-col+.gtg-topic-col{padding-left:24px}
.dwfgt-reference-page .gtg-topic-head{display:flex;align-items:center;gap:11px;min-height:40px;padding-bottom:11px;border-bottom:1px solid #222}
.dwfgt-reference-page .gtg-topic-head img{width:23px;height:23px;object-fit:contain;opacity:.78}
.dwfgt-reference-page .gtg-topic-item{display:grid;grid-template-columns:9px 1fr;gap:11px;min-height:84px;padding:12px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .gtg-topic-item::before{content:'•';color:var(--rust);font-size:15px;line-height:1;margin-top:1px}
.dwfgt-reference-page .gtg-topic-title{display:block;font-family:var(--font);font-size:14px;font-weight:700;line-height:1.18;letter-spacing:-.005em;white-space:nowrap;color:var(--ink);min-height:17px}
.dwfgt-reference-page .gtg-topic-desc{display:block;font-size:13px;line-height:1.32;color:var(--muted);margin-top:5px;min-height:35px;max-width:260px}
.dwfgt-reference-page .gtg-topic-more{margin-top:auto;text-align:right;padding-top:16px}

.dwfgt-reference-page .gtg-band{padding:0 0 42px}
.dwfgt-reference-page .gtg-dark-band{background:var(--navy);border-radius:6px;padding:40px 46px;display:grid;grid-template-columns:168px minmax(0,1fr) 382px;gap:38px;align-items:center}
.dwfgt-reference-page .gtg-dark-icon{width:156px;height:156px;object-fit:contain;justify-self:start;opacity:.96}
.dwfgt-reference-page .gtg-dark-title{font-family:var(--serif);font-size:48px;font-weight:400;font-style:italic;letter-spacing:-.025em;line-height:1.02;color:#fff;margin:11px 0 15px}
.dwfgt-reference-page .gtg-dark-title span{display:block;font-style:normal}
.dwfgt-reference-page .gtg-dark-copy .gtg-label{color:#fff}
.dwfgt-reference-page .gtg-dark-copy p:not(.gtg-label){font-family:var(--font);font-size:16px;line-height:1.52;color:rgba(255,255,255,.8);max-width:690px;margin-bottom:24px}
.dwfgt-reference-page .gtg-dark-action{text-align:right}
.dwfgt-reference-page .gtg-dark-action .gtg-link{color:#fff;border-bottom:1px solid rgba(255,255,255,.35)}
.dwfgt-reference-page .gtg-chip-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dwfgt-reference-page .gtg-chip{min-height:78px;padding:14px 16px;border:1px solid rgba(255,255,255,.23);border-radius:10px;background:rgba(255,255,255,.06)}
.dwfgt-reference-page .gtg-chip b{display:block;margin-bottom:12px;font-family:var(--font);font-size:11px;font-weight:900;line-height:1;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.58)}
.dwfgt-reference-page .gtg-chip span{display:block;font-family:var(--serif);font-size:16px;line-height:1.15;color:#fff}

.dwfgt-reference-page .gtg-section{padding:0 0 44px}
.dwfgt-reference-page .gtg-section .gtg-section-heading{margin-bottom:10px}
.dwfgt-reference-page .gtg-intro{font-size:16px;line-height:1.52;color:var(--muted);max-width:100%;margin-bottom:24px}
.dwfgt-reference-page .gtg-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dwfgt-reference-page .gtg-card{border:1px solid var(--rule);border-radius:8px;padding:22px 18px;background:#fff;min-height:170px}
.dwfgt-reference-page .gtg-card .gtg-card-title{margin-bottom:7px}
.dwfgt-reference-page .gtg-card .gtg-card-copy{font-size:14px;line-height:1.45}
.dwfgt-reference-page .gtg-card small{display:block;color:var(--rust);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}
.dwfgt-reference-page .gtg-card-links{margin-top:14px;border-top:1px solid var(--rule)}
.dwfgt-reference-page .gtg-card-links a{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--rule);font-size:13px;font-weight:900}
.dwfgt-reference-page .gtg-card-links a::after{content:'\2192';color:var(--rust)}
.dwfgt-reference-page .gtg-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.dwfgt-reference-page .gtg-list{border-top:1px solid var(--rule);margin-top:18px}
.dwfgt-reference-page .gtg-list a{display:grid;grid-template-columns:8px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--rule);font-size:14px;font-weight:900;line-height:1.25}
.dwfgt-reference-page .gtg-list a::before{content:'•';color:var(--rust)}
.dwfgt-reference-page .gtg-mini-head{display:grid;grid-template-columns:82px 1fr;gap:16px;align-items:start;margin-bottom:10px}
.dwfgt-reference-page .gtg-mini-head img{width:78px;height:78px;object-fit:contain;opacity:.74}
.dwfgt-reference-page .gtg-mini-head h2{margin-bottom:7px}
.dwfgt-reference-page .gtg-mini-head p{font-size:16px;line-height:1.52;color:var(--muted);max-width:620px}
.dwfgt-reference-page .gtg-quote-break{padding:34px 0 38px;text-align:center;margin-bottom:38px}
.dwfgt-reference-page .gtg-quote-break blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.2;letter-spacing:.005em;color:var(--rust)}
.dwfgt-reference-page .gtg-quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-top:16px}
.dwfgt-reference-page .gtg-timeline{display:flex;flex-direction:column}
.dwfgt-reference-page .gtg-time-row{display:grid;grid-template-columns:100px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .gtg-time-year{font-family:var(--serif);font-size:30px;font-style:italic;color:var(--rust);line-height:1}
.dwfgt-reference-page .gtg-time-row h3{font-size:14px;line-height:1.16;font-weight:800;margin-bottom:6px}
.dwfgt-reference-page .gtg-time-row p{font-size:14px;line-height:1.5;color:var(--muted)}
.dwfgt-reference-page .gtg-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dwfgt-reference-page .gtg-process{position:relative;min-height:230px;padding:22px 18px 0;border:1px solid var(--rule);border-radius:8px;background:#fff;display:flex;flex-direction:column}
.dwfgt-reference-page .gtg-process:not(:last-child)::after{content:'\2192';position:absolute;right:-15px;top:50%;transform:translateY(-50%);padding:2px;background:#fff;color:var(--rust);font-weight:900}
.dwfgt-reference-page .gtg-roman{font-family:var(--serif);font-size:36px;font-style:italic;line-height:1;color:var(--rust);margin-bottom:12px}
.dwfgt-reference-page .gtg-process .gtg-card-copy{min-height:74px}
.dwfgt-reference-page .gtg-glossary-strip{padding:0 0 70px}
.dwfgt-reference-page .gtg-gloss-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.dwfgt-reference-page .gtg-gloss-term h3{font-size:14px;line-height:1.08;font-weight:800;color:var(--ink);margin-bottom:7px}
.dwfgt-reference-page .gtg-gloss-term p{font-size:13px;line-height:1.35;color:var(--muted)}

@media(max-width:1000px){.dwfgt-reference-page .gtg-shell{padding:0 28px}
.dwfgt-reference-page .gtg-hero-grid,.dwfgt-reference-page .gtg-two-grid{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-hero-left{padding-right:0;min-height:auto}
.dwfgt-reference-page .gtg-hero-right{min-height:220px}
.dwfgt-reference-page .gtg-four-grid,.dwfgt-reference-page .gtg-card-grid,.dwfgt-reference-page .gtg-process-grid,.dwfgt-reference-page .gtg-gloss-grid{grid-template-columns:repeat(2,1fr)}
.dwfgt-reference-page .gtg-topic-col+.gtg-topic-col{border-left:0;padding-left:0}
.dwfgt-reference-page .gtg-topic-col{padding-right:0;padding-bottom:18px;margin-bottom:18px}
.dwfgt-reference-page .gtg-dark-band{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-dark-icon{width:96px;height:96px}
.dwfgt-reference-page .gtg-process:not(:last-child)::after{display:none}
}@media(max-width:640px){.dwfgt-reference-page .gtg-shell{padding:0 18px}
.dwfgt-reference-page .gtg-logo-title{font-size:38px;white-space:normal}
.dwfgt-reference-page .gtg-logo-icon{width:64px;height:64px}
.dwfgt-reference-page .gtg-four-grid,.dwfgt-reference-page .gtg-card-grid,.dwfgt-reference-page .gtg-process-grid,.dwfgt-reference-page .gtg-gloss-grid{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-mini-head{grid-template-columns:56px 1fr}
.dwfgt-reference-page .gtg-mini-head img{width:52px;height:52px}
.dwfgt-reference-page .gtg-time-row{grid-template-columns:1fr}
}



/* Reference: congressional-committees.html */

.dwfgt-reference-page{--ink:#141414;--muted:#55514d;--paper:#fff;--rule:#ddd7cf;--soft:#f6f3ef;--rust:#8b2236;--navy:#16233b;--font:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}

.dwfgt-reference-page *{box-sizing:border-box}
.dwfgt-reference-page{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
.dwfgt-reference-page a{color:inherit;text-decoration:none}
.dwfgt-reference-page h1,.dwfgt-reference-page h2,.dwfgt-reference-page h3,.dwfgt-reference-page p,.dwfgt-reference-page figure,.dwfgt-reference-page blockquote{margin:0}
.dwfgt-reference-page .shell{max-width:1500px;margin:0 auto;padding:0 56px}
.dwfgt-reference-page .rust{filter:brightness(0) saturate(100%) invert(18%) sepia(49%) saturate(1538%) hue-rotate(318deg) brightness(94%) contrast(96%)}
.dwfgt-reference-page .white{filter:brightness(0) invert(1)}
.dwfgt-reference-page .hero{padding:34px 0 44px}
.dwfgt-reference-page .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:68px;align-items:center}
.dwfgt-reference-page .logo{display:flex;align-items:flex-end;gap:24px}
.dwfgt-reference-page .logo h1{font-family:var(--serif);font-style:italic;font-size:clamp(42px,4.2vw,58px);font-weight:400;line-height:.88;color:var(--rust);letter-spacing:-.035em}
.dwfgt-reference-page .logo img{width:82px;height:82px;object-fit:contain}
.dwfgt-reference-page .intro{margin-top:30px;max-width:820px}
.dwfgt-reference-page .intro h2{font-size:24px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px}
.dwfgt-reference-page .intro p,.dwfgt-reference-page .bodycopy{font-size:16px;line-height:1.52;color:var(--muted)}
.dwfgt-reference-page .quote blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.24;color:var(--rust)}
.dwfgt-reference-page .quote figcaption{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:right;color:var(--ink);margin-top:16px}
.dwfgt-reference-page .section{padding:0 0 46px}
.dwfgt-reference-page .heading{font-size:14px;line-height:1.05;font-weight:700;letter-spacing:.20em;text-transform:uppercase;color:var(--rust);margin-bottom:18px}
.dwfgt-reference-page .grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.dwfgt-reference-page .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.dwfgt-reference-page .grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:46px}
.dwfgt-reference-page .topic{border-top:1px solid var(--rule);padding:14px 0}
.dwfgt-reference-page .topic h3,.dwfgt-reference-page .card h3,.dwfgt-reference-page .list h3{font-size:14px;line-height:1.16;font-weight:700;color:var(--ink);margin-bottom:6px}
.dwfgt-reference-page .topic p,.dwfgt-reference-page .card p,.dwfgt-reference-page .list p{font-size:13px;line-height:1.35;color:var(--muted)}
.dwfgt-reference-page .card{border:1px solid var(--rule);border-radius:8px;padding:22px;background:#fff;min-height:175px}
.dwfgt-reference-page .card .tag{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--rust);font-weight:800;margin-bottom:10px}
.dwfgt-reference-page .band{background:var(--navy);border-radius:8px;color:#fff;padding:36px 42px;margin-bottom:46px;display:grid;grid-template-columns:120px 1fr 360px;gap:28px;align-items:center}
.dwfgt-reference-page .band img{width:105px;height:105px;object-fit:contain}
.dwfgt-reference-page .band .heading{color:#fff;margin:0 0 10px}
.dwfgt-reference-page .band h2{font-family:var(--serif);font-size:40px;font-weight:400;line-height:1.05;margin-bottom:12px}
.dwfgt-reference-page .band p{font-size:15px;line-height:1.52;color:rgba(255,255,255,.78)}
.dwfgt-reference-page .bandlinks{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dwfgt-reference-page .bandlinks a{border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:12px;color:#fff;font-size:13px;font-weight:700}
.dwfgt-reference-page .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dwfgt-reference-page .step{border:1px solid var(--rule);border-radius:8px;padding:22px 18px;min-height:260px;display:flex;flex-direction:column}
.dwfgt-reference-page .roman{font-family:var(--serif);font-size:36px;font-style:italic;color:var(--rust);line-height:1;margin-bottom:12px}
.dwfgt-reference-page .links{margin-top:auto;border-top:1px solid var(--rule)}
.dwfgt-reference-page .links a{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--rule);font-size:13px;font-weight:900}
.dwfgt-reference-page .links a:after{content:'\2192';color:var(--rust)}
.dwfgt-reference-page .two-tone{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.dwfgt-reference-page .redbox,.dwfgt-reference-page .bluebox{border-radius:8px;padding:28px;color:#fff;min-height:220px}
.dwfgt-reference-page .redbox{background:var(--rust)}
.dwfgt-reference-page .bluebox{background:var(--navy)}
.dwfgt-reference-page .redbox h3,.dwfgt-reference-page .bluebox h3{font-family:var(--serif);font-size:34px;font-weight:400;line-height:1.05;margin-bottom:12px}
.dwfgt-reference-page .redbox p,.dwfgt-reference-page .bluebox p{color:rgba(255,255,255,.82);font-size:15px;line-height:1.48}
.dwfgt-reference-page .listrow{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:start;padding:14px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .listrow img{width:68px;height:68px;object-fit:contain}
.dwfgt-reference-page .small-link{color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.dwfgt-reference-page .small-link:after{content:' \2192'}
.dwfgt-reference-page table{width:100%;border-collapse:collapse;font-size:13px}
.dwfgt-reference-page th{text-align:left;padding:12px 14px;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
.dwfgt-reference-page td{padding:13px 14px;border-bottom:1px solid var(--rule);vertical-align:top}
.dwfgt-reference-page .house{background:rgba(139,34,54,.08);color:var(--rust);font-weight:700}
.dwfgt-reference-page .senate{background:rgba(22,35,59,.08);color:var(--navy);font-weight:700}
.dwfgt-reference-page .formbox{border:1px solid var(--rule);border-radius:10px;padding:24px;background:var(--soft)}
.dwfgt-reference-page .formrow{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:10px;margin-top:14px}
.dwfgt-reference-page .formrow input,.dwfgt-reference-page .formrow select{border:1px solid var(--rule);border-radius:6px;padding:12px;font:inherit}
.dwfgt-reference-page .formrow button{background:var(--ink);color:#fff;border:0;border-radius:6px;padding:0 18px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dwfgt-reference-page .quote-break{padding:34px 0 38px;text-align:center}
.dwfgt-reference-page .quote-break blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.2;color:var(--rust)}
.dwfgt-reference-page .quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-top:16px}
@media(max-width:1000px){.dwfgt-reference-page .shell{padding:0 28px}
.dwfgt-reference-page .hero-grid,.dwfgt-reference-page .grid2,.dwfgt-reference-page .two-tone,.dwfgt-reference-page .band{grid-template-columns:1fr}
.dwfgt-reference-page .grid4,.dwfgt-reference-page .grid3,.dwfgt-reference-page .steps{grid-template-columns:repeat(2,1fr)}
.dwfgt-reference-page .formrow{grid-template-columns:1fr}
}@media(max-width:640px){.dwfgt-reference-page .shell{padding:0 18px}
.dwfgt-reference-page .grid4,.dwfgt-reference-page .grid3,.dwfgt-reference-page .steps{grid-template-columns:1fr}
.dwfgt-reference-page .logo h1{font-size:38px}
.dwfgt-reference-page .logo img{width:62px;height:62px}
.dwfgt-reference-page .quote blockquote,.dwfgt-reference-page .quote-break blockquote{font-size:32px}
}



/* Reference: constitution.html */

.dwfgt-reference-page{--ink:#141414;--muted:#55514d;--paper:#fff;--rule:#ddd7cf;--rust:#8b2236;--navy:#16233b;--font:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}

.dwfgt-reference-page *{box-sizing:border-box}
 .dwfgt-reference-page{scroll-behavior:smooth}
 .dwfgt-reference-page{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
 .dwfgt-reference-page a{color:inherit;text-decoration:none}
 .dwfgt-reference-page img{display:block;max-width:100%}
 .dwfgt-reference-page h1,.dwfgt-reference-page h2,.dwfgt-reference-page h3,.dwfgt-reference-page h4,.dwfgt-reference-page p,.dwfgt-reference-page figure,.dwfgt-reference-page blockquote{margin:0}
.dwfgt-reference-page .gtg-shell{width:100%;max-width:1500px;margin:0 auto;padding:0 56px}
.dwfgt-reference-page .gtg-rust-icon{filter:none}
.dwfgt-reference-page .gtg-white-icon{filter:none}
.dwfgt-reference-page .gtg-link{color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}
.dwfgt-reference-page .gtg-link::after{content:' \2192'}
.dwfgt-reference-page .gtg-label,.dwfgt-reference-page .gtg-section-heading,.dwfgt-reference-page .gtg-topic-head h2{font-family:var(--font);font-size:14px;line-height:1.05;font-weight:700;letter-spacing:.20em;text-transform:uppercase;color:var(--rust)}
.dwfgt-reference-page .gtg-card-title{display:block;font-family:var(--font);font-size:14px;font-weight:700;line-height:1.16;letter-spacing:-.005em;color:var(--ink)}
.dwfgt-reference-page .gtg-card-copy{font-family:var(--font);font-size:13px;line-height:1.35;color:var(--muted)}

.dwfgt-reference-page .gtg-hero{padding:34px 0 44px}
.dwfgt-reference-page .gtg-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:68px;align-items:stretch}
.dwfgt-reference-page .gtg-hero-left{min-height:342px;padding-right:58px}
.dwfgt-reference-page .gtg-logo-row{display:flex;align-items:flex-end;gap:24px}
.dwfgt-reference-page .gtg-logo-title{font-family:var(--serif);font-style:italic;font-size:clamp(42px,4.2vw,58px);font-weight:400;line-height:.82;letter-spacing:-.035em;color:var(--rust);white-space:nowrap}
.dwfgt-reference-page .gtg-logo-icon{width:82px;height:82px;object-fit:contain;flex:0 0 auto;margin-bottom:-2px}
.dwfgt-reference-page .gtg-hero-copy{margin-top:30px;max-width:820px}
.dwfgt-reference-page .gtg-hero-copy h1{font-size:24px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px;max-width:760px}
.dwfgt-reference-page .gtg-hero-copy p{font-size:16px;line-height:1.52;color:var(--muted);max-width:800px}
.dwfgt-reference-page .gtg-hero-right{min-height:342px;display:flex;align-items:center;justify-content:center;padding-top:4px}
.dwfgt-reference-page .gtg-quote{width:min(740px,100%);padding:0 28px 0 0}
.dwfgt-reference-page .gtg-quote blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.34;letter-spacing:.01em;color:var(--rust)}
.dwfgt-reference-page .gtg-quote figcaption{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:right;color:var(--ink);margin-top:16px}

.dwfgt-reference-page .gtg-start{padding:0 0 58px}
.dwfgt-reference-page .gtg-four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.dwfgt-reference-page .gtg-topic-col{display:flex;flex-direction:column;padding-right:24px}
.dwfgt-reference-page .gtg-topic-col+.gtg-topic-col{padding-left:24px}
.dwfgt-reference-page .gtg-topic-head{display:flex;align-items:center;gap:11px;min-height:40px;padding-bottom:11px;border-bottom:1px solid #222}
.dwfgt-reference-page .gtg-topic-head img{width:23px;height:23px;object-fit:contain;opacity:.78}
.dwfgt-reference-page .gtg-topic-item{display:grid;grid-template-columns:9px 1fr;gap:11px;min-height:84px;padding:12px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .gtg-topic-item::before{content:'•';color:var(--rust);font-size:15px;line-height:1;margin-top:1px}
.dwfgt-reference-page .gtg-topic-title{display:block;font-family:var(--font);font-size:14px;font-weight:700;line-height:1.18;letter-spacing:-.005em;white-space:nowrap;color:var(--ink);min-height:17px}
.dwfgt-reference-page .gtg-topic-desc{display:block;font-size:13px;line-height:1.32;color:var(--muted);margin-top:5px;min-height:35px;max-width:260px}
.dwfgt-reference-page .gtg-topic-more{margin-top:auto;text-align:right;padding-top:16px}

.dwfgt-reference-page .gtg-band{padding:0 0 42px}
.dwfgt-reference-page .gtg-dark-band{background:var(--navy);border-radius:6px;padding:40px 46px;display:grid;grid-template-columns:168px minmax(0,1fr) 382px;gap:38px;align-items:center}
.dwfgt-reference-page .gtg-dark-icon{width:156px;height:156px;object-fit:contain;justify-self:start;opacity:.96}
.dwfgt-reference-page .gtg-dark-title{font-family:var(--serif);font-size:48px;font-weight:400;font-style:italic;letter-spacing:-.025em;line-height:1.02;color:#fff;margin:11px 0 15px}
.dwfgt-reference-page .gtg-dark-title span{display:block;font-style:normal}
.dwfgt-reference-page .gtg-dark-copy .gtg-label{color:#fff}
.dwfgt-reference-page .gtg-dark-copy p:not(.gtg-label){font-family:var(--font);font-size:16px;line-height:1.52;color:rgba(255,255,255,.8);max-width:690px;margin-bottom:24px}
.dwfgt-reference-page .gtg-dark-action{text-align:right}
.dwfgt-reference-page .gtg-dark-action .gtg-link{color:#fff;border-bottom:1px solid rgba(255,255,255,.35)}
.dwfgt-reference-page .gtg-chip-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dwfgt-reference-page .gtg-chip{min-height:78px;padding:14px 16px;border:1px solid rgba(255,255,255,.23);border-radius:10px;background:rgba(255,255,255,.06)}
.dwfgt-reference-page .gtg-chip b{display:block;margin-bottom:12px;font-family:var(--font);font-size:11px;font-weight:900;line-height:1;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.58)}
.dwfgt-reference-page .gtg-chip span{display:block;font-family:var(--serif);font-size:16px;line-height:1.15;color:#fff}

.dwfgt-reference-page .gtg-section{padding:0 0 44px}
.dwfgt-reference-page .gtg-section .gtg-section-heading{margin-bottom:10px}
.dwfgt-reference-page .gtg-intro{font-size:16px;line-height:1.52;color:var(--muted);max-width:100%;margin-bottom:24px}
.dwfgt-reference-page .gtg-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dwfgt-reference-page .gtg-card{border:1px solid var(--rule);border-radius:8px;padding:22px 18px;background:#fff;min-height:170px}
.dwfgt-reference-page .gtg-card .gtg-card-title{margin-bottom:7px}
.dwfgt-reference-page .gtg-card .gtg-card-copy{font-size:14px;line-height:1.45}
.dwfgt-reference-page .gtg-card small{display:block;color:var(--rust);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}
.dwfgt-reference-page .gtg-card-links{margin-top:14px;border-top:1px solid var(--rule)}
.dwfgt-reference-page .gtg-card-links a{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--rule);font-size:13px;font-weight:900}
.dwfgt-reference-page .gtg-card-links a::after{content:'\2192';color:var(--rust)}
.dwfgt-reference-page .gtg-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.dwfgt-reference-page .gtg-list{border-top:1px solid var(--rule);margin-top:18px}
.dwfgt-reference-page .gtg-list a{display:grid;grid-template-columns:8px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--rule);font-size:14px;font-weight:900;line-height:1.25}
.dwfgt-reference-page .gtg-list a::before{content:'•';color:var(--rust)}
.dwfgt-reference-page .gtg-mini-head{display:grid;grid-template-columns:82px 1fr;gap:16px;align-items:start;margin-bottom:10px}
.dwfgt-reference-page .gtg-mini-head img{width:78px;height:78px;object-fit:contain;opacity:.74}
.dwfgt-reference-page .gtg-mini-head h2{margin-bottom:7px}
.dwfgt-reference-page .gtg-mini-head p{font-size:16px;line-height:1.52;color:var(--muted);max-width:620px}
.dwfgt-reference-page .gtg-quote-break{padding:34px 0 38px;text-align:center;margin-bottom:38px}
.dwfgt-reference-page .gtg-quote-break blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.2;letter-spacing:.005em;color:var(--rust)}
.dwfgt-reference-page .gtg-quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-top:16px}
.dwfgt-reference-page .gtg-timeline{display:flex;flex-direction:column}
.dwfgt-reference-page .gtg-time-row{display:grid;grid-template-columns:100px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .gtg-time-year{font-family:var(--serif);font-size:30px;font-style:italic;color:var(--rust);line-height:1}
.dwfgt-reference-page .gtg-time-row h3{font-size:14px;line-height:1.16;font-weight:800;margin-bottom:6px}
.dwfgt-reference-page .gtg-time-row p{font-size:14px;line-height:1.5;color:var(--muted)}
.dwfgt-reference-page .gtg-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dwfgt-reference-page .gtg-process{position:relative;min-height:230px;padding:22px 18px 0;border:1px solid var(--rule);border-radius:8px;background:#fff;display:flex;flex-direction:column}
.dwfgt-reference-page .gtg-process:not(:last-child)::after{content:'\2192';position:absolute;right:-15px;top:50%;transform:translateY(-50%);padding:2px;background:#fff;color:var(--rust);font-weight:900}
.dwfgt-reference-page .gtg-roman{font-family:var(--serif);font-size:36px;font-style:italic;line-height:1;color:var(--rust);margin-bottom:12px}
.dwfgt-reference-page .gtg-process .gtg-card-copy{min-height:74px}
.dwfgt-reference-page .gtg-glossary-strip{padding:0 0 70px}
.dwfgt-reference-page .gtg-gloss-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.dwfgt-reference-page .gtg-gloss-term h3{font-size:14px;line-height:1.08;font-weight:800;color:var(--ink);margin-bottom:7px}
.dwfgt-reference-page .gtg-gloss-term p{font-size:13px;line-height:1.35;color:var(--muted)}

@media(max-width:1000px){.dwfgt-reference-page .gtg-shell{padding:0 28px}
.dwfgt-reference-page .gtg-hero-grid,.dwfgt-reference-page .gtg-two-grid{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-hero-left{padding-right:0;min-height:auto}
.dwfgt-reference-page .gtg-hero-right{min-height:220px}
.dwfgt-reference-page .gtg-four-grid,.dwfgt-reference-page .gtg-card-grid,.dwfgt-reference-page .gtg-process-grid,.dwfgt-reference-page .gtg-gloss-grid{grid-template-columns:repeat(2,1fr)}
.dwfgt-reference-page .gtg-topic-col+.gtg-topic-col{border-left:0;padding-left:0}
.dwfgt-reference-page .gtg-topic-col{padding-right:0;padding-bottom:18px;margin-bottom:18px}
.dwfgt-reference-page .gtg-dark-band{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-dark-icon{width:96px;height:96px}
.dwfgt-reference-page .gtg-process:not(:last-child)::after{display:none}
}@media(max-width:640px){.dwfgt-reference-page .gtg-shell{padding:0 18px}
.dwfgt-reference-page .gtg-logo-title{font-size:38px;white-space:normal}
.dwfgt-reference-page .gtg-logo-icon{width:64px;height:64px}
.dwfgt-reference-page .gtg-four-grid,.dwfgt-reference-page .gtg-card-grid,.dwfgt-reference-page .gtg-process-grid,.dwfgt-reference-page .gtg-gloss-grid{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-mini-head{grid-template-columns:56px 1fr}
.dwfgt-reference-page .gtg-mini-head img{width:52px;height:52px}
.dwfgt-reference-page .gtg-time-row{grid-template-columns:1fr}
}



/* Reference: executive.html */

.dwfgt-reference-page{
  --ink:#141414;
  --muted:#55514d;
  --paper:#fff;
  --rule:#ddd7cf;
  --rust:#8b2236;
  --navy:#16233b;
  --soft:#f6f3ef;
  --font:Arial,Helvetica,sans-serif;
  --serif:Georgia,'Times New Roman',serif;
}

.dwfgt-reference-page *{box-sizing:border-box}

.dwfgt-reference-page{scroll-behavior:smooth}

.dwfgt-reference-page{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}

.dwfgt-reference-page a{color:inherit;text-decoration:none}

.dwfgt-reference-page img{display:block;max-width:100%}

.dwfgt-reference-page h1,.dwfgt-reference-page h2,.dwfgt-reference-page h3,.dwfgt-reference-page p,.dwfgt-reference-page figure,.dwfgt-reference-page blockquote{margin:0}

.dwfgt-reference-page .gtg-shell{width:100%;max-width:1500px;margin:0 auto;padding:0 56px}

.dwfgt-reference-page .gtg-link{color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}

.dwfgt-reference-page .gtg-link::after{content:' \2192'}

.dwfgt-reference-page .gtg-label,.dwfgt-reference-page .gtg-section-heading,.dwfgt-reference-page .gtg-topic-head h2{font-family:var(--font);font-size:14px;line-height:1.05;font-weight:700;letter-spacing:.20em;text-transform:uppercase;color:var(--rust)}

.dwfgt-reference-page .gtg-card-title{display:block;font-family:var(--font);font-size:14px;font-weight:700;line-height:1.16;letter-spacing:-.005em;color:var(--ink)}

.dwfgt-reference-page .gtg-card-copy{font-family:var(--font);font-size:13px;line-height:1.35;color:var(--muted)}

.dwfgt-reference-page .gtg-hero{padding:34px 0 44px}

.dwfgt-reference-page .gtg-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:68px;align-items:stretch}

.dwfgt-reference-page .gtg-hero-left{min-height:342px;padding-right:58px}

.dwfgt-reference-page .gtg-logo-row{display:flex;align-items:flex-end;gap:24px}

.dwfgt-reference-page .gtg-logo-title{font-family:var(--serif);font-style:italic;font-size:clamp(42px,4.2vw,58px);font-weight:400;line-height:.82;letter-spacing:-.035em;color:var(--rust);white-space:nowrap}

.dwfgt-reference-page .gtg-logo-icon{width:82px;height:82px;object-fit:contain;flex:0 0 auto;margin-bottom:-2px}

.dwfgt-reference-page .gtg-hero-copy{margin-top:30px;max-width:820px}

.dwfgt-reference-page .gtg-hero-copy h1{font-size:24px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px;max-width:760px}

.dwfgt-reference-page .gtg-hero-copy p{font-size:16px;line-height:1.52;color:var(--muted);max-width:800px}

.dwfgt-reference-page .gtg-hero-right{min-height:342px;display:flex;align-items:center;justify-content:center;padding-top:4px}

.dwfgt-reference-page .gtg-quote{width:min(740px,100%);padding:0 28px 0 0}

.dwfgt-reference-page .gtg-quote blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.34;letter-spacing:.01em;color:var(--rust)}

.dwfgt-reference-page .gtg-quote figcaption{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:right;color:var(--ink);margin-top:16px}

.dwfgt-reference-page .gtg-rust-icon{filter:none}



.dwfgt-reference-page .gtg-start{padding:0 0 58px}

.dwfgt-reference-page .gtg-four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}

.dwfgt-reference-page .gtg-topic-col{display:flex;flex-direction:column;padding-right:24px}

.dwfgt-reference-page .gtg-topic-col + .gtg-topic-col{padding-left:24px}

.dwfgt-reference-page .gtg-topic-head{display:flex;align-items:center;gap:11px;min-height:40px;padding-bottom:11px;border-bottom:1px solid #222}

.dwfgt-reference-page .gtg-topic-head img{width:23px;height:23px;object-fit:contain;opacity:.78}

.dwfgt-reference-page .gtg-topic-item{display:grid;grid-template-columns:9px 1fr;gap:11px;min-height:84px;padding:12px 0;border-bottom:1px solid var(--rule)}

.dwfgt-reference-page .gtg-topic-item::before{content:'•';color:var(--rust);font-size:15px;line-height:1;margin-top:1px}

.dwfgt-reference-page .gtg-topic-title{display:block;font-size:14px;font-weight:700;line-height:1.18;letter-spacing:-.005em;white-space:nowrap;color:var(--ink);min-height:17px}

.dwfgt-reference-page .gtg-topic-desc{display:block;font-size:13px;line-height:1.32;color:var(--muted);margin-top:5px;min-height:35px;max-width:260px}

.dwfgt-reference-page .gtg-topic-more{margin-top:auto;text-align:right;padding-top:16px}



.dwfgt-reference-page .gtg-articleii{padding:0 0 42px}

.dwfgt-reference-page .gtg-articleii-band{background:var(--navy);border-radius:6px;padding:40px 46px;display:grid;grid-template-columns:168px minmax(0,1fr) 382px;gap:38px;align-items:center}

.dwfgt-reference-page .gtg-articleii-icon{width:156px;height:156px;object-fit:contain;justify-self:start;opacity:.96}

.dwfgt-reference-page .gtg-articleii-title{font-family:var(--serif);font-size:48px;font-weight:400;font-style:italic;letter-spacing:-.025em;line-height:1.02;color:#fff;margin:11px 0 15px}

.dwfgt-reference-page .gtg-articleii-title span{display:block;font-style:normal}

.dwfgt-reference-page .gtg-articleii-copy .gtg-label{color:#fff}

.dwfgt-reference-page .gtg-articleii-copy p:not(.gtg-label){font-size:16px;line-height:1.52;color:rgba(255,255,255,.8);max-width:720px;margin-bottom:24px}

.dwfgt-reference-page .gtg-articleii-action{text-align:right}

.dwfgt-reference-page .gtg-articleii-action .gtg-link{color:#fff;border-bottom:1px solid rgba(255,255,255,.35)}

.dwfgt-reference-page .gtg-articleii-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}

.dwfgt-reference-page .gtg-articleii-chip{min-height:78px;padding:14px 16px;border:1px solid rgba(255,255,255,.23);border-radius:10px;background:rgba(255,255,255,.06)}

.dwfgt-reference-page .gtg-articleii-chip b{display:block;margin-bottom:12px;font-size:11px;font-weight:900;line-height:1;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.58)}

.dwfgt-reference-page .gtg-articleii-chip span{display:block;font-family:var(--serif);font-size:16px;line-height:1.15;color:#fff}



.dwfgt-reference-page .gtg-powers{padding:0 0 42px}

.dwfgt-reference-page .gtg-powers h2{margin-bottom:10px}

.dwfgt-reference-page .gtg-section-copy{font-size:16px;line-height:1.52;color:var(--muted);max-width:100%;margin-bottom:24px}

.dwfgt-reference-page .gtg-power-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}

.dwfgt-reference-page .gtg-power-item{display:grid;grid-template-columns:94px 1fr;gap:18px;align-items:start;min-height:156px}

.dwfgt-reference-page .gtg-power-item img{width:88px;height:88px;object-fit:contain;opacity:.78}

.dwfgt-reference-page .gtg-power-item .gtg-card-title{margin-bottom:7px}

.dwfgt-reference-page .gtg-power-item .gtg-card-copy{font-size:16px;line-height:1.52;color:var(--muted);max-width:340px}

.dwfgt-reference-page .gtg-power-cite{display:block;margin-top:10px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--rust);font-weight:800}



.dwfgt-reference-page .gtg-three{padding:0 0 42px}

.dwfgt-reference-page .gtg-three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}

.dwfgt-reference-page .gtg-office{border:1px solid var(--rule);border-radius:8px;padding:24px 22px 0;min-height:300px;display:flex;flex-direction:column;position:relative}

.dwfgt-reference-page .gtg-office-num{font-family:var(--serif);font-size:42px;font-style:italic;color:var(--rust);line-height:1;margin-bottom:14px}

.dwfgt-reference-page .gtg-office h3{margin-bottom:8px}

.dwfgt-reference-page .gtg-office p{font-size:16px;line-height:1.52;color:var(--muted);margin-bottom:16px}

.dwfgt-reference-page .gtg-office-links{margin-top:auto;border-top:1px solid var(--rule)}

.dwfgt-reference-page .gtg-office-links a{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--rule);font-size:13px;font-weight:900}

.dwfgt-reference-page .gtg-office-links a:last-child{border-bottom:0}

.dwfgt-reference-page .gtg-office-links a::after{content:'\2192';color:var(--rust)}



.dwfgt-reference-page .gtg-cabinet{padding:0 0 42px}

.dwfgt-reference-page .gtg-table{display:flex;flex-direction:column;border-top:1px solid var(--rule)}

.dwfgt-reference-page .gtg-row{display:grid;grid-template-columns:56px minmax(0,1.25fr) minmax(240px,.7fr) 120px;gap:0;border-bottom:1px solid var(--rule);align-items:stretch}

.dwfgt-reference-page .gtg-row-num{display:flex;align-items:flex-start;justify-content:flex-end;padding:16px 14px 16px 0;font-family:var(--serif);font-size:22px;font-style:italic;color:var(--rust);line-height:1.2}

.dwfgt-reference-page .gtg-row-main{padding:16px 24px 16px 14px;border-left:1px solid var(--rule)}

.dwfgt-reference-page .gtg-row-main .gtg-card-title{margin-bottom:5px}

.dwfgt-reference-page .gtg-row-main .gtg-card-copy{font-size:13px;line-height:1.5;color:var(--muted)}

.dwfgt-reference-page .gtg-tags{padding:16px;border-left:1px solid var(--rule)}

.dwfgt-reference-page .gtg-tag-label{display:block;margin-bottom:7px;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}

.dwfgt-reference-page .gtg-tag{display:inline-block;margin:0 4px 4px 0;padding:2px 7px;border-radius:4px;background:rgba(22,35,59,.08);font-size:10px;font-weight:800;color:var(--navy)}

.dwfgt-reference-page .gtg-row-meta{padding:16px 0 16px 16px;border-left:1px solid var(--rule);text-align:right;color:var(--muted);font-size:11px}

.dwfgt-reference-page .gtg-row-meta b{display:block;font-family:var(--serif);font-size:18px;font-style:italic;font-weight:400;color:var(--ink)}

.dwfgt-reference-page .gtg-agency-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}

.dwfgt-reference-page .gtg-agency{display:grid;grid-template-columns:76px 1fr;gap:16px;align-items:start}

.dwfgt-reference-page .gtg-agency-icon{width:72px;height:72px;border:1px solid var(--rule);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;letter-spacing:.08em;color:var(--navy);background:rgba(22,35,59,.05)}

.dwfgt-reference-page .gtg-agency p{font-size:13px;line-height:1.4;color:var(--muted);margin-top:6px}

.dwfgt-reference-page .gtg-agency small{display:block;margin-top:9px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--rust);font-weight:800}



.dwfgt-reference-page .gtg-actions{padding:0 0 42px}

.dwfgt-reference-page .gtg-actions-band{background:var(--soft);border-radius:8px;padding:34px 38px}

.dwfgt-reference-page .gtg-action-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:start;margin-bottom:28px}

.dwfgt-reference-page .gtg-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:26px}

.dwfgt-reference-page .gtg-action-card{background:#fff;border:1px solid var(--rule);border-radius:8px;padding:18px}

.dwfgt-reference-page .gtg-action-card .gtg-card-title{margin-bottom:7px}

.dwfgt-reference-page .gtg-action-card .gtg-card-copy{min-height:72px}

.dwfgt-reference-page .gtg-action-example{display:block;margin-top:11px;padding-top:10px;border-top:1px solid var(--rule);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--rust)}

.dwfgt-reference-page .gtg-search-preview{background:#fff;border:1px solid var(--rule);border-radius:8px;padding:20px;display:grid;grid-template-columns:repeat(4,1fr) auto;gap:10px;align-items:end}

.dwfgt-reference-page .gtg-field label{display:block;margin-bottom:6px;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}

.dwfgt-reference-page .gtg-field input,.dwfgt-reference-page .gtg-field select{width:100%;border:1px solid var(--rule);border-radius:6px;padding:10px 11px;font:inherit;font-size:13px;color:var(--muted);background:#fff}

.dwfgt-reference-page .gtg-button{border:0;border-radius:6px;background:var(--navy);color:#fff;padding:11px 18px;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;cursor:pointer}



.dwfgt-reference-page .gtg-quote-break{padding:34px 0 38px;text-align:center;margin-bottom:38px}

.dwfgt-reference-page .gtg-quote-break blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.2;letter-spacing:.005em;color:var(--rust)}

.dwfgt-reference-page .gtg-quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-top:16px}



.dwfgt-reference-page .gtg-two{padding:0 0 44px}

.dwfgt-reference-page .gtg-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}

.dwfgt-reference-page .gtg-mini-head{display:grid;grid-template-columns:82px 1fr;gap:16px;align-items:start;margin-bottom:10px}

.dwfgt-reference-page .gtg-mini-head img{width:78px;height:78px;object-fit:contain;opacity:.74}

.dwfgt-reference-page .gtg-mini-head h2{margin-bottom:7px}

.dwfgt-reference-page .gtg-mini-head p{font-size:16px;line-height:1.52;color:var(--muted);max-width:620px}

.dwfgt-reference-page .gtg-list{border-top:1px solid var(--rule);margin-top:18px}

.dwfgt-reference-page .gtg-list a{display:grid;grid-template-columns:8px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--rule);font-size:14px;font-weight:900;line-height:1.25}

.dwfgt-reference-page .gtg-list a::before{content:'•';color:var(--rust)}


@media(max-width:1100px){
  .dwfgt-reference-page .gtg-shell{padding:0 28px}
.dwfgt-reference-page .gtg-hero-grid,.dwfgt-reference-page .gtg-two-grid{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-hero-left{padding-right:0;min-height:auto}
.dwfgt-reference-page .gtg-hero-right{min-height:220px}

  .dwfgt-reference-page .gtg-four-grid,.dwfgt-reference-page .gtg-three-grid,.dwfgt-reference-page .gtg-power-grid,.dwfgt-reference-page .gtg-action-grid,.dwfgt-reference-page .gtg-agency-grid{grid-template-columns:repeat(2,1fr)}

  .dwfgt-reference-page .gtg-topic-col + .gtg-topic-col{padding-left:0}
.dwfgt-reference-page .gtg-topic-col{padding-right:0;padding-bottom:18px;margin-bottom:18px}

  .dwfgt-reference-page .gtg-articleii-band{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-articleii-icon{width:96px;height:96px}
.dwfgt-reference-page .gtg-search-preview{grid-template-columns:1fr 1fr}
.dwfgt-reference-page .gtg-row{grid-template-columns:44px 1fr}
.dwfgt-reference-page .gtg-tags,.dwfgt-reference-page .gtg-row-meta{display:none}

}
@media(max-width:640px){
  .dwfgt-reference-page .gtg-shell{padding:0 18px}
.dwfgt-reference-page .gtg-logo-title{font-size:38px;white-space:normal}
.dwfgt-reference-page .gtg-logo-icon{width:64px;height:64px}

  .dwfgt-reference-page .gtg-four-grid,.dwfgt-reference-page .gtg-three-grid,.dwfgt-reference-page .gtg-power-grid,.dwfgt-reference-page .gtg-action-grid,.dwfgt-reference-page .gtg-agency-grid,.dwfgt-reference-page .gtg-search-preview{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-power-item{grid-template-columns:70px 1fr}
.dwfgt-reference-page .gtg-power-item img{width:66px;height:66px}

  .dwfgt-reference-page .gtg-mini-head{grid-template-columns:56px 1fr}
.dwfgt-reference-page .gtg-mini-head img{width:52px;height:52px}

}



/* Reference: how-a-bill-becomes-law.html */

.dwfgt-reference-page{--ink:#141414;--muted:#55514d;--paper:#fff;--rule:#ddd7cf;--soft:#f6f3ef;--rust:#8b2236;--navy:#16233b;--font:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}

.dwfgt-reference-page *{box-sizing:border-box}
.dwfgt-reference-page{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
.dwfgt-reference-page a{color:inherit;text-decoration:none}
.dwfgt-reference-page h1,.dwfgt-reference-page h2,.dwfgt-reference-page h3,.dwfgt-reference-page p,.dwfgt-reference-page figure,.dwfgt-reference-page blockquote{margin:0}
.dwfgt-reference-page .shell{max-width:1500px;margin:0 auto;padding:0 56px}
.dwfgt-reference-page .rust{filter:brightness(0) saturate(100%) invert(18%) sepia(49%) saturate(1538%) hue-rotate(318deg) brightness(94%) contrast(96%)}
.dwfgt-reference-page .white{filter:brightness(0) invert(1)}
.dwfgt-reference-page .hero{padding:34px 0 44px}
.dwfgt-reference-page .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:68px;align-items:center}
.dwfgt-reference-page .logo{display:flex;align-items:flex-end;gap:24px}
.dwfgt-reference-page .logo h1{font-family:var(--serif);font-style:italic;font-size:clamp(42px,4.2vw,58px);font-weight:400;line-height:.88;color:var(--rust);letter-spacing:-.035em}
.dwfgt-reference-page .logo img{width:82px;height:82px;object-fit:contain}
.dwfgt-reference-page .intro{margin-top:30px;max-width:820px}
.dwfgt-reference-page .intro h2{font-size:24px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px}
.dwfgt-reference-page .intro p,.dwfgt-reference-page .bodycopy{font-size:16px;line-height:1.52;color:var(--muted)}
.dwfgt-reference-page .quote blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.24;color:var(--rust)}
.dwfgt-reference-page .quote figcaption{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:right;color:var(--ink);margin-top:16px}
.dwfgt-reference-page .section{padding:0 0 46px}
.dwfgt-reference-page .heading{font-size:14px;line-height:1.05;font-weight:700;letter-spacing:.20em;text-transform:uppercase;color:var(--rust);margin-bottom:18px}
.dwfgt-reference-page .grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.dwfgt-reference-page .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.dwfgt-reference-page .grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:46px}
.dwfgt-reference-page .topic{border-top:1px solid var(--rule);padding:14px 0}
.dwfgt-reference-page .topic h3,.dwfgt-reference-page .card h3,.dwfgt-reference-page .list h3{font-size:14px;line-height:1.16;font-weight:700;color:var(--ink);margin-bottom:6px}
.dwfgt-reference-page .topic p,.dwfgt-reference-page .card p,.dwfgt-reference-page .list p{font-size:13px;line-height:1.35;color:var(--muted)}
.dwfgt-reference-page .card{border:1px solid var(--rule);border-radius:8px;padding:22px;background:#fff;min-height:175px}
.dwfgt-reference-page .card .tag{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--rust);font-weight:800;margin-bottom:10px}
.dwfgt-reference-page .band{background:var(--navy);border-radius:8px;color:#fff;padding:36px 42px;margin-bottom:46px;display:grid;grid-template-columns:120px 1fr 360px;gap:28px;align-items:center}
.dwfgt-reference-page .band img{width:105px;height:105px;object-fit:contain}
.dwfgt-reference-page .band .heading{color:#fff;margin:0 0 10px}
.dwfgt-reference-page .band h2{font-family:var(--serif);font-size:40px;font-weight:400;line-height:1.05;margin-bottom:12px}
.dwfgt-reference-page .band p{font-size:15px;line-height:1.52;color:rgba(255,255,255,.78)}
.dwfgt-reference-page .bandlinks{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dwfgt-reference-page .bandlinks a{border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:12px;color:#fff;font-size:13px;font-weight:700}
.dwfgt-reference-page .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dwfgt-reference-page .step{border:1px solid var(--rule);border-radius:8px;padding:22px 18px;min-height:260px;display:flex;flex-direction:column}
.dwfgt-reference-page .roman{font-family:var(--serif);font-size:36px;font-style:italic;color:var(--rust);line-height:1;margin-bottom:12px}
.dwfgt-reference-page .links{margin-top:auto;border-top:1px solid var(--rule)}
.dwfgt-reference-page .links a{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--rule);font-size:13px;font-weight:900}
.dwfgt-reference-page .links a:after{content:'\2192';color:var(--rust)}
.dwfgt-reference-page .two-tone{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.dwfgt-reference-page .redbox,.dwfgt-reference-page .bluebox{border-radius:8px;padding:28px;color:#fff;min-height:220px}
.dwfgt-reference-page .redbox{background:var(--rust)}
.dwfgt-reference-page .bluebox{background:var(--navy)}
.dwfgt-reference-page .redbox h3,.dwfgt-reference-page .bluebox h3{font-family:var(--serif);font-size:34px;font-weight:400;line-height:1.05;margin-bottom:12px}
.dwfgt-reference-page .redbox p,.dwfgt-reference-page .bluebox p{color:rgba(255,255,255,.82);font-size:15px;line-height:1.48}
.dwfgt-reference-page .listrow{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:start;padding:14px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .listrow img{width:68px;height:68px;object-fit:contain}
.dwfgt-reference-page .small-link{color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.dwfgt-reference-page .small-link:after{content:' \2192'}
.dwfgt-reference-page table{width:100%;border-collapse:collapse;font-size:13px}
.dwfgt-reference-page th{text-align:left;padding:12px 14px;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
.dwfgt-reference-page td{padding:13px 14px;border-bottom:1px solid var(--rule);vertical-align:top}
.dwfgt-reference-page .house{background:rgba(139,34,54,.08);color:var(--rust);font-weight:700}
.dwfgt-reference-page .senate{background:rgba(22,35,59,.08);color:var(--navy);font-weight:700}
.dwfgt-reference-page .formbox{border:1px solid var(--rule);border-radius:10px;padding:24px;background:var(--soft)}
.dwfgt-reference-page .formrow{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:10px;margin-top:14px}
.dwfgt-reference-page .formrow input,.dwfgt-reference-page .formrow select{border:1px solid var(--rule);border-radius:6px;padding:12px;font:inherit}
.dwfgt-reference-page .formrow button{background:var(--ink);color:#fff;border:0;border-radius:6px;padding:0 18px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dwfgt-reference-page .quote-break{padding:34px 0 38px;text-align:center}
.dwfgt-reference-page .quote-break blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.2;color:var(--rust)}
.dwfgt-reference-page .quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-top:16px}
@media(max-width:1000px){.dwfgt-reference-page .shell{padding:0 28px}
.dwfgt-reference-page .hero-grid,.dwfgt-reference-page .grid2,.dwfgt-reference-page .two-tone,.dwfgt-reference-page .band{grid-template-columns:1fr}
.dwfgt-reference-page .grid4,.dwfgt-reference-page .grid3,.dwfgt-reference-page .steps{grid-template-columns:repeat(2,1fr)}
.dwfgt-reference-page .formrow{grid-template-columns:1fr}
}@media(max-width:640px){.dwfgt-reference-page .shell{padding:0 18px}
.dwfgt-reference-page .grid4,.dwfgt-reference-page .grid3,.dwfgt-reference-page .steps{grid-template-columns:1fr}
.dwfgt-reference-page .logo h1{font-size:38px}
.dwfgt-reference-page .logo img{width:62px;height:62px}
.dwfgt-reference-page .quote blockquote,.dwfgt-reference-page .quote-break blockquote{font-size:32px}
}



/* Reference: judicial.html */

.dwfgt-reference-page{--ink:#141414;--muted:#55514d;--paper:#fff;--rule:#ddd7cf;--soft:#f6f3ef;--rust:#8b2236;--navy:#16233b;--house:#8b2236;--senate:#16233b;--font:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}

.dwfgt-reference-page *{box-sizing:border-box}
.dwfgt-reference-page{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
.dwfgt-reference-page a{color:inherit;text-decoration:none}
.dwfgt-reference-page img{display:block;max-width:100%}
.dwfgt-reference-page h1,.dwfgt-reference-page h2,.dwfgt-reference-page h3,.dwfgt-reference-page h4,.dwfgt-reference-page p,.dwfgt-reference-page figure,.dwfgt-reference-page blockquote{margin:0}
.dwfgt-reference-page .gtg-shell{width:100%;max-width:1500px;margin:0 auto;padding:0 56px}
.dwfgt-reference-page .gtg-link{color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}
.dwfgt-reference-page .gtg-link::after{content:' \2192'}
.dwfgt-reference-page .gtg-label,.dwfgt-reference-page .gtg-section-heading,.dwfgt-reference-page .gtg-topic-head h2{font-size:14px;line-height:1.05;font-weight:700;letter-spacing:.20em;text-transform:uppercase;color:var(--rust)}
.dwfgt-reference-page .gtg-card-title{display:block;font-size:14px;font-weight:700;line-height:1.16;color:var(--ink)}
.dwfgt-reference-page .gtg-card-copy{font-size:13px;line-height:1.35;color:var(--muted)}
.dwfgt-reference-page .gtg-hero{padding:34px 0 44px}
.dwfgt-reference-page .gtg-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:68px;align-items:stretch}
.dwfgt-reference-page .gtg-hero-left{min-height:342px;padding-right:58px}
.dwfgt-reference-page .gtg-logo-row{display:flex;align-items:flex-end;gap:24px}
.dwfgt-reference-page .gtg-logo-title{font-family:var(--serif);font-style:italic;font-size:clamp(42px,4.2vw,58px);font-weight:400;line-height:.82;letter-spacing:-.035em;color:var(--rust);white-space:nowrap}
.dwfgt-reference-page .gtg-logo-icon{width:82px;height:82px;object-fit:contain;flex:0 0 auto;margin-bottom:-2px}
.dwfgt-reference-page .gtg-hero-copy{margin-top:30px;max-width:820px}
.dwfgt-reference-page .gtg-hero-copy h1{font-size:24px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px;max-width:760px}
.dwfgt-reference-page .gtg-hero-copy p{font-size:16px;line-height:1.52;color:var(--muted);max-width:800px}
.dwfgt-reference-page .gtg-hero-right{min-height:342px;display:flex;align-items:center;justify-content:center}
.dwfgt-reference-page .gtg-quote{width:min(740px,100%);padding:0 28px 0 0}
.dwfgt-reference-page .gtg-quote blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.24;color:var(--rust)}
.dwfgt-reference-page .gtg-quote figcaption{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:right;color:var(--ink);margin-top:16px}
.dwfgt-reference-page .gtg-four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.dwfgt-reference-page .gtg-topic-col{display:flex;flex-direction:column;padding-right:24px}
.dwfgt-reference-page .gtg-topic-col+.gtg-topic-col{padding-left:24px}
.dwfgt-reference-page .gtg-topic-head{display:flex;align-items:center;gap:11px;min-height:40px;padding-bottom:11px;border-bottom:1px solid #222}
.dwfgt-reference-page .gtg-topic-head img{width:23px;height:23px;object-fit:contain;opacity:.9}
.dwfgt-reference-page .gtg-topic-item{display:grid;grid-template-columns:9px 1fr;gap:11px;min-height:84px;padding:12px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .gtg-topic-item::before{content:'•';color:var(--rust);font-size:15px;line-height:1;margin-top:1px}
.dwfgt-reference-page .gtg-topic-title{display:block;font-size:14px;font-weight:700;line-height:1.18;color:var(--ink)}
.dwfgt-reference-page .gtg-topic-desc{display:block;font-size:13px;line-height:1.32;color:var(--muted);margin-top:5px}
.dwfgt-reference-page .gtg-band{background:var(--navy);border-radius:6px;padding:40px 46px;display:grid;grid-template-columns:168px minmax(0,1fr) 382px;gap:38px;align-items:center;color:#fff;margin:42px 0}
.dwfgt-reference-page .gtg-band img{width:156px;height:156px;object-fit:contain}
.dwfgt-reference-page .gtg-band h2{font-family:var(--serif);font-size:48px;font-weight:400;font-style:italic;line-height:1.02;color:#fff;margin:11px 0 15px}
.dwfgt-reference-page .gtg-band p:not(.gtg-label){font-size:16px;line-height:1.52;color:rgba(255,255,255,.8);max-width:690px;margin-bottom:24px}
.dwfgt-reference-page .gtg-band .gtg-label{color:#fff}
.dwfgt-reference-page .gtg-band-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.dwfgt-reference-page .gtg-band-nav a{border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:13px 14px;color:#fff}
.dwfgt-reference-page .gtg-band-nav span{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.56);font-weight:700;margin-bottom:6px}
.dwfgt-reference-page .gtg-band-nav strong{display:block;font-family:var(--serif);font-size:16px;line-height:1.1}
.dwfgt-reference-page .gtg-section{padding:0 0 46px}
.dwfgt-reference-page .gtg-section-heading{margin-bottom:10px}
.dwfgt-reference-page .gtg-intro{font-size:16px;line-height:1.52;color:var(--muted);max-width:100%;margin-bottom:24px}
.dwfgt-reference-page .gtg-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.dwfgt-reference-page .gtg-info{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:start}
.dwfgt-reference-page .gtg-info img{width:68px;height:68px;object-fit:contain}
.dwfgt-reference-page .gtg-info h3{font-size:14px;line-height:1.08;font-weight:800;margin-bottom:7px}
.dwfgt-reference-page .gtg-info p{font-size:13px;line-height:1.35;color:var(--muted)}
.dwfgt-reference-page .gtg-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.dwfgt-reference-page .gtg-list{border-top:1px solid var(--rule);margin-top:18px}
.dwfgt-reference-page .gtg-list a{display:grid;grid-template-columns:8px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--rule);font-size:14px;font-weight:900;line-height:1.25}
.dwfgt-reference-page .gtg-list a::before{content:'•';color:var(--rust)}
.dwfgt-reference-page .gtg-quote-break{padding:34px 0 38px;text-align:center;margin-bottom:28px}
.dwfgt-reference-page .gtg-quote-break blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.2;color:var(--rust)}
.dwfgt-reference-page .gtg-quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-top:16px}
@media(max-width:1000px){.dwfgt-reference-page .gtg-shell{padding:0 28px}
.dwfgt-reference-page .gtg-hero-grid,.dwfgt-reference-page .gtg-two-grid,.dwfgt-reference-page .gtg-band{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-four-grid,.dwfgt-reference-page .gtg-card-grid{grid-template-columns:repeat(2,1fr)}
}@media(max-width:640px){.dwfgt-reference-page .gtg-shell{padding:0 18px}
.dwfgt-reference-page .gtg-four-grid,.dwfgt-reference-page .gtg-card-grid{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-band-nav{grid-template-columns:1fr}
.dwfgt-reference-page .gtg-logo-title{font-size:38px;white-space:normal}
.dwfgt-reference-page .gtg-logo-icon{width:64px;height:64px}
}



/* Reference: landmark-cases-archive.html */

.dwfgt-reference-page{--ink:#141414;--muted:#55514d;--paper:#fff;--rule:#ddd7cf;--soft:#f6f3ef;--rust:#8b2236;--navy:#16233b;--font:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}

.dwfgt-reference-page *{box-sizing:border-box}
.dwfgt-reference-page{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
.dwfgt-reference-page a{color:inherit;text-decoration:none}
.dwfgt-reference-page h1,.dwfgt-reference-page h2,.dwfgt-reference-page h3,.dwfgt-reference-page p,.dwfgt-reference-page figure,.dwfgt-reference-page blockquote{margin:0}
.dwfgt-reference-page .shell{max-width:1500px;margin:0 auto;padding:0 56px}
.dwfgt-reference-page .rust{filter:brightness(0) saturate(100%) invert(18%) sepia(49%) saturate(1538%) hue-rotate(318deg) brightness(94%) contrast(96%)}
.dwfgt-reference-page .white{filter:brightness(0) invert(1)}
.dwfgt-reference-page .hero{padding:34px 0 44px}
.dwfgt-reference-page .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.86fr);gap:68px;align-items:center}
.dwfgt-reference-page .logo{display:flex;align-items:flex-end;gap:24px}
.dwfgt-reference-page .logo h1{font-family:var(--serif);font-style:italic;font-size:clamp(42px,4.2vw,58px);font-weight:400;line-height:.88;color:var(--rust);letter-spacing:-.035em}
.dwfgt-reference-page .logo img{width:82px;height:82px;object-fit:contain}
.dwfgt-reference-page .intro{margin-top:30px;max-width:820px}
.dwfgt-reference-page .intro h2{font-size:24px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin-bottom:14px}
.dwfgt-reference-page .intro p,.dwfgt-reference-page .bodycopy{font-size:16px;line-height:1.52;color:var(--muted)}
.dwfgt-reference-page .quote blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.24;color:var(--rust)}
.dwfgt-reference-page .quote figcaption{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-align:right;color:var(--ink);margin-top:16px}
.dwfgt-reference-page .section{padding:0 0 46px}
.dwfgt-reference-page .heading{font-size:14px;line-height:1.05;font-weight:700;letter-spacing:.20em;text-transform:uppercase;color:var(--rust);margin-bottom:18px}
.dwfgt-reference-page .grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.dwfgt-reference-page .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.dwfgt-reference-page .grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:46px}
.dwfgt-reference-page .topic{border-top:1px solid var(--rule);padding:14px 0}
.dwfgt-reference-page .topic h3,.dwfgt-reference-page .card h3,.dwfgt-reference-page .list h3{font-size:14px;line-height:1.16;font-weight:700;color:var(--ink);margin-bottom:6px}
.dwfgt-reference-page .topic p,.dwfgt-reference-page .card p,.dwfgt-reference-page .list p{font-size:13px;line-height:1.35;color:var(--muted)}
.dwfgt-reference-page .card{border:1px solid var(--rule);border-radius:8px;padding:22px;background:#fff;min-height:175px}
.dwfgt-reference-page .card .tag{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--rust);font-weight:800;margin-bottom:10px}
.dwfgt-reference-page .band{background:var(--navy);border-radius:8px;color:#fff;padding:36px 42px;margin-bottom:46px;display:grid;grid-template-columns:120px 1fr 360px;gap:28px;align-items:center}
.dwfgt-reference-page .band img{width:105px;height:105px;object-fit:contain}
.dwfgt-reference-page .band .heading{color:#fff;margin:0 0 10px}
.dwfgt-reference-page .band h2{font-family:var(--serif);font-size:40px;font-weight:400;line-height:1.05;margin-bottom:12px}
.dwfgt-reference-page .band p{font-size:15px;line-height:1.52;color:rgba(255,255,255,.78)}
.dwfgt-reference-page .bandlinks{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dwfgt-reference-page .bandlinks a{border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:12px;color:#fff;font-size:13px;font-weight:700}
.dwfgt-reference-page .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.dwfgt-reference-page .step{border:1px solid var(--rule);border-radius:8px;padding:22px 18px;min-height:260px;display:flex;flex-direction:column}
.dwfgt-reference-page .roman{font-family:var(--serif);font-size:36px;font-style:italic;color:var(--rust);line-height:1;margin-bottom:12px}
.dwfgt-reference-page .links{margin-top:auto;border-top:1px solid var(--rule)}
.dwfgt-reference-page .links a{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--rule);font-size:13px;font-weight:900}
.dwfgt-reference-page .links a:after{content:'\2192';color:var(--rust)}
.dwfgt-reference-page .two-tone{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.dwfgt-reference-page .redbox,.dwfgt-reference-page .bluebox{border-radius:8px;padding:28px;color:#fff;min-height:220px}
.dwfgt-reference-page .redbox{background:var(--rust)}
.dwfgt-reference-page .bluebox{background:var(--navy)}
.dwfgt-reference-page .redbox h3,.dwfgt-reference-page .bluebox h3{font-family:var(--serif);font-size:34px;font-weight:400;line-height:1.05;margin-bottom:12px}
.dwfgt-reference-page .redbox p,.dwfgt-reference-page .bluebox p{color:rgba(255,255,255,.82);font-size:15px;line-height:1.48}
.dwfgt-reference-page .listrow{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:start;padding:14px 0;border-bottom:1px solid var(--rule)}
.dwfgt-reference-page .listrow img{width:68px;height:68px;object-fit:contain}
.dwfgt-reference-page .small-link{color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.dwfgt-reference-page .small-link:after{content:' \2192'}
.dwfgt-reference-page table{width:100%;border-collapse:collapse;font-size:13px}
.dwfgt-reference-page th{text-align:left;padding:12px 14px;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
.dwfgt-reference-page td{padding:13px 14px;border-bottom:1px solid var(--rule);vertical-align:top}
.dwfgt-reference-page .house{background:rgba(139,34,54,.08);color:var(--rust);font-weight:700}
.dwfgt-reference-page .senate{background:rgba(22,35,59,.08);color:var(--navy);font-weight:700}
.dwfgt-reference-page .formbox{border:1px solid var(--rule);border-radius:10px;padding:24px;background:var(--soft)}
.dwfgt-reference-page .formrow{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:10px;margin-top:14px}
.dwfgt-reference-page .formrow input,.dwfgt-reference-page .formrow select{border:1px solid var(--rule);border-radius:6px;padding:12px;font:inherit}
.dwfgt-reference-page .formrow button{background:var(--ink);color:#fff;border:0;border-radius:6px;padding:0 18px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dwfgt-reference-page .quote-break{padding:34px 0 38px;text-align:center}
.dwfgt-reference-page .quote-break blockquote{font-family:var(--serif);font-size:40px;font-style:italic;line-height:1.2;color:var(--rust)}
.dwfgt-reference-page .quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-top:16px}
@media(max-width:1000px){.dwfgt-reference-page .shell{padding:0 28px}
.dwfgt-reference-page .hero-grid,.dwfgt-reference-page .grid2,.dwfgt-reference-page .two-tone,.dwfgt-reference-page .band{grid-template-columns:1fr}
.dwfgt-reference-page .grid4,.dwfgt-reference-page .grid3,.dwfgt-reference-page .steps{grid-template-columns:repeat(2,1fr)}
.dwfgt-reference-page .formrow{grid-template-columns:1fr}
}@media(max-width:640px){.dwfgt-reference-page .shell{padding:0 18px}
.dwfgt-reference-page .grid4,.dwfgt-reference-page .grid3,.dwfgt-reference-page .steps{grid-template-columns:1fr}
.dwfgt-reference-page .logo h1{font-size:38px}
.dwfgt-reference-page .logo img{width:62px;height:62px}
.dwfgt-reference-page .quote blockquote,.dwfgt-reference-page .quote-break blockquote{font-size:32px}
}




/* 0.4.60 visual content pass: keep activated reference layouts inside the theme content column. */
.dwfgt-reference-page{max-width:100%;overflow-x:hidden;}
.dwfgt-reference-page,.dwfgt-reference-page *{box-sizing:border-box;}
.dwfgt-reference-page .shell,.dwfgt-reference-page .gtg-shell{width:100%;max-width:min(1500px,100%);}
.dwfgt-reference-page img{max-width:100%;height:auto;}
.dwfgt-reference-page .hero-grid,.dwfgt-reference-page .gtg-hero-grid{max-width:100%;}
.dwfgt-reference-page .formrow{display:flex;gap:14px;align-items:stretch;flex-wrap:wrap;}
.dwfgt-reference-page .formrow input,.dwfgt-reference-page .formrow select{min-width:220px;max-width:100%;}
@media(max-width:720px){.dwfgt-reference-page .formrow input,.dwfgt-reference-page .formrow select,.dwfgt-reference-page .formrow button{width:100%;}}


/* 0.4.66 Executive page icon and search-form polish. Source icon PNGs are black silhouettes,
   so CSS filters provide the approved rust/white presentation without duplicating assets. */
.dwfgt-reference-page .gtg-rust-icon,
.dwfgt-reference-page .gtg-logo-icon,
.dwfgt-reference-page .gtg-topic-head img,
.dwfgt-reference-page .gtg-power-item > img,
.dwfgt-reference-page .gtg-mini-head img{
  filter:brightness(0) saturate(100%) invert(18%) sepia(49%) saturate(1538%) hue-rotate(318deg) brightness(94%) contrast(96%);
}
.dwfgt-reference-page .gtg-white-icon,
.dwfgt-reference-page .gtg-articleii-icon,
.dwfgt-reference-page .gtg-dark-band-icon,
.dwfgt-reference-page .gtg-chamber-icon,
.dwfgt-reference-page .gtg-chamber-card img{
  filter:brightness(0) invert(1);
}
.dwfgt-reference-executive-presidency .gtg-agency-grid{gap:18px;}
.dwfgt-reference-executive-presidency .gtg-agency{
  display:block;
  min-height:0;
  border:1px solid var(--rule);
  border-radius:8px;
  padding:18px;
  background:#fff;
}
.dwfgt-reference-executive-presidency .gtg-agency-icon{display:none!important;}
.dwfgt-reference-executive-presidency .gtg-actions-band{padding:32px;}
.dwfgt-reference-executive-presidency .gtg-search-preview.gtg-pres-actions-form{
  display:grid;
  grid-template-columns:minmax(260px,2fr) minmax(220px,1fr) auto;
  gap:14px;
  align-items:end;
  width:100%;
  max-width:100%;
}
.dwfgt-reference-executive-presidency .gtg-search-preview .gtg-field-wide{min-width:0;}
.dwfgt-reference-executive-presidency .gtg-search-cta{display:flex;align-items:center;justify-content:flex-end;gap:14px;white-space:nowrap;}
.dwfgt-reference-executive-presidency .gtg-search-cta .gtg-button{height:42px;min-width:112px;}
.dwfgt-reference-executive-presidency .gtg-search-cta .gtg-link{display:inline-flex;align-items:center;height:42px;}
@media(max-width:900px){
  .dwfgt-reference-executive-presidency .gtg-search-preview.gtg-pres-actions-form{grid-template-columns:1fr 1fr;}
  .dwfgt-reference-executive-presidency .gtg-search-cta{grid-column:1/-1;justify-content:flex-start;}
}
@media(max-width:640px){
  .dwfgt-reference-executive-presidency .gtg-search-preview.gtg-pres-actions-form{grid-template-columns:1fr;}
  .dwfgt-reference-executive-presidency .gtg-search-cta{display:grid;grid-template-columns:1fr;gap:10px;white-space:normal;}
  .dwfgt-reference-executive-presidency .gtg-search-cta .gtg-button,
  .dwfgt-reference-executive-presidency .gtg-search-cta .gtg-link{width:100%;justify-content:center;}
}

/* 0.4.67 Executive page search-form and cabinet/agency polish. */
.dwfgt-reference-executive-presidency .gtg-pres-actions-form{
  background:#fff!important;
  border:1px solid var(--rule,#ddd6cc)!important;
  border-radius:8px!important;
  padding:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(220px,300px)!important;
  gap:14px 18px!important;
  align-items:end!important;
}
.dwfgt-reference-executive-presidency .gtg-pres-actions-form .gtg-field,
.dwfgt-reference-executive-presidency .gtg-pres-actions-form .gtg-field-wide{min-width:0!important;}
.dwfgt-reference-executive-presidency .gtg-pres-actions-form label{display:block!important;margin-bottom:6px!important;}
.dwfgt-reference-executive-presidency .gtg-pres-actions-form input,
.dwfgt-reference-executive-presidency .gtg-pres-actions-form select{min-height:44px!important;color:var(--ink,#171717)!important;}
.dwfgt-reference-executive-presidency .gtg-search-cta{
  grid-column:1/-1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
  min-width:0!important;
  white-space:nowrap!important;
}
.dwfgt-reference-executive-presidency .gtg-search-cta .gtg-button{background:var(--navy,#16233b)!important;color:#fff!important;min-height:42px!important;min-width:126px!important;}
.dwfgt-reference-executive-presidency .gtg-search-cta .gtg-link{display:inline-flex!important;align-items:center!important;min-height:42px!important;}
.dwfgt-reference-executive-presidency .gtg-agency{display:block!important;grid-template-columns:none!important;}
.dwfgt-reference-executive-presidency .gtg-agency-icon{display:none!important;}
@media(max-width:760px){
  .dwfgt-reference-executive-presidency .gtg-pres-actions-form{grid-template-columns:1fr!important;}
  .dwfgt-reference-executive-presidency .gtg-search-cta{justify-content:flex-start!important;flex-wrap:wrap!important;white-space:normal!important;}
}


/* 0.4.69 Executive page icon hardening. The source PNGs are black silhouettes; force the intended rust/white rendering even when theme CSS or older public.css rules try to reset filters. */
.dwfgt-reference-executive-presidency .gtg-logo-icon,
.dwfgt-reference-executive-presidency .gtg-rust-icon,
.dwfgt-reference-executive-presidency .gtg-topic-head img,
.dwfgt-reference-executive-presidency .gtg-power-item > img,
.dwfgt-reference-executive-presidency .gtg-mini-head img{
  filter:brightness(0) saturate(100%) invert(18%) sepia(49%) saturate(1538%) hue-rotate(318deg) brightness(94%) contrast(96%)!important;
  opacity:.92!important;
}
.dwfgt-reference-executive-presidency .gtg-articleii-icon,
.dwfgt-reference-executive-presidency .gtg-white-icon,
.dwfgt-reference-executive-presidency .gtg-articleii-band img{
  filter:brightness(0) invert(1)!important;
  opacity:.96!important;
}
.dwfgt-reference-executive-presidency .gtg-power-item > img{
  background:transparent!important;
}

/* 0.4.70 Executive Article II panel: match approved uploaded Executive Branch HTML and make the icon robust. */
.dwfgt-reference-executive-presidency .gtg-articleii-band,
.gtg-articleii-band{
  background:#16233b!important;
  border-radius:6px!important;
  padding:40px 46px!important;
  display:grid!important;
  grid-template-columns:168px minmax(0,1fr) 382px!important;
  gap:38px!important;
  align-items:center!important;
}
.dwfgt-reference-executive-presidency .gtg-articleii-icon,
.gtg-articleii-band .gtg-articleii-icon{
  width:156px!important;
  height:156px!important;
  object-fit:contain!important;
  justify-self:start!important;
  opacity:.96!important;
}
.dwfgt-reference-executive-presidency .gtg-articleii-icon-solid,
.gtg-articleii-band .gtg-articleii-icon-solid{
  filter:none!important;
}
.dwfgt-reference-executive-presidency .gtg-articleii-copy .gtg-label,
.gtg-articleii-band .gtg-articleii-copy .gtg-label{
  color:#fff!important;
}
.dwfgt-reference-executive-presidency .gtg-articleii-title,
.gtg-articleii-band .gtg-articleii-title{
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:48px!important;
  font-weight:400!important;
  font-style:italic!important;
  letter-spacing:-.025em!important;
  line-height:1.02!important;
  color:#fff!important;
  margin:11px 0 15px!important;
}
.dwfgt-reference-executive-presidency .gtg-articleii-title span,
.gtg-articleii-band .gtg-articleii-title span{
  display:block!important;
  font-style:normal!important;
}
.dwfgt-reference-executive-presidency .gtg-articleii-copy p:not(.gtg-label),
.gtg-articleii-band .gtg-articleii-copy p:not(.gtg-label){
  font-size:16px!important;
  line-height:1.52!important;
  color:rgba(255,255,255,.8)!important;
  max-width:720px!important;
  margin-bottom:24px!important;
}
.dwfgt-reference-executive-presidency .gtg-articleii-action,
.gtg-articleii-band .gtg-articleii-action{text-align:right!important;}
.dwfgt-reference-executive-presidency .gtg-articleii-action .gtg-link,
.gtg-articleii-band .gtg-articleii-action .gtg-link{color:#fff!important;border-bottom:1px solid rgba(255,255,255,.35)!important;}
.dwfgt-reference-executive-presidency .gtg-articleii-grid,
.gtg-articleii-band .gtg-articleii-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}
.dwfgt-reference-executive-presidency .gtg-articleii-chip,
.gtg-articleii-band .gtg-articleii-chip{min-height:78px!important;padding:14px 16px!important;border:1px solid rgba(255,255,255,.23)!important;border-radius:10px!important;background:rgba(255,255,255,.06)!important;color:#fff!important;}
.dwfgt-reference-executive-presidency .gtg-articleii-chip b,
.gtg-articleii-band .gtg-articleii-chip b{display:block!important;margin-bottom:12px!important;font-size:11px!important;font-weight:900!important;line-height:1!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:rgba(255,255,255,.58)!important;}
.dwfgt-reference-executive-presidency .gtg-articleii-chip span,
.gtg-articleii-band .gtg-articleii-chip span{display:block!important;font-family:Georgia,'Times New Roman',serif!important;font-size:16px!important;line-height:1.15!important;color:#fff!important;}
@media(max-width:1100px){
  .dwfgt-reference-executive-presidency .gtg-articleii-band,
  .gtg-articleii-band{grid-template-columns:1fr!important;}
  .dwfgt-reference-executive-presidency .gtg-articleii-icon,
  .gtg-articleii-band .gtg-articleii-icon{width:96px!important;height:96px!important;}
}

/* 0.4.71 Executive page: remove the old Presidential Actions search box and right-align the agency-directory action. */
.dwfgt-reference-executive-presidency .gtg-all-agencies-action,
.gtg-all-agencies-action{
  text-align:right!important;
  margin-top:22px!important;
  padding-top:16px!important;
  border-top:1px solid #ddd7cf!important;
}
.dwfgt-reference-executive-presidency .gtg-all-agencies-action .gtg-link,
.gtg-all-agencies-action .gtg-link{
  display:inline-flex!important;
  align-items:center!important;
}
.dwfgt-reference-executive-presidency .gtg-actions{
  display:none!important;
}


/* 0.4.73 quality normalization: shared headers, quick links, no faint section lines, active Congress templates. */
.dwfgt-page,.dwfgt-reference-page,.dwfgt-guide-home{--gtg-ink:#141414;--gtg-muted:#55514d;--gtg-rust:#8b2236;--gtg-navy:#16233b;--gtg-house:#8a2432;--gtg-senate:#233a5e;--gtg-rule:#ddd7cf;--gtg-soft:#f6f3ef;--gtg-serif:Georgia,'Times New Roman',serif;max-width:1280px!important;width:min(1280px,calc(100vw - 96px))!important;margin:0 auto!important;background:#fff!important;color:var(--gtg-ink)!important;font-family:Arial,Helvetica,sans-serif!important;line-height:1.5!important}.dwfgt-reference-page section,.dwfgt-reference-page .gtg-section,.dwfgt-reference-page .section,.dwfgt-page .dwfgt-section{border-top:0!important;border-bottom:0!important;box-shadow:none!important}.dwfgt-reference-page img:not(.gtg-feature-icon){max-width:100%;height:auto}.gtg-logo-title,.dwfgt-logo-title{font-family:Georgia,'Times New Roman',serif!important;font-style:italic!important;font-size:clamp(44px,5.2vw,72px)!important;font-weight:400!important;line-height:.92!important;letter-spacing:-.055em!important;color:#8b2236!important}.dwfgt-reference-page .gtg-logo-icon,.dwfgt-page .dwfgt-logo-icon{filter:none!important;opacity:1!important}.dwfgt-reference-page .gtg-rust-icon,.dwfgt-page .dwfgt-rust-icon,.gtg-home-topic img,.gtg-mini-head img,.gtg-card-grid article img{filter:none!important;opacity:.82!important}.gtg-chamber-box img,.gtg-blue img,.gtg-home-blue img{filter:none!important;opacity:1!important}.dwfgt-reference-page h2,.dwfgt-reference-page h3,.dwfgt-page .dwfgt-section h2,.dwfgt-page .dwfgt-section h3{border:0!important}.dwf-member-profile__work.h3,.gtg-tab-content .dwf-member-profile__work.h3{font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(26px,3vw,38px)!important;font-weight:900!important;line-height:.96!important;letter-spacing:-.055em!important;color:#141414!important;margin:0!important;text-transform:none!important}.dwfgt-reference-page .gtg-section-head{display:grid;grid-template-columns:minmax(0,380px) minmax(0,1fr);gap:36px;align-items:start;margin:0 0 24px}.dwfgt-reference-page .gtg-section-head p{margin:0;color:#55514d;font-size:15px;line-height:1.55}.dwfgt-quick-links,.dwfgt-quick-link-guide,.dwfgt-quick-links-section{border:0!important;background:#fff!important;margin-top:56px!important;padding-top:0!important}.dwfgt-quick-link-grid,.dwfgt-quick-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px!important}.dwfgt-quick-link-grid a,.dwfgt-quick-grid a{border-top:3px solid #16233b!important;border-bottom:0!important;background:#fff!important;padding:15px 0 20px!important;box-shadow:none!important}.dwfgt-quick-link-grid strong,.dwfgt-quick-grid strong{display:block!important;color:#8b2236!important;font-size:18px!important;line-height:1.15!important;margin-bottom:7px!important}.dwfgt-quick-link-grid span,.dwfgt-quick-grid span{display:block!important;color:#55514d!important;font-size:14px!important;line-height:1.35!important}.dwfgt-glossary-term-page .dwfgt-glossary-term-hero{border:0!important;background:#fff!important;padding:34px 0 26px!important;margin:0!important}.dwfgt-glossary-term-page .dwfgt-glossary-kicker{display:none!important}.dwfgt-glossary-term-page .dwfgt-glossary-term-hero h1{font-family:Georgia,'Times New Roman',serif!important;font-style:italic!important;font-size:clamp(44px,5.2vw,72px)!important;font-weight:400!important;line-height:.92!important;letter-spacing:-.055em!important;color:#8b2236!important;margin:0 0 16px!important}.dwfgt-glossary-definition,.dwfgt-glossary-related{border:0!important}.dwfgt-case-record .dwfgt-quick-links,.dwfgt-action-record .dwfgt-quick-links{display:none!important}

.gtg-home-0473{padding:26px 0 64px}.gtg-home-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:72px;align-items:start}.gtg-home-left{padding-right:54px}.gtg-home-title-row{display:flex;align-items:flex-end;gap:22px;margin-bottom:26px}.gtg-home-title-row .gtg-logo-icon{width:106px;height:92px;object-fit:contain}.gtg-hero-copy h1{font-size:22px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:-.02em!important;color:#141414!important;max-width:690px!important;margin:0 0 12px!important}.gtg-hero-copy p{font-size:16px!important;line-height:1.48!important;color:#55514d!important;max-width:720px!important;margin:0!important}.gtg-home-start-lines{margin-top:28px}.gtg-home-start-line{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:center;padding:7px 0;text-decoration:none!important}.gtg-home-start-line img{width:36px;height:36px;object-fit:contain}.gtg-home-start-line span{font-size:17px;line-height:1.2;color:#141414}.gtg-quote{display:flex;flex-direction:column;justify-content:center;min-height:176px;background:#fff!important;border:0!important;box-shadow:none!important}.gtg-quote blockquote{font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(25px,2.7vw,38px)!important;font-style:italic!important;line-height:1.25!important;color:#8b2236!important;margin:0!important}.gtg-quote figcaption{font-size:11px!important;font-weight:900!important;letter-spacing:.18em!important;text-transform:uppercase!important;text-align:right!important;margin-top:16px!important;color:#141414!important}.gtg-home-constitution{padding:34px 0 42px}.gtg-blue{background:#16233b!important;color:#fff!important;border-radius:2px!important;padding:42px 44px!important;display:grid!important;grid-template-columns:170px minmax(0,1fr) 340px!important;gap:34px!important;align-items:center!important}.gtg-feature-icon{width:145px!important;height:145px!important;object-fit:contain!important}.gtg-blue-label{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#fff}.gtg-blue h2{font-family:Georgia,'Times New Roman',serif!important;font-size:38px!important;font-weight:400!important;line-height:1.04!important;color:#fff!important;margin:8px 0 12px!important}.gtg-blue h2 em{font-style:italic!important}.gtg-blue p{font-size:16px!important;line-height:1.45!important;color:rgba(255,255,255,.8)!important;margin:0!important}.gtg-action{display:inline-flex!important;color:#8b2236!important;font-size:12px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important;margin-top:16px!important}.gtg-action:after{content:' →'}.gtg-blue .gtg-action{color:#fff!important}.gtg-blue-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.gtg-blue-card{border:1px solid rgba(255,255,255,.2)!important;border-radius:6px!important;padding:14px 16px!important;background:rgba(255,255,255,.04)!important;color:#fff!important;text-decoration:none!important}.gtg-blue-card span{display:block!important;font-size:10px!important;font-weight:900!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:rgba(255,255,255,.55)!important;margin-bottom:6px!important}.gtg-blue-card b{font-size:14px!important;line-height:1.25!important;color:#fff!important}.gtg-home-topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 34px;padding:16px 0 44px}.gtg-home-topic{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start;text-decoration:none!important;min-height:86px}.gtg-home-topic img{width:44px;height:44px;object-fit:contain}.gtg-home-topic b{display:block;font-size:16px;line-height:1.1;color:#141414;margin-bottom:3px}.gtg-home-topic em{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-style:normal;font-size:13px;line-height:1.32;color:#55514d}.gtg-quote-break{text-align:center;margin:26px 0 46px}.gtg-quote-break blockquote{font-family:Georgia,'Times New Roman',serif!important;font-style:italic!important;color:#8b2236!important;font-size:clamp(30px,3.6vw,44px)!important;line-height:1.16!important;max-width:960px;margin:0 auto!important}.gtg-quote-break figcaption{font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;text-align:right;max-width:960px;margin:16px auto 0}.gtg-home-two{padding:0 0 40px}.gtg-home-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px}.gtg-mini-head{display:grid;grid-template-columns:62px 1fr;gap:16px;align-items:start;margin-bottom:14px}.gtg-mini-head img{width:56px;height:56px;object-fit:contain}.gtg-section-heading{font-size:13px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:.20em!important;text-transform:uppercase!important;color:#8b2236!important;margin:0 0 7px!important}.gtg-mini-head p{font-size:15px;line-height:1.45;color:#55514d;margin:0}.gtg-list{margin-left:78px}.gtg-list a{display:grid!important;grid-template-columns:8px 1fr!important;gap:10px!important;padding:8px 0!important;border:0!important;color:#8b2236!important;font-weight:900!important;font-size:14px!important;text-decoration:none!important}.gtg-list a:before{content:'•';color:#8b2236}

.gtg-civics-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.8fr);gap:58px;align-items:center;padding:42px 0 58px!important;border:0!important}.gtg-civics-hero h2{font-size:22px!important;line-height:1.2!important;font-weight:600!important;letter-spacing:-.02em!important;max-width:820px!important;margin:16px 0 0!important}.gtg-stat-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:26px;background:#fff}.gtg-stat-strip div{padding:16px 16px 16px 0}.gtg-stat-strip span{display:block;color:#8b2236;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:7px}.gtg-stat-strip strong{display:block;font-size:22px;line-height:1.05;color:#141414}.gtg-stat-strip em{display:block;font-style:normal;font-size:12px;line-height:1.35;color:#55514d;margin-top:5px}.gtg-side-layout{display:grid!important;grid-template-columns:245px minmax(0,1fr)!important;gap:42px!important;align-items:start!important}.gtg-side-tabs{position:sticky;top:24px}.gtg-side-tabs a{display:flex!important;justify-content:space-between;align-items:center;gap:12px;padding:12px 0!important;border:0!important;text-decoration:none!important;color:#141414!important;font-size:11px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.gtg-side-tabs a:after{content:'→';color:#8b2236}.gtg-side-tabs a:first-child{color:#8b2236!important}.gtg-tab-content>section{padding:0 0 46px!important;border:0!important}.gtg-chamber-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.gtg-chamber-box{border-radius:8px!important;padding:34px!important;color:#fff!important;position:relative!important;overflow:hidden!important}.gtg-chamber-box:before,.gtg-chamber-box:after{display:none!important;content:none!important}.gtg-house-box{background:#8a2432!important}.gtg-senate-box{background:#16233b!important}.gtg-chamber-box img{width:54px;height:54px;object-fit:contain;margin:0 0 20px}.gtg-chamber-box span{display:block;font-size:10px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:7px}.gtg-chamber-box h3{font-family:Georgia,'Times New Roman',serif!important;font-size:34px!important;line-height:1.02!important;font-weight:400!important;color:#fff!important;margin:0 0 12px!important}.gtg-chamber-box p{font-size:14px;line-height:1.55;color:rgba(255,255,255,.82);max-width:360px}.gtg-chamber-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0}.gtg-chamber-stats div{border:1px solid rgba(255,255,255,.22);border-radius:6px;padding:10px}.gtg-chamber-stats strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:24px;font-style:italic;color:#fff;line-height:1}.gtg-chamber-stats em{display:block;font-style:normal;color:rgba(255,255,255,.6);font-size:9px;line-height:1.2;text-transform:uppercase;letter-spacing:.12em;margin-top:5px}.gtg-box-button{display:flex!important;justify-content:flex-end!important;align-items:center!important;width:max-content!important;min-width:132px!important;margin:10px 0 0 auto!important;padding:11px 16px!important;background:#fff!important;color:#141414!important;border:0!important;border-radius:2px!important;text-decoration:none!important;font-size:11px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important}.gtg-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gtg-card-grid article{background:#fff!important;border:0!important;border-top:4px solid #16233b!important;padding:24px!important;min-height:190px!important;box-shadow:none!important}.gtg-card-grid article.gtg-card-house{border-top-color:#8a2432!important}.gtg-card-grid article.gtg-card-senate{border-top-color:#16233b!important}.gtg-card-grid img{width:34px;height:34px;object-fit:contain;margin:0 0 14px}.gtg-card-grid span{display:block;color:#8b2236;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}.gtg-card-grid h3{font-size:20px!important;line-height:1.05!important;letter-spacing:-.03em!important;color:#141414!important;margin:0 0 10px!important}.gtg-card-grid p{font-size:14px;line-height:1.55;color:#55514d;margin:0}.gtg-process{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:18px!important;background:#fff!important;border:0!important;box-shadow:0 10px 24px rgba(0,0,0,.04)!important;padding:28px!important}.gtg-process-step{text-align:center}.gtg-process-step b{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;border:2px solid #ddd7cf;margin:0 auto 13px;font-family:Georgia,'Times New Roman',serif;font-style:italic;color:#8b2236;font-size:20px}.gtg-process-step h3{font-size:11px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important;line-height:1.2!important;margin:0 0 7px!important;color:#141414!important}.gtg-process-step p{font-family:Georgia,'Times New Roman',serif;font-size:14px;line-height:1.35;color:#55514d;margin:0}.gtg-compare-table{width:100%;border-collapse:collapse;background:#fff}.gtg-compare-table th{font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;text-align:left;padding:14px 16px;color:#141414}.gtg-compare-table th:nth-child(2){background:rgba(138,36,50,.08);color:#8a2432}.gtg-compare-table th:nth-child(3){background:rgba(22,35,59,.08);color:#16233b}.gtg-compare-table td{padding:14px 16px;border:0!important;font-size:14px;line-height:1.45}.gtg-compare-table td:first-child{font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#55514d}.gtg-compare-table td:nth-child(2){background:rgba(138,36,50,.05);font-weight:800;color:#8a2432}.gtg-compare-table td:nth-child(3){background:rgba(22,35,59,.06);font-weight:800;color:#16233b}.gtg-local-links,.gtg-member-placeholder{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#fff}.gtg-local-links a,.gtg-member-placeholder div{padding:16px!important;border:0!important;text-decoration:none!important;color:#141414!important;font-weight:900!important;background:#fff!important}.gtg-local-links a:after{content:' →';color:#8b2236}.gtg-member-placeholder strong{display:block;color:#141414;margin-bottom:4px}.gtg-member-placeholder span{display:block;color:#55514d;font-weight:400;font-size:13px;line-height:1.35}.gtg-state-frame{background:#fff!important;border:0!important;border-radius:12px!important;padding:26px!important;box-shadow:0 10px 24px rgba(0,0,0,.04)!important}.gtg-state-frame-head{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:30px;margin-bottom:22px}.gtg-state-frame h3{font-size:36px!important;line-height:.95!important;letter-spacing:-.055em!important;margin:0 0 12px!important;color:#141414!important}.gtg-state-frame p{font-size:14px;line-height:1.5;color:#55514d;margin:0}.gtg-state-stats{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff}.gtg-state-stats div{padding:12px}.gtg-state-stats span{display:block;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#8b2236;margin-bottom:4px}.gtg-state-stats strong{font-size:14px;line-height:1.15;color:#141414}.gtg-chamber-two{margin-top:28px}.gtg-judicial-case-search{border:0!important;padding:30px 0!important}.dwfgt-landmark-cases{border:0!important}.dwfgt-landmark-search-panel{border:0!important;background:#f6f3ef!important}.dwfgt-landmark-search-panel h2{font-family:Arial,Helvetica,sans-serif!important;font-size:28px!important;font-weight:900!important;letter-spacing:-.04em!important;color:#141414!important;text-transform:none!important}
@media(max-width:1000px){.dwfgt-page,.dwfgt-reference-page,.dwfgt-guide-home{width:calc(100vw - 56px)!important}.gtg-home-grid,.gtg-blue,.gtg-civics-hero,.gtg-side-layout,.gtg-section-head,.gtg-state-frame-head,.gtg-home-two-grid{grid-template-columns:1fr!important}.gtg-home-topic-grid,.gtg-quick-grid,.dwfgt-quick-link-grid,.dwfgt-quick-grid,.gtg-card-grid,.gtg-chamber-grid{grid-template-columns:repeat(2,1fr)!important}.gtg-side-tabs{position:static}.gtg-list{margin-left:0}.gtg-process{grid-template-columns:1fr!important}.gtg-home-left{padding-right:0}}@media(max-width:640px){.dwfgt-page,.dwfgt-reference-page,.dwfgt-guide-home{width:calc(100vw - 36px)!important}.gtg-home-topic-grid,.gtg-card-grid,.gtg-chamber-grid,.gtg-home-two-grid,.dwfgt-quick-link-grid,.dwfgt-quick-grid,.gtg-local-links,.gtg-member-placeholder,.gtg-state-stats{grid-template-columns:1fr!important}.gtg-blue{padding:28px!important}.gtg-logo-title{font-size:40px!important}.gtg-home-title-row{align-items:flex-start}.gtg-home-title-row .gtg-logo-icon{width:78px;height:66px}.gtg-chamber-box{padding:26px!important}}

/* 0.4.76 screenshot cleanup and consistency hardening.
   Keep the approved visual rhythm while fixing dark panels, colored-box icons,
   and lingering generic/template regressions surfaced during 0.4.73 testing. */
.dwfgt-reference-page .gtg-dark-band,
.dwfgt-reference-page .gtg-constitution-band{
  grid-template-columns:minmax(104px,168px) minmax(360px,1fr) minmax(280px,382px) !important;
  align-items:center !important;
  overflow:hidden;
}
.dwfgt-reference-page .gtg-dark-copy,
.dwfgt-reference-page .gtg-constitution-copy{
  min-width:0;
  width:100%;
}
.dwfgt-reference-page .gtg-dark-copy p:not(.gtg-label),
.dwfgt-reference-page .gtg-constitution-copy p:not(.gtg-label){
  max-width:760px;
  min-width:260px;
}
.dwfgt-reference-page .gtg-chip-grid,
.dwfgt-reference-page .gtg-article-grid{
  min-width:0;
}
.dwfgt-reference-page .gtg-dark-icon,
.dwfgt-reference-page .gtg-constitution-icon,
.dwfgt-reference-page .gtg-dark-band img,
.dwfgt-reference-page .gtg-constitution-band img,
.dwfgt-reference-page .gtg-chamber-box img,
.dwfgt-reference-page .gtg-house-box img,
.dwfgt-reference-page .gtg-senate-box img,
.dwfgt-reference-page .gtg-civics-feature img,
.dwfgt-reference-page .gtg-panel--dark img{
  filter:brightness(0) invert(1) !important;
  opacity:.96;
}
.dwfgt-reference-page .gtg-chamber-box,
.dwfgt-reference-page .gtg-house-box,
.dwfgt-reference-page .gtg-senate-box{
  color:#fff;
}
.dwfgt-reference-page .gtg-chamber-box h3,
.dwfgt-reference-page .gtg-chamber-box p,
.dwfgt-reference-page .gtg-chamber-box span,
.dwfgt-reference-page .gtg-chamber-box strong,
.dwfgt-reference-page .gtg-chamber-box em{
  color:#fff !important;
}
.dwfgt-reference-page .gtg-chamber-box .gtg-box-button{
  color:var(--ink) !important;
  background:#fff;
}
.dwfgt-reference-page .gtg-chamber-box::before,
.dwfgt-reference-page .gtg-chamber-box::after{
  display:none !important;
  content:none !important;
}
@media(max-width:1120px){
  .dwfgt-reference-page .gtg-dark-band,
  .dwfgt-reference-page .gtg-constitution-band{
    grid-template-columns:minmax(96px,140px) minmax(320px,1fr) !important;
  }
  .dwfgt-reference-page .gtg-chip-grid,
  .dwfgt-reference-page .gtg-article-grid{
    grid-column:1 / -1;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .dwfgt-reference-page .gtg-dark-band,
  .dwfgt-reference-page .gtg-constitution-band{
    grid-template-columns:1fr !important;
  }
  .dwfgt-reference-page .gtg-dark-copy p:not(.gtg-label),
  .dwfgt-reference-page .gtg-constitution-copy p:not(.gtg-label){
    min-width:0;
  }
  .dwfgt-reference-page .gtg-chip-grid,
  .dwfgt-reference-page .gtg-article-grid{
    grid-template-columns:1fr;
  }
}

/* 0.4.80 faint-line cleanup for legacy reference HTML templates */
.dwfgt-page,
.dwfgt-page *:where(section, article, div, header, footer, aside, nav, ul, ol, li, a, span),
.gtg-page,
.gtg-page *:where(section, article, div, header, footer, aside, nav, ul, ol, li, a, span) {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.dwfgt-page section,
.gtg-page section,
.dwfgt-page .card,
.gtg-page .card,
.dwfgt-page a,
.gtg-page a {
  border-top: 0 !important;
  border-bottom: 0 !important;
}


/* 0.4.81 GTG-only rendered-page repair pass. */
.dwfgt-page .gtg-blue img,
.dwfgt-page .gtg-home-blue img,
.dwfgt-page .gtg-dark-band img,
.dwfgt-page .gtg-constitution-band img,
.dwfgt-page .gtg-chamber-box img,
.dwfgt-page .gtg-house-box img,
.dwfgt-page .gtg-senate-box img,
.dwfgt-reference-page .gtg-blue img,
.dwfgt-reference-page .gtg-home-blue img,
.dwfgt-reference-page .gtg-dark-band img,
.dwfgt-reference-page .gtg-constitution-band img,
.dwfgt-reference-page .gtg-chamber-box img,
.dwfgt-reference-page .gtg-house-box img,
.dwfgt-reference-page .gtg-senate-box img {
  filter: brightness(0) invert(1) !important;
  opacity: .96 !important;
}
.dwfgt-page .gtg-dark-band,
.dwfgt-page .gtg-constitution-band,
.dwfgt-page .gtg-blue,
.dwfgt-page .gtg-home-blue,
.dwfgt-reference-page .gtg-dark-band,
.dwfgt-reference-page .gtg-constitution-band,
.dwfgt-reference-page .gtg-blue,
.dwfgt-reference-page .gtg-home-blue {
  color: #fff !important;
}
.dwfgt-page .gtg-dark-band :where(.gtg-dark-copy,.gtg-dark-title,.gtg-label,p,h2,h3,b,span),
.dwfgt-page .gtg-constitution-band :where(.gtg-constitution-copy,.gtg-constitution-title,.gtg-label,p,h2,h3,b,span),
.dwfgt-page .gtg-blue :where(p,h2,h3,b,span),
.dwfgt-reference-page .gtg-dark-band :where(.gtg-dark-copy,.gtg-dark-title,.gtg-label,p,h2,h3,b,span),
.dwfgt-reference-page .gtg-constitution-band :where(.gtg-constitution-copy,.gtg-constitution-title,.gtg-label,p,h2,h3,b,span),
.dwfgt-reference-page .gtg-blue :where(p,h2,h3,b,span) {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.dwfgt-page .gtg-dark-copy,
.dwfgt-page .gtg-constitution-copy,
.dwfgt-reference-page .gtg-dark-copy,
.dwfgt-reference-page .gtg-constitution-copy {
  display: block !important;
  min-width: 0 !important;
}
.dwfgt-page .gtg-dark-band .gtg-chip,
.dwfgt-page .gtg-constitution-band .gtg-article-chip,
.dwfgt-reference-page .gtg-dark-band .gtg-chip,
.dwfgt-reference-page .gtg-constitution-band .gtg-article-chip {
  border: 1px solid rgba(255,255,255,.24) !important;
  background: rgba(255,255,255,.06) !important;
}
.dwfgt-page :where(section,article,div,header,footer,aside,nav,ul,ol,li):not(.gtg-chip):not(.gtg-article-chip):not(.gtg-chamber-stats):not(.gtg-stat):not(.dwfgt-filter):not(.dwfgt-archive-search):not(.dwfgt-landmark-search-panel),
.dwfgt-record :where(section,article,div,header,footer,aside,nav,ul,ol,li):not(.dwfgt-filter):not(.dwfgt-archive-search),
.dwfgt-glossary-term-page :where(section,article,div,header,footer,aside,nav,ul,ol,li) {
  border-color: transparent !important;
}
.dwfgt-page :where(table,thead,tbody,tfoot,tr,th,td,input,select,textarea,button,form),
.dwfgt-record :where(table,thead,tbody,tfoot,tr,th,td,input,select,textarea,button,form) {
  border-color: revert;
}
.dwfgt-presidential-actions,
.dwfgt-landmark-cases,
.dwfgt-court-resources {
  margin-bottom: clamp(42px, 6vw, 72px) !important;
  clear: both;
}
.dwfgt-court-resource-card small,
.dwfgt-case-archive-card small,
.dwfgt-presidential-actions small {
  display:block;
  color:#8b2236;
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:7px;
}
.dwfgt-court-resource-card em,
.dwfgt-case-archive-card em {
  display:block;
  margin-top:12px;
  color:#8b2236;
  font-size:11px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

/* v0.4.86 beta polish: honor theme width, official branch palette, and true side tabs. */
:where(.dwfgt-page,.dwfgt-reference-page,.dwfgt-guide-home){
  width:var(--psc-width,min(1280px,calc(100vw - 96px)))!important;
  max-width:var(--psc-width,min(1280px,calc(100vw - 96px)))!important;
}
:where(.dwfgt-page,.dwfgt-reference-page,.dwfgt-guide-home) :where(.gtg-shell){
  width:100%!important;
  max-width:100%!important;
}
.dwfgt-guide-home .gtg-blue{background:#233A5E!important;}
.dwfgt-reference-executive-presidency .gtg-articleii-band{background:#1F4E79!important;}
.dwfgt-reference-congress .gtg-house-box,
.dwfgt-reference-house-overview .gtg-house-box{background:#8A2432!important;}
.dwfgt-reference-congress .gtg-senate-box,
.dwfgt-reference-house-overview .gtg-senate-box,
.dwfgt-reference-senate-overview .gtg-senate-box{background:#2E6F95!important;}
.gtg-card-grid article.gtg-card-senate{border-top-color:#2E6F95!important;}
.gtg-tab-content > section[hidden]{display:none!important;}
.gtg-side-tabs a:first-child{color:inherit!important;border-color:transparent!important;background:transparent!important;}
.gtg-side-tabs a.is-active{color:#8A2432!important;border-color:#8A2432!important;background:rgba(138,36,50,.035)!important;}
.gtg-side-tabs a[role="tab"]{cursor:pointer;}
.dwfgt-az-nav--pages a.is-active{background:#8A2432;color:#fff;border-color:#8A2432;}
.dwfgt-glossary-letter-prompt{margin-top:1.5rem;padding:1.25rem;border:1px solid rgba(22,35,59,.14);border-radius:14px;background:#fbfaf7;}


/* 0.4.92 screenshot-test fixes: GTG dark panels and one consistent Quick Link Guide. */
.dwfgt-guide-home .gtg-constitution-band,
.dwfgt-page .gtg-constitution-band,
.dwfgt-reference-page .gtg-constitution-band{
  display:grid!important;
  grid-template-columns:minmax(96px,150px) minmax(280px,1fr) minmax(260px,380px)!important;
  gap:clamp(24px,4vw,44px)!important;
  align-items:center!important;
  background:#16233b!important;
  color:#fff!important;
  border:0!important;
  border-radius:6px!important;
  padding:clamp(34px,5vw,50px)!important;
}
.dwfgt-reference-executive-presidency .gtg-articleii-band,
.dwfgt-page .gtg-articleii-band,
.dwfgt-reference-page .gtg-articleii-band{
  display:grid!important;
  grid-template-columns:minmax(96px,150px) minmax(260px,1fr) minmax(260px,380px)!important;
  gap:clamp(24px,4vw,44px)!important;
  align-items:center!important;
  background:#1f4e79!important;
  color:#fff!important;
  border:0!important;
  border-radius:6px!important;
  padding:clamp(34px,5vw,50px)!important;
}
.dwfgt-guide-home .gtg-constitution-icon,
.dwfgt-page .gtg-constitution-icon,
.dwfgt-reference-page .gtg-constitution-icon,
.dwfgt-reference-executive-presidency .gtg-articleii-icon,
.dwfgt-page .gtg-articleii-icon,
.dwfgt-reference-page .gtg-articleii-icon{
  width:clamp(84px,10vw,145px)!important;
  height:clamp(84px,10vw,145px)!important;
  max-width:145px!important;
  object-fit:contain!important;
  justify-self:start!important;
  filter:none!important;
  opacity:.96!important;
}
.dwfgt-guide-home .gtg-constitution-band :where(.gtg-label,.gtg-constitution-title,p,a,b,span),
.dwfgt-page .gtg-constitution-band :where(.gtg-label,.gtg-constitution-title,p,a,b,span),
.dwfgt-reference-page .gtg-constitution-band :where(.gtg-label,.gtg-constitution-title,p,a,b,span),
.dwfgt-reference-executive-presidency .gtg-articleii-band :where(.gtg-label,.gtg-articleii-title,p,a,b,span),
.dwfgt-page .gtg-articleii-band :where(.gtg-label,.gtg-articleii-title,p,a,b,span),
.dwfgt-reference-page .gtg-articleii-band :where(.gtg-label,.gtg-articleii-title,p,a,b,span){
  color:#fff!important;
}
.dwfgt-guide-home .gtg-article-grid,
.dwfgt-page .gtg-article-grid,
.dwfgt-reference-page .gtg-article-grid,
.dwfgt-reference-executive-presidency .gtg-articleii-grid,
.dwfgt-page .gtg-articleii-grid,
.dwfgt-reference-page .gtg-articleii-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  min-width:0!important;
}
.dwfgt-guide-home .gtg-article-chip,
.dwfgt-page .gtg-article-chip,
.dwfgt-reference-page .gtg-article-chip,
.dwfgt-reference-executive-presidency .gtg-articleii-chip,
.dwfgt-page .gtg-articleii-chip,
.dwfgt-reference-page .gtg-articleii-chip{
  display:block!important;
  min-height:78px!important;
  padding:14px 16px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.06)!important;
  text-decoration:none!important;
}
.dwfgt-guide-home .gtg-article-chip b,
.dwfgt-page .gtg-article-chip b,
.dwfgt-reference-page .gtg-article-chip b,
.dwfgt-reference-executive-presidency .gtg-articleii-chip b,
.dwfgt-page .gtg-articleii-chip b,
.dwfgt-reference-page .gtg-articleii-chip b{
  display:block!important;
  margin:0 0 10px!important;
  color:rgba(255,255,255,.62)!important;
  font:900 11px/1 Arial,Helvetica,sans-serif!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
.dwfgt-guide-home .gtg-article-chip span,
.dwfgt-page .gtg-article-chip span,
.dwfgt-reference-page .gtg-article-chip span,
.dwfgt-reference-executive-presidency .gtg-articleii-chip span,
.dwfgt-page .gtg-articleii-chip span,
.dwfgt-reference-page .gtg-articleii-chip span{
  display:block!important;
  color:#fff!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:16px!important;
  line-height:1.15!important;
}
.dwfgt-page .dwfgt-quick-links,
.dwfgt-reference-page .dwfgt-quick-links,
.dwfgt-record .dwfgt-quick-links,
.dwfgt-agency-profile .dwfgt-quick-links{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  margin:clamp(48px,6vw,72px) 0 0!important;
  padding:0 0 clamp(40px,5vw,56px)!important;
}
.dwfgt-page .dwfgt-quick-links h2,
.dwfgt-reference-page .dwfgt-quick-links h2,
.dwfgt-record .dwfgt-quick-links h2{
  color:#141414!important;
  font:900 14px/1.05 Arial,Helvetica,sans-serif!important;
  letter-spacing:.20em!important;
  text-transform:uppercase!important;
  margin:0 0 8px!important;
}
.dwfgt-page .dwfgt-quick-links>p,
.dwfgt-reference-page .dwfgt-quick-links>p,
.dwfgt-record .dwfgt-quick-links>p{
  color:#55514d!important;
  font:400 14px/1.45 Arial,Helvetica,sans-serif!important;
  margin:0 0 24px!important;
}
.dwfgt-page .dwfgt-quick-link-grid,
.dwfgt-reference-page .dwfgt-quick-link-grid,
.dwfgt-record .dwfgt-quick-link-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:clamp(26px,3vw,42px)!important;
}
.dwfgt-page .dwfgt-quick-link-card,
.dwfgt-reference-page .dwfgt-quick-link-card,
.dwfgt-record .dwfgt-quick-link-card{
  display:block!important;
  min-height:0!important;
  padding:16px 0 22px!important;
  border:0!important;
  border-top:3px solid #16233b!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
.dwfgt-page .dwfgt-quick-link-card:before,
.dwfgt-reference-page .dwfgt-quick-link-card:before,
.dwfgt-record .dwfgt-quick-link-card:before{display:none!important;content:none!important;}
.dwfgt-page .dwfgt-quick-link-card strong,
.dwfgt-reference-page .dwfgt-quick-link-card strong,
.dwfgt-record .dwfgt-quick-link-card strong{
  display:block!important;
  color:#8b2236!important;
  font:900 18px/1.15 Arial,Helvetica,sans-serif!important;
  margin:0 0 8px!important;
}
.dwfgt-page .dwfgt-quick-link-card span,
.dwfgt-reference-page .dwfgt-quick-link-card span,
.dwfgt-record .dwfgt-quick-link-card span{
  display:block!important;
  max-width:260px!important;
  color:#55514d!important;
  font:400 14px/1.35 Arial,Helvetica,sans-serif!important;
}
@media(max-width:1060px){
  .dwfgt-guide-home .gtg-constitution-band,
  .dwfgt-page .gtg-constitution-band,
  .dwfgt-reference-page .gtg-constitution-band,
  .dwfgt-reference-executive-presidency .gtg-articleii-band,
  .dwfgt-page .gtg-articleii-band,
  .dwfgt-reference-page .gtg-articleii-band{grid-template-columns:minmax(96px,140px) minmax(0,1fr)!important;}
  .dwfgt-guide-home .gtg-article-grid,
  .dwfgt-page .gtg-article-grid,
  .dwfgt-reference-page .gtg-article-grid,
  .dwfgt-reference-executive-presidency .gtg-articleii-grid,
  .dwfgt-page .gtg-articleii-grid,
  .dwfgt-reference-page .gtg-articleii-grid{grid-column:1 / -1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .dwfgt-page .dwfgt-quick-link-grid,
  .dwfgt-reference-page .dwfgt-quick-link-grid,
  .dwfgt-record .dwfgt-quick-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:680px){
  .dwfgt-guide-home .gtg-constitution-band,
  .dwfgt-page .gtg-constitution-band,
  .dwfgt-reference-page .gtg-constitution-band,
  .dwfgt-reference-executive-presidency .gtg-articleii-band,
  .dwfgt-page .gtg-articleii-band,
  .dwfgt-reference-page .gtg-articleii-band{grid-template-columns:1fr!important;padding:28px!important;}
  .dwfgt-guide-home .gtg-article-grid,
  .dwfgt-page .gtg-article-grid,
  .dwfgt-reference-page .gtg-article-grid,
  .dwfgt-reference-executive-presidency .gtg-articleii-grid,
  .dwfgt-page .gtg-articleii-grid,
  .dwfgt-reference-page .gtg-articleii-grid,
  .dwfgt-page .dwfgt-quick-link-grid,
  .dwfgt-reference-page .dwfgt-quick-link-grid,
  .dwfgt-record .dwfgt-quick-link-grid{grid-template-columns:1fr!important;}
}

/* 0.4.94 header consistency pass.
   Normalize Guide-style headers that use large serif titles, icon marks,
   bold explanatory decks, and right-side civic quotes. */
.dwfgt-page .dwfgt-hero.dwfgt-preferred-hero,
.dwfgt-reference-page .gtg-hero,
.dwfgt-reference-page .hero,
.dwfgt-guide-home .gtg-hero,
.dwfgt-template .dwfgt-agency-hero {
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
  margin:0 0 clamp(38px,5vw,60px)!important;
  padding:clamp(34px,4vw,54px) 0 clamp(36px,4vw,60px)!important;
}
.dwfgt-reference-page .gtg-hero-grid,
.dwfgt-reference-page .hero-grid,
.dwfgt-guide-home .gtg-hero-grid,
.dwfgt-page .dwfgt-hero.dwfgt-preferred-hero,
.dwfgt-template .dwfgt-agency-hero {
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr)!important;
  gap:clamp(42px,6vw,92px)!important;
  align-items:center!important;
}
.dwfgt-reference-page .gtg-hero-left,
.dwfgt-guide-home .gtg-hero-left,
.dwfgt-page .dwfgt-hero-main,
.dwfgt-template .dwfgt-agency-hero-main {
  min-height:0!important;
  padding:0!important;
}
.dwfgt-reference-page .gtg-logo-row,
.dwfgt-reference-page .logo,
.dwfgt-guide-home .gtg-logo-row,
.dwfgt-page .dwfgt-logo-row,
.dwfgt-template .dwfgt-agency-title-row {
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:clamp(16px,2vw,26px)!important;
  margin:0 0 clamp(18px,2.5vw,28px)!important;
  padding:0!important;
  border:0!important;
}
.dwfgt-reference-page .logo h1,
.dwfgt-reference-page .gtg-logo-title,
.dwfgt-guide-home .gtg-logo-title,
.dwfgt-page .dwfgt-logo-title,
.dwfgt-template .dwfgt-agency-title-row h2 {
  margin:0!important;
  color:#8b2236!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-style:italic!important;
  font-size:clamp(54px,6.2vw,88px)!important;
  font-weight:400!important;
  letter-spacing:-.064em!important;
  line-height:.89!important;
  text-transform:none!important;
  white-space:normal!important;
  max-width:min(760px,100%)!important;
}
.dwfgt-reference-page .logo img,
.dwfgt-reference-page .gtg-logo-icon,
.dwfgt-guide-home .gtg-logo-icon,
.dwfgt-page .dwfgt-logo-icon,
.dwfgt-template .dwfgt-agency-logo-slot img {
  display:block!important;
  width:clamp(66px,7vw,98px)!important;
  height:clamp(58px,6.5vw,90px)!important;
  max-width:none!important;
  object-fit:contain!important;
  flex:0 0 auto!important;
  margin:0 0 .08em!important;
  filter:none!important;
  opacity:1!important;
}
.dwfgt-reference-page .intro h2,
.dwfgt-reference-page .gtg-hero-copy h1,
.dwfgt-reference-page .gtg-civics-hero h2,
.dwfgt-guide-home .gtg-hero-copy h1,
.dwfgt-page .dwfgt-hero-copy h2,
.dwfgt-template .dwfgt-agency-deck {
  margin:0 0 12px!important;
  color:#050505!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:clamp(22px,2.35vw,32px)!important;
  font-style:normal!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
  line-height:1.06!important;
  max-width:820px!important;
  text-transform:none!important;
}
.dwfgt-reference-page .intro p,
.dwfgt-reference-page .gtg-hero-copy p,
.dwfgt-guide-home .gtg-hero-copy p,
.dwfgt-page .dwfgt-hero-copy p,
.dwfgt-template .dwfgt-agency-intro-p {
  margin:0!important;
  color:#55514d!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:clamp(15px,1.35vw,18px)!important;
  font-weight:400!important;
  line-height:1.46!important;
  max-width:780px!important;
}
.dwfgt-reference-page .gtg-hero-right,
.dwfgt-guide-home .gtg-hero-right {
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:0!important;
  padding:0!important;
}
.dwfgt-reference-page .gtg-quote,
.dwfgt-reference-page .quote,
.dwfgt-guide-home .gtg-quote,
.dwfgt-page .dwfgt-quote,
.dwfgt-template .dwfgt-agency-quote {
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-self:center!important;
  justify-self:stretch!important;
  min-height:clamp(150px,18vw,260px)!important;
  width:100%!important;
  max-width:620px!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
  text-align:left!important;
}
.dwfgt-reference-page .gtg-quote blockquote,
.dwfgt-reference-page .quote blockquote,
.dwfgt-guide-home .gtg-quote blockquote,
.dwfgt-page .dwfgt-quote blockquote,
.dwfgt-template .dwfgt-agency-quote blockquote {
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#8b2236!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(32px,4.25vw,58px)!important;
  font-style:italic!important;
  font-weight:400!important;
  letter-spacing:-.035em!important;
  line-height:1.12!important;
  box-shadow:none!important;
  text-transform:none!important;
}
.dwfgt-reference-page .gtg-quote figcaption,
.dwfgt-reference-page .quote figcaption,
.dwfgt-guide-home .gtg-quote figcaption,
.dwfgt-page .dwfgt-quote figcaption,
.dwfgt-template .dwfgt-agency-quote figcaption {
  margin:26px 0 0!important;
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:900!important;
  letter-spacing:.22em!important;
  line-height:1.2!important;
  text-align:right!important;
  text-transform:uppercase!important;
}
.dwfgt-reference-page .gtg-quote:before,
.dwfgt-reference-page .gtg-quote:after,
.dwfgt-reference-page .quote:before,
.dwfgt-reference-page .quote:after,
.dwfgt-page .dwfgt-quote:before,
.dwfgt-page .dwfgt-quote:after,
.dwfgt-template .dwfgt-agency-quote:before,
.dwfgt-template .dwfgt-agency-quote:after,
.dwfgt-reference-page .gtg-quote blockquote:before,
.dwfgt-reference-page .gtg-quote blockquote:after,
.dwfgt-reference-page .quote blockquote:before,
.dwfgt-reference-page .quote blockquote:after,
.dwfgt-page .dwfgt-quote blockquote:before,
.dwfgt-page .dwfgt-quote blockquote:after,
.dwfgt-template .dwfgt-agency-quote blockquote:before,
.dwfgt-template .dwfgt-agency-quote blockquote:after {
  display:none!important;
  content:none!important;
}
.dwfgt-template .dwfgt-agency-kicker { display:none!important; }
@media(max-width:1000px){
  .dwfgt-reference-page .gtg-hero-grid,
  .dwfgt-reference-page .hero-grid,
  .dwfgt-guide-home .gtg-hero-grid,
  .dwfgt-page .dwfgt-hero.dwfgt-preferred-hero,
  .dwfgt-template .dwfgt-agency-hero{grid-template-columns:1fr!important;gap:28px!important;}
  .dwfgt-reference-page .gtg-quote,
  .dwfgt-reference-page .quote,
  .dwfgt-guide-home .gtg-quote,
  .dwfgt-page .dwfgt-quote,
  .dwfgt-template .dwfgt-agency-quote{max-width:760px!important;min-height:auto!important;}
}
@media(max-width:640px){
  .dwfgt-reference-page .gtg-logo-row,
  .dwfgt-reference-page .logo,
  .dwfgt-guide-home .gtg-logo-row,
  .dwfgt-page .dwfgt-logo-row,
  .dwfgt-template .dwfgt-agency-title-row{align-items:flex-start!important;gap:14px!important;}
  .dwfgt-reference-page .logo h1,
  .dwfgt-reference-page .gtg-logo-title,
  .dwfgt-guide-home .gtg-logo-title,
  .dwfgt-page .dwfgt-logo-title,
  .dwfgt-template .dwfgt-agency-title-row h2{font-size:46px!important;}
  .dwfgt-reference-page .logo img,
  .dwfgt-reference-page .gtg-logo-icon,
  .dwfgt-guide-home .gtg-logo-icon,
  .dwfgt-page .dwfgt-logo-icon,
  .dwfgt-template .dwfgt-agency-logo-slot img{width:58px!important;height:52px!important;}
  .dwfgt-reference-page .gtg-quote blockquote,
  .dwfgt-reference-page .quote blockquote,
  .dwfgt-guide-home .gtg-quote blockquote,
  .dwfgt-page .dwfgt-quote blockquote,
  .dwfgt-template .dwfgt-agency-quote blockquote{font-size:30px!important;}
}

/* 0.4.95 approved Public Square civics header, glossary index, and quick-link hardening */
.dwfgt-page .psc-shell,.dwfgt-reference-page .psc-shell,.dwfgt-template .psc-shell{max-width:1200px;margin:0 auto;padding:0 28px;box-sizing:border-box;}
.dwfgt-page .psc-page-head,.dwfgt-reference-page .psc-page-head,.dwfgt-template .psc-page-head{padding:38px 0 36px;background:#fff;}
.dwfgt-page .psc-title-row,.dwfgt-reference-page .psc-title-row,.dwfgt-template .psc-title-row{display:flex;align-items:center;gap:18px;border-bottom:2px solid #171717;padding-bottom:18px;margin-bottom:24px;}
.dwfgt-page .psc-title-row img,.dwfgt-reference-page .psc-title-row img,.dwfgt-template .psc-title-row img{width:50px;height:50px;object-fit:contain;flex:0 0 auto;}
.dwfgt-page .psc-title-row h1,.dwfgt-reference-page .psc-title-row h1,.dwfgt-template .psc-title-row h1{margin:0;color:#8b2236;font-family:Georgia,'Times New Roman',serif;font-size:clamp(46px,7vw,76px);font-style:italic;font-weight:400;letter-spacing:-.055em;line-height:.96;text-transform:none;}
.dwfgt-page .psc-hero-grid,.dwfgt-reference-page .psc-hero-grid,.dwfgt-template .psc-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:64px;align-items:center;}
.dwfgt-page .psc-hero-copy h2,.dwfgt-reference-page .psc-hero-copy h2,.dwfgt-template .psc-hero-copy h2{margin:0 0 10px;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:clamp(22px,2.4vw,32px);font-weight:900;letter-spacing:-.035em;line-height:1.05;text-transform:none;}
.dwfgt-page .psc-hero-copy p,.dwfgt-reference-page .psc-hero-copy p,.dwfgt-template .psc-hero-copy p{margin:0;max-width:760px;color:#555;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;}
.dwfgt-page .psc-quote,.dwfgt-reference-page .psc-quote,.dwfgt-template .psc-quote{border:0;background:transparent;box-shadow:none;margin:0;padding:0;text-align:center;}
.dwfgt-page .psc-quote blockquote,.dwfgt-reference-page .psc-quote blockquote,.dwfgt-template .psc-quote blockquote{margin:0;color:#8b2236;font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,3.2vw,48px);font-style:italic;font-weight:400;letter-spacing:-.03em;line-height:1.15;}
.dwfgt-page .psc-quote figcaption,.dwfgt-reference-page .psc-quote figcaption,.dwfgt-template .psc-quote figcaption{margin-top:18px;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:900;letter-spacing:.22em;text-align:right;text-transform:uppercase;}
.dwfgt-page .psc-section,.dwfgt-reference-page .psc-section,.dwfgt-template .psc-section{padding:52px 0 0;}
.dwfgt-page .psc-section-head,.dwfgt-reference-page .psc-section-head,.dwfgt-template .psc-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;border-bottom:1px solid #ded8cf;margin-bottom:22px;padding-bottom:12px;}
.dwfgt-page .psc-section-head h2,.dwfgt-reference-page .psc-section-head h2,.dwfgt-template .psc-section-head h2{margin:0;color:#171717;font-family:Georgia,'Times New Roman',serif;font-size:32px;font-weight:400;letter-spacing:-.025em;line-height:1.1;text-transform:none;}
.dwfgt-page .psc-section-head p,.dwfgt-reference-page .psc-section-head p,.dwfgt-template .psc-section-head p{margin:0;max-width:560px;color:#66615b;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.55;}
.dwfgt-page .psc-alpha,.dwfgt-reference-page .psc-alpha,.dwfgt-template .psc-alpha{display:flex;flex-wrap:wrap;gap:7px;margin:24px 0 18px;padding-top:18px;border-top:1px solid #ded8cf;}
.dwfgt-page .psc-alpha a,.dwfgt-reference-page .psc-alpha a,.dwfgt-template .psc-alpha a,.dwfgt-page .psc-alpha span,.dwfgt-reference-page .psc-alpha span,.dwfgt-template .psc-alpha span{border:1px solid #ded8cf;border-radius:4px;background:#fff;color:#171717;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:800;line-height:1;padding:7px 10px;text-decoration:none;}
.dwfgt-page .psc-alpha span,.dwfgt-reference-page .psc-alpha span,.dwfgt-template .psc-alpha span{color:#aaa;background:#f7f5f2;}
.dwfgt-page .psc-alpha a.is-active,.dwfgt-reference-page .psc-alpha a.is-active,.dwfgt-template .psc-alpha a.is-active{background:#8b2236;border-color:#8b2236;color:#fff;}
.dwfgt-page .psc-letter,.dwfgt-reference-page .psc-letter,.dwfgt-template .psc-letter{padding:34px 0 10px;border-bottom:1px solid #ded8cf;}
.dwfgt-page .psc-letter h2,.dwfgt-reference-page .psc-letter h2,.dwfgt-template .psc-letter h2{margin:0 0 18px;color:#171717;font-family:Georgia,'Times New Roman',serif;font-size:38px;font-weight:400;line-height:1;text-transform:none;}
.dwfgt-page .psc-term-grid,.dwfgt-reference-page .psc-term-grid,.dwfgt-template .psc-term-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 26px;}
.dwfgt-page .psc-term,.dwfgt-reference-page .psc-term,.dwfgt-template .psc-term{display:block;border-bottom:1px solid #ded8cf;padding:8px 0;color:#171717;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:800;line-height:1.25;text-decoration:none;}
.dwfgt-page .psc-term small,.dwfgt-reference-page .psc-term small,.dwfgt-template .psc-term small{display:block;margin-top:4px;color:#66615b;font-size:12px;font-weight:400;line-height:1.35;}
.dwfgt-page .psc-search,.dwfgt-reference-page .psc-search,.dwfgt-template .psc-search{border-top:1px solid #ded8cf;border-bottom:1px solid #ded8cf;margin:14px 0 0;padding:30px 0;background:transparent;}
.dwfgt-page .psc-search h2,.dwfgt-reference-page .psc-search h2,.dwfgt-template .psc-search h2{margin:0 0 8px;color:#171717;font-family:Georgia,'Times New Roman',serif;font-size:28px;font-weight:400;letter-spacing:-.02em;line-height:1.1;text-transform:none;}
.dwfgt-page .psc-search p,.dwfgt-reference-page .psc-search p,.dwfgt-template .psc-search p{max-width:760px;margin:0 0 14px;color:#66615b;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.55;}
.dwfgt-page .psc-search-row,.dwfgt-reference-page .psc-search-row,.dwfgt-template .psc-search-row{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:10px;max-width:880px;}
.dwfgt-page .psc-search-row input,.dwfgt-reference-page .psc-search-row input,.dwfgt-template .psc-search-row input{height:44px;border:1.5px solid #171717;border-radius:4px;background:#fff;color:#171717;font-size:15px;padding:0 14px;}
.dwfgt-page .psc-search-row button,.dwfgt-reference-page .psc-search-row button,.dwfgt-template .psc-search-row button{height:44px;border:0;border-radius:5px;background:#a6422b;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;}
.dwfgt-case-record .dwfgt-quick-links,.dwfgt-action-record .dwfgt-quick-links,.dwfgt-glossary-term-page .dwfgt-quick-links,.dwfgt-agency-profile .dwfgt-quick-links{display:block!important;}
.dwfgt-quick-links{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;margin:56px auto 0!important;max-width:1200px!important;padding:0!important;}
.dwfgt-quick-links h2,.dwfgt-quick-links>h3{color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:12px!important;font-weight:900!important;letter-spacing:.22em!important;margin:0 0 4px!important;text-transform:uppercase!important;}
.dwfgt-quick-links>p{color:#555!important;font-family:Arial,Helvetica,sans-serif!important;font-size:13px!important;line-height:1.45!important;margin:0 0 30px!important;}
.dwfgt-quick-link-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:40px 92px!important;}
.dwfgt-quick-link-card{border:0!important;border-top:3px solid #17243f!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;min-height:0!important;padding:28px 0 24px!important;text-decoration:none!important;}
.dwfgt-quick-link-card strong{color:#8b2236!important;display:block!important;font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:900!important;line-height:1.15!important;margin:0 0 14px!important;}
.dwfgt-quick-link-card span{color:#444!important;display:block!important;font-family:Arial,Helvetica,sans-serif!important;font-size:13px!important;line-height:1.45!important;}
@media(max-width:900px){.dwfgt-page .psc-hero-grid,.dwfgt-reference-page .psc-hero-grid,.dwfgt-template .psc-hero-grid,.dwfgt-page .psc-section-head,.dwfgt-reference-page .psc-section-head,.dwfgt-template .psc-section-head{grid-template-columns:1fr;display:block}.dwfgt-page .psc-quote,.dwfgt-reference-page .psc-quote,.dwfgt-template .psc-quote{margin-top:28px;text-align:left}.dwfgt-page .psc-quote figcaption,.dwfgt-reference-page .psc-quote figcaption,.dwfgt-template .psc-quote figcaption{text-align:left}.dwfgt-page .psc-term-grid,.dwfgt-reference-page .psc-term-grid,.dwfgt-template .psc-term-grid,.dwfgt-quick-link-grid{grid-template-columns:1fr!important}.dwfgt-page .psc-search-row,.dwfgt-reference-page .psc-search-row,.dwfgt-template .psc-search-row{grid-template-columns:1fr;}}


/* 0.4.96 family-rule header pass: apply approved title/icon/deck/quote styling consistently. */
.dwfgt-page .dwfgt-hero.dwfgt-preferred-hero,
.dwfgt-reference-page .gtg-hero,
.dwfgt-reference-page .hero,
.dwfgt-guide-home .gtg-hero,
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-hero,
.dwfgt-record.dwfgt-case-record .dwfgt-case-hero{background:#fff!important;border:0!important;box-shadow:none!important;margin:0 0 clamp(38px,5vw,60px)!important;padding:clamp(34px,4vw,54px) 0 clamp(36px,4vw,60px)!important;display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr)!important;gap:clamp(42px,6vw,92px)!important;align-items:center!important}
.dwfgt-reference-page .gtg-hero-grid,
.dwfgt-reference-page .hero-grid,
.dwfgt-guide-home .gtg-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr)!important;gap:clamp(42px,6vw,92px)!important;align-items:center!important}
.dwfgt-page .dwfgt-hero-main,
.dwfgt-reference-page .gtg-hero-left,
.dwfgt-reference-page .hero-grid>div:first-child,
.dwfgt-guide-home .gtg-hero-left,
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-hero-main,
.dwfgt-record.dwfgt-case-record .dwfgt-case-hero-main{min-height:0!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}
.dwfgt-page .dwfgt-logo-row,
.dwfgt-reference-page .gtg-logo-row,
.dwfgt-reference-page .logo,
.dwfgt-guide-home .gtg-logo-row,
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-title-row,
.dwfgt-record.dwfgt-case-record .dwfgt-case-title-row{display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;gap:clamp(16px,2vw,26px)!important;margin:0 0 clamp(18px,2.5vw,28px)!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}
.dwfgt-page .dwfgt-logo-title,
.dwfgt-reference-page .gtg-logo-title,
.dwfgt-reference-page .logo h1,
.dwfgt-guide-home .gtg-logo-title,
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-title-row h2,
.dwfgt-record.dwfgt-case-record .dwfgt-case-title-row h1,
.dwfgt-glossary-term-page .dwfgt-logo-title{margin:0!important;color:#8b2236!important;font-family:Georgia,'Times New Roman',serif!important;font-style:italic!important;font-size:clamp(54px,6.2vw,88px)!important;font-weight:400!important;letter-spacing:-.064em!important;line-height:.89!important;text-transform:none!important;white-space:normal!important;max-width:min(760px,100%)!important}
.dwfgt-page .dwfgt-logo-icon,
.dwfgt-reference-page .gtg-logo-icon,
.dwfgt-reference-page .logo img,
.dwfgt-guide-home .gtg-logo-icon,
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-logo-slot img,
.dwfgt-record.dwfgt-case-record .dwfgt-case-icon{display:block!important;width:clamp(66px,7vw,98px)!important;height:clamp(58px,6.5vw,90px)!important;object-fit:contain!important;flex:0 0 auto!important;margin:0 0 .08em!important;filter:none!important;opacity:1!important;color:#8b2236!important;font-size:clamp(54px,6.2vw,88px)!important;line-height:.9!important}
.dwfgt-page .dwfgt-hero-copy h2,
.dwfgt-reference-page .gtg-hero-copy h1,
.dwfgt-reference-page .intro h2,
.dwfgt-guide-home .gtg-hero-copy h1,
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-deck,
.dwfgt-record.dwfgt-case-record .dwfgt-case-deck,
.dwfgt-glossary-term-page .dwfgt-glossary-deck{margin:0 0 12px!important;color:#050505!important;font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(22px,2.35vw,32px)!important;font-style:normal!important;font-weight:900!important;letter-spacing:-.035em!important;line-height:1.06!important;max-width:820px!important;text-transform:none!important}
.dwfgt-page .dwfgt-hero-copy p,
.dwfgt-reference-page .gtg-hero-copy p,
.dwfgt-reference-page .intro p,
.dwfgt-guide-home .gtg-hero-copy p,
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-intro-p{margin:0!important;color:#55514d!important;font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(15px,1.35vw,18px)!important;font-weight:400!important;line-height:1.46!important;max-width:780px!important}
.dwfgt-page .dwfgt-quote,
.dwfgt-reference-page .gtg-quote,
.dwfgt-reference-page .quote,
.dwfgt-guide-home .gtg-quote,
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote,
.dwfgt-record.dwfgt-case-record .dwfgt-case-question{display:flex!important;flex-direction:column!important;justify-content:center!important;align-self:center!important;justify-self:stretch!important;min-height:clamp(150px,18vw,260px)!important;width:100%!important;max-width:620px!important;margin:0!important;padding:0!important;background:#fff!important;border:0!important;box-shadow:none!important;text-align:left!important}
.dwfgt-page .dwfgt-quote blockquote,
.dwfgt-reference-page .gtg-quote blockquote,
.dwfgt-reference-page .quote blockquote,
.dwfgt-guide-home .gtg-quote blockquote,
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote blockquote,
.dwfgt-record.dwfgt-case-record .dwfgt-case-question blockquote{margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#8b2236!important;font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(32px,4vw,54px)!important;font-style:italic!important;font-weight:400!important;letter-spacing:-.035em!important;line-height:1.12!important;box-shadow:none!important;text-transform:none!important}
.dwfgt-page .dwfgt-quote figcaption,
.dwfgt-reference-page .gtg-quote figcaption,
.dwfgt-reference-page .quote figcaption,
.dwfgt-guide-home .gtg-quote figcaption{margin:24px 0 0!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:10px!important;font-style:normal!important;font-weight:900!important;letter-spacing:.22em!important;line-height:1.2!important;text-align:right!important;text-transform:uppercase!important}
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-kicker,
.dwfgt-record.dwfgt-case-record .dwfgt-case-kicker{display:none!important}
.dwfgt-page .dwfgt-quote:before,.dwfgt-page .dwfgt-quote:after,.dwfgt-page .dwfgt-quote blockquote:before,.dwfgt-page .dwfgt-quote blockquote:after,
.dwfgt-reference-page .gtg-quote:before,.dwfgt-reference-page .gtg-quote:after,.dwfgt-reference-page .quote:before,.dwfgt-reference-page .quote:after,.dwfgt-reference-page .gtg-quote blockquote:before,.dwfgt-reference-page .gtg-quote blockquote:after,.dwfgt-reference-page .quote blockquote:before,.dwfgt-reference-page .quote blockquote:after,
.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote:before,.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote:after,.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote blockquote:before,.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote blockquote:after,
.dwfgt-record.dwfgt-case-record .dwfgt-case-question:before,.dwfgt-record.dwfgt-case-record .dwfgt-case-question:after,.dwfgt-record.dwfgt-case-record .dwfgt-case-question blockquote:before,.dwfgt-record.dwfgt-case-record .dwfgt-case-question blockquote:after{display:none!important;content:none!important}
.dwfgt-glossary-term-page .dwfgt-glossary-term-hero{background:#fff!important;border:0!important;box-shadow:none!important;margin:0 0 clamp(28px,4vw,48px)!important;padding:clamp(34px,4vw,54px) 0 clamp(24px,3vw,36px)!important}
.dwfgt-glossary-term-page .dwfgt-glossary-kicker{color:#8b2236!important;font-family:Arial,Helvetica,sans-serif!important;font-size:11px!important;font-weight:900!important;letter-spacing:.22em!important;text-transform:uppercase!important;margin:0 0 12px!important}
@media(max-width:1000px){.dwfgt-page .dwfgt-hero.dwfgt-preferred-hero,.dwfgt-reference-page .gtg-hero,.dwfgt-reference-page .hero,.dwfgt-guide-home .gtg-hero,.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-hero,.dwfgt-record.dwfgt-case-record .dwfgt-case-hero,.dwfgt-reference-page .gtg-hero-grid,.dwfgt-reference-page .hero-grid,.dwfgt-guide-home .gtg-hero-grid{grid-template-columns:1fr!important;gap:28px!important}.dwfgt-page .dwfgt-quote,.dwfgt-reference-page .gtg-quote,.dwfgt-reference-page .quote,.dwfgt-guide-home .gtg-quote,.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote,.dwfgt-record.dwfgt-case-record .dwfgt-case-question{max-width:760px!important;min-height:auto!important}}
@media(max-width:640px){.dwfgt-page .dwfgt-logo-row,.dwfgt-reference-page .gtg-logo-row,.dwfgt-reference-page .logo,.dwfgt-guide-home .gtg-logo-row,.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-title-row,.dwfgt-record.dwfgt-case-record .dwfgt-case-title-row{align-items:flex-start!important;gap:14px!important}.dwfgt-page .dwfgt-logo-title,.dwfgt-reference-page .gtg-logo-title,.dwfgt-reference-page .logo h1,.dwfgt-guide-home .gtg-logo-title,.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-title-row h2,.dwfgt-record.dwfgt-case-record .dwfgt-case-title-row h1,.dwfgt-glossary-term-page .dwfgt-logo-title{font-size:46px!important}.dwfgt-page .dwfgt-logo-icon,.dwfgt-reference-page .gtg-logo-icon,.dwfgt-reference-page .logo img,.dwfgt-guide-home .gtg-logo-icon,.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-logo-slot img,.dwfgt-record.dwfgt-case-record .dwfgt-case-icon{width:58px!important;height:52px!important}.dwfgt-page .dwfgt-quote blockquote,.dwfgt-reference-page .gtg-quote blockquote,.dwfgt-reference-page .quote blockquote,.dwfgt-guide-home .gtg-quote blockquote,.dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote blockquote,.dwfgt-record.dwfgt-case-record .dwfgt-case-question blockquote{font-size:30px!important}}


/* 0.4.98 scoped repair: approved header sizing, centered quotes, red icons, and one compact Quick Link Guide. */
body .entry-content .dwfgt-page .dwfgt-hero.dwfgt-preferred-hero,
body .entry-content .dwfgt-reference-page .gtg-hero,
body .entry-content .dwfgt-reference-page .hero,
body .entry-content .dwfgt-guide-home .gtg-hero,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-hero,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,.78fr)!important;
  gap:clamp(44px,6vw,86px)!important;
  align-items:center!important;
  width:100%!important;
  max-width:1200px!important;
  margin:0 auto clamp(38px,5vw,60px)!important;
  padding:clamp(34px,4vw,52px) 0 clamp(32px,4vw,54px)!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
body .entry-content .dwfgt-reference-page .gtg-hero-grid,
body .entry-content .dwfgt-reference-page .hero-grid,
body .entry-content .dwfgt-guide-home .gtg-hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,.78fr)!important;
  gap:clamp(44px,6vw,86px)!important;
  align-items:center!important;
  width:100%!important;
}
body .entry-content .dwfgt-page .dwfgt-logo-row,
body .entry-content .dwfgt-reference-page .gtg-logo-row,
body .entry-content .dwfgt-reference-page .logo,
body .entry-content .dwfgt-guide-home .gtg-logo-row,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-title-row,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-title-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:clamp(16px,2vw,24px)!important;
  margin:0 0 18px!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body .entry-content .dwfgt-page .dwfgt-logo-title,
body .entry-content .dwfgt-reference-page .gtg-logo-title,
body .entry-content .dwfgt-reference-page .logo h1,
body .entry-content .dwfgt-guide-home .gtg-logo-title,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-title-row h2,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-title-row h1,
body .entry-content .dwfgt-glossary-term-page .dwfgt-logo-title{
  margin:0!important;
  color:#8b2236!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(54px,6vw,82px)!important;
  font-style:italic!important;
  font-weight:400!important;
  letter-spacing:-.064em!important;
  line-height:.90!important;
  max-width:min(760px,100%)!important;
  text-transform:none!important;
  white-space:normal!important;
}
body .entry-content .dwfgt-page .dwfgt-logo-icon,
body .entry-content .dwfgt-reference-page .gtg-logo-icon,
body .entry-content .dwfgt-reference-page .logo img,
body .entry-content .dwfgt-guide-home .gtg-logo-icon,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-logo-slot img,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-icon{
  display:block!important;
  width:clamp(58px,6.2vw,82px)!important;
  height:clamp(52px,5.8vw,76px)!important;
  object-fit:contain!important;
  flex:0 0 auto!important;
  margin:0!important;
  opacity:1!important;
  filter:invert(17%) sepia(33%) saturate(2273%) hue-rotate(313deg) brightness(90%) contrast(96%)!important;
}
body .entry-content .dwfgt-reference-page .intro h2,
body .entry-content .dwfgt-reference-page .gtg-hero-copy h1,
body .entry-content .dwfgt-reference-page .gtg-civics-hero h2,
body .entry-content .dwfgt-guide-home .gtg-hero-copy h1,
body .entry-content .dwfgt-page .dwfgt-hero-copy h2,
body .entry-content .dwfgt-template .dwfgt-agency-deck,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-deck,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-deck,
body .entry-content .dwfgt-glossary-term-page .dwfgt-glossary-deck{
  margin:0 0 12px!important;
  color:#050505!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:clamp(22px,2.35vw,28px)!important;
  font-style:normal!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
  line-height:1.06!important;
  max-width:820px!important;
  text-transform:none!important;
}
body .entry-content .dwfgt-page .dwfgt-hero-copy p,
body .entry-content .dwfgt-reference-page .gtg-hero-copy p,
body .entry-content .dwfgt-reference-page .intro p,
body .entry-content .dwfgt-guide-home .gtg-hero-copy p,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-intro-p{
  margin:0!important;
  color:#55514d!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15px!important;
  font-weight:400!important;
  line-height:1.45!important;
  max-width:780px!important;
}
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-intro-p + .dwfgt-agency-intro-p{display:none!important;}
body .entry-content .dwfgt-page .dwfgt-quote,
body .entry-content .dwfgt-reference-page .gtg-quote,
body .entry-content .dwfgt-reference-page .quote,
body .entry-content .dwfgt-guide-home .gtg-quote,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-question{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-self:stretch!important;
  justify-self:stretch!important;
  min-height:170px!important;
  width:100%!important;
  max-width:560px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  text-align:left!important;
}
body .entry-content .dwfgt-page .dwfgt-quote blockquote,
body .entry-content .dwfgt-reference-page .gtg-quote blockquote,
body .entry-content .dwfgt-reference-page .quote blockquote,
body .entry-content .dwfgt-guide-home .gtg-quote blockquote,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote blockquote,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-question blockquote{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#8b2236!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:35px!important;
  font-style:italic!important;
  font-weight:400!important;
  letter-spacing:-.03em!important;
  line-height:1.15!important;
  box-shadow:none!important;
  text-transform:none!important;
}
body .entry-content .dwfgt-page .dwfgt-quote figcaption,
body .entry-content .dwfgt-reference-page .gtg-quote figcaption,
body .entry-content .dwfgt-reference-page .quote figcaption,
body .entry-content .dwfgt-guide-home .gtg-quote figcaption,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote figcaption{
  margin:20px 0 0!important;
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:900!important;
  letter-spacing:.22em!important;
  line-height:1.2!important;
  text-align:right!important;
  text-transform:uppercase!important;
}
body .entry-content .dwfgt-quick-links{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  margin:54px auto 0!important;
  max-width:1200px!important;
  padding:0!important;
}
body .entry-content .dwfgt-quick-links h2,
body .entry-content .dwfgt-quick-links>h3{
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.22em!important;
  line-height:1.1!important;
  margin:0 0 4px!important;
  text-transform:uppercase!important;
}
body .entry-content .dwfgt-quick-links>p{
  color:#555!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:13px!important;
  line-height:1.45!important;
  margin:0 0 28px!important;
}
body .entry-content .dwfgt-quick-link-grid,
body .entry-content .dwfgt-quick-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px 28px!important;
}
body .entry-content .dwfgt-quick-link-card,
body .entry-content .dwfgt-quick-grid a{
  display:block!important;
  border:0!important;
  border-top:3px solid #17243f!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  min-height:0!important;
  padding:15px 0 18px!important;
  text-decoration:none!important;
}
body .entry-content .dwfgt-quick-link-card strong,
body .entry-content .dwfgt-quick-grid a strong{
  color:#8b2236!important;
  display:block!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.15!important;
  margin:0 0 8px!important;
}
body .entry-content .dwfgt-quick-link-card span,
body .entry-content .dwfgt-quick-grid a span{
  color:#444!important;
  display:block!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  line-height:1.38!important;
  margin:0!important;
}
@media(max-width:1000px){
  body .entry-content .dwfgt-page .dwfgt-hero.dwfgt-preferred-hero,
  body .entry-content .dwfgt-reference-page .gtg-hero,
  body .entry-content .dwfgt-reference-page .hero,
  body .entry-content .dwfgt-guide-home .gtg-hero,
  body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-hero,
  body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-hero,
  body .entry-content .dwfgt-reference-page .gtg-hero-grid,
  body .entry-content .dwfgt-reference-page .hero-grid,
  body .entry-content .dwfgt-guide-home .gtg-hero-grid{grid-template-columns:1fr!important;gap:24px!important;}
  body .entry-content .dwfgt-page .dwfgt-quote,
  body .entry-content .dwfgt-reference-page .gtg-quote,
  body .entry-content .dwfgt-reference-page .quote,
  body .entry-content .dwfgt-guide-home .gtg-quote,
  body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-quote,
  body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-question{max-width:760px!important;min-height:auto!important;align-self:auto!important;}
  body .entry-content .dwfgt-quick-link-grid,
  body .entry-content .dwfgt-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  body .entry-content .dwfgt-quick-link-grid,
  body .entry-content .dwfgt-quick-grid{grid-template-columns:1fr!important;}
  body .entry-content .dwfgt-page .dwfgt-logo-title,
  body .entry-content .dwfgt-reference-page .gtg-logo-title,
  body .entry-content .dwfgt-reference-page .logo h1,
  body .entry-content .dwfgt-guide-home .gtg-logo-title,
  body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-title-row h2{font-size:46px!important;}
}

/* 0.4.98 final header rule: all GTG quotes render at the approved 35px size. */
body .entry-content .dwfgt-page .gtg-quote-break blockquote,
body .entry-content .dwfgt-reference-page .gtg-quote-break blockquote,
body .entry-content .dwfgt-guide-home .gtg-quote-break blockquote,
body .entry-content .dwfgt-page .psc-quote blockquote,
body .entry-content .dwfgt-reference-page .psc-quote blockquote,
body .entry-content .dwfgt-template .psc-quote blockquote{
  font-size:35px!important;
  line-height:1.15!important;
  color:#8b2236!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-style:italic!important;
  font-weight:400!important;
}


/* 0.4.99 audit pass: title-only headers and State Department quick-link system for agency, glossary, and landmark case records. */
body .entry-content .dwfgt-record-title-only,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-record-title-only,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-record-title-only,
body .entry-content .dwfgt-glossary-term-page .dwfgt-record-title-only{
  display:block!important;
  width:100%!important;
  max-width:1120px!important;
  margin:0 auto 42px!important;
  padding:40px 0 24px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body .entry-content .dwfgt-record-title-only .dwfgt-agency-kicker,
body .entry-content .dwfgt-record-title-only .dwfgt-case-kicker,
body .entry-content .dwfgt-record-title-only .dwfgt-glossary-kicker,
body .entry-content .dwfgt-record-title-only .gtg-kicker{
  color:#8b2236!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.24em!important;
  line-height:1.1!important;
  margin:0 0 12px!important;
  text-transform:uppercase!important;
}
body .entry-content .dwfgt-record-title-only .dwfgt-record-title,
body .entry-content .dwfgt-record-title-only .dwfgt-logo-title,
body .entry-content .dwfgt-record-title-only h1{
  color:#8b2236!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(52px,7vw,92px)!important;
  font-style:italic!important;
  font-weight:400!important;
  letter-spacing:-.07em!important;
  line-height:.9!important;
  margin:0!important;
  max-width:100%!important;
  text-transform:none!important;
}
body .entry-content .dwfgt-record-title-only .dwfgt-agency-logo-slot,
body .entry-content .dwfgt-record-title-only .dwfgt-case-icon,
body .entry-content .dwfgt-record-title-only .dwfgt-agency-quote,
body .entry-content .dwfgt-record-title-only .dwfgt-case-question{display:none!important;}
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-overview-section .dwfgt-agency-deck,
body .entry-content .dwfgt-glossary-term-page .dwfgt-glossary-deck,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-deck{
  color:#050505!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:clamp(22px,2.35vw,28px)!important;
  font-style:normal!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
  line-height:1.06!important;
  margin:0 0 16px!important;
  max-width:840px!important;
  text-transform:none!important;
}
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-overview-section .dwfgt-agency-intro-p{
  color:#55514d!important;
  display:block!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.55!important;
  margin:0 0 14px!important;
  max-width:900px!important;
}
body .entry-content .dwfgt-glossary-term-page,
body .entry-content .dwfgt-record.dwfgt-case-record,
body .entry-content .dwfgt-record.dwfgt-agency-profile{
  max-width:1120px!important;
  margin:0 auto!important;
  padding:0 28px 72px!important;
}
body .entry-content .dwfgt-glossary-term-page .dwfgt-glossary-section,
body .entry-content .dwfgt-glossary-term-page .dwfgt-glossary-related,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-section,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-section{
  margin:0 0 42px!important;
}
body .entry-content .dwfgt-glossary-term-page .dwfgt-glossary-section h2,
body .entry-content .dwfgt-glossary-term-page .dwfgt-glossary-related h2,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-section h2,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-section h3{
  color:#8b2236!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.22em!important;
  line-height:1.15!important;
  margin:0 0 14px!important;
  text-transform:uppercase!important;
}
body .entry-content .dwfgt-glossary-term-page .dwfgt-glossary-section p,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-section p,
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-narrative,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-section p{
  color:#33383f!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:16px!important;
  line-height:1.62!important;
  margin:0 0 14px!important;
  max-width:850px!important;
}
body .entry-content .dwfgt-glossary-example-grid,
body .entry-content .dwfgt-glossary-related-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:20px 28px!important;
  margin:18px 0 0!important;
}
body .entry-content .dwfgt-glossary-example-grid article,
body .entry-content .dwfgt-glossary-related-grid a{
  background:transparent!important;
  border:0!important;
  border-top:3px solid #17243f!important;
  border-radius:0!important;
  padding:14px 0 0!important;
}
body .entry-content .dwfgt-glossary-example-grid strong,
body .entry-content .dwfgt-glossary-related-grid strong{
  color:#8b2236!important;
  display:block!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.2!important;
  margin:0 0 8px!important;
}
body .entry-content .dwfgt-glossary-example-grid span,
body .entry-content .dwfgt-glossary-related-grid span{
  color:#444!important;
  display:block!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:14px!important;
  line-height:1.45!important;
}
body .entry-content .dwfgt-term-pill-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}
body .entry-content .dwfgt-pill,
body .entry-content .dwfgt-case-term-row span{
  background:#f4f1ec!important;
  border-radius:999px!important;
  color:#333!important;
  display:inline-flex!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  margin:0!important;
  padding:6px 11px!important;
}
body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-layout,
body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 320px!important;
  gap:56px!important;
  align-items:start!important;
}
body .entry-content .dwfgt-case-aside section,
body .entry-content .dwfgt-agency-aside section{
  background:#f7f3ee!important;
  border:0!important;
  border-radius:9px!important;
  margin:0 0 20px!important;
  padding:24px!important;
}
@media(max-width:900px){
  body .entry-content .dwfgt-record.dwfgt-case-record .dwfgt-case-layout,
  body .entry-content .dwfgt-record.dwfgt-agency-profile .dwfgt-agency-layout,
  body .entry-content .dwfgt-glossary-example-grid,
  body .entry-content .dwfgt-glossary-related-grid{grid-template-columns:1fr!important;}
  body .entry-content .dwfgt-record-title-only .dwfgt-record-title,
  body .entry-content .dwfgt-record-title-only .dwfgt-logo-title,
  body .entry-content .dwfgt-record-title-only h1{font-size:clamp(44px,13vw,72px)!important;}
}
