/* news article
   ============================ */

/* add this - social share */
.news-article .share-this {
    margin-top: 18px;
}

/* loader gif */
.news-article .listing-loader {
    display: none;
    position: relative;
    padding: 20px;
    margin-top: 20px;
}
.news-article .listing-loader .loading-gif {
    display: table;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-image: url("/Media/icons/article-loading.gif");
    background-size: contain;
    background-position: center;
}

/* pull quote */
.news-article .pull-quote {
    color: #1f1f1f;
    font-family: "AvenirLTStd-MediumOblique", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin: 82px 0 0;
    padding-bottom: 26px;
    position: relative;
}
.news-article .pull-quote::before,
.news-article .pull-quote::after {
    color: #f7f7f7;
    content: "“";
    display: block;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 200px;
    font-size: 20rem;
    line-height: 50px;
    line-height: 5rem;
    position: absolute;
    top: 55px;
    left: -40px;
}
.news-article .pull-quote::after {
    bottom: -50px;
    content: "”";
    left: auto;
    right: 25px;
    top: auto;
}
.news-article .pull-quote span {
    color: #1f1f1f;
    display: block;
    padding-right: 30px;
    position: relative;
    width: 100%;
    z-index: 1;
}

/* responsive
   ============================ */

@media screen and (max-width: 1200px) {

    /* add this - social share */
    .news-article .share-this .wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {

    /* pull quote */
    .news-article .pull-quote::before {
        left: -10px;
    }
}

@media screen and (max-width: 880px) {

    /* add this - social share */
    .news-article .share-this {
        margin-bottom: 24px;
    }

    /* pull quote */
    .news-article .pull-quote {
        margin-bottom: 31px;
        margin-top: 24px;
    }
    .news-article .pull-quote::after {
        right: 0;
    }
}

@media screen and (max-width: 736px) {

    /* add this - social share */
    .news-article .social-share h6 {
        font-size: 1.6rem;
    }
}
