SHARE
Event
A Lifetime of Moments: Building Memories and Living your Child’s Legacy Together
September 22, 2025 8:00 pm
Video Recap
The Panelists
Jessika Boles, PhD, CCLS
View Bio
McKenzie Johnson, Executive Director
View Bio
Kaitin Kelly Benedict
View Bio
Angie Sutphen
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;
}">