Community Life Enrichment Hero 1

Week of Events

26 ART 0128 March Global FamilyCaregiver Website Module

Maverick shares the joy of seeing his grandmother thrive at Artis — from compassionate care to creative expression through art. “It’s just a joy,” he says, watching her engage and connect in a place where genuine people support and uplift each resident.

Life Enrichment at Artis is powered by people with the training, heart, and intuition to transform everyday moments into meaningful experiences. Meet Marlene, one of our Life Enrichment Directors, whose superpower is discovering what brings each resident to life

Community Life Enrichment Yesterday Today Image 1

“I always wanted to paint more … now I paint every day.”

– Sal L.
Artis Resident
Community Life Enrichment Yesterday Today Image 2
Community Mission and Values Facebook Background 1
Community Life Enrichment Facebook Facebook Icon

See how we’re honoring
yesterday and celebrating
today.

Comments Box SVG iconsUsed for the like, share, comment, and reaction icons

Associate Appreciation Day is coming up March 6. Of course, we need WAY more than a day to express gratitude for our thoughtful team – so we’re celebrating for a whole week! Each day during Artis Color Week, associates are invited to sport a special hue and make our community even brighter! 🌈

Residents and families are welcome to play along. So bring the color, bring the fun and show Team Artis just how grateful we are for their care and compassion! 💛❤️💚💙🩷💜

#ArtisColorWeek #AssociateAppreciation #TheArtisWay
See MoreSee Less

Associate Appreciati

February 17th Random Act of Kindness Day
At South Hills, we craft exquisite ceramic tiles that reflect artistry and beauty. Our director of Sales and Marketing thoughtfully shares these pieces as tokens of appreciation with our valued partners—celebrating the strength of our collaborations. A heartfelt shout-out also goes to our dedicated DCI and care partners, whose unwavering support brings this project to life. Truly, it's moments like these that distinguish Artis Senior Living from the rest—where passion, craftsmanship, and genuine care unite to create something truly exceptional.
#TheArtisWay
#thoughfulnesswins
#InspiredWellBeing
See MoreSee Less

February 17th RandomImage attachmentImage attachment+6Image attachment

Father Hisseich, who lovingly comes each month to celebrate Mass with us at our community, brought more than just spiritual blessings—he arrived bearing heartfelt gifts from his students at the local Catholic school. The residents were truly delighted to receive these tokens of kindness, making the occasion even more special and memorable.
#TheArtisWay
# altogether
#thoughfulnesswins
#InspiredWellBeing
See MoreSee Less

Father Hisseich, whoImage attachmentImage attachment+1Image attachment

Valentine’s Day wouldn’t be complete without our heartfelt Sweetheart Luncheon, a delightful celebration shared with our cherished couples. The event was truly unforgettable, filled with joy and laughter, as everyone savored the delectable creations crafted by our talented culinary team. A big shoutout to our life enrichment staff and all our dedicated directors—you made this day exceptionally special!
#TheArtisWay
#thoughfulnesswins
#InspiredWellBeing
See MoreSee Less

Valentine’s Day woImage attachmentImage attachment+4Image attachment

Our residence and team are still glowing from the Hearts and Hand event we launched over Valentine’s—what a phenomenal success! People are calling it one of their absolute favorites, a true highlight among all we've done. The residents are still talking about the hand messages. This unforgettable moment was a shining example of our Power of Play signature event for February, showcasing our creativity and teamwork. Who knows what exciting surprises March has in store? Stay tuned—because the Power of Play is just getting started!
#TheArtisWay
#InspiredWellBeing
#thoughfulnesswins
#artispowerofplay
See MoreSee Less

Our residence and teImage attachmentImage attachment+6Image attachment

South Hills wishes to extend a heartfelt expression of gratitude to the Ladies of Charity of Our Lady of Hope Parish for their thoughtful generosity. We sincerely appreciate the special bingo event , which featured delectable ice cream sundaes, engaging gameplay, and charming prizes.

Additionally, we wish to acknowledge and thank the Ladies of Charity for their ongoing support through weekly communion deliveries and leading the rosary. Our residents, staff, and their families deeply appreciate your continued efforts. Your presence and active participation significantly enhance our community, and we consider you an integral part of our extended family.
#TheArtisWay
#InspiredWellBeing
#alltogether
#thoughfulnesswins
See MoreSee Less

South Hills wishes tImage attachmentImage attachment
Community Life Enrichment Schedule A Tour Image 1

"*" indicates required fields

Name*
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
(function() { if (typeof jQuery === ‘undefined’) { console.error(‘jQuery is required for eventsDuplicates function’); return; } function hideDuplicateEventsAllViews() { const viewConfigs = [ { container: ‘.tribe-events-pro-week-grid__events-day’, event: ‘.tribe-events-pro-week-grid__event’ }, { container: ‘.tribe-events-calendar-day’, event: ‘.tribe-events-calendar-day__event’ }, { container: ‘.tribe-events-calendar-month__body’, event: ‘.tribe-events-calendar-month__day’ } ]; viewConfigs.forEach(function(config) { const $containers = jQuery(config.container); if (!$containers.length) return; $containers.each(function() { const $events = jQuery(this).find(config.event); const titleGroups = {}; const eventsToHide = []; $events.each(function() { const $event = jQuery(this); const $title = $event.find(‘h3, .tribe-event-title, .tribe-events-pro-week-grid__event-title’); const dataPublished = $event.attr(‘data-published’); const title = $title.length ? $title.first().text().trim() : ”; if (!title || !dataPublished) return; const key = title.toLowerCase(); if (!titleGroups[key]) { titleGroups[key] = []; } titleGroups[key].push({ $element: $event, publishedDate: new Date(dataPublished), publishedString: dataPublished, fullTitle: title }); }); Object.keys(titleGroups).forEach(function(key) { const group = titleGroups[key]; if (group.length <= 1) return; group.sort(function(a, b) { return b.publishedDate.getTime() – a.publishedDate.getTime(); }); for (let i = 1; i < group.length; i++) { eventsToHide.push(group[i].$element); } }); if (eventsToHide.length) { jQuery.each(eventsToHide, function(i, $event) { $event.hide(); }); console.log('Hidden ' + eventsToHide.length + ' duplicate events in container'); } }); }); } jQuery(document).ready(function() { hideDuplicateEventsAllViews(); }); })();