﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

label {
    font-weight: 600;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    min-height: 100vh;
}

body {
    height: 100vh;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


/* Scroll Bar Style
--------------------------------------------------- */
.custom-scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.custom-scroll-bar::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    background: #626060;
    border: 0px none #333333;
    border-radius: 0;
}

    .custom-scroll-bar::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
    }

    .custom-scroll-bar::-webkit-scrollbar-thumb:active {
        background: #525252;
    }

.custom-scroll-bar::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #333333;
    border-radius: 0;
}

    .custom-scroll-bar::-webkit-scrollbar-track:hover {
        background: #ffffff;
    }

    .custom-scroll-bar::-webkit-scrollbar-track:active {
        background: #ffffff;
    }

.custom-scroll-bar::-webkit-scrollbar-corner {
    background: transparent;
}

/* Global Nav Styles
--------------------------------------------------- */
#GlobalNavigation {
    padding-top: 0;
    padding-bottom: 0;
    border-width: 1px;
    border-style: solid;
}

    #GlobalNavigation .navbar-brand {
        margin-left: 15px;
        margin-right: 15px;
    }

    #GlobalNavigation .globalnav-left {
        flex-wrap: wrap;
    }

        #GlobalNavigation .navbar-nav > .nav-item > .nav-link,
        #GlobalNavigation .globalnav-left > .nav-item .form-inline .nav-link {
            padding-top: 1rem;
            padding-bottom: 1rem;
            white-space: nowrap;
            display: inline-block;
            vertical-align: bottom;
        }

        #GlobalNavigation .globalnav-left > .nav-item > .nav-link,
        #GlobalNavigation .globalnav-left > .nav-item .form-inline .nav-link {
            border-right-width: 1px !important;
            border-right-style: solid !important;
        }

        #GlobalNavigation .globalnav-right > .nav-item > .nav-link,
        #GlobalNavigation .globalnav-left > .nav-item .form-inline .nav-link {
            border-left-width: 1px !important;
            border-left-style: solid !important;
        }


    #GlobalNavigation .dropdown-menu-full {
        width: 100% !important;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    #GlobalNavigation .more-nav .more-nav-items > .nav-item > .nav-link,
    #GlobalNavigation .more-nav .more-nav-items > .nav-item {
        display: inline-block !important;
        margin-right: auto !important;
    }

    #GlobalNavigation .dropdown-menu .list-group .list-group-item {
        white-space: nowrap;
    }


/* Site Nav Styles
--------------------------------------------------- */
#SiteNavigation {
    padding-top: 0;
    padding-bottom: 0;
}

    #SiteNavigation .navbar-brand {
        margin-left: 15px;
        margin-right: 15px;
    }

    #SiteNavigation .sitenav-left {
        flex-wrap: wrap;
    }

    #SiteNavigation .navbar-nav > .nav-item > .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        white-space: nowrap;
    }

    #SiteNavigation .dropdown-menu-full {
        width: 100% !important;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    #SiteNavigation .more-nav .more-nav-items > .nav-item > .nav-link,
    #SiteNavigation .more-nav .more-nav-items > .nav-item {
        display: inline-block;
        margin-right: auto;
    }

    #SiteNavigation.sitenav-sticky {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 99;
    }

@media(min-width: 992px) {
    #SiteNavigation:not(.sitenav-sticky) .navbar-brand {
        display: none;
    }

    #SiteNavigation.sitenav-sticky .nav-item.home-button {
        display: none;
    }
}


#SiteNavigation:not(.sitenav-sticky) .navbar-nav > .nav-item:first-child.active {
    margin-left: 15px;
}

#SiteNavigation .dropdown-menu .list-group .list-group-item {
    white-space: nowrap;
}

.more-nav .more-nav-items > li > a {
    white-space: nowrap;
}


/* Mobile Nav Styles
--------------------------------------------------- */
.mobile-nav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 150;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #404040;
}

    .mobile-nav > .flex-column {
        width: 250px;
    }

    .mobile-nav .btn-link {
        color: white;
    }

        .mobile-nav .btn-link:hover {
            color: white;
            text-decoration: underline;
        }

        .mobile-nav .btn-link:focus, .mobile-nav .btn-link.focus {
            box-shadow: none;
            border: none;
        }

    .mobile-nav .mobile-nav-top {
        background-color: rgba(0,0,0,0.5);
    }

    .mobile-nav .mobile-nav-item {
        color: white;
        display: block;
    }

        .mobile-nav .mobile-nav-item .row {
            padding-top: .5rem;
            padding-bottom: .5rem;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: white;
        }

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    background-color: rgba(0,0,0,0.55);
    display: none;
}

/* Page Grids
--------------------------------------------------- */
@media (min-width: 992px) {
    .row[data-rowtypeid="3"] .col-lg-auto,
    .row[data-rowtypeid="4"] .col-lg-auto {
        width: 350px;
    }
}

@media (min-width: 1200px) {
    .row[data-rowtypeid="7"] .col-xl-auto {
        width: 350px;
    }
}

.khl-article-block-image {
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}

    .khl-article-block-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
    }


/* Access Denied Message
------------------------------------------------- */
.accessdeniedmessage-container {
    background-color: #dedede;
    padding: 1.5rem;
    border-radius: .25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .accessdeniedmessage-container > .row {
        margin: 0;
        background-color: #ffffff;
        border-radius: .25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.accessdeniedmessage-title {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
}

.khl-all-mag-item {
    border-bottom: 2px solid #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .khl-all-mag-item:not(:nth-child(3n)) {
        border-right: 2px solid #ffffff;
    }

    .khl-all-mag-item:nth-child(3n+1) {
        border-left: 2px solid #ffffff;
    }
}

@media (min-width: 992px) {
    .khl-all-mag-item:not(:nth-child(4n)) {
        border-right: 2px solid #ffffff;
    }

    .khl-all-mag-item:nth-child(4n+1) {
        border-left: 2px solid #ffffff;
    }
}

.khl-all-mag-item:nth-child(7n),
.khl-all-mag-item:nth-child(8n) {
    display: none;
}

@media(min-width: 992px) {

    .khl-all-mag-item:nth-child(7n),
    .khl-all-mag-item:nth-child(8n) {
        display: block;
    }
}

.khl-all-mag-item a.fa-link,
.khl-brand-mag-item a.fa-link {
    color: #ffffff;
}

    .khl-all-mag-item a.fa-link .fa-icons svg:first-child, .khl-brand-mag-item a.fa-link .fa-icons svg:first-child {
        margin-right: .25rem;
    }

    .khl-all-mag-item a.fa-link .fa-icons svg:last-child, .khl-brand-mag-item a.fa-link .fa-icons svg:last-child {
        margin-left: .25rem;
    }


.khl-all-mag-item .shadow-lg,
.khl-brand-mag-item .shadow-lg {
    box-shadow: 0.5rem 0.5rem 1rem rgba(0,0,0,0.65) !important;
}

.khl-all-mag-item .small,
.khl-brand-mag-item .small {
    line-height: 1.1 !important;
    display: block;
    margin-top: .25rem;
}

.khl-brand-mag-item .small {
    max-width: 100px;
    margin: auto;
}

@media (min-width: 768px) {
    .khl-all-mag-item .small, .khl-brand-mag-item .small {
        margin-bottom: 0.5rem;
    }
}

.khl-all-mag-item a.mag-item-link,
.khl-brand-mag-item a.mag-item-link {
    display: block;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background-color: rgba(255,255,255,0.4);
    padding: .25rem .5rem;
}

/* Modal Fix */
.modal-backdrop {
    display: none !important;
}

.modal {
    background-color: rgba(0,0,0,0.5) !important;
}

#SiteNavigation .sitenav-right .dropdown-toggle::after {
    display: none;
}

/* Popup styles
-------------------------------------------------- */
.pagepopup {
    z-index: 9999;
    position: fixed;
}

    .pagepopup .pagepopup-wrapper {
        background: white;
        border: .25rem solid var(--primary);
        padding: 1rem;
        position: relative;
    }

    .pagepopup .popupClose.close-type-1 {
        position: absolute;
        padding: .25rem;
        border: .25rem solid var(--primary);
        top: -1rem;
        left: -1rem;
        width: 2.5rem;
        height: 2.5rem;
        background: white;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

    .pagepopup .popupClose.close-type-2 {
        position: absolute;
        padding: .25rem;
        border: .25rem solid var(--primary);
        top: -1rem;
        right: -1rem;
        width: 2.5rem;
        height: 2.5rem;
        background: white;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

    .pagepopup .popupClose.close-type-3 {
        text-align: center;
        cursor: pointer;
        font-size: .85rem;
        color: var(--gray);
    }

        .pagepopup .popupClose.close-type-3:hover {
            text-decoration: underline;
            color: var(--gray-dark);
        }

    .pagepopup.popup-location-1 {
        bottom: 1rem;
        left: 1rem;
    }

        .pagepopup.popup-location-1 .pagepopup-wrapper {
            max-width: calc(100vw - 4rem);
            max-height: calc(100vh - 4rem);
        }

        .pagepopup.popup-location-1 .pagepopup-container {
            width: 405px;
            max-width: 100%;
            min-height: 270px;
        }

            .pagepopup.popup-location-1 .pagepopup-container > .row {
                min-height: 270px;
            }

    .pagepopup.popup-location-2 {
        bottom: 1rem;
        right: 1rem;
    }

        .pagepopup.popup-location-2 .pagepopup-wrapper {
            max-width: calc(100vw - 4rem);
            max-height: calc(100vh - 4rem);
        }

        .pagepopup.popup-location-2 .pagepopup-container {
            width: 405px;
            max-width: 100%;
            min-height: 270px;
        }

            .pagepopup.popup-location-2 .pagepopup-container > .row {
                min-height: 270px;
            }


    .pagepopup.popup-location-3 {
        bottom: 0;
        left: 0;
        right: 0;
    }

        .pagepopup.popup-location-3 .pagepopup-wrapper {
            max-width: 100%;
            max-height: calc(100vh - 4rem);
        }

        .pagepopup.popup-location-3 .popupClose.close-type-1 {
            left: 0
        }

        .pagepopup.popup-location-3 .popupClose.close-type-2 {
            right: 0
        }

    .pagepopup.popup-location-4 {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0.4);
        display: flex;
        justify-content: center;
    }

        .pagepopup.popup-location-4 .pagepopup-wrapper {
            max-width: calc(100vw - 4rem);
            max-height: calc(100vh - 4rem);
            align-self: center;
        }

@media(min-width: 768px) {
    .pagepopup.popup-location-4 .pagepopup-wrapper {
        max-width: 50vw;
    }
}

.pagepopup .image-size-1 .pagepopup-image {
    flex: 0 0 25%;
    width: 25%
}

.pagepopup .image-size-1 .pagepopup-text {
    flex: 0 0 75%;
    width: 75%
}

.pagepopup .image-size-2 .pagepopup-image,
.pagepopup .image-size-2 .pagepopup-text {
    flex: 0 0 50%;
    width: 50%
}

.pagepopup .image-size-3 .pagepopup-image,
.pagepopup .image-size-3 .pagepopup-text {
    flex: 0 0 100%;
    width: 100%
}

.pagepopup .image-align-2 .pagepopup-image {
    order: 2;
}

.pagepopup .image-align-2 .pagepopup-text {
    order: 1;
}

.pagepopup .image-align-3 .pagepopup-text {
    flex: 0 0 100% !important;
    width: 100% !important;
}

@media (max-width: 991px) {
    .pagepopup.desktop-only {
        display: none !important;
    }
}

/* Hero Items
-------------------------------------------------- */
#HeroItemsContainer {
    overflow: hidden;
}

    #HeroItemsContainer .hero-item-wrapper {
        position: relative;
        padding-top: 40%;
    }

        #HeroItemsContainer .hero-item-wrapper .hero-item-container {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

    #HeroItemsContainer .hero-items-controls {
        width: 25px;
        height: 30px;
        justify-content: center;
        background-color: black;
    }

        #HeroItemsContainer .hero-items-controls .carousel-control-prev-icon,
        #HeroItemsContainer .hero-items-controls .carousel-control-next-icon {
            align-self: center
        }

    #HeroItemsContainer .carousel-control-prev, #HeroItemsContainer .carousel-control-next {
        width: 10%;
    }

    #HeroItemsContainer .hero-item-text-style-1 * {
        color: white !important;
    }

    #HeroItemsContainer .hero-item-text-style-1.hero-item-text-valign-1 .col-12 {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 10%, rgba(0,0,0,.75) 100%);
        padding-bottom: 1.5rem;
        padding-top: .5rem;
    }

    #HeroItemsContainer .hero-item-text-style-1.hero-item-text-valign-2 .col-12 {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 10%, rgba(0,0,0,.75) 90%, rgba(0,0,0,0) 100%);
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    #HeroItemsContainer .hero-item-text-style-1.hero-item-text-valign-3 .col-12 {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 90%, rgba(0,0,0,0) 100%);
        padding-bottom: 1rem;
        padding-top: 1.5rem;
    }

    #HeroItemsContainer .hero-item-text-style-2 {
        text-shadow: 0px 0px 10px black;
    }

    #HeroItemsContainer .hero-item-text-valign-1 .col-12 {
        align-self: flex-start;
    }

    #HeroItemsContainer .hero-item-text-valign-2 .col-12 {
        align-self: center;
    }

    #HeroItemsContainer .hero-item-text-valign-3 .col-12 {
        align-self: flex-end;
    }

/* Tabbed Content
-------------------------------------------------- */
.navpage-image-left, .navpage-image-right, .navpage-image-no-align, .navpage-image-thumbnail, .navpage-image-small, .navpage-image-medium, .navpage-image-large, .navpage-image-fullwidth {
    width: 100%;
}

.navpage-image-left, .navpage-image-right, .navpage-image-no-align {
    display: block;
    margin: 0 auto 1rem auto;
}


@media(min-width: 576px) {
    .navpage-image-thumbnail, .navpage-image-small {
        width: 50%;
    }

        .navpage-image-thumbnail.navpage-image-left, .navpage-image-left.navpage-image-small {
            float: left;
            display: inline-block;
            margin-right: 1rem;
            margin-bottom: 1rem;
        }

        .navpage-image-thumbnail.navpage-image-right, .navpage-image-right.navpage-image-small {
            float: right;
            display: inline-block;
            margin-left: 1rem;
            margin-bottom: 1rem;
        }
}

@media(min-width: 768px){
    .navpage-image-thumbnail, .navpage-image-small {
        width: 20%;
    }
    .navpage-image-medium {
        width: 50%;
    }
    .navpage-image-large{
        width: 75%;
    }

    .navpage-image-medium.navpage-image-left, .navpage-image-left.navpage-image-large {
        float: left;
        display: inline-block;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

    .navpage-image-medium.navpage-image-right, .navpage-image-right.navpage-image-large {
        float: right;
        display: inline-block;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
}

@media(min-width: 992px){
    .article-image-thumbnail {
        width: 15%;
    }
}

.tabbed-content-tabs {
    border-bottom: 1px solid var(--primary) !important;
    position: relative;
}
    .vtabbed-content-tabs{
        border-radius: .25rem;
    }

    .tabbed-content-tabs .tabbed-content-controls {
        position: sticky;
        top: 0;
        bottom: 0;
        right: -1px;
        white-space: nowrap;
        display: flex;
        background-color: white;
        margin-left: auto;
    }

        .tabbed-content-tabs .tabbed-content-controls .btn {
            align-self: center;
            margin-left: .25rem;
            margin-right: .25rem;
        }

    .tabbed-content-tabs.nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        box-sizing: border-box;
    }

        .tabbed-content-tabs.nav-tabs::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            box-sizing: border-box;
        }

        .tabbed-content-tabs.nav-tabs::-webkit-scrollbar-thumb {
            background: var(--primary);
            box-sizing: border-box;
        }

            .tabbed-content-tabs.nav-tabs::-webkit-scrollbar-thumb:hover {
                background: var(--secondary);
            }

        .tabbed-content-tabs.nav-tabs::-webkit-scrollbar-track {
            background: #ffffff;
            box-shadow: inset 7px 5px 12px #f0f0f0;
            border-top: 1px solid var(--primary);
            border-left: 1px solid var(--primary);
            border-right: 1px solid var(--primary);
            box-sizing: border-box;
        }

        .tabbed-content-tabs.nav-tabs .nav-link {
            white-space: nowrap;
        }

        .tabbed-content-tabs.nav-tabs .nav-item {
            padding-left: .25rem;
            padding-right: .25rem;
        }

            .tabbed-content-tabs.nav-tabs .nav-item:first-child {
                padding-left: 0;
            }

            .tabbed-content-tabs.nav-tabs .nav-item:last-child {
                padding-right: 0;
                margin-right: 0;
            }

.vtabbed-content-tabs .nav-pills .nav-link {
    border: 1px solid var(--primary);
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.tabbed-content-tabs.nav-tabs .nav-link, .vtabbed-content-tabs .nav-pills .nav-link {
    border-color: var(--primary) !important;
    position: relative
}

    .tabbed-content-tabs.nav-tabs .nav-link::before, .vtabbed-content-tabs .nav-pills .nav-link::before {
        position: absolute;
        content: '';
        background: var(--primary);
        opacity: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        border-radius: .25rem;
    }

    .tabbed-content-tabs .nav-tabs .nav-item:hover .nav-link:not(.active)::before,
    .vtabbed-content-tabs .nav-pills .nav-link:not(.active):hover::before {
        opacity: 0.3;
    }


    .tabbed-content-tabs.nav-tabs .nav-link.active, .vtabbed-content-tabs .nav-pills .nav-link.active {
        background-color: var(--primary);
        color: white;
        cursor: default;
    }

.tabbed-content-panel-wrapper, .vtabbed-content-panel-wrapper {
    position: relative;
}

    .tabbed-content-panel-wrapper::before, .vtabbed-content-panel-wrapper::before {
        content: "";
        background: var(--primary);
        opacity: 0.05;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }

.tabbed-content-panel {
    border-left: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.vtabbed-content-tabs.tabbed-collapsed{
    position:relative;
}

    .vtabbed-content-tabs.tabbed-collapsed .vtabbed-menu {
        position: absolute;
        top: 0;
        left: 0;
        flex: none;
        display: block;
        min-height: 100%;
        background-color: white;
        max-width: 75%;
        width: fit-content;
    }

    .vtabbed-content-tabs.tabbed-collapsed .vtabbed-context{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vtabbed-content-tabs.tabbed-collapsed .vtabbed-content-panel-wrapper {
        padding-left: 5.5rem !important;
    }

    .vtabbed-content-tabs.tabbed-collapsed .tabbed-collapsable {
        display:none;
        overflow: hidden;
    }

.vtabbed-content-tabs:not(.tabbed-collapsed) .tabbed-collapsed-item {
    display:none;
}
    .vtabbed-content-tabs.tabbed-collapsed .tabbed-collapsed-item{
        position:relative;
    }

    .vtabbed-content-tabs.tabbed-collapsed .tabbed-collapsable {
        max-width: 100%;
    }

.vtabbed-content-tabs .vtabbed-menu {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

.vtabbed-content-tabs .vtabbed-context {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
.vtabbed-content-tabs.tabbed-collapsed .vtabbed-context{
    border-radius: .25rem;
}
ul:not([class]) {
    list-style: none;
    padding-right: 20px;
}

    ul:not([class]) li:not([class])::before {
        content: '\2022';
        margin-right: 20px;
    }


/* Sponsored Content Carousel Style oveer-ride*/
[data-ajaxfunction="SponsoredContentWidget"] .carousel-item,
#PartnerContentCarousel .carousel-item,
.carousel-item.article-carousel {
    padding-left: 3rem;
    padding-right: 3rem;
}

.published-date {
    color: #005581;
    font-weight: 600;
}

.special-feature-article > div > div:before {
    position: absolute;
    top: 0.5rem;
    left: 0;
    display: inline-block;
    width: 100%;
    vertical-align: baseline;
    font-size: 1.25rem;
    font-family: PT Sans,sans-serif;
    content: "Special Features Series";
    background: white;
    color: #00557f;
    padding: 65px 0 .9rem 0;
    font-weight: 700;
    z-index: 9;
}

.special-feature-article > div > div:after {
    content: "  ";
    position: absolute;
    top: 100px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #00557f;
    z-index: 10;
}

.sponsor-logo {
    position: absolute;
    top: 0;
    right: 0;
    color: #00557f;
    font-weight: bold;
    padding: 0 .5rem .5rem;
    text-align: center;
    z-index: 11;
}

    .sponsor-logo span {
        display: inline-block;
    }
    .sponsor-logo img {
        position: initial;
        max-width: 80px;
        max-height: 60px;
    }

.special-feature-article .border-bottom {
    border-bottom: none !important;
}

@media (max-width: 449px) {
    .sponsor-logo img {
        max-width: 30px;
        max-height: 40px;
    }

    .special-feature-article > div > div:before {
        padding-top: 42px;
    }

    .special-feature-article > div > div:after {
        top: 73px;
    }
}

@media (max-width: 768px) {
    #SoundCloud {
        width: 100% !important;
    }
}

.dynamicForm {
    padding: 30px 50px;
    background: #eee;
    margin-bottom: 1rem;
}

.dynamicForm input[type='checkbox'] {
    margin-right: 10px;
}

.dynamicForm .description {
    margin-left: 23px;
}

.form-group.publication,
.form-group.publication label{
    margin-bottom: 0;
}

.dynamicForm .small-text {
    font-size: .8rem;
    line-height: 1.25rem;
}

@media (max-width: 1199px) {
    .dynamicForm {
        padding: 20px;
    }
}

.pagepopup-container .dynamicForm {
    padding: 14px;
    margin: 14px 0 0;
}

.pagepopup-container .dynamicForm .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.purchaseinfluence {
    display: inline-block;
    min-width: 80px;
}

.purchaseinfluence label {
    font-weight: 400;
    margin-left: 6px;
}

/* Form spinner */

.lds-roller {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #333;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* End of Form Spinner */

.authorDetails {
    color: var(--primary);
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    font-size: .95rem;
    line-height: 1.2rem;
}

.authorDetails.image {
    height: 80px;
}

.authorDetails span {
    display: block;
}

#authorImage {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 12px;
}

#authorImage img {
    border-radius: 40px;
    max-width: 80px;
    max-height: 80px;
}

.pubData {
    font-size: .85rem;
    margin-top: 12px;
}

.publication-label {
    font-weight: 400;
    margin-left: 6px;
    margin-bottom: 0;
}

.fiv-cla {
    position: relative;
    display: inline-block;
    line-height: 1em;
    width: .72em
}

.fiv-cla.fiv-icon-pdf {
    background-image: url("../lib/fileicons/icons/classic/pdf.svg");
}

/* Third level navigation */

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #495057;
        margin-top: 8px;
        margin-right: -16px;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-submenu .list-group-item {
    padding-right: 1.7rem;
}

.dropdown-submenu .list-group-item.active:after  {
    border-left-color: #fff;
}

.dropdown-menu.second-level a {
    padding: 0.25rem 1.25rem;
    display: block;
    margin: 0;
}
    .dropdown-menu.second-level a:hover {
        text-decoration: none;
    }

.dropdown-menu.second-level a.active {
    background-color: var(--primary);
    color: #fff;
}

/* End of Third level navigation */

/*.grecaptcha-badge {
    bottom: 64px !important;
}*/

.partner-content,
.list.partner-content {
    margin: 4px 0 0;
    display: block;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 400;
    color: #000;
}

.list.partner-content {
    font-size: 1em;
}

.white.partner-content {
    color: #fff;
}

.presentation-rule-widget .partner-content {
    margin: 6px 0;
}

#privacyPolicy, #privacyPolicyPopup {
    margin-top: 4px;
}

.privacy-label {
    font-weight: 400;
}

/* Translation labels */
.article-label {
    font-size: 0.75rem;
    color: white;
    padding: 1px 6px;
    background: var(--secondary);
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 0;
}

.article-label a,
.article-label a:hover {
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    margin-left: .5rem;
}

.article-label.child a {
    margin-left: 0;
}

.article-label .read-this {
    padding-right: .5rem; 
}

.lyticsSingleArticleRecommendation .h4 {
    font-size: 1.25rem;
}

.lyticsSingleArticleRecommendation img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.khl-article-block .card .card-body {
    padding: .5rem !important;
}

/* Zephr form styles */

.zephr-form-radio-dot.svelte-17rnpjv.svelte-17rnpjv.svelte-17rnpjv,
.zephr-form-checkmark.svelte-eyzg32.svelte-eyzg32.svelte-eyzg32 {
    max-width: 23px;
    width: 100% !important;
}

.premium-content {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 800;
    color: #01283F;
    margin-bottom: 8px;
}

.khl-article-carousel-caption .premium-content {
    color: #fff;
}

.khl-article-page-storybody .ad-slot {
    margin-bottom: 20px;
}

/* ====== sitenav-sticky ======== */

#GlobalNavigation {
    /*margin-top:122px;*/
}

@media (max-width: 991px) {
    .ad-leaderboard {
        /*position: fixed;*/
        position: sticky;
        width: 100%;
        top: 0;
        /*height: 105px;*/
        z-index: 10;
    }
    /*#SiteNavigation {
    margin-top: 30px;
}*/
    header .ad-slot-wrapper {
        display: inline-block;
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
        background-color: #f3f3f3;
    }

    .sidebar-item {
        width: 100% !important;
    }

    .fullwidth-recommended .row.khl-article-block .col-12 {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .ad-leaderboard {
        /*position: fixed;*/
        position: sticky;
        width: 100%;
        top: 0;
        /*height: 122px;*/
        z-index: 10;
    }

    #SiteNavigation {
        margin-top: 0px;
    }

        #SiteNavigation.sitenav-sticky {
            /*margin-top: 122px;*/
            padding-top: 5px;
            padding-bottom: 5px;
        }

    header .ad-slot-wrapper {
        display: inline-block;
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
        background-color: #f3f3f3;
        padding-bottom: 10px;
    }

    .fullwidth-recommended .row.khl-article-block {
        max-width: 350px;
    }
}

@media (min-width: 992px) {
    .sitenav-sticky .navbar-brand img {
        display: none !important;
    }

    .sitenav-sticky .navbar-brand {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

#SiteNavigation.sitenav-sticky {
    position: unset !important;
}

main {
    padding-top: 0px !important;
}

.ad-leaderboard {
    background-color: #f3f3f3 !important;
}

/* ====== End of sitenav-sticky ======== */

/* ====== Language selector ====== */

.language-picker-container {
    text-align: right;
}

.language-picker {
    display: inline-block;
    position: relative;
    color: #fff;
}

.dropdown-menu.language {
    position: initial;
    position: absolute;
    top: 31px;
    left: initial;
    right: 0;
}

.language-picker label {
    margin-bottom: 0;
    vertical-align: middle;
}

#languageSelector {
    font-weight: 600;
}

/* ====== End of Language selector ====== */

/* ====== Start of Iterable Embedded Messages ====== */

.iterable-message-content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "media body"
        "media buttons";
    align-items: start;
}

.iterable-message-media {
    grid-area: media;
    margin-right: 1.2rem;
}

.iterable-message-body {
    grid-area: body;
}

.iterable-message-buttons {
    grid-area: buttons;
}

.iterable-message {
    padding: 10px;
    border: 1px solid #dee2e6;
    margin: 20px 0;
}

.iterable-message-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
}

.iterable-message-button {
    border: none;
    margin: 12px 0 0;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
}

.iterable-message-media img {
    max-height: 136px;
    max-width: 100%;
}

.sidebar .iterable-message-content {
    display: block;
}

.sidebar .iterable-message-media {
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
}

    .sidebar .iterable-message-media img {
        max-height: initial;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

.sidebar .iterable-message-body,
.sidebar .iterable-message-buttons {
    display: block;
}

.sidebar {
    position: relative;
    overflow-y: hidden;
}

.itbl-carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .itbl-carousel-track .iterable-message {
        flex: 0 0 100%;
        scroll-snap-align: start;
        box-sizing: border-box;
        margin: 0;
    }

    .itbl-carousel-track::-webkit-scrollbar {
        display: none;
    }

/* ====== End of Iterable Embedded Messages ====== */

/* ====== Start of user area / login ====== */
#GlobalNavigation .globalnav-right > .nav-item > .nav-link-khl\|crane-briefing,
#GlobalNavigation .globalnav-right > .nav-item > .nav-link-khl\|construction-briefing,
#GlobalNavigation .globalnav-right > .nav-item > .nav-link-khl\|access-briefing,
#GlobalNavigation .globalnav-right > .nav-item > .nav-link-khl\|demolition-and-recycling,
#GlobalNavigation .globalnav-right > .nav-item > .nav-link-khl\|international-rental-news,
#GlobalNavigation .globalnav-right > .nav-item > .nav-link-khl\|power-progress,
#GlobalNavigation .globalnav-right > .nav-item > .nav-link-khl\|scaffold-access {
    background: none;
    color: #fff;
    text-decoration: none;
    outline: none;
}

#GlobalNavigation .globalnav-right > .nav-item > .nav-link-khl\|compressor-tech2 {
    background: none;
    color: #00557f;
    text-decoration: none;
}

.user-area, .user-area:active, .user-area:hover, .user-area:focus {
    background: none;
    border: none;
    color: #fff;
    outline: none;
}

    .user-area i, .user-area svg {
        pointer-events: none;
    }

.dropdown {
    position: relative;
    display: inline-block;
    outline: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    padding-left: 8px;
    list-style: none;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background-color: #404040;
}

.show {
    display: block !important;
}

@media (max-width: 991px) {
    #SiteNavigation .navbar-nav > .nav-item > .nav-link {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    #GlobalNavigation .globalnav-right > .nav-item > .nav-link-khl\|compressor-tech2 .user-area {
        color: #00557f;
    }

    #dropdownMenu .nav-link, #dropdownMenu .nav-link:hover {
        color: #fff;
    }
}

.dropdown > span {
    padding-left: 0;
    padding-right: 0;
}
.dropdown2 {
    position: relative;
    display: inline-block;
    outline: none;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    right: 0;
    top: 54px;
    padding-left: 8px;
    list-style: none;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background-color: #404040;
}

.show2 {
    display: block !important;
}

.dropdown2 > span {
    padding-left: 0;
    padding-right: 0;
}
/* ====== End of user area / login ====== */