/* @import "_clay_variables"; */

* {
	font-size: 14px !important;
	color: yellow !important;
	background-color: black !important;
}

img {
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
}

a {
	font-size: 15px !important;
	color: yellow !important;
}

.portletTitleCircularIcon {
	display: none;
}

.portletTitleIconContainer {
	display: none;
}

.navMenuWrapper a {
	font-size: 13px !important;
	color: yellow !important;
}

.footer a {
	font-size: 13px !important;
	color: yellow !important;
}

.domainCategory {
	height: 75px;
}

.banner_census-families img {
	background-color: white !important;
}

li.level1.navTopMenu {
	padding: 5px 7px 0;
}

#highContrast {
	background-image: url("../images/high_contrast-inverted.png");
}

.selected {
	color: yellow !important;
}

.shortcutButtons {
	background: none;
}

.responsiveNavButton {
	background-image: url("../../images/responsive_btn-reverse.png")
}