@charset "utf-8";
.bg-site {
	background-color: #A0AF52;
}
#header {
	height: 0 !important;
	min-height: 0 !important;
	background: #41454F;
}
@media screen and (min-width: 800px) {
	#utility a {
		padding: .375rem .75rem;
		font-size: 1rem;
		color: #41454F;
		background: #ffffff;
		text-decoration: none;
		display: inline-block;
		margin-top: 6px;
		margin-right: 2rem;
		border-radius: 4px;
	}
}
@media screen and (min-width: 1000px) {
	#utility a {
		margin-top: 9px;
	}
}
#footer-social a {
	display: inline-block;
}