Skip to content

Matt Curtis

Position(s): Vice President of Enrollment Management

Department(s): HS Educators

914.831.0313 • MCurtis@cw.edu

Matt Curtis serves as the Vice President for Enrollment Management at The College of Westchester. In this role, he oversees the college’s enrollment strategies and with his team, help guide prospective students through the admissions process to help ensure they receive the support needed for academic success. ​

Throughout his tenure at CW, Matt has held several key positions, including Senior Director of Enrollment Management and Director of Admissions. His extensive experience in these roles has equipped him with a deep understanding of student recruitment and retention strategies. ​

Beyond his administrative duties, Matt actively participates in initiatives aimed at enhancing educational opportunities for young people. Notably, he played a pivotal role in CW’s collaboration with the White Plains Youth Bureau on Project Digital JumpStart. This program is designed to bridge the digital divide by providing high school students with essential digital skills and employment opportunities, thereby preparing them for success in today’s technology-driven job market. ​

As an Eastchester resident, Matt Curtis’s dedication to student success and his commitment to community engagement reflect his passion for education and his belief in empowering individuals through learning.

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'); } }); }); });