.ce-gallery .ce-row {
    display: flex;
}
.ce-gallery .ce-row .ce-column {
    margin-right: 2.5rem;
}

.ce-gallery .ce-row .ce-column:last-child {
    margin-right: 0;
}

.iflproject_imgwrap a:after {
    content: none !important;
}
.footer_menu-right_twitter {
    margin-top: 3rem;
}
.footer_menu-right_twitter a {
    display: flex;
    align-items: center;
}
.footer_menu-right_twitter img {
    width: 40px;
    margin-right: 15px;
}
/*People Container*/

.ifl-people{
    width:100%;
    margin-bottom:2rem;
}

.ifl-people__list{
    display:flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap:wrap;
    gap: 25px;
}
.ifl-people__list a {
    width:150px;
    max-width:18%;
    flex-grow: 1;
}
.ifl-people__figure{
    margin: 0;
    max-width:75%;

}
.ifl-people figcaption{
    margin-top: .5rem !important;
    font-size: .8rem;
    color: #707070;
    line-height:1rem;
}
.ifl-people__figure img{
    width: 150px;
    height:225px;
}


/*People Container*/



.results-pub-links p {
    margin-bottom: 0;
}
.results-pub-links p a {
    text-transform: lowercase !important;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
    .ce-left .ce-gallery {
        float: none;
    }
}

@media screen and (max-width: 500px) {
    .ce-left .ce-gallery {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .footer_menu-right_twitter {
        margin-top: 0;
        margin-bottom: 3rem;
    }
    .footer_menu-right_twitter a {
        justify-content: center;
    }
    .page_footer_bottom {
        padding-top: 1rem;
    }
    .video-embed-item {
        max-height: 300px;
    }
}

@media screen and (min-width: 769px) {
    .left-5050-medium:nth-child(2) {
        padding-left: 2rem;
        padding-right: 0;
        width: 52% !important;
    }
    .mask_header-content_text {
        width: calc(50% - 7rem);
        padding: 1.8rem 1.8rem 4rem;
    }

    .mask_header-content {
        min-height: 550px;
        align-items: center;
        justify-content: flex-end;
        padding: 6rem 6rem 6.5rem;
    }

}


.news-list-employees .article{
    margin-bottom:0 !important;
    padding-bottom: 0!important;
}



.mediaelement-video iframe {
    width: 100%;

}

.frame-space-before-extra-small {
    margin-top:-95px;
}

.frame-space-before-small {
    margin-top:0;
}

.frame-space-before-large {
    margin-top:50px;
}

.frame-space-before-extra-large {
    margin-top:7rem;
}


.frame-space-after-extra-small {
    margin-bottom:-25px;
}
.frame-space-after-small {
    margin-bottom:0;
}

.frame-space-after-large {
    margin-bottom:50px;
}

.frame-space-after-extra-large {
    margin-bottom:7rem;
}


table tr {
    border-bottom: 1px solid #eeee;
}
.article table td {
    padding-top: 1rem;
    padding-right: 2rem;
}
.ce-intext.ce-left .ce-gallery .ce-row, .ce-left .ce-gallery .ce-row {
    justify-content: flex-start !important;
}