.wd-site-header {
	background-color: #777;
	display: block;
	font-family: lato, sans-serif;
	/* max-height: 200px; */
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index: 1;
}

.sodb-banner {
	height: 0;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.wd-site-header .header-icon {
	display: block;
}

.wd-site-header .wd-site-title {
	background-color: rgba(0, 0, 0, 0.3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 3px 20px;
	width: 100%;
	text-shadow: 0px 1px 3px #333;
}

.sodb-banner .wd-site-title {
	position: absolute;
	bottom: 0;
}

.wd-site-title a {
	color: #fff;
	text-decoration: none;
}

.isu-red-ribbon .sub-title.site-title {
	margin-top: 18px;
}