var breeze_prefetch = {"local_url":"https:\/\/awakenpittsburgh.org","ignore_remote_prefetch":"1","ignore_list":["http:\/\/awakenpittsburgh.org\/","http:\/\/awakenpittsburgh.org\/support\/","http:\/\/awakenpittsburgh.org\/about\/team\/","http:\/\/awakenpittsburgh.org\/why\/","http:\/\/awakenpittsburgh.org\/programs\/teams-organizations\/public-safety\/","wp-admin","wp-login.php"]};
var __CONFIG__ = {"serverTimestamp":1763485690,"currentUser":{"user_login":false,"user_email":false,"user_level":false,"user_firstname":false,"user_lastname":false,"display_name":false,"ID":0,"roles":[]}};
Awaken Pittsburgh to Become New Steward for ICT Training and Community Circles, Expanding Accessible Mental Wellness Initiatives
PITTSBURGH, PA — October 21, 2025: Awaken Pittsburgh, a leader in mindfulness and social-emotional programs, announced it is assuming stewardship of the entire programmatic stream of Integrative Community Therapy (ICT), pioneered by VHC in the United States. ICT is a community-based healing model first used in Brazil. This move secures the continuity and growth of VHC’s pioneering work as the organization concludes its operations.
The program adoption formalizes an existing partnership and brings ICT fully into Awaken Pittsburgh's expanding portfolio of services. This change ensures that the widely respected, community-based healing model remains a vital resource for individuals, organizations, and communities across the region and beyond.
Honoring VHC’s Legacy and Expanding Impact
Visible Hands Collaborative is the first organization in the United States to champion (or pioneer) Integrative Community Therapy as a mental health tool. ICT is a peer-facilitated, group-based model that empowers people to share lived experiences, listen deeply, and support one another in healing. Rooted in a Brazilian methodology, ICT effectively lowers barriers to mental health access by providing a no-cost, inclusive group process that requires no insurance, referrals, or professional credentials to lead.
Through this transition, Visible Hands’ ICT program, including the hosting of community healing circles and the training of new ICT facilitators, will now be managed and grown by Awaken Pittsburgh. This allows for the integration of ICT into a broader ecosystem of mindfulness and resilience initiatives, offering a balanced approach to inner awareness and collective connection.
"This is not just an administrative transfer; it's a profound commitment to continuing and honoring VHC's legacy and the transformative power of the ICT model," said Stephanie Romero, Executive Director of Awaken Pittsburgh. "By officially adopting ICT, we are ensuring its long-term health and strengthening the ways we help people heal, connect, and thrive together through accessible, community-driven practice."
Seamless Continuity for Participants
Current participants, partners, and trained facilitators of the Visible Hands Collaborative ICT program can expect seamless continuity of operations. Awaken Pittsburgh is dedicated to leveraging its existing infrastructure and reach to sustain the current programs and expand ICT into new communities, creating an even broader impact.
"The decision for VHC to conclude its operations came with the clear goal of finding a stable, mission-aligned home for ICT to flourish," said Dr. Ken Thompson. "Awaken Pittsburgh’s commitment to community, their existing network of trained ICT facilitators, and their administrative strength make them the ideal stewards to carry this program forward. We are confident that ICT will continue to grow, providing accessible spaces of healing and belonging for years to come."
Awaken Pittsburgh invites community members, partners, and supporters to join in celebrating this new chapter of community-driven well-being by learning more about the future of Integrative Community Therapy via Awaken Pittsburgh at https://www.visiblehandscollaborative.or
About Awaken Pittsburgh
Awaken Pittsburgh is a nonprofit organization dedicated to fostering well-being, empathy, and compassion in individuals and organizations through evidence-based mindfulness programs. Learn more atawakenpittsburgh.org.
About Visible Hands Collaborative
Visible Hands Collaborative has been a leader in pioneering Integrative Community Therapy in the United States by partnering with community organizations, health care systems, and neighborhoods to build resilience, connection, and collective healing.
For more information, please contact:
Stephanie Romero, Ed.D
Executive Director
Awaken Pittsburgh
Email: sromero@awakenpittsburgh.org
Phone: (412) 436-9253
###
Awaken Pittsburgh fosters well-being, empathy, and compassion for all by teaching and encouraging mindfulness and meditation practices.
GET THE RIPPLE EFFECT
DELIVER TO YOUR INBOX ✉️
SUBSCRIBE TO NEWSLETTER
x
Thanks to QuestionPro for providing us free survey templates for running multiple types of surveys. It aids in strengthening our nonprofit family.
jQuery(function(){
// Images
//begin updates to alternate text, title, and aria-label if needed only
var imgCnt = 1;
jQuery('img').each(function () {
var curAlt = jQuery(this).attr('alt');
var curTitle = jQuery(this).attr('title');
var curAriaLbl = jQuery(this).attr('aria-label');
var curImgPrnts = jQuery(this).parents().map(function () {
return this.tagName;
})
.get()
.join(', ');
//no alt text or empty alt text or undefined
if (!curAlt || curAlt === '' || curAlt === 'undefined') {
jQuery(this).attr('alt', ''); //decorative
if (curImgPrnts.includes('A,') || curImgPrnts.includes(' A ')) {
jQuery(this).attr('alt', 'Image link #' + imgCnt);
if (!curTitle || curTitle === '' || curTitle === 'undefined') {
} else {
jQuery(this).attr('title', curTitle);
}
if (!curAriaLbl || curAriaLbl === '' || curAriaLbl === 'undefined') {
if (!curTitle || curTitle === '' || curTitle === 'undefined') {
} else {
jQuery(this).attr('aria-label', curTitle);
}
} else {
/*add it back in*/
jQuery(this).attr('aria-label', curAriaLbl);
}
} else {
//if empty then should not contain title or aria-label
jQuery(this).removeAttr('aria-label');
jQuery(this).removeAttr('title');
}
} else {
//alt present so we should leave alt alone
jQuery(this).attr('alt', curAlt);
//if title present add an aria-label as well
if (!curTitle || curTitle === '' || curTitle === 'undefined') {
}
else {
/*Add title back in*/
jQuery(this).attr('title', curTitle);
//first check to make sure it doesn't already have aria-label
if (!curAriaLbl || curAriaLbl === '' || curAriaLbl === 'undefined') {
jQuery(this).attr('aria-label', curTitle);
} else {
/*add it back in*/
jQuery(this).attr('aria-label', curAriaLbl);
}
}
}
imgCnt++;
});
//end updates to alternate text, title, and aria-label if needed only
var h1Cnt = 0;
jQuery("h1").each(function () {
h1Cnt++;
});
if(h1Cnt == 0){
jQuery("#main").prepend('<div role="region" aria-label="Main Heading"><h1 class="sr-only">' + jQuery("title").html() + '</h1></div>');
}
/*shortcut not contained within previous navigation container - setup for unique landmark*/
jQuery("#wp-toolbar").removeAttr("role").removeAttr("aria-label");
jQuery("#wpadminbar").attr("role", "navigation");
jQuery("#wpadminbar").attr("aria-label", "Toolbar");
var navCnt = 1;
jQuery("nav").each( function(){
jQuery(this).attr("aria-label","Navigation Menu #"+navCnt);
navCnt++;
});
//location map
jQuery('iframe').each(function(){
var curTarget = String(jQuery(this).attr('src'));
if(curTarget.includes('google') && curTarget.includes('map')){
jQuery(this).attr('aria-label','Google Map');
}
});
//remove role from ul, li, buttons, and a = you can't change the default purpose on these without changing all the others
setTimeout(function(){
jQuery('#menu-desktop-menu').removeAttr('role');
jQuery('#menu-desktop-menu').find('a').each(function(){
var curRole = String(jQuery(this).attr('role'));
if(curRole.includes('menuitem')){
jQuery(this).removeAttr('role');
}
});
jQuery('#menu-desktop-menu').find('button').each(function(){
var curRole = String(jQuery(this).attr('role'));
if(curRole.includes('menuitem')){
jQuery(this).removeAttr('role');
}
});
jQuery('#menu-desktop-menu').find('li').each(function(){
var curRole = String(jQuery(this).attr('role'));
if(curRole.includes('none')){
jQuery(this).removeAttr('role');
}
});
},1200);
//fix discernible links
var curCnt = 1;
jQuery('body').find('a').each(function(){
var curContent = String(jQuery(this).html());
var curhref = String(jQuery(this).attr('href'));
if(curContent === ''){
if(curhref === ''){
jQuery(this).append('<span class="sr-only">Link #'+curCnt+'</span>');
}else{
jQuery(this).append('<span class="sr-only">Link: '+curhref+'</span>');
}
}
});
setTimeout(function(){
jQuery('a[data-brz-link-type="external"]').each(function(){
jQuery(this).attr('aria-label','opens in new window or tab').attr('role','button');
});
}, 1500);
});
( function ( body ) {
'use strict';
body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' );
} )( document.body );
var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};