/* Required for just the Program portal, hence the high specificity.
Hide tracks on agenda info page, hide the home navigation on the navbar, hide navbar completely on the program page
All inside an :is() to allow Firefox to gracefully ignore :has() */
html:has(head link[href*="EventsAIR_QuickEventWebsitePortal"]) div:has(> .agenda-track),
html:has(head link[href*="EventsAIR_QuickEventWebsitePortal"]) .agenda-track,
html:has(head link[href*="EventsAIR_QuickEventWebsitePortal"]) ul.nav.navbar-nav li:nth-of-type(1),
html:has(head link[href*="EventsAIR_QuickEventWebsitePortal"]) body:has(button[onclick="downloadManager.download(urls.DownloadAgenda)"]) div.navbar:has(ul.nav.navbar-nav li:nth-of-type(2).active)
{
display:none!important;
}
