@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&amp;display=swap');

.calibreTitleSection * ,.calibreArticleListingBlock *{
    font-family: Montserrat,sans-serif!important;
    text-align: left;
}

.calibreTitleSection .calibrePreTitle, .calibreArticleBlockComponent .componentBlockText > span {
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #B12B2B;
    display: block;
}

.calibreTitleSection h1, .calibreArticleListingBlock .containerTitleSection h1 {
    font-size: 66px;
    line-height: 74px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

.calibreTitleSection .calibreAuthorAndReadTime {
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
}

.calibreTitleSection .calibreAuthorAndReadTime span:nth-child(2) {
    margin-left: 10px;
    border-left: 1px solid #DBDBDB;
    padding-left: 13px;
}

.calibreParagraph {
    font-family: Montserrat,sans-serif;
    text-align: left;
    line-height: initial;
    color: #555;
}

.calibreParagraph.calibreParagraph-small {
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
}

.calibreParagraph.calibreParagraph-large {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}

.calibreParagraph.calibreParagraph-quote {
    font-style: italic;
    font-weight: 300;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.calibreParagraphSection {
    margin-top: 25px;
    margin-bottom: 25px;
}

.calibreParagraphSectionAuthor {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 41px;
    text-align: right;
    letter-spacing: 4px;
    color: #B12B2B;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.calibreParagraph.calibreParagraph-large.hasFirstLetter::first-letter {
    font-size: 5em;
    font-weight: 500;
    float: left;
    line-height: .7;
    margin: .1em .1em .1em 0;
}

.cmsPage .calibreArticleBlockComponent .componentBlockText h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.cmsPage .calibreArticleBlockComponent .componentBlockText a {
    margin-top: 10px;
}

.cmsPage .blockComponentContainer .blockComponent.calibreArticleBlockComponent {
    margin-bottom: 20px;
}

.cmsPage .blockComponentContainer .blockComponent .componentBlockText {
    padding: 20px 0 10px;
}

#calibreViewMore {
    font-size: 14px;
    color: #FFFFFF;
    background: #000000;
    line-height: 50px;
    width: 240px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 15px auto;
    cursor: pointer;
}

.calibreShareLinks {
    display: flex;
    align-items: flex-end;
    justify-content: left;
    max-width: 250px;
    margin-top: 15px;
}

.calibreShareLinks > * {
    margin-right: 10px;
}

@media (max-width: 991px) {

    .calibreTitleSection h1, .calibreArticleListingBlock .containerTitleSection h1 {
        font-size: 34px!important;
        line-height: 42px!important;
        letter-spacing: 2px;
    }

    .calibreParagraph.calibreParagraph-small {
        font-size: 14px;
        line-height: 22px;
    }

    .calibreParagraph.calibreParagraph-large {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    .calibreParagraph.calibreParagraph-quote {
        font-size: 20px;
        line-height: 28px;
    }

    .cmsPage .calibreArticleBlockComponent .componentBlockText h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    #calibreViewMore {
        width: 100%;
    }

}