@charset "utf-8";
/* CSS Document */

#gnav {
	display: none;
}

header #menuBtn {
	display: none;
}

#default_title {
	display: none;
}

#sb-site header h1 img {
   width: inherit !important;
}

#content {
	max-width: 904px;
	margin: 0 auto;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

#foot_nav {
	display: none;
}

#copyright {
	padding: 1rem !important;
	background: #000000 !important;
	text-align: center !important;
	color: white !important;
	font-size: 11px !important;
}

#utility {
	border-top: none !important;
}

/* 768px */
@media screen and (max-width: 768px){
	#content {
		width: 100%;
	}
}
