.at-lpfs {
    position: relative;
    margin-bottom: 5rem;
    padding-top: 2rem;
}

.at-intro + .at-lpfs {
    margin-top: -3rem; /** If this article follows a at-intro article Margins must collapse */
}

.at-intro--hasAttachedHighlights + .at-lpfs {
    margin-top: 0;
}

.at-intro + .at-lpfs--3 {
    margin-top: 0;
}

/**
 * Background layout
 */

.at-lpfs::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    left: 0;
    z-index: -2; /** Behind page intro image */
    color: var(--clr-white);
    background: var(--clr1-soft) url(../../image/bg-quotes.png);
}

.at-lpfs--clr2::before {
    background-color: var(--clr2-soft);
}

.at-lpfs--clr3::before {
    background-color: var(--clr3-soft);
}

.at-lpfs--1::before,
.at-lpfs--2::before,
.at-lpfs--3::before {
    top: 0;
}

/**
 *  Articles layout
 */

.at-lpfs__art {
    height: 100%;
}

.at-lpfs__art + .at-lpfs__art {
    margin-top: 1rem;
}

.at-lpfs__inner > div:last-child {
    margin-top: 1rem;
}

/**
 * Titles
 */

.at-lpfs__titleCol {
    align-self: center;
}

.at-lpfs__title {
    display: inline-block;
    padding-block: 1em;
    padding: 0;
    margin-bottom: 1.5rem;
    font-size: var(--txtSize-3);
    font-family: var(--fam-light);
    color: #fff;
    text-shadow: var(--txtShadow);
}

.at-lpfs__title--right {
    display: block;
    text-align: center; /** right from 1024px and above */
}

.at-lpfs__title em {
    font-family: var(--fam-medium);
    font-style: normal;
}

.at-lpf__title--icon {
    position: relative;
    padding-right: 3rem;
}

.at-lpf__title--icon::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 1em;
    margin: auto;
}

/**
* Iframe
 */
.at-lpfs__art iframe {
    width: 100%;
    margin-bottom: -.5rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all var(--transition-time) ease-in-out;
}

.at-lpfs__art:hover iframe {
    transform: scale(1.02);
}

@media (max-width: 424px) {
    .at-intro + .at-lpfs {
        /*margin-top: 0; /** If this article follows a at-intro article Margins must collapse */
    }

    .at-lpfs {
        padding-top: 1.5rem;
    }

    .at-intro + .at-lpfs--1 .at-lpfs__inner,
    .at-intro + .at-lpfs--2 .at-lpfs__inner {
        padding-top: 1rem;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .at-lpfs .l-md-flex {
        display: flex;
    }

    .at-lpfs .l-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 600px) {
    .at-lpfs__inner > div:last-child {
        margin-top: 0;
    }

    .at-lpfs .at-lpfs__titleCol {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .at-intro + .at-lpfs--1 .at-lpfs__inner,
    .at-intro + .at-lpfs--2 .at-lpfs__inner {
        padding-top: 3rem
    }

    .at-intro + .at-lpfs--3 .at-lpfs__inner {
        padding-top: 0;
    }

    .at-lpfs--3::before {
        top: 4rem;
    }

    .at-lpfs--1,
    .at-lpfs--2 {
        padding-top: 3rem;
    }

    .at-lpfs .at-lpfs__titleCol {
        text-align: left;
    }

    .at-lpfs__title {
        margin-bottom: 0;
    }

    .at-lpfs__title em {
        display: block;
    }

    .at-lpf__title--icon {
        padding-right: 4rem;
    }

    .at-lpfs [class*='l-col']:nth-child(2) {
        padding-left: 1rem;
    }

    /**
     * A single article
     */
    .at-lpfs--1 .at-lpfs__art {
        margin-left: 2rem;
    }

    .at-intro + .at-lpfs {
        margin-top: -5rem; /** If this article follows a at-intro article Margins must collapse */
    }

    .at-lpfs__title--right {
        text-align:right;
        margin-right: 1.5em;
    }
}
