div[class*="randomheader"]{
	display: none ;
}
.audioCol audio{
	display: none;
}
.radioButton.active a.kt-button.button{
	color: #ffffff !important;
	border-color: #007778 !important;
	background: #007778 !important; ;
}


@media (max-width: 1000px) {
	.wp-block-kadence-iconlist ul.kt-svg-icon-list li.kt-svg-icon-list-item-wrap:not(.this-prevents-issues):not(.this-stops-third-party-issues):not(.tijsloc) {
		display: block !important;
		clear: both;
	}
	.wp-block-kadence-iconlist ul.kt-svg-icon-list li.kt-svg-icon-list-item-wrap:not(.this-prevents-issues):not(.this-stops-third-party-issues):not(.tijsloc) a.kt-svg-icon-link {
		float: left !important;
	}
}

@media (min-width: 1024px) and (max-width: 1300px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin: 0 4px 0 0 !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a{
		font-size: 16px !important;
	}
	#mega-menu-wrap-primary {
		width: 100vw;
		padding-left: 20px;
	}
}


.single-content .PMLinkList ul{
	list-style-type: none;

}
.single-content .PMLinkList ul li{
	position: relative;

}
.single-content .PMLinkList ul li:before{
	content: " ";
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30px;
	top:5px;
	background-image: url("data:image/svg+xml,%3Csvg style='display:inline-block;vertical-align:middle' viewBox='0 0 384 512' height='25' width='25' fill='%23007778' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
}
.PMLinkList ul li{
	padding-bottom:10px;
}