ACV STAFF

Sasha Acuna, B.S., MPA

Community and Social Service Coordinator

Click image to view bio

Naomy Alvarado

Client Care Community Communication Specialist

Click image to view bio

Priscilla Kubas

Programs Director

Click image to view bio

Kathleen Lubanski

MN, RN, FNP, AGPCNP-BC (Retired)

Click image to view bio

Laura Mood, RN

Nurse Educator | COD Nursing Program

Click image to view bio

Paula Simonds

Executive Director

Click image to view bio

Cindy L. Tatsumi, MSN, RN-BC, HN-BC, PHN

Nurse Educator | COD Nursing Program

Click image to view bio

Elva Valtierra

Screening Center Programs Specialist

Click image to view bio

jQuery(document).ready(function ($) { $(document).on('click', '.profile-card', function (e) { var $card = $(this); // If the actual ElementsKit popup link was clicked, // let ElementsKit handle it normally. if ($(e.target).closest('a.ekit-team-popup').length) { return; } // Only activate the popup when the "View Bio →" // text or the existing profile content is clicked. var $clickedElement = $(e.target); var clickedBioText = $clickedElement.closest('.profile-card').find('*').filter(function () { return $.trim($(this).text()).toUpperCase() === 'View Bio →'; }).filter(function () { return $(this).is(':visible'); }); var clickedProfileContent = $clickedElement.closest('.profile-content').length; // Check whether the actual click occurred inside the // "View Bio →" element. var clickedBio = $clickedElement.closest('.profile-card').find('*').filter(function () { return $.trim($(this).text()).toUpperCase() === 'View Bio →'; }).is($clickedElement.closest('*')); if (clickedProfileContent || clickedBio) { e.preventDefault(); e.stopPropagation(); // Find this member's existing ElementsKit popup trigger. var $popupTrigger = $card.find('a.ekit-team-popup').first(); if ($popupTrigger.length) { $popupTrigger.trigger('click'); } } }); });