@font-face { font-family: 'Raleway'; font-style: normal; font-weight: 300 700; font-display: swap; src: url('../fonts/raleway-latin.woff2') format('woff2'), url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype'); }
@font-face { font-family: 'Raleway'; font-style: italic; font-weight: 300 700; font-display: swap; src: url('../fonts/raleway-italic-latin.woff2') format('woff2'), url('../fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype'); }
@font-face { font-family: 'Dancing Script'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/dancing-script-latin.woff2') format('woff2'), url('../fonts/DancingScript-VariableFont_wght.ttf') format('truetype'); }
:root {
  --blue: #073A87;
  --navy: #052E69;
  --dark: #202020;
  --ink: #111111;
  --paper: #FFFFFF;
  --soft: #F4F6FA;
  --line: #D9DFEA;
  --sans: 'Raleway', Arial, Helvetica, sans-serif;
  --script: 'Dancing Script', cursive;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-size: 1.125rem; line-height: 1.6; color: var(--ink); background: var(--paper); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid #FFB81C; outline-offset: 2px; }
h1, h2, h3 { line-height: 1.2; text-wrap: balance; }
p { text-wrap: pretty; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 8px; top: -60px; z-index: 10000; background: #000; color: #fff; padding: 10px 16px; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 8px; color: #fff; }
main:focus { outline: none; }

.site-header { position: sticky; top: 0; z-index: 1000; background: var(--blue); }
.header-inner { max-width: 1500px; margin: 0 auto; padding: 4px 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { position: relative; align-self: stretch; width: 110px; flex: none; }
.brand img { position: absolute; top: 4px; left: 0; width: 110px; height: auto; filter: drop-shadow(0 2px 4px rgba(0,0,0,.35)); }
.primary-nav { display: flex; align-items: center; }
.nav-toggle { display: none; align-items: center; gap: 10px; min-height: 44px; padding: 8px 12px; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.6); border-radius: 4px; font: inherit; font-size: 1rem; cursor: pointer; }
.bars { display: grid; gap: 4px; }
.bars span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 1px; }
.menu { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; }
.menu > li { position: relative; }
.menu > li > a, .nav-btn { display: flex; align-items: center; gap: 6px; min-height: 44px; padding: 10px 14px; color: #fff; background: transparent; border: 0; border-radius: 4px; font: inherit; font-size: .9375rem; text-transform: uppercase; letter-spacing: .02em; text-decoration: none; cursor: pointer; }
.menu > li > a:hover, .nav-btn:hover, .nav-btn[aria-expanded="true"] { background: #fff; color: var(--blue); }
.menu a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; }
.caret { width: 0; height: 0; border-top: 5px solid currentColor; border-left: 5px solid transparent; border-right: 5px solid transparent; }
.sub { list-style: none; margin: 0; padding: 6px 0; position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border-radius: 0 0 4px 4px; box-shadow: 0 6px 12px rgba(6,80,140,.18); }
.sub[hidden] { display: none; }
.sub a { display: block; padding: 10px 20px; color: var(--blue); text-decoration: none; font-size: .9375rem; }
.sub a:hover, .sub a:focus-visible { background: var(--navy); color: #fff; }

@media (max-width: 1249px) {
  .header-inner { padding: 6px 16px; }
  .brand { width: auto; align-self: center; }
  .brand img { position: static; width: 64px; filter: none; }
  .nav-toggle { display: inline-flex; }
  .primary-nav { position: static; }
  .menu { display: none; flex-wrap: nowrap; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; background: #fff; border-top: 1px solid var(--line); max-height: calc(100vh - 80px); max-height: calc(100dvh - 80px); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; box-shadow: 0 8px 16px rgba(0,0,0,.15); }
  .menu.open { display: flex; }
  .menu > li > a, .nav-btn { width: 100%; color: var(--blue); border-radius: 0; padding: 12px 20px; justify-content: space-between; border-bottom: 1px solid var(--line); }
  .menu > li > a:hover, .nav-btn:hover, .nav-btn[aria-expanded="true"] { background: var(--navy); color: #fff; }
  .sub { position: static; box-shadow: none; border-radius: 0; padding: 0; background: var(--soft); }
  .sub a { padding: 12px 20px 12px 36px; border-bottom: 1px solid var(--line); }
}

.hero { position: relative; background: rgba(7,58,135,.6); overflow: hidden; }
.hero-slides { position: relative; list-style: none; margin: 0; padding: 0; aspect-ratio: 2800 / 757; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 2s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
@media (prefers-reduced-motion: reduce) { .hero-slide { transition: none; } }

.intro { position: relative; background: #fff; padding: 100px 0 130px; }
.intro-inner { max-width: 1800px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; }
.intro-title, .intro-text { padding: 0 30px; }
.intro-title { text-align: center; }
.welcome { display: block; font-family: var(--script); font-size: 3rem; color: var(--navy); line-height: 1.2; }
.intro h1 { margin: 0; font-weight: 400; font-size: 3rem; color: var(--navy); }
.intro-text p { margin: 20px 0; font-size: 1.1875rem; line-height: 1.55; color: #000; }
.divider { position: absolute; left: 0; bottom: 0; width: 100%; height: 80px; display: block; }
.divider polygon, .divider path { fill: var(--blue); }

@keyframes fade-in-right { from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: none; } }
.reveal { animation: fade-in-right .5s ease .1s both; }
@media (prefers-reduced-motion: reduce) { .reveal { animation: none; } }

.services { background: var(--soft); padding: 72px 20px 110px; position: relative; }
.services-inner { max-width: 1200px; margin: 0 auto; }
.services h2 { margin: 0 0 8px; font-size: 2.25rem; font-weight: 500; color: var(--navy); text-align: center; }
.services .lede { margin: 0 auto 36px; max-width: 640px; text-align: center; }
.card-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.card { height: 100%; display: flex; flex-direction: column; gap: 8px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 6px; text-decoration: none; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.card:hover { border-color: var(--blue); box-shadow: 0 6px 18px rgba(7,58,135,.12); color: var(--ink); }
.card strong { font-size: 1.25rem; color: var(--blue); }
.card span { font-size: 1rem; line-height: 1.5; }

.page-banner { position: relative; background: var(--navy) url('../images/top-intro-pickaway-co.jpg') center / cover no-repeat; color: #fff; padding: 110px 0 130px; text-align: center; }
@keyframes band-in { from { transform: translateX(-100%); } to { transform: none; } }
.page-banner > *:not(.divider) { position: relative; }
.page-banner h1, .page-banner .banner-title { margin: 0; width: max-content; max-width: 92%; min-width: 24%; padding: 10px 50px 10px 8.7%; box-sizing: border-box; text-align: left; background: rgba(5,46,105,.85); font-size: clamp(2rem, 5vw, 3rem); font-weight: 400; text-shadow: 2px 2px 3px rgba(0,0,0,.7); animation: band-in .8s ease-out both; }
@media (prefers-reduced-motion: reduce) { .page-banner h1, .page-banner .banner-title { animation: none; } }
.page-banner .divider path, .page-banner .divider polygon { fill: #fff; }
.content { position: relative; padding: 60px 20px 150px; }
.content-inner { max-width: 900px; margin: 0 auto; }
.content-inner p { margin: 0 0 1.25em; }
.content-inner h2 { color: var(--navy); font-size: 1.5rem; margin: 1.5em 0 .5em; }
.error-code { font-size: clamp(4rem, 12vw, 8rem); color: var(--navy); margin: 0; font-weight: 300; line-height: 1; }

.site-footer { background: var(--blue); color: #fff; }
.site-footer a { color: #fff; }
.ft-grid { max-width: 1800px; margin: 0 auto; padding: 20px 15px 30px; display: grid; grid-template-columns: 1fr 2fr 1.5fr 1.5fr; gap: 30px; text-align: center; }
.ft-logo img { width: 186px; margin: 0 auto; }
.ft-head { font-size: 1.1875rem; font-weight: 700; margin: 20px 0 10px; }
.site-footer address { font-style: normal; font-size: 1rem; line-height: 1.9; margin: 0 0 10px; }
.ft-phone { margin: 0 0 12px; font-size: 1.1875rem; }
.ft-phone a { text-decoration: none; }
.ft-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.ft-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 6px 12px; color: #fff; background: var(--blue); border: 1px solid var(--blue); font-size: 1rem; text-decoration: none; }
.ft-btn:hover { background: var(--dark); border-color: var(--dark); color: #fff; }
.ft-icon { display: none; }
.ft-partner { max-width: 207px; width: 100%; margin: 14px auto 6px; }
.ft-bottom { background: var(--navy); display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 40px; padding: 18px 15px; font-size: .9375rem; }
.ft-bottom p { margin: 0; }
.ft-bottom a { text-decoration: none; }
.ft-bottom a:hover { text-decoration: underline; color: #fff; }

[id] { scroll-margin-top: 140px; }
.content-inner.wide { max-width: 1100px; }
.content-inner ul { padding-left: 1.4em; }
.content-inner li { margin: 0 0 .4em; }
.content-inner h3 { color: var(--navy); font-size: 1.25rem; margin: 1.25em 0 .4em; }
.lead { font-size: 1.1875rem; }
.sig { font-style: italic; }
.btn { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 22px; background: var(--blue); color: #fff; border-radius: 4px; text-decoration: none; font-weight: 600; }
.btn:hover { background: var(--dark); color: #fff; }
.method-list { list-style: none; padding: 0 !important; margin: 0 0 28px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
.method-list li { margin: 0; }
.method-list a { height: 100%; display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); text-decoration: none; line-height: 1.35; }
.method-list a:hover { border-color: var(--blue); color: var(--blue); }
.method-list .num { font-size: 1.75rem; font-weight: 600; color: var(--blue); }
.notice { background: #FFF6DB; border: 1px solid #D9A400; border-radius: 6px; padding: 16px 20px; font-size: 1rem; }
.step { margin-top: 40px; padding-top: 8px; border-top: 1px solid var(--line); }
.step h2 { color: var(--blue); font-weight: 500; font-size: 1.75rem; }
.bio { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 48px; align-items: start; }
.bio-card { text-align: center; }
.bio-card img { width: 100%; border-radius: 6px; }
.bio-card p { margin: 0 0 .25em; }
.bio-name { font-size: 1.5rem; color: var(--navy); margin-top: 16px !important; }
.bio-role { text-transform: uppercase; letter-spacing: .08em; font-size: .9375rem; }
.bio-card a { word-break: break-all; }
.vendor-list { list-style: none; padding: 0 !important; margin: 0 0 32px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 560px) { .vendor-list { grid-template-columns: 1fr; } }
.vendor-list a { overflow-wrap: anywhere; }
.vendor-list li { margin: 0; padding: 20px; border: 1px solid var(--line); border-radius: 6px; }
.vendor-list h3 { margin: 0 0 8px !important; }
.vendor-list p { margin: 0; font-size: 1rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.faq { display: grid; gap: 10px; margin-top: 28px; }
.faq-item { border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; padding: 14px 20px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; flex: none; width: 10px; height: 10px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(45deg); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item summary:hover h2 { text-decoration: underline; }
.faq-item summary h2 { margin: 0 !important; font-size: 1.125rem !important; font-weight: 600; color: var(--blue) !important; }
.faq-body { padding: 0 20px 16px; }
.faq-body p:last-child { margin-bottom: 0; }
.link-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0 40px; }
.res-list li { margin-bottom: .8em; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.contact-photo, .feature-img { width: 100%; border-radius: 6px; }
.staff-photo { width: 100%; border-radius: 6px; margin: 40px 0 8px; }
.staff-grid { list-style: none; padding: 0 !important; margin: 20px 0 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 32px 24px; }
.staff-card { margin: 0 !important; text-align: center; flex: 0 1 270px; min-width: 0; }
.staff-card img { width: 150px; height: 225px; object-fit: cover; margin: 0 auto 12px; border-radius: 6px; }
.staff-card p { margin: 0 0 .2em; }
.staff-name { font-size: 1.1875rem; font-weight: 600; color: var(--navy); }
.staff-role { text-transform: uppercase; letter-spacing: .06em; font-size: .875rem; }
.staff-card a { font-size: .9375rem; white-space: nowrap; }
@media (max-width: 360px) { .staff-card a { white-space: normal; overflow-wrap: anywhere; } }
.notice-list { list-style: none; padding: 0 !important; display: grid; gap: 16px; }
.notice-list li { margin: 0; padding: 20px 24px; border: 1px solid var(--line); border-radius: 6px; }
.notice-list p { margin: 0; }
.notice-date { font-weight: 700; color: var(--blue); margin-bottom: 4px !important; }
@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .bio { grid-template-columns: 1fr; gap: 24px; }
  .bio-card { max-width: 280px; margin: 0 auto; }
}
@media (max-width: 1024px) {
  .ft-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .intro { padding: 56px 0 110px; }
  .intro-inner { grid-template-columns: 1fr; }
  .welcome, .intro h1 { font-size: 2.25rem; }
  .intro-text p { font-size: 1.0625rem; }
  .intro-title, .intro-text { text-align: center; }
  .ft-grid { grid-template-columns: 1fr; }
  .divider { height: 50px; }
  .page-banner { padding: 70px 0 90px; }
  .page-banner h1, .page-banner .banner-title { max-width: 92%; padding: 8px 30px 8px 20px; }
}
@media (max-width: 480px) {
  .intro-title, .intro-text { padding: 0 18px; }
  .welcome, .intro h1 { font-size: 1.875rem; }
  .brand img { width: 72px; }
}
@media print {
  .site-header, .hero, .hero-pause, .divider { display: none; }
}

.btn-ghost { background: #fff; color: var(--blue); border: 1px solid var(--blue); }
.btn-ghost:hover { background: var(--soft); color: var(--navy); }
button.btn { font: inherit; font-weight: 600; cursor: pointer; border: 1px solid var(--blue); }
.dv-overlay [hidden], .dv-overlay[hidden] { display: none !important; }
.dv-overlay { position: fixed; inset: 0; z-index: 20000; background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; padding: 20px; }
.dv-panel { width: 100%; max-width: 1100px; height: 90vh; background: #fff; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.35); display: flex; flex-direction: column; overflow: hidden; }
.dv-bar { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 16px 20px 10px; }
.dv-kicker { margin: 0 0 2px; font-size: .8125rem; text-transform: uppercase; letter-spacing: .08em; color: #4a5568; }
.dv-title { margin: 0; font-size: 1.25rem; color: var(--navy); }
.dv-close { flex: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.5rem; line-height: 1; cursor: pointer; }
.dv-close:hover { background: var(--soft); }
.dv-tabs { display: flex; gap: 4px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.dv-tabs [role="tab"] { min-height: 44px; padding: 10px 16px; background: none; border: 0; border-bottom: 3px solid transparent; font: inherit; font-size: 1rem; color: var(--ink); cursor: pointer; }
.dv-tabs [role="tab"][aria-selected="true"] { border-bottom-color: var(--blue); color: var(--blue); font-weight: 700; }
.dv-body { position: relative; flex: 1; min-height: 0; background: var(--soft); }
.dv-pane { position: absolute; inset: 0; }
.dv-frame { width: 100%; height: 100%; border: 0; display: block; background: #fff; }
.dv-mobile { display: none; }
.dv-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; padding: 12px 20px; border-top: 1px solid var(--line); }
.dv-note { margin: 0; font-size: .9375rem; max-width: 60ch; }
.dv-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.dv-lock { overflow: hidden; }
@media (max-width: 759px) {
  .dv-overlay { padding: 0; }
  .dv-panel { width: 100%; max-width: none; height: 100dvh; margin: 0; border-radius: 0; box-shadow: none; }
  .dv-kicker, .dv-note { display: none; }
  .dv-title { font-size: 17px; }
  .dv-bar { padding: 8px 12px; align-items: center; }
  .dv-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
  .dv-tabs[hidden] { display: none !important; }
  .dv-tabs [role="tab"] { padding: 8px; font-size: .9375rem; }
  .dv-foot { padding: 8px 12px; }
  .dv-actions { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; width: 100%; }
  .dv-actions .btn { justify-content: center; }
  #dv-pane-pdf .dv-frame, .dv-print { display: none !important; }
  .dv-mobile { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; height: 100%; padding: 24px; text-align: center; background: #fff; }
  .dv-mobile p { margin: 0; max-width: 32ch; }
}

.ff-tools { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.ff-frame { position: fixed; right: 0; bottom: 0; width: 1px; height: 1px; border: 0; opacity: 0; }
.ff-sheet { max-width: 8.5in; margin: 0 auto; background: #fff; border: 1px solid var(--line); box-shadow: 0 4px 18px rgba(0,0,0,.12); padding: .8in .85in; color: #000; font-family: "Times New Roman", Times, Georgia, serif; font-size: 12pt; line-height: 1.45; }
.ff-sheet h2 { text-align: center; font-size: 14pt; font-weight: 700; margin: 0; letter-spacing: .02em; color: #000; font-family: inherit; }
.ff-sheet .sub { text-align: center; font-weight: 700; margin: 0 0 24pt; }
.ff-sheet p, .ff-sheet li { font-size: 12pt; color: #000; overflow-wrap: anywhere; }
.ff-sheet p { margin: 0 0 12pt; }
.ff-sheet input[type=text] { font: inherit; color: #000; border: 0; border-bottom: 1px solid #000; background: #F4F7FC; padding: 1px 4px; min-width: 0; width: 100%; }
.ff-sheet input[type=text]:focus { background: #FFF8DB; outline: 3px solid #B35C00; outline-offset: 2px; }
.ff-sheet .fld { display: inline-grid; grid-template-columns: minmax(0,1fr); vertical-align: top; width: 18em; max-width: 100%; }
.ff-sheet .fld.wide { width: 100%; }
.ff-sheet .fld.md { width: 14em; }
.ff-sheet .fld.sm { width: 4em; }
.ff-sheet .cap { font-size: 10pt; text-align: center; }
.ff-sheet .venue { display: grid; grid-template-columns: auto minmax(0,14em) auto; column-gap: 8px; align-items: end; margin: 0 0 18pt; width: max-content; max-width: 100%; }
.ff-sheet .rule { display: inline-block; border-bottom: 1px solid #000; width: 18em; max-width: 100%; height: 1.2em; vertical-align: baseline; }
.ff-sheet .rule.sm { width: 3em; }
.ff-sheet .rule.md { width: 10em; }
.ff-sheet ol { padding-left: 1.6em; margin: 0 0 12pt; }
.ff-sheet li { margin: 0 0 10pt; }
.ff-sheet .sig { display: grid; grid-template-columns: max-content minmax(0,20em); column-gap: 8px; align-items: end; margin: 0 0 14pt; }
.ff-sheet .sig .rule { width: 100%; }
.ff-sheet .sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
@media (max-width: 600px) { .ff-sheet { padding: 24px 18px; } .ff-sheet .sig { grid-template-columns: 1fr; } }
@media print {
  body:has(.ff-sheet) #site-header, body:has(.ff-sheet) #site-footer, body:has(.ff-sheet) .site-footer, body:has(.ff-sheet) .page-banner, body:has(.ff-sheet) .content-inner > p, .ff-tools { display: none !important; }
  body:has(.ff-sheet) .content { padding: 0; }
  .ff-sheet { border: 0; box-shadow: none; padding: 0; max-width: none; font-size: 11pt; }
  .ff-sheet input[type=text] { background: none; padding: 0 2px; }
}
.doc-text address { font-style: normal; margin: 0 0 20px; }
.doc-text ol { padding-left: 1.6em; }
.doc-text li { margin: 0 0 10px; }
.doc-text ol ol { list-style: lower-alpha; margin-top: 10px; }
.doc-text hr { border: 0; border-top: 1px solid var(--line); margin: 32px 0; }
.ff-sheet .stack { display: grid; grid-template-columns: minmax(0,22em); row-gap: 12pt; margin: 0 0 16pt; }
.ff-sheet .stack .fld { width: 100%; }
.ff-sheet .stack .cap { text-align: left; }
.ff-sheet .venue span { white-space: nowrap; }
