Skip to content

En Español

Parents Upcoming Events

CW provides an array of support services to help each student to succeed.

Congratulations Parents, Guardians and Families!

We are available to assist you with your student’s transition to college as they organize appointments, visit with CW staff and take advantage of the services available throughout the college. If you have any questions or concerns, please feel free to contact us at 914.831.0200 or admissions@cw.edu.

As a quick guide, you can review the information provided on this page and become familiar with college events and the CW academic calendar.

Scholarship Open House »
December 7th, 2024

Jumpstart

JumpStart »
Early College Credits

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