Skip to content

I Can Help You….

Get an Appointment »

Tradition. Affordability. Results. CW combines a century of student-centered learning with career-focused programs that help prepare you for what’s next.

At The College of Westchester, these three words define who we are and what we deliver. For over a century, our tradition of personalized education and student support has created a community where every Warrior can thrive. Our commitment to affordability ensures that students and families can pursue a high-quality education with access to scholarships, grants, and flexible financial options.

Most importantly, we focus on results, helping our graduates build successful careers through career-focused programs, dedicated faculty, and strong employer connections.

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