/*
---------------------------
COVERS
---------------------------
*/

.cover-sticky {
	position: -webkit-sticky !important; /* Safari */
	position: sticky !important;
	top: 0;
  }


.cover-placeholder {
	position: relative;
	width: 100%;
	padding: 0px 0 20px;
	min-height: 260px;
	z-index: 2;
}
.bg-cover-placeholder {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.6;
	z-index: 0;
}

.cover-placeholder-heading {
	padding-right: 20px;

}
.cover-placeholder .cover-placeholder-title {
	font-size: 32px;
	color: #fff;
	margin-bottom: 0;
}
.cover-breadcrumbs {
	color: #fff;
}




.cover-slider {
	display: block;
	width: 100%;
	margin: 0px auto 0;
	/* max-width: 1400px; */
	position: relative;
	padding-top: 0px;
}

.cover-slider:before,
.cover-slider:after {
	position: absolute;
	
	
	transform: translateX(0%);
	width: 100%;
	/* max-width: 1260px; */
	height: 240px;
	border-radius: 0px 0px 0 0;
	content:'';
	opacity: 1;
	
	z-index: 2;
}
.cover-slider:before {
	
	left: 0%;
	top: 0;
	background: rgb(5,30,80);
	background: linear-gradient(180deg, rgba(5,30,80,1) 0%, rgba(5,30,80,0.4051995798319328) 50%, rgba(5,30,80,0) 80%);
	opacity: 0;
}
/* .cover-slider:after {
	display: none;
	bottom: 0;
	
	background: rgb(3,67,145);
	background: linear-gradient(0deg, rgba(3,67,145,1) 0%, rgba(3,67,145,1) 25%, rgba(3,67,145,0) 85%);
} */
/* .cover-slider:after {
	right: 0;
	bottom: 0;
	border: 2px solid #f5f5f7;
	border-bottom: 0;
	border-right: 0;
	width: 40%;
	height: 60px;
	border-radius: 6px 0 0 0;
	opacity: 0.7;
} */

/* .cover-slider:before,
.cover-slider:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1260px;
	height: 10px;
	border-radius: 0px 0px 0 0;
	content:'';
	opacity: 1;
	background: #FE7B12;
	z-index: 144;
}
.cover-slider:after {
	left: 60%;
	width: 100%;
	max-width: 100%;
	transform: translateX(0);
	background: #FE7B12;
	
} */

.cover-slider .cover-silhouet {
	position: absolute;
	bottom: -19px;
	right: 0;
	width: 50%;
	height: 100px;
	/* transform: translateX(-50%); */
	background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
	background-image: url('../images/anema-silhouet-light.svg');
	content:'';
	z-index: 999;
}
/* #page-content.bg-light:before {	
	background-image: url('../images/anema-silhouet-light.svg');
} */


@media (max-width: 1430px) {
	
}
@media (max-width: 1270px) {
	
}
@media (max-width: 1022px) {
	
}
@media (max-width: 766px) {
	.cover-slider:before {
		height: 160px;
	}
	.cover-placeholder {
		position: relative;
		width: 100%;
		padding: 0px 0 20px;
		min-height: 200px;
		z-index: 2;
	}
	.cover-placeholder-heading {
		padding-left: 5px;
	}
	.cover-placeholder .cover-placeholder-title {
		font-size: 28px;
	}

	.cover-slider {
		padding-top: 0px;
	}
	
}

.cover-shade-top-left {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(0,17,60);
background: linear-gradient(145deg, rgba(0,17,60,1) 0%, rgba(0,17,60,0) 100%);
	
	opacity: 0.5;
	z-index: 1;

}

.cover-shade {
	position: absolute;
	bottom:0;
	left:0;
	width: 80%;
	height: 100%;
	/* background: rgb(3,67,145);
	background: linear-gradient(90deg, rgba(3,67,145,1) 0%, rgba(3,67,145,1) 25%, rgba(3,67,145,0) 85%); */
	
	opacity: 0.5;
	z-index: 1;

}
.cover-shade-primary {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(254,123,18);
	background: linear-gradient(25deg, rgba(254,123,18,1) 0%, rgba(254,123,18,1) 20%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
	opacity: 1;
	z-index: 1;

}
.cover-shade-secondary {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(3,67,145);
	background: linear-gradient(25deg, rgba(3,67,145,1) 0%, rgba(3,67,145,1) 20%, rgba(3,67,145,0) 65%, rgba(3,67,145,0) 100%);

	
	/* opacity: 0; */
	z-index: 1;

}
.cover-shade-color3 {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(228,34,27);
	background: linear-gradient(45deg, rgba(228,34,27,1) 0%, rgba(228,34,27,1) 20%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
	opacity: 1;
	z-index: 1;

}
.cover-shade-dark {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(21,26,30);
	background: linear-gradient(45deg, rgba(21,26,30,1) 0%, rgba(21,26,30,1) 20%, rgba(21,26,30,0.11248249299719892) 65%, rgba(21,26,30,0) 100%);
	opacity: 1;
	z-index: 1;

}

.cover-shade-white {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.10407913165266103) 65%, rgba(255,255,255,0) 100%);
	
	opacity: 1;
	z-index: 1;

}

.cover-slide {
	position: relative;
	background-position: center center;
  	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	color: rgb(34, 63, 78);
}
.cover-height-auto .cover-slide {
}
.cover-height-xsmall .cover-slide {
	min-height: 200px !important;
	height: 40vh !important;
	max-height: 200px !important;
}
.cover-height-small .cover-slide {
	min-height: 300px !important;
	height: 40vh !important;
	max-height: 300px !important;
}
.cover-height-medium .cover-slide {
	min-height: 460px !important;
	height: 60vh !important;
	max-height: 460px !important;
}
.cover1 .cover-height-medium .cover-slide {
	min-height: 460px !important;
	height: 60vh !important;
	max-height: 460px !important;
}

.cover-height-large .cover-slide {
	min-height: 660px !important;
	height: calc(100vh - 140px) !important;
	max-height: 700px !important;
}
.cover-height-full .cover-slide {
	min-height: 580px;
	height: 100vh !important;
	max-height: 100vh !important;
}
.cover1 .cover-height-full .cover-slide {
	min-height: 640px;
	height: calc(100vh - 0px) !important;
	max-height: 100vh !important;
}
.cover1.no-topbar .cover-height-full .cover-slide {
	min-height: 500px;
	height: calc(100vh - 0px) !important;
	max-height: 800px !important;
}

.cover-height-adaptive .cover-slide {

}
	@media (max-width: 1460px) {
		.cover1 .cover-height-full .cover-slide {
			min-height: 500px;
			height: calc(100vh - 130px) !important;
			max-height: 700px !important;
		}

	}
	@media (max-width: 1023px) {

		.page-front-no .cover-height-medium .cover-slide {
			min-height: 380px !important;
			height: 80vh !important;
			max-height: 380px !important;
		}

		.cover1 .cover-height-full .cover-slide {
			min-height: 700px !important;
			height: 80vh !important;
			max-height: 700px !important;
		}
		
	}
	@media (max-width: 767px) {
		
		.cover-height-small .cover-slide {
			min-height: 180px !important;
			height: 40vh !important;
			max-height: 180px !important;
		}
		.cover-height-medium .cover-slide {
			min-height: 280px !important;
			height: 60vh !important;
			max-height: 280px !important;
		}
		

		.cover-height-large .cover-slide {
			min-height: 540px !important;
			height: 80vh !important;
			max-height: 540px !important;
		}
		.page-front-no .cover-height-medium .cover-slide {
			min-height: 260px !important;
			height: 80vh !important;
			max-height: 260px !important;
		}
		.page-front-no .cover-height-large .cover-slide {
			min-height: 300px !important;
			height: 80vh !important;
			max-height: 300px !important;
		}
		.page-front-no .with-listing .cover-height-large .cover-slide {
			min-height: 660px !important;
			height: 80vh !important;
			max-height: 660px !important;
		}
		.cover1 .cover-height-full .cover-slide {
			min-height: 600px !important;
			height: 96vh !important;
			max-height: 600px !important;
		}

	}
	@media (max-width: 440px) {
		.cover-height-small .cover-slide {
			min-height: 140px !important;
			height: 40vh !important;
			max-height: 140px !important;
		}
	}



	.cover-slide-bg {
		position: absolute;
		top: 0px;
		left: 0;
		transform: translateX(0%);
		width: 100%;
		height: calc(100% - 0px);
		opacity: 1;
		content:'';
		z-index: 0;
		z-index: 1;
	} 
	/* .with-caption-bottom-left .cover-slide-bg {
		height: calc(100% - 50px);
	} */

/* Cover background image */
.bg-cover-image {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: calc(100% - 0px);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

/* .with-caption-bottom-left .bg-cover-image {
	height: calc(100% - 50px);
} */

.with-animation .bg-cover-image {
	transition: all 12s ease-in-out;
	transform-origin: center;
}

.bg-size-contain {
	background-size: contain;
}


/* Crop */
.bg-position-left.bg-crop-ne {
	background-position-x: left;
	background-position-y: top;
}
.bg-position-left.bg-crop-ce {
	background-position-x: left;
	background-position-y: center;
}
.bg-position-left.bg-crop-se {
	background-position-x: left;
	background-position-y: bottom;
}

.bg-position-right.bg-crop-ne {
	background-position-x: right;
	background-position-y: top;
}
.bg-position-right.bg-crop-ce {
	background-position-x: right;
	background-position-y: center;
}
.bg-position-right.bg-crop-se {
	background-position-x: right;
	background-position-y: bottom;
}

.bg-position-center.bg-crop-ne {
	background-position-x: center;
	background-position-y: top;
}
.bg-position-center.bg-crop-ce {
	background-position-x: center;
	background-position-y: center;
}
.bg-position-center.bg-crop-se {
	background-position-x: center;
	background-position-y: bottom;
}


/* Widths */
.bg-cover-image.bg-full,
.bg-cover-image.bg-width-100 {
	width: 100%;
}
.swiper-slide-active .bg-cover-image.bg-width-100 {
	transform: none;
}
.swiper-slide-active.with-animation .bg-cover-image.bg-width-100 {
	transform: scale(1.3);
}




.bg-cover-image.bg-width-75 {
	width: 75%;
}
.bg-cover-image.bg-width-66 {
	width: 66.66%;
}
.bg-cover-image.bg-width-60 {
	width: 60%;
}
.bg-cover-image.bg-width-50 {
	width: 47%;
}
.bg-cover-image.bg-width-40 {
	width: 40%;
}
.bg-cover-image.bg-width-33 {
	width: 33.333%;
}
.bg-cover-image.bg-width-25 {
	width: 25%;
}

	@media (max-width: 767px) {
		.bg-cover-image.bg-width-75,
		.bg-cover-image.bg-width-66,
		.bg-cover-image.bg-width-60,
		.bg-cover-image.bg-width-50,
		.bg-cover-image.bg-width-40,
		.bg-cover-image.bg-width-33,
		.bg-cover-image.bg-width-25 {
			width: 100%;
			opacity: 0.4 !important;
		}
		.with-animation .bg-cover-image {
			transition: none;
			transform-origin: center;
		}
	}

.bg-cover-shade {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
/* 	background-position: 50% 50%; */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
}
.bg-cover-shade.width-50 {
	width: 50%;
}

.bg-cover-image.bg-position-topleft {
	background-position: top left;
}
.bg-cover-image.bg-position-left {
	background-position: left;
}
.bg-cover-image.bg-position-center {
	background-position: center;
}
.bg-cover-image.bg-position-bottom {
	background-position: bottom;
}
.bg-cover-image.bg-position-right {
	left: auto;
	background-position: center;
}
.bg-cover-image.bg-position-topright {
	background-position: top right;
}

/* Cover background video */
.cover-video {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
  	border-right: none;
  	border-left: none;
	z-index: 2;
}
.cover-poster {
	display: none;
}
  .touch .cover-video {
    display: none;
  }

  .touch .cover-poster {
    display: block !important;
  }

  .cover-video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000e29;
  }


  .cover-video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
  }

  .cover-video-container video {
    position: absolute;
    z-index: 0;
    top:50%;
    left:50%;

    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);



    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw;

  }


/* CAPTION */

.cover-caption {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 999;
}
.cover1 .cover-caption {
	/* margin-top: 50px; */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cover-caption {
		top: 0; right: 0; bottom: 0; left: 0;
	}
	.cover-caption .grid-container, .cover-caption .grid-x {
		height: 100%;
	}
	.cover-caption .grid-x,
	.cover-caption .grid-x.align-justify {
		align-items: center !important;
	}
}
.cover-caption.is-absolute {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 999;
}
.cover-caption.cover-relative {
	position: relative;
	display: block;
	width: 100%;
	z-index: 999;
}
.with-caption-top-right .cover-caption {
	top: 0 !important;
}
.with-caption-bottom-right .cover-caption {
	bottom: 0;
}

.cover-caption .grid-container {

}
.cover-heading {
	/* margin-top: 50px; */
	position: relative;
	padding:  0px 25px 0px 25px;
}
.fluid .cover-heading {
	padding-left: 60px;
}
.text-center.cover-heading {
	margin: auto;
}
.align-center .cover-heading {
	margin: auto;
}
.cover-heading.boxed {
	margin: 20px 0;
	padding: 25px 25px 25px 25px;
}

.with-caption-top-left .cover-heading.boxed,
.with-caption-top-right .cover-heading.boxed {
	margin-top: 20px;
}
.with-caption-bottom-left .cover-heading,
.with-caption-bottom-right .cover-heading,
.with-caption-bottom-left .cover-heading.boxed,
.with-caption-bottom-right .cover-heading.boxed {
	margin-bottom: 60px;
}
.with-listing .with-caption-bottom-left .cover-heading,
.with-listing .with-caption-bottom-right .cover-heading,
.with-listing .with-caption-bottom-left .cover-heading.boxed,
.with-listing .with-caption-bottom-right .cover-heading.boxed {
	margin-bottom: 120px;
}


.member-detail-cover.with-caption-bottom-left .cover-heading {
	margin-bottom: 60px;
}

.bg-cover-heading {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius: 0px;
	z-index: -1;
}


.modal .cover-heading {
	padding-left: 60px;
}

.cover-intro {
/* 	margin-left: -25px; */
font-family: 'loos-normal';
	font-weight: 400;
	/* text-transform: uppercase;
	letter-spacing: 1px; */
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0px;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	/* background: rgba(0, 14, 41, 0.2); */
	padding: 7px 0px 7px 2px;
	opacity: 0.6;
	

}
.cover-intro:before {
	display:block;
	width: 40px;
	height: 2px;
	position: relative;
	top:2px;
	background: #fff;
	margin-right: 10px;
	content: '';
}
.cover-intro.c-white {
	color: rgba(255, 255, 255, 1) !important
}

.cover-title {
	font-size: 38px;
	position: relative;
	margin-bottom: 10px;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	/* text-transform: uppercase; */
}
.large-9 .cover-title {
	max-width: 750px;
}

/* .cover-title span {
    color: #111;
    position: relative;
    background-color: #fff;
    display: inline;
    padding: 0px 15px 6px;
    line-height: 1.8;
    border-radius: 10px;

    box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	
	box-shadow: 0px 8px 8px -4px rgba(35, 34, 34, 0.185);
}*/
.cover-title span {
	/* font-weight: 400; */
	opacity: 0.7;
}
.cover-title .first {
	font-size: 40px;
}
.cover-title.title-small {
	font-size: 34px;
}
.cover-title.title-medium {
	font-size: 48px;
	line-height: 1.1;
}
.cover-title.title-large {
	font-size: 56px;
	line-height: 1.1
}
.cover-title.title-xlarge {
	font-size: 63px;
	line-height: 1.1;
}

.cover-title.title-huge {
	font-size: 86px;
	line-height: 1;
}

.cover-subtitle {
	margin-top: 15px;
	font-size: 28px;
	font-weight:500;
	line-height: 1.3;
	opacity: 0.7;
}

.cover-lead {
	padding-top: 10px;
}
.cover-lead p {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7;
}
.cover-lead p strong {
	font-weight: 700;
}
.cover-height-xsmall .cover-lead p,
.cover-height-small .cover-lead p {
	font-size: 1.1rem;
	margin-bottom:0;
}
.cover-lead p a {
	color: #fff;
}

.cover-footer {
	padding: 20px 0px 0px;
}

/* Listing */
.cover-lead ul {
	list-style: none;
	margin-left:0;
	margin-top: 20px !important;
}
.cover-lead ul li {
	position: relative;
	font-size: 18px;
	padding: 6px;
	padding-left: 35px;
	font-weight: 600;
	
}

.cover-lead ul li i {
	position: absolute;
	top:8px;
	left: 0px;
	font-size: 24px;
}

.text-center .cover-lead ul,
.align-center .cover-lead ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-center .cover-lead ul li,
.align-center .cover-lead ul li {
	margin-left: 10px;
	margin-right: 10px;
}
.cover-tags a {
	display: inline-block;
	padding: 0 10px;
}

.cover-button {

}

/* listing */
.cover-listing {
	float: right;
	position: relative;
	max-width: 400px;
	min-width: 360px;
	padding: 40px 30px 100px;
	border-radius: 6px;
	margin-top: -10px;
	z-index: 996 !important;
}
.cover-listing .bg-cover-listing {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	border-radius: 6px;
	opacity: 0.82;
	z-index: -1;
}
.cover-listing .bg-cover-listing.bg-primary {
	background-color: #ff5f00 !important;
	backdrop-filter: blur(20px);
}
.cover-listing-title {
	font-size: 18px;
	color: #fff;
	opacity: 0.6;
}
.cover-listing.white .cover-listing-title {
	color: #034391;
}
.cover-listing ul {
	list-style: none;
	margin:0;
	padding:0 0 0;
	column-count: 1;
	font-family: 'loos-normal', sans-serif;
}
.cover-listing ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cover-listing ul li:last-child {
	border:0;
}
.cover-listing ul li > .cover-listing-item {
	/* font-family: 'loos-normal'; */
	font-weight: 500;
	display: block;
	padding: 15px 1em 15px 25px;
	font-size: 18px;
	letter-spacing: 0px;
	border-radius: 8px;
	margin-bottom: 0px;

	position: relative;
	line-height: 1.1;
	color: #fff;
	/* border:  1px solid rgba(7, 59, 65, 0.2); */
	transition: border 0.2s ease-in-out;
	/* box-shadow: 0px 8px 8px -4px rgba(35, 34, 34, 0.1); */
}
.cover-listing.white ul li > .cover-listing-item {
	/* color: #131933; */
}
.cover-listing li > a.cover-listing-item {

}
.cover-listing li > .cover-listing-item i {
	position: absolute;
	top: 18px;
	left: 0px;
	color: #fff;
	font-size: 16px;
	-webkit-transition: transform 0.1s ease-in-out;
	-moz-transition: transform 0.1s ease-in-out;
	-ms-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
}
.cover-listing.white li > .cover-listing-item i {
	color: #fff;
	opacity: 1;
}

.cover-listing li > a.cover-listing-item i {
	/* left: auto;
	right: 5px; */
}

.cover-listing li > a.cover-listing-item:hover {
	color: #fff;
}
.cover-listing li > a.cover-listing-item:hover i {
	transform: translateX(3px);
	color: #fff;
}
.cover-listing.white li > a.cover-listing-item:hover {
	color: #FE7B12;
	opacity: 1;
}
.cover-listing.white li > a.cover-listing-item:hover i{
	color: #FE7B12;
	opacity: 1;
}


/* badge */
.cover-badge {
	position: absolute;
	top: -30px;
	right: 10px;
	margin:0;
	transform: scale(0.8);
	width: 200px;
	height: 100px;
	z-index: 998 !important;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.149);
}
.cover-badge:before {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 70px;
	content: '';
	border-radius: 10px 10px 0 0 ;
	background-color: #161616;
	background-repeat: no-repeat;
	background-size: 160px auto;
	background-position: center;
	background-image: url('../images/develon-logo.png');
}
.cover-badge:after {
	content: 'Noord- en Midden Nederland';
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
	background: #ff5f00;
	border-radius: 0 0 10px 10px;
}

.cover-listing .cover-badge {
	position: absolute;
	top: -50px;
	right: -10px;
	margin:0;
	transform: scale(0.8) rotate(5deg);
	width: 200px;
	height: 110px;
}
.page-front-no .cover-badge {
	/* top: 20px; */
}
/* .cover-badge:before {
	position: absolute;
	left: 10px;
	top: 20px;
	transform: rotate(5deg);
	width: 170px;
	height: 120px;
	background: #1D252C;
	box-shadow: 0 0 20px #000;
	border-radius: 5px;
	opacity: 0.8;
	
	content:'';
	z-index: -1;
}  */


	@media (max-width: 1460px) {
		.cover-title.title-small {
			font-size: 30px;
		}
		.cover-title.title-medium {
			font-size: 44px;
		}
		.cover-title.title-large {
			font-size: 48px;
			line-height: 1.2
		}
		.cover-title.title-xlarge {
			font-size: 56px;
			line-height: 1.2;
		}
		.cover-title.title-huge {
			font-size: 76px;
			line-height: 1.1;
		}

		.cover-lead ul li {
			font-size: 16px;
			padding: 6px;
			padding-left: 35px;
		}
		.cover-lead ul li i {
			position: absolute;
			top:6px;
			left: 0px;

		}
	}
	@media (max-width: 1280px) {
		.cover-slider .cover-silhouet {
			height: 80px;
			bottom: -15px;
		}
		
		.cover-heading {
			max-width: 85%;
			padding: 0px  0px 15px;
		}

		
		.cover-title {
			font-size: 2.2rem;
			line-height: 1.1
		}
		.cover-title .first {
			font-size: 36px;
		}
		.cover-title.title-small {
			font-size: 26px;
		}
		.cover-title.title-medium {
			font-size: 40px;
		}
		.cover-title.title-large {
			font-size: 44px;
			line-height: 1.2
		}
		.cover-title.title-xlarge {
			font-size: 50px;
			line-height: 1.2;
		}
		.cover-title.title-huge {
			font-size: 60px;
			line-height: 1.1;
		}

		.cover-listing ul li > .cover-listing-item {
			font-size: 18px;
		}
		
	}
	@media (max-width: 1110px) {
		.cover-listing ul li > .cover-listing-item {
			font-size: 16px;
		}
	}
	@media (max-width: 1023px) {
		.cover-slider .cover-silhouet {
			height: 66px;
			bottom: -15px;
		}
		.cover-heading {
			max-width: 100%;
			padding-left: 20px;
		}
		.with-listing .with-caption-bottom-left .cover-heading,
		.with-listing .with-caption-bottom-right .cover-heading,
		.with-listing .with-caption-bottom-left .cover-heading.boxed,
		.with-listing .with-caption-bottom-right .cover-heading.boxed {
			margin-bottom: 40px;
		}
		.cover-intro {
			font-size: 18px;
		}

		.cover-title {
			font-size: 2rem;
			line-height: 1.1;
		}
		.cover-title.title-small {
			font-size: 22px;
		}
		.cover-title.title-medium {
			font-size: 32px;
		}
		.cover-title.title-large {
			font-size: 36px;
			line-height: 1.2
		}
		.cover-title.title-xlarge {
			font-size: 42px;
			line-height: 1.2;
		}
		.cover-title.title-huge {
			font-size: 54px;
			line-height: 1.1;
		}
		.cover-lead p {
			font-size: 1.250rem;

		}
		.cover-badge {
			top: auto;
			bottom: 20px;
			right: 15px;
		}
		.cover-listing {
			float: right;
			position: relative;
			max-width: 100%;
			min-width: 100%;
			padding: 30px 30px 80px;
			border-radius: 6px;
			margin-top: -10px;
			z-index: 996 !important;
			}

		.cover-listing ul {
			list-style: none;
			margin:0;
			padding:0 0 0;
			column-count: 2;
		}
		.cover-listing ul li > .cover-listing-item {
			padding-top: 10px;
			padding-bottom: 10px;
			font-size: 18px;
		}
		.cover-listing ul li > .cover-listing-item i {
			top: 14px;
		}
		.page-front-no .cover-badge {
			display: none;
		}


	}
	@media (max-width: 767px) {
	

		.cover-slider .cover-silhouet {
			width: 60%;
			height: 50px;
			bottom: -15px;
		}
		.cover-heading {
			padding-left: 10px;
			padding-right:0px;
			padding-top: 0px;
			margin-top: 0
		}
		.cover-heading.boxed {
			padding: 15px 15px 10px;
		}
		
		.cover-intro {
			font-size: 16px;
			margin-bottom: 0px;
		}
		.cover-intro:before {
			display:block;
			width: 30px;
			height: 2px;
			position: relative;
			top:2px;
			background: #fff;
			margin-right: 10px;
			content: '';
		}
		.cover-title {
			font-size: 24px;
			margin-bottom: 0;;
		}

		.cover-title.title-small {
			font-size: 18px;
		}
		.cover-title.title-medium {
			font-size: 22px;
			line-height: 1.2;
		}
		.cover-title.title-large {
			font-size: 24px;
			line-height: 1.1
		}
		.cover-title.title-xlarge {
			font-size: 28px;
			line-height: 1.1;
		}
		.cover-title.title-huge {
			font-size: 32px;
			line-height: 1.1;
		}
		.cover-subtitle {
			margin-top: 15px;
			font-size: 20px;
			font-weight:500;
			line-height: 1.3;
			opacity: 0.7;
		}

		.cover-lead {
			padding-top: 10px;
		}
		.cover-lead p {
			font-size: 0.85rem;
			font-weight: 400;
			line-height: 1.6;
			margin:0;
		}
		.cover-lead p strong {
			font-weight: 600;
		}
		.cover-height-xsmall .cover-lead p,
		.cover-height-small .cover-lead p {
			font-size: 0.86rem;
			margin-bottom:0;
		}
		.cover-lead ul {
			list-style: none;
			margin-left:0;
			margin-top: 0px !important;
		}
		.cover-lead ul li {
			position: relative;
			font-size: 14px;
			padding: 2px;
			padding-left: 25px;
			font-weight: 400;
		}
		.cover-lead ul li i {
			position: absolute;
			top:5px;
			left: 0px;
			font-size: 16px;
		}
		.text-center .cover-lead ul,
		.align-center .cover-lead ul {
			/* display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			flex-direction: column */
			flex-wrap: wrap;
			justify-content: center;
		}
		.text-center .cover-lead ul li,
		.align-center .cover-lead ul li {
			margin-left: 10px;
			margin-right: 10px;
		}
		.cover-footer {
			display: none;	
		}

		.cover-badge {
			top: auto;
			bottom: -80px;
			right: 0px;
			transform-origin: right;
			transform: scale(0.6);
		}
		.cover-badge span {
			border-radius: 0 0 0px 6px;
		}
		.page-front-no .cover-badge {
			display: none;
		}
		.cover-listing {
			padding: 15px;
			padding-bottom: 30px;
		}
		.cover-listing ul {
			list-style: none;
			margin:0;
			padding:0 0 0;
			column-count: 1;
		}
		.cover-listing ul li > .cover-listing-item {
			font-size: 16px;
		}
		.cover-listing .bg-cover-listing {
			opacity: 0.72;
		}
	}
	@media (max-width: 400px) {
		.cover-heading {
			padding-left:5px;
			padding-right:0px;
			padding-top: 0px;
		}
		.cover-heading.boxed {
			padding: 15px 15px 10px;
		}
		.with-caption-bottom-left .cover-heading,
		.with-caption-bottom-right .cover-heading,
		.with-caption-bottom-left .cover-heading.boxed,
		.with-caption-bottom-right .cover-heading.boxed {
			margin-bottom: 30px;
		}
		.cover-intro {
			font-size: 14px;
			margin-bottom: 0px;
		}
		.cover-title {
			font-size: 22px;
			margin-bottom: 0;;
		}

		.cover-title.title-small {
			font-size: 16px;
		}
		.cover-title.title-medium {
			font-size: 20px;
			line-height: 1.2;
		}
		.cover-title.title-large {
			font-size: 22px;
			line-height: 1.1
		}
		.cover-title.title-xlarge {
			font-size: 26px;
			line-height: 1.1;
		}
		.cover-title.title-huge {
			font-size: 32px;
			line-height: 1.1;
		}
		.cover-listing ul li > .cover-listing-item {
			font-size: 15px;
		}
	}


/* Items */
.cover-lead-item {
	color: #fff;
}

.cover-slides.single{
	/* align-items: center; */
}
.cover-slide {
	display: flex;
}

/* Align Left */
.with-caption-top-left {
	align-items: flex-start;
}
.with-caption-center-left {
	align-items: center;
}
.with-caption-bottom-left {
	align-items: flex-end;
}


/* Align Center */
.with-caption-top-center {
	align-items: flex-start;
	text-align: center
}
.with-caption-center-center {
	align-items: center;
	text-align: center
}
.with-caption-bottom-center {
	align-items: flex-end;
}

/* Align Right */
.with-caption-top-right {
	align-items: flex-start;
}
.with-caption-center-right {
	align-items: center;
}
.with-caption-bottom-right {
	align-items: flex-end;
}


.cover-height-adaptive .cover-caption {
	margin-top: 6rem;
}
.cover-slider-wrapper .slick-slider .slick-arrow {
	background-color: transparent;
	width: 80px;
}

/* PAGINATION */
.swiper-pagination.cover-slider-pagination {
	position: absolute;
	bottom: 100px;
	text-align: center;
}

.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet {
	width: 8px;
	height:8px;
	border-radius: 100px;
	background: #000000;
	opacity: 0.5;

}
.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet-active {
	background: #034391;
	transform: scale(1.2);
	opacity: 1;
}
.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet-active {
	background: #034391;
}

	@media (max-width: 1280px) {
		.swiper-pagination.cover-slider-pagination {

		}
	}
	@media (max-width: 1023px) {
		.swiper-pagination.cover-slider-pagination {

		}
	}
	@media (max-width: 767px) {
		.swiper-pagination.cover-slider-pagination {
			bottom: 10px;
		}
		.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet {

		}
	}


.section-search {
	max-width: 70%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	background: #fff;
	margin-top: 20px;
	padding: 25px 25px 25px 15px;
	box-shadow: 0px 8px 8px -4px rgba(35, 34, 34, 0.1);
}
.section-search * {
	margin-bottom: 0;
	border: 0;
	font-family: 'roc-grotesk', sans-serif;
}
.section-search .search-input-group {
	width: auto;
	min-width: 400px;
	height: 50px;
}
.search-input-group .input-group-field {
	height: 50px;
	border: 0;
	font-size: 20px;
}
.search-input-group .input-group-label {
	font-size: 20px;
}
.section-search label {
	width: 30%;
}
.section-search .select2-container .select2-selection--single {
	border:0 !important;
	font-size: 18px;
	font-weight: 400;
}
.select2-results__option {
	padding: 10px 20px;
	font-size: 18px;
	
}

.section-search .button {
	font-family: 'ronnia', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: 20px;
	padding-left: 45px;
	padding-right: 45px;
	height: 50px;
}

@media (max-width: 1380px) {
	.section-search {
		max-width: 80%;

	}
}
@media (max-width: 1280px) {
	.section-search {
		max-width: 80%;

	}
	.search-input-group .input-group-field {
		font-size: 18px;
	}
	.section-search .select2-container .select2-selection--single {
		border: 0 !important;
		font-size: 18px;
		font-weight: 400;
		}
}
@media (max-width: 1100px) {
	.section-search {
		max-width: 85%;

	}
	.section-search .search-input-group {
		width: auto;
		min-width: 320px;
		height: 50px;
		}
	.search-input-group .input-group-field {

		font-size: 16px;
	}
	.section-search .select2-container .select2-selection--single {
		border: 0 !important;
		font-size: 16px;
		font-weight: 400;
		}
}
@media (max-width: 1022px) {
	.section-search {
		max-width: 60%;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 25px 25px 25px 20px;
	}
	.section-search .search-input-group {
		width: 100%;
		min-width: 100%;
		height: 50px;
		border: 1px solid #eee;

		}
		.search-input-group .input-group-field {
			height: 48px;
		}
		.section-search label {
			width: 50%;
		}
		.section-search .button {
			width: 100%;
			flex-grow: 2;
			font-family: 'ronnia', sans-serif;
			font-size: 16px;
			letter-spacing: 1px;
			margin-top: 10px;
			margin-left: 0px;
			padding-left: 45px;
			padding-right: 45px;
			height: 50px;
		}
}
@media (max-width: 767px) {
	.section-search {
		max-width: 98%;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 15px 15px 15px 15px;
		background: rgba(255, 255, 255, 1);
	}
	.section-search .search-input-group {
		width: 100%;
		min-width: 100%;
		height: 50px;
		border: 1px solid #eee;

		}
		.search-input-group .input-group-field {
			height: 48px;
		}

		/* .section-search select {
			-webkit-touch-callout: none !important;
			-webkit-user-select: none !important;
			-webkit-tap-highlight-color: rgba(0,0,0,0);
		} */
		.section-search label {
			width: 50%;
		}
		.section-search .button {
			width: 100%;
			flex-grow: 2;
			font-family: 'ronnia', sans-serif;
			font-size: 16px;
			letter-spacing: 1px;
			margin-top: 10px;
			margin-left: 0px;
			padding-left: 45px;
			padding-right: 45px;
			height: 50px;
		}
		.cover-caption .select2-container--default .select2-selection--single .select2-selection__rendered {
			border: 1px solid #eee;
			border-top: 0;
		}
	
		[data-whatinput="touch"] .cover-caption  .select2-container--default .select2-results > .select2-results__options {
			display: none !important;
		}
}