.grants-blue-graphic-block {
    min-height: 480px;
    background-color: var(--light-blue-color);
}

.grants-blue-graphic-mobile {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .grants-blue-graphic-block p {
        padding-right: 20% !important;
    }
}

@media only screen and (max-width: 767px) {
    .grants-blue-graphic-block {
        min-height: auto;
        background-color: inherit;
        background-image: none !important;
    }

    .grants-blue-graphic-block p {
        padding: 12px 12px 0 !important;
    }

    .grants-blue-graphic-mobile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .above-anchor-spacer {
        height: 1px;
    }

    .anchor-spacer {
        /* height: 120px; */
    }
}

.grants-jump-buttons a.ast-outline-button {
    background-color: transparent;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    color: var(--medium-grey-color);
    font-size: 20px !important;
}

.grants-jump-buttons a.ast-outline-button:focus {
    color: var(--primary-color);
    outline: none;
}

@media only screen and (max-width: 1000px) {
    .grants-sticky-content {
        background: var(--off-white-color);
    }

    .grants-jump-buttons>.uagb-buttons__wrap {
        flex-direction: row !important;
        gap: 0 !important;
    }

    .grants-sticky-content p,
    .grants-sticky-content h4 {
        display: none;
    }

    .grants-sticky-content h1.wp-block-heading {
        margin-bottom: 0 !important;
    }

    .grants-jump-buttons a.ast-outline-button {
        background-color: transparent;
        padding-top: inherit !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 6px !important;
        margin-right: 12px;
        margin-left: 12px;
        color: var(--medium-grey-color);
        font-size: 16px !important;
        text-wrap: nowrap;
        border-bottom: solid 3px transparent;
        border-radius: 0 !important;
    }

    .grants-jump-buttons a.ast-outline-button:focus {
        border-bottom: solid 3px var(--primary-color) !important;
    }

    .grants-jump-buttons.wp-block-uagb-buttons {
        margin-top: 24px;
        margin-left: -24px;
        margin-bottom: 0;
        border-bottom: solid 1px var(--light-grey-color);
        width: 100vw !important;
        overflow-x: auto;
    }

    .grants-jump-buttons.wp-block-uagb-buttons>div>div:first-child {
        margin-left: 24px !important;
    }
}

.grant-bordered-box>div:last-child {
    min-height: 290px;
}

@media only screen and (max-width: 767px) {
    .grant-bordered-box>div:last-child {
        min-height: auto;
    }
}

.tooltip-ques-grant-individual,
.tooltip-ques-grant-team {
    cursor: pointer;
}

.tooltip-wrap .wp-block-uagb-image {
    align-self: flex-start;
}

.wp-block-group.tooltip-ans {
    display: none;
    position: absolute !important;
    right: 6px;
    top: -75px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 12px;
    border-radius: 12px;
}

.wp-block-group.tooltip-ans p {
    margin: 0;
}

.wp-block-group.tooltip-ans .wp-block-uagb-image {
    position: absolute;
    bottom: -9px;
    right: 20px;
}

.timeline-content-wrapper .uagb-container-inner-blocks-wrap {
    align-items: stretch !important;
}

.timeline-content-items {
    margin-left: -50px;
}

.timeline-content-items figure {
    width: 12px !important;
}

@media only screen and (max-width: 767px) {
    .timeline-content-wrapper .green-line {
        width: 20px !important;
    }

    .timeline-content-items {
        margin-left: -26px;
    }
}

.strengths-strategy-wrapper>div>div>div:first-child {
    width: 90px !important;
}

.strengths-strategy-wrapper figure {
    width: 90px !important;
}

.grant-checklist-box>div:first-child {
    flex-grow: 1;
}

.icon-wrapper-24 figure {
    width: 24px !important;
}

/**
* accordian styles
*/
/* default closed */
.strategy-item .strategy-content {
    display: none;
}

/* open the first */
.strategy-item:first-child .strategy-content {
    display: block;
}

.strategy-item .strategy-heading {
    cursor: pointer;
    background-size: 90px !important;
}

.strategy-item .strategy-heading:hover h3,
.strategy-item .strategy-heading:hover p {
    color: var(--primary-color) !important;
}

.strategy-item.strategy-item-0 .strategy-heading {
    background: top left no-repeat url(/wp-content/uploads/2025/12/strengths-equity-off.png);
}

.strategy-item.strategy-item-0.open .strategy-heading,
.strategy-item.strategy-item-0 .strategy-heading:hover {
    background-image: url(/wp-content/uploads/2025/12/strengths-equity.png);
}

.strategy-item.strategy-item-1 .strategy-heading {
    background: top left no-repeat url(/wp-content/uploads/2025/12/strengths-agency-off.png);
}

.strategy-item.strategy-item-1.open .strategy-heading,
.strategy-item.strategy-item-1 .strategy-heading:hover {
    background-image: url(/wp-content/uploads/2025/12/strengths-agency.png);
}

.strategy-item.strategy-item-2 .strategy-heading {
    background: top left no-repeat url(/wp-content/uploads/2025/12/strengths-advocacy-off.png);
}

.strategy-item.strategy-item-2.open .strategy-heading,
.strategy-item.strategy-item-2 .strategy-heading:hover {
    background-image: url(/wp-content/uploads/2025/12/strengths-advocacy.png);
}

.strategy-item.strategy-item-3 .strategy-heading {
    background: top left no-repeat url(/wp-content/uploads/2025/12/strengths-solidarity-off.png);
}

.strategy-item.strategy-item-3.open .strategy-heading,
.strategy-item.strategy-item-3 .strategy-heading:hover {
    background-image: url(/wp-content/uploads/2025/12/strengths-solidarity.png);
}

/**
* faq styles
*/
/* default closed */
.educator-grants-faq-answer {
    display: none;
}

/* open the first */
.educator-grants-faq:first-child .educator-grants-faq-answer {
    display: block;
}

.educator-grants-faq-question {
    cursor: pointer;
    background: top right no-repeat url(/wp-content/uploads/2025/12/icon-arrow-down.png);
    background-size: 26px;
    padding-bottom: 24px !important;
    padding-right: 10% !important;
}

.educator-grants-faq-question:hover h5 {
    color: var(--primary-color) !important;
}

.educator-grants-faq.open .educator-grants-faq-question {
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-up.png);
}