<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.module_image_overlay_text_box {
    overflow: hidden;
    margin-bottom: 40px;
}
@media (min-width: 1200px){
	.module_image_overlay_text_box {
		margin-bottom:40px;
	}
}

.module_image_overlay_text_box .image{
    overflow: hidden;
}

.module_image_overlay_text_box .image img {
	position:relative;
}

@media (max-width: 767px){
	.module_image_overlay_text_box .container{
        height: 100%;
		padding:0;
	}

    .module_image_overlay_text_box .image{
        height: 550px;
    }

}

@media (min-width: 768px){
    .module_image_overlay_text_box .image{
        height: 440px;
    }
}

/*@media (min-width: 1200px){
    .module_image_overlay_text_box .image{
        height: 475px;
    }
}*/

.module_image_overlay_text_box .text_container .text_box_text p{
	margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199px){
    .module_image_overlay_text_box .text_container{
        bottom: 50px;
        padding: 20px 0;
    }

    .module_image_overlay_text_box .text_container .text_box{
        text-align: center;
    }

    .module_image_overlay_text_box .text_box_head .h2{
        font-size: 24px;
    }

}

.module_image_overlay_text_box .text_container .text_box{
    height: 100%;
    text-align: left;
    padding: 25px;
    z-index: 3;
    background-color: rgba(255,255,255,0.85);
}

.module_image_overlay_text_box .text_container .text_box_text{
    line-height: 21px;
}

.module_image_overlay_text_box .text_container{
    width: 450px;
}


.module_image_overlay_text_box .text_container .text_box_head{
    line-height: 24px;
    color: #00305d;
    margin-top: 0;
    display: inline-block;
}


@media (max-width: 767px){
    .module_image_overlay_text_box .text_container .text_box{
        margin-bottom: 25px;
		padding:15px;
    }

    .module_image_overlay_text_box .button{
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}
.module_image_overlay_text_box .button.white {
	border:0;
}
.module_image_overlay_text_box .button.white:hover {
	background: #00305d;
	color: #fff;
	border:0;
}

@media (max-width: 1199px){
    .module_image_overlay_text_box .text_container{
        position: absolute;
        left: 15px;
        top: 15px;
        right: 15px;
        bottom: 15px;
        margin: 0 auto;
        width: 90%;
    }
}

.module_image_overlay_text_box .text_container .text_box_head .headline {
    color: #00305d;
    line-height: 40px;
	display: inline-block;
    margin: 0;
}

@media (min-width: 1200px){
    .module_image_overlay_text_box .text_container .text_box_head{
        padding-bottom: 0;
    }
	.module_image_overlay_text_box .text_container .text_box_head .headline {
		padding-bottom: 20px;
	}
    .module_image_overlay_text_box .text_container.left{
        top: 40px;
        left: 55px;
        width: 61%;
		max-width:750px;
        position: absolute;
    }

    .module_image_overlay_text_box .text_container.right{
        top: 40px;
        right: 55px;
        width: 61%;
		max-width:750px;
        position: absolute;
    }

    .module_image_overlay_text_box .text_container .text_box{
        padding: 30px;
    }
}



.module_image_overlay_text_box .button{
	padding-left: 40px;
	padding-right: 40px;
}

.module_image_overlay_text_box .button:hover{
	background: #00305d;
    color: white;
}

.module_image_overlay_text_box .link_outer{
    margin-top: 25px;
}

@media (min-width: 768px){
    .module_image_overlay_text_box .link_outer{
        margin-top: 35px;
    }
    .module_image_overlay_text_box .button + .button{
		margin-left: 15px;
    }
}


@media (min-width: 1400px){
	.page_default .module_image_overlay_text_box .container {
		margin:auto;
		max-width:1230px !important;
	}
}</pre></body></html>