body {
    transition: all 0.5s ease-in-out 0s;
}

.header--single_guarantee .content {
    position: absolute;
    bottom: 100px;
    top: auto;
    transform: none;
    padding: 0;
}

/* intro */
.section--intro {
    max-width: 1170px;
    margin: 0 auto;
}

.section--intro h3 {
    margin-bottom: 30px;
}

.section--intro p {
    margin-bottom: 2.5rem;
}

/* testimonials */
img {
    height: auto;
}

.single-guarantee figure {
    margin: 0;
}

.single-guarantee figure img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial {
    margin: 140px 0;
    display: flex;
    align-items: center;
}

.intro+.testimonial {
    margin: 40px 0 0;
}

.testimonial__image--right {
    flex-direction: row-reverse;
}

.testimonial__image {
    width: 45%;
    max-width: 856px;
    position: relative;
}

.testimonial__image::before {
    content: "";
    display: block;
    padding-top: 87.03271%;
}

.testimonial__image img {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial__content {
    width: 48.4375%;
    max-width: 930px;
    padding: 40px 6.25vw;
}

.testimonial__content-content {
    line-height: 1.75;
}

.testimonial__content-by {
    margin-top: 30px;
}

.testimonial__content-position {
    font-weight: normal;
}


/* content with background */
.content-background {
    padding: 40px 0;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 4.2rem;
    line-height: 1.47619;
    background-color: #6b2f92;
}

.content-background+.testimonial {
    margin-top: 0;
}

.content-background .container {
    max-width: 1448px;
}

.content-background--navy {
    background-color: #00004B;
}

.content-background--red {
    background-color: #8A1002;
}

.content-background--lightblue {
    background-color: #78B7E4;
}

.content-background--orange {
    background-color: #F99D2A;
}

/* focus */
.home-focus__wrapper {
    background: url(../dist/images/home-focus_bg.png) no-repeat center;
    background-size: cover;
    padding: 145px 0 100px;
    /* margin-top: 90px; */
    overflow: hidden;
}

.home-focus__wrapper .container {
    overflow-x: visible;
}

.home-focus__title {
    /* color: #000000;
    font-weight: 400; */
    margin-bottom: 30px;
}

.home-focus__content {
    margin-bottom: 50px;
}

.home-focus__slide {
    position: relative;
}

.home-focus__slide figure {
    margin: 0;
}

.home-focus__slide figure img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.home-focus__slide-image {
    position: relative;
    z-index: 0;
    padding-top: 70%;
}

.home-focus__slide-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.35);
    mix-blend-mode: multiply;
}

.home-focus__slide-image img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.home-focus__slide-logo {
    position: absolute;
    left: 50px;
    top: 50px;
}

.home-focus__slide-logo img {
    object-fit: contain !important;
    object-position: left top !important;
}

.home-focus__slide-title {
    width: auto;
    position: absolute;
    left: 50px;
    right: 80px;
    bottom: 50px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.75;
}

.home-focus__slider.owl-carousel .owl-stage-outer {
    overflow: initial;
}

.home-focus__slider.owl-carousel .owl-item {
    transition: all 0.25s ease-in;
    opacity: 0.5;
}

.home-focus__slider.owl-carousel .owl-item.active {
    opacity: 1;
}

.home-focus__slider.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: -95px;
    display: flex;
    align-items: center;
    column-gap: 28px;
}

.home-focus__slider.owl-carousel .owl-nav button.disabled {
    cursor: default;
}

.home-focus__slider.owl-carousel .owl-nav button.disabled svg path {
    fill: #AFAFAF;
}



/* focus page */
.focus-list {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 125px 0;
}

.focus-list__item {
    position: relative;
    padding: 125px 0;
}

.focus-list__item figure {
    margin: 0;
}

.focus-list__item figure img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.focus-list__item-link {
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}

.focus-list__item-link:hover {
    transform: scale(.98);
}

.focus-list__item-image {
    position: relative;
    z-index: 0;
    padding-top: 45.1282%;
}

.focus-list__item-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.35);
    mix-blend-mode: multiply;
}

.focus-list__item-image img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.focus-list__item-logo {
    position: absolute;
    left: 95px;
    top: 55px;
}

.focus-list__item-logo img {
    object-fit: contain !important;
    object-position: left top !important;
}

.focus-list__item-title {
    width: auto;
    max-width: 608px;
    position: absolute;
    left: 95px;
    right: 20px;
    bottom: 80px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.75;
}

.page-template-template-focus .footer {
    background-color: #fff;
}

/* colours */
.color-navy {
    background-color: #00004B;
}

.color-red {
    background-color: #8A1002;
}

.color-lightblue {
    background-color: #78B7E4;
}

.color-orange {
    background-color: #F99D2A;
}

/* legacy page */
.heading--no-margin {
    margin-bottom: 10px !important;
}

.page-template-template-legacy .header .container {
    /* max-width: 1530px; */
}

.legacy-page .container {
    /* max-width: 1530px; */
}

.legacy-page .section {
    padding: 100px 0 200px;
}

.legacy-page .section.section--border-top {
    border-top: 32px solid #BAE8DB;
}

.legacy-page .section .section-title {
    max-width: 960px;
    color: #6B2F92;
    font-size: 9.6rem;
    line-height: 1;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 100px;
}

.legacy-page .section.section--success .section-title {
    /* margin-bottom: 40px; */
}

.legacy-page .section .section-subtitle {
    /* text-align: center; */
    font-weight: 400;
    margin-bottom: 140px;
}

.legacy-page .section .section-chart {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 100px;
    text-align: center;
}

.legacy-page .section .section-chart .height-small {
    height: 250px;
}

.legacy-page .section .section-chart__title {
    color: #000000;
    text-align: center;
    text-transform: none;
    margin-bottom: 40px;
    line-height: 1.25;
}

.legacy-page .section.section--success .section-chart__title {
    margin-bottom: 100px;
}

.legacy-page .section .section-chart__container {
    display: flex;
    justify-content: center;
    gap: 28.125%;
}

.legacy-page .section .section-chart__container .section-chart__chart {
    width: 34.375%;
}

.legacy-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
}

.legacy-boxes__title {
    width: 100%;
    margin-bottom: 0 !important;
    background-color: #6B2F92;
    color: #fff;
    font-weight: 400;
    /* font-size: 32px; */
    line-height: 1.25;
    text-transform: none;
    text-align: center;
    padding: 10px 15px;
    border: 2px solid #fff;
}

.legacy-boxes__box {
    width: 33.33%;
    border: 2px solid #fff;
    padding: 45px 40px 40px;
    background-color: #26186D;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.legacy-boxes__box-icon {
    margin: 0;
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    z-index: -1;
    text-align: center;
    mix-blend-mode: multiply;
    max-width: 85%;
    margin: 0 auto;
}

.legacy-boxes__box-title {
    text-align: center;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 10px;
}

.legacy-boxes__box-subtitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.45;
    margin-bottom: 25px;
}

.legacy-boxes__box-content {
    font-size: 2rem;
    line-height: 1.25;
}

/* grantees charts */
.grantees-charts__item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 150px;
}

.grantees-charts__item--right {
    flex-direction: row-reverse;
}

.grantees-charts__chart {
    width: 61.702127%;
}

.grantees-charts__content {
    width: 31.9149%;
}

.grantees-charts__title {
    color: #6B2F92;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.25;
    margin-bottom: 25px;
}

.grantees-charts__copy {
    font-size: 3.2rem;
    line-height: 1.25;
}

.grantees-charts__link .button {
    margin-top: 20px;
}

.success-columns {
    display: flex;
    justify-content: center;
    column-gap: 19.1489%;
}

.success-column {
    width: 33.83%;
    display: flex;
    flex-direction: column;
}

.success-column__title {
    color: #6b2f92;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.25;
    margin-bottom: 25px;
}

.success-column__content {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-bottom: 100px;
}

.success-column__chart {
    text-align: center;
    width: 330px;
    margin: auto;
}

.grant_charts__item {
    max-width: 1170px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.grant_charts__item:last-child {
    margin-bottom: 0;
}

.grant_charts__item--right {
    flex-direction: row-reverse;
}

.grant_charts__chart {
    width: 50%;
}

.grant_charts__content {
    width: 40%;
}

.grant_charts__title {
    color: #6B2F92;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.25;
    margin-bottom: 25px;
}

.grant_charts__copy {
    font-size: 3.2rem;
    line-height: 1.25;
}

.grant_charts__link .button {
    margin-top: 20px;
}

.container.move-down {
    position: relative;
    top: 20px;
}


.highcharts-container {
    margin: 0 auto;
}

/* .page-template-template-focus .header--intro-no-bg .section {
    height: 650px;
}

.page-template-template-legacy .header--intro-no-bg .section {
    height: 700px;
} */

.header--intro-no-bg .section {
    height: auto;
}

.header--intro-no-bg .content {
    top: auto;
    transform: none;
}


.grant_charts-notes {
    margin-top: 100px;
    font-size: 1.4rem;
    line-height: 1.4;

    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.grant_charts-notes__item {
    width: calc((100% - 240px) / 5);
    position: relative;
    padding-left: 20px;
}

.grant_charts-notes__item::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color: #6b2f92;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 4px;
}

.grant_charts-notes__item:first-child::before {
    background-color: #BAE8DB;
}

.grant_charts-notes__item:nth-child(3)::before {
    background-color: #C0ABD2;
}

.grant_charts-notes__item:nth-child(4)::before {
    background-color: #F7A35C;
}

.grant_charts-notes__item:nth-child(5)::before {
    background-color: #8085E9;
}

.grant_charts-notes h6 {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

/* breakpoints */
@media screen and (min-width: 768px) {

    /* fixed submenu */
    #main_header .container {
        overflow: inherit;
    }

    .main-nav::after {
        content: "";
        display: table;
        clear: both;
    }

    .main-nav ul.main-nav-menu li {
        position: relative;
    }

    .main-nav ul.main-nav-menu li ul.sub-menu {
        list-style: none;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        width: 22rem;
        padding: 15px 20px;
        opacity: 0;
        transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
        transform: translateY(0.6rem);
    }

    .main-nav ul.main-nav-menu li:hover>ul {
        left: auto;
        opacity: 1;
        transform: translateY(0);
    }

    .main-nav ul.main-nav-menu li ul.sub-menu li a {
        color: #6b2f92;
    }

    .main-nav ul.main-nav-menu li ul.sub-menu li a:hover {
        color: #000000;
    }

    .main-nav ul.main-nav-menu li ul.sub-menu li::after {
        display: none;
    }

    /* fixed submenu */
}

@media screen and (max-width: 1279px) {
    .home-focus__wrapper {
        padding: 100px 0;
    }

    .home-focus__slide-logo {
        left: 30px;
        top: 30px;
        width: 40%;
        height: 30%;
    }

    .home-focus__slide-title {
        left: 30px;
        right: 30px;
        bottom: 30px;
        font-size: 2.2rem;
        line-height: 1.5;
    }

    .focus-list__item-logo {
        left: 30px;
        top: 30px;
        width: 40%;
        height: 40%;
    }

    .focus-list__item-title {
        left: 30px;
        right: 30px;
        bottom: 30px;
        /* font-size: 2.2rem; */
        line-height: 1.5;
    }

    .header--single_guarantee .content {
        bottom: 60px;
    }

    .intro+.testimonial {
        margin-top: 0;
    }

    .testimonial {
        margin: 40px 0;
    }

    .testimonial__content {
        width: 55%;
    }

    .testimonial__content-content {
        font-size: 2.4rem;
        line-height: 1.5;
    }

    .content-background {
        min-height: 300px;
        font-size: 3.6rem;
    }

    .header--single_guarantee {
        margin-bottom: 0;
    }

    .legacy-page .section.section--border-top {
        border-top-width: 20px;
    }

    .legacy-page .section {
        padding: 60px 0 100px;
    }

    .legacy-page .section .section-title {
        font-size: 6rem;
        margin-bottom: 50px;
    }

    .legacy-page .section .section-subtitle {
        margin-bottom: 50px;
    }

    .legacy-page .section .section-chart {
        margin: 60px 0;
    }

    .legacy-boxes {
        margin-top: 100px;
    }

    .legacy-boxes__box {
        padding: 40px 25px 25px;
    }

    .legacy-boxes__title,
    .grantees-charts__title,
    .success-column__title,
    .grant_charts__title {
        font-size: 3rem;
        line-height: 1.2;
    }

    .legacy-boxes__box-subtitle {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .grantees-charts__item {
        margin-bottom: 80px;
    }

    .grantees-charts__copy,
    .success-column__content,
    .grant_charts__copy {
        font-size: 2.4rem;
    }

    .success-column__content {
        margin-bottom: 80px;
    }

    .grant_charts__item {
        margin-bottom: 20px;
    }

    .grant_charts-notes {
        gap: 40px;
    }

    .grant_charts-notes__item {
        width: calc((100% - 120px) / 3);
    }
}

@media screen and (max-width: 1023px) {
    .focus-list__item-title {
        font-size: 2.2rem;
    }

    .testimonial__content {
        padding: 0 40px 40px;
    }

    .testimonial__content-content {
        font-size: 2rem;
    }

    .content-background {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 967px) {
    .home-focus__wrapper {
        padding: 60px 0;
    }

    .home-focus__title {
        margin-bottom: 20px;
    }

    .content-background {
        min-height: 200px;
        font-size: 2rem;
    }

    .legacy-page .section.section--border-top {
        border-top-width: 15px;
    }

    .legacy-page .section {
        padding: 40px 0 80px;
    }

    .legacy-page .section .section-title,
    .legacy-page .section.section--success .section-title {
        font-size: 4.8rem;
        margin-bottom: 30px;
    }

    .legacy-page .section.section--success .section-chart__title {
        margin-bottom: 40px;
    }

    .legacy-page .section .section-subtitle {
        font-size: 2.4rem;
        line-height: 1.25;
    }

    .legacy-boxes__title,
    .grantees-charts__title,
    .success-column__title,
    .grant_charts__title {
        font-size: 2.4rem;
    }

    .grantees-charts__copy,
    .success-column__content,
    .grant_charts__copy {
        font-size: 1.8rem;
    }

    .legacy-boxes__box-subtitle {
        font-size: 1.8rem;
    }

    .grant_charts-notes {
        gap: 20px;
    }

    .grant_charts-notes__item {
        width: calc((100% - 40px) / 2);
    }
}

@media screen and (max-width: 767px) {
    .home-focus__slide-logo {
        left: 20px;
        top: 20px;
    }

    .home-focus__slide-title {
        left: 20px;
        right: 20px;
        bottom: 20px;
        font-size: 2rem;
    }

    .home-focus__content {
        margin-bottom: 30px;
    }

    .home-focus__slider.owl-carousel .owl-nav {
        position: inherit;
        bottom: auto;
        right: auto;
        left: auto;
        justify-content: center;
        margin-top: 20px;
    }

    .home-focus__link {
        text-align: center;
    }

    .home-focus__link .button {
        margin-top: 40px;
    }

    .focus-list,
    .focus-list__item {
        padding: 80px 0;
    }

    .focus-list__item-image {
        padding-top: 65%;
    }

    .focus-list__item-logo {
        left: 20px;
        top: 20px;
    }

    .focus-list__item-title {
        left: 20px;
        right: 20px;
        bottom: 20px;
        font-size: 2rem;
    }

    .content-background {
        min-height: inherit;
    }

    .testimonial {
        flex-direction: column;
    }

    .testimonial__image {
        width: 100%;
    }

    .testimonial__content {
        width: 100%;
        padding: 20px 15px 40px;
    }

    .testimonial__content-content {
        font-weight: 400;
        font-size: 1.7rem;
        line-height: 1.7;
    }

    .testimonial__content-by {
        margin-top: 20px;
    }

    .single-guarantee .section--intro {
        padding: 40px 0 20px;
    }

    .legacy-page .section.section--border-top {
        border-top-width: 10px;
    }

    .legacy-page .section .section-title {
        font-size: 3.6rem;
    }

    .legacy-boxes {
        margin-top: 50px;
        flex-direction: column;
    }

    .legacy-boxes__box {
        width: 100%;
    }

    .grantees-charts__item,
    .grant_charts__item {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .grantees-charts__chart,
    .grant_charts__chart {
        width: 100%;
    }

    .grantees-charts__content,
    .grant_charts__content {
        width: 100%;
    }

    .legacy-boxes__title,
    .grantees-charts__title,
    .success-column__title,
    .grant_charts__title {
        margin-bottom: 15px;
    }

    .grantees-charts__link .button {
        margin-top: 15px;
    }

    .success-columns,
    .legacy-page .section .section-chart__container {
        flex-direction: column;
        row-gap: 40px;
    }

    .legacy-page .section .section-chart__container .section-chart__chart,
    .success-column {
        width: 100%;
    }

    .success-column__content {
        margin-bottom: 30px;
    }

    .grant_charts-notes {
        gap: 20px;
    }

    .grant_charts-notes__item {
        width: 100%;
    }
}