Event
SHARE
In the Room: The Holidays: Coping Through the Season
December 3, 2025 8:00 pm
Video Recap
The Panelists
Jennifer Siedman
View Bio
Lindsey Topping-Schuetz
View Bio
Blair Young-Whitworth
View Bio
Tatum Fettig
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;
}">