Photo of Travis Litman

Travis Litman

Partner

Wilkinson Barker Knauer, LLP

Professional Bio

Travis Litman offers strategic advice and tactical advocacy for telecom and technology clients facing complex legal, policy, and legislative issues. Before leaving government, he was the Acting Chief of Staff of the Federal Communications Commission. In this role, he built and led Chairwoman Jessica Rosenworcel’s leadership team and played a key role in top FCC initiatives including emergency funding, universal service, broadband mapping, enforcement, and the agency’s budget and operations during the pandemic.

Prior to that role, he served as then-Commissioner Rosenworcel’s Chief of Staff and Senior Legal Advisor and held a variety of leadership and subject matter roles in the FCC’s Wireline Competition Bureau. During his many years at the FCC, he worked on a cross-section of high-profile agency matters, including universal service, large and small telecom transactions, accessibility, public safety, Open Internet, and consumer and competition issues. He also spent time on Capitol Hill as Counsel on detail to the Senate Committee on Commerce, Science, and Transportation. Before entering public service, Travis practiced communications law in Washington, DC.

Travis is a CIPP-certified privacy expert and a member of the Federal Communications Bar Association. He has a B.A. from Lewis & Clark College and a J.D. from the University of Colorado School of Law.

Organization Name

Wilkinson Barker Knauer, LLP
SHLB Logo

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