SHARE
Event
Upcoming: A Screening of Shared Struggles, Hosted by Courageous Parents Network
June 30, 2026 7:00 pm Register for the Event
The Panelists
Christy Holton, Parent
View Bio
Lindsey Topping-Schuetz, Parent
View Bio
Naomi Williams, Parent
View Bio
Jay Berry, MD
View Bio
Khaliah A. Johnson, MD
View Bio
Lauren Treat, MD
View Bio
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">