Conversations with Cumberland Heights

Conversations with Cumberland Heights


Rock Bottom & The 12 Steps While Learning to Help Others: Ruth Ann Rigby's Inspirational Journey

June 04, 2023




Dr. Nick Hayes welcomes Ruth Ann Rigby, CRS, Chief Strategy Officer at J. Flowers Health Institute to the podcast for a discussion covering addiction, recovery, family, first responders, ponies, and even SCUBA diving.










const wrapper = document?.body?.querySelector(".wpb-content-wrapper");
const mediaPlayer = wrapper?.firstChild;
const video = wrapper?.lastChild;
wrapper.removeChild(mediaPlayer);
wrapper.removeChild(video);
mediaPlayer.style.maxWidth = "500px";
mediaPlayer.style.margin = "40px auto";
wrapper.appendChild(mediaPlayer);
wrapper.appendChild(video);