/* Text Page */

.content > .wrapper > .textpagecontent > h2,
.textpagecontent h3 {
    font-size: 21px;
    line-height: 30px;
   /* font-weight: 800;*/
    font-weight: 900;
    margin-bottom: 1em;
}

.imagery figcaption,
.textpagecontent p,
.textpagecontent li {
    font-size: 21px;
    line-height: 30px;

}


.textpagecontent p {
    padding-right: 1em;
    margin-bottom: 1em;
}

.textpagecontent p:last-child {
    /* margin-bottom: 0;*/
}

.textpagecontent ul li {
    margin-left: 1em;
    margin-bottom: 0.5em;
    list-style: disc;
}

.textpagecontent ul:not(.social) > li:last-child {
    margin-bottom: 1em;
}

.imagery figcaption strong,
.textpagecontent p strong,
.textpagecontent li strong {
    font-weight: 700;

}

.imagery figcaption em,
.textpagecontent p em,
.textpagecontent li em {
    font-style: italic;

}


.textpagecontent blockquote {
    border-top: 1px solid #A89769;
    border-bottom: 1px solid #A89769;
    padding: 40px;
    margin: 36px auto;
}

.textpagecontent:last-child blockquote:last-child {
    margin-bottom: 0;
}

.textpagecontent blockquote p {
    font-size: 32px;
    position: relative;
    line-height: 140%;
    margin-bottom: 0.5em;
}

.textpagecontent blockquote p:last-child {
    margin-bottom: 0;
}

.textpagecontent blockquote cite {
    font-size: 16px;
    line-height: 30px;
}

.textpagecontent blockquote > p:first-child::after {
    content: "\201D";
}

.textpagecontent blockquote > p:first-child::before {
    content: "\201C";
    position: absolute;
    right: 100%;
}

.textpagecontent header {

    color: #30312C; padding-bottom: 12px;
}
.textpagecontent header:not(#search_header):not(.metaheader) {padding-bottom: 24px;}



.textpagecontent h1 {
    /*font-weight: 900;*/
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom:0.5em;
}

.textpagecontent header h1 {

    margin-bottom: 0.25em;
}



/*.textpagecontent h1 + p {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 0.5em;
}*/

.textpagecontent header .meta {

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.textpagecontent header .meta p {
    font-size: 16px;
    line-height: 140%;
    margin: 0;
}

@media all and (max-width: 899px) {

    .textpagecontent h1 {
        font-size: 28px;

        line-height: 1.2;
        margin-bottom: 0.25em;
    }

 /*   .textpagecontent h1 + p {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 0.5em;
    }*/
}

.textpagecontent header .meta ul {
    display: flex;
    align-items: center;
    align-content: center;
}

.textpagecontent header .meta {
}


.textpagecontent h1 + .meta,
.textpagecontent header p + .meta,
.textpagecontent header .author + .meta
{
    border-top: 1px solid #565148;
    padding-top: 1rem;
    margin-top: 1rem;
}


.textpagecontent p.cta, .tagcontent p.cta {
    font-size: 16px;
    line-height: 20px;
    margin: 1.5em 0;
    text-shadow: none !important;
}


.textpagecontent p.cta span:only-child,
.textpagecontent p.cta a:only-child, .tagcontent p.cta a:only-child {
    text-shadow: none !important;
    font-weight: 700;
    color: inherit;
    border-radius: 300px;
    border: 1px solid currentColor;
    text-transform: uppercase;
    padding: 0.75em 2em;
    display: inline-block;
    transition: all 0.2s ease;

    display: inline-flex;
    align-items: center;
    align-content: center;
}


.textpagecontent p.cta span:only-child:hover,
.textpagecontent p.cta a:only-child:hover, .tagcontent p.cta a:only-child:hover  {
    background: #CEBF89;
    color: #222222;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    border-color: #CEBF89;
}


.textpagecontent p:not(.cta):not(.social) a, .textpagecontent p:not(.cta):not(.social) a:link, .textpagecontent p:not(.cta):not(.social) a:visited,
.textpagecontent ul:not(.social) li a, .textpagecontent ul:not(.social) li a:link, .textpagecontent ul:not(.social) li a:visited {
    font-weight: 700;
    background-image: linear-gradient(120deg, #CEBF89 0%, #CEBF89 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0;
    border-bottom: 1px solid currentColor;
    color: inherit;
    text-decoration: none;
    transition: background-size 0.2s ease;
}

.textpagecontent p:not(.cta):not(.social) a:hover,
.textpagecontent ul:not(.social) li a:hover {
    background-size: 100% 100%;
    color: #222222;
    border-bottom: 1px solid #A89769;
}




@media all and (max-width: 1199px) {

}


@media all and (max-width: 899px) {

    .textpagecontent blockquote {

        padding: 32px;
    }

    .textpagecontent blockquote p {
        font-size: 24px;
        line-height: 140%;
    }

    .textpagecontent blockquote cite {
        font-size: 16px;
        line-height: 30px;
    }



}


@media all and (max-width: 599px) {

    .imagery figcaption,
    .textpagecontent li,
    .textpagecontent p {
        font-size: 17px;
        line-height: 26px;
    }

}

@media all and (min-width: 600px) {


}

@media all and (min-width: 900px) {


}

@media all and (min-width: 1200px) {


}

@media all and (min-width: 1500px) {

}



