#searchBar .search-query {

	background: #fff;

	border-color: transparent;

	box-shadow: none;

	color: #fff;

}

#docsSearch {

	height: 220px;

	background: url(https://dorworks-public.s3.us-gov-west-1.amazonaws.com/dorworks-hero.jpg) no-repeat center 30% / cover transparent;

	border-bottom: none;

	padding-top: 75px;

	position: relative;

	top: -1px;
	
	color: #fff;

}

#searchBar .search-query {

	background: #fff;

	border-color: transparent;

	box-shadow: none;

	color: #000;

}

#searchBar button {

	background: #1f5885;

	border-color: transparent;

}

#searchBar button:hover {

	background: #379dbe;

	border-color: transparent;

}