Skip to content

Lobbying for TAP in Albany

CW students, staff members and our president, Ms. Mary Beth Del Balzo travelled to Albany to encourage lawmakers to restore the maximum Tuition Assistance Program (TAP) award for students attending colleges that offer only two-year degree programs.

Our CW delegates were part of a group representing New York’s Association of Proprietary Colleges (APC), easily identified by their blue and white scarves. Students lobbying for TAP in Albany were Bequine Renee Clark, Kemique Jacobs, Muhammad Kham, Chantae Muschett, Stephen Payne and Ryan Williams. The lawmakers meeting our delegation included Senators Gustavo Rivera, George Latimer, and David Carlucci, as well as Assemblywoman Shelley Mayer.

Thank you to all the students and staff for making the effort to travel to Albany and encourage lawmakers to make TAP available to all students. 

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