:root{--page-title-display:none;}/* Start custom CSS *//* === Riverwalk 50th Anniversary — scoped page styles === */

.rw-hero { min-height: 62vh; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.rw-hero-inner { max-width: 980px; padding: 40px 30px; }
.rw-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 700; letter-spacing: -0.005em; margin: 0 0 14px; text-shadow: 0 2px 20px rgba(0,0,0,.35); line-height: 1.1; }
.rw-hero .rw-tagline { color: #fff; font-size: clamp(1.2rem, 2.6vw, 1.8rem); font-style: italic; font-weight: 400; text-shadow: 0 2px 12px rgba(0,0,0,.35); margin: 0; }

.rw-section-rule { width: 54px; height: 3px; background: #8DB848; border-radius: 2px; margin: 0 0 26px; }
.rw-section-rule.center { margin-left: auto; margin-right: auto; }

.rw-content-inner { max-width: 820px; margin: 0 auto; padding: 20px 0; }
.rw-content-intro { font-size: 19px; color: #2B2B2B; line-height: 1.6; margin: 0 0 30px; }
.rw-bullets { list-style: none; padding: 0; margin: 0; }
.rw-bullets li { position: relative; padding: 20px 0 20px 34px; border-bottom: 1px solid #e5e5e0; font-size: 17px; line-height: 1.75; color: #555; }
.rw-bullets li:last-child { border-bottom: 0; }
.rw-bullets li::before { content: ""; position: absolute; left: 0; top: 32px; width: 18px; height: 2px; background: #8DB848; }
.rw-bullets li strong { color: #2B2B2B; font-weight: 700; }

.rw-cta-inner { max-width: 760px; margin: 0 auto; padding: 20px 0 0; text-align: center; }
.rw-cta-para { font-size: 19px; line-height: 1.7; color: #555; margin: 0 0 28px; }
.rw-cta-para > strong:first-child { display: block; font-size: 1.3em; font-weight: 700; color: #2B2B2B; margin-bottom: 12px; line-height: 1.2; }
.rw-cta-para a { color: #2773B3; text-decoration: none; }
.rw-cta-para a:hover { color: #1A5589; }

.rw-graphics-h2 { text-align: center; font-family: "Open Sans", sans-serif; font-weight: 700; color: #2B2B2B; font-size: 32px; margin: 0 0 48px; }

/* Uniform card look for every graphic item */
.rw-card { display: block; background: #fff; border: 1px solid #e5e5e0; border-radius: 2px; overflow: hidden; transition: transform .3s, box-shadow .3s; text-decoration: none; color: inherit; }
.rw-card:hover { transform: translateY(-3px); box-shadow: 0 14px 26px -10px rgba(0,0,0,.15); }
.rw-card-img { width: 100%; aspect-ratio: 3 / 2; background-size: cover; background-position: center; background-color: #E3ECCE; position: relative; display: flex; align-items: center; justify-content: center; }
.rw-card-img.is-placeholder { background-image: repeating-linear-gradient(45deg, transparent 0 20px, rgba(141,184,72,.18) 20px 21px), linear-gradient(135deg, #F0F5E6, #E3ECCE); }
.rw-card-placeholder-label { position: relative; color: #4F6A22; font-weight: 600; font-size: 14px; font-family: "Open Sans", sans-serif; text-align: center; padding: 18px; }
.rw-card-placeholder-label::before { content: ""; display: block; width: 30px; height: 30px; margin: 0 auto 8px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234F6A22' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='9' cy='9' r='2'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") center/contain no-repeat; opacity: .7; }
.rw-card-placeholder-label.is-video::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234F6A22' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'/%3E%3C/svg%3E"); }
.rw-card-img.is-video-thumb { background-image: linear-gradient(135deg, rgba(0,0,0,.4), rgba(26,85,137,.45)), var(--rw-video-thumb-bg, linear-gradient(135deg, #4F6A22, #1A5589)); cursor: pointer; }
.rw-card-img.is-video-thumb .rw-play-btn { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.95); display: grid; place-items: center; box-shadow: 0 6px 16px rgba(0,0,0,.3); transition: transform .25s, background .25s; }
.rw-card-img.is-video-thumb:hover .rw-play-btn { background: #fff; transform: scale(1.06); }
.rw-card-img.is-video-thumb .rw-play-btn svg { width: 22px; height: 22px; fill: #4F6A22; margin-left: 2px; }
.rw-card-title { padding: 18px 22px; font-family: "Open Sans", sans-serif; font-size: 18px; font-weight: 600; color: #2B2B2B; line-height: 1.35; margin: 0; }

/* Responsive — stack cards on narrow screens (Elementor's default will also help) */
@media (max-width: 860px) {
    .rw-hero { min-height: 420px; }
}/* End custom CSS */