section.topbanner {
	top: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: .8rem;
    z-index: 1040;
   	transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

section.topbanner .container {
	padding: .5rem;
}


.hide-navbar:not(.search-form-open):not(.mobile-nav-open) .has-topbanner .navbar:not(:hover) {
	top: 0;
}

.hide-navbar:not(.search-form-open):not(.mobile-nav-open) .has-topbanner .topbanner:not(:hover) {
	transform: translateY(-100%);
}

.has-topbanner .navbar {
	position: static;
	border-top: solid 1px #EDEDED;
}

.mobile-nav-open .has-topbanner .navbar {
	position: fixed;
}