Community Life Enrichment Hero 1
WEB GRAPHIC 26 ART 0376 June Global Virtual Workshop Family Audience 875 x 875

Week of Events

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

Hear that? It’s the sound of families exploring Play as Connection throughout May.

Join us later this month at our Power of Play signature event – The Mother’s Day Sound Connection Studio, an experience that centers on sound, listening, and presence that goes beyond words.

We’ll gather to create wind chimes that soothe and connect us in the moment – and become a keepsake and reminder of the bonds we share. 🎐💙

#ArtisPowerOfPlay #PlayAsConnection #InspiredWellBeing #TheArtisWay
See MoreSee Less

Hear that? It’s th

We couldn’t have imagined a more fitting tribute to honor our Director of Business Services on Administrative Professional Day. With the NFL Draft lighting up Pittsburgh’s skyline, it was crystal clear where Leland would be those two extraordinary days. To celebrate him in true style, we made sure he was all decked out in his NFL Draft hat, ready to cheer on his team and embrace the spirit of the draft in the city he loves.
#theartiswas
#thoughtfulnesswins
#alltogether
See MoreSee Less

Image attachment
Image attachment

We were eager to celebrate our Certificate of Honor, awarded to the remarkable Kamala, whose unwavering dedication, kindness, and hard work truly inspire us. Each day, she transforms the workplace into a brighter, more positive space, earning her the well-deserved title as our Positive Partner of the Month.
#theartiswas
#alltogether
#thoughtfulnesswins
See MoreSee Less

Image attachment
Image attachment

It's Administrative Professionals Day! 🧑‍💻 📑 🗂️ So we'd like to give a special Artis shout-out to our Director of Business Services.

We're celebrating their helpfulness, problem-solving superpowers, and the heart they bring to everything they do.​ Behind the scenes, our amazing DBS manages the many details of running our beautiful community, from payroll, invoices, and leases to onboarding associates and answering all our important questions – doing it all with a smile. ​ ​

Take a moment today to say thanks for keeping our community humming!​ 💙💙💙​ ​

#AdministrativeProfessionalsDay#TakingCareOfBusiness#TheArtisWay
See MoreSee Less

Its Administrative P

He doesn’t just help keep everything in our community safe and running smoothly — he also makes it beautiful. From gardening to landscaping, his skills truly make a difference every day. Thank you, Mike, for all you do to make our community such a wonderful place to call home. 🌿👏
#TheArtisWay
#ThenNowArtisWay
See MoreSee Less

He doesn’t just he

Happy Earth Day! 🌍🌱

Today, we pause to honor Mother Nature – the sunshine streaming through the windows, the flowers coming into bloom, and the simple pleasure of getting our hands a little dirty in the garden.

However you connect with nature today, we hope it brings you joy!

#earthday #alltogether #TheArtisWay
See MoreSee Less

Happy Earth Day! �
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(); }); })();