/*===Image Text===*/
.module-image-text.pt-0{padding-top: 4rem !important;}
.module-image-text.pb-0{padding-bottom: 4rem !important;}
.module-image-text .image img{width: 100% !important;}
.module-image-text .content-title a{text-decoration:none; color: var(--black-color);}
.module-image-text .content-title a:hover{color: var(--liberty-red);}
.module-image-text .image {min-height:500px;width: 100%;background-position:center;background-size: cover; position:relative;}
.module-image-text, .module-image-text-wrapper{min-height: 500px;}
.module-image-text .content-title .h1{position:relative;}
/*.module-image-text .content-title .h1::after {content: "▸";position: absolute;display: inline-block;font-size: 4.2rem;line-height: 1;}*/
.container-fluid.content-container{z-index:2;}
.module-image-text-wrapper .container-fluid.image-container .image__wrapper {width: 50vw;margin-left: calc(50% + 115px);}
.module-image-text-wrapper.column-reverse .container-fluid.image-container .image__wrapper{width: 50vw;margin-left: -130px;}

@media all and (min-width: 768px){
.module-image-text.pt-0{padding-top: 6rem !important;}
.module-image-text.pb-0{padding-top: 6rem !important;}
}

@media all and (min-width: 992px){
.container-fluid.image-container{position: absolute;margin: 0 auto;left: 0;right: 0;z-index: 0;height: 100%;max-width: 100%;padding: 0;overflow: hidden;}
.module-image-text.pt-0{padding-top: 0 !important;}
.module-image-text.pb-0{padding-bottom: 0 !important;}
}
@media all and (max-width: 991.98px){
.module-image-text .content-title .h1::after {font-size: 3.2rem;}
.module-image-text-wrapper.column{flex-direction: column;}
.module-image-text-wrapper.column-reverse{flex-direction: column-reverse;}
.module-image-text-wrapper.column .image-container{margin-top: 4rem;}
.module-image-text .image{margin-bottom: 4rem;}
.module-image-text .content-title .h1::after {font-size: 2.6rem;top: 0.3rem;}
.module-image-text-wrapper.column-reverse .container-fluid.image-container .image__wrapper{width: 100%;}
.module-image-text-wrapper .container-fluid.image-container .image__wrapper {width: 100%;}
}

@media all and (max-width: 1200px){
	.module-image-text-wrapper.column-reverse .container-fluid.image-container .image__wrapper{width: 100%;margin-left: 0;}
    .module-image-text-wrapper .container-fluid.image-container .image__wrapper {width: 100%;margin-left: 0;}
}

/*=== MODULE - LATEST SIGNPOST ===*/
.latest-report__inner{display: flex; flex-direction: column; row-gap: 3.5rem;}
.latest-report__image{margin-bottom: 2rem; aspect-ratio: 426/330; max-height: 29rem; width: 100%;}
.latest-report__img{width: 100%; height: 100%; object-fit: cover;}
.latest-report__title{margin-bottom: 2.4rem;}
.latest-report__outer{padding: 3.1rem 0 3rem;}
@media (min-width: 576px){
 .latest-report__inner{gap: 3rem; flex-direction: row;}
 .latest-report__image{margin-bottom: 2.6rem; max-height: unset;}
}
@media (min-width: 768px){
 .latest-report__outer{padding: 6.1rem 0 6rem;}
}
@media (min-width: 992px){
 .latest-report__inner{gap: 11.8rem; flex-direction: row;}
 .latest-report__image{margin-bottom: 3.2rem;}
 .latest-report__outer{padding: 9.1rem 0 9rem;}
}
