@import url(../../../stylesheets/responsive.css);

@media screen and (max-width: 899px) {

	#header #quick-search {
		float: left;
		position: relative;
		left: 0px;
		border-top: 2px solid #eeeff3;
		border-right: 2px solid #eeeff3;
		margin: 5px;
	}

	#project-jump.drdn {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

}

@media screen and (max-width: 387px) {
	#header #quick-search {
		display: none;
	}	
}