.main-wrapper.news-container {
    position: relative;
}

.news-slider {
    background-color: #F2F3F4;
    /*padding: 63px 0px 102px 0px;*/
    padding: 50px 0px 102px 0px;
    position: relative;
}

.news-title {
    color: #6E6E6E;
    /*margin-bottom: 63px;*/
    margin-bottom: 30px;
    display: inline-block;
    text-decoration: none;
}

    .news-title h3 {
        margin: 0;
        font-size: 35px;
        font-family: 'BPG 2017 DejaVu Sans';
        font-weight: bold;
        font-style: normal;
        font-weight: bold;
    }

#news-container {
    width: 100%;
    height: 100%;
}

    #news-container .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }

.news-slider .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 44px;
}

    .news-slider .swiper-pagination .swiper-pagination-bullet {
        width: 17px;
        height: 17px;
        margin-right: 8px;
        margin-left: 8px;
        background-color: #C2C0C0;
    }

    .news-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #888282;
    }

.news-slider .swiper-button-prev-daily {
    position: absolute;
    left: -68px;
    width: 66px;
    height: 66px;
    background-color: #AEAEAE;
    border-radius: 50%;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    top: 50%;
    cursor: pointer;
}

.news-slider .swiper-button-next-daily {
    position: absolute;
    right: -68px;
    width: 66px;
    height: 66px;
    background-color: #AEAEAE;
    border-radius: 50%;
    background-image: none;
    top: 50%;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
}

.news-slider .card {
    background-color: #FFFFFF;
}

    .news-slider .card .card-img-wrapper {
        display: block;
        overflow: hidden;
        text-align: center;
        height: 220px;
    }

    .news-slider .card a img {
        width: 100%;
        vertical-align: bottom;
        border-radius: 4px;
        height: 100%;
        margin-left: -100px;
        margin-right: -100px;
    }

.news-slider .card-info {
    padding: 41px 26px 38px 26px;
    height: 200px;
    position: relative;
}

    .news-slider .card-info h3 {
        margin: 0;
        margin-bottom: 28px;
        font-size: 18px;
        font-weight: bold;
        color: #6E6E6E;
        font-family: 'BPG 2017 DejaVu Sans';
        font-weight: bold;
        font-style: normal;
        font-weight: bold;
        line-height: 1.5;
    }

    .news-slider .card-info p {
        margin: 0 0 30px 0;
        color: #6E6E6E;
        font-size: 16px;
        font-family: 'BPG 2017 DejaVu Sans';
        font-weight: normal;
        line-height: 1.5;
    }

.news-slider .card .card-more-info {
    display: inline-block;
    text-decoration: none;
    color: #4AA3E0;
    position: absolute;
    bottom: 38px;
    font-family: 'BPG 2017 DejaVu Sans';
    font-weight: normal;
}

    .news-slider .card .card-more-info:after {
        content: " ";
        position: absolute;
        background-image: url("../images/news-swiper/Group 80.svg");
        background-repeat: no-repeat;
        background-position: center;
        /*background-size: cover;*/
        background-size: 100%;
        width: 6px;
        height: 10px;
        top: 4px;
        right: -11px;
    }

/*RESPONSIVENESS*/

@media screen and (max-width: 1600px) {
    .news-slider .swiper-button-prev-daily {
        left: -32px;
        transform: translateY(50%) scale(0.7);
    }

    .news-slider .swiper-button-next-daily {
        right: -32px;
        transform: translateY(2%) rotate(180deg) scale(0.7);
    }
}

@media screen and (max-width: 1500px) {
    .news-slider .swiper-button-prev-daily {
        left: -15px;
        transform: scale(0.5);
    }

    .news-slider .swiper-button-next-daily {
        right: -15px;
        transform: rotate(180deg) scale(0.5);
    }
}

@media screen and (max-width: 1450px) {
    .news-slider .swiper-button-prev-daily,
    .news-slider .swiper-button-next-daily {
        width: 56px;
        height: 56px;
    }

    .news-slider .swiper-button-prev-daily {
        left: -9px;
    }

    .news-slider .swiper-button-next-daily {
        right: -9px;
    }
}


@media screen and (max-width: 1320px) {
    .news-title h3 {
        font-size: 32px;
    }

    .news-slider .card-info h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .news-title h3 {
        font-size: 30px;
    }

    .news-slider .card .card-img-wrapper {
        height: 195px;
    }

    .news-slider .card-info {
        padding: 27px 26px 23px 26px;
    }
}

@media screen and (max-width: 1240px) {
    .news-slider .swiper-button-prev-daily,
    .news-slider .swiper-button-next-daily {
        width: 43px;
        height: 43px;
    }

    .news-slider {
        padding: 60px 10px 95px 10px;
    }
}

@media screen and (max-width: 1200px) {
    /*.news-slider {
        padding: 60px 0px 95px 0px;
    }*/

    .news-title {
        margin-bottom: 60px;
    }

    /*.news-slider .swiper-button-prev-daily,
    .news-slider .swiper-button-next-daily {
        width: 46px;
        height: 46px;
    }*/

    .news-slider .swiper-button-prev-daily {
        left: -13px;
    }

    .news-slider .swiper-button-next-daily {
        right: -13px;
    }
}

@media screen and (max-width: 1024px) {
    .news-slider .swiper-button-prev-daily,
    .news-slider .swiper-button-next-daily {
        display: none;
    }

    .news-slider .card .card-img-wrapper {
        height: 190px;
    }

    .news-slider .card-info h3 {
        font-size: 14px;
    }

    .news-slider .card-info {
        height: 180px;
        padding: 24px 21px 20px 21px;
    }
}

@media screen and (max-width: 880px) {
    .news-title h3 {
        font-size: 28px;
    }

    .news-slider .card .card-img-wrapper {
        height: 170px;
    }

    .news-slider .card-info h3 {
        font-size: 13px;
    }

    .news-slider .card-info {
        height: 163px;
        padding: 22px 20px 18px 20px;
    }
}

@media screen and (max-width: 800px) {
    .news-title h3 {
        font-size: 25px;
    }

    .news-slider .card .card-img-wrapper {
        height: 145px;
    }

    .news-slider .card-info h3 {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .news-slider {
        padding: 35px 0px 50px 0px;
    }

    .news-title {
        margin-bottom: 35px;
    }

        .news-title h3 {
            font-size: 25px;
        }

    .news-slider .card .card-img-wrapper {
        height: 175px;
    }

    .news-slider .card-info {
        padding: 22px 20px;
    }

        .news-slider .card-info h3 {
            font-size: 14px;
        }

    .news-slider .swiper-pagination {
        margin-top: 15px;
    }

        .news-slider .swiper-pagination .swiper-pagination-bullet {
            width: 15px;
            height: 15px;
        }
}

@media screen and (max-width: 585px) {
    .news-slider .card .card-img-wrapper {
        height: 155px;
    }

    .news-slider .card-info {
        height: 140px;
        padding: 20px 18px;
    }

        .news-slider .card-info h3 {
            font-size: 13px;
        }
}

@media screen and (max-width: 480px) {
    .news-slider {
        padding-bottom: 85px;
    }

        .news-slider .swiper-pagination {
            left: 4%;
            transform: none;
            margin-top: 33px;
        }

            .news-slider .swiper-pagination .swiper-pagination-bullet {
                width: 16px;
                height: 16px;
            }

    .news-title h3 {
        font-size: 23px;
    }
}

/* MFA logo update styles */

@media screen and (max-width: 635px) {
    .current-program-logo {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .current-program-logo {
        display: none;
    }
}

@media screen and (max-width: 585px) {
    .current-program-logo {
        display: none;
    }
}

@media screen and (max-width: 480) {
    .current-program-logo {
        display: none;
    }
}

.current-program-logo {
    width: 72px;
    height: 72px;
}

.current-program-span {
    display: block;
    float: right;
    margin-left: 20px;
    margin-top: 13px;
}
