/*
Service desk recieved a call stating that the search functionality wasn't working as intended on Herts Life.
The change from cXense to search elements has been done, and I was asked to style the page to make it display
better.

- Have changed the width of the search form from 66% to 100%
- Have reduced the top margin for the search results
- Increased font-size and line-height for headlines
- Removed all borders
- Reduced font-size and left margin for date
- Removed border and background colour from refine search box

Service Desk call number is 254797, handled by Matt Sutton. Search changes were carried out by Dan Norton.

C Evans - 20/04/2016


*/

.search-filters-inner-container {
    border: none;
}

.search-filters-inner-container > h4 {
    background-color: #fff;
    font-weight: 400;
    margin-left: -10px;
}

.search-results .teaser-title a {
	font-size: 18px!important;
	border: none!important;
	line-height: 20px;
}

.small-teaser-item .teaser-title > h2, .small-teaser-item .teaser-title > h3, .small-teaser-item .teaser-title > h4, .small-teaser-item .teaser-title span {
    margin-left: 0;
    font-size: 15px;
}

.search-results .small-teaser-item {
    border-bottom: none;
}

.search-results li {
    border-bottom: none;
}

@media (min-width: 1024px) {

	.search .content-c form.advanced-search, .search .content-c form.search-result {
	    width: 100%!important;
	}

	.search-results {
	    margin-top: -240px;
	}



}
