/* // Site Search Styles */
#site-search-modal {
	display: none;
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}

.search-active #site-search-modal {
	display: block;
}

.site-search-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 500px;
	min-height: 400px;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}

#site-search-close {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 0 !important;
	padding: 10px !important;
	background: none !important;
	border: none;
}
#site-search-close:hover,
#site-search-close:focus {
	outline: none;
	border: none;
	opacity: 0.8;
}
.close-bars {
	transform: translateX(9px);
}
.close-bars span {
	display: block;
	background-color: #21759b;
	width: 2px;
	height: 20px;
	transform: rotate(-45deg) translate(14px, -14px);
}
.close-bars span:first-child {
	transform: rotate(45deg) translate(0px, 0px);
}
.screen-reader-only {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

@media screen and (max-width: 772px) {
	.site-search-input {
		width: 100%;
	}
	.site-search-button {
		display: table;
		margin: 20px auto;
	}
	.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
		padding-bottom: 14px;
	}
	#submit-search {
		margin-bottom: 2rem;
	}
}

.facetwp-facet,
.facetwp-checkbox {
	font-family: franklin-gothic-urw-cond,sans-serif;
}
h4.facet-label {
	font-size: 1.75rem;
	font-family: franklin-gothic-urw-cond,sans-serif;
  font-weight: 600;
}
.facetwp-checkbox {
	position: relative;
	font-size: 1.25rem;
	background: none !important;
	padding-left: 2rem;
}

.facetwp-checkbox:before {
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: #f2f2f2;
	border: 1px solid #002f53;
}

.facetwp-checkbox.checked:before {
	background-color: #002f53;
}

.facetwp-facet-site_search .facetwp-input-wrap {
	width: 100%;
}

.facetwp-search {
	width: 100%;
}

.facetwp-search::placeholder {
	color: #BF8B11 !important;
}

.facetwp-facet-site_search .facetwp-icon {
	display: none;
}

body #search_widget_search_page {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

#search-bar {
	border-bottom: 2px solid #868686;
	margin-bottom: 20px;
}

.facetwp-toggle,
.facetwp-pager {
	font-size: 1.25rem;
	font-weight: 600;
	font-family: franklin-gothic-urw-cond,sans-serif;
}