.fdoc-interactive-map-new {
	margin: 0 0 3em 0;
}

.fdoc-interactive-map-new .fdoc-interactive-map--wrapper-new {
	position: relative;
	
	
	/* width:800px; */
	display:flex;
	flex-direction:column-reverse;
}
.fdoc-interactive-map-new .fdoc-interactive-map--map-wrapper{
	width:100%;
}
.fdoc-interactive-map-new .fdoc-interactive-map--gmap {
	width:100%;
	height:100%;
	overflow:hidden;
	/* padding-bottom:56.25%; */
	position:relative;
	min-height:400px;
	}
	.fdoc-interactive-map-new .fdoc-interactive-map--gmap iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}

	.fdoc-interactive-map-new .fdoc-interactive-map--locations-new {
	width:100%;
	flex-direction:column-reverse;
	
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new i{
	color: #FA6464 !important;

}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-wrapper{
	overflow-y: scroll;
    position: relative;
    display: block;
	height:100vh;
    max-height: 480px;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new.active {
	/* transform: translateX(0); */
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-search{
	display:none;
	padding: 20px;
    justify-content: space-between;
    background-color: lightgray;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-search a, .fdoc-interactive-map--locations-search-mobile a, a.button{
	display: flex;
    cursor: pointer;
    border-radius: 3px;
    padding: 8px 21px;
    align-items: center;
    border: 2px solid #2D5F5A;
    color: #2D5F5A !important;
}
.fdoc-interactive-map-new .fdoc-interactive-map--locations-search a:hover, .fdoc-interactive-map--locations-search-mobile a:hover{
background-color: #2D5F5A;
color:white !important;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-search-mobile{
	display:flex;
	padding: 20px;
    justify-content: space-between;
    background-color: lightgray;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-title{
	background-color: #ffe64b;
	padding-left:20px;
	display:none;
	height:50px;
	align-items: center;
	
}
.fdoc-interactive-map-new .fdoc-interactive-map-new .fdoc-interactive-map--locations-title.show-mobile{
	
	display:flex;

}
.fdoc-interactive-map-new .fdoc-interactive-map--locations-title p{
	margin:0;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-count{
	font-weight: 800 !important;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-search input, .fdoc-interactive-map--locations-search-mobile input{
	width:80%;
	max-width: 260px;
	border-radius:8px;


}
.fdoc-interactive-map-new .fdoc-interactive-map-new .fdoc-interactive-map--locations-search-mobile input{
	max-width: 320px;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-search button, .fdoc-interactive-map--locations-search-mobile button{
	padding:11px;
	margin-left:15px;
	color: #2D5F5A !important;
    background-color: lightgray !important;
    border: 2px #2D5F5A solid;
    border-radius: 3px !important;
	outline:none;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-search button:hover, .fdoc-interactive-map--locations-search-mobile button:hover{
	color: #fff !important;
    background-color: #2D5F5A !important;
}
.fdoc-interactive-map-new .fdoc-interactive-map--locations--vendor {
	
	display:flex;
	flex-direction:column;
	background-color: rgba(0,0,0,.1);
	
}


.fdoc-interactive-map-new .fdoc-interactive-map--locations--vendor.even{
	background-color: #F7F8F8;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations--vendor.odd{
	background-color: rgba(0,0,0,.1);
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations--vendor.hidden {
	display: none;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations--vendor.active {
	display: block !important;
}
.fdoc-interactive-map-new .fdoc-interactive-map--locations--toprow{
	display:flex;
}
.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .logo {
	
    width: 180px;
    
    align-items: start;
	padding-top:20px;
    display: flex;
    justify-content: center;
	
}
.fdoc-interactive-map-new .fdoc-interactive-map--locations .logo .logo-img{
	min-width:132px;
	padding:0 10px;
	display: flex;
	justify-content: center;

}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .logo .logo-img.green{
	padding:10px;
	background-color: green;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .logo .logo-img img {
	width: 100%;
	max-width:120px;
	
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .logo .logo-img.green img{
	max-width:70px;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .contact {
	padding: 20px 20px 5px;
	
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .contact h3, .fdoc-interactive-map--locations-new .contact h4 {
	margin: 0;
	padding: 0;
	color:#121213;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .contact h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: initial;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .contact h4 {
	font-size: 15px;
	text-transform: uppercase;
	line-height: initial;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .contact p {
	margin-top:8px;
	margin-bottom:5px;
	text-transform: capitalize;
	line-height: 1.4;
	font-size: 12px;
}
.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .contact p a{
	text-transform: none;
	cursor: pointer;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .contact p a .svg-inline--fa{
	margin-left:2px;
}


.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .contact p a:hover{
color:#FA6464;
text-decoration: underline;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations-new .contact .close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 5px;
	cursor: pointer;
	z-index: 10;
	color: white;
	opacity: 0.5;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations--divider{
	width:100%;
	padding:8px;
	background-color: #F7F8F8;
}

.fdoc-interactive-map-new .fdoc-interactive-map--locations--divider hr{
  width:80%;
  margin:0px auto;
  color: #DEDDDB;
}

.fdoc-interactive-map-new .map-tooltip {
	position: absolute;
	left:-1000px;
	background: white;
	color: #FA6464;
	border: 1px solid #FA6464;
	padding: 8px;
}

.fdoc-interactive-map-new .offerings-tooltip {
	position: absolute;
	left:-1000px;
	background: #2D5F5A;
	color: white;
	border: 1px solid #2D5F5A;
	padding: 5px 10px;
}
.fdoc-interactive-map-new .offerings-tooltip.bottom:before{
	content: '';
    position: absolute;
    left: calc( 100%/2 - 10px);
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2D5F5A;
    clear: both;
}
.fdoc-interactive-map-new .offerings-tooltip.top:after{
	content: '';
    position: absolute;
    left: calc( 100%/2 - 10px);
    top: 34px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2D5F5A;
    clear: both;
}

.fdoc-interactive-map-new .location-screen{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
	opacity:0.0;
	display:none;
}

.fdoc-interactive-map-new .locations-offerings-wrapper{
	display:flex;
}

.fdoc-interactive-map-new .locations-offerings-wrapper h2{
	font-size:14px !important;
	line-height:initial !important;
	font-weight: 600;
	font-family: 'Mark Pro', sans-serif !important;
	margin:0px 4px 0px 0px;
}

.fdoc-interactive-map-new .locations-offerings-wrapper ul{
	display:inline-block;
}
.fdoc-interactive-map-new .locations-offerings-wrapper ul li{
	list-style-type: none;
}

.fdoc-interactive-map-new .locations-offerings-wrapper .offering-icon{
	display:block;
	min-width:24px;
	text-align: center;
	height:24px;
	margin:0px 1px;
	color: #FA6464;
}

.fdoc-interactive-map-new .fdoc-interactive-map--filters-wrapper{
	display:none;
	flex-direction: column;
	z-index:10;
	position: absolute;
	width: 100%;
	min-width:360px;
	height: 72vh;
	left: 0px;
	top: 0px;
	/* Neutrals/Background Gray */
	background: #F7F8F8;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
}
.fdoc-interactive-map-new .filters-exit-wrapper{
	display:table;
	cursor: pointer;
}
.fdoc-interactive-map-new .fdoc-interactive-map--filters-header{
	display:flex;
	max-height: 86px;
    height: 100%;
	justify-content: space-around;
	align-content: center;
}
.fdoc-interactive-map-new .fdoc-interactive-map--filters-header .rows{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 93%;
    border-bottom: 1px lightgray solid;
}
.fdoc-interactive-map-new .fdoc-interactive-map--filters-header .rows .row-1{
	width:100%;
	justify-content: end;
    display: flex;
}
.fdoc-interactive-map-new .fdoc-interactive-map--filters-header .rows .row-2 h3{
	margin: 0px;
    color: var( --e-global-color-8977e4a );
    font-family: "Mark Pro", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: initial;
}
.fdoc-interactive-map-new .fdoc-interactive-map--filters-header .rows .row-2{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;

}

.fdoc-interactive-map-new .fdoc-interactive-map--filters-header .rows .row-2 .filters-tally-wrapper{
	font-size: 12px;
	font-weight: 800;
	padding-right:4px;
}

.fdoc-interactive-map-new .fdoc-interactive-map-new .fdoc-interactive-map--filters-header .rows .row-2 .filters-tally-wrapper .filters-tally{
	
}

.fdoc-interactive-map-new .fdoc-interactive-map--filters-body{
	display:flex;
	padding: 0px 20px 68px;
	justify-content: space-between;
	align-content: center;
	flex-direction: column;
}
.fdoc-interactive-map-new .fdoc-interactive-map--filters-footer{
	display:flex;
	max-height: 116px;
    height: 100%;
	justify-content: space-around;
	align-content: center;
flex-direction: column;
padding: 2px 16px 16px;
gap: 16px;

/* Neutrals/Light Gray */
background: #DEDDDB;
}
.fdoc-interactive-map-new .fdoc-interactive-map--filters-footer .row-1{
display:flex;
justify-content: space-between;
}

.fdoc-interactive-map-new .fdoc-interactive-map--filters-footer .row-1 .clear-filters-wrapper a.clear-all{
cursor: pointer;
font-size:12px;
font-family: 'Mark Pro', sans-serif;
}
.fdoc-interactive-map-new .fdoc-interactive-map--filters-footer .row-2{
	display:flex;
	justify-content: center;
}
.fdoc-interactive-map-new .fdoc-interactive-map--filters-footer .row-2 a.button{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	max-width:180px;
	justify-content: center;
	color:white !important;
	font-family: 'Mark Pro', sans-serif;
	font-size: 16px;
	border:none;
	/* Neutrals/Disabled Gray */
	background: #757575;
}

.fdoc-interactive-map-new .locations-col{
display:flex;
min-width:40%;

}

.fdoc-interactive-map-new .locations-col.column{
flex-direction: column;
}

.fdoc-interactive-map-new .locations-col.column .row{
	flex-direction: row;
	padding: 0px 12px 0px 0px;
}
.fdoc-interactive-map-new .locations-col.column .row label{
	margin-left:10px;
}
.fdoc-interactive-map-new .locations-col-wrapper{
	margin-top:20px;
	width:100%;
	display:flex;
}
.fdoc-interactive-map-new .filter-title{
	font-family: 'Mark Pro', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom:8px;
	min-height:24px;
}
.fdoc-interactive-map-new .filters-text-count{
	font-weight: 700;
	font-family: 'Mark Pro', sans-serif;
	font-size: 12px;
	line-height: 20px;
	/* identical to box height, or 167% */
	text-align: right;
	
	color: #000000;
	
}

@media (prefers-reduced-motion: reduce) {
	.fdoc-interactive-map-new .fdoc-interactive-map--locations-new {
		transition: none;
	}
}

@media screen and (min-width: 1024px) {
	.fdoc-interactive-map-new .fdoc-interactive-map--wrapper-new {
		flex-direction:row;
		overflow: hidden;
		/* height: 90vh; */
		
	}
	.fdoc-interactive-map-new .fdoc-interactive-map--map-wrapper{
		width:66%;
	}
	.fdoc-interactive-map-new .fdoc-interactive-map--filters-wrapper{
		width: 41.6%;
		min-width:350px;
	}
	.fdoc-interactive-map-new .fdoc-interactive-map--locations-new {
		width:47%;
		min-width:350px;
		
	}
	.fdoc-interactive-map-new .fdoc-interactive-map--locations-search{
		display:flex;
	}
	
	.fdoc-interactive-map-new .fdoc-interactive-map--locations-search-mobile{
		display:none;
	}
	.fdoc-interactive-map-new .fdoc-interactive-map--locations-title{
		display:flex;
		height:50px;
		align-items: center;
	}
	.fdoc-interactive-map-new .fdoc-interactive-map--locations-title.show-mobile{
		
		display:none;
	
	}
}