Bonnie Cash/Getty Images

The federal government is preparing for what appears to be an imminent shutdown after President Donald Trump and congressional leaders failed to find budgetary compromise in meetings convened on Monday (Sept. 29).
Courtesy of Steph Kumar
Christopher Goodney/Bloomberg via Getty Images
Beyond the Bell: Navigating the Path to Public
function checkWidth() {
var screenWidth = window.innerWidth;
var isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
if (!isMobile && screenWidth < 800) {
location.reload();
}
}
window.addEventListener("resiz