/* CSS Document */

/* Displays on Homepage, Intranet, and other Global sites */
#sos-alert{
	display: none;
	}

/* Displays on all sites but only if their sos-alert classes are set to none */
#sos-system, .system{
	display: none;
}

/* Displays on all sites but only if their sos-alert classes are set to none MUST BE SET TO INLINE-BLOCK */
#sos-system2, .system{
	display: none;
}

/* Displays on Homepage, Intranet, and other Global sites */
#sos-weather, .safety{
	display: none;
}

/* Displays on Homepage, Intranet, and other Global sites MUST BE SET TO INLINE-BLOCK */
#sos-weather2, .safety{
	display: none;
}