Skip to content

Become a CW Warrior – Shape Your Future!

A wealth of knowledge and practical insights!
CW Faculty members have advanced degrees and industry experience which helps to enrich your learning experience!

Flexible learning options help you get to the finish line!
Classes are offered in the Day, Evening, and Online.  You choose.

We Reward Your Hard Work!
Transfer up to 90 credits.  Save time and money and complete your degree!

Personal Attention!
You will have access to resources such as academic advising, career counseling, library research, tutoring, and mental health services.

We Cater to Busy People!
Life can be hectic, we understand!  You can visit us in person (we’d love to see you), via phone or virtually. Click here for Appointment!

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