/* Basics */
	#custom #o1 #o2 h1#header { text-transform: none; font-family: "Open Sans Condensed Bold"; font-size: 44px; }
	#custom #o1 #o2 h1,
	#custom #o1 #o2 h2,
	#custom #o1 #o2 h3,
	#custom #o1 #o2 h4
		{ color: black; }
	body.editMode #storyMetaDataPanel { display: block; margin-top: 25px; padding: 50px; background-color: var(--casgraylight); }

/* More News */
	#MoreNews { margin-bottom: 25px; }
	#MoreNews .OtherNewsArticle { clear: both; margin-bottom: 20px; }
	#MoreNews .OtherNewsArticle img { width: 25%; float: left; }
	#MoreNews .OtherNewsArticle .newsArticleBody { margin-left: calc(25% + 10px);  word-break: break-word; font-size: 17px; }
	#MoreNews .OtherNewsArticle .newsText { display: none; }

/* Quick Links */
	/* HIDDEN FOR NOW */
	#QuickLinks { display: none; }
	#QuickLinks { background-color: var(--casgraylight); padding: 20px; margin-bottom: 25px; }
	#QuickLinks .QuickLink { padding: 5px 0; }
	#custom #o1 #QuickLinks .QuickLink a { font-size: 17px; }
	#custom #o1 #QuickLinks .QuickLink a::before{ background-color: black; border-radius: 1em; content: " "; display: inline-block; height: 0.25em; margin: 0.25em; width: 0.25em; }

/* Hide Rollup in Edit */
	#fullRollupImage { display: none; }