Skip to content

Welcome High School Partners!

The CW Higher Education Team is energized and motivated to meet your high school students.

We know you care deeply about all of your students and that you play in integral role in supporting them throughout their time at your high school. At CW, we will collaborate with you to help students in their decision-making process so that each individual can reach their full potential.

It is our mission to help every student feel welcomed, connected and part of our CW Warrior family.

With a keen eye on equal access and affordability, CW continues to offer the Empower Scholarship Award and other scholarship offerings and our free Jump Start program.

Contact Us:

Call: 914-831-0207
Click: cw.edu/bookcw

Is a Rewarding Career in Business, IT or Health Professions Right For You? Get More Info…

If you’re interested in learning more about careers in Business, IT or Health Professions and exploring if The College of Westchester is right for you, fill out the form on this page to receive more information.

For immediate questions, call 1-833-768-2842.

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