/*.header-block.links {
    overflow-x: auto;
}*/

.nav-tabs {
    width: 100%;
}

.nav-tabs .nav-link {
    position: relative;
    white-space: nowrap;
}

.tabs-header .slick-arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 0;
    z-index: 1;
}

.nav-tabs .slick-arrow:before,
.tabs-header .slick-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: rgba(0,0,0,0.8);
}

.nav-tabs .slick-prev:before,
.tabs-header .slick-prev:before {
    content: '\f053';
}

.nav-tabs .slick-next:before,
.tabs-header .slick-next:before {
    content: '\f054';
}

.xsection .nav-tabs .nav-item {
    position: relative;
    z-index: 1;
    margin-right: 0.25rem;
}

.tab-pane .block-header.mt-3 {
    margin-top: 0 !important;
    padding-top: 1rem;
}

.tab-pane .pt-3 > .block-header.mt-3 {
    padding-top: 0;
}

.tab-content > .row.active {
    display: flex;
}

.strong-show {
    display: block !important;
}

.xsection-tab.xsection-tableft > .section-content {
    display: flex;
    align-items: flex-start;
}

.xsection-tab.xsection-tabright > .section-content {
    display: flex;
    flex-direction: row-reverse;
}

.xsection-tab.xsection-tabbottom > .section-content {
    display: flex;
    flex-direction: column-reverse;
}

    .xsection-tab.xsection-tableft > .section-content > .nav-tabs,
    .xsection-tab.xsection-tabright > .section-content > .nav-tabs {
        display: flex;
        align-items: flex-start;
        flex-shrink: 0;
        flex-direction: column;
        width: 200px;
        padding-right: 2rem;
    }

        .xsection-tab.xsection-tabright > .section-content > .nav-tabs {
            padding-right: 0;
            padding-left: 2rem;
        }

    .xsection-tab.xsection-tableft > .section-content > .tab-content,
    .xsection-tab.xsection-tabright > .section-content > .tab-content {
        width: calc(100% - 200px);
    }