/* @group Maps
------------------------------------ */
.map-main nav a,
.map-main nav button {
	color: rgba(25, 45, 88, 1);
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 1.643em;
	text-align: center;
	height: 5.3rem;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.map-main nav a i {
	font-size: 1.286em;
	vertical-align: middle;
}
.map-main nav a span,
.map-main nav button span {
	display: inline-block;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
	font: normal 600 2rem / 1.94em var(--proxima-font);
}
.map-main nav button {
	background: var(--yellow);
	color: var(--navy-blue);
}
.map-main nav button.active {
	background: var(--yellow);
	color: var(--navy-blue);
}
.map-main nav button.active span {
	font-weight: 700;
}
/* .map-main nav a { background: rgba(244,190,168,1); line-height: 5.3rem; } */

.map-main iframe {
	width: 100%;
	height: 100vh;
}
.map-main .mapContainer {
	height: 64.5rem;
}

.map-main .mapplic-zoom-buttons {
	position: absolute;
	top: 5.4rem;
	right: 6.8rem;
	width: 3.8rem;
	margin: 0;
	box-shadow: none;
}
.map-main .mapplic-zoom-buttons .mapplic-button {
	background: rgba(26, 46, 87, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 1.6rem;
	text-align: center;
	line-height: 3.8rem;
	box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
	height: 3.8rem;
	width: 3.8rem;
	border-radius: 100%;
	margin-top: 0.7rem;
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.map-main .mapplic-zoom-buttons .mapplic-disabled {
	background: rgba(26, 46, 87, 0.5);
	cursor: not-allowed;
}
.map-main .mapplic-zoomin-button::before {
	content: '\e927';
}
.map-main .mapplic-zoomout-button::before {
	content: '\e928';
}
.map-main .mapplic-tooltip-title {
	color: #333 !important;
}
.map-main .mapplic-popup-link {
	background: #888 !important;
}
.mapplic-element .mapplic-pin.pin-label {
	box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.6);
}
.map-main .mapplic-legend {
	display: none !important;
}
.map-main .mapplic-tooltip img {
	height: auto !important;
}
.map-main .mapplic-tooltip-content {
	max-height: none;
}
.map-main section[data-target='map-4'] .mapplic-element .mapplic-pin.pin-label {
	box-shadow: none !important;
}

@media only screen and (min-width: 961px) {
	.map-main nav button {
		background: var(--light-blue);
		color: var(--navy-blue);
	}
}

/* @end */

/* Map - Bubble Container
----------------------*/
.map-main .mapContainer .bubble_container .bubble {
	overflow: visible !important;
	background: rgba(255, 255, 255, 1) !important;
	border: none !important;
	padding: 0 !important;
	width: 16.8rem !important;
	height: auto !important;
	text-align: left !important;
	border-radius: 0 !important;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16) !important;
}
.map-main .mapContainer .bubble_container .arrow div {
	display: none !important;
}
.map-main .mapContainer .bubble_container .box {
	padding: 1.3rem 2.5rem 1.1rem 1.2rem;
}
.map-main .mapContainer .bubble_container h4 {
	color: rgba(26, 46, 87, 1);
	font: 700 1.4rem / 1.218em proxima-nova, Arial, helvetica sans-serif;
	margin: 0 0 1rem;
}
.map-main .mapContainer .bubble_container p {
	color: rgba(0, 100, 163, 1);
	font: 600 1rem / 1.2em proxima-nova, Arial, helvetica sans-serif;
	letter-spacing: 0.9px;
}
.map-main .mapContainer .bubble_container p a {
	color: rgba(0, 100, 163, 1);
}
/* Download bTTN
----------------------*/
.bttn-download {
	z-index: 1;
}
.bttn-download .download-map {
	background: rgba(26, 46, 87, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 1.6rem;
	text-align: center;
	box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
	height: 3.8rem;
	width: 3.8rem;
	border-radius: 100%;
	border-bottom: 1px solid #eee;
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* margin: 6.1rem 6.8rem 0 0; */
	margin: 1.6rem 6.55rem 0 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Map - Filters Bottom
----------------------*/
.map-main .filter-bar {
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	z-index: 4;
	bottom: 0;
	display: block;
}
.map-main .filter-bar ul {
	display: flex;
	height: 4.2rem;
}
.map-main .filter-bar ul li {
	background: #eef5f7;
	flex-grow: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.map-main .filter-bar ul li a {
	transition: all 600ms ease-in-out;
	color: #2db8e8;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.2em;
	width: 100%;
}
.map-main .filter-bar ul li a span {
	display: inline-block;
	position: relative;
}
.map-main .filter-bar ul li a span::after {
	bottom: -0.7rem !important;
	background: rgba(0, 178, 224, 1) !important;
}
.map-main .filter-bar ul li:nth-child(1).active {
	background-color: rgba(197, 233, 245, 1);
}
/*.map-main .filter-bar ul li:nth-child(2).active{ background-color: rgba(25,45,88,1); }
.map-main .filter-bar ul li:nth-child(3).active{ background-color: rgba(241,201,119,1); }*/
.map-main .filter-bar ul li:nth-child(2).active {
	background-color: rgb(241 201 119);
}
.map-main .filter-bar ul li:nth-child(3).active {
	background-color: rgba(27, 159, 11, 1);
}
.map-main .filter-bar ul li:nth-child(4).active {
	background-color: rgba(0, 178, 224, 1);
}
.map-main .filter-bar ul li:nth-child(4).active a,
.map-main .filter-bar ul li:nth-child(3).active a {
	color: #ffffff;
}
.map-main .filter-bar ul li:nth-child(4).active a span::after,
.map-main .filter-bar ul li:nth-child(3).active a span::after {
	background: #ffffff !important;
}
.map-main .filter-bar ul li:nth-child(2).active a {
	color: rgba(25, 45, 88, 1);
}
.map-main .filter-bar ul li:nth-child(2).active a span::after {
	background: rgba(25, 45, 88, 1) !important;
}

/* Map - Map Widget
----------------------*/
.widget-container {
	position: absolute;
	top: 3rem;
	right: 3rem;
	z-index: 2;
	box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.23);
	overflow: hidden;
	color: var(--navy-blue);
}
.view-filter {
	background-color: var(--yellow);
	border-radius: 3.5em;
	width: 58.6rem;
}
.view-property {
	width: 44.1rem;
	background: var(--white);
}
.widget-container.hide-widget {
	display: none;
}
.widget-container .top-buttons {
	width: 100%;
	display: flex;
	height: 5rem;
	border-block: 0.15rem solid var(--white);
}
.widget-container .top-buttons a {
	flex-grow: 1;
	text-transform: uppercase;
	color: var(--navy-blue);
	font-family: var(--proxima-font);
	font-size: 2em;
	letter-spacing: 0.1em;
	line-height: 1.75em;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
.widget-container .top-buttons a.active {
	background: rgb(24, 51, 101);
	color: #ffffff;
}
.widget-container h3 {
	font-size: 3em;
	color: #1a2e57;
	line-height: 1.278em;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 3rem;
}
.widget-container h4 {
	font: normal 600 1.8em / 1.94em var(--proxima-font);
	color: var(--navy-blue);
	text-transform: uppercase;
	letter-spacing: 0.1111em;
}
.widget-container h4 span {
	font-size: 1.5rem;
	vertical-align: bottom;
}
.widget-container p {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #183365;
}
/* .widget-container div:not(.filter-header):not(.filter-widget-inline) button {
	height: 4rem;
	background: #183365;
	font-weight: 600;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
	display: block;
	width: 100%;
	text-transform: uppercase;
} */

.wp_mapbox_gl_js_frontend_popup {
	width: 39rem;
	position: absolute !important;
	top: 3rem;
	left: auto;
	right: 3rem;
	z-index: 2;
	background-color: #ffffff;
	box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.23);
}
/* .wp_mapbox_gl_js_frontend_popup.hide-widget{ display: none;} */
.wp_mapbox_gl_js_frontend_popup .top-buttons {
	width: 100%;
	display: flex;
	height: 5rem;
}
.wp_mapbox_gl_js_frontend_popup .top-buttons a {
	flex-grow: 1;
	text-transform: uppercase;
	color: rgb(24, 51, 101);
	font-size: 1.2em;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp_mapbox_gl_js_frontend_popup .top-buttons a.active {
	background: rgb(24, 51, 101);
	color: #ffffff;
}
.wp_mapbox_gl_js_frontend_popup h3 {
	font-size: 18px;
	color: #1a2e57;
	line-height: 23.1644px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: proxima-nova, Arial;
	margin-bottom: 1rem;
}
.wp_mapbox_gl_js_frontend_popup h4 {
	font-size: 12px;
	color: #00b2dd;
	line-height: 23.1644px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: proxima-nova, Arial;
}
.wp_mapbox_gl_js_frontend_popup p {
	font-size: 1em;
	line-height: 1.2em;
	color: #183365;
	font-family: proxima-nova, Arial;
}
.wp_mapbox_gl_js_frontend_popup button {
	height: 4rem;
	background: #183365;
	font-weight: 600;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
	display: block;
	width: 100%;
	text-transform: uppercase;
}

/* Map - Find a Village
----------------------*/
.widget-container .find-village {
	display: none;
}
.widget-container .find-village.active {
	display: block;
}
.widget-container .find-village .filters {
	background-color: #f1c977;
	display: flex;
	justify-content: space-between;
	height: 5rem;
	padding: 2rem;
}
.widget-container .find-village .filters p,
.widget-container .find-village .filters a {
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}
.widget-container .find-village .filters .icon-filters:before {
	color: rgba(23, 44, 89, 1);
	transform: rotate(90deg);
}
.widget-container .find-village .content-village {
	background-color: #ffffff;
	padding: 1rem;
	height: 47.7rem;
	overflow-y: scroll;
}
.widget-container .find-village .content-village::-webkit-scrollbar,
.widget-container.view-property::-webkit-scrollbar {
	width: 0.5rem;
}
.widget-container .find-village .content-village::-webkit-scrollbar-track,
.widget-container.view-property::-webkit-scrollbar {
	-webkit-box-shadow: inset 6px 6px 6px rgba(199, 233, 244, 1);
}
.widget-container .find-village .content-village::-webkit-scrollbar-thumb,
.widget-container.view-property::-webkit-scrollbar-thumb {
	background-color: rgba(0, 100, 163, 1);
	outline: 0.1rem solid rgba(0, 100, 163, 1);
}

.widget-container .find-village .content-village .box {
	cursor: pointer;
	transition: all 600ms ease-in-out;
	background-color: #ffffff;
	padding: 1.6rem 2rem;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.23);
	margin-bottom: 1rem;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.widget-container .find-village .content-village .box h4 {
	margin-bottom: 1.3rem;
}
.widget-container .find-village .content-village .box .img-box {
	height: 11.2rem;
	width: 11.9rem;
}
.widget-container .find-village .content-village .box .box-text {
	width: 19.5rem;
}
.widget-container .find-village .content-village .box:last-child {
	margin-bottom: 0;
}

/* Map - Find a Village Filters Page
----------------------*/
.widget-container .filters-widget {
	display: none;
	position: absolute;
	z-index: 3;
	bottom: 0;
	top: 0;
	background: white;
	padding: 3.8rem;
	width: 100%;
}
.widget-container .filters-widget form {
	margin-top: 5rem;
}
.widget-container .filters-widget button {
	margin-bottom: 1.7rem;
}
.widget-container .filters-widget label {
	color: #00b2dd;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-weight: 700;
	display: block;
	font-size: 1.2em;
}
.widget-container .filters-widget input {
	border: 1px solid #183365;
	border-radius: 3px;
	margin-bottom: 2.6rem;
}
.widget-container .filters-widget .close-widget {
	position: absolute;
	top: 2.83rem;
	left: 3rem;
	font-size: 1.2em;
}
.widget-container .filters-widget input {
	height: 4rem;
}

/* Map - Regional Map
----------------------*/
.regional-map {
	padding: 3.6rem 6.8rem;
	display: none;
	max-height: 59rem;
	overflow-y: scroll;
}
/* .regional-map::-webkit-scrollbar{ display: none; } */
.regional-map::-webkit-scrollbar {
	width: 0.5rem;
}
.regional-map::-webkit-scrollbar-track {
	margin-bottom: 2rem;
}
.regional-map::-webkit-scrollbar-thumb {
	background-color: var(--navy-blue);
}
.regional-map.active {
	display: block;
}
.regional-map .region-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 3rem;
}
.regional-map .buttons-group {
	display: flex;
	gap: 1.5rem;
}
.regional-map [data-comp='time'] .bttn-group {
	padding-top: 0.5rem;
}
.regional-map .buttons-group a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.8rem;
	height: 4.8rem;
	border: 0.15rem solid var(--navy-blue);
	font-size: 1.8em;
	font-weight: 600;
	color: var(--navy-blue);
	background: var(--white);
	border-radius: 100%;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07);
}
.regional-map .buttons-group a .icon-walk-line,
.regional-map .buttons-group a .icon-car-line {
	font-size: 2.5rem;
}
.regional-map .buttons-group a .icon-motorcycle {
	font-size: 1.338em;
}
.regional-map .buttons-group a.active {
	background: rgb(24, 51, 101);
	color: rgb(241, 201, 119);
}
.regional-map .select.museum {
	margin-bottom: 0;
}
.regional-map .select .select-input {
	transition: all 300ms ease-in-out;
	font: normal 600 1.8em / 1.94em var(--proxima-font);
	color: var(--navy-blue);
	display: flex;
	justify-content: space-between;
	padding-block: 1.5rem;
	text-transform: uppercase;
	cursor: pointer;
}
.regional-map .select .select-input i {
	transform: rotate(90deg);
	display: flex;
}
.regional-map .select .select-input.active i {
	transform: rotate(-90deg);
}
.regional-map .select .select-content {
	transition: 0.5s;
	max-height: 0;
	overflow: hidden;
}
.regional-map .select .select-input.active + .select-content {
	max-height: 35rem;
	overflow-y: scroll;
	padding-inline: 3rem 1rem;
}
.regional-map .select .select-content .select-box {
	transition: all 600ms ease-in-out;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-block: 1.5rem;
}
.regional-map .select a {
	display: block;
}
.regional-map .select a:not(:first-child) {
	border-top: 0.15rem solid var(--white);
}
.regional-map .select .select-content .select-box:hover {
	opacity: 0.5;
}
.regional-map .select .select-content .select-box h5 {
	font: normal 600 1.8em / 1.94em var(--proxima-font);
	letter-spacing: 0.111em;
	color: var(--navy-blue);
	text-transform: uppercase;
}
.regional-map .select .select-content .select-box p {
	font: normal 500 1.6em / 1.68em var(--proxima-font);
	letter-spacing: 0.125em;
	color: var(--dark-grey);
}
.regional-map .select .select-content .select-box span {
	font-size: 1.2em;
	color: #183365;
	line-height: 1.25em;
	letter-spacing: 0.26px;
	font-weight: 600;
}

/* Map - View Property
----------------------*/
.widget-container.view-property {
	opacity: 0;
	z-index: -1;
}
.widget-container.view-property.active {
	opacity: 1;
	z-index: 3;
}
.widget-container.view-property .img-box {
	height: 25.8rem;
	width: 100%;
	z-index: 3;
}
.widget-container.view-property .content {
	padding: 1.85rem 2rem;
}
.widget-container.view-property .slick-dots {
	text-align: center;
}
.widget-container.view-property .slick-dots li {
	margin: 0 1.25rem;
}
.widget-container.view-property .slick-dots button {
	width: 12px;
	height: 12px;
	background: #ffffff;
	opacity: 56%;
}
.widget-container.view-property .slick-dots .slick-active button {
	width: 14px;
	height: 14px;
	border: none;
	opacity: 90%;
}

.widget-container.view-property p {
	margin-bottom: 2rem;
}
.widget-container.view-property h4.priced {
	margin-bottom: 3rem;
}
.widget-container.view-property button {
	margin-bottom: 1.7rem;
}
.widget-container.view-property button.back-bttn {
	margin-bottom: 0rem;
}
.widget-container.view-property button.active {
	background-color: #f1c977;
	color: rgb(24, 51, 101);
}
.widget-container.view-property .homes {
	display: flex;
}
.widget-container.view-property .homes div:first-child {
	margin-right: 3.4rem;
}

.view-property .flipped::before {
	display: inline-block;
	scale: -1;
}
.view-property .back-bttn.bttn-text i {
	margin-right: 1rem;
}
.view-property .content .row {
	padding: 1rem;
}

.widget-container.view-property a {
	font: normal 700 1.6em / 2em var(--proxima-font);
}
.widget-container.view-property .bttn-rounded {
	padding: 1.1rem 2.7rem;
	background: var(--navy-blue);
	color: var(--white);
}
.widget-container.view-property .row button {
	width: 16.4rem;
}
.widget-container.view-property .back-icon {
	padding: 1rem;
	position: absolute;
	top: 3rem;
	right: 3.9rem;
	background-color: var(--yellow);
	color: var(--navy-blue);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	border-radius: 100%;
	cursor: pointer;
}

/* Map - View Property
----------------------*/
.wp_mapbox_gl_js_frontend_popup {
	height: 57.7rem;
	transform: none !important;
	max-width: none !important;
	z-index: 3;
}
/* .wp_mapbox_gl_js_frontend_popup { opacity: 0; z-index: -1;  } */
/* .wp_mapbox_gl_js_frontend_popup.active { opacity: 1; z-index: 3; } */
.wp_mapbox_gl_js_frontend_popup .img-box {
	height: 25.8rem;
	width: 100%;
	z-index: 3;
}
.wp_mapbox_gl_js_frontend_popup .mapboxgl-popup-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.wp_mapbox_gl_js_frontend_popup .mapboxgl-popup-content .content {
	padding: 1.85rem 2rem !important;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.wp_mapbox_gl_js_frontend_popup p {
	margin-bottom: 2rem;
}
.wp_mapbox_gl_js_frontend_popup h4 {
	margin-bottom: 3rem;
}
.wp_mapbox_gl_js_frontend_popup button {
	margin-bottom: 1.7rem;
}
.wp_mapbox_gl_js_frontend_popup button.back-bttn {
	margin-bottom: 0rem;
}
.wp_mapbox_gl_js_frontend_popup button.active {
	background-color: #f1c977;
	color: rgb(24, 51, 101);
}
.wp_mapbox_gl_js_frontend_popup .back-icon {
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp_mapbox_gl_js_frontend_popup .back-icon i {
	transform: rotate(180deg);
	font-size: 1.2em;
	font-weight: 600;
	cursor: pointer;
}

/* Map - View Property
----------------------*/
.filters-view {
	position: absolute;
	left: 2.4rem;
	bottom: 6.6rem;
	z-index: 3;
	display: flex;
	align-items: center;
}
.filters-view a {
	background: white;
	font-size: 1.4em;
	height: 3.5rem;
	width: 3.5rem;
	color: #1a2e57;
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.filters-view a.info {
	margin-right: 1.5rem;
	border-radius: 3px;
	position: relative;
	font-size: 1.5em;
}
.filters-view a.pdf {
	width: 12.5rem;
	border-radius: 3px;
}
.filters-view .bttn-group {
	display: flex;
	border-radius: 3px;
	background-color: #ffffff;
	height: 3.5rem;
	width: 10.4rem;
	margin-right: 1.5rem;
}
.filters-view .bttn-group a:nth-child(1) {
	border-radius: 3px 0 0 3px;
	font-size: 1.5em;
	pointer-events: none;
}
.filters-view .bttn-group a:nth-child(3) {
	border-radius: 0 3px 3px 0;
}
.filters-view .bttn-group a.active {
	background: rgb(24, 51, 101);
	color: #ffffff;
}
.filters-view a.info .tooltip-info {
	display: none;
	position: absolute;
	bottom: 5.5rem;
	background: #353c48;
	border-radius: 2px;
	width: 40rem;
	padding: 1.6rem;
	left: 0;
}
.filters-view a.info .tooltip-info p {
	font-size: 12px;
	line-height: 1.2em;
	color: white;
}
.filters-view a.info:hover .tooltip-info {
	display: block;
}
.filters-view a.info:hover {
	background: rgb(24, 51, 101);
}
.filters-view a.info:hover .path1:before {
	color: white;
}
.filters-view a.info:hover .path2:before,
.filters-view a.info:hover .path3:before {
	color: rgb(24, 51, 101);
}

.mapboxgl-popup-content {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.wp-mapbox-gl-js-custom-category-control {
	display: none !important;
}

@media only screen and (min-width: 961px) {
	.map-main nav a span::after,
	.map-main nav button span::after,
	.map-main nav button:nth-child(4) span::after,
	.map-main nav button:nth-child(5) span::after,
	.map-main nav button:first-child span::after {
		background: rgba(255, 255, 255, 1);
	}
	.map-main nav a i,
	.map-main nav button i {
		display: none;
	}
	.Mozilla.v11 .map-main nav a:hover span::after,
	.Explorer .map-main nav a:hover span::after,
	.Mozilla.v11 .map-main nav button:hover span::after,
	.Explorer .map-main nav button:hover span::after {
		left: 0;
		right: 0;
	}
	.map-main nav .active span::after {
		left: 0;
		right: 0;
	}
	@media (hover: hover) {
		.map-main nav a:hover span::after,
		.map-main nav button:hover span::after,
		.map-main .filter-bar ul li a:hover span::after {
			left: 0;
			right: 0;
		}
		.widget-container .find-village .content-village .box:hover {
			border: 1px solid #183365;
		}
	}
	/* Mapbox */
	.mapboxgl-map {
		height: calc(100vh - 12.7rem) !important;
	}
	/* body.home .mapboxgl-map{ height: calc(100vh - 20rem) !important; } */
	.mapboxgl-ctrl-top-right {
		top: 3rem;
		left: 3rem;
		right: auto;
	}
	.mapboxgl-ctrl-top-left {
		top: 180px;
	}
	html::-webkit-scrollbar {
		display: inherit !important;
		width: 10px !important;
	}
	html::-webkit-scrollbar-thumb {
		background: #707070;
	}
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.map-main nav a,
	.map-main nav button {
		font-size: 2.8em;
		font-weight: bold;
		letter-spacing: 0.6px;
		line-height: 1em;
		height: 10rem;
		min-width: 100%;
		flex: none;
	}
	.map-main nav button:not(.active) {
		text-align: left;
	}
	.map-main nav > button {
		opacity: 0;
		z-index: 3;
	}
	.map-main nav a i,
	.map-main nav button i {
		font-size: 0.679em;
		margin-inline: 2rem;
		display: none;
	}
	.map-main nav .active i {
		display: inline-block;
	}
	.map-main nav a {
		line-height: 8rem;
	}
	.map-main nav div.row {
		flex-direction: column;
		position: absolute;
		z-index: 2;
		max-height: 10rem;
		overflow: hidden;
		top: 0;
		width: 100%;
	}
	.map-main nav .active + div.row {
		max-height: 9999vh;
	}
	.map-main nav .active {
		pointer-events: none;
		order: -1;
	}
	.map-main .mapplic-zoom-buttons {
		display: none;
	}
	/* Map - Bubble Container
  ----------------------*/
	.map-main .mapContainer .bubble_container .bubble {
		width: 33.6rem !important;
	}
	.map-main .mapContainer .bubble_container .box {
		padding: 2.6rem 5rem 2.2rem 2.4rem;
	}
	.map-main .mapContainer .bubble_container h4 {
		font-size: 2.6rem;
		margin: 0 0 2rem;
	}
	.map-main .mapContainer .bubble_container p {
		font-size: 2rem;
		letter-spacing: 1.3px;
	}
	/* Download bTTN
  ----------------------*/
	.outerAbsolute.bttn-download {
		z-index: 1;
	}
	.bttn-download .download-map {
		margin-right: 0;
		height: 8rem;
		width: 8rem;
		font-size: 2.8em;
	}
}

/* @end */

/* Second section */

.second-section-map {
	background-color: rgba(237, 248, 251, 1);
	padding-top: 8.9rem;
	padding-bottom: 12rem;
}

.second-section-map h2 {
	color: rgba(26, 46, 87, 1);
	font-size: 3.6em;
	font-weight: 800;
	letter-spacing: 0.77px;
	line-height: 1.5em;
	margin: 0 0 1rem;
}

.second-section-map p {
	color: rgba(0, 100, 163, 1);
	font-size: 1.6em;
	letter-spacing: 0.3px;
	line-height: 2.5em;
	margin-top: 3.1rem;
}

@media only screen and (min-width: 0) and (max-width: 960px) {
	.second-section-map h2 {
		font-size: 5em;
		letter-spacing: 1.07px;
		line-height: 1.04em;
		margin: 0 0 3rem;
	}

	.second-section-map p {
		font-size: 2.6em;
		letter-spacing: 0.56px;
		line-height: 1.694em;
		margin: 0 0 4rem;
	}
}

@media only screen and (min-width: 961px) {
	.second-section-map p {
		max-width: 42rem;
		margin: 0 auto 4rem;
		margin-top: 3.1rem;
	}
}

/* Fixes More Maps */

@media only screen and (min-width: 1920px) {
	.mapboxgl-map {
		height: 900px !important;
	}
}

@media only screen and (max-height: 920px) and (min-width: 961px) {
	.widget-container .find-village .content-village {
		height: 36rem;
	}

	.widget-container.view-property {
		height: 50rem;
		overflow-y: auto;
	}

	.regional-map {
		height: 46rem;
	}

	.widget-container .filters-widget form {
		margin-top: 3rem;
	}
}

@media only screen and (min-width: 1440px) and (max-height: 920px) {
	.widget-container .find-village .content-village {
		height: 38rem;
	}

	.widget-container.view-property {
		height: 52rem;
		overflow-y: auto;
	}

	.regional-map {
		height: 48rem;
	}
}

@media only screen and (min-height: 920px) {
	.widget-container.view-property {
		height: auto;
		overflow-y: unset;
	}
}
@media only screen and (min-width: 961px) {
	.filter-bar-popup,
	.filter-bar-popup--head {
		display: none;
	}
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.filter-bar-popup--head {
		background: white;
		height: 3.5rem;
		position: absolute;
		top: 3rem;
		left: 3rem;
		width: 17.5rem;
		border-radius: 3px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.filter-bar-popup--head a {
		font-size: 1.4em;
		font-weight: 600;
		color: #1a2e57;
		text-transform: uppercase;
	}
	.filter-bar-popup.active {
		opacity: 1;
		pointer-events: all;
	}
	.filter-bar-popup {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding-top: 20rem;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 99;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.7s;
	}
	.filter-bar-popup__box {
		position: relative;
		background: #fff;
		flex: 0 1 300px;
		text-align: center;
		padding: 20px 5px;
		box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	}
	.filter-bar-popup li {
		padding: 10px 0;
	}
	.filter-bar-popup li a {
		text-transform: uppercase;
		font-weight: 400;
		font-size: 12px;
		line-height: 15px;
		pointer-events: all;
	}
	.filter-bar-popup__close {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		height: 20px;
		width: 20px;
		background: #183365;
		font-weight: 600;
		line-height: 20px;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		font-size: 9px;
		pointer-events: all;
	}
}

/* @group widget-toggle
------------------------------------ */

.map-main .widget-toggle {
	position: absolute;
	top: 3rem;
	right: 3rem;
	font-size: 2em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 1.6rem 3.4rem;
	color: var(--navy-blue) !important;
}
@media only screen and (min-width: 0) and (max-width: 960px) {
}
@media only screen and (min-width: 961px) {
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
}

/* @end */

.soft-hidden {
	opacity: 0;
	pointer-events: none;
}
.widget-container {
	transition: opacity 0.5s;
}

/* @group filter-header
------------------------------------ */

.widget-container .filter-header {
	padding: 3rem;
	padding-bottom: 2rem;
}
.widget-container header {
	position: relative;
}
.widget-container header h2 {
	font: normal 800 2rem / 1.75em var(--proxima-font);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.widget-container .bttn-close {
	position: absolute;
	right: 0;
	top: 0;
}
.widget-container .bttn-close i {
	font-size: 2.1rem;
	color: var(--navy-blue);
}

/* @end */

/* @group filter-widget-inline
------------------------------------ */

.filter-widget-inline {
	padding-inline: 6.8rem;
	padding-block: 3rem 4rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}
.filter-widget-inline .pill-wrapper {
	display: flex;
	gap: 1rem;
}
.filter-widget-inline .pill {
	font: normal 700 1.2em / 3.7em var(--proxima-font);
	letter-spacing: 0.07em;
	text-transform: uppercase;
	background: var(--white);
	color: var(--navy-blue);
	padding: 0.8rem 5.2rem;
	pointer-events: none;
	margin-bottom: 2rem;
	line-height: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.filter-widget-inline .bttn-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.filter-widget-inline .bttn-outlined {
	--border-color: var(--navy-blue);
	--bg-color: transparent;
}
.filter-widget-inline .bttn-outlined:hover {
	--border-color: var(--navy-blue);
	--bg-color: transparent;
	opacity: 0.6;
	color: var(--navy-blue);
}
.filter-widget-inline label,
.filter-widget-inline select,
.filter-widget-inline .custom-select,
.filter-widget-inline .custom-select button {
	font: normal 600 1.8rem / 1.94em var(--proxima-font);
	letter-spacing: 0.111em;
	text-transform: uppercase;
	color: var(--navy-blue);
}
.filter-widget-inline .custom-select button {
	font-weight: 800;
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.filter-widget-inline .custom-select {
	padding-block: 1.5rem;
}
.filter-widget-inline .custom-select .list-wrapper {
	max-height: 0;
	overflow: hidden;
	background: var(--yellow);
	transition: all 0.5s ease-out;
}
.filter-widget-inline .custom-select.open .list-wrapper {
	max-height: 20rem;
	overflow-y: scroll;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
.filter-widget-inline .custom-select.open .list-wrapper {
	scrollbar-width: auto;
	scrollbar-color: var(--navy-blue) transparent;
}

/* Chrome, Edge, and Safari */
.filter-widget-inline .custom-select.open .list-wrapper::-webkit-scrollbar,
.regional-map .select-content::-webkit-scrollbar {
	width: 1rem;
}

.filter-widget-inline
	.custom-select.open
	.list-wrapper::-webkit-scrollbar-track,
.regional-map .select-content::-webkit-scrollbar-track {
	background: transparent;
}

.filter-widget-inline
	.custom-select.open
	.list-wrapper::-webkit-scrollbar-thumb,
.regional-map .select-content::-webkit-scrollbar-thumb {
	background-color: var(--navy-blue);
	border: 0.2rem solid #dfbf7b;
}
.filter-widget-inline .custom-select li {
	padding-block: 1.5rem;
	margin-left: 1.5rem;
	cursor: pointer;
	transition: 0.5s;
}
.filter-widget-inline .custom-select label {
	cursor: pointer;
}
.filter-widget-inline .custom-select {
}
.filter-widget-inline .custom-select li:hover {
	opacity: 0.5;
}
.filter-widget-inline .custom-select li.checked {
	background: rgba(0, 0, 0, 0.1);
}
.filter-widget-inline .custom-select li:not(:last-child) {
	border-bottom: var(--white) solid 0.15rem;
}
.filter-widget-inline .price-range {
	position: relative;
	height: 10.2rem;
	text-align: center;
	width: calc(100% - 1.7rem);
	margin: auto;
}
.filter-widget-inline .custom-select label {
	pointer-events: none;
}
.price-range #price-bar {
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	-webkit-appearance: none;
	appearance: none;
	height: 0.8rem;
	width: 100%;
	position: absolute;
	background-color: var(--white);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15) inset;
	pointer-events: none;
}
.price-range label {
	pointer-events: none;
	text-decoration: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.price-range .thumb {
	--value: 0;
	width: 2.4rem;
	height: 2.4rem;
	background-color: var(--white);
	border: var(--navy-blue) solid 0.2rem;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	z-index: 1;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	display: block;
}
.price-range #range {
	background: var(--navy-blue);
	height: 1rem;
	top: 50%;
	translate: 0 -50%;
	position: absolute;
}
.price-range .thumb:first-of-type {
	left: 0;
}
.price-range .thumb:hover {
	background: var(--yellow);
}
.price-range .thumb small {
	top: 3.1rem;
	position: absolute;
	font: normal 500 2rem / 1.35em var(--proxima-font);
	letter-spacing: 0.1em;
	left: 50%;
	translate: -50%;
}
.price-range #min::after {
	text-align: left;
	left: 0;
}
.price-range #max::after {
	text-align: right;
	right: 0;
}

.filter-widget-inline select {
	background: none;
	border: none;
	position: relative;
}
.filter-widget-inline select::after {
	content: '\e933';
	position: absolute;
	font-size: 1rem;
	right: 0;
	top: 50%;
	translate: -50% 0;
	rotate: 180deg;
}
@media only screen and (min-width: 0) and (max-width: 960px) {
}
@media only screen and (min-width: 961px) {
}

/* @end */
