.banner { height: 40px; position: relative; overflow: hidden; font-family: Verdana; font-style: normal; font-weight: normal; font-size: 24px; line-height: 36px; min-width: 200vw; animation: bannermove 40s linear infinite; display: flex; justify-content: space-between; } .banner:hover { animation-play-state: paused; } @keyframes bannermove { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .banner div { padding: 10px; /* just to ensure there is space between even on small devices */ }
top of page

Community Outreach

7/25/22 - Lunch and Learn: Good Shepherd Hospice

8/29/22 - Lunch and Learn: Arise - Daughters in Christ Ministries

9/26/22 - Lunch and Learn: Senior Connections - Donna Kay Dinkins

10/24/22 - Lunch and Learn: Domestic Violence Awareness - Her Voice in the Darkness

11/28/22 - Lunch and Learn: Elder Care - Sharmalee Jones

1/23/23 - Lunch and Learn: 10 Warning Signs of Alzheimer's - Alzheimer's Association

2/27/23 - Lunch and Learn: Living With Alzheimer's - Alzheimer's Association

3/27/23 - Lunch and Learn: Estate Planning - Kevin Albaum

bottom of page