All expectant parents live with some degree of uncertainty, but the knowledge of a life-limiting fetal condition brings a new level of anxiety and stress. This Courageous Parents Network Guide provides four pathways for care following the diagnosis of a life-limiting fetal condition and allows you to consider which pathway, or which aspects of a pathway, would work best for your family.
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;
}">