Skip to content

Students consider the CW community like family and agree that the caring environment contributes to their success. That’s because we see each student as the individual they are with unique goals and abilities.

Make an appointment that works for YOU!  Meet us
one-on-one via zoom, phone, or in-person. Click here!

For more information, you can fill out the form!

We truly appreciate your ambition to create the career you desire!

  • Success Coaches, Academic Advisors and Career Counselors are there for YOU!
  • Caring, experienced faculty and staff!
  • Flex schedule means you have options!
  • Programs are Career-Focused!
  • Scholarships are available for students like YOU!
  • We offer a very generous credit transfer policy!
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'); } }); }); });