Resources

Annual Reports

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

Annual Reports - Documents
May 10, 2022

Western Canada 2021 Annual Report

Annual Reports - Documents
May 10, 2022

SoCal 2021 Annual Report

Annual Reports - Documents
May 10, 2022

Puerto Rico 2021 Annual Report

Annual Reports - Documents
May 10, 2022

NorCal 2021 Annual Report

Annual Reports - Documents
May 9, 2022

New Jersey 2021 Annual Report

Annual Reports - Documents
May 9, 2022

Midwest 2021 Annual Report

Annual Reports - Documents
May 9, 2022

Mexico 2021 Annual Report

Annual Reports - Documents
May 9, 2022

Malaysia 2021 Annual Report

Annual Reports - Documents
May 9, 2022

KIT 2021 Annual Report

Annual Reports - Documents
May 9, 2022

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