.search-header {
	background-image: url("/images/search-header-v1.png");
	background-position: right top;
}

.search-header span:first-child,
.search-form .search-block-title span:first-child {
	color: #ffcd50;
}

.has-select-fullwidth span {
	display: flex;
	width: 100%;
}

.scroll-down-button {
	height: 1.4rem !important;
	background: linear-gradient(#ffffff, #d0d0d0) !important;
	color:#afafaf !important;
	border: none !important;
}

.scroll-down-button:hover {
	color: #5f5f5f !important;
}

.search-sub-footer {
	background-image: url("/images/sub-footer-bg.png");
	background-position: right top;
}

.site-footer {
	background-color: #161917;
	color: #888;
}

.rule {
	width:50%;
	height: 1px;
	color: #333;
	background-color: #333;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left:25% !important;
	margin-right:25% !important; }

.site-footer a
{
	color: #ccc;
}

@media screen and (min-width: 769px) {
	.takes-fixed-height { max-height: 65vh; }
}