Skip to content

MERRY HOLIDAYS!

It’s hard to believe the holidays are upon us.  It is always a very busy, and often stressful time of the year for many, but I hope that everyone finds the time to slow down and enjoy the holidays.  My goal this time of the year, especially, is to be thankful for my family and friends and to truly enjoy their company.  I wish the same for you.

The holiday season is also a special time at CW. There is excitement in the air and reflection as the year closes. Wishing you and the ones you hold dear, a very happy, blessed and safe holiday! Good health and happiness in 2017 and always!

http://www.cw.edu/holidaycheer

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