.page-layout-menu-overlap #masthead {
  background: transparent;
  border-bottom: transparent;
}

.main-navigation ul a {
  font-weight: 600;
  color: #fff !important;
}

#masthead.sticky-menu {
  transition: background .4s ease-in-out !important;
}

#masthead.sticky-menu.floating {
  background: #003764 !important;
}

#header-search input[type=search]{
	color: #fff;
  background: rgba(0, 49, 90, 0.75);
}
#colophon .widgets .widget-title {
  color: #fff;
  font-weight: 600;
}

.widget-area .widget ul.menu a {
  color: #595959;
}

#colophon .widget-area .widget_recent_entries ul li a {
  color: #eaeaea;
}

#colophon .widget-area .widget_recent_entries ul li a:hover {
  text-decoration: underline;
}

#colophon .widget-area .widget_recent_entries ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}