.module_image_slider {
	overflow: hidden;
	margin: 30px 0;
}

.module_image_slider .headline {
	margin-bottom: 40px;
}

.module_image_slider .content_outer {
	/* border-top: 2px solid #eeeeee; */
	/* border-bottom: 2px solid #eeeeee; */
	/* padding: 40px 0 50px; */
	padding: 0 0 12px;
}

.module_image_slider .slider_container_outer {
	max-width: 950px;
	margin: auto;
}

.module_image_slider .slider_container_outer .slider_container {
	margin-bottom: 30px;
}

.module_image_slider .slider {
	width: 100%;
	height: 100%;
}

.module_image_slider .body_img_inner,
.module_image_slider .slide {
	max-height: 580px;
}

.module_image_slider .slick-dots {
	display: none !important;
}

.module_image_slider .body_img_inner img {
	width: 100%;
	height: auto;
}

.module_image_slider .image_caption {
	display: block;
	font-style: italic;
	padding-top: 10px;
}

.module_image_slider .image_text {
	background-color: rgba(60, 60, 60, 0.75);
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
}

@media (min-width: 992px) {
	.module_image_slider .image_text {
		padding: 35px 30px;
	}
}

.module_image_slider .image_text p {
	color: #fff;
	margin: 0;
}

.module_image_slider .slider_prev_outer,
.module_image_slider .slider_next_outer {
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 2;
	top: auto;
	right: auto;
	margin-top: 0;
}

.module_image_slider .slider_prev_outer:focus-visible {
	margin-left: 3px;
}

.module_image_slider .slider_next_outer {
	left: auto;
	right: 0;
}

.module_image_slider .slider_next_outer:focus-visible {
	margin-right: 3px;
}

.module_image_slider .slider_prev_outer,
.module_image_slider .slider_next_outer {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #004077;
}

.module_image_slider .slider_prev_outer:before,
.module_image_slider .slider_next_outer:before {
	border-bottom: 1px solid #004077;
	border-right: 1px solid #004077;
	content: " ";
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 30%;
	left: 11px;
	transform: rotate(134deg);
	-ms-transform: rotate(134deg);
}

.module_image_slider .slider_next_outer:before {
	left: auto;
	right: 13px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.module_image_slider .slider_prev_outer:after,
.module_image_slider .slider_next_outer:after {
	border-bottom: 1px solid #004077;
	content: " ";
	display: block;
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 9px;
}

.slider_container_outer .slider_pager {
	text-align: center;
	position: relative;
	bottom: auto;
	top: auto;
	left: auto;
	right: auto;
	z-index: 1;
}

.slider_container_outer .slider_pager .swiper-pagination-bullet {
	background-color: transparent;
	width: 13px;
	height: 13px;
	border-radius: 50% 50%;
	display: inline-block;
	cursor: pointer;
	margin: 5px;
	border: 3px solid #004077;
	opacity: 1;
}

.slider_container_outer .slider_pager .swiper-pagination-bullet-active {
	background-color: #004077;
}

/*GRID*/
.module_image_slider.use_grid .image_text {
	width: 100%;
	box-sizing: border-box;
}

.module_image_slider.use_grid .body_img img {
	width: 100%;
}

.module_image_slider.use_grid .slider .slide {
	box-sizing: border-box;
	height: 100%;
}

.module_image_slider.use_grid .image_text .h2 {
	margin: 0 0 10px;
}

.module_image_slider.use_grid .image_text p {
	color: #fff;
}

@media (min-width: 768px) {
	.module_image_slider.use_grid .image_text {
		width: 55%;
		float: left;
		right: 0;
		box-sizing: border-box;
	}

	.module_image_slider.use_grid .image_text {
		bottom: auto;
		position: relative;
		left: 45%;
		min-height: 250px;
	}

	.module_image_slider.use_grid .body_img_inner {
		width: 45%;
		overflow: hidden;
		float: left;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		z-index: 9999;
	}
}

@media (min-width: 992px) {
	.module_image_slider.use_grid .body_img img {
		box-sizing: border-box;
		height: auto;
		width: auto;
		max-width: none;
	}
}

.module_image_slider.use_grid .js_static_height .slick-track {
	display: flex !important;
}

.module_image_slider.use_grid .js_static_height .slick-slide {
	height: inherit !important;
}

.module_image_slider.use_grid .js_static_height .body_img,
.module_image_slider.use_grid .js_static_height .image_text {
	height: 100%;
}

@media (max-width: 767px) {

	.module_image_slider.use_grid .js_static_height .body_img,
	.module_image_slider.use_grid .js_static_height .image_text {
		height: 100%;
		min-height: 320px;
	}

	.module_image_slider .body_img_inner {
		height: 100%;
	}
}

@media (max-width: 991px) {
	.module_image_slider>.container {
		padding: 0 10px;
	}
}