Dymally Institute

Mervyn M. Dymally

Welcome to the website of The Mervyn M. Dymally African American Political and Economic Institute.

Here you will find information about the Dymally Institute’s events, programing, and service in the community.

I believe it is the responsibility of government to assist those citizens in need to become productive members of our society.
- Mervyn M. Dymally

var acc = document.getElementsByClassName("expand"); var i; var content = document.getElementsByClassName('expand-content')[0]; for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function() { this.classList.toggle("active"); if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); } function displayMenu(x) { if (x.matches) { content.style.display = "block"; } else { content.style.display = "none"; } } var x = window.matchMedia("(min-width: 1040px)") displayMenu(x) x.addListener(displayMenu)