.main-navigation ul li:hover > a {
	background: #1874db;
	color: #FFFFFF;
}

.main-navigation ul ul li:hover > a {
	background: #1874db;
	color: #FFFFFF;
}

#search-icon #search-icon-icon:hover {
	background-color: #1874db;
}

header#masthead {
	background: #fcfcfc;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 15px;
}

header#masthead hgroup {
	position: relative;
	
	margin-bottom: 10px;
	margin-top: 10px;
}

#colophon #theme-attribution,
#colophon #site-info { display:none; }


#footer-widgets .widget a {color:#1870d3; }