Manual Click Test
Higher education is important for the advancement of Latinos because it is the direct pipeline into our nation's leadership, our nation's health systems, etc.
Click card to flip.
var card = document.querySelector('.card'); card.addEventListener( 'click', function() { card.classList.toggle('is-flipped'); });