.event-directory{background:#f7f9fb;color:#253848;padding:0 0 48px;letter-spacing:0;min-height:420px}.event-directory *{box-sizing:border-box}.ed-breadcrumb{display:flex;gap:12px;align-items:center;padding:24px 0;font-size:14px;color:#637282}.ed-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px}.ed-brand{font-size:14px;color:#0056b3;font-weight:700;margin:0 0 4px}.ed-heading h1{font-size:32px;line-height:1.4;margin:0}.ed-disclaimer{font-size:14px;line-height:1.7;display:flex;align-items:flex-start;gap:10px;color:#536575;margin:0}.ed-disclaimer i{color:#087e70;margin-top:4px}.ed-filters{display:flex;align-items:flex-end;gap:14px;padding:22px 0;border-top:1px solid #dce4ea;border-bottom:1px solid #dce4ea;margin-bottom:24px}.ed-filters label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}.ed-search{flex:1;min-width:0}.ed-input{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid #bccbd5;border-radius:5px;padding:0 12px;height:46px}.ed-input i{color:#697d8a}.ed-input input{min-width:0;flex:1;border:0;outline:none;background:none;font:inherit;height:100%;width:100%}.ed-input:focus-within{outline:2px solid #0056b3;outline-offset:2px}.ed-month input{height:46px;border:1px solid #bccbd5;border-radius:5px;padding:0 10px;background:white;color:inherit;font:inherit;min-width:165px}.ed-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#0056b3;border:1px solid #0056b3;border-radius:5px;height:46px;padding:0 20px;white-space:nowrap;color:white;font:inherit;font-size:15px;cursor:pointer}.ed-reset{height:46px;display:flex;align-items:center;font-size:14px;white-space:nowrap;color:#536575}.ed-results-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.ed-periods{display:flex;gap:24px}.ed-periods a{font-size:16px;color:#536575;padding:8px 0;border-bottom:3px solid transparent}.ed-periods a[aria-current]{color:#0056b3;border-color:#0056b3;font-weight:700}.ed-count{font-size:14px;color:#637282;margin:0;white-space:nowrap}.ed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.ed-card{min-width:0;border:1px solid #dce4ea;border-radius:8px;background:#fff;overflow:hidden;transition:border-color .15s}.ed-card:hover{border-color:#709cc6}.ed-card-link{display:flex;flex-direction:column;height:100%;color:inherit}.ed-card-link:focus-visible{outline:3px solid #0056b3;outline-offset:-3px}.ed-poster{aspect-ratio:4/3;background:#edf2f4;display:flex;align-items:center;justify-content:center;overflow:hidden}.ed-poster img{display:block;width:100%;height:100%;object-fit:contain}.ed-poster>i{font-size:36px;color:#899aa7}.ed-card-content{padding:20px;flex:1;display:flex;flex-direction:column}.ed-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#6a7a86}.ed-state{font-weight:700;color:#006450;background:#e5f4ec;padding:3px 8px;border-radius:3px}.ed-state-past,.ed-state-closed{color:#59616b;background:#eff1f4}.ed-state-live{color:#075393;background:#e7f3ff}.ed-card h2{font-size:21px;line-height:1.5;margin:14px 0 6px;color:#253848;overflow-wrap:anywhere}.ed-card-link:hover h2{text-decoration:underline;text-underline-offset:4px}.ed-subtitle{font-size:15px;line-height:1.7;margin:0 0 16px;color:#657584}.ed-facts{margin:12px 0 20px;font-size:14px;line-height:1.7;color:#536575}.ed-facts>div{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;margin-bottom:7px}.ed-facts dt{color:#087e70}.ed-facts dd{margin:0;overflow-wrap:anywhere}.ed-read{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid #edf0f3;color:#0056b3;font-size:15px;font-weight:700}.ed-empty{padding:44px 16px;text-align:center;line-height:1.7}.ed-empty>i{font-size:32px;color:#698ca5;margin-bottom:18px}.ed-empty h2{font-size:22px;margin:0 0 8px}.ed-empty p{font-size:16px;margin:0 0 20px;color:#657584}.ed-empty>a{display:inline-block;color:#0056b3;font-size:15px;font-weight:700;padding:10px}.ed-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px;font-size:15px;margin-top:32px}.ed-pagination a{padding:10px 0;color:#0056b3}.ed-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.event-directory a:focus-visible,.ed-submit:focus-visible,.ed-month input:focus-visible{outline:2px solid #0056b3;outline-offset:3px}@media(max-width:1000px){.ed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ed-heading{align-items:flex-start}.ed-disclaimer{max-width:330px}}@media(max-width:600px){.event-directory{padding-bottom:32px}.ed-breadcrumb{padding:18px 0;font-size:13px}.ed-heading{display:block;margin-bottom:20px}.ed-heading h1{font-size:27px}.ed-disclaimer{margin-top:16px;max-width:none;font-size:13px}.ed-filters{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px 12px;padding:18px 0}.ed-search{grid-column:1/-1}.ed-month input{min-width:0;width:100%}.ed-reset{grid-column:1/-1;height:auto;justify-self:start}.ed-grid{grid-template-columns:minmax(0,1fr);gap:20px}.ed-card h2{font-size:20px}.ed-card-content{padding:18px}.ed-results-heading{gap:10px;margin-bottom:18px}.ed-periods{gap:20px}.ed-periods a{font-size:14px}.ed-count{font-size:13px}.ed-poster{aspect-ratio:4/3}.ed-empty{padding:30px 0}.ed-empty h2{font-size:20px}}
.event-directory .ed-poster img{height:100%;object-fit:contain}
@media(max-width:600px){.ed-card-link{display:grid;grid-template-columns:100px minmax(0,1fr)}.ed-poster{aspect-ratio:auto;align-items:flex-start;padding:16px 8px}.event-directory .ed-poster img{height:auto;max-width:100%;object-fit:contain}.ed-card-content{padding:16px 14px;min-width:0}.ed-card h2{font-size:18px}.ed-card-meta time{display:none}.ed-subtitle{font-size:14px;margin-bottom:8px}.ed-facts{margin-top:8px}.ed-read{font-size:14px}}
