﻿#looking-for-search-counts {
}

.looking-for-count {
	background-color: white;
	min-height: 115px;
	display: none;
}

#looking-for-search-counts .censuslandsurveys {
    background-position: 0 -383px;
}
#looking-for-search-counts .membertrees {
    background-position: 0 -1131px;
}
#looking-for-search-counts .otherrecords {
    background-position: 0 -383px;
}

#looking-for-no-results {
	display: none;
	min-height: 115px;
}

#looking-for-no-results h2 {
	margin-bottom: 10px;
}

#looking-for-form-container {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#looking-for-form-container.active {
	position: relative;
	top: 100px;
}