
#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #777;
}
#searchBar button {
	background: #284874;
	border-color: transparent;
	color: #fff;
}
#searchBar button:hover {
	background: #FF9B64;
	border-color: transparent;
	color: #fff;
	transition: background-color 200ms linear;
}

body {
       font-family: 'Montserrat', sans-serif;
       color: #808080;
}

.articleFoot time.lu {
    display:none;
}

#docsSearch h1 {
     font-family: 'Montserrat', sans-serif;
     color: #000000;
}
