﻿/***
 * START newsList2020.css
 */

.newslist .dossier-section,
.newslist .media-section,
.newslist .modality-list {
    margin-bottom: 8.75%;
}

.newslist .club-section {
    margin-bottom: 6.25%;
}

.main-news-section .big,
.main-news-section .large,
.main-news-section .medium-s,
.main-news-section .title,
.main-news-section .extra-small,
.dossier-list .description .big,
.dossier-list .description .extra-small,
.club-section .extra-small,
.repeat-section .extra-small {
    text-transform: uppercase;
}

.newslist .loading {
    opacity: 0;
}

.newslist .loaded {
    opacity: 1;
}

/** FILTERS */
.modalFilter .popup {
    display: block;
    pointer-events: all;
}

.newslist.filter-media .dossier-section,
.newslist.filter-media .club-section,
.newslist:not(.filter-all) .modalities-section,
.newslist.filter-club .media-section {
    display: none;
}

.newslist.filter-media .newslist-main-section {
    background-color: #f4f4f4;
}

    .newslist.filter-media .newslist-main-section .sidebar-news .content .text.extra-small:not(.red) {
        display: none;
    }

.newslist.filter-media .sidebar-news > div .content .medium-s {
    margin-bottom: 0px;
}

.newslist .newslist-main-section .sidebar-news .content img.media-logo {
    display: none;
}

.newslist.filter-media .newslist-main-section .sidebar-news .content img.media-logo {
    display: block;
}

.newslist {
    overflow: hidden;
}

    /** HIGHLIGHT **/
    .newslist .highlight-section .shadow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        /* This type of filter makes our Bundler/Minifier throw an exception and the file is not minified */
        /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);*/
    }

    .newslist .highlight-section .description .text.giant {
        font-size: 28px;
        font-weight: 400;
        line-height: 1.2;
        padding-bottom: 5px;
    }

    .newslist .highlight-section .slick-dots {
        bottom: 7% !important;
    }

    .newslist .highlight-section .image-placeholder img {
        object-fit: cover;
    }

    .newslist .highlight-section .description .text.extra-small {
        font-size: 12px;
        line-height: 1.5;
        padding-top: 4.25%;
        padding-bottom: 13px;
    }

    .newslist .highlight-section .description {
        max-width: 90%;
        padding: 0 0 9% 9%;
    }

        .newslist .highlight-section .description .text {
            font-size: 7px;
            line-height: 1.3;
            padding-bottom: 12px;
            max-width: 100%;
            max-width: initial;
        }

    .newslist .highlight-section .text {
        margin: 0;
    }

    .newslist .title,
    .newslist .big-title {
        font-family: 'Roboto Condensed', sans-serif;
    }

        .newslist .title h1 {
            text-align: center;
            padding: 30px 0;
            margin: 0;
        }

        .newslist .title p {
            font-family: 'Roboto', sans-serif;
            text-align: center;
            font-size: 20px;
            line-height: 24px;
            font-weight: 400;
            margin-top: -20px;
            padding-bottom: 40px;
        }

    /** FILTER **/
    .newslist .highlight-section,
    .newslist .breadcrumb {
        position: relative;
        z-index: 4;
    }

/** PRINCIPAL **/

.newslist-main-section .news-big .description .small {
    font-size: 16px;
    margin-bottom: 8px;
}

.newslist-main-section .news-small {
    padding: 0 3.75%;
}

.newslist-main-section .main-news-section.filtered {
    background: #f4f4f4;
}

.newslist .newslist-main-section .description {
    color: #242424;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 2.5% 3.75% 6.25% 3.75%;
    transition: color 250ms ease-in-out;
}

.newslist .newslist-main-section .news-big .image-placeholder {
    position: relative;
}

.newslist .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

    .newslist .shadow .gradient {
        width: 100%;
        position: absolute;
        top: 0%;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    }

.newslist .newslist-main-section .news-small {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.newslist .newslist-main-section .description .big {
    font-size: 28px;
    margin-bottom: 4.25%;
}

.newslist .newslist-main-section .news-big .extra-small {
    font-size: 16px;
}

.newslist .news-small .large {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 4.25%;
}

.newslist .news-small .small,
.newslist .news-small .extra-small {
    font-size: 14px;
}

.newslist a.div:hover .image-placeholder {
    transition: filter 250ms ease-in-out;
    filter: brightness(1.2);
}

.newslist > div:not(.club-section) a.div:hover .text.medium-s,
.newslist > div:not(.club-section) a.div:hover .text.medium-l,
.newslist > div:not(.club-section) a.div:hover .text.large {
    color: #c30000;
    transition: color 250ms ease-in-out;
}

.newslist .newslist-main-section .news-big:hover .logo rect#icon_white_hover_layer,
.newslist a.div:hover .logo rect#icon_white_hover_layer {
    font-size: 106px;
}

.newslist .newslist-main-section .news-big:hover .description :not(.extra-small) {
    color: #c30000;
}

.newslist .newslist-main-section .news-big:hover .description .extra-small {
    color: #242424;
}

.newslist .news-small .small {
    margin-bottom: 8px;
}

.newslist .news-small .content {
    padding: 2.7% 2.7% 6.8% 2.7%;
}

.newslist .video.logo {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
    width: 100%;
    height: 100%;
    padding: 17%;
}

/* ----------------- PREMIUM --------------------- */
.newslist-main-section .main-news-section .news-small.premium:hover .content {
    color: #d4af37 !important;
}

    .newslist-main-section .main-news-section .news-small.premium:hover .content .red {
        color: #d4af37 !important;
    }

.newslist-main-section .main-news-section .news-small.premium a.div:hover .text.large {
    color: unset !important;
}

.newslist-main-section .main-news-section .news-small.premium .image-placeholder::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    width: 28px;
    height: 40px;
    z-index: 3;
    margin: 0;
    background-color: #d4af37;
}

.newslist-main-section .main-news-section .news-small.premium .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-anchor');
    width: 22px;
    height: 28px;
    z-index: 3;
    margin-top: 10px;
    margin-right: 3px;
}

.newslist-main-section .main-news-section .news-small.premium:hover .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-hover-anchor');
    width: 22px;
    height: 28px;
    z-index: 4;
    margin-top: 10px;
    margin-right: 3px;
}

.newslist .sidebar-news .inner-item.premium:hover .content {
    color: #d4af37 !important;
}

    .newslist .sidebar-news .inner-item.premium:hover .content .red {
        color: #d4af37 !important;
    }

.newslist .sidebar-news a.div:hover .inner-item.premium .text.medium-s {
    color: unset !important;
}

.newslist .sidebar-news .inner-item.premium .image-placeholder::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 30px;
    z-index: 3;
    margin: 0;
    background-color: #d4af37;
}

.newslist .sidebar-news .inner-item.premium .image-placeholder::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 10px;
    background-image: url('/Images/icons/icons.svg#slb-logo-path-anchor');
    width: 15px;
    height: 20px;
    z-index: 3;
    margin-top: 10px;
    margin-right: 2px;
}

.newslist .sidebar-news .inner-item.premium:hover .image-placeholder::after {
    background-image: url('/Images/icons/icons.svg#slb-logo-path-hover-anchor');
}
/* ----------------- END PREMIUM --------------------- */

.newslist .video-wrapper .video.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    fill: none;
}

.newslist .sidebar-news > div {
    padding-top: 2.5%;
    padding-bottom: 8.75%;
}

    .newslist .sidebar-news > div .title {
        font-size: 28px;
        margin-bottom: 6.25%;
        line-height: 1;
        font-weight: 300;
    }

.newslist .sidebar-news-wrapper .extra-small {
    text-transform: uppercase;
}

.newslist .sidebar-news img.media-logo {
    margin: 0;
}

.newslist .sidebar-news-wrapper {
    overflow-x: scroll;
}

    .newslist .sidebar-news-wrapper .width,
    .newslist .club-section .width {
        min-width: 192.2%;
    }

    .newslist .sidebar-news-wrapper .width {
        padding-left: 3.75%;
    }

        .newslist .sidebar-news-wrapper .width a {
            max-width: 49%;
            overflow: hidden;
        }

.newslist .sidebar-news > .inner-item .content,
.newslist .sidebar-news .inner-item > .image-placeholder {
    float: left;
}

.newslist .sidebar-news .inner-item > .image-placeholder,
.newslist .sidebar-news .inner-item .video-wrapper {
    width: 50%;
    margin-right: 5%;
    position: relative;
    padding-bottom: 28.2%; /* pixel perfect */
    float: left;
}

    .newslist .sidebar-news .inner-item > .image-placeholder > * {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.newslist .sidebar-news > div .content {
    width: 45%;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    align-self: center;
}

    .newslist .sidebar-news > div .content :first-child {
        margin-bottom: 2%;
    }

.newslist .sidebar-news > div .title {
    padding: 0 3.75%;
}

.newslist .sidebar-news .inner-item {
    display: flex;
    align-items: center;
}

    .newslist .sidebar-news .inner-item .content .medium-s {
        padding-right: 24px;
        font-weight: 300;
        margin: auto;
        text-transform: uppercase;
        line-height: 1.1;
        margin-bottom: 12px;
        font-size: 16px;
        letter-spacing: -1px;
    }

.newslist .sidebar-news > div a:nth-last-child(n+3) {
    padding-bottom: 24px;
}

/** MEDIA TICKER */

.newslist .media-section {
    background-color: #f4f4f4;
}

.newslist .ticker-media {
    padding: 0 11.2%;
}

    .newslist .ticker-media > div:not(.edge-holder) {
        margin: 6.25% 0;
    }

    .newslist .ticker-media .edge-holder {
        width: 11.2%;
        max-width: 76px;
        cursor: pointer;
        cursor: hand;
    }

        .newslist .ticker-media .edge-holder .edge-button {
            width: 100%;
        }

            .newslist .ticker-media .edge-holder .edge-button .edge-button-path {
                display: block;
                margin: 9px auto;
            }

    .newslist .ticker-media > div:not(.edge-holder) {
        margin: 8.25% 0;
    }

    .newslist .ticker-media .headline {
        padding-right: 12px;
        height: 80px;
        overflow: hidden;
    }

        .newslist .ticker-media .headline:nth-child(odd) {
            margin-bottom: 24px;
        }

        .newslist .ticker-media .headline .time {
            color: #888;
            font-size: 9px;
        }

    .newslist .ticker-media .sentence {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        font-size: 13px;
    }

    .newslist .ticker-media .headline img {
        margin: 0 0;
    }

/** DOSSIER **/

.newslist .dossier-section .dossier-list {
    overflow: hidden;
}

    .newslist .dossier-section .dossier-list .slick-list,
    .newslist .modalities-section .slick-list {
        overflow: visible;
    }

.newslist .dossier-list .inner-item,
.newslist .modality-list .inner-item {
    position: relative;
}

    .newslist .dossier-list .inner-item .description .big {
        font-size: 24px;
    }

    .newslist .dossier-list .inner-item .description {
        position: absolute;
        bottom: 0;
        max-width: 60%;
        margin-left: 6.5%;
    }

.newslist .dossier-list .description .text.big {
    margin-bottom: 17px;
}

.newslist .dossier-list .description .text:not(.big):not(.extra-small) {
    margin-bottom: 26px;
    font-family: Roboto, sans-serif;
}

.newslist .dossier-list .description .text.extra-small {
    margin-bottom: 18%;
}

.newslist .dossier-list .extra-small {
    font-size: 14px;
}

/** MODALITIES SECTION **/

.newslist .modality .header .title {
    border-top: 1px solid #fff;
    font-size: 24px;
    padding: 0 3.75% 2.5% 3.75%;
    font-weight: 300;
    position: relative;
    display: inline-block;
    top: -1px;
    background: white;
    line-height: 1;
}

.newslist .modality .header {
    border-top: 1px solid #ddd;
    position: relative;
}

.newslist .modality .edge-button-path {
    stroke: white;
}

.newslist .modality .edge-button {
    top: 10%;
}

.newslist .modality {
    overflow: hidden;
}

    .newslist .modality .item {
        min-width: 120px;
    }

.newslist .medium-l {
    font-size: 20px;
}

.modality .inner-item {
    border-left: 1px solid #fff;
}

.newslist .modality .inner-item .content {
    padding: 0 7px;
    max-width: 245px;
}

.newslist .modality-list .blank {
    display: none;
}

.newslist .modality .modality-list {
    overflow: visible;
}

.newslist .modality-slick-wrapper {
    overflow: hidden
}

.newslist .modality-list .item:nth-child(2) {
    margin-left: 25px;
}

.newslist .modality .inner-item .content .text.red {
    margin: 16px 0;
}

.newslist .modality .inner-item .content .text.medium-l {
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

/** CLUB AND REPEAT */

.newslist .big {
    font-size: 10px;
}

.club-section {
    padding: 40px 12px;
    background: #c30000;
    overflow-x: scroll;
    color: #fff;
}

.news-row {
    display: flex;
    flex-wrap: wrap;
}

    .news-row .article {
        flex-grow: 1;
        width: 50%;
        padding-bottom: 20px;
    }

    .repeat-section,
    .news-row .article,
    .club-section .article {
        padding-right: 12px;
        padding-left: 12px;
    }

.newslist .repeat-section .content,
.club-section .content {
    padding: 0 8px;
}

    .newslist .repeat-section .content .big,
    .newslist .club-section .content .big {
        font-weight: 300;
        line-height: 1;
        margin-bottom: 16px;
        font-size: 16px;
    }

    .newslist .club-section .content .extra-small,
    .newslist .repeat-section .content .extra-small,
    .newslist .repeat-section .content .small,
    .newslist .club-section .content .small {
        font-size: 14px;
    }

    .newslist .repeat-section .content .small,
    .newslist .club-section .content .small {
        margin: 6.25% 0;
    }

    .newslist .repeat-section .content .extra-small,
    .newslist .club-section .content .extra-small {
        margin: 0;
        margin-top: 6.25%;
    }

.newslist .repeat-section .article:hover {
    transition: all 250ms ease-in-out;
    color: #c30000;
}

.newslist .carregador {
    margin: 0 auto;
    width: 60px;
    margin-bottom: 40px;
}

.header-highlight-slick {
    padding-bottom: 50px;
}

    .header-highlight-slick .header-item {
        display: flex;
        align-items: flex-end;
        position: relative;
    }

        .header-highlight-slick .header-item .highlight-text {
            color: #ffffff;
            padding: 0 30px 70px;
        }

        .header-highlight-slick .header-item .header-background-img {
            position: static;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%;
            opacity: 1;
        }

            .header-highlight-slick .header-item .header-background-img .img-shadow {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                background: rgb(36, 36, 36);
                background: transparent linear-gradient(0deg, #00000080 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
            }

        .header-highlight-slick .header-item .highlight-wrapper {
            position: absolute;
            display: flex;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0;
            height: 100%;
            width: initial;
            align-items: flex-end;
        }

        .header-highlight-slick .header-item .header-background-img img {
            margin: 0;
            height: 100%;
            object-fit: cover;
        }

    .header-highlight-slick .highlight-text p {
        width: 100%;
        position: relative;
        text-shadow: 0px 1px 2px #00000080;
    }

        .header-highlight-slick .highlight-text p:nth-of-type(1) {
            font-family: Roboto;
            font-weight: 600;
            font-size: 36px;
            line-height: 48px;
        }

        .header-highlight-slick .highlight-text p:nth-of-type(2) {
            font-size: 18px;
            line-height: 26px;
        }

    .header-highlight-slick .slick-dots li button:before {
        color: white !important;
    }

    .header-highlight-slick .slick-dots {
        right: 30px;
        bottom: 85px !important;
        width: initial;
    }

.title h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 40px;
    margin: 0;
    font-weight: 400;
}

/* zoom effect on hover: media and news*/
.news .news-img-wrapper {
    overflow: hidden;
}

.news .news-img {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.news:hover .news-img {
    transform: scale(1.1);
}

/*zoom effect end*/

/*premium button news*/
.news .premium {
    margin-bottom: 10px;
    color: #F0D66A;
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

.news-main-section {
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

    .news-main-section.no-results {
        display: block;
        min-height: 235px;
        text-align: center;
        padding-top: 50px;
        font-size: 20px;
        line-height: 24px;
        color: #242424;
        font-family: 'Roboto';
        opacity: .35;
        font-weight: 400;
    }

    /*.news-main-section.load-more:not(.last) {
        padding-bottom: 0;
    }*/

    /* Homepage 2022 */
    .news-main-section .article-thumb-list.inside-icon.homepage2022 .news:last-of-type,
    .news-slide-section .news:last-of-type {
        padding-bottom: 0;
    }

    .news-main-section .article-thumb-list.inside-icon.homepage2022 .news .news-img-wrapper .news-img,
    .news-slide-section .news .news-img-wrapper .news-img,
    .news-main-section .article-thumb-list .news .news-img-wrapper .news-img,
    .news-color-section .article-thumb-list .news .news-img-wrapper .news-img {
        min-height: 448px;
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .news-main-section .article-thumb-list.inside-icon.homepage2022 .news .news-img-wrapper .icon, .news-slide-section .news .news-img-wrapper .icon {
        width: 24px;
        height: 24px;
        bottom: 20px;
        left: 15px;
    }

.news-slide-section .news .text-wrapper .icon {
    width: 100%;
}

.newslist .news-color-section.black .news .text-wrapper .icon svg {
    fill: white;
}

.newslist .news-color-section.black .news:hover .text-wrapper .icon svg {
    fill: #c30000;
}

.news-main-section .article-thumb-list.inside-icon.homepage2022 .news .news-img-wrapper .icon svg,
.news-slide-section .news .news-img-wrapper .icon svg {
    width: 24px;
    height: 24px;
}

.news-main-section .article-thumb-list.inside-icon.homepage2022 .news .text-wrapper .news-title,
.news-slide-section .news .text-wrapper .news-title {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #242424;
    text-transform: none;
}

.news-main-section .article-thumb-list.inside-icon.homepage2022 .news .text-wrapper .news-subtitle,
.news-slide-section .news .text-wrapper .news-subtitle {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #242424;
    text-transform: none;
}

.news-main-section .article-thumb-list.news-two.homepage2022,
.news-main-section .article-thumb-list.news-three.homepage2022 {
    margin: 0 !important;
}

.news-main-section .article-thumb-list.news-two.homepage2022 {
    padding-bottom: 40px;
}

.news-main-section .article-thumb-list.homepage2022 .news a:hover .text-wrapper .news-title,
.news-main-section .article-thumb-list.homepage2022 .news a:hover .text-wrapper .news-subtitle {
    color: #c30000;
}

.news-main-section .homepage2022 .link {
    padding: 0 !important;
}

.news-main-section .news-img-wrapper .icon,
.news-color-section .news-img-wrapper .icon {
    height: 24px;
    width: 24px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .news-main-section .news-img-wrapper .icon svg,
    .news-color-section .news-img-wrapper .icon svg {
        height: 24px;
        width: 24px;
        fill: white;
    }

.news-main-section .news:hover .news-img-wrapper .icon svg,
.news-color-section .news:hover .news-img-wrapper .icon svg {
    fill: #c30000;
}


.inside-icon.homepage2022 .news {
    padding-bottom: 40px;
}

    .inside-icon.homepage2022 .news .news-img-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.newslist.homepage2022 .news-color-section {
    padding-top: 30px;
    margin-bottom: 40px;
}

/*.newslist.homepage2022 .news-color-section.black .news-subtitle {
        overflow: unset;
        text-overflow: unset;
        display: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }*/

/* END of Homepage 2022 */

.news img {
    width: 100%;
}

.news .news-img-wrapper .news-img .pack-news-shadow {
    height: 50%;
}

.news .news-img-wrapper {
    margin-bottom: 10px;
    position: relative;
    padding-top: 129.5%;
}

.news-two .news-img-wrapper {
    margin-bottom: 20px;
}

.news .news-pretitle {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #c30000;
}

.news .news-date {
    color: #bebebe;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
}

.news .news-title {
    font-size: 24px;
    line-height: 28px;
    font-family: Roboto;
    font-weight: 500;
    padding-bottom: 5px;
}

.news .news-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

    .news .news-subtitle a {
        color: inherit;
        display: inline;
    }

.news p.news-subtitle a {
    color: #c30000;
}

.news .news-subtitle a:hover {
    color: #c30000;
    text-decoration: underline;
}

.news .text-wrapper .pretitle {
    display: flex;
    gap: 20px;
}

    .news .text-wrapper .pretitle h3 {
        font-size: 16px;
        line-height: 21px;
        height: max-content;
        margin-bottom: 10px;
        font-weight: normal;
    }

/* Add ellipsis to truncate the sub-title text on the third line */
.newslist .news-subtitle, .news .news-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newslist .first-component {
    margin-top: 50px;
}


.news {
    cursor: pointer;
    padding-bottom: 40px;
}

    .news a {
        display: block;
    }

    .news p a {
        text-decoration: underline;
    }

    .news .link,
    .newslist .link,
    .article-thumb-list .link {
        width: 100%;
        display: flex !important;
        justify-content: center;
        padding: 0;
        padding: 0 0 32px;
    }

        .news .link.desktop-only,
        .article-thumb-list .link.desktop-only {
            display: none !important;
        }

        .news .link .button-see-more,
        .newslist .link .button-see-more,
        .article-thumb-list .link .button-see-more {
            color: #242424;
            font-size: 18px;
            font-weight: bold;
            line-height: 22px;
            text-decoration: none;
            margin-top: 20px;
            transition: opacity 300ms ease-in-out;
        }

            .news .link .button-see-more svg.arrow,
            .newslist .link .button-see-more svg.arrow,
            .article-thumb-list .link .button-see-more svg.arrow {
                stroke: #242424;
            }

    .news .load-more-wrapper,
    .newslist .load-more-wrapper,
    .article-thumb-list .load-more-wrapper {
        position: relative;
        width: 100%;
    }

        .news .load-more-wrapper .loading-gif,
        .newslist .load-more-wrapper .loading-gif,
        .article-thumb-list .load-more-wrapper .loading-gif {
            position: absolute;
            top: 0;
            right: 50%;
            transform: translateX(50%);
            opacity: 0;
            z-index: -1;
            transition: all 300ms ease-in-out;
        }

        .news .load-more-wrapper.loading,
        .newslist .load-more-wrapper.loading,
        .article-thumb-list .load-more-wrapper.loading {
            opacity: 1;
        }

            .news .load-more-wrapper.loading .loading-gif,
            .newslist .load-more-wrapper.loading .loading-gif,
            .article-thumb-list .load-more-wrapper.loading .loading-gif {
                opacity: 1;
                z-index: 1;
            }

            .news .load-more-wrapper.loading .button-see-more,
            .newslist .load-more-wrapper.loading .button-see-more,
            .article-thumb-list .load-more-wrapper.loading .button-see-more {
                opacity: 0;
            }

.newslist .news-color-section.red {
    background: #C30000;
}

.newslist .news-color-section.black {
    background: #242424;
    margin-bottom: 0;
}

.newslist .news-color-section {
    background: #C30000;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

    .newslist .news-color-section .link {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-block: 10px;
    }

        .newslist .news-color-section .link .button-see-more {
            color: white;
            font-size: 18px;
            font-weight: bold;
            line-height: 22px;
            text-decoration: none;
        }

            .newslist .news-color-section .link .button-see-more:hover {
                text-decoration: none;
            }

            .newslist .news-color-section .link .button-see-more svg.arrow {
                stroke: white;
            }


.news-color-section .button-area .button {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #ffffff;
}

.news-color-section p,
.news-color-section .news-subtitle,
.news-color-section span,
.news-color-section .text-wrapper svg,
.news-color-section h2,
.news-color-section h3 {
    fill: #ffffff !important;
    color: #ffffff !important;
}

.news-color-section .title h2 {
    color: #ffffff;
}

.news-main .news .news-title {
    padding-bottom: 10px;
}

.button-area .button {
    padding: 10px 20px;
}

.newslist .cover-img {
    min-height: 450px;
    object-fit: cover;
    padding-bottom: 40px;
}

.text-block:first-of-type {
    padding-top: 0px;
}

.header.text-block {
    padding-bottom: 40px;
    padding-top: 0px;
    z-index: auto;
}

.feature-list .news-date {
    font-size: 18px;
    color: #888888;
    padding-bottom: 20px;
}

.feature-list .social-icons {
    display: flex;
    justify-content: flex-start;
}

.social-icons .icon svg,
.feature-list .icon svg {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    fill: #242424;
}

.social-icons .icon:last-child svg {
    margin-right: 0px;
}

.social-icons .icon svg.envelope {
    stroke: #242424;
}

.social-icons .icon a:hover svg.envelope {
    stroke: #c30000;
}

.social-icons .icon a:hover svg,
.feature-list .icon a:hover svg {
    fill: #c30000;
}

.feature-list .tags {
    display: flex;
}

    .feature-list .tags .text {
        padding-right: 24px;
    }

    .feature-list .tags svg {
        margin: 0;
    }

    .feature-list .tags p {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 6px;
    }

        .feature-list .tags p:first-of-type {
            font-size: 16px;
            line-height: 20px;
            padding-bottom: 16px;
        }

.generic-content {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 80px;
    margin-bottom: 60px;
}

.filter-navigation {
    padding-bottom: 40px;
}

.dropdown-menu::-webkit-scrollbar,
.filter .options::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.dropdown-menu::-webkit-scrollbar-track,
.filter .options::-webkit-scrollbar-track {
    border-radius: 10px;
    width: 10px;
    background-color: #F5F5F5;
}

.dropdown-menu::-webkit-scrollbar-thumb,
.filter .options::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: content-box;
}

/*Inside Icon News*/
.inside-icon .news {
    padding-bottom: 20px;
}

    .inside-icon .news:last-child {
        padding-bottom: 40px;
    }

    .inside-icon .news .icon {
        position: absolute;
        height: 24px;
        width: 24px;
        bottom: 20px;
        left: 20px;
    }

.news .text-wrapper .icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 0;
}

.news .text-wrapper .icon {
    position: relative;
    bottom: initial;
    left: initial;
    height: auto;
    width: auto;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
}

    .news .text-wrapper .icon svg {
        height: 24px;
        width: 24px;
        fill: #242424;
    }

    .news .text-wrapper .icon object {
        height: 24px;
        width: 24px;
        margin: 0;
    }


    .news .text-wrapper .icon p {
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        height: max-content;
    }

.news:hover .text-wrapper .icon svg,
.news:hover .text-wrapper .icon p {
    fill: #c30000 !important;
    color: #c30000 !important;
}

/*.inside-icon .news .text-wrapper .news-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        color: #c30000;
    }*/

/*.inside-icon .news .text-wrapper .news-subtitle {
        font-weight: 500;
        font-family: Roboto;
        font-size: 24px;
        line-height: 28px;
    }*/

.inside-icon .news .news-img-wrapper {
    margin-left: -4.3%;
    margin-right: -4.3%;
    margin-bottom: 10px;
}

.inside-icon .news .news-img {
    /*height: 238px;*/
    object-fit: cover;
}

.inside-icon .news .news-img-wrapper .icon svg {
    fill: #fff;
    height: 24px;
    width: 24px;
}

/*Inside News*/

.inside {
    margin: 0 !important;
}

    .inside .news {
        position: relative;
        padding: 0;
    }

        .inside .news img {
            padding: 0;
        }

        .inside .news .news-img-wrapper {
            margin-bottom: 0;
        }

        .inside .news .mosaic-shadow {
            width: 100%;
            height: 100%;
            background: transparent linear-gradient(0deg, #00000080 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .inside .news .text-wrapper {
            position: absolute;
            bottom: 20px;
            left: 20px;
            color: #FFFFFF;
            z-index: 1;
        }

            .inside .news .text-wrapper .news-title {
                font-family: Roboto Condensed;
                font-size: 14px;
                line-height: 22px;
                text-transform: uppercase;
                padding: 0;
            }

            .inside .news .text-wrapper .news-subtitle {
                font-weight: 500;
                font-family: Roboto;
                font-size: 20px;
                line-height: 26px;
            }

            .inside .news .text-wrapper img {
                height: 40px;
                width: 40px;
                margin-left: -6px;
                margin-bottom: 6px;
            }

            .inside .news .text-wrapper svg {
                height: 40px;
                width: 40px;
                margin-left: -6px;
                fill: #ffffff;
            }

        .inside .news:hover .text-wrapper svg {
            fill: #c30000;
        }

    .inside.news-main .news .news-img,
    .inside.news-two .news .news-img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }

    .inside .news-date {
        display: none;
    }

/*See More News*/
.see-more-news .button-see-more {
    display: block;
}

    .see-more-news .button-see-more .button-area {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .see-more-news .button-see-more .button {
        margin: 0;
    }

.see-more-news .news-three .news:nth-child(n+4) {
    display: none;
}
/*See more news END*/

/** PUBLICIDADE */
/*.newslist .ad {
    width: 100%;
}*/

/* Big mobile devices */
@media (min-width: 425px) {
    .newslist .ticker-media .headline {
        height: 95px;
    }
}

@media (min-width: 600px) {
    .newslist .modality .edge-button {
        top: 15%;
    }
    /*.news-main-section .article-thumb-list.inside-icon.homepage2022 .news .news-img-wrapper .news-img,
    .news-slide-section .news .news-img-wrapper .news-img {
        position: relative;
    }*/

    .news .news-img-wrapper {
        padding-top: 70%;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 992px) {
    .news .news-img-wrapper {
        padding-top: 0;
    }

    .news-main-section .article-thumb-list.inside-icon.homepage2022 .news .news-img-wrapper .news-img,
    .news-slide-section .news .news-img-wrapper .news-img {
        position: relative;
    }

    .news .link,
    .article-thumb-list .link {
        padding: 3px 0 42px;
        font-weight: bold;
    }

        .news .link.desktop-only,
        .article-thumb-list .link.desktop-only {
            display: flex !important;
        }

    /*premium button news*/
    .news .text-wrapper .pretitle {
        margin-top: 15px;
    }

    .news-row .article {
        width: 25%;
    }

    .newslist .dossier-section,
    .newslist .media-section,
    .newslist .modality-list,
    .newslist .club-section {
        margin-bottom: 40px;
    }

    .newslist-main-section .news-big .description .small {
        display: none;
    }

    /** FONT OVERRIDES */

    .newslist .big {
        font-size: 32px;
    }

    .newslist .extra-small {
        font-size: 12px;
    }

    .newslist .medium-l {
        font-size: 24px;
    }

    .newslist .news-small .extra-small {
        font-size: 12px;
    }

    .newslist .highlight-section .description .text.giant {
        font-size: 48px;
    }

    .newslist .highlight-section .description .text.extra-small {
        font-size: 12px;
    }

    .newslist .highlight-section .description .text {
        font-size: 16px;
        padding-bottom: 27px;
    }

    .newslist .newslist-main-section .news-big:hover .description .text {
        color: #fff;
    }

    .newslist .news-small .large {
        font-size: 24px;
    }

    .newslist .sidebar-news > div .title,
    .newslist .modality .header .title {
        font-size: 32px;
    }

    .newslist .sidebar-news > div .title {
        padding: 0;
        margin-bottom: 32px;
    }

    .newslist .sidebar-news .inner-item .content .medium-s {
        font-size: 18px;
    }

    /** HIGHLIGHT **/
    .newslist .highlight-section .description {
        padding: 0 0 90px 4%;
        max-width: 50%;
    }

    .newslist .highlight-section .image-placeholder img {
        min-height: 400px;
    }

    .newslist .highlight-section .description .text.extra-small {
        padding-top: 0;
    }

    /* PRINCIPAL */

    .newslist .newslist-main-section .news-big .extra-small {
        font-size: 12px;
        margin-bottom: 50px;
    }

    .newslist .newslist-main-section {
        padding: 0 24px;
    }

    .newslist .newslist-main-section {
        padding-top: 24px;
    }

    .newslist-main-section .news-small {
        padding: 0;
    }

    .newslist .newslist-main-section .description {
        margin: 23% 0 0 7%;
        max-width: 43%;
    }

    .newslist .sidebar-news {
        padding-left: 24px;
    }

        .newslist .sidebar-news > div div {
            padding: 0;
        }

        .newslist .sidebar-news > div {
            width: 100%;
            width: initial;
        }

    .newslist .news-small .small {
        margin: 16px 0;
        font-size: 14px;
    }

    .newslist .news-small .content {
        padding: 0 16px 60px 16px;
    }

    .newslist .sidebar-news > div:first-child {
        padding-top: 0px;
    }

        .newslist .sidebar-news > div:first-child .title {
            margin-top: 2px;
        }

    .newslist .sidebar-news > div {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .newslist .video.logo {
        position: absolute;
        margin: 0% 0 260px 7%;
        top: auto;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 50px;
        fill: none;
        margin-top: auto;
        padding: 0;
    }

    .newslist .newslist-main-section .description {
        color: #fff;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        margin: 17% 0 0 7%;
        max-width: 50%;
    }

        .newslist .newslist-main-section .description .big {
            font-size: 40px;
            margin-bottom: 32px;
            font-weight: 400;
        }

    .newslist .shadow {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: background 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out;
        transition: background 0.5s ease-in-out;
    }

    .newslist .sidebar-news-wrapper,
    .newslist .club-section {
        overflow-x: auto;
    }

        .newslist .sidebar-news-wrapper .width,
        .newslist .club-section .width {
            min-width: 0;
        }

        .newslist .sidebar-news-wrapper .width {
            padding-left: inherit;
            padding-left: initial;
        }

            .newslist .sidebar-news-wrapper .width a {
                max-width: 100%;
            }

    .newslist .sidebar-news .inner-item > .image-placeholder > * {
        position: static;
    }

    .newslist .sidebar-news .inner-item > .image-placeholder {
        padding-bottom: 0;
    }

    .newslist .sidebar-news .inner-item > .image-placeholder,
    .newslist .sidebar-news .inner-item .video-wrapper {
        width: 36%;
        margin-right: 5%;
    }

    .newslist .sidebar-news .inner-item .video-wrapper {
        position: relative;
        padding-bottom: 20.84%; /* pixel perfect */
        display: table;
    }

    .newslist .sidebar-news > div .content {
        width: 59%;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400;
        float: left;
    }

    /** MEDIA */

    .news-main-section.no-results {
        min-height: 465px;
        padding-top: 100px;
    }

    /* Homepage 2022 */
    .news-main-section .news-two.homepage2022 {
        padding-bottom: 100px !important;
    }

        .news-main-section .news-two.homepage2022 .news,
        .news-main-section .news-three.homepage2022 .news {
            padding: 0 6px;
            padding-bottom: 0;
        }

            .news-main-section .news-two.homepage2022 .news:last-of-type,
            .news-main-section .news-three.homepage2022 .news:last-of-type {
                padding-right: 0;
                padding-left: 12px;
            }

            .news-main-section .news-two.homepage2022 .news:first-of-type,
            .news-main-section .news-three.homepage2022 .news:first-of-type {
                padding-left: 0;
                padding-right: 12px;
            }

    .news-main-section .article-thumb-list.inside-icon.news-two.homepage2022 .news .news-img,
    .article-thumb-list.news-two.homepage2022 .news .news-img {
        min-height: initial;
    }


    .news-main-section .article-thumb-list.inside-icon.news-three.homepage2022 .news .news-img,
    .article-thumb-list.news-three.homepage2022 .news .news-img {
        min-height: 239px;
    }

    .news-main-section .article-thumb-list .news .news-img-wrapper .news-img,
    .news-color-section .article-thumb-list .news .news-img-wrapper .news-img {
        min-height: auto;
        position: relative;
    }

    .news-main-section .article-thumb-list.inside-icon.news-two.homepage2022 .news .news-img-wrapper .icon {
        left: 20px;
        bottom: 20px;
    }

    .news-main-section .article-thumb-list.inside-icon.news-three.homepage2022 .news .news-img-wrapper .icon {
        left: 17px;
        bottom: 17px;
    }

    .news-main-section .article-thumb-list.inside-icon.news-two.homepage2022 .news .text-wrapper .news-title,
    .news-slide-section .news .text-wrapper .news-title {
        font-size: 36px;
        line-height: 42px;
    }

    .news-main-section .article-thumb-list.inside-icon.news-two.homepage2022 .news .text-wrapper .news-subtitle,
    .news-slide-section .swiper-slide:nth-child(1) .news .text-wrapper .news-subtitle,
    .news-slide-section .swiper-slide:nth-child(2) .news .text-wrapper .news-subtitle {
        font-size: 20px;
        line-height: 26px;
    }
    /* END OF Homepage 2022 */

    .newslist .modality .header .title {
        padding: 0 25px 18px 25px;
    }

    .newslist .ticker-media .edge-holder {
        max-width: 50px;
    }

    .newslist .ticker-media > div:not(.edge-holder) {
        margin: 40px 0;
    }

    .newslist .ticker-media .headline:nth-child(odd) {
        margin-bottom: 40px;
    }

    .newslist .ticker-media {
        padding: 0 4.15%;
    }

        .newslist .ticker-media .headline .time {
            font-size: 14px;
        }

        .newslist .ticker-media .headline {
            height: 120px;
        }

        .newslist .ticker-media .sentence {
            font-size: 16px;
        }

    /** MODALITY*/
    .newslist .modality-list .item:nth-child(2) {
        margin-left: 0;
    }

    .newslist .modality .inner-item .content {
        padding: 0 16px;
    }

    .newslist .modality-list .blank {
        display: block;
    }

    .newslist .modality .edge-button {
        top: 45px;
    }

    /** DOSSIER */

    .newslist .dossier-list .item {
        width: 649px;
    }

    .newslist .dossier-list .inner-item .description .big {
        font-size: 40px;
        font-weight: 400;
    }

    .newslist .dossier-list .inner-item .description {
        max-width: 70%;
        margin-left: 5%;
    }

    .newslist .dossier-list .extra-small {
        font-size: 12px;
    }

    .newslist .dossier-list .description .text.extra-small {
        margin-bottom: 38px;
    }

    /** CLUB AND REPEAT */

    .newslist .repeat-section .content,
    .newslist .club-section .content {
        padding: 0 16px;
    }

        .newslist .repeat-section .content .extra-small,
        .newslist .club-section .content .extra-small {
            font-size: 12px;
        }

        .newslist .repeat-section .content .small,
        .newslist .club-section .content .small {
            font-size: 14px;
        }

        .newslist .repeat-section .content .extra-small,
        .newslist .repeat-section .content .small,
        .newslist .club-section .content .small {
            margin: 16px 0;
        }

        .newslist .club-section .content .extra-small {
            margin-top: 16px;
        }

    .news-main {
        width: calc(100% / 3 * 2);
        padding-right: 12px;
    }

    .inside.news-main {
        min-width: calc(100% / 3 * 2);
        padding: 0;
    }

    .news-sub {
        width: calc(100% / 3);
        padding-bottom: 10px;
        padding-left: 12px;
    }

    .inside.news-sub {
        min-width: calc(100% / 3);
        padding: 0;
    }

    .news .news-title {
        font-size: 40px;
        line-height: 44px;
    }

    .news .news-pretitle {
        font-size: 18px;
        line-height: 26px;
    }

    .news-three .news .news-pretitle {
        font-size: 14px;
        line-height: 22px;
    }

    .news .news-subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .news-sub .news-title,
    .news-three .news-title {
        font-size: 24px;
        line-height: 28px;
    }

    .news-sub .news-subtitle,
    .news-three .news-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .inside .news .text-wrapper .news-title {
        font-family: Roboto Condensed;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        padding: 0;
    }

    .inside.news-main .news .text-wrapper .news-subtitle {
        font-size: 36px;
        line-height: 44px;
    }

    .inside.news-main .news .text-wrapper img {
        height: 62px;
        width: 62px;
    }

    .inside.news-main .news .text-wrapper svg {
        height: 62px;
        width: 62px;
    }

    .inside.news-sub .news .text-wrapper .news-subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .inside.news-two .news .text-wrapper .news-subtitle {
        font-size: 28px;
        line-height: 36px;
        padding-right: 70px;
    }

    .news {
        padding-bottom: 30px;
    }

    .inside .news:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-right: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
    }

    .news-two,
    .news-three {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
        width: auto;
    }

    .news-two {
        padding-bottom: 10px;
    }

    .inside.news-two {
        padding: 0;
        width: 100%;
    }

    .news-two .news {
        width: 50%;
        padding-left: 12px;
        padding-right: 12px;
    }

        .news-two .news .news-img-wrapper {
            margin-bottom: 20px !important;
        }

    .news-three .news {
        width: calc(100% / 3);
        padding-left: 12px;
        padding-right: 12px;
    }

    .inside.news-two .news,
    .inside.news-three .news {
        padding-left: 0;
        padding-right: 0;
    }

    .inside.news-main .news .text-wrapper {
        bottom: 42px;
    }

    .inside.news-two .news .text-wrapper,
    .inside.news-main .news .text-wrapper {
        left: 23px;
    }

    .inside.news-main .news .news-img,
    .inside.news-two .news .news-img {
        width: 100%;
        height: auto;
    }

    .header.text-block .description {
        width: 80%;
        margin-top: 10px;
    }

    .newslist .cover-img {
        min-height: 100%;
        width: 100%;
    }

    .feature-list .social-icons {
        padding-bottom: 40px;
    }

    .feature-list .tags .icon {
        padding-right: 10px;
    }

    /*Inside Icon Desktop*/
    .inside-icon .news:hover .icon svg {
        fill: #c30000;
    }

    .inside-icon .news .news-img-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .inside-icon .news {
        padding-bottom: 40px;
    }

    /*See More News*/
    .see-more-news .button-see-more {
        display: none;
    }

    .see-more-news .news-three .news:nth-child(n+4) {
        display: block;
    }
    /*See more news END*/

}

/* Medium devices (landscape iPad, small desktops, 992px and up) */

@media (min-width: 992px) {
    .news p a {
        text-decoration: initial;
    }

    .news:hover .text-wrapper .news-title,
    .news:hover .text-wrapper .news-subtitle {
        color: #c30000 !important;
    }

    .news-color-section.red .news:hover .text-wrapper .news-title,
    .news-color-section.red .news:hover .text-wrapper .news-subtitle,
    .news-color-section.red .news:hover .text-wrapper .icon svg,
    .news-color-section.red .news:hover .text-wrapper .icon p {
        fill: #ffffff !important;
        color: #ffffff !important;
    }

    .newslist .repeat-section .content .big,
    .newslist .club-section .content .big {
        margin-bottom: 16px;
        font-size: 32px;
    }

    .header-highlight-slick .header-item .highlight-text {
        padding: 0 0 40px 50px;
    }

    .header-highlight-slick .header-item .header-background-img img {
        width: 100%;
    }

    .header-highlight-slick .slick-dots {
        right: 50px;
        width: initial;
    }

    .news-two.ad {
        width: calc(100% / 3 * 2);
    }
}

/* Large devices (large desktops, iPad Pro 1200px and up) */

@media (min-width: 1200px) {

    .newslist .filter-navigation .my-dropdown#modalities-dropdown .modality .img-wrapper {
        position: relative;
        height: 42px;
        display: inline-block;
        overflow: hidden;
        background-color: rgb(167, 167, 167);
        vertical-align: middle;
        z-index: 0;
    }

        .newslist .filter-navigation .my-dropdown#modalities-dropdown .modality .img-wrapper img {
            max-width: 42px;
            height: 42px;
        }

    .newslist .filter-navigation .my-dropdown#modalities-dropdown .modality p {
        text-align: left;
    }

    .newslist .filter-navigation .my-dropdown#modalities-dropdown .modality .inner-item {
        border: none;
        display: flex;
        width: 100%;
        min-height: 42px;
        max-height: 42px;
    }
}

@media (max-width: 1024px) {

    .newslist .newslist-main-section .sidebar-news {
        display: none;
    }

    .newslist .newslist-main-section .main-news-section {
        padding-right: 0;
        width: 100%;
    }

    .newslist .highlight-section .description .hidden-xs {
        display: none;
    }
}

/*
* END newsList2020.css
***/
