Resources

Annual Reports

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

Annual Reports - Documents
March 3, 2023

2022 New York Annual Report

Annual Reports - Documents
March 2, 2023

2022 Scotland Annual Report

Annual Reports - Documents
February 14, 2023

2022 Louisiana Network Annual Report

Annual Reports - Documents
February 10, 2023

2022 Minnesota Annual Report

Annual Reports - Documents
October 13, 2022

Ireland 2021 Annual Report

Annual Reports - Documents
June 10, 2022

China 2021 Annual Report

Annual Reports - Documents
May 17, 2022

Delaware 2021 Annual Report

Annual Reports - Documents
May 11, 2022

Brazil 2021 Annual Report

Annual Reports - Documents
May 10, 2022

Western PA 2021 Annual Report

Annual Reports - Documents
May 10, 2022

Michigan 2021 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"); });