Resources

Annual Reports

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

Annual Reports - Documents
April 14, 2021

2020 Annual Report (Hong Kong)

Annual Reports - Documents
April 14, 2021

2020 Annual Report (Mountain Desert)

Annual Reports - Documents
April 14, 2021

2020 Annual Report (Northern California)

Annual Reports - Documents
April 13, 2021

2020 Annual Report (Midwest)

Annual Reports - Documents
April 13, 2021

2020 Annual Report (New England)

Annual Reports - Documents
April 12, 2021

2020 Annual Report (Greater Philadelphia)

Annual Reports - Documents
April 8, 2021

2020 London Annual Report

Annual Reports - Documents
April 1, 2021

2021 Carolinas Annual Report

Annual Reports - Documents
March 16, 2021

2020 Ontario Annual Report

Annual Reports - Documents
March 16, 2021

2020 Gulf Coast 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"); });