/* Removed the uva logo from the block placed in this section. Updating height to match the Search section. */
.region-logo {
    height: 67px;
}

/* Remove orange top border */
.logo {
    border-top: none;
}

/* remove toop/bottom border from mobile "menu" label*/
.sf-accordion-toggle {
    border-top: none;
    border-bottom: none;
}

/* Yellow mobile hamburger menu */
#mobile-menu {
    background: url(/sites/embarkcva/files/styles/thumbnail/public/yellow-mobile-menu.png) 0px 0px no-repeat;
}

/* yellow back to top button */
#toTop {
	content:url('/sites/embarkcva/files/styles/thumbnail/public/yellow-to-top-button.png');
}