.search-results-wrapper {
	margin: 0 !important;
}

.search-result {
	border-bottom: 2px solid #F7F7FA;
	padding: 1.875rem 0;
}

.search-result:nth-child(1) {
	padding-top: 1rem !important;
}

.search-result:last-child {
	border: 0 !important;
}

.search-result .search-title-wrapper {
	margin-bottom: 0.25rem;
}

.search-result .search-summary {
	margin: 0;
	line-height: 1.5;
    color: var(--secondary) !important;
}

.search-result .view-as-html {
	margin: 0.2rem 0 0;
	line-height: 1.25;
	letter-spacing: normal;
	display: block;
	width: max-content;
	font-size: 14px;
}

.search-result .search-title {
	line-height: 1.15;
	letter-spacing: 0.005rem;
	font-size: 1.15rem;
	margin-bottom: 0.875rem;
	position: relative;
    font-weight: 600;
    transition: all .3s linear;
    color: var(--secondary) !important;
}


.search-result .search-title:hover {
text-decoration: underline !important;
}


.search-result .search-badge {
	margin: 0 0 0.2rem;
	line-height: 1;
	letter-spacing: normal;
	background: #F7F7FA;
	width: max-content;
	padding: 0.5rem 0.5rem;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
}

.search-result .search-badge small {
	display: block;
	font-weight: inherit;
	font-size: 10px;
}

.contextual-list-items li {
	margin-bottom: 0.25rem;
}

.contextual-list-items {
	margin: 1rem 0 0;
}

.contextual-navigation-wrapper {
	background-color: rgba(247, 247, 250, 0.7);
	padding: 1.5rem 1.5rem;
	border-radius: 5px;
}

ul.pagination>li a {
	background-color: rgba(247, 247, 250, 0.7);
	border-color: rgba(247, 247, 250, 0.7) !important;
	color: #000;
	border-radius: 50%;
}

ul.pagination>li.active a {
	background-color: var(--primary) !important;
	color: #ffffff;
	border-radius: 50%;
}

.pagination {
	gap: 0.5rem;
}

.pagination .next,
    .pagination .prev {
	border-radius: 0 !important;
}

#search-spelling {
	padding: 1rem 0 2rem;
	border-bottom: 1px solid rgba(33, 37, 41, 0.75);
}

#search-result-count {
	padding: 0.5rem 0 0;
}

@media (min-width: 1200px) {

	.h2,
        h2 {
		font-size: 2rem;
	}
}

.h2,
    h2 {
	font-size: calc(1.325rem + .9vw);
}