#main {
	padding: 0 !important;
}

#main .fusion-row {
	--site_width: 1250px;
}

#ste_find_a_provider_c {
	padding: 25px;
}

#ste_find_a_provider_c * {
	box-sizing: border-box;
	line-height: 1;
}

#ste_find_a_provider_c .visually_hidden {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

#ste_find_a_provider_c .ste_tooltip {
	font-size: 0.8em;
	margin: 0 0 0 5px;
}

#ste_find_a_provider_c #search_form_c h1 {
	margin: 0 0 10px 0;
	text-align: center;
}

#ste_find_a_provider_c #search_form_c h2 {
	font-size: 1em;
	text-align: center;
}

#ste_find_a_provider_c #search_form_c div.input,
#ste_find_a_provider_c #search_form_c div.select {
	margin: 0 0 15px 0;
	position: relative;
}

#ste_find_a_provider_c #search_form_c div.input.text #search_loading {
	position: absolute;
	right: 10px;
	top: calc(50% - 0.5em);
}

#ste_find_a_provider_c #search_form_c div.input.select::after {
	color: #afafaf;
	content: '\f0d7';
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.4em;
	font-weight: 800;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: calc(50% - 0.5em);
}

#ste_find_a_provider_c #search_form_c div.input.text label,
#ste_find_a_provider_c #search_form_c div.input.select label {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#ste_find_a_provider_c #search_form_c div.input.text input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #707070;
	border-radius: 10px;
	font-size: 0.8em;
	padding: 10px 30px;
	width: 100%;
}

#ste_find_a_provider_c #search_form_c div.input.text input:focus,
#ste_find_a_provider_c #search_form_c div.input.text input:focus-visible {
	outline: max(2px, 0.1em) solid var(--link_color);
	outline-offset: 0.25em;
}

#ste_find_a_provider_c #search_form_c div.input.text input[name="location"] {
	padding: 10px calc(100% - 150px) 10px 30px;
}

#ste_find_a_provider_c #search_form_c div.input.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #707070;
	border-radius: 10px;
	color: #313131;
	cursor: pointer;
	font-size: 0.8em;
	height: auto;
	padding: 10px 30px;
	width: 100%;
}

#ste_find_a_provider_c #search_form_c div.input.select select:disabled {
	background-color: #e0e0e0;
	cursor: not-allowed;
}

#ste_find_a_provider_c #search_form_c div.input.checkbox input {
	margin: 0 0.6em 0 0;
}

#ste_find_a_provider_c #search_form_c div.input.select select:focus,
#ste_find_a_provider_c #search_form_c div.input.select select:focus-visible,
#ste_find_a_provider_c #search_form_c div.input.checkbox input:focus,
#ste_find_a_provider_c #search_form_c div.input.checkbox input:focus-visible {
	outline: max(2px, 0.1em) solid var(--link_color);
	outline-offset: 0.25em;
}

#ste_find_a_provider_c #search_form_c div.input.checkbox label {
	font-size: 0.8em;
}

#ste_find_a_provider_c #search_form_c div.query_location_c {
	margin: 20px 0;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.query_c {
	position: relative;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.results_c {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
	display: none;
	max-height: 350px;
	overflow: auto;
	position: absolute;
	top: calc(100% + 1px);
	width: 100%;
	z-index: 9;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.results_c div.inner_results_c {
	padding: 10px 20px;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.results_c div.header {
	font-family: "Neutraface Bold";
	margin: 0 0 10px 0;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.results_c div.inner_results_c div.result {
	cursor: pointer;
	font-size: 0.8em;
	margin: -1px 0 0 0;
	padding: 11px 10px 10px 10px;
	position: relative;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.results_c div.inner_results_c div.result::after {
	background-color: #dfdfdf;
	content: '';
	height: 1px;
	left: 5px;
	position: absolute;
	top: calc(100% - 1px);
	width: calc(100% - 10px);
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.results_c div.inner_results_c div.result:last-child::after {
	display: none;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.results_c div.inner_results_c div.result:hover {
	background-color: #dfdfdf;
	border-radius: 5px;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.location_c div.location_inner_c {
	position: relative;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.location_c div.location_inner_c #use_current_location {
	background-color: #2864b7;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 0.7em;
	overflow: hidden;
	padding: 8px 7px;
	position: absolute;
	right: 4px;
	top: 4px;
	transition: 0.2s width ease-in-out;
	white-space:nowrap;
	width: 178px;
}

#ste_find_a_provider_c #search_form_c div.location_inner_c.small div.input.text input[name="location"],
#ste_find_a_provider_c #search_form_c div.location_inner_c.loading div.input.text input[name="location"],
#ste_find_a_provider_c #search_form_c div.location_inner_c.user div.input.text input[name="location"],
#ste_find_a_provider_c #search_form_c div.location_inner_c.failed div.input.text input[name="location"] {
	padding: 10px 50px 10px 30px;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.location_c div.location_inner_c #use_current_location div {
	margin: 0 0 0 10px;
	position: relative;
	top: 1px;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.location_c div.location_inner_c.small #use_current_location,
#ste_find_a_provider_c #search_form_c div.query_location_c div.location_c div.location_inner_c.loading #use_current_location {
	width: 28px;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.location_c div.location_inner_c.failed #use_current_location {
	background-color: red;
	width: 28px;
}

#ste_find_a_provider_c #search_form_c div.query_location_c div.location_c div.location_inner_c.user #use_current_location {
	background-color: #3c8a2e;
	width: 28px;
}

#ste_find_a_provider_c #search_form_c div.query_location_c #desktop_submit_cta {
	display: none;
}

#ste_find_a_provider_c #search_form_c div.provider_types_c > div {
	align-items: center;
	display: flex;
}

#ste_find_a_provider_c #search_form_c #mobile_submit_cta,
#ste_find_a_provider_c #search_form_c #mobile_submit_more_cta {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #2964b7;
	border: none;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-family: "Neutraface Bold";
	font-size: 1.0em;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#ste_find_a_provider_c #search_form_c #mobile_submit_cta i,
#ste_find_a_provider_c #search_form_c #mobile_submit_cta svg,
#ste_find_a_provider_c #search_form_c #mobile_submit_more_cta i,
#ste_find_a_provider_c #search_form_c #mobile_submit_more_cta svg {
	margin: 0 5px 0 0;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.header {
	color: #0065bd;
	cursor: pointer;
	font-family: "Neutraface Bold";
	font-size: 1.0em;
	line-height: 2;
	margin: 20px 0 15px 0;
	text-align: center;
	text-transform: uppercase;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c {
	display: none;
	margin: 15px 0 0 0;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.select {
	width: 100%;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #707070;
	border-radius: 10px;
	color: #313131;
	font-size: 1.0em;
	width: 100%;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.label {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	font-size: 0.8em;
	padding: 4px 10px 4px 30px;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.label > div {
	display: flex;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.label > div > div {
	background-color: #2964b7;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-family: "Neutraface Bold";
	font-size: 0.9em;
	margin: 0 0 0 5px;
	padding: 1px 4px 0 4px;
	text-align: center;
	text-transform: uppercase;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.label > div > div.show {
	display: block;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.label i,
#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.label svg {
	font-size: 1.7em;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.options {
	background-color: #fff;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	display: none;
	flex-direction: column;
	left: 0;
	max-height: 300px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: calc(100% + 5px);
	width: 100%;
	z-index: 1;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.options.show {
	display: flex;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.options div.options_c {
	flex: 1;
	overflow: auto;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.options div.options_c div.input.checkbox {
	align-items: flex-start;
	display: flex;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.options div.options_c div.input.checkbox label {
	line-height: 1.2;
	margin: 1px 0 0 5px;
	position: relative;
	top: -3px;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.options div.actions {
	border-top: 1px solid #c6c6c6;
	display: flex;
	justify-content: space-around;
	padding: 10px 10px 0 10px;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.options div.actions > div {
	border: none;
	border-radius: 10px;
	cursor: pointer;
	font-family: "Neutraface Bold";
	font-size: 0.9em;
	padding: 10px;
	text-align: center;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.options div.actions > div:first-child {
	background-color: #fff;
	color: #313131;
}

#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c div.input.multi_select div.options div.actions > div:last-child {
	background-color: #2964b7;
	color: #fff;
}

#ste_find_a_provider_c #popular_searches {
	margin: 15px 0 0 0;
}

#ste_find_a_provider_c #popular_searches h3 {
	color: #6c9cd7;
	font-size: 1.4em;
	text-align: center;
}

#ste_find_a_provider_c #popular_searches div.popular_searches_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px 0 0 0;
}

#ste_find_a_provider_c #popular_searches div.popular_searches_c a {
	align-items: center;
	background-color: #6c9cd7;
	color: #fff;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: "Neutraface Bold";
	font-size: 0.9em;
	line-height: 1.1;
	padding: 10px;
	text-align: center;
	width: calc(50% - 10px);
}

#ste_find_a_provider_c #popular_searches div.popular_searches_c a:nth-child(even) {
	margin: 0 5px 15px 0;
}

#ste_find_a_provider_c #popular_searches div.popular_searches_c a:nth-child(odd) {
	margin: 0 0 15px 5px;
}

#ste_find_a_provider_c #popular_searches div.popular_searches_c a:first-child {
	margin: 0 25% 15px 25%;
}

#ste_find_a_provider_c #popular_searches div.popular_searches_c a:last-child {
	background-color: #ffbc3d;
	color: #003a91;
}

#ste_find_a_provider_c div.ste_callout {
	border-radius: 20px 0 20px 0;
	padding: 34px 25px 47px 25px;
	margin: 35px 0 0 0;
}

#ste_find_a_provider_c div.ste_callout.blue {
	background-color: #0065bd;
}

#ste_find_a_provider_c div.ste_callout.green {
	background-color: #598939;
}

#ste_find_a_provider_c div.ste_callout div.left {
	color: #fff;
	font-size: 6.0em;
	text-align: center;
}

#ste_find_a_provider_c div.ste_callout div.right div.header {
	color: #fff;
	font-family: "Neutraface Bold";
	font-size: 1.4em;
	text-align: center;
}

#ste_find_a_provider_c div.ste_callout div.right p {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.2;
	text-align: center;
}

#ste_find_a_provider_c div.ste_callout div.right p + p {
	margin-top: 0;
}

#ste_find_a_provider_c div.ste_callout div.right div.cta + div.cta {
	margin: 1em 0 0 0;
}

#ste_find_a_provider_c div.ste_callout div.right div.cta div.cta_heading {
	color: #fff;
	border-radius: 10px;
	font-family: "Neutraface Bold";
	font-size: 1em;
	line-height: 1.1;
	margin: 0 0 0.5em 0;
	text-align: center;
}

#ste_find_a_provider_c div.ste_callout div.right div.cta a {
	border-radius: 10px;
	display: block;
	font-family: "Neutraface Bold";
	font-size: 1em;
	line-height: 1.1;
	margin: 0 auto;
	min-width: 270px;
	padding: 10px;
	text-align: center;
}

#ste_find_a_provider_c div.ste_callout.blue div.right div.cta a {
	background-color: #6c9cd7;
	color: #000;
}

#ste_find_a_provider_c div.ste_callout.green div.right div.cta a {
	background-color: #375a20;
	color: #fff;
}

#ste_find_a_provider_c #ratings_and_reviews_c {
	margin: 45px 0;
	text-align: center;
}

#ste_find_a_provider_c #ratings_and_reviews_c h3 {
	color: #6c9cd7;
	font-size: 1.6em;
}

#ste_find_a_provider_c #ratings_and_reviews_c div.left {
	border-bottom: 1px solid #c6c6c6;
	margin: 30px 0 0 0;
	text-align: center;
}

#ste_find_a_provider_c #ratings_and_reviews_c div.left div.stars {
	display: flex;
	justify-content: center;
	font-size: 2.0em;
}

#ste_find_a_provider_c #ratings_and_reviews_c div.left div.stars img {
	height: 40px;
	margin: 0 4px 0 0;
}

#ste_find_a_provider_c #ratings_and_reviews_c div.left div:last-child {
	color: #265bd2;
	font-size: 1.6em;
	margin: 20px 0;
}

#ste_find_a_provider_c #ratings_and_reviews_c div.right {
	margin: 15px 0 0 0;
}

#ste_find_a_provider_c #ratings_and_reviews_c div.right {
	color: #265bd2;
	font-size: 2.0em;
	margin: 15px 0 10px 0;
}

#ste_find_a_provider_c #ratings_and_reviews_c div.right span {
	font-size: 2.0em;
}

#ste_find_a_provider_c #ratings_and_reviews_c > a {
	font-size: 0.9em;
	text-decoration: underline;
}

@media screen and (min-width: 1024px) {
	#ste_find_a_provider_c #search_form_c {
		border-bottom: 1px solid #afafaf;
		padding: 0 170px;
	}

	#ste_find_a_provider_c #search_form_c h1 {
		font-size: 3.4em;
	}

	#ste_find_a_provider_c #search_form_c div.input {
		margin: 0 0 15px 0;
	}

	#ste_find_a_provider_c #search_form_c div.query_location_c {
		display: flex;
		margin: 40px 0 0 0;
	}

	#ste_find_a_provider_c #search_form_c div.query_location_c div.input {
		margin: 0;
	}

	#ste_find_a_provider_c #search_form_c div.query_location_c div.query_c {
		flex: 1;
		margin: 0 12px 0 0;
	}

	#ste_find_a_provider_c #search_form_c div.query_location_c div.location_c {
		flex: 1;
		margin: 0 0 0 12px;
	}

	#ste_find_a_provider_c #search_form_c div.provider_types_c {
		display: flex;
		justify-content: center;
		margin: 20px 0;
	}

	#ste_find_a_provider_c #search_form_c div.provider_types_c > div {
		margin: 0 20px;
	}

	#ste_find_a_provider_c #search_form_c div.query_location_c #desktop_submit_cta {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #2964b7;
		border: none;
		border-radius: 10px;
		color: #fff;
		cursor: pointer;
		display: block;
		flex: 0 0 45px;
		font-family: "Nuetraface Bold";
		font-size: 1.0em;
		margin: 0 0 0 15px;
		text-align: center;
		text-transform: uppercase;
	}

	#ste_find_a_provider_c #search_form_c #mobile_submit_cta,
	#ste_find_a_provider_c #search_form_c #mobile_submit_more_cta {
		display: none;
	}

	#ste_find_a_provider_c #search_form_c div.more_filters_outer_c {
		padding: 0 60px
	}

	#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.header {
		margin: 35px 0 20px 0;
	}

	#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c > div {
		column-gap: 27px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 27px;
		margin: 0 0 27px 0;
	}

	#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c > div:not(.additional_options_c) > div {
		flex: 1;
	}

	#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c > div:not(.additional_options_c) > div.input:first-child {
		margin: 0 12px 0 0;
	}

	#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c > div:not(.additional_options_c) > div.input:last-child {
		margin: 0 0 0 12px;
	}

	#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c > div.additional_options_c {
		margin: 0 0 50px 0;
		padding: 0 100px;
	}

	#ste_find_a_provider_c #search_form_c div.more_filters_outer_c div.more_filters_c > div.additional_options_c div.input {
		margin: 0 15px;
	}

	#ste_find_a_provider_c #popular_searches h3 {
		font-size: 1.6em;
	}

	#ste_find_a_provider_c #popular_searches div.popular_searches_c {
		flex-wrap: nowrap;
		margin: 30px 0 0 0;
		padding: 0 80px;
	}

	#ste_find_a_provider_c #popular_searches div.popular_searches_c a {
		width: calc(20% - 10px);
	}

	#ste_find_a_provider_c #popular_searches div.popular_searches_c a:nth-child(even),
	#ste_find_a_provider_c #popular_searches div.popular_searches_c a:nth-child(odd),
	#ste_find_a_provider_c #popular_searches div.popular_searches_c a:first-child {
		margin: 0 9px;
	}

	#ste_find_a_provider_c div.ste_callout {
		align-items: center;
		display: flex;
		margin: 50px 70px 0 70px;
		padding: 45px 50px;
	}

	#ste_find_a_provider_c div.ste_callout div.left {
		flex: 0 0 80px;
		font-size: 6.0em;
		margin: 0 50px 0 0;
	}

	#ste_find_a_provider_c div.ste_callout div.right {
		display: flex;
		flex-direction: column;
		flex: 1;
	}

	#ste_find_a_provider_c div.ste_callout div.right div.header {
		color: #fff;
		font-family: "Neutraface Bold";
		font-size: 1.4em;
		text-align: left;
	}

	#ste_find_a_provider_c div.ste_callout div.right p {
		text-align: left;
	}

	#ste_find_a_provider_c div.ste_callout div.right div.cta {
		align-self: flex-start;
	}

	#ste_find_a_provider_c div.ste_callout div.right div.cta a {
		margin: 0;
		padding: 10px 25px;
	}

	#ste_find_a_provider_c div.ste_callout div.right div.cta div.cta_heading {
		text-align: left;
	}

	#ste_find_a_provider_c #ratings_and_reviews_c {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 55px 70px 0 70px;
	}

	#ste_find_a_provider_c #ratings_and_reviews_c h3 {
		flex: 0 0 100%;
	}

	#ste_find_a_provider_c #ratings_and_reviews_c > div {
		flex: 0 0 300px;
	}

	#ste_find_a_provider_c #ratings_and_reviews_c div.left {
		border-bottom: none;
		border-right: 1px solid #c6c6c6;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 30px 0;
	}

	#ste_find_a_provider_c #ratings_and_reviews_c div.left div:last-child {
		margin: 20px 0 0 0;
	}

	#ste_find_a_provider_c #ratings_and_reviews_c div.right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 30px 0;
	}
}
