Resources

Annual Reports

This area is a repository for member only documents (only accessible by current members after logging in).

Annual Reports - Documents
September 25, 2023

2022 Ireland Network Annual Report

Annual Reports - Documents
September 15, 2023

2022 LatAm Network Annual Report

Annual Reports - Documents
June 22, 2023

2022 IWIRC Virginia Annual Report

Annual Reports - Documents
June 21, 2023

2022 Brazil Annual Report

Annual Reports - Documents
June 20, 2023

2022 Southern Africa Annual Report

Annual Reports - Documents
June 9, 2023

2022 Washington DC Annual Report

Annual Reports - Documents
May 30, 2023

2022 Central Ohio Network Annual Report

Annual Reports - Board Resources - Documents
May 16, 2023

2022 Carolinas Annual Report (with 990-N)

Annual Reports - Documents
May 16, 2023

2022 Florida Annual Report

Annual Reports - Documents
May 16, 2023

2022 Dallas / Fort Worth Annual Report

/*umx-dollar-fix*/window.$ = window.$ || window.jQuery; // REVEAL SPONSOR BIO // Open $(document).on('click', '.sponsor .sponsor-card .sponsor-title .sponsor-open', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-card').addClass('hide'); $sponsor.find('.sponsor-info').removeClass('hide'); }); // Close: return to initial state $(document).on('click', '.sponsor .sponsor-info .sponsor-close', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-info').addClass('hide'); $sponsor.find('.sponsor-card').removeClass('hide'); }); // REMOVE PROFILE PHOTO LINK $(document).ready(function() { $(".um .um-profile-photo a.um-profile-photo-img").removeAttr("href"); });