Resources

Annual Reports

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

Annual Reports - Documents
April 19, 2021

2020 Annual Report (Chicago)

Annual Reports - Documents
April 19, 2021

2020 Annual Report (Puerto Rico)

Annual Reports - Documents
April 19, 2021

2020 Annual Report (Virginia)

Annual Reports - Documents
April 19, 2021

2020 Annual Report (America Latina)

Annual Reports - Documents
April 19, 2021

2020 Annual Report (Greater Maryland)

Annual Reports - Documents
April 19, 2021

2020 Annual Report (Southern California)

Annual Reports - Documents
April 19, 2021

2020 Annual Report (Korea)

Annual Reports - Documents
April 19, 2021

2020 Annual Report (Western Canada)

Annual Reports - Documents
April 19, 2021

2020 Annual Report (Malaysia)

Annual Reports - Documents
April 16, 2021

2020 Annual Report (Wisconsin)

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