figure.is-style-corner-ornaments {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

figure.is-style-corner-ornaments::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../icons/pink-corner.svg);
    width: 5rem;
    height: 5rem;
    background-size: 5rem;
    right: 0;
    top: 0;
}

figure.is-style-corner-ornaments::after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../icons/pink-corner.svg);
    width: 5rem;
    height: 5rem;
    background-size: 5rem;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}

body.single-case-study figure.is-style-corner-ornaments::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../icons/gold-corner.svg);
    width: 5rem;
    height: 5rem;
    background-size: 5rem;
    right: 0;
    top: 0;
}

body.single-case-study figure.is-style-corner-ornaments::after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../icons/gold-corner.svg);
    width: 5rem;
    height: 5rem;
    background-size: 5rem;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}

div.wp-block-file > *:first-child {
    display: none;
}

.wp-block-file *+.wp-block-file__button {
    margin: 0;
    padding: 0 0 0.25rem 0;
    background: transparent;
    font-size: 1.8rem;
    font-family: var(--global--font-bold);
    color: var(--color-off-black) !important;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-red);
    border-radius: 0;
}

div.wp-block-buttons {
    gap: 0;
}

div.wp-block-button {
    margin-right: 2rem !important;
    margin-bottom: 1rem !important;
}

.wp-block-button.is-style-underlined .wp-block-button__link {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 0;
    border: none;
    background: none;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 3px;
}

input[type="email"],
input[type="submit"] {
    border-width: 0 0 2px 0;
    background: none;
    border-color: var(--color-off-black);
    padding: 0;
}

input[type="email"],
input[type="text"] {
    cursor: text;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="email"]::placeholder {
    color: var(--color-off-black);
}

section.highlights .highlight-row:not(:last-child) {
    margin-bottom: 5rem;
}

section.highlights .highlight-text,
section.highlights figure {
    transition: all 0.2s ease;
}

section.highlights figure {
    top: 0;
    right: 0;
}

section.highlights .highlight-row:not(.active) figure {
    opacity: 0;
}

section.highlights .highlight-row:not(.active) .highlight-text {
    padding-left: 0rem;
    padding-right: 5rem;
}

section.highlights .highlight-row.active .highlight-text {
    padding-left: 3rem;
    padding-right: 2rem;
}

section.highlights .highlight-row:not(.active) .highlight-text {
    opacity: 0.333;
}


section.highlights figure img {
    object-fit: cover;
}

section.highlights .highlight-row.active .highlight-text::before {
    content: '';
    position: absolute;
    display: flex;
    align-self: center;
    width: 3rem;
    height: 3rem;
    background-image: url(../icons/harness-arrow.svg);
    left: -5rem;
}

@media screen and (max-width: 991px) {
    
    section.highlights figure,
    section.highlights .highlight-text {
        opacity: 1 !important;
    }

    section.highlights .highlight-text {
        padding: 0 !important;
    }

    section.highlights .highlight-row.active .highlight-text::before {
        content: none;
    }

}

blockquote.wp-block-quote {
    padding: 0;
    border: none;
    text-align: center;
}

blockquote.wp-block-quote p {
    font-size: 2.2rem;
    font-family: var(--global--font-bold);
}

blockquote.wp-block-quote cite {
    display: block;
    font-size: 1.8rem;
    line-height: 1.3;
    font-style: normal;
    color: inherit;
    margin-top: 2rem;
}

section.logo-grid .wrapper,
section.funders .wrapper {
    width: 25%;
}

@media screen and (max-width: 991px) {
    section.logo-grid .wrapper,
    section.funders .wrapper {
        width: 50%;
    }
}

section.newsletter img {
    height: 10rem;
}

section.newsletter > div {
    width: 100%;
}

section.newsletter form input {
    color: var(--color-off-white);
    border-color: var(--color-off-white);
}

section.newsletter input[type="email"] {
    width: 100%;
}

section.newsletter input[type="email"]::placeholder {
    color: var(--color-off-white);
}

.breadcrumb img {
    height: 1.75rem;
}

.graphic-share svg {
    width: auto;
    height: 3.2rem;
}

.graphic-share svg * {
    fill: var(--color-off-black);
}

.gradient {
    background-image: linear-gradient(to bottom, rgba(255, 121, 77, 1), rgba(255, 121, 77, 0));
}

.press-card div {
    border-width: 0 0 0 1px;
    border-color: var(--color-off-black);
    border-style: solid;
}

@media screen and (max-width: 991px) {
    .press-card div {
        border-width: 1px 0 0 0;
    }
}

.press-card img {
    filter: saturate(0) contrast(10);
    mix-blend-mode: darken;
}

.media-card .landscape-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(57, 169, 106, 1), rgba(57, 169, 106, 0));
}

.wp-block-column > * {
    margin-bottom: var(--global--spacing-vertical);
}

.vertical-rule {
    width: 1px;
    height: 100%;
}

.rounded {
    border-radius: 1rem;
}

section.by-the-numbers h2 * {
    text-transform: none;
}

section.by-the-numbers h2 .hero {
    font-size: 9.4rem;
    font-family: var(--global-font-secondary);
}

section.by-the-numbers h2 .addtl {
    font-size: 3.6rem;
    font-family: var(--global--font-primary) !important;
}

.pointer {
    cursor: pointer;
}

.svg-standard svg {
    width: auto;
    height: 3rem;
    object-fit: contain;
    object-position: center;
}