#masthead {
	margin: 0;
	position: relative;
	padding: 0;
}
#masthead .difs_logo {
	display: inline-block;
	height: auto;
	margin: 0 1em;
	max-width: 128px;
}
#masthead .site-branding {
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	font-size: 1.428em;
	margin: 0;
	padding: 20px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#masthead .site-branding h1 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
}
#masthead .site-description {
	color: #fff;
	display: block;
	font-size: 0.857em;
	margin: 0;
	opacity: 0.5;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
	text-transform: none;
	width: 100%;
}
body.difstheme_header_aqua #masthead .site-branding {
	background: #26d0ce;
	background: linear-gradient(to bottom, #26d0ce 0%,#1a2980 100%);
}
body.difstheme_header_black #masthead .site-branding {
	background: #2f2f2f;
	background: linear-gradient(to bottom, #2f2f2f 0%,#0f0f0f 100%);
}
body.difstheme_header_blue #masthead .site-branding {
	background: #278ae8;
	background: linear-gradient(to bottom, #278ae8 0%,#006de2 100%);
}
body.difstheme_header_green #masthead .site-branding {
	background: #52b152;
	background: linear-gradient(to bottom, #52b152 0%,#2b8200 100%);
}
body.difstheme_header_orange #masthead .site-branding {
	background: #ef9300;
	background: linear-gradient(to bottom, #ef9300 0%,#ff3f00 100%);
}
body.difstheme_header_purple #masthead .site-branding {
	background: #a0085e;
	background: linear-gradient(to bottom, #a0085e 0%,#4d0454 100%);
}
body.difstheme_header_sky #masthead .site-branding {
	background: #49c0f0;
	background: linear-gradient(to bottom, #49c0f0 0%,#2cafe3 100%);
}
body.difstheme_header_transparent #masthead .site-branding {
	background: transparent;
	min-height: 90px;
	-ms-word-break: normal;
	word-break: normal;
	word-break: normal;
	-webkit-hyphens: normal;
	-moz-hyphens: normal;
	hyphens: normal;
	padding: 35px;
	text-shadow: 2px 2px 7px rgba(0,0,0,0.5);
	white-space: nowrap;
}
body.difstheme_header_transparent #masthead .site-description {
	text-align: center;
	width: 100%;
}
body.difstheme_header_transparent #masthead .site-branding h1 {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
body.difstheme_header_white #masthead .site-branding {
	background: #fff;
}
body.difstheme_header_white #masthead .site-branding,
body.difstheme_header_white #masthead .site-branding h1,
body.difstheme_header_white #masthead .site-branding h1 a {
	color: #777;
	text-shadow: none;
}
body.difstheme_header_white #masthead .site-description {
	color: #333;
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	body.difstheme_site_description_top #masthead .site-description {
		bottom: 100%;
		float: none;
		position: absolute;
		right: 0;
		text-align: right;
	}
}
@media screen and (max-width: 768px) {
	#masthead {
		margin: 0;
	}
	#masthead .site-branding {
		border-radius: 0;
		font-size: small;
		padding: 25px;
	}
}