Skip to content

Justin C. Brasch to Deliver Keynote Address at The College of Westchester’s Class of 2026 Commencement Ceremony

White Plains, NY — The College of Westchester is proud to announce that Mayor of White Plains Justin C. Brasch will deliver the keynote address at its 110th Commencement Ceremony to the Class of 2026.

Justin C. Brasch was elected Mayor of White Plains in November 2025 and took office on January 1, 2026, continuing a decades-long commitment to public service. His administration is focused on enhancing quality of life through priorities such as expanding affordable housing, improving public safety, advancing sustainability, and developing an intergenerational community center.

A White Plains resident since 2003, Brasch brings a diverse background in law, government, and community leadership. He is a graduate of Hunter College High School, Williams College, and the Benjamin N. Cardozo School of Law, and previously worked as a partner in a New York City law firm. His public service includes roles on local advisory committees, the White Plains Common Council—where he served as president—and involvement with numerous nonprofit and civic organizations.

Full biography here >>

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });