﻿[data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

* {
    -webkit-print-color-adjust: exact !important;
}

body {
    background-color: transparent !important;
}

.article .article__header {
    height: 50vh;
    position: relative;
}

.article .article__title .container h1 {
    text-shadow: 0 5px 20px rgba(0, 44, 82, .4) !important;
}

.article .article__intro {
    height: 50vh;
}

.button--scroll,
.button--next {
    display: none;
}

.article .article__body {
    background-color: transparent !important;
}

.article__reference {
    display: none;
}

.article p {
    margin-bottom: 3rem;
}

    .article p a,
    .article li a {
        text-decoration: none !important;
    }

.article .gallery__wrapper,
.article .image__wrapper {
    display: none;
}

.article .quote {
    padding-left: 3.5rem;
}

    .article .quote:before {
        left: 0;
    }

    .article .quote blockquote {
        border: none !important;
        font-size: 3rem;
        line-height: 4.5rem;
    }

.article .featured {
    width: 100%;
    transform: none;
}

.article__next,
.article__trigger {
    display: none;
}

.article .audio iframe {
    display: none;
}

.article .audio .audio__print {
    width: 100%;
    height: 10.2rem;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 1.5rem;
    font-size: 1.6rem;
    line-height: 2rem;
    position: absolute;
    bottom: -5.1rem;
    left: 0;
}

    .article .audio .audio__print a {
        text-decoration: none;
    }

.preface__background,
.preface__body > .container-fluid {
    display: none;
}

.preface__content {
    margin-top: 0;
}

.custom-bar-part:before {
    transform: translateX(0) !important;
}