/* Wiley */
	.liveagent-block-content { height: 0; max-height: 0; }
	.liveagent-block-content img { position: absolute; right: 80px; top: 20px; }
	@media (max-width: 680px) {
		.liveagent-block-content {
		    display: none;
		}
	}

/* Social Sidebar Shenangians */
	#currentNavSocial { min-height: 84px; }
	.socialByUnit { display: none; }

/* Sidebar Alumnus */
	.profileAlumnusSidebarItem .currentNavAlumTitle::before { font-size: 10px; letter-spacing: 2px; margin-bottom: 5px; text-align: center; display: block; }
	.profileAlumnusSidebarItem { display: none; border: 2px solid var(--udblue); background-color: white; padding: 20px; margin-bottom: 30px; }
	.profileAlumnusSidebarItem img { width: 80px; margin: 0 20px 20px 0; float: left; }
	.profileAlumnusSidebarItem .profileAlumnusSidebarName { font-size: 18px; font-weight: 700; }
	.profileAlumnusSidebarItem .profileAlumnusSidebarName,
	.profileAlumnusSidebarItem .profileAlumnusSidebarJobTitle
		{ margin-left: 100px; }

/* No Quick Links in News */
	#OmniPageLeft #QuickLinks { display: none; }
	#custom #o1 #o2 #MoreNews h2 { margin-top: 0; }

/* Profile alumnus on PROFESSIONAL DEGREE PROGRAMS - /masters-programs/academic-programs/professional-degree-programs */
	#custom .profileAlumnusItem { display: none; width: calc(33% - 25px*2); float: left; padding: 25px; }
	#custom .profileAlumnusItem img { width: 100%; }
	@media (max-width: 400px) {
		#custom .profileAlumnusItem { width: auto; float: none; }
	}

/* Bios Updates */
	#custom .CAS_BioList-Item { font-size: 16px; }