/* Recolor search toggle/button elements from red to secondary grey */
.search-toggle,
.search-toggle *,
.search-submit,
.search-submit *,
.search-button,
.search-button * {
    color: #6d6d6d !important;
    fill: #6d6d6d !important;
    border-color: #6d6d6d !important;
}

/* Hide potential classes that might be used for 'Start Here' buttons */
.start-here-button,
.menu-item-start-here {
    display: none !important;
}
