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, 2025

2024 Dallas / Forth Worth Annual Report

Annual Reports - Documents
April 14, 2025

2024 Georgia Annual Report

Annual Reports - Documents
April 12, 2025

2024 Western Pennsylvania Annual Report

Annual Reports - Documents
April 11, 2025

2024 BVI Annual Report

Annual Reports - Documents
April 11, 2025

2024 Gulf Coast Annual Report

Annual Reports - Documents
April 11, 2025

2024 Connecticut Annual Report

Annual Reports - Documents
April 10, 2025

2024 New England Annual Report

Annual Reports - Documents
April 9, 2025

2024 Western Canada Annual Report

Annual Reports - Documents
April 7, 2025

2024 Michigan Annual Report

Annual Reports - Documents
April 4, 2025

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