﻿.page-news .main-content {
    margin-top: 120px;
}

h1 {
    font-size: 2.6rem;
    line-height: 120%;
    text-align: center;
    margin: 0 0 2rem 0;
    padding-top: 0.225rem;
    color: #929398;
    font-weight: 600;
}

.page-news h1 {
    color: var(--bodytext);
    font-weight: 200;
    margin: 1em 0 0.865em 0;
    font-family: quotes, 'hypatia-sans-pro', sans-serif;
}

.pale h1, .pale h2 {
    color: #929398;
}

h2 {
    font-size: 2rem;
    font-weight: 200;
    line-height: 120%;
    text-align: center;
    margin: 1em 0 0.865rem 0;
    padding-top: 0.225rem;
    color: #a2a3a8;
}

.widget h2 {
    font-size: 2.6rem;
    margin: 0.2em 0 2rem 0;
    font-weight: 400;
}

.innerPageWidth {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
}

.overlaycaption.centertop, .captionTop .overlaycaption {
    max-width: 1500px;
}

.overlaycaption h1, .overlaycaption h2, .overlaycaption h3 {
    max-width: 1500px;
}

figcaption.overlaycaption h1 {
    display: block;
}

figcaption.overlaycaption h2, figcaption.overlaycaption h3, figcaption.overlaycaption h4 {
    /*! color: var(--sbp-white); */
    position: relative;
    padding: 2px 12px 8px 12px;
    display: table; /* so background applies to text only */
    margin: 8px auto 8px 0;
    background-color: rgba(30,30,30,0.3);
    line-height: 135%;
}

figcaption.overlaycaption h3, figcaption.overlaycaption h4 {
    font-family: 'Open Sans', sans-serif;
    max-width: 820px;
    margin-left: 0;
    margin-right: auto;
}

.overlaycaption.centertop h1, .captionTop .overlaycaption h1, .overlaycaption.centertop h2, .captionTop .overlaycaption h2, .overlaycaption.centertop h3, .captionTop .overlaycaption h3 {
    margin: 8px auto;
    max-width: 820px;
    text-align: center;
}

figcaption.overlay p {
    margin: 0 auto 0 0;
    width: auto;
    max-width: 820px;
    color: var(--sbp-white);
    font-weight: 400;
    font-size: 1.3rem;
    padding-left: 1%;
    padding-right: 1%;
    line-height: 155%;
}

figcaption.overlaycaption.overlaycaptioncenter h2, figcaption.overlaycaption.overlaycaptioncenter h3, figcaption.overlaycaption.overlaycaptioncenter h4 {
    margin-left: auto;
    margin-right: auto;
}


figure.fitwidth img {
    width: 100%;
    height: auto;
    display: block;
}

figure.fullscreen img, figure.fitscreen img {
    margin: 0 auto;
}

figcaption.hidecaption {
    display: none;
}

.storySection .article, .storySection article:not(article.teaser):not(article.story-teaser) {
    max-width: 820px;
    margin: 1rem auto;
}

.index .storySection article {
    max-width: unset;
}

.rewilding-stories .storySection .wrap .sectionContentWrapper {
    flex: 1;
    /*margin: 40px auto 40px auto;
    padding: 0 2% 20px 2%;*/
    margin: 0 auto;
    padding: 20px 2% 50px 2%;
}

    .rewilding-stories .storySection .wrap .sectionContentWrapper.cat-1 .article {
        margin-top: 50px;
    }

.rewilding-stories .storySection.has=background-dark .wrap .sectionContentWrapper .storytelling-donate {
    margin-bottom: 0;
    padding: 40px 0
}

.rewilding-stories .storySection.sectionNoBottomMargin .wrap .sectionContentWrapper {
    margin-bottom: 0;
}

.storySection .wrap .sectionContentWrapper.cat-4, .storySection .wrap .sectionContentWrapper.cat-5 {
    margin: 0 auto;
    padding: 0;
}

.storySection .svg-divider {
    bottom: 0px;
}

.finalPhoto .wrap .sectionContentWrapper {
    margin: 10px auto 0 auto;
}

.widget p, .text-before p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.authors {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 1rem auto;
    padding-top: 20px;
}

    .authors .author {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin: 1em 0;
        position: relative;
    }

    .authors .author-img {
        width: 90px;
        margin-right: 30px;
        align-self: center;
    }

        .authors .author-img img {
            width: 100%;
            max-width: 90px;
            min-width: 90px;
            border-radius: 50%;
        }

    .authors .author-about {
        align-self: center;
    }

        .authors .author-about h3 {
            margin-bottom: 0;
            text-align: left;
        }

            .authors .author-about h3 span.role {
                margin-bottom: 0;
                text-align: left;
                display: block;
                font-size: 1rem;
                line-height: 100%;
            }

        .authors .author-about p {
            font-size: 1rem;
            line-height: 145%;
            margin-top: 6px
        }

    .authors .social {
        margin: 0 20px;
        display: inline-block;
    }

#indexLink {
    text-align: center;
    margin: 40px auto 0 auto;
}

.clickableBlock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

article.story {
    margin: 50px auto;
}

.story:nth-of-type(odd) .thumbnail {
    order: 2;
}

.story:nth-of-type(odd) .content-wrap {
    order: 1;
}

.story .thumbnail, .story .content-wrap {
    width: 50%;
    flex: 0 0 50%;
    overflow: hidden;
    padding: 0;
}

    .story .thumbnail a {
        display: block;
        padding: 0;
        margin: 0;
        height: 100%;
        background-color: transparent;
    }

    .story .thumbnail img {
        height: 100%;
        object-position: center;
    }

.story .content-wrap, .story .content {
    background-color: var(--sbp-pale);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.story .content {
    justify-content: center;
    flex: 1 1 auto;
}

.story .content-wrap p, .story .content-wrap h2, .story .content-wrap h3 {
    padding-left: 20px;
    padding-right: 20px;
}

.story .content-wrap h2, .story .content-wrap h3, .story h2.featured-heading {
    color: var(--sbp-dark);
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 16px 8px 20px 8px;
}

    .story .content-wrap h3.authors {
        text-transform: unset;
        font-size: 1.025rem;
    }

.story h2 {
    font-size: 2.4rem;
    text-align: center;
    margin: 0.2em 0 2rem 0;
    padding-top: 0.225rem;
}

    .story h2.featured-heading {
        width: 100%;
        background-color: var(--sbp-orange);
        color: var(--sbp-inverse);
        padding: 0.425rem 0px;
        margin: 0px auto 12px auto;
        text-transform: uppercase;
    }

.story .content-wrap p {
    max-width: 640px;
    width: 80%;
    margin: 10px auto;
    font-size: 1rem;
    text-align: center;
}

h3.authors {
    font-size: 1.26rem;
    margin-top: 0;
}

.storyIntro .authors {
    margin: 1rem auto 1rem 0;
}

.story .content-wrap h3:first-of-type:after {
    content: '';
    display: block;
    border-bottom: 1px solid var(--sbp-dark);
    margin: 1.2em auto 0 auto;
    width: 30%;
}

.story a.button {
    margin: 10px auto 10px auto;
    width: 120px;
    text-align: center;
}

#story-intro {
    background-color: var(--sbp-dark);
    color: var(--sbp-paler);
}

.storySection {
    background-color: var(--sbp-white);
    margin: 0 auto;
    padding: 0;
}

    .storySection .wrap {
        margin: 0;
        padding: 0;
    }

    .storySection.parallax .wrap, .storySection.parallax .wrap .sectionContentWrapper {
        margin: 0 auto;
        display: block;
        padding: 0;
    }

#story-intro .sectionContentWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}

    #story-intro .sectionContentWrapper div.article:first-of-type {
        border-right: 2px solid #ccc;
        padding-right: 20px;
        padding-left: 16px;
        text-align: left;
        width: calc(65% - 40px);
        flex: 0 0 auto;
    }

    #story-intro .sectionContentWrapper div.article:last-of-type {
        padding-left: 30px;
        padding-right: 16px;
        width: calc(35% - 48px);
        flex: 0 0 auto;
    }

    #story-intro .sectionContentWrapper.no-preview div.article:first-of-type, #story-intro .sectionContentWrapper.no-preview div.article:last-of-type {
        width: auto;
        flex: 1 1 auto;
        border-right: 0;
    }

    #story-intro .sectionContentWrapper h1, #story-intro .sectionContentWrapper h2, #story-intro .sectionContentWrapper h3 {
        text-align: left;
    }

    #story-intro .sectionContentWrapper h1 {
        font-size: 2.8rem;
        font-weight: 600;
        color: var(--sbp-paler);
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

        #story-intro .sectionContentWrapper h1 span {
            display: inline-block;
        }

    #story-intro .sectionContentWrapper h2, #story-intro .sectionContentWrapper h3 {
        color: var(--sbp-pale);
        font-size: 1.125rem;
    }

    #story-intro .sectionContentWrapper.no-preview h1, #story-intro .sectionContentWrapper.no-preview .authors, #story-intro .sectionContentWrapper.no-preview .share-story {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #story-intro .sectionContentWrapper.no-preview .share-story {
        justify-content: center;
    }

    #story-intro .sectionContentWrapper .authors span:not(.byline) {
        display: inline-block;
        text-transform: capitalize;
    }

.inline h3, .inline div {
    display: inline-block;
}

.inline h3 {
    margin: 0.2em 1em 0.2em 0;
    padding: 0;
    font-size: 1.26rem;
}

blockquote {
    /*width: 99vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    */
    margin-right: 0;
    margin-left: 0;
    position: relative;
    padding: 0;
}

    .quote, blockquote p {
        font-size: 2.4rem;
        line-height: 1.55;
        padding: 0 12px;
        margin: 1em auto 1em auto;
        color: #a2a3a8;
        width: auto;
        max-width: 820px;
        position: relative;
    }

    blockquote .author {
        font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
        font-size: 1.125rem;
        font-weight: 400;
    }

.multiColumn blockquote, .multiColumn blockquote p {
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.highlight {
    background-color: var(--sbp-dark);
    padding: 20px 40px;
    color: var(--sbp-white);
    max-width: 640px;
}

.jssocials-shares, .share-icons {
    text-align: center;
    margin: 0.2em 0;
    box-sizing: border-box;
}

.jssocials-share, .share-icon {
    display: inline-block;
    vertical-align: top;
    margin: .3em 0;
}

    .jssocials-share:first-child, .share-icon:first-child {
        margin-left: 0;
    }

    .jssocials-share:last-child, .share-icon:last-child {
        margin-right: 0
    }

.jssocials-share-link, .share-link {
    margin: 0;
    font-size: 1.25rem;
    color: #bbb;
    outline: none;
    background-color: transparent;
    padding: 2px 0px 4px 0px;
    line-height: 1;
    -webkit-transition: all 175ms ease;
    -moz-transition: all 175ms ease;
    transition: all 175ms ease;
}

    .jssocials-share-link:hover, .share-link:hover {
        color: #999;
    }

.jssocials-share-logo, .share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}

#sectionContent-intro .jssocials-share-link,
#sectionContent-intro .jssocials-share-link:hover,
#sectionContent-intro .share-link,
#sectionContent-intro .share-link:hover {
    background-color: transparent;
    color: transparent;
}

.slider .caption p {
    text-align: center;
    margin-bottom: 0;
    font-size: 0.865rem;
    color: #686667;
    line-height: 145%;
}


.parallax-caption.hidecaption .inner {
    display: none;
}

.normaltextOverlay .parallax-caption {
    padding-top: 1vh;
    padding-bottom: 1vh;
    min-height: 98vh;
}

.parallax-caption .inner {
    width: 33%;
    margin-left: 15%;
    background: rgba(30,30,30,0.7);
}

.parallax-caption.parallaxCaptionRight .inner {
    width: 33%;
    margin-right: 15%;
    margin-left: auto;
    background: rgba(30,30,30,0.7);
    padding: 30px;
}

.parallax-caption.parallaxCaptionCenter .inner {
    width: 33%;
    margin-right: auto;
    margin-left: auto;
}

.isTouchEnabled .parallax-caption .inner, .isTouchEnabled .parallax-caption-mobile.parallaxCaptionLeft .inner, .isTouchEnabled .parallax-caption-mobile.parallaxCaptionRight .inner,
.isTouchEnabled .parallax-caption-mobile.parallaxCaptionCenter .inner {
    width: auto;
    max-width: unset;
    margin: 0;
}

.isTouchEnabled .parallax-caption-mobile .inner p {
    margin-left: auto;
    margin-right: auto;
}

.parallax-caption .inner p, .parallax-caption .inner h1, .parallax-caption .inner h2, .parallax-caption .inner h3 {
    color: var(--sbp-white);
}

.parallax .center-underneath p {
    position: relative;
    padding: 0 20px;
    width: auto;
    max-width: 720px;
    margin: 0.6rem auto;
    font-size: 0.865rem;
    color: #686667;
    line-height: 145%;
    text-align: center;
}

.normaltextOverlay .parallax-caption .inner {
    width: auto;
    height: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 0 1%;
}

    .normaltextOverlay .parallax-caption .inner p,
    .normaltextOverlay .parallax-caption .inner h1,
    .normaltextOverlay .parallax-caption .inner h2,
    .normaltextOverlay .parallax-caption .inner h3 {
        color: #323338;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

.normaltextOverlay.matchImageOverlay .parallax-caption .inner {
    background: none;
    margin-top: 8%;
}

    .normaltextOverlay.matchImageOverlay .parallax-caption .inner h1 {
        text-shadow: 0 0 14px rgba(0, 0, 0, 0.55);
        color: var(--sbp-white);
        max-width: unset;
        margin-left: auto;
        margin-right: auto;
    }

.donate .wrap {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.main-content footer.entry-footer {
    min-height: auto;
    background: var(--sbp-white);
    width: auto;
    max-width: 1200px;
    margin: 40px auto 20px auto;
    padding: 30px 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--sbp-pale);
}

.entry-footer .post-share {
    display: flex;
    color: #878787;
    align-items: center;
    font-weight: 400;
}

    .entry-footer .post-share .share {
        margin-left: 20px;
    }

article.preview {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    max-width: unset;
    margin: 0 0 30px 0;
}

    article.preview:last-child {
        border-bottom: 0px;
    }

.col.col-25 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col.col-75 {
    -ms-flex: 0 0 75%;
    flex: 0 1 75%;
    max-width: 75%;
}

.post-preview-content {
    padding-left: 3em;
}

.cat-intro article {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.newsIntro article .post-summary {
    text-align: center;
    margin: 0 0 2em 0;
    padding-bottom: 0.6em;
    border-bottom: 1px solid var(--sbp-pale);
}

    .newsIntro article .post-summary h3 {
        font-size: 1.5rem;
        font-weight: 400;
        text-align: center;
        margin: 0 auto 0.365em auto;
        max-width: 820px;
        padding: 0.365em 0;
        color: var(--bodytext);
        font-family: 'Open Sans', sans-serif;
    }

    .newsIntro article .post-summary p {
        text-align: center;
        font-weight: 400;
    }

.storySection p, article .post-preview-content p, .newsListing article .post-preview-content p {
    font-family: quotes, 'Open Sans', Helvetica, Arial, sans-serif;
}

article .post-preview-content p, .post-preview-content h2, .post-preview-content h3, .newsListing article .post-preview-content p, .newsListing .post-preview-content h2, .newsListing .post-preview-content h3 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 0;
    text-align: left;
}

.post-preview-content h2, .post-preview-content h3, .newsListing .post-preview-content h2, .newsListing .post-preview-content h3 {
    font-family: quotes, 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
}

.newsListing article h2 {
    font-size: 2.1em;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    margin: 1em auto 0.865em auto;
    padding-top: 0.225em;
}

article .meta {
    font-size: 1rem;
    color: #878787;
    font-weight: 400;
}

article .post-preview-excerpt {
    padding-top: 16px
}

article .post-content img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 10px auto 30px auto;
}

.story-navigation .next-post-link, .story-navigation .previous-post-link {
    flex: 0 0 46%;
    display: flex;
    align-items: center;
}

.story-navigation .previous-post-link {
    justify-content: flex-start;
}

.story-navigation .next-post-link {
    justify-content: flex-end;
}

.story-navigation .next-post-link {
    text-align: right;
}

.story-navigation a {
    color: #bbb;
    font-size: 0.92rem;
}

    .story-navigation a i {
        font-size: 1.28rem;
    }

.story-navigation .next-post-link a i {
    padding-left: 8px;
}

.story-navigation .previous-post-link a i {
    padding-right: 8px;
}

.story-navigation .previous-post-link:hover a, .story-navigation .next-post-link:hover a {
    color: #999;
}

@media screen and (max-width:920px) {
    #story-intro .sectionContentWrapper {
        flex-direction: column;
        align-items: center;
        margin: 30px auto;
    }

        #story-intro .sectionContentWrapper:first-of-type {
            margin: 0px auto;
        }

        #story-intro .sectionContentWrapper div.article:first-of-type, #story-intro .sectionContentWrapper div.article:last-of-type {
            border-right: 0;
            padding-right: 20px;
            padding-left: 20px;
            width: auto;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        #story-intro .sectionContentWrapper h1, #story-intro .sectionContentWrapper h2, #story-intro .sectionContentWrapper h3, #story-intro .sectionContentWrapper p {
            text-align: center;
            max-width: unset;
        }

    .flex-row.inline {
        text-align: center;
        justify-content: center;
    }

    .story {
        flex-direction: column;
        margin-bottom: 20px;
    }

        .story h2.featured-heading.mobileOnly {
            display: block;
            margin-bottom: 0;
        }

    .featured-heading.desktopOnly {
        display: none;
    }

    .story .thumbnail, .story .content-wrap {
        width: auto;
        flex-basis: 100%;
    }

    .story .thumbnail, .story:nth-of-type(2n+1) .thumbnail {
        order: 1;
    }

    .story .content-wrap, .story:nth-of-type(2n+1) .content-wrap {
        order: 2;
    }

    .normaltextOverlay.matchImageOverlay .parallax-caption .inner h1 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width:810px) {

    .parallax-caption .inner {
        width: 55%;
        margin-left: 6%;
        margin-right: auto;
    }

    .parallax-caption.parallaxCaptionRight .inner {
        width: 55%;
        margin-left: auto;
        margin-right: 6%;
    }
}

@media screen and (max-width:768px) {
    .page-news .main-content {
        margin-top: 0px;
    }

    h1 {
        font-size: 2.2rem;
    }

    .fixedHeader figure.fitscreen img {
        height: calc(100vh - 68px);
    }

    figcaption.overlaycaption h1 {
        font-size: 2.25rem;
    }

    .newsListing .newsentry .flex-row {
        flex-direction: column;
    }

        .newsListing .newsentry .flex-row .col.col-25, .newsListing .newsentry .flex-row .col.col-75 {
            flex: 1 1 100%;
            max-width: 100%;
        }

    .post-preview-content {
        margin-top: 24px;
        padding-left: 0;
    }
}

@media screen and (max-width:640px) {


    figcaption.overlaycaption h2, figcaption.overlaycaption h3, figcaption.overlaycaption h4 {
        display: block;
        line-height: 155%;
    }

    figcaption.overlaycaption h3 {
        padding-bottom: 12px;
    }

    .normaltextOverlay.matchImageOverlay .parallax-caption .inner h1 {
        font-size: 2.0rem;
    }

    .parallax-caption .inner {
        width: 65%;
        margin-left: 5%;
        margin-right: auto;
    }

    .parallax-caption.parallaxCaptionRight .inner {
        width: 65%;
        margin-left: auto;
        margin-right: 5%;
    }

    .main-content footer.entry-footer {
        flex-direction: column;
    }

        .main-content footer.entry-footer > div {
            margin: 16px auto;
        }

    #story-intro .sectionContentWrapper h1 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width:480px) {
    .storySection h2 {
        font-size: 1.8rem;
    }

    .storySection h1 {
        font-size: 1.8rem;
    }

    #story-intro .sectionContentWrapper h1 {
        font-size: 1.8rem;
    }

    blockquote, .quote, blockquote p, .quote .p {
        font-size: 1.72rem;
    }

    #section-intro .sectionContentWrapper h1 {
        font-size: 2.0rem;
    }

    .parallax-caption .inner {
        width: 76%;
        margin-right: auto;
        margin-left: 4%;
    }

    .parallax-caption.parallaxCaptionRight .inner {
        width: 76%;
        margin-left: auto;
        margin-right: 4%;
    }

    .parallax-caption.parallax-caption-mobile .inner, .parallax-caption.parallaxCaptionRight.parallax-caption-mobile .inner {
        width: auto;
        margin: 0;
    }

    .share-story {
        flex-direction: column;
    }

    .entry-footer .post-share {
        flex-direction: column;
    }

        .entry-footer .post-share .share-title {
            margin-bottom: 12px;
        }
}

@media screen and (max-width:380px) {
    #story-intro .sectionContentWrapper h1 {
        font-size: 1.68rem;
    }
}
