.font-white {
	color: #ffffff;
}

.wysiwyg:before,
.wysiwyg:after {
	content: '';
	display: table;
	clear: both;
}
.wysiwyg > p,
.wysiwyg > ul,
.wysiwyg > ol {
	margin-bottom: 20px;
}
.wysiwyg ul>li, .wysiwyg ol>li {
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.wysiwyg ul>li:last-of-type, .wysiwyg ol>li:last-of-type {
	margin-bottom: 0px;
}
.wysiwyg > *:first-child {
	margin-top: 0;
}
.wysiwyg > *:last-child {
	margin-bottom: 0;
}

.bg-image-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.bg-image-overlay.overlay-red {
	background-color: rgba(160, 23, 53, .82);
}
.bg-image-overlay.overlay-black {
	background-color: rgba(19, 18, 18, 0.88);
}
.bg-image-overlay.overlay-white {
	background-color: rgba(255, 255, 255, 0.8);
}

.header-image + .main-modules-cont {
	margin-top: -30px;
	padding-top: 1px;
}
.header-image + .main-modules-cont > .has-bg:first-child {
	margin-top: 29px;
}

.main-modules-cont.has-mi-bg {
	position: relative;
	overflow: hidden;
}
.main-modules-cont.has-mi-bg:before {
	content: '';
    display: block;
    width: 1127px;
    height: 1058px;
    left: calc(50% + 325px);
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-image: url(../images/mi-map-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 70% center;
    position: absolute;
    z-index: -1;
}

@media (min-width: 801px){
	.main-modules-cont.has-mi-bg {
		background-position: 85% center;
	}	
}

.content-module {
	margin-top: 30px;
	margin-bottom: 30px;
}
	.content-module img {
		max-width: 100%;
	}
	.content-module.has-bg {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.content-module.ver-img-nopadding .images-wrapper,
	.content-module.ver-img-nopadding .flex-wrapper > .image-wrapper {
		margin-top: -30px;
		margin-bottom: -30px;
	}

.content-module .font-white h1,
.content-module .font-white h2,
.content-module .font-white h3,
.content-module .font-white h4,
.content-module .font-white h5,
.content-module .font-white h6 {
    color: #ffffff;
}

.content-module .bga-center_center img,
.content-module .bga-center_center .image {
	background-position: center center;
	object-position: center center;
}
.content-module .bga-center_top img,
.content-module .bga-center_top .image {
	background-position: center top;
	object-position: center top;
}
.content-module .bga-center_bottom img,
.content-module .bga-center_bottom .image {
	background-position: center bottom;
	object-position: center bottom;
}
.content-module .bga-left_top img,
.content-module .bga-left_top .image {
	background-position: left top;
	object-position: left top;
}
.content-module .bga-left_center img,
.content-module .bga-left_center .image {
	background-position: left center;
	object-position: left center;
}
.content-module .bga-left_bottom img,
.content-module .bga-left_bottom .image {
	background-position: left bottom;
	object-position: left bottom;
}
.content-module .bga-right_top img,
.content-module .bga-right_top .image {
	background-position: right top;
	object-position: right top;
}
.content-module .bga-right_center img,
.content-module .bga-right_center .image {
	background-position: right center;
	object-position: right center;
}
.content-module .bga-right_bottom img,
.content-module .bga-right_bottom .image {
	background-position: right bottom;
	object-position: right bottom;
}

@media (min-width: 801px){
	.content-module {
		margin-top: 50px;
		margin-bottom: 50px;
	}
		.content-module.has-bg {
			padding-top: 50px;
			padding-bottom: 50px;
		}
		.content-module .flex-wrapper {
			display: flex;
		} 
		.content-module.ver-img-nopadding .images-wrapper,
		.content-module.ver-img-nopadding .flex-wrapper > .image-wrapper {
			margin-top: -50px;
			margin-bottom: -50px;
		}
}

.text-w-image-module {
	
}
	.text-w-image-module .images-wrapper img {
		vertical-align: top;
	}
	.text-w-image-module .images-wrapper.multi-image img,
	.text-w-image-module .images-wrapper.cover-image .image {
		border-radius: 4px;
		box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.39);
	}

	.text-w-image-module .images-wrapper:not(.multi-image) .image-wrapper {
		height: 100%;
	}

	.text-w-image-module .image {
		background-position: center center;
	}

	.text-w-image-module .images-wrapper.cover-image .image {
		background-size: cover;
		background-repeat: no-repeat;
	}

@media (max-width: 800px){
	.text-w-image-module .images-wrapper,
	.text-w-image-module.ver-img-nopadding .images-wrapper {
		margin-top: 25px;
		text-align: center;
	}

	.text-w-image-module .image-wrapper + .image-wrapper {
		margin-top: 20px;
	}

	.text-w-image-module .images-wrapper:not(.multi-image) img {
		max-height: 475px;
	}

	.text-w-image-module .images-wrapper.cover-image .image {
		padding-top: 56.25%;
	}
}
@media (min-width: 801px){
	.text-w-image-module .flex-wrapper {
		gap: 75px;
	}

	.text-w-image-module .flex-wrapper .text-wrapper {
		width: calc(52.5% - (75px / 2));
	}
	.text-w-image-module .flex-wrapper .images-wrapper {
		width: calc(47.5% - (75px / 2));
	}

	.text-w-image-module .image-wrapper + .image-wrapper {
		margin-top: 40px;
	}
	.text-w-image-module .images-wrapper.cover-image .image {
		height: 100%;
		min-height: 325px;
	}

	.text-w-image-module .images-wrapper .image-cont {
		position: relative;
		height: 100%;
	}

	.text-w-image-module .flex-wrapper.image-left .images-wrapper {
		order: -1
	}

	.text-w-image-module.overflowing-top .image-wrapper {
		margin-top: -75px;
	}
	.text-w-image-module.overflowing-top .images-wrapper:not(.multi-image) .image-wrapper {
		height: calc(100% + 75px);
	}

	.text-w-image-module .image-wrapper img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

.content-banner-module {
	position: relative;
}
.content-banner-module.has-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.content-banner-module .text-wrapper {
		position: relative;
	}

	/* .content-banner-module .bg-image-overlay.overlay-red + .width-limiter .text-wrapper,
	.content-banner-module .bg-image-overlay.overlay-black + .width-limiter .text-wrapper {
		color: #ffffff;
	} */

@media (min-width: 801px){
	.content-banner-module.ver-padded-top {
		padding-top: 75px;
	}
	.content-banner-module.ver-padded-bottom {
		padding-bottom: 75px;
	}

	.content-banner-module.has-bg.ver-padded-top {
		padding-top: 125px;
	}
	.content-banner-module.has-bg.ver-padded-bottom {
		padding-bottom: 125px;
	}
}



.info-columns-module {

}

.info-columns-module .column {
	background-color: #ffffff;
	border-radius: 7px;
	box-shadow: 0 4px 9px rgba(0,0,0,.35);
	/* overflow: hidden; */
}

.info-columns-module .column .image-cont {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 7px;
}
.info-columns-module .column .image-cont:before {
	content: '';
	display: block;
	padding-top: 78%;
}

.info-columns-module .column .text-wrapper {
	padding: 25px 20px;
	box-sizing: border-box;
}

@media (max-width: 800px){
	.info-columns-module .column {
		margin-bottom: 25px;
	}
	.info-columns-module .column:last-of-type {
		margin-bottom: 0px;
	}
	.info-columns-module .column .image-cont {
		max-height: 300px;
	}
}

@media (min-width: 801px){
	.info-columns-module .flex-wrapper {
		align-items: flex-start;
		flex-wrap: wrap;
		column-gap: 40px;
		row-gap: 40px;
	}
	.info-columns-module.overflowing-top .flex-wrapper,
	.info-columns-module.overflowing-bottom .flex-wrapper {
		position: relative;
		z-index: 1;
	}
	.info-columns-module.overflowing-top .flex-wrapper {
		margin-top: -75px;
	}
	.info-columns-module.overflowing-bottom .flex-wrapper {
		margin-bottom: -125px;
	}

	.info-columns-module .column {
		width: calc(33.33% - (80px / 3));
	}
}

@media (min-width: 1050px){
	.info-columns-module .flex-wrapper {
		column-gap: 65px;
	}
	.info-columns-module .column {
		width: calc(33.33% - (130px / 3));
	}
}

.info-tile-banner-module {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
	.info-tile-banner-module .main-content {
		margin-bottom: 35px;
	}
	.info-tile-banner-module .wysiwyg {
		position: relative;
		z-index: 1;
	}
	.info-tile-banner-module .tiles-cont {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
		.info-tile-banner-module .tiles-cont .tile {
			width: 100%;
		}
		.info-tile-banner-module .tiles-cont .tile h3 {
			font-size: 24px;
			line-height: 1.1em;
		}

@media (min-width: 650px){
	.info-tile-banner-module .tiles-cont {
		column-gap: 40px;
		row-gap: 60px;
	}
		.info-tile-banner-module .tiles-cont .tile {
			width: calc(50% - 20px);
		}
}
@media (min-width: 1050px){
	.info-tile-banner-module .tiles-cont .tile {
		width: calc(33.33% - (80px / 3));
	}
}

.links-w-icon-module {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.links-w-icon-module .wysiwyg {
		margin-bottom: 35px;
	}

	.links-w-icon-module .links-cont {
		display: flex;
		flex-wrap: wrap;
		row-gap: 20px;
		column-gap: 40px;
	}
		.links-w-icon-module .links-cont .link {
			display: flex;
			align-items: center;
			width: 100%;
			padding: 15px 12px;
			box-sizing: border-box;
			background-color: #3c3839;
			text-decoration: none;
			gap: 20px;
			border-radius: 7px;
		}
		.links-w-icon-module .links-cont .link:hover {
			background: #231F20;
		}
			.links-w-icon-module .links-cont .link h3 {
				font-size: 20px;
				line-height: 1.1em;
				color: #ffffff;
				flex: 1 1 100%;
				margin: 0;
			}
			.links-w-icon-module .links-cont .link .icon-cont {
				width: 52px;
				min-height: 48px;
				height: 100%;
				background-position: left center;
				background-repeat: no-repeat;
				background-size: contain;
				flex-shrink: 0;
			}

			.links-w-icon-module .links-cont .link:after {
				content: '';
				flex-shrink: 0;
				display: block;
				width: 20px;
				height: 100%;
				background: url(../images/icon-link-arrow.svg) right center no-repeat;
				background-size: contain;
				margin-left: 20px;
			}

@media (min-width: 801px){
	.links-w-icon-module .links-cont .link {
		width: calc(50% - 20px);
	}
}

.icon-banner-module {
	background: url(../images/icon-banner-bg.jpg) center center no-repeat;
	background-size: cover;
	color: #ffffff
}

.icon-banner-module .flex-wrapper .image-wrapper {
	width: 150px;
	flex-shrink: 0;
}
.icon-banner-module .flex-wrapper .image-wrapper img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 800px){
	.icon-banner-module .flex-wrapper .image-wrapper {
		margin-top: 20px;
	}
}

@media (min-width: 801px){
	.icon-banner-module.ver-padded-bottom {
		padding-bottom: 75px;
	}

	.icon-banner-module .flex-wrapper {
		display: flex;
		gap: 30px;
	}

	.icon-banner-module .flex-wrapper .image-wrapper {
		width: 172px;
	}
}

@media (min-width: 1050px){
	.icon-banner-module .flex-wrapper {
		gap: 75px;
	}
}



.video-embed-module {

}

.video-embed-module .padding-cont {
	position: relative;
	padding-top: 56.25%;
}

.video-embed-module .padding-cont iframe,
.video-embed-module .padding-cont video,
.video-embed-module .padding-cont .play-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;						
}

.video-embed-module .padding-cont video {
	object-fit: cover;
}

.video-embed-module .padding-cont .play-wrapper {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

.video-embed-module .padding-cont.active .play-wrapper {
	display: none;
}

.video-embed-module .padding-cont .play-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	transition: background .2s linear;
}
.video-embed-module .padding-cont .play-wrapper:hover:after {
	background-color: rgba(0,0,0,.05);
}

.video-embed-module .padding-cont .play-wrapper .play-button {
	display: block;
	width: 70px;
	height: 108px;
	background: url(../images/icon-play-button.svg) center center no-repeat;
	background-size: contain;
	filter: drop-shadow(0 0 5px rgba(0,0,0,.65));
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	z-index: 1;
}

.video-embed-module .padding-cont .play-wrapper .poster {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.video-embed-module .padding-cont .play-wrapper:hover .play-button {
	opacity: .95;
}

.main-modules-cont.has-mi-bg .video-embed-module .video-cont {
	max-width: 950px;
}

@media (min-width: 801px){
	.video-embed-module .padding-cont .play-wrapper .play-button {
		width: 88px;
		height: 135px;
	}
}