:root {
    --highlight-sky: #ceedf6;
    --neutral-grey: #e1e1de;
    --dark-grey: #8a8a8a;
    --primary-blue: #00196e;
    --white: #ffffff;
    --black: #222;
    --background-banner: var(--Highlight-Sky, #CEEDF6);
    --secondary-gold: #FFAD1D;
    --text-blue-color: #00196e;
    --bg-second: yellow;
    --text-gray-color: #8a8a8a;
}


@font-face {
    font-family: "Halyard Display Book";
    src: url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff2)format("woff2"), url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}





.sidebar .sidebar__buttons {
    border-top: 1px solid #e1e1de;
    padding-top: 12px;
}



.sidebar__sections--title {
    margin-bottom: 16px;
}

.content__container section:not(:last-child) {
    padding-bottom: 100px;
}


.happening,
.james__news {
    padding: 0;
}

.sidebar__sections .sidebar__sections--item:first-child {
    margin-bottom: 12px;
}

/* .sidebar .sidebar__sections.scroll-behavior .sidebar__sections--item a {
    color: ;
} */

.sidebar .sidebar__sections--item .btn-sub-redirect {
    color: var(--Primary-Blue, #00196E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}



.content__container {
    padding: 75px 0 0px 50px;
}

/* Title & Desc & img */


.title {
    color: var(--primary-blue, #00196e);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
    margin-bottom: 24px;
}



.content__container .subtitle {
    font-size: 24px;
    font-weight: 350 !important;
    line-height: 32px;
    font-family: "Halyard Display Book";
    max-width: 100%;
    margin-bottom: 0px;
}




.desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    overflow-y: hidden;
    transition: all 0.3s linear;
}




.j_btn-more {
    margin: 0 auto;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    display: block;
    width: fit-content;
}

.j_btn-more::after {
    top: 7px;
    border-top: 2px solid var(--primary-blue);
    border-right: 2px solid var(--primary-blue);
    vertical-align: middle;
    transform: rotate(135deg) translateY(2px);
    transition: all 0.3s linear;
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* .j_btn-more:hover::after {
    transform: rotate(-45deg) translateY(0px);
    transition: all 0.3s linear;
} */

.j_btn-more.active::after {
    transform: rotate(-45deg) translateY(0px);
    transition: all 0.3s linear;
}


.desc span {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}


.desc .explore-box {
    margin-top: 0px;
    margin-bottom: 24px;
}

.desc .explore-box span {
    color: var(--primary-blue);
    color: var(--Primary-Blue, #00196e);
    font-family: 'Halyard Text', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
}




.desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.desc span {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}


/* .desc .desc__list ul {
    margin: 0;
    padding-left: 20px;
}


.desc .desc__list ul li {
    list-style-type: decimal;
    padding-bottom: 10px;
}

.desc .desc__list ul li strong {
    font-weight: 600;
    color: var(--black);
}



.desc .desc__list ul li:last-child {
    padding-bottom: 0px;
} */
.desc ol li,
.desc ul li {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.desc ul,
.desc ol {
    margin: 0;
    padding-left: 20px;
}


.desc ul li {
    list-style-type: square;
    padding-bottom: 10px;
}

.desc ol li {
    list-style-type: decimal;
    padding-bottom: 10px;
}

.desc ul li strong,
.desc ol li strong {
    font-weight: 600;
    color: var(--black);
}


.desc ol li:last-child,
.desc ul li:last-child {
    padding-bottom: 0px;
}



/* .desc .desc__list.square ul li {
    list-style-type: square;
} */


.desc ol li::marker {
    font-size: 16px;
}

.desc ul li::marker {
    font-size: 12px;
}



.desc__policy span {
    color: var(--dark-grey);
    font-family: 'Halyard Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.desc p {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.desc p:empty,
.desc p:only-child:empty {
    margin-bottom: 0px;
    display: none;
}



.desc .img {
    margin: 36px 0px;
}

.desc .img:last-child span,
.desc .img:last-child {
    margin-bottom: 0px;
}

.desc .img .img-caption {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Halyard Text", sans-serif;
    margin-top: 16px;
    display: block;
    color: var(--dark-grey);
}


.explore-box {
    display: flex;
    align-items: center;
    color: var(--Primary-Blue, #00196e);
    font-family: 'Halyard Text', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    cursor: pointer;
    margin-top: 36px;
    width: fit-content;
}

.explore-box img {
    transform: translateX(0px);
    transition: all 0.3s linear;
}


.explore-box:hover img {
    transform: translateX(6px);
    transition: all 0.3s linear;
}



.img {
    margin-top: 24px;
}


.img img {
    width: 100%;
    /* height: 360px; */
    height: 100%;
    object-fit: cover;
}





h3.team_subtitle {
    color: var(--Primary-Blue, #00196E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 32px;
}


.giving__button {
    display: flex;
    width: fit-content;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--Primary-Blue, #00196e);
}

.giving__button {
    margin-top: 33px;
}


.giving__button a {
    color: var(--Primary-Blue, #00196e);
    font-family: Halyard Text;
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    padding: 12px 20px;
}

.giving__button a:hover {
    background-color: var(--primary-blue);
    color: var(--secondary-gold);
    transition: all 0.3s linear 0s;
}


/* Team */


/* Team */



/* Avatar */

.teams__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
    gap: 32px;
    row-gap: 48px;
}


.teams__container.divide {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}



.teams__container.divide .team__pack-area .team__pack-content img {
    width: 116px;
    height: 116px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.teams__container.divide .team__pack-area .team__pack-content {
    padding: 0;
    text-align: center;
}

.teams h3.subtitle {
    color: var(--Primary-Blue, #00196E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'halyard-display', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 24px;
}


.teams h2.title+h3.subtitle {
    margin-top: 0;
}


.teams__container .team__pack-area {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}


.teams__container .team__pack-area .team__pack-content {
    padding: 0 32px;
    text-align: center;
    margin-bottom: 9px;
}


.teams__container .team__pack-area .team__pack-content img {
    width: 158px;
    height: 158px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}



.teams__container .team__pack-area .person-name {
    color: var(--Primary-Blue, #00196E);
    text-align: center;
    font-family: "Halyard Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}


.teams__container .team__pack-area .person-position {
    color: var(--Dark-Grey, #8A8A8A);
    text-align: center;
    font-family: "Halyard Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    /* 150% */
}


.sectionImage {
    margin-top: 36px;
}


.sectionImage img {
    width: 100%;
}


@media screen and (max-width : 991px) {

    .sidebar__sections--title {
        padding: 16px 24px 0px;
    }



    h2.title {
        font-size: 40px;
        line-height: 48px;
    }

    /* Team */

    .helping {
        margin-top: 100px;
    }

    .content__container {
        padding: 36px 0 0px;
    }


    .teams__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 0px;
        gap: 36px;
        row-gap: 36px;
    }



    .teams__container.divide {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 36px;
        row-gap: 36px;
    }


    .img img {
        height: 290px;
    }


    .amount {
        margin-top: 140px;
        padding-bottom: 60px;
    }

    .happening .james__news .james__news--list .james_col-4:nth-child(3) {
        display: none;
    }


    .sidebar__sections--title {
        padding: 0px;
    }
}


@media screen and (max-width : 576px) {
    .content__container {
        padding: 60px 0 0px;
    }


    h2.title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 24px;
    }


    .img img {
        height: 202px;
    }

    .explore-box {
        line-height: 16px;
    }


    .giving__button {
        margin: 36px auto 0px;
    }




    /* Team */

    .teams__container .team__pack-area .team__pack-content {
        padding: 0px;
        text-align: center;
    }



    .teams__container .team__pack-area .person-position {
        font-size: 14px;
        font-weight: 490;
        line-height: 20px;
    }



    .teams__overflow {
        position: relative;
        max-width: 100%;
    }

    .teams__container.divide {
        grid-template-columns: repeat(11, 1fr);
        gap: 36px;
        row-gap: 36px;
        overflow-x: auto;
        max-width: 100%;
        padding-right: 50px;

        -ms-overflow-style: none;
        scrollbar-width: none;
    }


    .teams__container.divide::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        z-index: 1;
        height: 100%;
        right: -1px;
    }


    .teams__container .team__pack-area .team__pack-content img {
        width: 116px;
        height: 116px;
        object-fit: cover;
    }
}


/* Why give */

.inspiration__desc {
    margin-top: 36px;
}


.inspiration__desc h4.author {
    margin: 16px 0px 0px;
}

.content__container h3.subtitle {
    color: var(--Primary-Blue, #00196E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

}


.content__container h3.subtitle-md {
    color: var(--Primary-Blue, #00196E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 32px;
    max-width: 100%;
    margin-bottom: 0px;
}

h4.author {
    color: var(--primary-blue, #00196e);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Halyard Display Book";
    font-size: 22px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px;
    margin: 16px 0px 36px;
}


@media screen and (max-width : 991px) {

    .content__container h3.subtitle-md {
        font-size: 22px;
        line-height: 26px;
        font-weight: 400 !important;
        max-width: 100%;
        margin-bottom: 0px;
    }

    h4.author {
        font-weight: 350 !important;

    }

}


@media screen and (max-width : 576px) {
    h4.author {
        font-size: 20px;
        line-height: 26px;
        font-weight: 350 !important;
        margin: 16px 0px;
    }


    .author+.img {
        margin-top: 0px;
    }


    .inspiration__desc {
        margin-top: 24px;
    }
}