/* Reduce white space around the logo */
header#masthead .hgroup {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}.logo img {
    max-height: 150px !important;
    width: auto !important;
}/* Taller header */
#masthead .hgroup {
    padding: 35px 0 !important;
}.main-navigation {
    background: #ffffff !important;
}/* Hide search in Vantage menu/header */
#search-icon,
.main-navigation .search-icon,
.main-navigation .menu-search,
.main-navigation .search-form {
    display: none !important;
}/* Remove underlines from all links */
a,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}