input:focus, 
input:focus-visible {
	border: unset;
	box-shadow: unset;
	outline: unset;
}
#ry-pg-body.location-wrapper {
	padding-top: 5em;
	background: #e5edf7;
}
.location-wrapper .ry-container {
	max-width: 1600px !important;
	width: 90% !important;
}
.location-wrapper .ry-container .bh-sl-container {
	padding: 0;
	float: initial;
	color: initial;
	flex-direction: column;
}
.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container {
	margin-top: 0;
	float: initial;
	clear: both;
	display: flex;
	width: calc(100% - 80px);
	padding: 30px 40px 50px;
	background: #f8f8f8;
	align-items: center;
	border-radius: 40px;
	border: 1px solid #eee;
	position: relative;
}
.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .switch__wrapper {
	position: absolute;
	bottom: 20px;
	left: 240px;
}
.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .switch__wrapper a {
	font-weight: 700;
	font-size: 14px;
	/* text-transform: uppercase; */
	color: var(--color-primary);
}
.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .switch__wrapper svg {
	width: 15px;
	margin-bottom: -5px;
	fill: var(--color-primary);
}
.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container h3 {
	margin-bottom: 0 !important;
	font-size: 24px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin-right: 20px;
	min-width: 180px;
	font-weight: 400;
	/* margin-top: 0 !important; */
}
.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container #bh-sl-user-location {
	width: 100%;
	position: relative;
}
.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .form-input {
	width: 100%;
	margin-top: 0 !important;
	float: initial;
	position: relative;
}
.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .form-input:before {
	content: "\f002";
	font-family: 'FontAwesome';
	color: #666;
	position: absolute;
	top: 50%;
	transform: translate(0, -48%);
	left: 20px;
	font-size: 14px;
}

.form-heading {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.form-heading a#switch-location {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 18px;
}

.form-heading a#switch-location svg#Capa_1 {
    fill: #5eb1a3;
    width: 13px;
    position: relative;
    top: 5px;
}
.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .form-input input {
	margin: 0 !important;
	height: 55px;
	border: unset;
	width: 100%;
	border-radius: 10px;
	padding-left: 50px;
	font-size: 16px;
	font-family: 'Montserrat';
}
.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container #bh-sl-user-location #bh-sl-submit {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 16px !important;
	height: 52px !important;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 500 !important;
	background: #c38d9d;
	padding: 0 25px;
}
.location-sub-header {
	padding: 50px 0;
	display: none;
}
.location-sub-header h3 {
	margin-bottom: 0 !important;
	font-size: 24px !important;
	font-weight: 300 !important;
}
.location-sub-header h3 span {
	font-weight: 500;
}
.bh-sl-container .bh-sl-map-container {
	margin-top: 0 !important;
	display: flex;
	flex-direction: row-reverse;
	padding-top: 3em;
	justify-content: space-between;
}
.bh-sl-container .bh-sl-map {
	height: calc(100vh - 120px) !important;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list {
	/* max-width: 550px; */
	/* width: 53%; */
	padding-right: 15px;
	margin-right: 30px;
	height: calc(100vh - 120px);
	min-width: 520px;
	overflow-y: visible;
}
/*

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
background-color: #fff;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list::-webkit-scrollbar-thumb
{
background-color: #efefef;
}
*/
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container {
	background: transparent !important;
	border: navajowhite;
}
.bh-sl-container .bh-sl-loc-list ul .location-container .ry-each-accordion {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 30px;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(:last-child) {
	/* margin-bottom: 20px; */
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion h4 {
    color: #fff !important;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion {
	padding: 25px 40px;
	border-radius: 30px;
	background: var(--color-primary);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	clear: both;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion h4 {
	margin-bottom: 0 !important;
	font-size: 20px !important;
	font-weight: 400;
	color: #fff;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion {
	border: 1px solid #ddd;
	border-top: unset;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-bottom: 40px;
	height: 100%;
}
.bh-sl-container .container-data {
	padding: 25px 25px 10px 25px;
}
.bh-sl-container .container-data .ry-flex {
	padding: 0 10px 25px;
	border-bottom: 1px solid #ddd;
	flex-direction: column !important;
}
.bh-sl-container .container-data .ry-flex .ry-each:nth-child(1) {
	/* max-width: 150px; */
	/* min-width: 150px; */
}
.bh-sl-container .container-data .ry-flex .ry-each .photo {
	display: flex;
	min-width: 150px;
	max-width: 150px;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	border: 1px solid #eee;
	min-height: 150px;
	position: relative;
	display: none;
}
.bh-sl-container .container-data .ry-flex .ry-each .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.bh-sl-container .container-data .ry-flex .ry-each:nth-child(2) {
	width: 100%;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details {
	display: flex;
	align-items: center;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details:not(.social-icons) {
	margin-bottom: 10px;
}

.hours-list.services-list li p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details:not(.social-icons) .fa {
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background: #535253;
	color: #ffffff;
	border-radius: 50%;
	margin-right: 15px;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper a {
	font-size: 17px;
	color: #666;
	display: block;
	/* padding-left: 15px; */
	line-height: 1.3;
	text-align: left;
	font-weight: normal !important;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper a:hover {
	color: var(--color-primary);
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper .span-1 {
	font-size: 14px;
	text-transform: uppercase;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 45px;
	display: none;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data {
	display: flex;
	width: 30px;
	height: 30px;
	background: var(--color-primary);
	border-radius: 50%;
	justify-content: center;
	color: #fff;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data:not(:last-child) {
	margin-right: 15px;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data a {
	font-size: 16px;
	color: #ffffff;
}
.bh-sl-container .container-data .ry-flex .ry-each .each-details.social-icons .icons-data svg {
	display: none;
	width: 15px;
	height: 15px;
	fill: var(--color-primary);
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details {
	padding: 0 35px;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion .inner-content {
	display: none;
	padding-top: 10px;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p, 
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion {
	font-size: 18px;
	font-weight: 500 !important;
	font-family: 'Figtree';
	color: #c38d9d;
	padding: 15px 0 15px;
	line-height: 1;
	display: block;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion:hover {
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p {
	padding-bottom: 0;
	position: relative;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p:before {
	content: "";
	position: absolute;
	right: 0;
	border: solid #535253;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: 7px;
	transition: .3s;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data {
	font-size: 16px;
	font-family: 'Figtree';
	color: #333;
	background: transparent !important;
	border: unset;
	display: flex;
	float: inherit;
	text-align: left;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data a {
	color: #000;
	text-align: left;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion p {
	position: relative;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data a:after,
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion p:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 12px;
	position: absolute;
	right: 0;
	color: var(--color-primary);
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion:after {
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data .span-1 {
	min-width: 150px;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .inner-accordion {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.bh-sl-container .bh-sl-map {
	height: 1045px;
}
.bh-sl-container button span {
	color: #fff !important;
	display: none !important;
}
.bh-sl-container .bh-sl-loc-list ul .services-list ul li a:after {
	border: solid var(--color-primary);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-bottom: 1px;
	position: absolute;
	right: 0;
	top: 10px;
}
.bh-sl-container .bh-sl-loc-list ul .services-list ul li {
    cursor: initial;
    display: list-item !important;
    list-style: initial !important;
}
.bh-sl-container .bh-sl-loc-list ul .services-list ul li {
	cursor: initial;
}
.bh-sl-container .bh-sl-loc-list ul .services-list ul li, 
.bh-sl-container .bh-sl-loc-list ul .services-list ul li a {
	font-size: 16px;
	font-family: 'Figtree';
	color: #000;
	clear: both;
	float: initial;
	border: unset;
}

.bh-sl-container .bh-sl-loc-list ul {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    padding-left: 10px;
}




.gm-style .gm-style-iw-c {
    max-width: 240px !important;
    padding: 15px !important;
    background: linear-gradient(60deg, #1c6aa6 0%, #8fb77c 100%) !important;
    display: none !important;
}


.gm-style .gm-style-iw-c .gm-style-iw-d {
	padding: 0 !important;
	background: transparent;
	overflow: unset !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-d .practiceName {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Figtree';
	text-transform: initial;
	color: #fff;
	letter-spacing: 1px;
}
.gm-style .gm-style-iw-c .gm-style-iw-d .addressinfo {
	display: none;
}
.bh-sl-container button span {
	color: #fff !important;
	display: none !important;
}
.gm-style .gm-style-iw-tc::after {
    background: linear-gradient(60deg, #1c6aa6 0%, #8fb77c 100%) !important;
    display: none;
}


/* NOT ACTIVE */
/*
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(1) {
display: none;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) {
padding-left: 0;
width: 100%;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) .social-icons {
display: none;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) {
padding-left: 0;
width: 100%;
flex-direction: row !important;
display: flex;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) .each-details {
max-width: 50% !important;
width: 100%;
margin-bottom: 0;
}
*/
/* END NOT ACTIVE */

/* ACTIVE LIST MAP */
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus .headline-accordion {
    background: linear-gradient(60deg, #1c6aa6 0%, #8fb77c 100%) !important;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus {
	border: unset;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus .content-accordion {
	border: 1px solid #74a585;
}
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header.active p:before {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transition: .3s;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus .content-accordion .container-details .inner-header p,
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus a.button-accordion.view-store-link {
    color: var(--color-primary) !important;
}


.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus
.each-details:not(.social-icons) .fa,
.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container.list-focus
.each-details.social-icons .icons-data{
    background: linear-gradient(60deg, #1c6aa6 0%, #8fb77c 100%) !important;
}




.gm-style-iw-chr {
    display: none !important;
}


/* END ACTIVE */




/* QA */
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1080px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container {
		padding: 10px 20px 40px;
		width: calc(100% - 40px);
	}
	.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container h3 {
		letter-spacing: initial;
		font-size: 18px !important;
		min-width: 120px !important;
	}
	.bh-sl-container .bh-sl-map {
		padding-bottom: 75%;
		position: relative;
		height: auto !important;
		width: 100% !important;
	}
	.bh-sl-container .bh-sl-map-container {
		float: initial;
		clear: initial;
		display: flex;
		flex-direction: column;
	}
	.bh-sl-container .bh-sl-map {
		width: 100%;
		margin-bottom: 30px;
	}
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list {
		min-width: unset;
		width: 100%;
		max-width: 100%;
	}
	.bh-sl-container .bh-sl-loc-list > ul {
		display: flex;
		margin-left: -10px !important;
		width: calc(100% + 10px) !important;
		flex-wrap: wrap;
	}
	.bh-sl-container .bh-sl-loc-list ul .location-container {
		max-width: calc(50% - 10px);
		margin-left: 10px !important;
		width: 100%;
	}
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) {
		flex-direction: column !important;
	}
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) .each-details {
		margin-bottom: 15px;
	}
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .location-container:not(.list-focus) .container-data .ry-flex .ry-each:nth-child(2) .each-details {
		max-width: 100% !important;
	}
	.bh-sl-container .container-data .ry-flex .ry-each:nth-child(1) {
		max-width: 100px;
		min-width: 100px;
	}
	.bh-sl-container .container-data .ry-flex .ry-each .photo {
		display: flex;
		min-width: 100px;
		max-width: 100px;
		min-height: 100px;
	}
	.bh-sl-container .container-data .ry-flex .ry-each:nth-child(2) {
		width: calc(100% - 100px);
		padding-left: 20px;
	}
	.gm-style .gm-style-iw-c {
		padding: 10px !important;
	}
	.gm-style .gm-style-iw-c .gm-style-iw-d .practiceName {
		font-size: 12px;
	}
	#ry-pg-body.location-wrapper {
		padding-top: 110px;
	}
	.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .switch__wrapper {
		position: absolute;
		bottom: 10px;
		left: 160px;
	}
	.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .switch__wrapper a {

		font-size: 12px;
	}
}

@media (max-width: 991px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper a {
		font-size: 14px;
	}
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data {
		font-size: 14px;
		line-height: 2;
	}
	.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper .span-1 {
		font-size: 12px;
	}
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .inner-header p, 
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .button-accordion {
		font-size: 16px;
		text-align: left;
	}

	.bh-sl-container .container-data .ry-flex .ry-each .photo img {
		max-width: 80px !important;
		min-width: 80px !important;
		height: 80px;
		object-fit: contain;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.bh-sl-container .container-data .ry-flex .ry-each:nth-child(2) {
		padding-left: 10px;
	}
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion h4 {
		font-size: 16px !important;
	}
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion {
		padding: 25px 20px;
	}
	.bh-sl-container .container-data {
		padding: 25px 10px 10px 10px;
	}
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details {
		padding: 0 20px;
	}


}

@media (max-width: 800px) {
	.bh-sl-container .container-data .ry-flex .ry-each .each-details .content-wrapper a,
	.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .content-accordion .container-details .hours-list .hours-list-container .hours-data {
		font-size: 12px;
	}
	.bh-sl-container .bh-sl-loc-list ul .services-list ul li, 
	.bh-sl-container .bh-sl-loc-list ul .services-list ul li a,
	.bh-sl-container .bh-sl-loc-list ul .services-list ul li p {
		font-size: 12px;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.bh-sl-container .bh-sl-loc-list ul .location-container {
		max-width: calc(100% - 10px);
	}
}
@media (max-width: 620px) {
	.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container {
		flex-direction: column-reverse;
	}
	.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container h3 {
		min-width: unset !important;
		margin-right: 0;
		margin-top: 10px;
	}
	.location-wrapper .ry-container .bh-sl-container .bh-sl-form-container .switch__wrapper {
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		text-align: center;
	}
}
@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/

}


#locations-list {overflow-y: visible;}
#locations-list::-webkit-scrollbar:vertical {
	width: 12px;
}

#locations-list::-webkit-scrollbar:horizontal {
	height: 12px;
}

#locations-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#locations-list::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 12px;
	background-color: #F5F5F5;
}

#locations-list::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgb(0 0 0 / 20%);
	border: 2px solid #ffffff;
}


/* Infowindow Roboto font override */
.gm-style div, .gm-style span, .gm-style label, .gm-style a {
	font-family: Arial, Helvetica, sans-serif; }

/* InfoBubble font size */
.bh-sl-window {
	font-size: 13px; }

.bh-sl-error {
	clear: both;
	color: #ae2118;
	float: left;
	font-weight: bold;
	padding: 10px 0;
	width: 100%; }

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
	border-radius: 0 !important;
	box-shadow: none !important;
	max-height: none !important;
	max-width: none !important; }

.bh-sl-container {
	box-sizing: border-box;
	color: #555;
	float: left;
	font: normal 14px/1.4 Arial, Helvetica, sans-serif;
	padding: 0 15px;
	width: 100%;
	/* Avoid issues with Google Maps and CSS frameworks */ }
.bh-sl-container > * {
	box-sizing: content-box !important; }
.bh-sl-container .bh-sl-form-container {
	clear: left;
	float: left;
	margin-top: 15px;
	width: 100%; }
.bh-sl-container .form-input {
	float: left;
	margin-top: 3px;
	width: 100%; }
@media (min-width: 768px) {
	.bh-sl-container .form-input {
		width: auto; } }
.bh-sl-container .form-input label {
	display: block;
	font-weight: bold;
	width: 100%; }
@media (min-width: 768px) {
	.bh-sl-container .form-input label {
		display: inline-block;
		width: auto; } }
.bh-sl-container .form-input input, .bh-sl-container .form-input select {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: normal 14px/1.4 Arial, Helvetica, sans-serif;
	margin: 15px 0;
	padding: 6px 12px;
	width: 100%;
	-webkit-border-radius: 4px; }
@media (min-width: 768px) {
	.bh-sl-container .form-input input, .bh-sl-container .form-input select {
		width: auto;
		margin: 0 15px 0 10px; } }
.bh-sl-container .loc-alt-dist {
	display: none; }
.bh-sl-container button {
	background: #00447a;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	float: left;
	font: bold 14px/1.4 Arial, Helvetica, sans-serif;
	margin-top: 3px;
	padding: 6px 12px;
	white-space: nowrap;
	-webkit-border-radius: 4px; }
.bh-sl-container .bh-sl-loading {
	background: url(../img/ajax-loader.gif) no-repeat;
	float: left;
	margin: 4px 0 0 10px;
	height: 16px;
	width: 16px; }
.bh-sl-container .bh-sl-filters-container {
	clear: both;
	float: left;
	margin: 15px 0;
	width: 100%; }
.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
	float: left;
	list-style: none;
	margin: 0 100px 0 0;
	padding: 0; }
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
	clear: left;
	display: block;
	float: left;
	margin: 5px 0;
	width: 100%; }
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
	display: inline;
	vertical-align: text-bottom; }
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
	display: block;
	float: left;
	margin-right: 8px; }
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: normal 14px/1.4 Arial, Helvetica, sans-serif;
	padding: 6px 12px;
	-webkit-border-radius: 4px; }
.bh-sl-container .bh-sl-map-container {
	clear: left;
	float: left;
	margin-top: 27px;
	width: 100%; }
@media (min-width: 1024px) {
	.bh-sl-container .bh-sl-map-container {
		margin-bottom: 3em; } }
.bh-sl-container .bh-sl-map-container a {
	color: #005293;
	text-decoration: none; }
.bh-sl-container .bh-sl-map-container a:active, .bh-sl-container .bh-sl-map-container a:focus, .bh-sl-container .bh-sl-map-container a:hover {
	text-decoration: underline; }
.bh-sl-container .bh-sl-loc-list {
	font-size: 13px;
	height: 530px;
	overflow-x: auto;
	width: 100%; }
@media (min-width: 1024px) {
	.bh-sl-container .bh-sl-loc-list {
		width: 30%; } }
.bh-sl-container .bh-sl-loc-list ul {
	list-style: none;
	margin: 0;
	padding: 0; }
.bh-sl-container .bh-sl-loc-list ul li {
	border: 1px solid #fff;
	/* Adding this to prevent moving li elements when adding the list-focus class*/
	box-sizing: border-box;
	clear: left;
	cursor: pointer;
	display: block;
	float: left;
	width: 100%; }
.bh-sl-container .bh-sl-loc-list .list-label {
	background: #00192d;
	border-radius: 15px;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	margin: 10px 0 0 15px;
	padding: 4px 7px;
	text-align: center;
	width: auto;
	min-width: 13px; }
.bh-sl-container .bh-sl-loc-list .list-details {
	float: left;
	margin-left: 6px;
	width: 80%; }
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
	padding: 10px; }
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
	color: #8e8e8e;
	font-weight: bold;
	font-style: italic; }
.bh-sl-container .bh-sl-loc-list .list-focus {
	border: 1px solid rgba(0, 82, 147, 0.4);
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; }
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
	height: 20px;
	position: relative;
	width: 100%; }
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
	right: 6px;
	top: 0; }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
	margin: 0 2%;
	/* Avoid issues with table-layout */ }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
	table-layout: auto;
	width: 100%; }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table, .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
	vertical-align: middle;
	border-collapse: separate; }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
	padding: 1px; }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
	margin: 10px 0;
	border: 1px solid #c0c0c0; }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
	padding: 3px; }
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
	font-weight: bold;
	margin: 15px; }
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
	margin: 0 15px; }
.bh-sl-container .loc-name {
	/* Picked up by both list and infowindows */
	font-size: 15px;
	font-weight: bold; }
.bh-sl-container .bh-sl-map {
	border-radius: 10px;
	float: left;
	height: 530px;
	width: 100%; }
@media (min-width: 1024px) {
	.bh-sl-container .bh-sl-map {
		border-radius: 30px;
		width: 70%;
		border: 20px solid #fff;
		} }
.bh-sl-container .bh-sl-pagination-container {
	clear: both; }
.bh-sl-container .bh-sl-pagination-container ol {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	text-align: center; }
.bh-sl-container .bh-sl-pagination-container ol li {
	color: #005293;
	cursor: pointer;
	display: inline-block;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px; }
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
	color: #555;
	cursor: auto;
	text-decoration: none; }

/* Modal window */
.bh-sl-overlay {
	background: url(../img/overlay-bg.png) repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000; }
.bh-sl-overlay .bh-sl-modal-window {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #656565;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	/* width divided by 2 */
	margin-top: 60px;
	height: 620px;
	width: 920px;
	z-index: 10010; }
.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
	margin-top: 50px;
	/* increase map container margin */ }
.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
	float: left;
	padding: 0 1%;
	/* there's already a margin on the top of the map-container div */
	width: 98%; }
.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
	right: 22px;
	top: 13px; }

#ry-pg-body.location-wrapper .bh-sl-container .bh-sl-error {
    position: absolute;
    bottom: -10px;
    text-align: center;
    color: #333;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.bh-sl-close-icon {
	cursor: pointer;
	height: 24px;
	position: absolute;
	width: 24px; }
.bh-sl-close-icon:after, .bh-sl-close-icon:before {
	background: #ccc;
	content: '';
	display: block;
	height: 24px;
	margin: -3px 0 0 -1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 3px;
	top: 3px;
	width: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg); }
.bh-sl-close-icon:hover:after, .bh-sl-close-icon:hover:before {
	background: #b3b3b3; }
.bh-sl-close-icon:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); }

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion span {
    text-transform: uppercase;
    color: #fff;
}

.bh-sl-container .bh-sl-map-container .bh-sl-loc-list .headline-accordion h4 {
    text-transform: initial !important;
    font-weight: 500;
    font-size: 23px !important;
}

.bh-sl-container .container-data .ry-flex .ry-each .each-details a.phone-data {
    font-weight: 700 !important;
}



