.search-page__wrapper	{
	background: #f0f0f0;
}
.search h1.page-title	{
	color: #2b2b2b;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}
.search header.page-header p	{
	color: #84898e;
	font-size: 18px;
	line-height: 24px;
}
.search header.page-header p span	{
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}
.search-grid h4	{
	color: #2b2b2b;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 8px;
}
.search-grid__img	{
	margin-bottom: 20px;
}
.search-grid p	{
	line-height: 21px;
	margin: 0;
	padding-bottom: 8px;
}
.search-grid__read-more	{
	color: rgba(43, 43, 43, 0.5);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 14px;
	text-transform: uppercase;
}
.search-grid__col a	{
	display: block;
}
.search-grid__col.col-sm-12.col-md-4	{
	margin-bottom: 45px;
}
.search-grid__col:hover .search-grid__read-more	{
	color: #c8102e;
}
.search .newsletter-section	{
	padding-top: 150px;
}
.search .newsletter-section__read-more a	{
	align-items: center;
	color: #2b2b2b;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	line-height: 14px;
	padding: 20px 0;
}
.search .newsletter-section__read-more a:hover	{
	color: #c8102e;
}
.search .newsletter-section__read-more a svg	{
	margin-right: 20px;
}
.search .newsletter-section__read-more a svg path	{
	fill: #2b2b2b;
}
.search .newsletter-section__read-more a:hover svg path	{
	fill: #c8102e;
}
.newsletter-section__read-more	{
	margin-top: -50px;
}
.search-page__wrapper .page-header	{
	padding-bottom: 20px;
}
.no-results.not-found .container	{
	margin: 0;
	padding: 0;
	width: 100%;
}
.no-results.not-found .search-bar-section-wrapper	{
	padding: 50px 0;
	padding-top: 0;
}
.no-results.not-found .search-bar-section-wrapper input[type="text"]	{
	border: 0;
	border-bottom: 1px solid rgba(43, 43, 43, 0.15);
	color: #2b2b2b !important;
	font-family: Decimal;
	font-size: 24px;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 0 !important;
	opacity: 1;
	padding: 0;
}
#searchbar-input.search-hide	{
	display: none !important;
}
.search-no-results #bg-overlay.bg-hide	{
	display: none !important;
}
.no-results.not-found .container	{
	max-width: 100%;
}
@media screen and (max-width:991px)	{
	.search-page__wrapper .page-header	{
		padding-bottom: 0px;
	}
	.search-grid__col.col-sm-12.col-md-4	{
		flex: 0 0 50%;
		margin-bottom: 18px;
		max-width: 50%;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
	}
	.search-grid__col h4	{
		font-size: 18px;
		line-height: 1.2;
	}
	.newsletter-section.section-pd-bottom-150	{
		padding-top: 50px;
	}
	.newsletter-section__read-more	{
		display: none;
	}
	.search-grid__row.row	{
		padding-bottom: 8px;
	}
}