


#mapcontainer .marker-cluster div {
	background-color: rgba(89,190,190,.6);
}

#mapcontainer .marker-cluster-large {
  background-color: rgba(89,190,190,.5);
}

#mapid {
	height: 800px; 
	width: 100%
 }
 
#mapcontainer {
	clip-path: polygon(67% 0, 100% 18%, 100% 98%, 0 100%, 0 12%);
	overflow: hidden;
}
 
 .modalContent,
 .bubbleContent {
	display: none;
 }
 
 .show_more.openosmmodal {
	cursor: pointer;
	font-weight: 700;
 }

 
 .osmnewsModalResultContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	/*background: rgba(204,204,204,0.5);*/
	background: #59BEBE45;
	display: none;
	top: 0;
	left: 0;
	z-index: 1031;
	padding: 3rem;
}

.osmnewsModalResultContainer .modalResult {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	max-width: 90%;
	min-width: 70%;
	width: 70vH;
	max-height: 470px;
	height: 70vH;
	background: #ffffff;
	overflow-y: auto;
	padding: 80px 30px 30px 30px;
	box-shadow: -5px 5px 25px 0 rgba(26,46,74,.25);
	z-index: 2000;
	position: relative;
	text-align: center;
}

.modalCloseArea {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1500;
}

.ms-options-wrap span {
	color: #000 !important;
}

.formflex_triple,
.formflex.submitrow {
	display: flex;
	gap: 2%;
	margin: 20px 0;
	align-items: flex-end;
}
.formflex_triple > div {
	width: 32%;
	flex-shrink: 0;
	flex-grow:0;
}
.resultList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.resultList ul {
	width: 100%;
	flex-shrink: 0;
	margin-left: 0;
	padding-left: 0;
}

.resultList ul li {
	padding: 0 !important;
}

.resultList li a {
	display: inline-block;
	width: 100%;
	padding-left: 9px;
	padding-right: 9px;
}

.resultList > div:nth-child(even) {
   background-color: #dafffe;
}

.resultListItem {
	width: 32%;
	flex-shrink:0;
	flex-grow: 0;
	box-sizing: border-box;
	clear: right;
	cursor: pointer;
	margin-bottom: 20px;
	padding: 10px;

}




/********************************************************************************/
/******* MEDIA QUERIES ******/
/********************************************************************************/

/********************************************************************************/
@media screen and (max-width: 991px){
	
	.resultListItem {
    	width: 49%;
	}

	.resultList > div:nth-child(2n) {
		background-color: #ffffff;
	}
	.resultList > div:nth-child(4n+1),
    .resultList > div:nth-child(4n+1) + div,
    .resultList > div:first-of-type {
		background-color: #59BEBE15;
	}
	
}
/********************************************************************************/
@media screen and (max-width: 991px){
	

	.resultListItem {
    	width: 100%;
	}
	.resultList > div:nth-child(4n+1),
    .resultList > div:nth-child(4n+1) + div,
    .resultList > div:first-of-type {
		background-color: #ffffff;
	}

	.resultList > div:nth-child(2n) {
		background-color: #59BEBE15!important;
	}


