/* Autor Single */

.autorSingle {
    padding-top: 7rem;
    padding-bottom: 0;
}

.autorSingleHero {
    background: #F2F2F2;
    padding: 5rem;
    border-left: 5px solid #990100;
}

.autorSingleImageWrap {
    background: #fff;
    padding: 1.5rem;
    -webkit-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.14);
}

.autorSingleImage {
    display: block;
}

.autorSingleLabel {
    color: #990100;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 0;
}

.autorSingleContent h1 {
    margin-bottom: 1rem;
}

.autorSingleSubline {
    color: #333333;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.autorSingleIntro {
    font-size: 1.9rem;
    font-weight: 600;
    max-width: 780px;
}

.autorSingleIntro p:last-child,
.autorSingleText p:last-child,
.autorSingleCard p:last-child,
.autorSingleCta p:last-child {
    margin-bottom: 0;
}

.autorSingleUpdated,
.autorSingleMeta {
    color: #777777;
    font-size: 1.4rem;
}

.autorSingleUpdated {
    margin-top: 2.5rem;
    margin-bottom: 0;
}

.autorSingleBody {
    margin-top: 5rem;
}

.autorSingleMain {
    border-left: 1px solid #F2F2F2;
    padding-left: 4rem;
}

.autorSingleSidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 11rem;
    background: #F2F2F2;
    border-left: 4px solid #990100;
    padding: 2.5rem;
}

.autorSingleSidebarTitle {
    color: #990100;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.autorSingleSidebar ul {
    padding-left: 0;
    margin-bottom: 0;
}

.autorSingleSidebar li {
    border-top: 1px solid #fff;
    list-style: none;
    margin-bottom: 0;
}

.autorSingleSidebar li:first-child {
    border-top: 0;
}

.main .autorSingleSidebar ul li:before {
    display: none;
}

.autorSingleSidebar a {
    color: #333333;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: 0;
    padding: 1.2rem 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.autorSingleSidebar a:hover,
.autorSingleSidebar a:focus {
    color: #990100;
    padding-left: 0.8rem;
}

.autorSingleSection {
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-top: 1px solid #F2F2F2;
    scroll-margin-top: 10rem;
}

.autorSingleSection:first-of-type {
    border-top: none;
}

.autorSingleMain .autorSingleSection:first-child {
    padding-top: 0;
}

.autorSingleSectionInner {
    max-width: 860px;
    margin: 0 auto;
}

.autorSingleSectionInnerWide {
    max-width: 1170px;
}

.autorSingleSection h2.autorSingleSectionTitle {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 3.5rem;
    padding-bottom: 2rem;
}

.autorSingleSectionTint {
    background: #F2F2F2;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.autorSingleText {
    font-size: 1.8rem;
}

.autorSingleGrid {
    row-gap: 3rem;
}

.autorSingleGridItem {
    margin-bottom: 3rem;
}

.autorSingleGridItem:last-child {
    margin-bottom: 0;
}

.autorSingleExpertise .autorSingleGrid {
    margin-left: -20px;
    margin-right: -20px;
}

.autorSingleExpertise .autorSingleGridItem {
    margin-bottom: 4rem;
    padding-left: 20px;
    padding-right: 20px;
}

.autorSingleCard {
    background: #fff;
    height: 100%;
    padding: 3rem;
    border-top: 4px solid #990100;
    -webkit-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.1);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.autorSingleCard h3 {
    margin-bottom: 1.5rem;
}

.autorSingleExpertise .autorSingleCard {
    background: #F2F2F2;
    border: 1px solid #E4E4E4;
    border-top: 4px solid #990100;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3.5rem;
}

.autorSingleExpertise .autorSingleCard h3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 2.2rem;
    padding-bottom: 1.5rem;
}

.autorSingleProfiles a {
    color: #990100;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.autorSingleProfiles a:hover,
.autorSingleProfiles a:focus {
    color: #660000;
    text-decoration-thickness: 2px;
}

.autorSinglePostCard {
    border-color: #F2F2F2;
    color: #333333;
    display: block;
    padding: 1.6rem;
    text-decoration: none;
}

.autorSinglePostsGrid {
    row-gap: 1.5rem;
}

.autorSinglePostsGrid .autorSingleGridItem {
    margin-bottom: 1.5rem;
}

.autorSinglePublications h2.autorSingleSectionTitle {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.4rem;
}

.autorSinglePostCard:hover,
.autorSinglePostCard:focus,
.autorSinglePostCard:focus-within {
    border-top-color: #660000;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.14);
    -webkit-transform: translateY(-0.4rem);
    -ms-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem);
    text-decoration: none;
}

.autorSinglePostCard h3 {
    color: #990100;
    font-size: 1.45rem;
    line-height: 1.35;
    margin-bottom: 1rem;
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.autorSinglePostCard:hover h3,
.autorSinglePostCard:focus h3 {
    color: #660000;
}

.autorSinglePostCard .autorSingleMeta {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.autorSinglePostLink {
    border-bottom: 2px solid #990100;
    color: #990100;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 0.4rem;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.autorSinglePostCard:hover .autorSinglePostLink,
.autorSinglePostCard:focus .autorSinglePostLink {
    border-bottom-color: #660000;
    color: #660000;
    padding-left: 0.6rem;
}

.autorSingleQuote {
    background: #fff;
    border-left: 0;
    border-top: 4px solid #990100;
    -webkit-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.1);
    margin: 0;
    padding: 4rem 4.5rem;
    position: relative;
}

.autorSingleStatement {
    background: transparent;
}

.autorSingleQuote:before {
    color: #990100;
    content: '\201C';
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 1.2rem;
    left: 2rem;
}

.autorSingleQuote p {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.65;
    margin-left: 2.5rem;
}

.autorSingleProfiles ul {
    padding-left: 0;
    margin-bottom: 0;
}

.autorSingleProfiles li {
    background: #F2F2F2;
    list-style: none;
    margin-bottom: 1.2rem;
    padding: 1.2rem 1.5rem;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.autorSingleProfiles li:hover,
.autorSingleProfiles li:focus-within {
    background: #fff;
    -webkit-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.1);
    -webkit-transform: translateX(0.4rem);
    -ms-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
}

.main .autorSingleProfiles ul li:before {
    display: none;
}

.autorSingleCta {
    background: #990100;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: none;
}

.autorSingleCta h2,
.autorSingleCta p {
    color: #fff;
}

.autorSingleCta h2 {
    margin-bottom: 3rem;
}

.autorSingleCta .ctaBtn {
    background: #fff;
    color: #990100;
    margin-top: 1.5rem;
}

/* Autor Archive */

.autorArchive {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.autorArchiveHero {
    background: #F2F2F2;
    border-left: 5px solid #990100;
    margin-bottom: 5rem;
    padding: 5rem;
}

.autorArchiveIntro {
    font-size: 1.9rem;
    font-weight: 600;
    max-width: 860px;
}

.autorArchiveIntro p:last-child,
.autorArchiveExcerpt:last-child {
    margin-bottom: 0;
}

.autorArchiveGrid {
    row-gap: 3rem;
}

.autorArchiveGridItem {
    margin-bottom: 3rem;
}

.autorArchiveCard {
    background: #fff;
    border: 1px solid #F2F2F2;
    height: 100%;
}

.autorArchiveImageLink {
    background: #F2F2F2;
    display: block;
    overflow: hidden;
}

.autorArchiveImage {
    display: block;
    height: 280px;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.autorArchiveCard:hover .autorArchiveImage {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.autorArchiveImagePlaceholder {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F2F2F2;
    color: #990100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 7rem;
    font-weight: 700;
    height: 280px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.autorArchiveCardBody {
    padding: 3rem;
}

.autorArchiveCardTitle {
    border-bottom: 1px solid #F2F2F2;
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
}

.autorArchiveCardTitle a,
.autorArchiveProfileLink {
    color: #990100;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.autorArchiveCardTitle a:hover,
.autorArchiveCardTitle a:focus {
    color: #660000;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

.autorArchiveFunction {
    color: #333333;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.autorArchiveExcerpt {
    color: #333333;
    margin-bottom: 2rem;
}

.autorArchiveTopics {
    margin-bottom: 2.5rem;
    padding-left: 0;
}

.autorArchiveTopics li {
    background: #F2F2F2;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    margin-right: 0.6rem;
    padding: 0.7rem 1rem;
}

.main .autorArchiveTopics li:before,
.main .autorArchivePagination ul li:before {
    display: none;
}

.autorArchiveProfileLink {
    border-bottom: 2px solid #990100;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 0.4rem;
}

.autorArchiveProfileLink:hover,
.autorArchiveProfileLink:focus {
    color: #660000;
    padding-left: 0.6rem;
}

.autorArchivePagination {
    margin-top: 3rem;
    text-align: center;
}

.autorArchivePagination ul {
    padding-left: 0;
}

.autorArchivePagination li {
    display: inline-block;
    list-style: none;
    margin: 0 0.4rem 0.8rem;
}

.autorArchivePagination a,
.autorArchivePagination span {
    border: 1px solid #F2F2F2;
    color: #333333;
    display: block;
    font-weight: 700;
    min-width: 4rem;
    padding: 1rem 1.4rem;
}

.autorArchivePagination .current,
.autorArchivePagination a:hover,
.autorArchivePagination a:focus {
    background: #990100;
    border-color: #990100;
    color: #fff;
}

.autorArchiveEmpty {
    background: #F2F2F2;
    padding: 4rem;
    text-align: center;
}

@media (max-width: 991px) {
    .autorSingleMain {
        border-left: 0;
        padding-left: 15px;
    }

    .autorSingleSidebar {
        position: static;
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .autorSingle {
        padding-top: 4rem;
    }

    .autorSingleHero {
        padding: 3rem 2rem;
    }

    .autorArchive {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .autorArchiveHero {
        margin-bottom: 3rem;
        padding: 3rem 2rem;
    }

    .autorArchiveCardBody {
        padding: 2.5rem;
    }

    .autorSingleBody {
        margin-top: 3rem;
    }

    .autorSingleSidebar {
        padding: 2rem;
    }

    .autorSingleSection {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .autorSingleSection h2.autorSingleSectionTitle {
        margin-bottom: 2.5rem;
        padding-bottom: 1.5rem;
    }

    .autorSingleCard {
        padding: 2.5rem;
    }

    .autorSingleQuote {
        padding: 3rem 2.5rem;
    }

    .autorSingleQuote:before {
        font-size: 5rem;
        left: 1.5rem;
    }

    .autorSingleQuote p {
        font-size: 1.9rem;
        margin-left: 1.8rem;
    }
}
