/* SearchWP Phase 3 visual parity */
#header .search-wrapper .ncchamber-search-autocomplete {
	background: #fff;
	box-sizing: border-box;
	color: #1a1a1a;
	display: none;
	left: 0;
	position: fixed;
	top: 120px;
	width: 100%;
	z-index: 9998;
}

#header .search-wrapper.has-results .ncchamber-search-autocomplete {
	display: block;
}

#header .ncchamber-search-autocomplete .aa-dropdown-menu {
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
}

#header .ncchamber-search-autocomplete .aa-dataset-1 {
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}

#header .ncchamber-search-autocomplete .aa-suggestion {
	animation: none !important;
	background: transparent !important;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
	display: block;
	line-height: 28px;
	margin: 0;
	padding: 10px 0;
	position: static !important;
	top: auto !important;
	transform: none !important;
	transition: none !important;
}

#header .ncchamber-search-autocomplete .aa-suggestion:hover,
#header .ncchamber-search-autocomplete .aa-suggestion.aa-cursor {
	background: #f2f2f2 !important;
	background-color: #f2f2f2 !important;
}

#header .ncchamber-search-autocomplete .aa-suggestion a {
	animation: none !important;
	background: transparent !important;
	color: #1a1a1a;
	display: block;
	font-style: normal;
	margin: 0;
	padding: 0 14px;
	position: static !important;
	text-decoration: none;
	top: auto !important;
	text-transform: none !important;
	transform: none !important;
	transition: none !important;
}

#header .ncchamber-search-autocomplete .aa-suggestion a:hover,
#header .ncchamber-search-autocomplete .aa-suggestion a:focus {
	margin: 0 !important;
	padding-top: 0 !important;
	position: static !important;
	top: auto !important;
	transform: none !important;
	transition: none !important;
}

#header .ncchamber-search-autocomplete .aa-suggestion:hover a,
#header .ncchamber-search-autocomplete .aa-suggestion.aa-cursor a {
	color: #1a1a1a !important;
	opacity: 1 !important;
	text-decoration: none;
	visibility: visible !important;
}

#header .ncchamber-search-autocomplete .suggestion-post-title {
	animation: none !important;
	background: transparent !important;
	color: #1a1a1a;
	display: block;
	font-family: urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0 !important;
	line-height: 20px;
	margin-top: 0 !important;
	overflow: hidden;
	position: static !important;
	text-overflow: ellipsis;
	top: auto !important;
	text-transform: none !important;
	transform: none !important;
	transition: none !important;
	white-space: nowrap;
}

#header .ncchamber-search-autocomplete .aa-suggestion:hover .suggestion-post-title,
#header .ncchamber-search-autocomplete .aa-suggestion.aa-cursor .suggestion-post-title {
	color: #1a1a1a !important;
	opacity: 1 !important;
	visibility: visible !important;
}

#header .ncchamber-search-autocomplete .suggestion-post-content {
	animation: none !important;
	background: transparent !important;
	color: #63676d;
	display: block;
	font-family: nimbus-sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0 !important;
	line-height: 18px;
	margin-top: 0 !important;
	overflow: hidden;
	position: static !important;
	text-overflow: ellipsis;
	top: auto !important;
	text-transform: none !important;
	transform: none !important;
	transition: none !important;
	white-space: nowrap;
}

#header .ncchamber-search-autocomplete .aa-suggestion:hover .suggestion-post-content,
#header .ncchamber-search-autocomplete .aa-suggestion.aa-cursor .suggestion-post-content {
	color: #63676d !important;
	opacity: 1 !important;
	visibility: visible !important;
}

#header .ncchamber-search-autocomplete em {
	animation: none !important;
	color: #d8262f;
	font-style: normal;
	font-weight: 700;
	position: static !important;
	top: auto !important;
	transform: none !important;
	transition: none !important;
}

#header .ncchamber-search-autocomplete .aa-suggestion:hover em,
#header .ncchamber-search-autocomplete .aa-suggestion.aa-cursor em {
	color: #d8262f !important;
}

#ais-wrapper {
	margin-top: 16px;
}

#algolia-search-box {
	margin-bottom: 48px;
	position: relative;
}

#algolia-stats .ais-stats {
	font-size: 14px;
	line-height: 28px;
}

#algolia-search-box input[type="search"] {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #f2f2f2;
	border-radius: 0;
	box-shadow: none;
	color: #444;
	font-weight: 200;
	line-height: 30px;
	outline: 0;
	padding: 15px 58px 15px 15px;
}

#algolia-search-box input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

#algolia-search-box .algolia-search-icon {
	border-bottom: 2px solid #f2f2f2;
}

#algolia-search-box .search-page-clear {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #f2f2f2;
	color: #315a8c;
	display: flex;
	height: 84px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 28px;
	width: 44px;
	z-index: 2;
}

#algolia-search-box.is-empty .search-page-clear,
#algolia-search-box.no-results .search-page-clear {
	display: none;
}

#algolia-search-box.no-results #algolia-stats {
	display: none;
}

#algolia-search-box .search-page-clear i {
	font-size: 32px;
	line-height: 1;
}

#algolia-search-box .search-page-clear:focus {
	outline: 0;
}

#ais-wrapper #ais-main #algolia-pagination {
	margin-top: 30px;
}

#ais-wrapper #ais-main .ais-pagination {
	font-size: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#ais-wrapper #ais-main .ais-pagination li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 6px;
	vertical-align: middle;
}

#ais-wrapper #ais-main .ais-pagination .page-numbers {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	line-height: 1;
	padding: 3px;
}

#ais-wrapper #ais-main .ais-pagination .page-numbers i {
	font-size: 1rem;
	line-height: 1;
}

#ais-wrapper #ais-main .ais-pagination .current {
	color: #212529;
	font-weight: 700;
}

@media (min-width: 992px) {
	.ncchamber-search-results-column {
		flex: 0 0 811px;
		max-width: 811px;
	}
}

@media (max-width: 1199.98px) {
	#header .search-wrapper .ncchamber-search-autocomplete {
		top: 80px;
	}

	#header .ncchamber-search-autocomplete .aa-dropdown-menu {
		padding: 20px 15px;
	}

	#header .ncchamber-search-autocomplete .aa-dataset-1 {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	#ais-wrapper {
		margin-top: 0;
	}

	#algolia-search-box {
		margin-bottom: 30px;
	}

	#algolia-search-box input[type="search"] {
		font-weight: 200;
		padding-right: 48px;
	}

	#algolia-search-box .search-page-clear {
		height: 62px;
		top: 28px;
		width: 40px;
	}

	#algolia-search-box .search-page-clear i {
		font-size: 28px;
	}
}
