@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i,900,900i&display=swap');


html.is-font-bundle-1-loaded .c-section--default .section__title em {
    font-family: Merriweather, serif;
    letter-spacing: -.03em;
}

body {
    margin: 0px;
}

body.no-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.search__container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}


.whole-search-wrapper {
    padding-top: 10px;
}


@media screen and (max-width: 1200px) {
    .search__container {
        max-width: 780px;
    }

    .recent-and-trending-container {
        width: 49%;
    }

    .search__input {
        padding-right: 8%;
    }
}

input#search:focus {
    outline: none;
}


.search__input {
    padding: 18px 5px;
    padding-right: 98px;
    /* fix:20190601 */
    width: 100%;
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #cccccc;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    /* 18pt */
    font-weight: bold;
    float: left;

}

.search__input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    /* 18pt */
    font-weight: bold;
}


.search__ico {
    right: 62px;
    /* fix:20190601 */
    width: 25px;
    height: 20px;
    top: 15px;
    position: absolute;
    cursor: pointer;
}

.close__ico {
    background-image: url(../images/delete-text-icon.svg);
    width: 26px;
    background-repeat: no-repeat;
    height: 18px;
    position: absolute;
    float: right;
    top: 17px;
    right: 90px;
    /* fix:20190601 */
    cursor: pointer;
}

.close__main__ico {
    background-image: url(../images/red-close-popup-icon.svg);
    width: 46px;
    background-repeat: no-repeat;
    height: 48px;
    position: absolute;
    right: 0px;
    /* fix:20190601 */
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .teaser__additional-info {
    }
}


@media screen and (max-width: 768px) {

    .latest-news-block h3.teaser__heading {

        margin-left: 140px;
    }

    .teaser__additional-info {
    }

    .c-teaser--result.algnewsprev-teaser .teaser__picture-wrapper+.teaser__content-wrapper .teaser__content-sub-wrapper .teaser__additional-info {
        /*margin-left: 0px !important;*/
    }

    .search__input {
        padding-left: 15px;
        padding-right: 137px;
        /* fix:20190601 */
    }


    .trending-topics-block {
        padding-bottom: 10px;
    }

    .trending-topics-block,
    .latest-news-block,
    .matching-keywords-block {
        padding: 0px 20px;
    }

    .search__input {
        border-bottom: 1px solid #a12528;
    }

    .latest-news-container {
        border-top: 1px solid #a12528;
        padding-top: 15px;
    }

}


.search__container h5 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a12528;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.recent-keywords-block span {
    display: block;
    padding-bottom: 10px;
    color: #505050;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    /* 12pt */
    font-weight: bold;
}

.matching-keywords-block span {
    display: block;
    padding-bottom: 10px;
    color: #505050;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    /* 12pt */
    font-weight: bold;
}

/* fix:20190601 */
.matching-keywords-block a.match-link {
    cursor: pointer;
}

.matching-keywords-block span>em {
    font-weight: bolder;
    color: #000000;
}

.recent-keywords-block a.recent-link {
    cursor: pointer;
}

.recent-keywords-block span:last-child {

    padding-bottom: 20px;

}


button.clear-all-button {
    float: right;
    position: relative;
    top: -35px;
    right: 20px;
    background: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #777777;
    cursor: pointer;
}


.trending-topics-block {}


.trending-topics-block span {
    padding: 10px 15px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #505050;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 15px;
}


hr.block-divider {
    height: 1px;
    color: red;
    background-color: #ccc;
    border: none;
    width: 96%;
    float: left;
    margin-bottom: 15px;
}

.latest-news-container {
    float: left;
    width: 48%;
    padding-left: 15px;
}

.latest-news-block h5 {
    margin-top: 0px;
}

hr.divider-between {
    border: none;
    border-left: 1px solid #ccc;
    height: 100vh;
    width: 0px;
    float: left;
    margin-top: 0px;
}


.recent-and-trending-container {
    width: 50%;
    float: left;
}

.latest-news-container {
    margin-top: 0px;
    border-left: 1px solid #ccc;
    padding-top: 0px;
}

@media screen and (max-width: 768px) {

    .latest-news-container {
        margin-top: 0px;
    }


    .trending-topics-block span:nth-child(n+7) {
        display: none;
    }


    hr.block-divider {
        display: none;
    }

    .recent-keywords-block {
        display: none !important;
    }


    .recent-keywords-block span {
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #ccc;
    }

    hr.divider-between {
        display: none;
    }

    .recent-and-trending-container {
        width: 100%;
        margin-top: 0px;
    }

    .latest-news-container {
        width: 100%;
        padding-left: 0px;
    }


}

@media screen and (max-width: 1024px) {
    .matching-keywords-block span:nth-child(n+7) {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .matching-keywords-block span:nth-child(n+9) {
        display: none;
    }

    .matching-keywords-block span {
        border-bottom: 1px solid #ccc;
        padding-top: 10px;
    }

    .matching-keywords-block span:nth-child(1) {
        padding-top: 0px;
    }

    .matching-keywords-block h5 {
        padding-bottom: 5px;
    }

    .matching-keywords-block span:last-child {
        border-bottom: 0px;
    }


}


.latest-news-block a.teaser__picture-wrapper {
    max-width: 180px;
    min-height: 102px;
    float: left;
    display: block !important;
    width: 100%;
    margin-right: 10px;
    position: relative;
}

.is-aural {
    display: block;
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.latest-news-block .picture__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 0px;
}

.latest-news-block .picture__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.latest-news-block a.teaser__category {
    font-family: 'Merriweather', serif;
    color: rgba(0, 0, 0, .5);
    font-size: .75rem;
    line-height: 1.25;
    text-decoration: none;
}

.latest-news-block h3.teaser__heading a {

    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.1111111111;
    color: #505050;
    font-family: Lato, sans-serif;
    text-decoration: none;

}

@media screen and (max-width: 992px) {

    .whole-search-wrapper {
        padding-top: 0px;
    }

    .search__ico {
        right: 78px;
        top: 18px;
    }

    .close__ico {
        right: 106px;
        /* fix:20190601 */
        top: 20px;
    }

    .latest-news-block h3.teaser__heading a {
        font-size: 14px;
    }

    .search__input {
        padding-right: 144px;
    }
}


.latest-news-block h3.teaser__heading {
    margin-top: 5px;
    min-height: 45px;
    margin-bottom: 6px;
    margin-left: 0px !important;
}

.latest-news-block time.teaser__time {
    padding-top: 6px;
    color: rgba(0, 0, 0, .5);
    font-family: Lato, sans-serif;
    letter-spacing: 0;
    font-size: .75rem;
    line-height: 1.25;
}

.latest-news-block picture.picture__container img {
    /*max-width: 155px;*/
}


@media screen and (max-width: 768px) {

    .latest-news-block picture.picture__container img {
        max-width: 130px;
    }

    .latest-news-block a.teaser__picture-wrapper {
        max-width: 130px;
        margin-right: 20px;
    }


}


.latest-news-block .c-teaser--result {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.latest-news-block .c-picture--default {
    position: relative;
}

.latest-news-block .teaser__duration {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 5px 10px 5px 25px;
    background-color: #a12528;
    opacity: .9;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
}


@media screen and (max-width: 768px) {
    .latest-news-block .teaser__duration {
        position: absolute;
        bottom: 0px;
    }
}


.latest-news-block .teaser__duration-time {
    font-size: .6875rem;
    line-height: 1.0909090909;
    color: #fff;
    margin: 0px;
}

.i-arrow-play {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3…-.455.71l-5.34%203.15A.932.932%200%200%201%20.732%208%22%2F%3E%3C%2Fsvg%3E);
}

.latest-news-block .teaser__duration-icon svg {
    left: 10px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.latest-news-block .c-picture--default {
    position: relative;
}


ul.search__categories__tabs li {
    display: inline-block;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
}


ul.search__categories__tabs li.active {
    color: #a12528;
    border-bottom: 4px solid #a12528;
    padding-bottom: 13px;
    font-weight: bold;
}

ul.search__categories__tabs li:hover {
    color: #a12528;
    border-bottom: 4px solid #a12528;
    padding-bottom: 13px;
    font-weight: bold;
    cursor: pointer;

}

#algolia-search-wrapper .search__input {
    font-size: 16px !important;
}


.search__fullresults_page .close__ico {
    right: 45px;
    top: 20px;
}

.search__fullresults_page .search__ico {
    right: 10px;
    top: 17px;
}


.search__fullresults_page input#search {
    text-indent: 20px;
}

@media screen and (max-width: 768px) {
    .c-result-section--default .teaser__additional-info {
        margin-left: 115px;
    }
}


/* no. of results   */
html.is-font-bundle-1-loaded [data-css=c-result-section] .result-section__index-value {
    font-weight: 700;
    letter-spacing: .008em;
    font-size: 15px;
    font-family: lato;
}


[data-css=c-result-section] .result-section__index {
    margin-bottom: 0px;
    font-size: 15px;
    padding-bottom: 0px;
    line-height: 3.45;
}

/* search bar */
.search__fullresults_page input.search__input {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.dropdown-category-select-style {
    float: right;
    font-size: 15px;

}

[data-css=c-result-section] .result-section__index {
    line-height: 2.75;
}

.dropdown-category-select-style select {
    width: 200px;
    font-weight: bold;
    font-family: Lato, sans-serif;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url('../images/arrow-down.png') no-repeat 95% 50%;
    background-repeat: no-repeat;
    background-size: 15px auto;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 10px 10px;

}

.dropdown-category-select-style select:focus {
    border: 1px solid #a12528;

}


.trend-follow {
    padding: 8px 30px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #505050;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 6px;
    margin-top: 7px;
    margin-left: 15px;
    width: 50px;
    text-align: center;
    float: right;
    font-size: 14px;
}

.trend-title {
    display: block;
    float: left;
    position: relative;
    top: 13px;
    font-size: 16px;
    font-weight: bold;
    color: #505050;
    font-family: lato;
}

.trend-follow.following {
    border: 1px solid #a12528;
    color: #a12528;
}

ul.trending__topics__sidebar li {
    display: block;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    clear: both;
}

ul.trending__topics__sidebar li:first-child {
    border-bottom: 0px;
}

ul.trending__topics__sidebar li:first-child .trend-title {
    top: 10px;
}

ul.trending__topics__sidebar li:first-child .trend-follow {
    margin-top: 0px;
}


@media (max-width: 991px) and (min-width: 768px) {

}

@media (min-width: 991px) and (min-width: 768px) {

    .c-teaser--result.algnewsprev-teaser .teaser__picture-wrapper+.teaser__content-wrapper .teaser__content-sub-wrapper .teaser__category-container,
    .c-teaser--result.algnewsprev-teaser .teaser__picture-wrapper+.teaser__content-wrapper .teaser__content-sub-wrapper .teaser__heading,
    .c-teaser--result.algnewsprev-teaser .teaser__picture-wrapper+.teaser__content-wrapper .teaser__content-sub-wrapper .teaser__standfirst {
        margin-left: 0px !important;
    }

    .c-teaser--result.algnewsprev-teaser .teaser__picture-wrapper+.teaser__content-wrapper .teaser__content-sub-wrapper .teaser__additional-info {
        margin-left: 191px;
    }
}

.v--modal-overlay.no-adsskin .v--modal-box.v--modal {
    top: 0px !important;
}

.v--modal-overlay.with-adsskin .v--modal-box.v--modal {
    top: 250px !important;
}

.v--modal .teaser__duration {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.v--modal .trending-topics-block span {
    font-size: 13px;
}

@media screen and (min-width: 1200px) {
    .whole-search-wrapper {
        padding-right: 52px;
    }

    .search__input {
        width: 94%;
        padding-right: 60px;
    }
}

@media screen and (min-width: 1201px) {
    .v--modal .teaser__additional-info.algnewsprev-teaser-additional-info {
        top: -24px;
    }
}

@media (min-width: 992px) and (max-width: 1201px) {
    .v--modal .teaser__additional-info.algnewsprev-teaser-additional-info {
        top: -26px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .search__input {
        width: 91%;
        padding-right: 56px;
    }
}

@media screen and (max-width: 800px) {
    .v--modal-box.v--modal {
        padding-right: 15px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .v--modal .teaser__additional-info.algnewsprev-teaser-additional-info {
        margin-left: 191px !important;
        top: -16px !important;
    }
}

@media screen and (min-width: 768px) {

    .latest-news-block div.teaser__category-container {
    }

    .latest-news-block div.teaser__additional-info {
        padding-right: 0px;
    }
}

@media screen and (max-width: 400px) {
    .v--modal .teaser__additional-info.algnewsprev-teaser-additional-info {
        /*margin-left: 191px !important;*/
    }
}

/** 20191009: Provided **/

/* Overlay [mobile web]: extra padding on the right */
@media screen and (max-width: 800px) {
    .v--modal-box.v--modal {
        padding-right: 0 !important;
    }
}

/* Overlay [mobile web]: move search & close icon to the right */
@media screen and (max-width: 992px) {
    .search__ico {
        right: 65px !important;
        top: 15px !important;
    }

    .close__ico {
        right: 100px !important;
        top: 17px !important;
    }

    /* Overlay [mobile web]: Adjust size of red close btn */
    #algolia-search-modal .close__main__ico {
        background-image: url(../images/red-close-mobile-icon.svg) !important;
        right: 0px !important;
        width: 50px !important;
        height: 50px !important;
    }

    /* Overlay [mobile web]: Adjust the height of search textfield */
    .search__input {
        padding: 14px 0 12px 18px !important;
        border-radius: unset !important;
    }
}