#wrapper-body-classes.subsite #headings-www {
    display: block;
}
#footer-lists {
	display: none;
}
#footer-def {
    display: none;
}
 @media (prefers-color-scheme: dark) {
	 header #headings-www {
		 background: #0a0a0a !important;
	}
	 header #headings-www.stick {
		 background: #0a0a0a !important;
	}
	 header #header-lockup a {
		 color: #fff !important;
	}
}
 @media (prefers-color-scheme: light) {
	 header #headings-www {
		 background: #fff !important;
	}
	 header #headings-www.stick {
		 background: #fff !important;
	}
	 header #header-lockup a {
		 color: #333 !important;
	}
}