Skip to content

En Español

Undergraduate Open House & Events

Visit CW and learn about your transition into college at an upcoming event!

Let us help you empower your future!

We are available to assist you with your transition to college. As you organize your appointments, visit CW and take advantage of the services available throughout the college. If you have any questions or concerns, please feel free to call us at 914-331-0853.

Join Us!

Jumpstart

JumpStart »
Early College Credits

Free Workshop Series »
For HS Students

Scholarship Open House »
October 12th, 2024

Scholarship Open House »
October 26th, 2024

Scholarship Open House »
November 16th, 2024

Scholarship Open House »
December 7th, 2024

Academic Calendar »

Directory of Services for Students »

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