/* move the pen icon (to edit the utility nav) away from the search icon */
body.user-logged-in #block-qsci-utilitynavigation .contextual {
	right: 30px;
}

body.user-logged-in .search-wrapper {
	top: 97px !important;
}

body.user-logged-in header.site-header {
	top: 78px !important;
}

body.user-logged-in nav.contextual-region {
	position: static !important;
}

body.user-logged-in #block-qsci-main-menu .contextual .trigger {
	top: 100px;
	right: 90px;
}

body.user-logged-in #block-qsci-utilitynavigation .contextual .trigger {
	top: 0;
	right: 100px;
}


@media only screen and (max-width: 1198.99px) {
	body.user-logged-in .search-body-overlay {
		top: 175px !important;
	}

	body.user-logged-in .search-wrapper {
		top: 234px !important;
	}

}