
.date {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.paginationContainer .btn-first,
.paginationContainer .btn-last {
    display: none !important;
}

.articleContainer {
}

.articleContainer h2 {
    /*margin-top: 40px;*/
    margin-bottom: 20px;
}

.articleContainer h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.articleContainer ul {
    margin-top: 15px;
}

.articleContainer .caption {
    margin: 5px 0;
    font-style: italic;
    font-family: 'Droid Serif';
    font-size: 12px;
}

.blockquote {
    margin: 15px 0;
    padding: 5px 0 5px 20px;
    position: relative;
}

    .blockquote:before {
        content: "";
        height: 100%;
        width: 5px;
        position: absolute;
        background: #AAD14E;
        left: 0;
        top: 0;
    }

     .blockquote p {
        margin: 0;
        font-style: italic;
        font-family: 'Droid Serif';
    }

    .articleContainer .umb-block-grid__area-container.row {
        margin-top: 30px;
    }

        .articleContainer .umb-block-grid__area-container.row h2:first-child,
        .articleContainer .umb-block-grid__area-container.row h3:first-child {
            margin-top: 0;
        }

.articleList .pressArticle {
    padding: 20px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.16);
    margin-bottom: 16px;
    background: white;
}

    .articleList .pressArticle .date {
        color: #A6A6A6;
        margin-bottom: 5px;
    }

.pressArticle .imgContainer {
    height: 220px;
}
    .pressArticle .imgContainer img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }


.greenSection {
    padding: 80px 0;
    margin-bottom: 80px;
    background: #334335;
    position: relative;
}
    .greenSection::after {
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(/media/0jpbcqxg/newsletter-trame.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 620px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .greenSection .container {
        position: relative; 
        z-index: 1;
    }   
    
    .greenSection h2, .greenSection h3, .greenSection p, .greenSection a {
        color: #fff;
    }
    .greenSection h2 {
        color: #fff;
        text-align: center;
    }

    .greenSection p {
        color: #73B544;
    }

    .greenSection .linkBtn {
        margin: 50px auto 0;
    }

    .greenSection .imgContainer {
        height: 200px;
    }

.pressWelcome .linkBtn {
    margin-top: 50px;
}

.pressSection {
    position: relative;
    padding-bottom: 80px;
}

    .pressSection .container {
        margin-bottom: 0;
    }
    .pressSection::after {
        content: "";
        display: block;
        height: 55%;
        width: 100%;
        position: absolute;
        top: 45%;
        left: 0;
        background-color: #F2F2F2;
        z-index: -1;
    }

    
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
    



@media screen and (min-width:768px) {
    .pressArticle .imgContainer {
        height: inherit;
        min-height: 220px;
    }
}