body:before,
body:after {
	display: none;
}

.main-header { background-color: #73000a; }
.branding { background-color: #000; }

#logo a {
	background-image: url('../img/usc_logo_horizontal_rgb_k_rev.svg');
}

#search-desktop .submit { 
	background-color: inherit;
    color: transparent;
}
	#search-desktop:hover .submit, 
	#search-desktop.hover .submit,
	#search-desktop .submit:focus {
		background-color: #000;
		color: #FFF;
	}