:root { --theme-color1: #0242be; }

blockquote { border-top: 3px solid black; }

#title img {
    max-height: 85px;
    margin: 1rem;
}

#site-identity .slogan { font-weight: bold; }

header #contact > div:has(.site_hours) { display: none; }

#navigation ul ul ul li a {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

hr { border-top: 1px dotted #23282d; }

#slideshow {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.page:not([id^=pg_events_schedule]) .horizontal-scroll-wrapper { max-height: 600px; }

.page:not([id^=pg_events_schedule]) table.horizontal-scroll { white-space: nowrap; }

.page:not([id^=pg_events_schedule]) table.horizontal-scroll tr:first-of-type {
    font-weight: bold;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}

.page:not([id^=pg_events_schedule]) table.horizontal-scroll td:first-of-type {
    position: sticky;
    left: 0;
}

.page:not([id^=pg_events_schedule]) table.horizontal-scroll tr:nth-of-type(even) { background-color: var(--cms-accent-color); }

.page:not([id^=pg_events_schedule]) table.horizontal-scroll tr:nth-of-type(odd) td:first-of-type { background-color: white; }

.page:not([id^=pg_events_schedule]) table.horizontal-scroll tr:nth-of-type(even) td:first-of-type { background-color: var(--cms-accent-color); }

.marquee { padding: 15px; }

#slideshow + .wrapper > .marquee, #PhotoBox + .wrapper > .marquee {
    top: 10px;
    margin-bottom: 50px;
}
