Skip to content

CW signs a Memorandum of Understanding with the National Black Chamber of Commerce

CW signed a Memorandum of Understanding with the National Black Chamber of Commerce (NBCC) on March 21, 2017 at the Washington, D.C. headquarters of the NBCC by CW president Mary Beth Del Balzo and NBCC president Harry C. Alford.  The Memorandum of Understanding to work together in partnership was signed to facilitate the continuing education and professional development of NBCC members toward the goal of improving their business operations and outcomes, and enriching the lives of its members.

Click here to read full Press Release

Click here to view all news stories
 

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