.header-image {
	display: flex;

}
header + .header-image {
    margin-bottom: 0;
}
header + .header-image-container:not(.is-fullwidth) {
    margin-top: 30px;
}
.header-image.is-full-width .header-image-pic {
	padding-right: 0;
}
.header-image-pic img {
	width: 100%; 
	height: auto;
	vertical-align: bottom;
}
.header-image-pic .outstanding {
    width: 50vw;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.header-image-pic .outstanding img {
    opacity: 0;
}
.header-image-content-wrapper {
    height: 100%;
    background-color: #2e407d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 20px 50px;
}
.header-image-content-wrapper .header-image-title {
    color: #fff;
}
.header-image-content-wrapper .header-image-text a {
    background-color: #fff;
    color: #2e407d;
}
.header-image-content-wrapper .header-image-text a:hover {
    background-color: #fff;
    color: #2e407d;
}
@media(max-width: 767px) {
    .header-image-pic .outstanding {
        width: 100%;
        height: unset;
        background: none;
    }
    .header-image-pic .outstanding img {
        opacity: 1;
    }
}
.header-image-container img {
    width: 100%;
    height: auto;
    display: block;
}
.header-image-topline {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.header-image-title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.2;
    color: #2e407d;
}
.header-image-wave {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50vw;
}
@media(max-width: 767px) {
    .header-image-wave {
        display: none;
    }
}
.header-image-wave img {
    width: 100%;
    height: auto;
}
.header-image-content {
    position: relative;
	/*background-color: rgb(36 39 42 / 7%);*/
	display: flex;
	flex-direction: column;
	justify-content: center;
    padding: 50px 50px 220px 0!important;
}
/*.header-image-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 243px;
    background-image: url(../../Images/waves/7.png);
    width: 50vw;
    background-size: cover;
    background-position: center top;
}*/
@media(max-width: 767px) {
    .header-image-content {
        padding: 20px 45px 75px 45px!important;
        width: 96%;
        margin: 0 auto;
    }
    .header-image-content:after {
        display: none;
    }
}
.header-image-text a {
	position: relative;
    display: inline-block;
    min-width: 40px;
    padding: 8px 16px;
    background-color: #2e407d;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    outline: none;
    border: none;
    cursor: pointer;
    user-select: none;
    transition: all ease-out .2s;
}
.header-image-text a:hover {
    background-color: #76488d;
}
.header + .content-slider-container .row,
.header + .content-slider-container .header-image {
    height: 100%;
}