Webinars

SHLB Webinars

As your go-to resource for community anchor institution broadband, the SHLB Coalition is proud to host webinars featuring key industry leaders and researchers to discuss relevant broadband issues.

The most recently recorded webinar is available to the public for a month following its air date, but SHLB members may access the full archive of webinars through our online resource library.

SHLB webinars are free and open to the public.


2025 Recordings

Debriefing the SCOTUS USF Oral Arguments
Supreme Court & Universal Service: What’s at Stake?
Should Congress Repeal the FCC’s E-Rate HotSpot Lending Decision?
Navigating Broadband Policy During the Trump Administration

November 13, 2024- Broadband Policy after the Election: What to expect from Congress and the next Administration?

September 25, 2024- Universal Service Reform After the Fifth Circuit Consumers' Research Decision

September 11, 2024- Preparing for the FCC's Cybersecurity Funding Opportunity 

August 28, 2024- E-rate HotSpot Lending - Answering Your Questions

August 14, 2024- Decoding the 5th Circuit’s Decision on the USF

July 2024-The E-rate HotSpot Opportunity: Interpreting the FCC's HotSpot Lending Order for Schools and Libraries

February 2024- How Libraries Can Upgrade Their Internet Through the BEAD Program

You can view more past webinars here and here.


SHLB webinars are supported by the following corporate sponsors

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 //custom script to render one h1 tag on home page for on-page seo. Please do not remove.