Announcements

Annual Rooftop Joint Event

May 9, 2016

On May 9, 2016, from 6:00 p.m. to 8:00 p.m., the Network co-sponsored an event on Arnold & Porter’s rooftop deck at 601 Massachusetts Ave, NW Washington, DC 20001. Cocktails and hors d’oeuvres were served, and the event was well-attended. The members met some new faces and enjoyed networking on a beautiful day with a great view!

Create new relationships with other service professionals & clients.

We provide a range of practice development and networking opportunities that enhance your professional stature within an open and friendly culture.

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