﻿/* -------------- FIX RELATED MEDIA ---------------*/
.news .news-title a {
    color: inherit;
    text-decoration: inherit;
    display: contents;
}

.news:hover a {
    color: #c30000;
}

.newslist .news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

/*.inside-icon .news .text-wrapper .news-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: inherit;
}*/

.inside-icon .news :hover .news-title {
    color: #c30000
}

/* ----------------- PREMIUM --------------------- */
.newsdetail-content .premium-hide-info-wrapper {
    display: none;
    position: absolute;
}

.newsdetail-content.premium .premium-hide-info-wrapper {
    display: block;
    bottom: 0;
    width: 100%;
}

.newsdetail-content.premium .content {
    height: 670px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.newsdetail-content .premium-section-wrapper .premium-info-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 38px 20px 0px 30px;
    background-color: #f4f4f4;
}

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper .premium-icon {
        margin-top: 0;
        margin-left: 0;
        width: 40px;
    }

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper .premium-text-wrapper h2 {
        font-size: 24px;
        line-height: 30px;
        font-family: Roboto;
    }

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper .premium-text-wrapper p {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 21px;
    }

        .newsdetail-content .premium-section-wrapper .premium-info-wrapper .premium-text-wrapper p:nth-of-type(2) {
            padding-bottom: 41px;
        }

.premium-section-wrapper {
    padding-top: 20px;
    background-color: white;
    position: absolute;
    z-index: 5;
    color: #242424;
    bottom: 0px;
}

    .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper {
        margin-bottom: 42px;
        display: flex;
        justify-content: space-between;
    }

        .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper .premium-image-icon {
            display: inline-block;
            width: 83px;
            height: 83px;
            margin: 0;
            padding: 0;
        }

/* ----------------- END PREMIUM --------------------- */

/* ----------------- PREMIUM --------------------- */
.newsdetail-content .premium-hide-info-wrapper {
    display: none;
    position: absolute;
}

.newsdetail-content.premium .premium-hide-info-wrapper {
    display: block;
    bottom: 0;
    width: 100%;
}

.newsdetail-content.premium .content {
    height: 670px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}


/* ----------------- END PREMIUM --------------------- */

.col-xs-12.col-sm-8.generic-content-container.newsdetail-content.premium.gallery-video {
    display: block;
    bottom: 0;
    width: 75%;
    margin: 0 10% 0 13%;
    align-items: center;
}

.newsdetail-content .wrapper-hide-tooLong {
    display: none;
    position: relative
}

.newsdetail-content.tooLong .wrapper-hide-tooLong {
    display: block
}

.newsdetail-content.tooLong .content {
    height: 245px;
    overflow: hidden
}

.newsdetail-content.tooLong .hide-news-wrapper {
    width: 100%;
    position: absolute;
    padding-top: 45px;
    top: 145px;
    z-index: 5;
    background-color: #fff;
    border-bottom: 350px solid #fff;
    box-shadow: -25px -100px 50px rgba(255, 255, 255, .9)
}

    .newsdetail-content.tooLong .hide-news-wrapper .detail-button-wrapper {
        text-align: center
    }

.newsdetail-content .premium-hide-info-wrapper {
    display: none;
    position: absolute
}

.newsdetail-content.premium .premium-hide-info-wrapper {
    display: block;
    bottom: 0;
    width: 100%
}

.newsdetail-content.premium .content {
    height: 450px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}



.newsdetail-content .generic-table-wrapper {
    overflow-y: scroll;
    margin-right: -5.5%
}

.newsdetail-content table {
    width: 115%;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    font-family: 'Roboto Condensed'
}

    .newsdetail-content table thead:first-child {
        border-bottom: 1px solid #ddd;
        white-space: nowrap;
        font-family: 'Roboto'
    }

    .newsdetail-content table th {
        text-transform: uppercase
    }

    .newsdetail-content table tr td,
    .newsdetail-content table tr th {
        height: 60px;
        padding: 0 10px;
        font-weight: 400
    }

    .newsdetail-content table tr {
        cursor: pointer;
        border-bottom: 1px solid #f4f4f4;
        background-color: #fdfdfd
    }

        .newsdetail-content table tr:first-child {
            cursor: default;
            background-color: #f4f4f4;
            border-bottom: 1px solid #ddd
        }

        .newsdetail-content table tr:hover td {
            background-color: #fff;
            color: #c30000
        }

        .newsdetail-content table tr:nth-child(even) {
            background-color: #fdfdfd
        }

    .newsdetail-content table td:last-child,
    .newsdetail-content table th:last-child {
        box-sizing: border-box
    }

.newsdetail-content .content table {
    overflow: auto;
    width: 100%;
    cursor: default;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    display: block
}

.content-caption {
    font-family: Roboto, sans-serif;
    padding: 15px 8px;
    font-size: 12px;
    display: block
}

.newsdetail-content {
    padding: 0 1.5%;
    position: relative
}

.newslist .text-block p {
    margin: 10px 0
}

.gallery-wrapper {
    position: relative
}

.media-content {
    cursor: pointer;
    cursor: hand
}

.newslist .generic-table .title {
    font-family: Roboto;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px
}

.dynamic-element .tweet {
    display: flex;
    justify-content: center;
    padding-bottom: 30px
}

.newslist .loaded {
    opacity: 1
}

.newslist {
    overflow: hidden
}

    .newslist .title,
    .newslist .big-title {
        font-family: 'Roboto Condensed', sans-serif
    }

.header-highlight-slick {
    padding-bottom: 50px;
    max-width: 1208px
}

    .header-highlight-slick .header-item {
        display: flex;
        align-items: flex-end;
        position: relative
    }

        .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 {
                margin: 0;
                object-fit: cover;
                width: 100%;
                max-height: 600px
            }

    .header-highlight-slick .slick-dots li button:before {
        color: #fff !important
    }

    .header-highlight-slick .slick-dots {
        right: 10px;
        bottom: 100px !important;
        width: initial
    }

.title h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 40px;
    margin: 0;
    font-weight: 400
}

.news .news-img-wrapper {
    overflow: hidden
}

.news .news-img {
    transform: scale(1);
    transition: transform .3s ease-in-out
}

.news:hover .news-img {
    transform: scale(1.1)
}

.news-main-section {
    padding-bottom: 40px
}

    .news-main-section.see-more-news .news-img-wrapper > div {
        position: relative;
        padding-top: 60%
    }

        .news-main-section.see-more-news .news-img-wrapper > div > img {
            position: absolute;
            top: 0;
            height: 100%;
            object-fit: cover
        }

.news img {
    width: 100%
}

.news .news-img-wrapper {
    margin-bottom: 16px;
    position: relative
}

.news .news-pretitle {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #c30000
}

.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
}

    .news .news-subtitle a {
        color: inherit;
        text-decoration: inherit;
        display: initial;
    }

        .news .news-subtitle a:hover {
            color: #c30000
        }

.newslist .news-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.news {
    cursor: pointer;
    padding-bottom: 40px
}

/*    .news a {
        display: block
    }*/

.button-area .button {
    padding: 10px 20px
}

.text-block:first-of-type {
    padding-top: 0
}

.header.text-block {
    padding-bottom: 40px;
    padding-top: 0
}

.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: 0
}

.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 a {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 6px;
        display: block
    }

    .feature-list .tags p:first-of-type {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 16px
    }

.generic-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 80px;
    margin-bottom: 60px
}

.see-more-news .title {
    text-transform: uppercase
}

.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
}

#fullScreenModal {
    opacity: 0;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    height: calc(100vh - calc(100vh - 100%));
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 9;
    padding: 0;
    font-family: 'Roboto' !important;
    color: #393737
}

    #fullScreenModal.active {
        display: flex;
        opacity: 1;
        overflow: scroll !important;
        z-index: 30
    }

    #fullScreenModal .close-button {
        position: absolute;
        right: 10px;
        top: 10px
    }

    #fullScreenModal .img-fullscreen-mode {
        max-height: 80vh !important;
        width: auto !important;
        margin: auto !important
    }

    #fullScreenModal .close-fullscreen-img {
        width: 30px;
        cursor: pointer
    }

    #fullScreenModal .popup-content-fullscreen {
        position: relative;
        background-color: #fff;
        padding: 0;
        width: 100%;
        margin: auto;
        max-width: 100%;
        border-radius: 5px;
        max-height: 80vh
    }

.news-detail .fullscreen-img {
    width: 30px;
    position: absolute;
    margin-right: 8px;
    margin-top: 8px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0
}

.header-item .header-background-img img.fullscreen-img {
    margin-right: 8px;
    margin-top: 8px;
    margin-left: auto;
    margin-bottom: auto;
    width: 30px
}

.other-links > div {
    margin-top: 20px
}

.other-links svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    stroke: #242424;
    vertical-align: middle
}

.position-relative {
    position: relative
}

.newsdetail-content .text-block img.loaded {
    width: 100%;
    margin: 40px 0
}

    .newsdetail-content .text-block img.loaded.open-fullscreen-mode {
        width: 30px;
        margin-right: 8px;
        margin-top: 8px;
        left: inherit
    }

.text-block h2 span {
    color: #c30000 !important;
    font-weight: 500
}

.text-block h2 a strong span {
    font-size: 22px;
    color: #c30000 !important;
    line-height: unset !important
}

.newsdetail-content iframe {
    width: 100%;
    height: 200px
}

.newsdetail-content h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: unset
}

    .newsdetail-content h2 strong {
        font-weight: 500;
        font-family: Roboto;
        font-size: 25px;
        line-height: 38px;
        margin-bottom: 40px
    }

.newsdetail-content .wrap-div-right .quote {
    margin: 20px 0
}

.news-detail .title-panel .description {
    width: 100%;
    max-width: 130ch
}

button.text-size-content {
    display: flex;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.text-size-content {
    display: flex;
    flex-direction: row;
    width: auto
}

img.text-size-icon {
    opacity: 1;
    width: 25px;
    height: 25px
}

.text-size-content a.button-link {
    width: 95%;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    font-family: Roboto;
    color: inherit
}

.text-big .text-block h2 a strong span {
    font-size: 37px
}

.newsdetail-content .text-big h2 {
    font-size: 33px
}

    .newsdetail-content .text-big h2 strong {
        font-size: 37px
    }

.text-big .text-block p {
    font-size: 27px
}

.newsdetail-content .text-big table {
    font-size: 27px
}

.newsdetail-content .text-big .text-block {
    font-size: 24px
}

@media screen and (max-width: 768px) {


    .newsdetail-content.premium .content {
        height: 650px;
    }

    .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper .premium-image-icon {
        width: 50px;
        height: 50px;
    }
}

@media screen and (min-width:768px) {

    .newsdetail-content.premium .content {
        height: 410px
    }





    .newsdetail-content table tr td,
    .newsdetail-content table tr th {
        padding: 0 20px
    }

    .newsdetail-content .generic-table-wrapper {
        overflow-y: hidden;
        margin-right: 0
    }

    .newsdetail-content table {
        width: 100%
    }

    .newsdetail-content .content table {
        display: inline-table
    }

    .content-caption {
        padding: 15px 24px
    }

    .newsdetail-content.tooLong .content {
        height: 380px
    }

    .newsdetail-content.tooLong .hide-news-wrapper {
        top: 175px
    }

    .news .news-date {
        color: #bebebe;
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px
    }

    .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: 18px;
        line-height: 24px
    }

    .news {
        padding-bottom: 30px
    }

    .news-two,
    .news-three {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
        width: auto
    }

        .news-three .news {
            width: calc(100%/3);
            padding-left: 12px;
            padding-right: 12px
        }

    .header.text-block .description {
        width: 80%
    }

    .feature-list .tags .icon {
        padding-right: 10px;
        width: 34px
    }

    .see-more-news .button-see-more {
        display: none
    }

    .see-more-news .news-three .news:nth-child(n+4) {
        display: block
    }

    .header-highlight-slick .header-item .header-background-img img {
        width: 100%;
        height: initial;
        max-height: initial
    }

    .header-highlight-slick .slick-dots {
        right: 50px;
        bottom: 115px !important
    }

    #fullScreenModal {
        padding: 0 3.75% 0 3.75% !important
    }

        #fullScreenModal .img-fullscreen-mode {
            width: 100%
        }

        #fullScreenModal .close-button {
            right: 25px !important;
            top: 25px !important
        }

    .header-item .header-background-img img.fullscreen-img {
        width: 30px
    }

    .newsdetail-content iframe {
        width: 100%;
        height: 350px
    }

    .newsdetail-content h2 {
        font-size: 25px;
        font-weight: 400;
        line-height: unset
    }

    .text-block h2 a strong span {
        font-size: 25px;
        color: #c30000 !important;
        line-height: unset !important
    }

    button.text-size-content {
        display: none
    }
}

@media screen and (min-width:1025px) {

    .newsdetail-content.premium .content {
        height: 410px
    }
}

@media screen and (min-width:1200px) {
    .newsdetail-content iframe {
        width: 100%;
        height: 552px
    }
}

@media screen and (min-width:1367px) {
    .newsdetail-content.premium .content {
        height: 400px
    }
}


.newsdetail-content .premium-section-wrapper .premium-info-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 38px 20px 0 30px;
    background-color: #f4f4f4
}

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper .premium-icon {
        margin-top: 0;
        margin-left: 0;
        width: 40px
    }

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper .premium-text-wrapper h2 {
        font-size: 24px;
        line-height: 30px;
        font-family: Roboto
    }

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper .premium-text-wrapper p {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 21px
    }

        .newsdetail-content .premium-section-wrapper .premium-info-wrapper .premium-text-wrapper p:nth-of-type(2) {
            padding-bottom: 41px
        }

.premium-section-wrapper {
    padding-top: 20px;
    background-color: #fff;
    position: absolute;
    z-index: 5;
    color: #242424;
    bottom: 0
}

    .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper {
        margin-bottom: 42px;
        display: flex;
        justify-content: space-between
    }





@media screen and (min-width:768px) {

    .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper .premium-image-icon {
        display: inline-block;
        width: 83px;
        height: 83px;
        margin: 0;
        padding: 0
    }

    .newsdetail-content.premium .premium-section-wrapper .premium-info-wrapper {
        margin-left: 0;
        width: 100%
    }

    .newsdetail-content .premium-section-wrapper .premium-info-wrapper {
        flex-wrap: nowrap;
        padding: 38px 11% 0 9%
    }

        .newsdetail-content .premium-section-wrapper .premium-info-wrapper .premium-icon {
            width: 60px;
            padding-right: 20px
        }

    .premium-section-wrapper .premium-info-wrapper .premium-images-wrapper {
        justify-content: space-evenly
    }
}

@media screen and (min-width:1025px) {
    .newsdetail-content.premium .premium-section-wrapper .premium-info-wrapper {
        margin-left: 0;
        width: 100%
    }
}

/*
     FILE ARCHIVED ON 23:31:12 Jul 04, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:25 Jul 03, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 113.388
  exclusion.robots: 0.09
  exclusion.robots.policy: 0.079
  RedisCDXSource: 1.354
  esindex: 0.009
  LoadShardBlock: 90.645 (3)
  PetaboxLoader3.datanode: 129.45 (5)
  load_resource: 315.062 (2)
  PetaboxLoader3.resolve: 245.11 (2)
*/
