Photo of Drew Garner

Drew Garner

Director of Policy Engagement

Benton Institute for Broadband & Society

Associations & Non-Profits

Professional Bio

Drew combines research, analysis, and storytelling to educate government officials and the general public about broadband policy. He helps lead Benton’s work on broadband affordability and serves as Deputy Director for the Broadband State Education Project, which gives community-led coalitions a powerful voice in state broadband investments.

Previously, Drew worked as the State Broadband Policy Advisor for Common Sense Media, and as a Broadband Legislative Fellow for Senator Tina Smith. He received a Masters in Public Policy from the University of Minnesota, and a Bachelor of Fine Arts from New York University.

Organization Name

Benton Institute for Broadband & Society
1041 Ridge Road Unit 214
Wilmette, IL 60091
United States
847.220.4531 https://www.benton.org/
SHLB Logo Associations & Non-Profits

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage