<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.jeomap {
	background-color: rgba(128, 128, 128, 0.1);
	position: relative;
	width: 100%;
	height: 600px;
}

.jeomap nav {
	position: absolute;
	top: 10px;
	inset-inline-end: 10px;
	z-index: 1;
	width: 170px;
}

.jeomap .marker {
	cursor: pointer;
	/*filter: brightness(85%);*/
}

.jeomap .marker:hover {
	filter: brightness(85%);
}

.jeomap .marker-active {
	filter: brightness(110%);
}

.jeomap nav a {
	color: #404040;
	display: block;
	margin: 0;
	padding: 7px 10px;
	font-size: 13px;
	text-decoration: none;
	margin-top: 0px;
	background: white;
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #b0b2b4;
}

.jeomap nav a:before {
    content: "";
	/* width: 16px;*/
	min-width: 16px;
    height: 16px;
    border: 2px solid;
    display: inline-block;
    border-radius: 2px;
    margin-inline-end: 14px;
}

.jeomap nav a.swappable:before {
    border-radius: 50px;
}



.jeomap nav a.swappable.active:after {
	content: "";
    background: url(../src/images/circle.png);
    background-size: 18px;
    background-repeat: no-repeat;
    inset-inline-start: 13px;
    position: absolute;
    top: 8px;
    width: 20px;
    height: 20px;
}

.jeomap nav a.active:after {
	content: "";
    background: url(../src/images/check.png);
    background-size: 18px;
    background-repeat: no-repeat;
    inset-inline-start: 13px;
    position: absolute;
    top: 8px;
    width: 20px;
    height: 20px;
}

/*ini checkbox in layer section inside map*/
.jeomap nav .layers-wrapper a:before {
	min-width: 16px;
}

.jeomap nav .layers-wrapper a.active:after {
    inset-inline-start: auto;
    top: auto;
}

/* JEO SETTINGS: This css use jeo settings*/
.jeomap nav .layers-wrapper .layer-name{
	overflow-wrap: break-word;
	min-width: 0;
	font-family: var(--jeo-font);
}
/*end*/

.jeomap nav.layers-selection {
    max-width: 220px;
	min-width: 220px;
	transition: all .2s ease-in-out;
}

.jeomap .hideable-content {
    max-height: 192px;
    overflow-x: auto;
}

@media (max-width: 800px) {
	.jeomap nav.layers-selection.hidden {
		max-width: 40px;
		min-width: 40px;
		transition: all .2s ease-in-out;
	}

	.jeomap nav.layers-selection.hidden .layer-selection-title .legends-title .text{
		display: none;
	}

	.jeomap nav.layers-selection.hidden .layer-selection-title  .legends-title {
		padding: 12px 10px;
		justify-content: center;
	}

	.jeomap nav.layers-selection.hidden .text-icon .layer-icon {
		margin-inline-end: 0;
	}

	.jeomap nav.layers-selection.hidden .layer-selection-title .arrow-icon {
		display: none;
	}


	.jeomap .legend-container {
		max-height: 230px;
		transition: all .2s ease-in-out;
	}

	.jeomap .legend-container.hidden {
		min-width: 40px;
		max-width: 40px;
		transition: all .2s ease-in-out;
	}

	.jeomap .legend-container.hidden .legends-title {
		padding: 12px 10px;
	}

	.jeomap .legend-container.hidden .legends-title .text-icon .text{
		display: none;
	}

	.jeomap .legend-container.hidden .legends-title .text-icon .arrow-icon{
		display: none;
	}
}

.jeomap nav .arrow-icon {
	width: 14px;
    height: 9px;
    background: url(../src/images/arrow.png);
    background-size: cover;
    background-position: center;
    filter: brightness(0) invert(1);
    cursor: pointer;
}

.jeomap nav .arrow-icon.active {
	transform: rotate(180deg);
}

.jeomap nav .text-icon {
	display: flex;
	align-items: center;
}

.jeomap nav .text-icon .layer-icon{
	width: 14px;
    height: 16px;
   	background: url(../src/images/layers.png);
	background-size: cover;
    background-position: center;
    filter: brightness(0) invert(1);
	cursor: pointer;
	margin-inline-end: 12px;
}

.jeomap .legend-container .text-icon,
#discovery .legend-container .text-icon  {
	display: flex;
    align-items: center;
}

.jeomap .text-icon .legend-icon,
#discovery .text-icon .legend-icon {
	width: 14px;
    height: 16px;
	background-size: cover;
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='list' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-list fa-w-16 fa-3x'%3E%3Cpath fill='%23333' d='M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z' class=''%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
	cursor: pointer;
	margin-inline-end: 12px;
	filter: brightness(0) invert(1);
}

.jeomap nav a:hover {
	background-color: #f8f8f8;
	color: #404040;
}


.jeomap div.more-info-overlayer {
	margin-top: 50px;
	position: absolute;
    width: calc(100% - 250px);
    height: calc(100% - 70px);
    background-color: white;
    z-index: 10;
    top: 10px;
    inset-inline-start: 10px;
    display: none;
    overflow-y: auto;
    padding: 0 20px 20px;
}

@media (max-width: 800px) {
	.jeomap div.more-info-overlayer {
		width: calc(100% - 20px);
		height: calc(100% - 150px);
	}
}

.jeomap div.more-info-overlayer .jeomap {
	display: none;
}

.jeomap &gt; div &gt; a.more-info-close {
	position: absolute;
	top: 10px;
	inset-inline-end: 10px;
	z-index: 11;
	cursor: pointer;
}

.jeomap div.legend-container {
	background: #fff;
	position: absolute;
	bottom: 22px;
	inset-inline-end: 10px;
	z-index: 1;
	display: block;
	margin: 0;
	/* padding: 0px 0px 23px 0px; */
	max-width: 220px;
	min-width: 220px;
	max-height: 230px;
}

.jeomap div.legend-container .legends-wrapper{
	display: block;
	margin: 0px 0px 0px 20px;
	padding-top: 25px;
    padding-inline-end: 28px;
	/* max-height: 250px; */
	/* overflow-x: auto; */
}

.jeomap nav.layers-selection .layers-wrapper {
	max-height: 250px;
	overflow-x: auto;
}

.legends-wrapper &gt; div {
	margin-bottom: 27px;
}

/* JEO SETTINGS: This css use jeo settings*/
.jeomap div.legend-container .legends-title {
    background: #191e23;
    padding: 9px 10px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--jeo-font);
}
/*END*/

.jeomap div.legend-container i.arrow-icon {
	width: 14px;
	height: 9px;
	background: url( ../src/images/arrow.png );
	background-size: cover;
	background-position: center;
	filter: brightness(0) invert(1);
	cursor: pointer;
}

.jeomap div.legend-container i.arrow-icon.active {
	transform: rotate(180deg);
}




.jeomap div.legend-container .legends-wrapper::-webkit-scrollbar,
.jeomap nav.layers-selection .layers-wrapper::-webkit-scrollbar,
.jeomap .hideable-content::-webkit-scrollbar {
	width: 6px;
	/* height: 6px; */
}
.jeomap div.legend-container .legends-wrapper::-webkit-scrollbar-button,
.jeomap nav.layers-selection  .layers-wrapper::-webkit-scrollbar-button,
.jeomap .hideable-content::-webkit-scrollbar-button{
	width: 0px;
	height: 0px;
}
.jeomap div.legend-container .legends-wrapper::-webkit-scrollbar-thumb,
.jeomap nav.layers-selection  .layers-wrapper::-webkit-scrollbar-thumb,
.jeomap .hideable-content::-webkit-scrollbar-thumb {
	background: #ddd;
	border: 0px none white;
	border-radius: 3px;
}

.jeomap div.legend-container .legends-wrapper::-webkit-scrollbar-thumb:hover,
.jeomap nav.layers-selection  .layers-wrapper::-webkit-scrollbar-thumb:hover,
.jeomap .hideable-content::-webkit-scrollbar-thumb:hover {
	background: #b1b1b1;
}

.jeomap div.legend-container .legends-wrapper::-webkit-scrollbar-thumb:active,
.jeomap nav.layers-selection  .layers-wrapper::-webkit-scrollbar-thumb:active,
.jeomap .hideable-content::-webkit-scrollbar-thumb:active {
	background: #b1b1b1;
}

.jeomap div.legend-container .legends-wrapper::-webkit-scrollbar-track,
.jeomap nav.layers-selection  .layers-wrapper::-webkit-scrollbar-track,
.jeomap .hideable-content::-webkit-scrollbar-track {
	background: #eee;
	border: 0px none #ffffff;
	border-radius: 0px;
}

.jeomap div.legend-container .legends-wrapper::-webkit-scrollbar-track:hover,
.jeomap nav.layers-selection  .layers-wrapper::-webkit-scrollbar-track:hover,
.jeomap .hideable-content::-webkit-scrollbar-track:hover {
	background: rgba(0,0,0,0.05);
}

.jeomap div.legend-container .legends-wrapper::-webkit-scrollbar-track:active,
.jeomap nav.layers-selection  .layers-wrapper::-webkit-scrollbar-track:active,
.jeomap .hideable-content::-webkit-scrollbar-track:active {
	background: #eee;
}
.jeomap div.legend-container .legends-wrapper::-webkit-scrollbar-corner,
.jeomap nav.layers-selection  .layers-wrapper::-webkit-scrollbar-corner,
.jeomap .hideable-content::-webkit-scrollbar-corner  {
	background: transparent;
}

.jeomap div.legend-container .legends-wrapper h4 {
	margin: 15px 0;
	font-size: 2.2rem;
}

/* JEO SETTINGS: This css use jeo settings*/
.jeomap div.legend-container a.more-info-button {
	background: var(--jeo_more-bkg-color);
	color: var(--jeo_more-color);
	margin: 20px auto 20px auto;
	padding: 3px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	width: calc(100% - 40px);
	display: block;
	font-weight: bold;
	transition: all .1s ease-in-out;
	text-transform: uppercase;
}

/* JEO SETTINGS: This css use jeo settings*/
.jeomap.mapboxgl-map .more-info-overlayer h2,
.jeomap.mapboxgl-map .map-content-layers-list h3,
.mapboxgl-popup .mapboxgl-popup-content h2,
.jeomap.mapboxgl-map p {
	font-family: var(--jeo-font);
}

.mapboxgl-popup .mapboxgl-popup-content {
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 0 2px rgba(0,0,0,.1);
}

/* Interaction - onClick */
.mapboxgl-popup-content h3, .mapboxgl-popup-content p {
	color: #111 !important;
	font-size: 16px;
}
.mapboxgl-popup.mapboxgl-popup-anchor-bottom:not(.jeo-popup__mouseover) .mapboxgl-popup-content h3 {
    margin-top: 1.2rem;
}

.mapboxgl-popup.mapboxgl-popup-anchor-bottom:not(.jeo-popup__mouseover) {
	margin-top: -36px;
}

.jeomap.mapboxgl-map .map-content-layers-list h3{
	font-weight: normal;
}

/* JEO SETTINGS: This css use jeo settings*/
.jeomap div.legend-container a.more-info-button:hover {
	background-color: var(--jeo_more-bkg-color-darker-15);
	color: var(--jeo_more-color);
	transition: all .1s ease-in-out;
}


/* JEO SETTINGS: This css use jeo settings*/
.jeomap .mapboxgl-popup-close-button {
	position: absolute;
    inset-inline-end: 5px;
    top: 5px;
    border-radius: 0px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
	padding: 0px;
	font-size:25px;
	background: var(--jeo_close-bkg-color);
	color: var(--jeo_close-color);
}

/* JEO SETTINGS: This css use jeo settings*/
.jeomap .mapboxgl-popup-close-button:hover {
	text-decoration: none;
	background-color: var(--jeo_more-bkg-color-darker-15);
}

.jeomap .mapboxgl-popup-close-button span {
    font-size: 35px;
    font-weight: 100;
	line-height: 25px;
}

.map-content-layers-list {
	font-size: 16px;
	line-height: 25px;
	font-family: var(--jeo-font);
}

/* JEO SETTINGS: This css use jeo settings*/
nav .layer-selection-title .legends-title {
    background: #191e23;
    font-size: 16px;
    color: white;
    font-weight: 600;
	padding: 9px 10px;
	display: flex;
    align-items: center;
	justify-content: space-between;
	font-family: var(--jeo-font);
}
/*END*/

.map-content-layers-list a.download-source{
	font-family: var(--jeo-font);
	background: #fff;
	border: 1px solid rgba(0,0,0,0.4);
	color: #404040;
	margin-top: 8px;
	padding: 4px 10px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	text-align: center;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	transition: all .2 ease-in-out;
}

.map-content-layers-list a.download-source:hover{
	background: rgba(0,0,0,0.05);
	transition: all .2 ease-in-out;
}

.entry-content .more-info-overlayer h2 {
	margin-top: 1.3em;
	margin-bottom: 10px;
}
/* INI - JEO SETTINGS: This css use jeo settings*/
.more-info-overlayer h2{
	font-family: var(--jeo-font);
}

.entry-content .map-content-layers-list h3 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-family: var(--jeo-font);
}
.map-content-layers-list h3 {
	font-family: var(--jeo-font);
}
/* END */

.entry-content .more-info-overlayer  p{
	font-size: 14px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.jeomap .popup {
	margin-top: 5rem;
	min-width: 200px;
}

.popup.popup-wmt{
	margin-top: 0rem !important;
}

.popup h2{
	margin: 10px 0 0 0;
	line-height: 20px;
}

.popup h2 a{
	font-size: 16px;
    font-weight: 900;
    text-decoration: none !important;
	color: #555d65;
	line-height: 16px;
}
.popup h1:not(.site-title):before, .popup h2:before {
    background: #767676;
    content: '';
    display: block;
    height: 0px;
    margin: 0rem 0;
    width: 1em;
}

.jeomap .popup h1 {
	font-size: 3rem;
	margin: 0 0 0.5em;
}

.jeomap .popup h1 a {
	color: inherit;
	text-decoration: none;
}

.jeomap .popup .popup__date {
	color: gray;
}

.single-map div.jeomap {
	margin: 20px auto;
}

.jeo-popup__mouseover {
	font-size: 16px;
    transform: none !important;
	inset-inline-start: 5px;
	inset-inline-end: auto;
	top: 110px !important;
	padding: 5px;
}

.jeo-popup__mouseover * {
	font-size: 16px;
}

.jeo-popup__mouseover.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.jeo-popup__mouseover.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.jeo-popup__mouseover.mapboxgl-popup-anchor-center .mapboxgl-popup-tip,
.jeo-popup__mouseover.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,
.jeo-popup__mouseover.mapboxgl-popup-anchor-right .mapboxgl-popup-tip,
.jeo-popup__mouseover.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,
.jeo-popup__mouseover.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.jeo-popup__mouseover.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,
.jeo-popup__mouseover.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{
    display:none !important;
}

#embed-container div.jeomap {
	float: inline-start;
}

#embed-post-preview {
	float: inline-end;
	height: 100%;
	padding: 0 10px 10px;
}

.entry-content .legend-container p {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/** Bar scale legend **/

.barscale-left-label {
	float: inline-start;
}
.barscale-right-label {
	float: inline-end;
}
.barscale-scale-container {
	height: 20px;
	width: 100%;
}
.barscale-color {
	height: 20px;
	float: inline-start;
	border-bottom: 1px solid #00000029;
}

.barscale-labels-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 14px;
	position: relative;
	color: #555D66;
}

.dynamic-label {
	position: absolute;
	top: 20px;
}

/** Simple color legend **/

.simple-color-item-box {
	width: 21px;
	min-width: 21px;
	height: 21px;
	margin-inline-end: 16px;
	float: inline-start;
	border-radius: 3px;
	border: 1px solid #8080801f;
}

.simple-color-item {
	margin-bottom: 9px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #555D66;
	font-family: var(--jeo-font);
}

/** Icons legend **/

.icons-item-img {
	max-width: 22px;
	max-height: 22px;
	margin-inline-end: 15px;
	float: inline-start;
}

.icons-item {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #555D66;
	font-family: var(--jeo-font);
}

/** Circles legend **/

.circles-scale-container {
	width: 100%;
	display: flex;
	flex-flow: column;
}

.circle-item {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	color: #555D66;

}

/* Fixes 2021 - Legend / spaces */
.circles-scale-container .circle-item:last-child {
    margin-bottom: 0px;
}

.circle-wrapper {
	display: flex;
	justify-content: center;
	margin-inline-end: 10px;
}

.circle-item p {
	margin: 0px;
	font-size: 14px;
}

.circle-shape {
	border-radius: 50%;
	border: 2px solid #191E23;
}

.jeomap .mapboxgl-ctrl-fullscreen, .mapboxgl-ctrl-shrink {
	background-color: white !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

.jeomap .mapboxgl-ctrl-fullscreen:hover, .mapboxgl-ctrl-shrink:hover {
	opacity: 0.7;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

.jeomap .mapboxgl-ctrl-fullscreen:focus, .mapboxgl-ctrl-shrink:focus{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

.jeomap .mapboxgl-ctrl-zoom-in {
	background-color: white !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.jeomap .mapboxgl-ctrl-zoom-in:hover {
	opacity: 0.7;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.jeomap .mapboxgl-ctrl-zoom-in:focus {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.jeomap .mapboxgl-ctrl-zoom-out:hover {
	opacity: 0.7;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

.jeomap .mapboxgl-ctrl-zoom-out:focus {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

.jeomap .mapboxgl-ctrl-zoom-out {
	background-color: white !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

.editor-styles-wrapper ul {
    list-style-type: none !important;
}

.editor-styles-wrapper ul, .editor-styles-wrapper ol {
	margin-bottom: 2px;
    padding-inline-start: 0;
    margin-inline-start: 0;
}

.jeomap .layers-wrapper a {
    text-decoration: none !important;
}

.jeomap.wp-block-jeo-map.mapboxgl-map.jeo-without-layers,
.jeomap.wp-block-jeo-onetime-map.mapboxgl-map.jeo-without-layers {
    height: auto;
    width: auto;
}

p.jeomap-no-layers__text {
    font-size: 16px;
    border: 1px solid #e3dfdf;
    padding: 5px;
}

.jeomap .legends-wrapper .legend-single-title, #discovery .legends-wrapper .legend-single-title  {
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: block;
	font-family: var(--jeo-font);
}

.jeomap .mapboxgl-control-container .mapboxgl-ctrl-attrib-inner a[href] {
	color: rgba(0,0,0,.75);
}


.jeomap .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner, .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button {
    visibility: hidden;
}

.jeomap.mapboxgl-map .mapboxgl-popup:not(:last-child) {
    display: none;
}

.jeomap .mapboxgl-ctrl-attrib.mapboxgl-compact {
	min-height: 24px;
}

div.jeomap.alignwide {
	width: auto;
}


.spider-leg-container {
	width: 1px;
	height: 1px;
	overflow: display;
	will-change: transform;
  }

  .spider-leg-container:hover { cursor: pointer }

  .spider-leg-container .spider-leg-pin {
	position: relative;
	z-index: 1;
  }

  .spider-leg-container .spider-leg-pin.default-spider-pin{
	position: relative;
	width: 31px;
	height: 41px;
	margin-inline-start: -11.5px;
	margin-top: -38.5px;
	background-size:cover;
  }

  .spider-leg-container .spider-leg-line {
	position: absolute;
	bottom: 0;
	inset-inline-start: 0;
	width: 2px;
	background-color: #343434;
	opacity: 0.45;
	transform-origin: bottom;
	z-index: 0;
	height: 0;
  }

  .spider-leg-container:hover .spider-leg-line { opacity: 1 }

  /* Animations specific styles */

  .spider-leg-container.animate {
	-webkit-transition: margin 0.15s linear;
	-moz-transition: margin 0.15s linear;
	-ms-transition: margin 0.15s linear;
	-o-transition: margin 0.15s linear;
	transition: margin 0.15s linear;
  }

  .spider-leg-container.initial,
  .spider-leg-container.exit {
	margin-inline-start: 0 !important;
	margin-top: 0 !important;
	height: 0;
  }

  .spider-leg-container.animate .spider-leg-line {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;

	-webkit-transition-delay: inherit;
	-moz-transition-delay: inherit;
	-ms-transition-delay: inherit;
	-o-transition-delay: inherit;
	transition-delay: inherit;
  }

  .spider-leg-container.animate.initial .spider-leg-line,
  .spider-leg-container.animate.exit .spider-leg-line { height: 0 !important }
</pre></body></html>