/* Global Styles */
:root {
    --highlight-sky: #ceedf6;
    --neutral-grey: #e1e1de;
    --dark-grey: #8a8a8a;
    --primary-blue: #00196e;
    --white: #ffffff;
    --black: #222;
}


body,
html {
    scroll-behavior: smooth;
}

/* Banner */
.hero .hero__banner {
    position: relative;
}

.hero .hero__banner::after {
    display: block;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.6;
    height: 80%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.45) 66.15%, rgba(0, 0, 0, 0.85) 100%);
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
}


.hero .hero__content {
    z-index: 2;
}

/* Sidebar */

.sidebar__sections--wrap .sidebar__sections--title {
    color: var(--Dark-Grey, #8A8A8A);
    font-family: 'halyard-display', sans-serif;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2px;
    cursor: none;
    width: fit-content;
    text-transform: uppercase;
}

.sidebar .sidebar__sections--item a {
    color: var(--Primary-Blue, #00196E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}


/* Content Container */

.subtitle__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call__sponsors-button {
    display: flex;
    width: max-content;
    height: 32px;
    gap: 10px;
    background: var(--Secondary-Gold, #ffad1d);
    transition: all .3s linear;
    justify-content: flex-end;
    align-items: center;
    /* margin: 12px 0px; */
    float: right;
}

.call__sponsors-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;
    transition: all .3s linear;
}

.call__sponsors-button:hover {
    background-color: var(--Primary-Blue, #00196e);
    transition: all .3s linear;
}

.call__sponsors-button:hover a {
    color: var(--Secondary-Gold, #ffad1d);
    transition: all .3s linear;
}



.new__heading .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-top: 0;
    margin-bottom: 8px;
}




.new__heading p {
    color: black;
    font-family: 'Halyard Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}


.new__content {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    margin: 36px 0px;
}



.new__content p {

    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.new__content-img img {
    width: 100%;
    height: 513px;
    object-fit: cover;
}

.content__container section:not(:last-child) {
    padding-bottom: 0px;
}




/* Humans news */

.james__news {
    position: relative;
    padding: 0;

}


.james__news .james__news--list {
    margin-bottom: 0px;
}


.humans-container .james__news--list .james__news--list-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* margin-left: -12px;
    margin-right: -12px; */
    gap: 36px;
}


.humans-container .james__news--list .james_col-6 {
    width: 100%;
}

.james__news p {
    letter-spacing: 0;
}

.james__news .james__news--item .post_date {
    font-family: 'Halyard Text';
    font-style: normal;
}

.james__news .james__news--item {
    height: 100%;
    /* margin-bottom: 36px; */
}

/* .james__news .james_col-6 {
    margin-bottom: 36px;
} */

.james__news .james__news--item figure {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 120px;
    /* margin-top: 70px; */
}

.james__news .james__news--item figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    object-fit: cover;
    object-position: 50% 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;
}

/* .james__news .james__news--list {
    overflow: hidden;
    transition: all 0.5s linear;
} */


.james__news .james__news--item .meta_info h4 {
    font-variant-numeric: normal;
    color: var(--Primary-Blue, #00196E);
    font-family: Halyard Text;
    font-size: 22px;
    font-style: normal;
    font-weight: 490 !important;
    line-height: 28px;
}

.james__news .james__news--item .post_date {
    color: var(--Black, #222);
    font-family: Halyard Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.paginate-container {
    width: 100%;
    margin-top: 100px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 24px;
}


.pagination a {
    color: var(--Dark-Grey, #8A8A8A);
    font-family: 'Halyard Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 16px;
    font-variant-numeric: lining-nums proportional-nums;
}


.pagination a.active {
    color: var(--primary-blue);
}


.pagination__next {
    position: relative;
    display: block;
    color: var(--Dark-Grey, #8A8A8A);
    font-family: Halyard Text;
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 16px;
    padding-right: 15px;
    width: fit-content;
    /* 88.889% */
}

.pagination__next::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #8A8A8A;
    border-right: 2px solid #8A8A8A;
    top: 5px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.5s ease;
}


.pagination__next:hover::after {
    -webkit-transform: translateX(3px) rotate(45deg);
}

.happening .james__news .james__news--list {
    margin: 0 auto;
}


/* .happening .james__news .james__news--item {
    margin-bottom: 36px;
} */

.happening .james__news .james_row .james__news--item figure {
    margin-bottom: 0px;
    padding-bottom: 130%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


.amount {
    padding: 100px 0px 160px;
}


.james__connect {
    padding: 0 0 120px 0;
}

.james__connect .james__connect--list {
    margin-bottom: 0px;
}


.line-horizontal {
    border-top: 1px solid #E1E1DE;
    margin: 36px 0;
}

.james__news .james__news--list-row .james__news--item .meta_info p {
    display: none;
}

/* pagenavigation */
.wp-pagenavi {
    display: flex;
    text-align: left;
    gap: 12px;
}

.wp-pagenavi a {
    color: var(--Dark-Grey, #8A8A8A);
    font-family: 'Halyard Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 16px;
    font-variant-numeric: lining-nums proportional-nums;
}

.wp-pagenavi span.current {
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    top: -1px;
}

.previouspostslink::after {
    top: 8px;
}

.nextpostslink::after {
    top: 8px;
}




@media screen and (min-width: 992px) {
    .type-block.teaser .block-inner h2 {
        font-size: 48px;
        margin-bottom: 16px;
        line-height: 54px;
    }
}



@media screen and (max-width: 991px) {
    .sidebar__buttons--title {

        padding: 12px 0px;
    }


    /* .sidebar.active {
        top: calc(100% - 454px) !important;
    } */

    .sidebar__buttons--redirect {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 24px 0px 120px;
        gap: 24px
    }

    .content__container {
        max-width: 776px;
        padding: 0px 16px;
        margin: 60px auto 0px;
    }

    .col-lg-8 {
        padding-left: 16px;
        padding-right: 16px;
    }


    .james_container {
        max-width: 100%;
    }


    .content__container .james__news--list-row>* {
        width: 100%;
        margin-bottom: 24px;
    }

    .hero .hero__content .hero__heading {
        color: var(--White, #FFF);
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'garamond-premier-pro';
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: 64px;
    }

    .new-container .new__heading .title {
        color: var(--Primary-Blue, #00196E);
        text-align: center;
        font-family: 'garamond-premier-pro';
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
    }

    .new-container .new__heading p {
        color: var(--Black, #222);
        text-align: center;
        font-family: Halyard Text;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }


    .call__sponsors-button a {
        font-size: 14px;
        line-height: 20px;
    }


    .breadcumb__global {
        padding-bottom: 14px;
    }


    .row .col-md-12 {
        padding: 0 32px;
    }



    .new-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .content__container section:not(:last-child) {
        padding-bottom: 0px;
    }

    .new-container .new__wrapper {
        width: 538px;
        padding: 0 16px;
    }


    .humans-container .james__news .james__news--list {
        max-width: 100%;
    }

    .humans-container .james__news--list .james__news--list-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* margin-left: -12px;
        margin-right: -12px; */
        gap: 24px;
    }


    .humans-container .james__news .james_col-6 {
        margin-bottom: 24px;
        /* padding-left: 12px;
        padding-right: 12px; */
    }


    .humans-container .james__news .james__news--item .meta_info h4 {
        color: var(--Primary-Blue, #00196E);
        font-family: 'Halyard Text';
        font-size: 16px;
        font-style: normal;
        font-weight: 490;
        line-height: 24px;
    }


    .humans-container .james__news .james__news--list .james__news--item {
        margin-bottom: 24px;
    }


    .paginate-container .pagination {
        justify-content: center;
        margin-top: 30px;
    }


    .amount {
        margin-top: 100px;
        padding: 0 0 100px;
    }

    .happening .james__news .title_block {
        margin: 24px auto 60px;
        max-width: 100%;
    }


    .happening .james_row .james_col-4:nth-child(3) {
        display: none;
    }

    .happening .see-more .j_btn-explore {
        margin: 30px auto 0;
    }

    .james__connect .james__connect--list {
        max-width: 85%;
        margin: 0 auto;
    }

    .james__connect {
        padding: 0 0 100px 0;
    }


    .happening .james__news .james__news--list .james_col-4 {
        max-width: 50%;
        width: 50%;
    }


    .happening .james__news .james__news--list {
        max-width: 85%;
    }


    .james__connect .james__connect--list .james_col-4 {
        width: 50%;
        max-width: 50%;
    }


    .type-block.teaser .block-inner h2 {
        color: var(--Primary-Blue, #00196E);
        /* Display/Medium */
        font-family: 'garamond-premier-pro';
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
    }


    .line-horizontal {
        border-top: 1px solid #E1E1DE;
        margin: 48px 0;
    }


    .james__news .james__news--list-row .james__news--item .meta_info p {
        display: none;
    }

    .sidebar__sections--wrap .sidebar__sections--title {
        padding: 0px
    }


    .sidebar__header {
        padding: 16px 32px;
    }


    .sidebar .sidebar__sections {
        padding: 24px 32px;
    }

    .sidebar .sidebar__buttons {
        padding-top: 0px;
    }

    .wp-pagenavi {
        justify-content: center;
    }

}


@media (max-width: 576px) {


    .content__container {
        padding: 0px;
        margin: 34px auto 0px auto;
    }


    /* .sidebar.active {
        top: calc(100% - 504px) !important;
    } */

    .sidebar__buttons--redirect {
        display: flex;
        flex-direction: column;
    }

    .sidebar__buttons .sidebar__buttons--link {

        margin-bottom: 0px;
    }

    /* .sidebar__buttons .sidebar__buttons--link:not(:last-child) {
        margin-bottom: 0px;
    } */


    .humans-container .james__news--list .james__news--list-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* margin-left: -12px;
        margin-right: -12px; */
        gap: 24px;
    }

    .new__content-img img {
        height: auto;
    }


    .new-container .new__wrapper {
        padding: 0;
    }


    .new-container .new__heading .title {
        text-align: left;
        font-size: 36px;
        line-height: 40px;
    }


    .new-container .new__heading p {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }

    .new__content {
        margin: 16px 0;
    }


    .content__container section:not(:last-child) {
        padding-bottom: 0px;
    }

    .james__news .james__news--item .meta_info h4 {
        margin: 16px 0 8px;
    }

    .james_container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .james__news .james__news--list-row .james__news--item .meta_info p {
        color: var(--Black, #222);
        /* Body/Large */
        font-family: 'Halyard Text';
        font-size: 16px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-top: 8px;
    }


    .humans-container .james__news .james__news--list .james__news--item {
        margin-bottom: 0px
    }


    .humans-container .james__news .james_col-6 {
        margin-bottom: 0px;
    }


    .humans-container .james__news--list .james__news--list-row {
        gap: 36px;
    }


    .paginate-container .pagination {
        margin-top: 36px;
    }


    .amount {
        margin-top: 140px;
        padding: 0 0 88px;
    }


    .happening .james__news .james__news--list .james_col-4 {
        max-width: 100%;
        width: 100%;
    }


    .happening .james__news .title_block {
        margin: 16px auto 24px;
    }


    .happening .james__news .james__news--list .james__news--item {
        margin-bottom: 24px;
    }


    .james__connect .james__connect--list .james_col-4 {
        width: 100%;
        max-width: 100%;
    }

    .line-horizontal {
        border-top: 1px solid #E1E1DE;
        margin: 36px 0;
    }
}