/* General */
#store_locator {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

#store_locator .store-locator-row {
	margin-left: 0;
	margin-right: 0;
}

#store_locator_result_list {
	max-height: none !important;
	padding-bottom: 0;
	overflow-y: auto;
	width: 100%;
}

.end-of-results {
	margin: 10px auto 20px;
}

.store_locator_sidebar .store_locator_no_stores {
	color: #333333;
	font-size: 17px;
	margin: 26px 0;
	text-align: center;
}

.store_locator_sidebar .store_locator_no_stores span {
	display: block;
	margin: 5px 0;
}

.store_locator_sidebar .store_locator_no_stores span a {
	color: #F0791D;
}

/*
#store_locator_get_all_stores {
	display: none;
}
*/

#register-participant form label {
	font-size: 13px;
	text-transform: uppercase;
}

#register-participant input[type=email], #register-participant input[type=tel],#register-participant  input[type=text] {
	border-color: #e0e0e0;
	padding: 10px;
}

/* Search Bar */
#store_locator_search_box {
	padding: 0 2em 1.5em;
}
.elementor-sticky--active #store_locator_search_box {
	padding-top: 1em;
}

#search-participants #store_locator_search_box {
	background: none;
	padding: 0 2em 3.5em;
		max-width: 900px;
	margin: 0 auto;
}

#search-participants #store_locator_search_box #store_locator_find_stores_button {
	top: -64px;
}

@media (max-width: 650px) {
	#search-participants #store_locator_search_box #store_locator_find_stores_button {
		top: -24px;
	}
}

.search-box-wrap {
	margin: 0 auto;
	max-width: 930px;
}

.store_locator_result_list_title {
		background: #f7f7f7;
	border-bottom: 1px solid #e6e6e6 !important;
}
.store_locator_result_list_title span:nth-of-type(1) {
	position: relative;
	padding-left: 60px;
	font-style: italic;
}


.store_locator_result_list_title span#results-search-text:nth-of-type(1)::before {
	content:"Search:";
	position: absolute;
	left: 0;
	top:0;
	font-style: normal;
	}
#store_locator_search_box .store_modal_title {
	display: none;
}

#store_locator_search_box span#store_locator_filter_active_filter_box {
	display: none;
}
#store_locator_search_box .store-locator-row {
	width: 50%;
	max-width: 50%;
	float: left;
	margin: 0;
}

#store_locator_search_box .search-box-wrap .store-locator-row:nth-last-child(2) {
	float: right;
}

#store_locator_address_field {
	border: 1px solid #fff !important;
}

@media (min-width: 576px) {
	#store_locator_search_box .store-locator-row .store-locator-col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
}

@media (max-width: 650px) {
	.search-box-wrap {
		margin: 0 auto;
	}
	
	#store_locator_search_box .store-locator-row {
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	
	#store_locator_search_box .search-box-wrap .store-locator-row:nth-last-child(2) {
		float: none;
	}
}

#store_locator_filter_content {
	display: flex !important;
}

#store_locator_search_box .store-locator-row .single_filter {
	display: flex;
	width: auto;
	margin-left: auto;
	flex: none;
}

#store_locator_filter_content #store_locator_reset_all_stores {
	margin-left: auto;
	margin-right: 10px;
	margin-top: 9px;
	display: inline-block;
	align-items: center;
	color: #f77530;
	font-size: 15px;
}

@media (max-width: 650px) {
	#store_locator_filter_content #store_locator_reset_all_stores {
		font-size: 13px;
		margin-right: 0;
	}
}

#store_locator_search_box .store-locator-row .store-locator-radius-filte {
	display: none;
	width: auto;
	margin-left: 10px;
}

#store_locator_search_box .store-locator-row .display-toggle {
	display: flex;
	margin-left: 10px;
	display: none;
}

#store_locator_search_box .store-locator-row .single_filter:after {
	position: absolute;
	width: 11px;
	height: 13px;
	opacity: .95;
	background: url(../images/select-arrow.png) no-repeat;
	content: "";
	top: 18px;
	right: 11px;
	pointer-events: none;
	background-size: 100%;
}

#store_locator_search_box .store-locator-row .single_filter select {
-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	padding-right: 25px !important;
}

#store_locator_search_box input#store_locator_address_field {
	border-radius: 0 5px 5px 0;
	background-image: url(../images/locator.png);
	background-repeat: no-repeat;
	background-position: center left 12px;
	background-size: 21.5px 29px;
	padding-left: 44px !important;
}

#store_locator_search_box input#store_locator_name_search_field {
	border-radius: 5px 0 0 5px;
	background-image: url(../images/finder.png);
	background-repeat: no-repeat;
	background-position: center left 12px;
	background-size: 26.5px 26px;
	padding-left: 44px !important;
}

#store_locator_search_box input#store_locator_address_field,
#store_locator_search_box input#store_locator_name_search_field {
	padding: 12px;
	font-size: .9rem;
	color: rgb(22,36,49);
}

#store_locator_search_box input#store_locator_address_field #placeholder,
#store_locator_search_box input#store_locator_name_search_field #placeholder {
	color: rgb(208, 29, 29);
}

#store_locator_search_box input.store_locator_address_field.error::placeholder,
#store_locator_search_box input.store_locator_name_search_field.error::placeholder {
	color: rgb(208, 29, 29);
}

#store_locator_search_box input#store_locator_address_field:focus,
#store_locator_search_box input#store_locator_name_search_field:focus {
	outline: none;
	border-color: #ffffff;
}

#store_locator_search_box #store_locator_get_all_stores {
	display: inline-block;
	margin-top: 12px;
	font-size:15px;
	color: #f77530;
	font-style: normal;
}
.page-id-44019 #store_locator_search_box #store_locator_get_all_stores {
	margin-top:2px;
}
.page-id-44019 #search-participants #store_locator_search_box #store_locator_find_stores_button {
	top: -90px;
}
#store_locator_search_box #store_locator_get_all_stores i {
	font-style: normal;
}
.page-id-44019 #elementor-popup-modal-15787, .page-id-44000 #elementor-popup-modal-15787 {
	display:none !important;
}
#store_locator_search_box #store_locator_find_stores_button {
	position: absolute;
	top: -44px;
	right: 4px;
	border: none;
	background-color: #f77530;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 24px;
}

@media (max-width: 650px) {
	#store_locator_search_box #store_locator_find_stores_button {
		position: relative;
		top: initial;
		right: initial;
	}
}

#store_locator_search_box #store_locator_find_stores_button:hover {
	background-color: #226FD8;
}

#store_locator_search_box .store-locator-row:nth-of-type(3), .page-id-44019 #store_locator_search_box .store-locator-row:nth-of-type(4)  {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0;
}

#store_locator_search_box .store-locator-row .store_locator_filter_title {
  display: none;
}

#store_locator_search_box .store-locator-row .fa-chevron-down {
	display: none;
}

#store_locator_search_box .store-locator-row select {
  width: auto;
}

#store_locator_search_box #store_locator_filter {
	margin: 5px 0 0;
}

.elementor-sticky--active div#store_locator_search_box, .elementor-sticky--active div#store_locator {
	background: #050F33;
}

.page-id-14928 div#participant-map {
	margin: 0;
}

.store_locator_embedded_search .store_locator_filter .store-locator-radius-filte {
	display: none;
}

.search-tooltip {    
	position: absolute;
	background: #646464;
	border-radius:4px;
	padding: 6px 12px;
	font-family: arial;
	font-size: 12px;
	text-shadow: 0px 1px 1px #000;
	color: #ffc64a;
	z-index: 99999;
	top: -90px;
	right: 0;
}

.search-tooltip:before {
	content : " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #646464;
	position:absolute;
	bottom:-5px;
	left:5px;
}

/* Map */
#store_locator_main {
	padding: 0;
	transition: all ease .5s;
	width: 100%;
}

#store_locator_main.active {
	width: 70%;
}

/*#store_locator_map {
	height: 300px !important;
	min-height: 300px;
}*/

@media (min-width: 768px) {
	#store_locator_map {
		height: 700px;
	}

	#store_locator_main.active {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		margin-left: auto;
		order: 2;
	}

	#store_locator_main.full-list {
		opacity: 0;
	}
}
@media (min-width: 980px) {
	#store_locator_main.active {
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
		margin-left: auto;
		order: 2;
	}
}
@media (min-width: 1230px) {
	#store_locator_main.active {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		margin-left: auto;
		order: 2;
		height:700px;
	}
}
@media (max-width: 1080px) {
#store_locator_sidebar .download-link {
	font-size: 13px;
	}
}
#store_locator_main .gm-style .gm-style-iw-a {
	margin-top: -9px;
}

#store_locator_main .store_locator_name {
	text-transform: none;
	color: rgb(16,47,76);
	font-size: 15px;
	font-weight: 600;
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#store_locator_main .store_locator_address {
	font-size: 13px;
	margin-top: 4px;
	font-weight: 400;
}

#store_locator_main .store_locator_address,
#store_locator_sidebar .store_locator_address {
	padding-left: 18px;
	background-image: url(../images/detail-marker.png);
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 10px 13px;
}

#store_locator_main .store_locator_contact {
	display: none;
}

#store_locator_main .store_locator_participant,
#store_locator_main .store_locator_subparticipants,
#store_locator_result_list .store_locator_participant,
#store_locator_result_list .store_locator_subparticipants {
	padding-left: 18px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	font-size: 13px;
	margin-top: 10px;
	font-weight: 400;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

#store_locator_main .store_locator_participant:hover ,
#store_locator_main .store_locator_subparticipants:hover ,
#store_locator_result_list .store_locator_participant:hover ,
#store_locator_result_list .store_locator_subparticipants:hover {
	color: #00827B !important;
}

#store_locator_main .store_locator_participant:hover,
#store_locator_main .store_locator_subparticipants:hover,
#store_locator_result_list .store_locator_participant,
#store_locator_result_list .store_locator_subparticipants {
	cursor: pointer;
}

#store_locator_main .store_locator_participant span,
#store_locator_main .store_locator_subparticipants span,
#store_locator_result_list .store_locator_participant span,
#store_locator_result_list .store_locator_subparticipants span {
	margin-right: 5px;
	display: flex;
}

#store_locator_main .store_locator_participant svg,
#store_locator_main .store_locator_subparticipants svg,
#store_locator_result_list .store_locator_participant svg,
#store_locator_result_list .store_locator_subparticipants svg {
	margin-left: 5px;
}

#store_locator_main .store_locator_participant svg path,
#store_locator_main .store_locator_subparticipants svg path,
#store_locator_result_list .store_locator_participant svg path,
#store_locator_result_list .store_locator_subparticipants svg path {
	fill: #f77530;
}

#store_locator_main .gm-style-iw,
#store_locator_main .gm-style-iw .store_locator_infowindow {
	width: auto !important;
}

#store_locator_main .store_locator_infowindow .store_locator_custom_fields {
	display: none;
}

#store_locator_main .gm-style-iw.gm-style-iw-c {
	padding: 0 !important;
	border-radius: 3px;
}

#store_locator_main .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
	overflow: auto !important;
}

#store_locator_main .gm-style-iw.gm-style-iw-c .gm-style-iw-d .store_locator_details {
	padding: 15px 19px;
}

#store_locator_main .gm-style-iw.gm-style-iw-c button {
	display: none !important;
}

.store_locator_loading {
	background: none;
	z-index: 99999;
	position: absolute;
	filter: alpha(opacity=50);
	opacity: 1;
}

.store_locator_loading:after {
	content: "";
	background: rgba(0, 0, 0, 0.3); /* Set overlay opacity here */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.store_locator_loading i {
	color: #f77530;
	z-index: 9;
}

/* Result List */
#store_locator_sidebar {
	padding: 0;
	transition: all ease 0.5s;
	background: #fff;
	width: 0;
	overflow: hidden;
	flex: 0;
}

#store_locator_sidebar.active {
	width: 30%;
	display: flex;
}

#store_locator_sidebar_content {
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
}

.full-list div#store_locator_sidebar_content {
	margin: 0 auto;
	max-width: 970px;
}

#store_locator_sidebar #store_locator_result_list_box {
	padding: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

#store_locator_sidebar #store_locator_result_list_box .store_locator_result_list_title {
	text-transform: none;
}
h3.store_locator_result_list_title {
	min-height: 62px;
}
#store_locator_sidebar #store_locator_result_list_box .store_locator_result_list_title span:last-child {
	display: block;
	float: right;
}

.store_locator_infowindow {
	max-width: 400px !important;
}

#store_locator_sidebar .store_locator_result_list_item:hover {
	background: rgb(251, 251, 251)
}

#store_locator_sidebar .store_locator_details {
	padding: 0;
}

#store_locator_sidebar .store_locator_name {
	text-transform: none;
	color: rgb(16,47,76);
	font-size: 16px;
	font-weight: 600;
}

#store_locator_sidebar .fa-chevron-right {
	display: none;
}
#store_locator_sidebar #loadMoreButton .fa-chevron-right {
	display: inline-block;
	color: #117CC2;
	border-radius: 40px;
	text-align: center;
	font-size: 10px;
	padding: 3px 0 0 2px;
}
#store_locator_sidebar #loadMoreButton:disabled .fa-chevron-right {
	color: #dddddd;
}
#store_locator_sidebar #loadMoreButton {
	color: #117CC2;
	background: none;
	border: 1px solid #117CC2;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 2px;
	transition: .4s all ease;
}
#store_locator_sidebar #loadMoreButton:disabled {
	color: #dddddd;
	border: 1px solid #dddddd;
}
#store_locator_sidebar #loadMoreButton:hover {
	background: #117CC2;
	color: #fff;
}
#store_locator_sidebar #loadMoreButton:disabled:hover {
	background: none;
	color: #dddddd;
}
#store_locator_sidebar #loadMoreButton:hover .fa-chevron-right  {
	color: #fff;
}
#store_locator_sidebar #loadMoreButton:disabled:hover .fa-chevron-right  {
	color: #dddddd;
}
#store_locator_sidebar .store_locator_zip {
	margin-left: 5px;
}
.store_locator_result_list_item {
	padding-top: 14px;
	padding-bottom: 8px;
}
.store_locator_result_list_item.highlighted {
	background: rgb(251, 251, 251);
}
span.store_type_display {
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin-top: -3px;
	margin-bottom: 9px;
}
#store_locator_sidebar .store_locator_address {
	font-size: 13px;
	margin-top: 6px;
}

#store_locator_sidebar .store_locator_region br {
	display:none;
}

#store_locator_main .store_locator_infowindow .store_locator_custom_fields,
#store_locator_sidebar .store_locator_custom_fields {
	margin-bottom: 0;
}

#store_locator_main .store_locator_infowindow  .store_locator_custom_field,
#store_locator_sidebar .store_locator_custom_field {
	float: left;
	margin-right: 11%;
	margin-top: 5px;
}

#store_locator_main .store_locator_infowindow  .store_locator_custom_field:last-child,
#store_locator_sidebar .store_locator_custom_field:last-child {
	margin-right: 0;
}

#store_locator_main .store_locator_infowindow .store_locator_custom_field_name,
#store_locator_main .store_locator_infowindow .store_locator_custom_field_value,
#store_locator_sidebar .store_locator_custom_field_name,
#store_locator_sidebar .store_locator_custom_field_value {
	display: block;
}

#store_locator_main .store_locator_infowindow .store_locator_custom_field_name,
#store_locator_sidebar .store_locator_custom_field_name {text-transform: uppercase;color: rgb(16,47,76);font-size: 11px;font-weight: 700;}

#store_locator_main .store_locator_infowindow .store_locator_custom_field_value,
#store_locator_sidebar .store_locator_custom_field_value {
	font-size: 14px;
}

#store_locator_sidebar .store_locator_custom_field_value {
	font-size: 13px;
	}

#store_locator_main .store_locator_infowindow .store_locator_custom_fields:after,
#store_locator_sidebar .store_locator_custom_fields:after {
  content: "";
  display: table;
  clear: both;
}

#store_locator_sidebar .download-link {
	background: rgb(53,113,209);
	color: #fff;
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	padding: 14px 9px 14px 30px;
	background-image: url(../images/download-arrow.png);
	background-repeat: no-repeat;
	background-position: center left 20px;
	background-size: 17px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
#store_locator_sidebar .download-link:nth-of-type(2) {
	right: 0;
	left: auto;
}
.store_locator_custom_fields br {
	display: none;
}
#store_locator_sidebar .download-link:hover {
	background-color: #E3843B;
}

#store_locator_sidebar .download-link:first-child {
	border-left: none !important;
}

#store_locator_sidebar .download-link:last-child {
	border-left: 1px solid rgb(73, 137, 213);
}

#store_locator_sidebar .loading-indicator {
	width: 100%;
	text-align: center;
	margin: 10px 0 20px;
}

/* Filter Section */
.store_locator_filter_section {
	position: relative;
	width: 100%;
	height: 0;
	transition: .4s all ease;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	border-bottom: 1px solid #dfe0e6;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 10px;
}

.store_locator_filter_section.active {
	min-height: 62px;
	height: auto;
	visibility: visible;
	opacity: 1;
}


/* Toggle */
.display-toggle {
	float: right;
	display: flex;
	
}
#participant-map {
	margin-bottom: 0 !important;
}
#store_locator_filter_content .display-toggle a {
	display: inline-block;
	border: 1px solid #226FD8;
	border-radius: 4px;
	padding: 10px;
	position: relative;
	text-align: center;
	color: #fff;
	transition: all .5s ease;
	margin: 0;
	width: 86px;
}

.display-toggle a.active {
	background: #226FD8;
}
.display-toggle a.map-toggle {
  border-top-right-radius:0;
	  border-bottom-right-radius:0;
}

.display-toggle a.list-toggle {
	 border-top-left-radius:0;
	  border-bottom-left-radius:0;
}

/* Toggle */
#store_locator_filter_content .display-toggle {
	float: right;
	display: flex;
	
}

#store_locator_filter_content .display-toggle a {
	display: inline-block;
	border: 1px solid #226FD8;
	border-radius: 4px;
	position: relative;
	text-align: center;
	color: #fff;
	transition: all .5s ease;
	margin: 0;
	width: 86px;
	padding: 8px 8px 7px 20px;
	font-weight: 400;
	font-size: 14px;
}

#store_locator_filter_content .display-toggle span {
	position: absolute;
	left: 15px;
	top: 10px;
}

#store_locator_filter_content .display-toggle .list-toggle span {
	left: 17px;
	}

#store_locator_filter_content .display-toggle a.active {
	background: #226FD8;
}
#store_locator_filter_content .display-toggle a.map-toggle {
  border-top-right-radius:0;
	  border-bottom-right-radius:0;
}

#store_locator_filter_content .display-toggle a.list-toggle {
	 border-top-left-radius:0;
	  border-bottom-left-radius:0;
}

.store_locator_result_list_title {
	text-transform: none;
	border: none;
	margin: 0;
	font-size: 13px !important;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	position: relative;
}

h3.store_locator_result_list_title span:nth-of-type(1) {
	width: 70%;
	display: inline-block;
	font-size: 13px;
	line-height: 1.1em;
}

h3.store_locator_result_list_title span:nth-of-type(2) {
	width:70%;
	 font-size: 13px;
	line-height: 1.1em;
	text-align: right;
	margin-right: 15px;
}

/* .store_locator_filter_section .filter-button {
	border: none;
	background-color: #f77530;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 24px;
	color: #ffffff;
	margin-left: 20px;
}

.store_locator_filter_section .filter-button:hover {
	background-color: #226FD8;
} */

.store_locator_filter_section .filter-button {
	position: relative;
	color: #000;
	background: #fff;
	padding: 10px 13px 10px 29px;
	margin-left: 15px;
	border-radius: 3px;
	border: 1px solid #dedede;
	text-decoration: none;
	text-transform: none;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	transition: .4s all ease;
}
/* button#retrieveAllStores {
	position: relative;
	color: #226FD8;
	background: #fff;
	padding: 10px 13px 10px 13px;
	margin-left: 15px;
	border-radius: 3px;
	border: 1px solid #dedede;
	text-decoration: none;
	text-transform: none;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	transition: .4s all ease;
	position: absolute;
	right: 133px;
} */
#retrieveAllStores.noshow {
	display: none;
}

.dropdown.download button#retrieveAllStores {
	position: relative;
	
}

#reopenSidebar {
	display: inline-block;
	color: #226FD8;
	background: #fff;
	padding: 10px 13px 10px 13px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: 15px;
	border-radius: 3px;
	border: 1px solid #dedede;
	text-decoration: none;
	text-transform: none;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	transition: .4s all ease;
}

#reopenSidebar:hover {
	color: #226FD8;
	background: #eaeaea;
}

.store_locator_filter_section .filter-button:before {
	content: '';
	background: url(/wp-content/themes/eHeathx/images/filters-icon.svg) no-repeat;
	position: absolute;
	left: 11px;
	top: 10px;
	height: 15px;
	width: 14px;
	background-size: 100%;
}
.store_locator_filter_section .filter-button:hover {
	background: #eaeaea;
}
.store_locator_filter_section span.store-locator-badge {
	display: none;
}
.store_locator_filter_section #active_filters {
	flex-wrap: wrap;
	display: flex;
}
.store_locator_filter_section span.filter-pill {
	margin: 0 0 0 10px;
	background: #f6f6f6;
	border-radius: 30px;
	padding: 12px 15px;
	font-size: 13px;
	transition: .4s all ease;
}
.store_locator_filter_section #clear_filters {
	background: 0;
	padding: 0;
	color: #f77530;
	border: none;
	font-weight: 600;
	font-size: 12px;
	margin-right:20px;
	margin-left: 10px;
	margin-top: -10px;
}
.store_locator_filter_section #clear_filters:hover {
color: #117CC2;
}
.store_locator_filter_section #clear_filters:focus {
	outline: none;
}

span#filter_count {
	position: absolute;
	border-radius: 50px;
	background: #226FD8;
	height: 18px;
	width: 18px;
	text-align: center;
	color: #fff;
	padding-top: 3px;
	font-size: 9px;
	font-weight: bold;
	right: -9px;
	top: -9px;
}

.store_locator_filter_section .filter-box {
	position: absolute;
	left: 34.3%;
	top: 9px;
	z-index: 999999;
	background: #ffffff;
	padding: 25px 30px;
	border-radius: 3px;
	box-shadow: 0px 5px 40px 7px rgba(0, 0, 0, 0.13);
	display: none;
	width: 91%;
	border: 1px solid #d4d4d4;
	max-width: 370px;
}

.store_locator_filter_section .filter-box label {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 0px;
	color: #0a376a;
	margin-top: 17px;
	margin-bottom: 7px;
}

.store_locator_filter_section .filter-box label:first-child {
	margin-top: 0;
}

.store_locator_filter_section .filter-box label.multi-select-helper {
	font-weight: 300;
	text-transform: none;
	line-height: normal;
	margin: 6px 0 0;
	font-size: 12px;
}

.store_locator_filter_section .filter-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/select-arrow.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 15px;
	padding: 10px!important;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-transform: none;
	display: block;
	line-height: 1.5;
	box-sizing: border-box!important;
	width: 100%;
	font-size: 13px;
}

.store_locator_filter_section .filter-box input[type="submit"] {
	margin-top: 13px;
	font-size: 16px;
	float: none;
	width: 100%;
	background-color: #f77530;
	text-transform: uppercase;
	font-size: 14px;
	border-color: #f77530;
	clear: both;
	border-radius: 3px;
	padding: 10px 20px;
}
.store_locator_filter_section .filter-box input[type="submit"]:hover {
background: #226FD8;
border-color:#226FD8;
}

/* Elementor */
#store_modal_close {
	position: relative;
}


@media (min-width: 768px) {
	#store_locator_sidebar.active {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		height: 700px;
		border-right: 1px solid #dfe0e6;
	}

	#store_locator_sidebar.full-list {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border: none;
		box-shadow: none;
	}

	#store_locator_map {
		height: 700px !important;
	}
}
@media (min-width: 980px) {
	#store_locator_sidebar.active {
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
		height: 700px;
		border-right: 1px solid #dfe0e6;
	}

	#store_locator_map {
		height: 700px !important;
	}
}
@media (min-width: 1230px) {
	#store_locator_sidebar.active {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
		height: 700px;
		border-right: 1px solid #dfe0e6;
	}

	#store_locator_map {
		height: 700px !important;
	}
}

@media (min-width: 1650px) {
	#store_locator_sidebar.active {
		margin-top: -62px;
	}
	.store_locator_filter_section.active {
		padding-left: 30%;
	}
}
@media (max-width: 800px) {
#store_locator_search_box #store_locator_find_stores_button {
	padding: 10px 16px;
}	
body .tooltip .tooltiptext {
	left: -230px;
	top: 23px;
 }
}
@media (max-width: 767px) {
#store_locator_map {
	height: 500px !important;
}
#store_locator_result_list {
	max-height: 500px !important;
	}
html .elementor-43997 .elementor-element.elementor-element-44d3ce2e:not(.elementor-motion-effects-element-type-background), html .elementor-43997 .elementor-element.elementor-element-44d3ce2e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-size: cover;
}

#store_locator_sidebar.active {
	width: 100%;
	display: flex;
	flex: unset;
}

#store_locator_map {
	display: none !important;
}
.store_locator_filter_section .filter-box {
left: 23.3%;
}
}
@media (max-width: 650px) {
#search-participants #store_locator_search_box {
	padding: 0 0 1.5em;
}
.search-box-wrap .store-locator-col-12.store-locator-col-sm-12 {
	text-align:right;
}
.page-id-44019 #search-participants #store_locator_search_box #store_locator_find_stores_button {
	top: -40px;
}
	#store_locator_search_box input#store_locator_name_search_field, #store_locator_search_box input#store_locator_address_field {
		border-radius: 5px !important;
	}
	#store_locator_search_box .store-locator-row .display-toggle {
	display: none;
}
	#store_locator_search_box #store_locator_get_all_stores {
		position: absolute;
		bottom: 23px;
		left: 2.5em;
		font-size: 13px;
	}
	#store_locator_search_box #store_locator_filter {
margin: 20px 0 0;
position: absolute;
bottom: 59px;
right: auto;
left: 0;
padding: 0 2em;
	}
	.store_locator_filter_content .tooltip-wrapper {
		margin-left: 0;
	}
	#store_locator_search_box {
	padding: 0 1em 3em;
		position:relative;
}
	#store_locator_search_box .store-locator-row .single_filter:after {
		right: 24px;
}
}
@media (max-width: 440px) {
	#store_locator_search_box #store_locator_filter {
		bottom: 33px;
		right: 35px;
	}
	#reopenSidebar {
		position: absolute;
		right: -6px;
		top: 10px;
	}
}
#progressIndicator {
	position: fixed;
	top: 10px;
	right: 10px;
	padding: 10px;
	background-color: yellow;
	border: 1px solid black;
	z-index: 1000;
}

.download-alert, .query-alert {
	position: fixed;
	top: 25px;
	right: 20px;
	background-color: #fff;
	color: #333;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 20px 25px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	z-index: 99999;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.download-alert a,
.query-alert a {
	color: #007bff;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}

.download-alert a:hover,
.query-alert a:hover {
	text-decoration: underline;
}

.sidebar {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	height: 100%;
	background: #fff;
	border-left: 1px solid #ccc;
	padding: 20px;
	display: none;
	overflow-y: auto;
	box-shadow: -2px 0 5px rgba(0,0,0,0.1);
	z-index: 99999;
}
ul#searchQueueList li {
	background: #f6f6f6;
	border-radius: 4px;
	padding: 10px;
	font-size: 15px;
	font-weight: 500;
}
ul#searchQueueList li a {
	display: block;
}
#searchQueueSidebar h3 {
	text-transform: none;
	font-size: 22px;
	font-weight: 500;
}
button#closeSidebar {
	background: none;
	padding: 0;
}
#closeSidebar .fa-times-circle {
	color: #f77530;
	font-size: 18px;
}
.sidebar ul {
	list-style: none;
	padding: 0;
}
.sidebar li {
	margin-bottom: 10px;
}
.close-button {
	background: none;
	border: none;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}
.reopen-button {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	z-index: 1000;
}
.participant-legend {
	position: absolute;
	left: 6%;
	bottom: 8%;
	background-color: #FFF;
	border-color: #000;
	border: solid 1px #000;
	margin: 0px;
	height: 65px;
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0px 0px 10px;
}
  
  .participant-legend div {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 18px 18px;
	margin: 10px;
	font-weight: normal;
  }
  
  .participant-legend div.participant-marker {
	background-image: url(/wp-content/themes/eHeathx/images/participant-pin.svg);
  }
  
  .participant-legend div.sub-participant-marker {
	background-image: url(/wp-content/themes/eHeathx/images/subparticipant-pin.svg);
  }

  .dropdown {
	position: relative;
	display: flex;
	min-width: 350px;
}

.dropdown, button#retrieveAllStores, .store_locator_filter_section .filter-button, .store_locator_filter_section span.filter-pill {
	margin-bottom: 10px;
}

.dropdown .btn-primary {
	color: #226FD8;
	background: #fff;
	padding: 6px 15px 6px 15px;
	margin-left: 15px;
	border-radius: 3px;
	border: 1px solid #dedede;
	text-decoration: none;
	text-transform: none;
	font-size: 14px;
	font-weight: 500;
	height: 25px;
	transition: .4s all ease;
}
.dropdown.download {
position: absolute;
top: 11px;
right: 133px;
}
.dropdown.download .dropdown-menu {
	padding: 5px 0;
}
.dropdown.download .btn.btn-primary {
	font-size: 13px;
}
.dropdown .btn-primary:hover {
	color: #226FD8;
	background: #eaeaea;
}

.dropdown.download .btn.btn-primary {
height: 40px;	
}
.dropdown-container {
	margin-left: 15px;
	margin-top: 6px;
}
#download-label, #retrieve-label {
	display: flex;
	border-bottom: 1px solid #e6e6e6;
	color: #102f4c;
	align-content: center;
	padding-bottom:4px;
	position: relative;
}
#download-label:before, #retrieve-label:before, #download-label:after, #retrieve-label:after {
	position: absolute;
	content: "";
	height: 20px;
	width: 16px;
	background: #fff;
	left: 0;
	bottom: -2px;
}
#download-label:after, #retrieve-label:after {
right: 0;
left:auto;	
}
#download-label:hover, #retrieve-label:hover {
	color: #102f4c !important;
}
#download-label span, #retrieve-label span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:12px;
	font-weight: 600;
}
.dropdown-menu {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
	z-index: 999999;
}

.dropdown.download .dropdown-menu {
	left: -139px;
	top: 39px;
}
.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown .dropdown-item {
	color: black;
	background: none;
	border: none;
	padding: 6px 16px;
	display: block;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	text-align: left;
}

.dropdown .dropdown-item:hover {
	background-color: #f1f1f1;
	color: black;
}
.dropdown.download .dropdown-item:hover {
	background-color: #ffffff;
	color: #00827B !important;
}
.store_locator_filter_section .dropdown {
	min-width: 5px;
}

.tooltip-wrapper {
	position: relative;
	display: inline;
}

.store_locator_filter_content .tooltip-wrapper {
	margin-left: auto;
}

.tooltip-wrapper::after {
	content: attr(data-tooltip);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	white-space: nowrap;
	z-index: 10;
	font-size: 12px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none;
}

.tooltip-wrapper:hover::after {
	opacity: 1;
}

input:disabled {
	background-color: #e9ecef;
	cursor: not-allowed;
}

.search-box-wrap {
	margin: 0 auto;
	max-width: 1100px !important;
	background: #F4F4F4;
	box-shadow: 0px 5px 20px 0px rgba(4,25,23,0.15);
	padding: 20px 20px 10px 20px;
	border-radius: 10px;
}

.wordpress-store-locator-address-title {
	display: none;
}


#store_locator_search_box .store-locator-row {
	width: 44% !important;
	max-width: 50%;
	float: left;
	margin: 0;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

#store_locator_search_box input#store_locator_name_search_field {
	border-radius: 5px !important;
	background-image: url('https://rce.sequoiaproject.org/wp-content/uploads/2025/07/rce-map-search-icon.png') !important;
	background-repeat: no-repeat;
	background-position: center left 12px;
	background-size: 17px 17px !important;
	padding-left: 40px !important;
}


#store_locator_search_box input#store_locator_address_field {
	border-radius: 5px !important;
	background-image: url('https://rce.sequoiaproject.org/wp-content/uploads/2025/07/rce-map-marker-pin-v2.png') !important;
	background-repeat: no-repeat;
	background-position: center left 12px;
	background-size: 17px 17px !important;
	padding-left: 40px !important;
}


#store_locator_search_box input#store_locator_address_field, #store_locator_search_box input#store_locator_name_search_field {
	padding: 12px;
	font-size: 15px;
	color: #39444C;
	font-family: 'Open Sans', sans-serif;
}

#store_locator_search_box #store_locator_find_stores_button {
	background-color: #10847C !important;
	font-size: 14px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700 !important;
	right: 0 !important;
	top: -46px !important;
	padding: 12px 30px !important;
}

#store_locator_search_box #store_locator_find_stores_button:hover {
	background-color: #0D544E !important;
}

#store_locator_search_box .store-locator-row:nth-of-type(3), .page-id-44019 #store_locator_search_box .store-locator-row:nth-of-type(4) {
	width: 100%;
	max-width: 40%;
	float: right !important;
	margin: 0;
}

#store_locator_filter_content #store_locator_reset_all_stores {
	margin-left: auto;
	margin-right: 10px;
	margin-top: 2px !important;
	display: inline-block;
	align-items: center;
	color: #0D544E !important;
	font-size: 14px !important;
}

#store_locator_search_box #store_locator_get_all_stores {
	display: inline-block;
	margin-top: 8px !important;
	font-size: 14px !important;
	color: #0D544E !important;
	font-style: normal;
	padding-left: 20px;
}

#store_locator_map {
	border-radius: 5px;
}

#store_locator_sidebar {
	background: none !important;
	padding: 0 10px !important;
}

#store_locator_sidebar.active {
	border: none !important;
}

#store_locator_sidebar_content {
	background: #F4F4F4 !important;
	border-radius: 5px;
}

.store_locator_filter_section {
	background: none !important;
	border: none !important;
}

.store_locator_result_list_title {
	border-radius: 5px 5px 0 0;
}

.store_locator_result_list_title {
	background: #DAE0DF !important;
}

h3.store_locator_result_list_title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #083632;
}

#store_locator_sidebar #loadMoreButton:disabled {
	color: #9FACAA !important;
	border: 1px solid #9FACAA !important;
}

#store_locator_sidebar #loadMoreButton:disabled .fa-chevron-right {
	color: #9FACAA !important;
}

#store_locator_result_list {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.store_locator_result_list_item {
	background: #fff !important;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 5px;
	border: none !important;
}

#store_locator_sidebar .store_locator_result_list_item:hover {
	background: #dae0df !important;
}

#store_locator_sidebar .store_locator_details {
	font-family: 'Open Sans', sans-serif;
}

#store_locator_sidebar .store_locator_name {
	color: #0D544E !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

span.store_type_display {
	color: #083632;
}

#store_locator_sidebar .store_locator_address {
	font-size: 12px !important;
	margin-top: 14px !important;
	color: #57585B;
}

#store_locator_main .store_locator_address, #store_locator_sidebar .store_locator_address {
	padding-left: 22px !important;
	background-image: url('https://rce.sequoiaproject.org/wp-content/uploads/2025/07/rce-map-location-v2.png') !important;
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 15px 17px !important;
}

.store_locator_filter_section .filter-button:before {
	content: '';
	background: url('https://rce.sequoiaproject.org/wp-content/uploads/2025/07/rce-filter-icon-sm.png') no-repeat !important;
	top: 13px !important;
	width: 13px !important;
	height: 15px !important;
}

.store_locator_filter_section .filter-button {
	color: #fff !important;
	font-size: 14px !important;
	font-family: 'Open Sans', Arial, sans-serif;
	background: #00827B !important;
	border: none !important;
}

.store_locator_filter_section .filter-button:hover {
	background: #0D544E !important;
}

.store_locator_filter_section .filter-box label.multi-select-helper {
	font-weight: 400 !important;
	font-size: 11px !important;
}

.store_locator_filter_section .filter-box label {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600 !important;
	color: #0D544E !important;
}

.store_locator_filter_section .filter-box input[type="submit"] {
	background-color: #00827B !important;
	border-color: #00827B !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 700;
}

.store_locator_filter_section .filter-box input[type="submit"]:hover {
	background: #0D544E !important;
	border-color: #0D544E !important;
}

span#filter_count {
	background: #29C4A9 !important;
	font-family: 'Open Sans', sans-serif;
}

.store_locator_filter_section span.filter-pill {
	background: #E9F6F4 !important;
	padding: 8px 10px !important;
	font-size: 10px !important;
	font-family: 'Open Sans', sans-serif;
}

.store_locator_filter_section #clear_filters {
	color: #29C4A9 !important;
	font-size: 11px !important;
	font-family: 'Open Sans', sans-serif;
}

.store_locator_filter_section #clear_filters:hover {
	color: #00827B !important;
}

.dropdown .btn-primary {
	color: #00827B !important;
	background: #F4F4F4 !important;
	border: 1px solid #F4F4F4 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600 !important;
}

#reopenSidebar {
	color: #00827B !important;
	background: #F4F4F4 !important;
	border: 1px solid #F4F4F4 !important;
	font-weight: 600 !important;
	font-family: 'Open Sans', sans-serif;
}

.dropdown.download {
	right: 120px !important;
}

#searchQueueSidebar h3 {
	font-size: 20px !important;
	font-weight: 700 !important;
	font-family: 'Open Sans', sans-serif;
	color: #0D544E;
}

#closeSidebar .fa-times-circle {
	color: #00827B !important;
}

.dropdown.download .dropdown-menu {
	font-family: 'Open Sans', sans-serif;
}

.dropdown.download .dropdown-item:hover {
	color: #00827B !important;
}

.store_locator_loading i {
	color: #00827B !important;
}

#store_locator_main .store_locator_name {
	color: #0D544E !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	padding-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}

span.store_type_display {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #083632;
}

#store_locator_main .store_locator_address {
	font-family: 'Open Sans', sans-serif;
}

.participant-legend {
	left: 1% !important;
	bottom: 5% !important;
	background-color: #E9F6F4 !important;
	border: solid 1px #C5D4D2;
	width: 140px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	padding: 5px 10px 5px 10px !important;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif !important;
	display: none !important;
}

.participant-legend div {
	padding-left: 20px !important;
	background-position: initial !important;
	background-size: 15px 18px !important;
}

.participant-legend div.participant-marker {
	background-image: url('https://rce.sequoiaproject.org/wp-content/uploads/2025/07/rce-participant-map-pin-legend.png') !important;
}

.participant-legend div.sub-participant-marker {
	background-image: url('https://rce.sequoiaproject.org/wp-content/uploads/2025/07/rce-subparticipant-map-pin-legend.png') !important;
}

.store_locator_sidebar .store_locator_no_stores {
	color: #57585B !important;
	font-size: 15px !important;
	text-align: left !important;
	font-family: 'Open Sans', sans-serif;
}

.store_locator_sidebar .store_locator_no_stores span a {
	color: #00827B !important;
}

.store_locator_filter_section.active {
	display: none;
}

#store_locator_sidebar.active {
	margin-top: 0 !important;
}

#store_locator_sidebar #loadMoreButton {
	color: #fff !important;
	background: #10847C !important;
	border: 1px solid #10847C !important;
	font-weight: 600 !important;
	border-radius: 4px !important;
}

#store_locator_sidebar #loadMoreButton .fa-chevron-right {
	color: #fff !important;
}

#store_locator_sidebar #loadMoreButton:hover {
	background: #0D544E !important;
	border: 1px solid #0D544E !important;
}

.store_locator_participant, .store_locator_subparticipants {
	color: #083632 !important;
	font-family: 'Open Sans', sans-serif;
}

.store_locator_participant:hover, .store_locator_subparticipants:hover {
	color: #00827B !important;
}

.store_locator_participant svg path, .store_locator_subparticipants svg path {
	fill: #00827B !important;
}

.store_locator_actions {
	font-family: 'Open Sans', sans-serif;
}

#store_locator_main .gm-style-iw.gm-style-iw-c .gm-style-iw-d .store_locator_details {
	padding: 0 15px 15px 15px !important;
}

#store_locator_sidebar .store_locator_result_list_title {
	display: none;
}

#store_locator_sidebar.active .store_locator_result_list_title {
	display: flex;
}


@media (min-width: 451px and max-width: 850px) {
	#store_locator_search_box .store-locator-row {
		max-width: 40% !important;
	}
}


@media screen and (max-width: 450px) {
	#store_locator_search_box .store-locator-row {
		width: 100% !important;
}

	.search-box-wrap {
		padding: 20px 0px 10px 0px !important;
}

	.search-box-wrap .store-locator-col-12.store-locator-col-sm-12 {
		text-align: center !important;
}

	#store_locator_search_box #store_locator_find_stores_button {
		top: 0 !important;
		width: 100% !important;
		text-align: center !important;
}

	#store_locator_search_box #store_locator_get_all_stores {
		position: initial  !important;
		text-align: left;
}

	#store_locator_search_box #store_locator_filter {
		right: 70px !important;
		bottom: 58px !important;
		text-align: right !important;
}

	.store_locator_filter {
		width: 98% !important;
}

}

#store_locator_search_box .store-locator-row .store-locator-radius-filte {
	display: none !important;
}

.store_type_display {
	display: none !important;
}

.store_locator_participant {
	display: none !important;
}				