/* Wrapper */
.valid .input-text input, .valid .input-text select, .valid .input-text textarea, .valid .zip-search-input {
	border-color:var(--primary-color);
}

.rel-fragments.scroller.events {
	border-top:2px solid #7eddd3;
}
.map-section.v1 > .el-tab-panel {
	height: 41.555em;
	margin-top:0;
}

.map-section {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.map-section .mobile-link{
	text-align: center;
	display: none;
}

.map-section .loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	opacity: 0;
	z-index: 4;
	transition: opacity 0.3s ease-in-out 0s, opacity 0s ease-in-out 0.3s;
	visibility: hidden;
}

.map-section .loader:before {
	content: url(/images/healthcare/brand/logo.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.map-section.loading .loader {
	animation: loading 1s linear 0s infinite alternate;
	transition: opacity 0.3s ease-in-out 0s, visibility 0s ease 0s;
}

@keyframes loading {
	0% { opacity: 0.3; visibility: visible; }
	100% { opacity: 0.8; visibility: visible; }
}

icon.pop {
	display: none;
}

.map-section.v1 .search-form a.zip {
    position: absolute;
    top: .5rem;
    right: 0;
}

.mobile-location {
	display:none;
}
/* End Wrapper */

/* Total Results and Toggle btn */

.map-section .count-and-view-all {
	padding: 1em 1.66em 0;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}

.map-section .count-and-view-all .count {
	display: block;
	width: 100%;
	color: var(--text-color);
	margin-bottom: .5em;
}

.map-section .count-and-view-all .no-nearby-locations {
	display: none;
}

.map-section .count-and-view-all .no-nearby-locations.show {
	display: block;
}

.map-section .count-and-view-all .feedback {
	display: none;
	padding: 0.5em;
	border: 0.278em solid #990000;
	margin-top: 0.5em;
	color: var(--text-color);
	margin-bottom: 1em;
	line-height: 1em;
}

.map-section .count-and-view-all .no-locations .notification {
	margin-top: 1em;
	display: block;
}

.map-section .count-and-view-all .no-locations .heading {
	display: block;
	margin-bottom: 0.5em;
}

.map-section .count-and-view-all .no-locations.show {
	display: block;
	max-width: 100%;
}

.map-section .count-and-view-all .toggle-link {
	display: block;
	color: var(--secondary-color);
}

.no-touch .map-section .count-and-view-all .toggle-link:hover {
	color: #990000;
}

.map-section .count-and-view-all .toggle-link icon {
	margin-right: 0.5em;
}

.map-section .count-and-view-all .toggle-link span {
	vertical-align: 0.15em;
}

.map-section .count-and-view-all .view-map {
	display: none;
}

/* End Total Results and Toggle btn */

/* Results List */

.map-section .location > .flex .box {
	width: 80%;
}

.map-section .search-results .filter-container{
	background-color: var(--light-color);
	padding: 1em;
}
.map-section .search-results .filter-container li{
	padding: 0;
}

.map-section .search-results li,
.mobile-location .system-cards > [class*="item"] {
	border-top: 1px solid #707070;
	padding: 1.7em 1.6em 1.7em;
}

.map-section .search-results li:first-of-type, .map-section .search-results li.active + li {
	border-top: none;
}

.map-section .search-results li.active {
	border: 2px solid #707070;
}

.map-section .search-results li img {
	max-width: 1.4em;
}

.map-section .search-results li .info, .map-section .map-view .location {
	line-height: 1.1;
	width: 100%;
}

.map-section .search-results li .info em {
	-ms-transform: translateY(-.3rem);
	-webkit-transform: translateY(-.3rem);
	transform: translateY(-.3rem);
}

.map-section .search-results li .info address, .map-section .map-view .location address, .map-view .cluster-popup address {
	font-style: normal;
}

.map-section .search-results li .info a strong, .map-section .map-view .location strong a, .map-view .cluster-popup strong a {
	color: var(--click1-color);
	display: block;
	transition: color var(--transit-1);
}

.map-section .search-results li .info a:hover strong, .map-section .map-view .location strong a:hover, .map-view .cluster-popup strong a:hover,
.map-section .search-results li .info a:focus strong, .map-section .map-view .location strong a:focus, .map-view .cluster-popup strong a:focus {
	color: var(--click2-color);
}

/* End Results List */

/* Map View */
.map-section .map-view {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.map-section .ui-scroll::-webkit-scrollbar {
    background-color: #C9C9C9;
    width: 8px;
}

.map-section .ui-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
    border: none;
    background-color: #777777;
}

.map-section .map-view .imap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.map-section .map-view .location {
	position: absolute;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out 0s;
	color: var(--text-color);
	max-width: 26rem;
	min-width: 20rem;
	z-index: 1;
	left: 50%;
	bottom: 50%;
}

.using-popups .map-section .map-view .location {
	display: block;
}

.using-popups .map-section .map-view .location.active {
	opacity: 1;
	z-index: 10;
	visibility: visible;
	-webkit-transform: translate(-182px, -10px);
	-ms-transform: translate(-182px, -10px);
	transform: translate(-182px, -10px);
	padding: 1.7em 2.22em;
}

.using-popups .map-section .map-view .location.active.leftside.bottom {
	-ms-transform: translate(-191px, 10px);
	-webkit-transform: translate(-191px, 10px);
	transform: translate(-191px, 10px);
}

.using-popups .map-section .map-view .location.active.rightside {
	-ms-transform: translateX(197px);
	-webkit-transform: translateX(197px);
	transform: translateX(197px);
}

.using-popups .map-section .map-view .location:before{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--white-color);
	z-index: -1;
	display: block;
	content: '';
}

.using-popups .map-section .map-view .location h4 {
	margin-top: 0;
	text-transform: none;
}

.using-popups .map-section .map-view .location:after {
	z-index: -2;
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	top: 100%;
	-ms-transform: translate(196px, -10px) rotate(-45deg) skewX(0deg);
	-webkit-transform: translate(196px, -10px) rotate(-45deg) skewX(0deg);
	transform: translate(196px, -10px) rotate(-45deg) skewX(0deg);
	left: 0;
	background-color: var(--click1-color);
}

.using-popups .map-section .map-view .location .close, .map-view .cluster-popup .close {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	display: block;
	line-height: 1;
	cursor: pointer;
}

.using-popups .map-section .map-view .location .close svg, .map-view .cluster-popup .close svg {
	color: var(--click1-color);
	font-size: 1.11rem;
	border-radius: 50%;
	transition: color var(--transit-1), border-color var(--transit-1);
}

.using-popups .map-section .map-view .location .close:hover svg, .using-popups .map-section .map-view .location .close:focus svg, .map-view .cluster-popup .close:hover svg, .map-view .cluster-popup .close:focus svg {
	color: var(--click1-color);
	border-color: var(--click1-color);
}

.using-popups .map-section .map-view .location.rightside.top:after {
	right: 0;
	left: auto;
	-ms-transform: translate(-211px, -65%) rotate(-45deg) skewX(0deg);
	-webkit-transform: translate(-211px, -65%) rotate(-45deg) skewX(0deg);
	transform: translate(-211px, -65%) rotate(-45deg) skewX(0deg);
}

.using-popups .map-section .map-view .location.bottom:after {
	top: 0;
	-ms-transform: translate(207px, -45%) rotate(-45deg) skewX(0deg);
	-webkit-transform: translate(207px, -45%) rotate(-45deg) skewX(0deg);
	transform: translate(207px, -45%) rotate(-45deg) skewX(0deg);
}

.using-popups .map-section .map-view .location.rightside.bottom:after {
	right: 0;
	left: auto;
	top: 0;
	-ms-transform: translate(-221px, -45%) rotate(-45deg) skewX(0deg);
	-webkit-transform: translate(-221px, -45%) rotate(-45deg) skewX(0deg);
	transform: translate(-221px, -45%) rotate(-45deg) skewX(0deg);
}

.using-popups .map-section .map-view .location .flex {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: 0.3s ease;
	transform-origin: 7% 100%;
}

.using-popups .map-section .map-view .location.rightside .flex {
	-ms-transform-origin: 93% 100%;
	-webkit-transform-origin: 93% 100%;
	transform-origin: 93% 100%;
}

.using-popups .map-section .map-view .location.bottom .flex {
	-ms-transform-origin: 7% 0%;
	-webkit-transform-origin: 7% 0%;
	transform-origin: 7% 0%;
}

.using-popups .map-section .map-view .location.rightside.bottom .flex {
	-ms-transform-origin: 93% 0%;
	-webkit-transform-origin: 93% 0%;
	transform-origin: 93% 0%;
}

.using-popups .map-section .map-view .location.active .flex {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.map-section .map-view .location .distance {
	display: none;
}

.map-section .map-view .location .more-info {
	display: none;
}

.gm-style .cluster {
	background-size: cover;
}

.gm-style .cluster:hover:before {
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}

.gm-style .cluster:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: transform 0.4s ease 0s, box-shadow 0.4s ease 0s;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
}

.gm-style .cluster-number {
	color: var(--white-color);
	position: absolute;
	font-size: 1.37em;
	background-color: transparent;
	line-height: 1em;
	border-radius: 50%;
	padding: 0.3em;
	display: table;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.map-view icon.pop {
	display: block;
	position: absolute;
	right: -.5em;
	top: -.5em;
	color: var(--primary-color);
	font-size: 1.5em;
	background-color: var(--white-color);
	border-radius: 50%;
	cursor: pointer;
}

.map-view icon.pop:hover {
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}

/* End Map View */

/* Custom Cluster Popup */
.map-view .cluster-popup {
	cursor: default;	
	text-align: left;
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%, calc(-100% - 22px));
	-webkit-transform: translate(-50%, calc(-100% - 22px));
	transform: translate(-50%, calc(-100% - 22px));
	background-color: white;
	width: 22.5rem;
	display: none;
	z-index: 1;
	border-bottom: 5px solid var(--click1-color);
}

.map-view .cluster-popup:after {
	content: '';
	width: 15px;
	height: 15px;
	background-color: var(--click1-color);
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 13px) rotate(45deg);
	-ms-transform: translate(-50%, 13px) rotate(45deg);
	transform: translate(-50%, 13px) rotate(45deg);
	bottom: 0;
	z-index: -1;
}

_.map-view .cluster-popup:before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	position: absolute;
	content: '';
	background-color: var(--click2-color);
}

.map-view .cluster-popup.show {
	display: block;
}

.map-view .cluster-popup ul {
	max-height: 16.5em;
	z-index: 1;
	background-color: var(--white-color);
}

.map-view .cluster-popup li {
	padding: 1rem;
}

.map-view .cluster-popup li + li {
	border-top: 1px solid var(--text-color);
}

[data-role='noResultsModal']{
	text-align: center;
	box-shadow: 0 0 .5em rgba(0,0,0,.25);
}

[data-role='noResultsModal'] h4{
	font-size: 1.66em;
}

[data-role='noResultsModal'] span{
	position: absolute;
	top: 0;
	right: 0;
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	line-height: 1;
}

[data-role='noResultsModal'] span svg{
	color: var(--white-color);
    width: 1.25em;
    height: 1.25em;
    padding: .25em;
    background-color: #B01C2E;
    border-radius: 50%;
}
/* End Custom Cluster Popup */

/* No Results */

.no-results {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	width: 100%;
	max-width: 34.667em;
	box-shadow: 0 15.981px 37px 13px rgba(0, 0, 0, 0.25);
	z-index: 2;
	background-color: #40362d;
	transition: opacity .3s ease 0s, visbility 0s ease 0.3s;
	text-align: center;
	padding: 4em;
	border-radius: 0.5em;
}

.no-results.show_ {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease 0s, visbility 0s ease 0s;
}

.no-results .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	padding: 1em;
	background-color: #F56920;
	border-radius: 50%;
	color: #FFF;
	transition: background-color .3s ease-in-out 0s;
	cursor: pointer;
}

.no-touch .no-results .close-btn:hover {
	background-color: #990000;
}

.no-results .img-con {
	margin-bottom: 2em;
}

.no-results .info p {
	color: #FFF;
	margin: 0 auto;
	line-height: 1.5em;
}

.no-results .info a {
}
/* End No Results */

/* Location Details */

.side-zone .location-details .hours > ul > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    line-height:1;
}

.side-zone .location-details .hours > ul > li > strong,
.side-zone .location-details .hours > ul > li > b {
	padding-right: .5rem;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    color: var(--primary-color);
    line-height:1;
}

.side-zone .location-details .hours > ul > li + li {
	padding-top:.889rem;
}

.contact-us.v2 fieldset > ul > li.select {
	width:calc(31.778rem - 1.667rem);
	flex:0 1 auto;
}

.contact-us.v2 fieldset > ul > li:not(.select) {
	width:calc(8.722rem - 1.667rem);
	flex:0 1 auto;
} 

.side-zone .system-entry > div .label-style {
	padding-top:.833rem;
}

.side-zone .system-entry > div .ui-repeater .label-style:first-of-type {
	padding-top:.2778rem;
}

.side-zone .system-entry > div .phone-link {
	display:block;
	line-height:1;
	padding-top:.222rem;
}

.side-zone .system-entry address + .link-style-1 {
	margin-bottom:.611rem;
}

.side-zone .hours {
	margin-top:2.667rem;
}

.system-style .system-links {
	padding-bottom:0;
}

.bold-link {
	font-weight:700;
}
/* End Location Details */

/* IE Specific Fallbacks */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.using-popups .map-section .map-view .location .close, .map-view .cluster-popup .close {
		right: 1rem;
	}
}
/* End IE Specific Fallbacks */

/* 1440px Responsive */
@media screen and (max-width:1440px) {
}
/* End 1440px Responsive */

/* 1280px Responsive */
@media screen and (max-width:1280px) {
	.map-section .map-with-search{
		height: 50vw;
	}
	.map-section .search-results {
		width:33%;
	}
	
	.map-section .map-box {
		width:66%;
	}
}
/* End 1280px Responsive */

/* 1100px Responsive */
@media screen and (max-width:1100px) {
}
/* End 1100px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	.location-sub-zone {
		display:none;
	}
	.map-section.v1 > .el-tab-panel{
		height: auto;
	}
	
	.map-section.v1 > .el-tab-panel .map-box{
		width: 100vw;
		height: 100vw;
		opacity: 0;
		z-index: -10;
		position: absolute;
		
	}
	
	.mobile-location {
		display:block;
	}
	
	.mobile-location .system-cards > [class*="item"] {
	    width: 100% !important;
	    margin: 0;
	}
	
	.map-section .search-results {
		width: 100%;
		height: auto;
	}
	
	.map-section .count-and-view-all, .results{
		padding-left: 0;
		padding-right: 0;
	}
	
	.locations-search.v1 .search-area.search-form li.header{
		width: auto !important;
		flex: 0 0 auto;
	}
	
	.locations-search.v1 .search-area.search-form li.fields{
		width: auto !important;
		flex: 1 1 auto;
	}
	
	.map-section {
		padding:0 2.5%;
	}
	
	.mobile-box {
		display:block;
		width:100%;
		text-align:center;
	}
	
	.mobile-location-all {
		display:none;
	}
}

/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
}
/* End 650px Responsive */

