.logo {
	max-width:12% !important;
	position: relative;
    top: 4px;
}
.button-green {
	background-color: #FFD700;
    color: #02528A !important;
}
.utility-header {
	background:#FFD700 !important;
}
#header .utility-header ul.sub-menu a {
	color:white !important;
}
#header .utility-header a {
	color:black !important;
}
.page-header h1 {
	color:white !important;
}

hr {
	background:#02528A !important;
}
.main-header {
	box-shadow: 2px 11px 14px rgba(0, 0, 0, 0.1) !important;
}
.page-template-default>.sticky {
	border-bottom:1px solid white !important;
}


@media screen and (max-width: 700px) {
	.logo {
		max-width:30% !important;
		position: relative;
		top: 4px;
	}
}