﻿.articlemedia-image, .inline_image {
    text-align: center;
    background-color: #ededed;
    border: 1px solid #ededed;
}

    .inline_image img {
        width: 100%;
    }

    .inline_image p.picture, .inline_image p.inline_title {
        margin: 0 !important;
    }

    .articlemedia-image img {
        width: 100%;
        margin: auto;
        background-color: white;
    }

div[data-object='MediaItem'] {
    position: relative;
}

.articlemedia-other {
    margin-bottom: 1rem;
}

div[data-object='MediaItem'] .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

div[data-object='MediaItem'] .embed-responsive {
    margin: auto;
}

.article-image-caption, .inline_image .inline_meta {
    display: block;
    padding: 0.25rem;
    font-weight: bold;
    text-align: left;
}

.article-image-thumbnail, .article-image-small,
.article-image-medium, .article-image-large, .article-image-fullwidth, .inline_image.image_size_small,
.inline_image.image_size_med, .inline_image.image_size_full {
    width: 100%;
}

.article-image-left-align, .article-image-right-align, .article-image-no-align, .inline_image {
    display: block;
    margin: 0 auto 1rem auto;
}

@media(min-width: 576px) {
    .article-image-thumbnail, .article-image-small, .inline_image.image_size_small {
        width: 50%;
    }

        .article-image-thumbnail.article-image-left, .article-image-small.article-image-left, .inline_image.image_size_small.inline_image_left {
            float: left;
            display: inline-block;
            margin-right: 1rem;
            margin-bottom: 1rem;
        }

        .article-image-thumbnail.article-image-right, .article-image-small.article-image-right, .inline_image.image_size_small.inline_image_right {
            float: right;
            display: inline-block;
            margin-left: 1rem;
            margin-bottom: 1rem;
        }
}

@media(min-width: 768px) {
    .article-image-thumbnail, .article-image-small, .inline_image.image_size_small {
        width: 25%;
    }

    .article-image-medium, .inline_image.image_size_med {
        width: 50%;
    }

    .article-image-large, .inline_image.image_size_full {
        width: 75%;
    }

        .article-image-medium.article-image-left, .article-image-large.article-image-left,
        .inline_image.image_size_med.inline_image_left, .inline_image.image_size_full.inline_image_left {
            float: left;
            display: inline-block;
            margin-right: 1rem;
            margin-bottom: 1rem;
        }

        .article-image-medium.article-image-right, .article-image-large.article-image-right,
        .inline_image.image_size_med.inline_image_right, .inline_image.image_size_full.inline_image_right {
            float: right;
            display: inline-block;
            margin-left: 1rem;
            margin-bottom: 1rem;
        }
}

@media(min-width: 992px) {
    .article-image-thumbnail {
        width: 15%;
    }
}

.articlemedia {
    cursor: default !important;
}

span.share-icon {
    display: inline-block;
    padding: 0.5rem;
    font-size: 1.4em;
    line-height: 1;
    width: 1.73333em;
    text-align: center;
    border-radius: 100%;
    margin-right: .25rem;
}

    span.share-icon.share-icon-facebook {
        background-color: #3b5998;
        color: white;
    }

    span.share-icon.share-icon-twitter {
        background-color: #1da1f2;
        color: white;
    }

    span.share-icon.share-icon-linkedin {
        background-color: #0e76a8;
        color: white;
    }

    span.share-icon.share-icon-whatsapp {
        background-color: #25d366;
        color: white;
    }

    span.share-icon.share-icon-email {
        background-color: #005581;
        color: white;
    }

/*span.PubDate::before {
    content: '|';
    padding-left: .45rem;
    padding-right: .45rem;
}*/

span.PubDate {
    display: inline-block;
}

.picture-article-container {
    background-color: black;
    overflow: hidden;
    position: relative;
}

    .picture-article-container::before {
        display: block;
        content: '';
        padding-top: 42.85714%
    }

    .picture-article-container .picture-article-img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate(0, -50%);
    }

    .picture-article-container .picture-article-title {
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.81) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
    }

#ArticleImageCarousel {
    background-color: #000000;
}

    #ArticleImageCarousel .carousel-image-caption,
    #ArticleImageFullScreenCarousel .carousel-image-caption {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 400px;
        color: white;
        background: rgba(0,0,0,.6);
        padding: .5rem;
        word-break: break-all;
    }

.article-embed-container {
    background-color: #000000;
}

#ArticleImageFullScreenCarousel {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999
}

    #ArticleImageFullScreenCarousel .carousel-control-prev,
    #ArticleImageFullScreenCarousel .carousel-control-next {
        opacity: 1;
    }

    #ArticleImageFullScreenCarousel .carousel-control-prev-icon:hover,
    #ArticleImageFullScreenCarousel .carousel-control-next-icon:hover {
        background-color: black;
    }

    #ArticleImageFullScreenCarousel .carousel-control-prev-icon,
    #ArticleImageFullScreenCarousel .carousel-control-next-icon {
        background-color: rgba(0,0,0,0.55);
        width: 40px;
        height: 40px;
        display: inline-block;
        background-size: 20px 20px;
        border-radius: 100%;
    }

    #ArticleImageFullScreenCarousel .carousel-fullscreen-close {
        position: absolute;
        z-index: 99;
        top: 20px;
        right: 35px;
        display: inline-block;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        background-color: rgba(0,0,0,0.55);
        padding: 12px 8px;
    }

        #ArticleImageFullScreenCarousel .carousel-fullscreen-close span {
            color: white;
            font-size: 2rem;
            font-weight: bold;
            line-height: 0;
        }

        #ArticleImageFullScreenCarousel .carousel-fullscreen-close:hover {
            text-decoration: none;
            background-color: black;
        }

    #ArticleImageFullScreenCarousel .carousel-image-header {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        color: white;
        background: rgba(0,0,0,.6);
        padding: .5rem;
    }

    #ArticleImageFullScreenCarousel .carousel-image-caption {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 400px;
        color: white;
        background: rgba(0,0,0,.6);
        padding: .5rem;
        word-break: break-all;
    }

.relatedarticle {
    background-color: #efefef;
    position: relative;
    cursor: default !important;
}

    .relatedarticle .overlay {
        display:none;
    }

.inline_image .zoomable-button, .inline_image .show-fullscreen {
    display: none;
}

div[data-object="MediaItem"] .controlHolder .fullscreenToggle {
    display: none !important;
}

#ArticleImageCarousel {
    background-color: #000000;
}

    #ArticleImageCarousel .carousel-image-caption,
    #ArticleImageFullScreenCarousel .carousel-image-caption {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 400px;
        color: white;
        background: rgba(0,0,0,.6);
        padding: .5rem;
        word-break: break-all;
    }

.article-embed-container {
    background-color: #000000;
}

#ArticleImageFullScreenCarousel {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999
}

    #ArticleImageFullScreenCarousel .carousel-control-prev,
    #ArticleImageFullScreenCarousel .carousel-control-next {
        opacity: 1;
    }

    #ArticleImageFullScreenCarousel .carousel-control-prev-icon:hover,
    #ArticleImageFullScreenCarousel .carousel-control-next-icon:hover {
        background-color: black;
    }

    #ArticleImageFullScreenCarousel .carousel-control-prev-icon,
    #ArticleImageFullScreenCarousel .carousel-control-next-icon {
        background-color: rgba(0,0,0,0.55);
        width: 40px;
        height: 40px;
        display: inline-block;
        background-size: 20px 20px;
        border-radius: 100%;
    }

    #ArticleImageFullScreenCarousel .carousel-fullscreen-close {
        position: absolute;
        z-index: 99;
        top: 20px;
        right: 35px;
        display: inline-block;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        background-color: rgba(0,0,0,0.55);
        padding: 12px 8px;
    }

        #ArticleImageFullScreenCarousel .carousel-fullscreen-close span {
            color: white;
            font-size: 2rem;
            font-weight: bold;
            line-height: 0;
        }

        #ArticleImageFullScreenCarousel .carousel-fullscreen-close:hover {
            text-decoration: none;
            background-color: black;
        }

    #ArticleImageFullScreenCarousel .carousel-image-header {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        color: white;
        background: rgba(0,0,0,.6);
        padding: .5rem;
        border-bottom-right-radius: 1rem;
    }

    #ArticleImageFullScreenCarousel .carousel-image-caption {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 400px;
        color: white;
        background: rgba(0,0,0,.6);
        padding: .5rem;
        word-break: break-all;
        border-top-left-radius: 1rem;
    }

.sidebar-item, .article-rh-col .article-rh-col-item {
    width: 300px;
}

.khl-article-page-storybody .sidebar-item {
    margin: auto;
    clear: both;
}

@media(min-width: 992px) {
    .article-sidebar:not(.fullwidth-siderbar) .sidebar-item:last-child,
    .article-rh-col .article-rh-col-item {
        position: sticky;
        top: 60px;
    }
}

div[data-object='MediaItem'] .overlay {
    display:none;
}

.khl-page-image-header {
    height: 75vh;
    position:relative;

}
.khl-page-image-header .img-wrapper {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.article-image-cover {
    background: rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 90%, rgba(0,0,0,0) 100%);
    padding-top: 20px;
}
.khl-article-page-standfirst {
    font-size: 1.1rem;
    font-weight:600;
}

.khl-page-image-header .carousel-overlay {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.khl-article-carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 40px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 90%, rgba(0,0,0,0) 100%);
}

.custcarousel-button-next, .custcarousel-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ededed;
    z-index: 10;
    width: 30px;
    opacity: 0.5;
    transition: all ease 0.25s;
}

.custcarousel-button-next {
    right: 0;
}

.custcarousel-button-prev {
    left: 0;
}

    .custcarousel-button-next:hover, .custcarousel-button-prev:hover {
        opacity: 1;
    }

.video-audio-header {
    background-color: black;
}

.embed-rh-col .related-media-wrapper {
    width: 300px;
    color: white !important;
}

.article-factfile {
    border: 1px solid rgba(0,0,0,0.35);
    background-color: rgba(0,0,0,0.1);
    padding: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.highlight {
    display: block;
    padding: 10px;
    background: #ededed;
    margin-bottom: 1rem;
}

.highlight ul:not([class]) li:not([class])::before {
    margin-right: 10px;
}

.highlight ul {
    padding: 0;
}

.block-full-width {
    width: 100%;
}

.block-left {
    float: left;
    width: 50%;
    margin-right: 16px;
}

.block-right {
    float: right;
    width: 50%;
    margin-left: 16px;
}