* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
    color: #000000;
    background-color: #ffffff;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}

.fa-solid,
.fas {
    font-weight: 600;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1365px;
}

.padding-top {
    padding-top: 70px;
}

.padding-bottom {
    padding-bottom: 70px;
}

.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #0f2216;
    padding: 20px 0px;
}

.site-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .header-wrapper .brand-logo {
    max-width: 265px;
}

.site-header .header-wrapper .main-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0px;
}

.site-header .header-wrapper .main-nav-menu ul>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    gap: 10px;
    transition: all 0.6s ease;
    padding: 10px 14px;
    background-color: transparent;
    border-radius: 20px 20px 0px 0px;
}

.site-header .header-wrapper .main-nav-menu ul>li>a.has-submenu::after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 11px;
}



.site-header .header-wrapper .main-nav-menu ul>li:hover>a.has-submenu {
    background-color: #214E31;
}

.site-header .header-wrapper .main-nav-menu ul>li:hover>a.has-submenu::before {
    opacity: 0;
}

.site-header .header-wrapper .main-nav-menu ul>li>a.active {
    color: #D6BD7F;
}

.site-header .header-wrapper .main-nav-menu ul>li>a:hover::before,
.site-header .header-wrapper .main-nav-menu ul>li>a.active::before {
    transform: scale(1);
}

.site-header .header-wrapper .main-nav-menu ul li>a img {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.site-header .header-wrapper .main-nav-menu ul li {
    position: relative;
}

.site-header .header-wrapper .main-nav-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #214E31;
    padding: 0px 15px 17px;
    transition: all 0.6s ease;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
    z-index: 999;
    list-style: none;
    display: block;
}

.site-header .header-wrapper .main-nav-menu ul li .sub-menu ul {
    display: block;
}


.site-header .header-wrapper .main-nav-menu ul li .sub-menu li a {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 30px;
    color: #D6BD7F;
    gap: 5px;
    padding: 0;
    transition: all 0.6s ease;
}

.site-header .header-wrapper .main-nav-menu ul li .sub-menu li a.active,
.site-header .header-wrapper .main-nav-menu ul li .sub-menu li a:hover {
    color: #ffffff;
}

.site-header .header-wrapper .main-nav-menu ul li .sub-menu li a::before {
    display: none;
}

.site-header .header-wrapper .main-nav-menu ul li .sub-menu li:not(:last-of-type) {
    margin-bottom: 1px;
}

.site-header .header-wrapper .main-nav-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.site-header .header-wrapper .main-nav-menu ul li:hover a img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #4b1abc;
}



.site-header .header-wrapper .main-nav-menu ul li>a i {
    font-size: 14px;
}

.home-banner {
    padding: 71px 0px 40px;
    background-color: #0f2216;
}

.home-banner .banner-content {
    text-align: center;
    max-width: 900px;
    margin: 0px auto;
}

.home-banner .banner-content .sm-title {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
}

.home-banner .banner-content h1 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 69px;
    color: #b49e68;
    margin-bottom: 25px;
}

.home-banner .banner-content p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.home-slider-section {
    background-color: #214e31;
    padding: 45px 0 70px;
}

.home-slider-1 img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
    max-height: 700px;
}

.home-slider-1.size-sm {
    max-width: 700px;
    margin: auto;
}

.home-slider-1 .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 5px;
    margin-top: 31px;
    margin-bottom: 0;
    line-height: 1;
    padding: 0;
}

.home-slider-1 .slick-dots li {
    line-height: 1;
    font-size: 0;
}

.home-slider-1 .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #0f2216;
    font-size: 0;
    border: 0;
    outline: none;
    border-radius: 50%;
}

.home-slider-1 .slick-dots li.slick-active button {
    background-color: #3f7b45;
}

.home-slider-section .slider-infos {
    margin-top: 29px;
}

.home-slider-section .slider-infos h2 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 5px;
    color: #d6bd7f;
}

.home-slider-section .slider-infos p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

.all-articles .article-filter {
    margin-bottom: 25px;
}

.all-articles .article-filter a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #214e31;
}

.article-card .article-card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-card .article-card-body .article-card-img {
    position: relative;
    background-color: #c4c4c4;
    border-radius: 20px;
    padding-top: 60%;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
}

.article-card .article-card-body .article-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.article-card .article-card-body:hover .article-card-img img {
    transform: scale(1.1);
}

.article-card .article-card-body .article-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-card .article-card-body .article-info h3 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #214e31;
    margin-bottom: 18px;
    flex: 1;
}

.article-card .article-card-body .article-info h3 a {
    color: currentColor;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.article-card .article-card-body .article-info p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 18px;
    flex: 1;
}

.article-card .article-card-body .article-info .read-more {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #b49e68;
    flex: 1;
    display: inline-flex;
    align-items: flex-end;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 5rem;
}

.all-articles .cst-pagination {
    margin-top: 85px;
}

.cst-pagination ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.cst-pagination ul li a {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #b49e68;
    transition: all 0.6s ease;
}

.cst-pagination ul li a:hover,
.cst-pagination ul li.active a {
    color: #214e31;
}

.all-articles .select2 {
    width: auto !important;
    min-width: 125px;
}

.select2-container--default .select2-selection--single {
    border: 0;
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 24px;
    color: #214e31;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #214e31 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    background: url("../images/icons/chevron-down-green.svg");
    width: 16px;
    height: 16px;
    transform: translateY(-19%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translateY(-19%) rotate(-180deg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #214e31;
}

.select2-dropdown {
    border: 0;
}

.site-footer {
    margin-top: 85px;
    background-color: #072315;
    padding: 30px 0px 25px;
}

.site-footer .footer-row {
    display: flex;
    gap: 80px;
    justify-content: center;
}

.site-footer .footer-row .footer-col h4 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #b49e68;
}

.site-footer .footer-row .footer-col h4 a {
    color: currentColor;
}

.site-footer .footer-row .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-row .footer-col ul li a {
    font-family: "Lato";
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    transition: all 0.6s ease;
}

.site-footer .footer-row .footer-col ul li a:hover {
    color: #b49e68;
}

.site-footer .footer-row .footer-col ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.site-footer .site-rights {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #b49e68;
    margin-top: 32px;
}

.menu-toggle {
    position: relative;
    background: 0 0;
    border: 0;
    width: 31px;
    padding: 0;
    display: none;
}

.menu-toggle span,
.menu-toggle span::after,
.menu-toggle span::before {
    height: 3px;
    background: #b49e68;
    transition: 0.2s;
    display: block;
}

.menu-toggle span,
.menu-toggle span::after,
.menu-toggle span::before {
    height: 3px;
    background: #b49e68;
    transition: 0.2s;
    display: block;
}

.menu-toggle span::after,
.menu-toggle span::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}

.menu-toggle span::before {
    top: -8px;
    opacity: 0;
}

.menu-toggle span::after {
    bottom: -8px;
}

.mobile-menu-wrapper {
    position: fixed;
    z-index: 999;
    background: #ffff;
    top: 0;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transform: translate(-100%, 0);
    left: 0;
    width: 280px;
}

.mobile-menu-wrapper.menu-active {
    transform: translate(0, 0);
}

.mobile-menu-head {
    padding: 15px;
    background: #0f2216;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-close svg {
    color: #b49e68;
}

.mobile-menu-bar>ul {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
    height: calc(100vh - 48px);
    overflow: auto;
}

.mobile-menu li {
    display: block;
    position: relative;
    padding: 13px 0;
    border-bottom: 1px solid #ececec;
}

.mobile-menu li .menu-expand {
    right: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 0px;
    color: #FFFF;
}

.mobile-menu-bar ul li a {
    display: block;
    color: #212529;
}

.mobile-menu-bar ul li a.active {
    color: #b49e68;
    font-weight: 700;
}

.mobile-menu li ul {
    list-style: none;
    padding: 10px 0 0 10px;
}

.mobile-menu li ul li {
    padding: 10px 0;
    border-bottom: none;
    margin: 0;
}

.mobile-menu-bar ul li a {
    display: block;
    color: #212529;
    font-size: 14px;
}

.mobile-menu li.menu-item-has-children.active>.menu-expand i::before {
    content: "\f077";
    font-weight: 900;
}

.overlay-main::after {
    content: "";
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.4s, opacity 0.4s;
    background: rgba(0, 0, 0, 0.3);
}

.overlay-main.active::after {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.05s;
}

.menu-toggle.active span {
    transform: rotate(45deg);
}

.menu-toggle.active span::after {
    transform: rotate(-90deg) translate3d(8px, 0, 0);
}

.menu-toggle.active span::before {
    transform: translate3d(0, 8px, 0);
}

.talk-philanthropy-banner {
    background-color: #0f2216;
    padding: 40px 0px 50px;
}

.philanthropy-video-wrape {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    padding-top: 40%;
    margin-bottom: 40px;
}

.philanthropy-video-wrape iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.talk-philanthropy-info h1 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    color: #ffffff;
}

.talk-philanthropy-info p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.talk-philanthropy-info .back-btn {
    display: inline-flex;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #d6bd7f;
    gap: 5px;
    margin-top: 35px;
}

.talk-philanthropy-info .back-btn:hover {
    color: #ffffff;
}

.section-title h2 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #214e31;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.recommended-sec .section-title {
    margin-bottom: 70px;
}

.recommended-sec .slick-slider {
    margin: 0 -24px;
}

.recommended-sec .slick-slider .article-card {
    padding: 0 24px;
}

.recommended-nav {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.recommended-nav .slide-arrow {
    position: relative;
    background-color: transparent;
    outline: none;
    border: 0;
    color: #214e31;
}

.recommended-nav .slide-arrow svg {
    transition: all 0.6s ease;
}

.recommended-nav .slide-arrow:hover {
    color: #d6bd7f;
}

.recommended-nav .slide-arrow.slick-prev {
    left: -40px;
}

.recommended-nav .slide-arrow.slick-next {
    right: -40px;
}

.home-banner.banner-newsletter .banner-content {
    text-align: left;
}

.home-banner.banner-newsletter .banner-img {
    border-radius: 40px;
    width: 100%;
    max-width: 500px;
    max-height: 600px;
    object-fit: cover;
    margin-left: auto;
    display: block;
}

.for-newsletters.article-card .article-card-body .article-info p {
    color: #214e31;
}

.newsletter-detail-banner {
    background-color: #0f2216;
    padding: 40px 0 100px;
}

.newsletter-detail-banner .main-content span {
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

.newsletter-detail-banner .main-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #b49e68;
    margin-bottom: 15px;
}

.newsletter-detail-banner .main-content h2 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    color: #ffffff;
    margin-bottom: 20px;
}

.newsletter-detail-banner .main-content p {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 10px;
}

.newsletter-detail-banner .main-content {
    margin-bottom: 35px;
}

.accordion-button,
.accordion-item {
    background-color: transparent;
}

.accordion-item {
    border-color: #b49e68;
}

.accordion-button {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #b49e68;
    padding-left: 0;
}

.accordion-button::after {
    background-image: none;
    width: 32px;
    height: 1px;
    background-color: #b49e68;
}

.accordion-button::before {
    content: "";
    position: absolute;
    right: 35px;
    width: 1px;
    height: 32px;
    background-color: #b49e68;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0);
}

.accordion-button:not(.collapsed)::before {
    transform: rotate(90deg);
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-body {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.accordion-body a {
    color: currentColor;
    text-decoration: underline;
}

.accordion-item:last-child {
    border-bottom: 1px solid #b49e68;
}

.highlight-info {
    background-color: #214e31;
    padding: 90px 0px 90px;
    overflow: hidden;
}

.section-title-two h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #b49e68;
}

.section-title-two h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    color: #ffffff;
}

.section-title-two {
    margin-bottom: 60px;
}

.img-grid-one {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.img-grid-one .img-block {
    border-radius: 20px;
    overflow: hidden;
}

.img-grid-one .large-view {
    grid-column: span 2 / span 2;
}

.highlight-info .highlight-content h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #b49e68;
    margin-bottom: 20px;
}

.highlight-info .highlight-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.community-updates .sec-name h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #b49e68;
}

.community-updates .sec-name h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    color: #214e31;
}

.community-updates .sec-name {
    margin-bottom: 75px;
}

.update-img-40 {
    border-radius: 40px;
}

.update-img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.update-block .row .col-lg-7>div {
    height: 100%;
}

.update-block .row .col-lg-7 {
    text-align: center;
}

.update-block .row .col-lg-7>img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    min-width: 600px;
}

.community-updates .update-info h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #0f2216;
    margin-bottom: 25px;
}

.community-updates .update-info p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.community-updates .update-block:not(:last-of-type) {
    margin-bottom: 100px;
}

.img-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.img-grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 15px;
}

.gap-25 img:not(:last-of-type) {
    margin-bottom: 15px;
}

.semi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 25px;
}

.semi-grid img:first-child {
    grid-row: span 2 / span 2;
}

.the-media {
    background-color: #214e31;
    padding: 55px 0 55px;
    margin-top: 90px;
    margin-bottom: -85px;
}

.the-media .semi-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #b49e68;
    margin-bottom: 45px;
    text-align: center;
}

.the-media .article-card .article-card-body .article-info h3 {
    color: #b49e68;
}

.the-media .article-card .article-card-body .article-info p {
    color: #ffffff;
}

.the-media .recommended-nav .slide-arrow {
    color: #b49e68;
}

.the-media .recommended-nav .slide-arrow:hover {
    color: #ffffff;
}

.the-media .media-slider {
    margin: 0 -12px;
}

.the-media .article-card {
    padding: 0 12px;
}

.the-media .down-wrape {
    margin-top: 30px;
}

.down-wrape a {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #b49e68;
    transition: all 0.6s ease;
}

.down-wrape a:hover {
    color: #ffffff;
}

.the-media .recommended-nav .slide-arrow.slick-next {
    right: -65px;
}

.the-media .recommended-nav .slide-arrow.slick-prev {
    left: -65px;
}

.podcast-modal .modal-content {
    background-color: #214e31;
    border: 0;
    border-radius: 20px;
}

.podcast-modal .modal-content .modal-body {
    padding: 30px;
}

.podcast-modal .podcast-wrapper {
    display: flex;
}

.podcast-modal .podcast-wrapper .podcast-left {
    width: 50%;
}

.podcast-modal .podcast-wrapper .img-wrape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 30px;
}

.podcast-modal .podcast-wrapper .ep-name {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 30px;
}

.podcast-modal .podcast-wrapper .audio-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}

.podcast-modal .podcast-wrapper .audio-info .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #b49e68;
    flex-shrink: 0;
}

.podcast-modal .podcast-wrapper .ep-brif {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-top: 30px;
}

.audio-player {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    width: 350px;
}

/* Play Button Base */
.play-btn {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #b89e64;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    position: relative;
    color: #214e31;
    text-align: center;
    line-height: 45px;
    font-size: 23px;
}

.play-btn.play::before {
    content: "\f04b";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

.play-btn.pause::before {
    content: "\f04c";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

/* Progress Bar */
.progress-container {
    width: 500px;
    height: 6px;
    background: white;
    cursor: pointer;
    position: relative;
}

.progress {
    height: 100%;
    width: 0%;
    background: #b89e64;
    border-radius: 0;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1240px;
    }
}

.podcast-modal .podcast-wrapper .podcast-right {
    padding-left: 50px;
    flex: 1;
}

.podcast-modal .podcast-wrapper .podcast-right .m-title {
    display: flex;
    align-items: flex-end;
}

.podcast-modal .podcast-wrapper .podcast-right .m-title h2 {
    font-weight: 400;
    font-size: 55px;
    line-height: 69px;
    color: #ffffff;
    margin: 0;
}

.select2-container:not(.container .select2-container) {
    z-index: 999999;
}

.podcast-modal .podcast-wrapper .m-title .select2-container--default {
    width: 107px !important;
}

.podcast-modal .select2-container--default .select2-selection--single {
    background-color: transparent;
    color: #b49e68;
}

.podcast-modal .select2-container--default .select2-selection--single .select2-selection__placeholder,
.podcast-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #b49e68 !important;
}

.podcast-modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url("../images/icons/chevron-down-gold.svg");
}

.podcast-modal .ep-list {
    margin-top: 40px;
    height: 100%;
    max-height: 620px;
    overflow: auto;
    padding-right: 6px;
    position: relative;
}

.podcast-modal .ep-list .ep-card {
    margin-bottom: 15px;
}

.ep-card .ep-card-body {
    background: #1f402e;
    padding: 20px;
    display: flex;
    align-items: center;
}

.ep-card .ep-card-body .ep-img {
    width: 145px;
    flex-shrink: 0;
    cursor: pointer;
}

.ep-card .ep-card-body .ep-info {
    flex: 1;
    padding-left: 20px;
}

.ep-card .ep-card-body .ep-info h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 15px;
    cursor: pointer;
}

.ep-card .ep-card-body .ep-info .ep-crd-ft {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ep-card .ep-card-body .ep-info .ep-crd-ft>div {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #b49e68;
}

.ep-card .ep-card-body .ep-info .ep-crd-ft button {
    width: 30px;
    height: 30px;
    background-color: #b49e68;
    border-radius: 50%;
    border: 0;
    outline: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f402e;
    padding-left: 2px;
}

/* Custom Scrollbar */
.podcast-modal .ep-list::-webkit-scrollbar {
    width: 10px;
    /* width of vertical scrollbar */
    height: 8px;
    /* height of horizontal scrollbar */
}

.podcast-modal .ep-list::-webkit-scrollbar-track {
    background: #214d34;
    /* dark green background */
}

.podcast-modal .ep-list::-webkit-scrollbar-thumb {
    background-color: #3f7b45;
    /* gold thumb */
    border-radius: 10px;
    /* rounded edges */
    border: 2px solid #214d34;
    /* space around thumb */
}

.podcast-modal .ep-list::-webkit-scrollbar-thumb:hover {
    background-color: #d4b877;
    /* lighter gold on hover */
}

.back-btn.only-mobile {
    display: none;
}

button.btn-close {
    background-image: url("../images/close.png");
    opacity: 1;
    background-size: 32px 32px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.back-btn.only-mobile.btn-close {
    background-image: unset;
    opacity: 1;
    width: auto;
    height: auto;
}

.only-mobile {
    display: none;
}

.community-updates {
    overflow: hidden;
}

.latest-article {
    padding: 60px 0 60px;
    background-color: #0f2216;
}

.latest-article .sub-lbl {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 43px;
    color: #ffffff;
    margin-bottom: 15px;
}

.latest-article .article-card .article-card-body .article-card-img {
    padding-top: 53%;
}

.latest-article .article-card .article-card-body .article-info h3 {
    color: #b49e68;
    margin-bottom: 15px;
}

.latest-article .article-card .article-card-body .article-info p {
    color: #ffffff;
    margin-bottom: 10px;
}

.latest-article .article-card .article-card-body .article-info h6 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
}

.article-title-wrapper {
    display: flex;
    margin-bottom: 50px;
}

.article-title-wrapper .left-side {
    flex-shrink: 0;
}

.article-title-wrapper .right-side {
    padding-left: 75px;
    padding-top: 15px;
}

.article-title-wrapper h2 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 70px;
    line-height: 1.2;
    color: #1f402e;
    margin-bottom: 0;
}

.article-title-wrapper p {
    font-family: "Lato";
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #1f402e;
}

.article-title-wrapper .m-filter {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 25px;
}

.article-title-wrapper .m-filter .select2 {
    min-width: unset;
}

.article-card.color-two .article-card-body .article-info p {
    color: #214e31;
    margin-bottom: 10px;
}

.article-card.color-two .article-card-body .article-info h6 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #3f7b45;
    margin-bottom: 16px;
}

.article-card.color-two .article-card-body .article-info h3 {
    margin-bottom: 10px;
}

.article-card .article-card-body .article-info .tag-badge {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #b49e68;
    display: block;
    margin-bottom: 10px;
}

.leading-publication {
    background-color: #0f2216;
    padding: 100px 0 60px;
    margin-bottom: -85px;
    margin-top: 100px;
}

.leading-publication .tag-line {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #b49e68;
    text-align: center;
    margin-bottom: 50px;
}

.publication-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
}

.publication-grid .publication-box {
    border-radius: 20px;
    overflow: hidden;
}

.banner-search {
    max-width: 670px;
    width: 100%;
    margin: 50px auto 0;
}

.banner-search .input-wrapper {
    position: relative;
}

.banner-search .input-wrapper input {
    width: 100%;
    height: 67px;
    background-color: #214e31;
    border: 0;
    outline: none;
    border-radius: 50px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #b49e68;
    padding: 0 60px 0px 60px;
}

.banner-search .input-wrapper input::placeholder {
    color: #b49e68;
}

.banner-search .input-wrapper .sub-icon {
    background: transparent;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 0;
    outline: none;
}

.banner-search .input-wrapper .voice-btn {
    background: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;
    outline: none;
}

.home-banner.main-home {
    padding-bottom: 100px;
}

.home-article {
    padding-top: 0px;
    background-color: #0f2216;
    margin-bottom: -85px;
}

.wide-article-body {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.wide-article-body .article-info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #214e31;
    padding: 60px;
    flex: 1;
}

.wide-article-body .article-info .main-info h3 a {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 69px;
    color: #b49e68;
}

.wide-article-body .article-info .main-info h3 {
    margin-bottom: 15px;
}

.wide-article-body .article-info .main-info p {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 25px;
    max-width: 546px;
}

.wide-article-body .article-info .main-info .more-link {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #d6bd7f;
}

.wide-article-body .article-img {
    max-width: 700px;
    width: 100%;
}

.wide-article-body .article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wide-article-body .article-info .main-info {
    display: flex;
    gap: 30px;
}

.wide-article-body .article-info .main-info .icon {
    width: 51px;
    height: 51px;
    flex-shrink: 0;
    margin-top: 15px;
}

.wide-article:not(:last-of-type) {
    margin-bottom: 18px;
}

.wide-article:nth-child(even) .wide-article-body {
    flex-direction: row-reverse;
}

.search-btn {
    width: 45px;
    height: 45px;
    background: #b49e68;
    border: 0;
    border-radius: 50%;
    outline: none;
}

.unlocking-givingpi-block:not(:last-of-type) {
    margin-bottom: 60px;
}

.unlocking-givingpi-block .row .gap-25 img {
    max-height: 300px;
}

.main-banner {
    padding: 0px 0px 0px;
    background-color: #072315;
    margin-bottom: 100px;
}

.main-banner .container {
    max-width: 1140px;
}

.container.container-sm {
    max-width: 1140px;
}

.main-banner .main-banner-row {
    display: flex;
    justify-content: center;
}

.main-banner-row .left-side {
    padding-bottom: 60px;
    padding-top: 90px;
}

.main-banner-row .left-side {
    width: 40%;
}

.main-banner-row .right-side {
    width: 48%;
}

.main-banner-row .left-side h1 {
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    position: relative;
    line-height: 0.9;
    z-index: 100;
    width: max-content;
    white-space: nowrap;
    margin-bottom: 20px;
}

.main-banner-row .left-side p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding-right: 45px;
}

.main-banner-row .right-side {
    margin-bottom: -100px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.main-banner-row .right-side .img-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: relative;
    bottom: 140px;
    right: -20px;
}

.movement-part {
    padding-top: 100px;
    margin-bottom: 80px;
}

.movement-part .img-wrapper {
    max-width: 365px;
    margin-left: auto;
    width: 100%;
    margin-right: 40px;
}

.movement-part .movement-info h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #bca062;
    margin-bottom: 0px;
}

.movement-part .movement-info h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #072315;
    margin-bottom: 20px;
}

.movement-part .movement-info p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.only-image-part {
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.only-image-part .img-wrapper img {
    max-width: 412px;
    width: 100%;
}

.multiplier-effect {
    padding: 100px 0px;
    background-color: #08281b;
    overflow: hidden;
}

.multiplier-effect .only-desktop img {
    width: 100%;
    max-width: 330px;
    margin: auto;
    display: block;
}

.multiplier-effect .multiplier-info h2 {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 20px;
}

.multiplier-effect .multiplier-info p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #fffee6;
}

.multiplier-effect .button-group {
    margin-top: 40px;
}

.button-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.th-btn {
    display: inline-flex;
    align-items: center;
    background: #bca062;
    color: #062316;
    padding: 10px 30px 10px 15px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none !important;
    font-family: "Lato", sans-serif;
    transition: all 0.6s ease;
}

.th-btn.hover-white:hover {
    color: #062316;
    background-color: #ffffff;
}

.th-btn img {
    display: inline-block;
    width: 30px;
    margin-left: 8px;
}

.th-btn:hover {
    color: #ffffff;
}

.launches-part {
    padding: 60px 0px;
}

.launches-part .launches-info h2 {
    color: #10412c;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 45px;
}

.launches-part .launches-info .th-btn {
    margin-top: 40px;
}

.legacy-part {
    padding: 80px 0px;
    background-color: #08281b;
    margin-bottom: -85px;
}

.legacy-part .legacy-text {
    text-align: center;
}

.legacy-part .legacy-text h3 {
    font-size: 20px;
    font-weight: 500;
    color: #bca061;
    margin-bottom: 10px;
}

.legacy-part .legacy-text h2 {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}

.legacy-part .legacy-text p {
    color: #fff;
}

.legacy-part .legacy-text .th-btn {
    margin-top: 40px;
}

.main-banner-row .left-side .th-btn {
    margin-top: 40px;

}

.main-banner.membership .left-side .th-btn {
    position: relative;
    bottom: -30px;
}

.th-btn.mt-40 {
    margin-top: 40px;
}

.cst-pagination ul .page-link {
    border: 0;
    padding: 0;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #b49e68;
    transition: all 0.6s ease;
}

.page-item.active .page-link {
    background: transparent;
    color: #214e31;
    outline: none !important;
    box-shadow: none !important;
}

.page-item:last-child .page-link {
    font-size: 0;
}

.page-item:last-child .page-link::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
}

.page-item:first-child .page-link {
    font-size: 0;
}

.page-item:first-child .page-link::before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
}

.pagination-wrapper .d-sm-none {
    justify-content: center !important;
}

.active-episode {
    background: #f0f0f0;
    border-left: 4px solid #000;
}

.main-banner .network-row {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
}

.main-banner .network-row .left-side {
    width: 40%;
    padding-left: 50px;
}

.main-banner .network-row .right-side {
    width: 48%;
}

.main-banner .empty-col {
    width: 12%;
}

.main-banner .network-row .left-side h3 {
    color: #be9f5e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
}

.main-banner .network-row .left-side h1 {
    /* color: #fff;
    font-size: 78px;
    font-weight: 700;
    position: relative;
    line-height: 1;
    margin-bottom: 0px;
    white-space: nowrap; */
    color: #fff;
    font-size: 78px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    z-index: 100;
    width: max-content;
    height: 90px;
}

.main-banner .network-row .netowrk-info-block {
    padding: 230px 75px 150px 100px;
    background: #10412c;
}

.main-banner .network-row .right-side {
    height: 760px;
    padding: 10px;
}

.main-banner .network-row .right-side .button-group {
    justify-content: center;
    margin-top: -20px;
}

.main-banner .network-row .netowrk-info-block p {
    font-weight: 300;
    color: #fffee6;
}

.main-banner .network-row .netowrk-info-block p.italick {
    color: #b89e6b;
    font-style: italic;
}

.main-banner .network-row .back-img {
    position: absolute;
    z-index: -1;
    width: 990px;
}

.the-need {
    padding-top: 55px;
}

.the-need .info-need span {
    color: #be9f5e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.the-need .info-need h2 {
    color: #10412c;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.the-need .info-need p {
    color: #10412c;
}

.philanthropy-family h3 {
    color: #be9f5e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 22px;
}

.philanthropy-family ul li {
    list-style: none;
    background-image: url('../images/li-key.png');
    background-size: 20px;
    font-size: 16px;
    padding-left: 35px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position-y: 7px;
    color: #10412c;
    line-height: 1.4;
    margin-left: 0px;
}

.fam-box-warpe {
    padding: 6rem 50px;
    background-color: #032314;
    margin-top: 60px;
}

.fam-box-warpe p {
    color: #fffee6;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0px;
}

.gold-text {
    color: #baa266 !important;
}

.fam-box-warpe .th-btn {
    position: relative;
    bottom: -7.2rem;
}

.the-aspiration {
    margin-top: 70px;
    background: url('../images/About-Page-Images-04-1-1-1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.the-aspiration .aspiration-info {
    text-align: right;
}

.the-aspiration .aspiration-info p {
    color: #fffee6;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.the-aspiration .aspiration-info h3 {
    font-size: 65px;
    font-weight: 700;
    color: #bda064;
    line-height: 1.2;
    margin-bottom: 2px;
}

.abillionthriving-title {
    font-size: 55px;
    font-weight: 500;
    color: #bda064;
    line-height: 1.2;
    margin-bottom: 2px;
}

.years-and-counting {
    padding: 100px 0px;
    background-color: #08281b;
    margin-bottom: -85px;
}

.years-and-counting .counting-title h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.years-and-counting .counting-title img {
    max-width: 60%;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}

.years-and-counting .counting-title p {
    text-align: center;
    color: #fffee6;
}

.years-and-counting .counting-title {
    margin-bottom: 50px;
}

.years-and-counting .year-cards {
    text-align: center;
}

.years-and-counting .year-cards h3 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 13px;
}

.years-and-counting .year-cards p {
    color: #fffee6;
}

.years-and-counting .year-cards img {
    width: 80px;
    margin-bottom: 35px;
}

.yrs-bottom-info {
    text-align: center;
    margin-top: 50px;
}

.yrs-bottom-info p {
    color: #fffee6;
}

.main-banner .sub-title {
    color: #be9f5e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.the-invite {
    padding: 100px 0px;
}

.the-invite .invite-info h4 {
    color: #be9f5e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.the-invite .invite-info h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #072315;
    margin-top: 0px;
    margin-bottom: 20px;
}

.the-invite .invite-info p a {
    color: #be9f5e;
}

.the-offering {
    background-color: #052417;
    padding: 60px 0px;
    overflow: hidden;
}

.the-offering .offering-title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #bca061;
}

.the-offering .offering-title h2 {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}

.the-offering .offering-title p {
    color: #fffee6;
    font-size: 21px;
    line-height: 1.4;
}

.the-offering .offering-title {
    margin-bottom: 40px;
}

.offering-card .offering-card-body {
    display: flex;
    gap: 30px;
}

.offering-card .offering-card-body .offering-card-img {
    max-width: 20%;
    width: 100%;
}

.offering-card .offering-card-body .offering-card-info {
    flex: 1;
}

.offering-card .offering-card-body .offering-card-info h5 {
    font-size: 20px;
    font-weight: 500;
    color: #bca061;
    margin-bottom: 0px;

}

.offering-card .offering-card-body .offering-card-info h6 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
}

.offering-card .offering-card-body .offering-card-info p {
    color: #fffee6;
    font-size: 16px;
    line-height: 1.4;
}

.charter-part {
    padding: 100px 0px;
}

.charter-part .title-wrape {
    margin-bottom: 40px;
}

.charter-part .title-wrape h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #072315;
}

.charter-part .charter-block {
    text-align: center;
}

.charter-part .charter-block img {
    max-width: 120px;
    margin: 0 auto 6px;
    width: 100%;
    display: block;
}

.charter-part .charter-block h3 {
    font-size: 32px;
    font-weight: bold;
    color: #c3a666;
    line-height: 1.1;
    margin-bottom: 10px;
}

.the-spectrum {
    padding: 100px 0px;
    background-color: #052417;
}

.the-spectrum .spectrum-info h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.the-spectrum .spectrum-info img {
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: block;
}

.the-spectrum .spectrum-info p {
    color: #fffee6;
}

.givingpi-networks {
    padding: 100px 0px;
    background-image: url('../images/givingpi-networks.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -85px;
}

.givingpi-networks .acd-title {
    color: #bca061;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
}

.givingpi-networks .acd-title span {
    flex-shrink: 0;
    display: inline-block;
    padding: 0 50px;
}

.givingpi-networks .acd-title::after,
.givingpi-networks .acd-title::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #deba5d;
}

.accordion-button:not(.collapsed) {
    color: #b49e68;
    background-color: transparent;
    box-shadow: none;
}



.community-banner {
    padding: 60px 0px 60px;
    background-color: #072315;
}

.community-banner .page-name h2 {
    font-size: 20px;
    font-weight: 500;
    color: #be9f5e;
    text-align: center;
}

.community-banner .page-name h1 {
    font-size: 78px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.community-banner .page-name {
    margin-bottom: -30px;
}

.community-banner .banner-desc {
    text-align: center;
    background-color: #10412C;
    padding: 60px 40px 20px;
}

.community-banner .banner-desc p {
    color: #b89e6b;
    font-size: 20px;
    font-weight: 400;
}

.community-banner .banner-desc .th-btn {
    position: relative;
    bottom: -40px;
}

.founders-circle {
    background-color: #072315;
    padding-bottom: 60px;
}

.founders-circle .title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
}

.founders-circle .title h2 {
    color: #bca061;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
}

.founders-circle .title img {
    width: 90px;
}

.founders-circle .title {
    margin-bottom: 40px;
}

.founder-card .founder-card-body .founder-card-info {
    text-align: center;
    padding-top: 20px;
}

.founder-card .founder-card-body .founder-card-info h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.founder-card .founder-card-body .founder-card-info p {
    color: #bca061;
    font-size: 14px;
}

.founders-circle .thanks-text {
    margin-top: 40px;
}

.founders-circle .thanks-text p {
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border-top: 1px solid #bca061;
    border-bottom: 1px solid #bca061;
    padding: 15px 0px;
}

.community-glimpse {
    background-image: url('../images/glimpse-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.community-glimpse .title h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
}

.community-glimpse .title img {
    width: 90px;
    margin-bottom: 20px;
}

.community-glimpse .title {
    margin-bottom: 40px;
}

.glimpse-card .glimpse-card-body h5 {
    color: #fffee6;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.glimpse-card .glimpse-card-body p {
    margin: 0;
    color: #baa266;
    font-size: 14px;
    line-height: 1.2;
}

.glimpse-card .glimpse-card-body .img-wrapper img {
    /* max-width: 231px; */
    width: 100%;
}

.why-how {
    background-color: #042216;
    padding: 60px 0px;
    margin-top: -2px;
    margin-bottom: -85px;
    position: relative;
    z-index: 1;
}

.why-how .title h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.why-how .title {
    margin-bottom: 40px;
}

.info-card .info-card-body {
    display: flex;
    align-items: center;
}

.info-card .info-card-body .img-icon {
    width: 30%;
    flex-shrink: 0;
}

.info-card .info-card-body .img-icon img {
    width: 80px;
    margin: auto;
    display: block;
}

.info-card .info-card-body .main-info {
    flex: 1;
}

.info-card .info-card-body .main-info p {
    color: #fffee6;
    font-size: 20px;
    line-height: 1.4;
}

.info-card .info-card-body .main-info .auth {
    margin-top: 35px;
    color: #baa266;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.info-card .info-card-body .main-info .auth span {
    display: block;
}

.info-card:not(:first-of-type) {
    padding-top: 30px;
}

.info-card:not(:last-of-type) {
    border-bottom: 1px solid #bca061;
    padding-bottom: 30px;
}

.new-main-banner {
    padding: 60px 0px 150px;
    background-color: #072315;
    margin: 0;
}

.new-main-banner .sub-head {
    color: #be9f5e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.new-main-banner h1 {
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    margin: 0 0 20px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.new-main-banner .banner-box {
    padding: 220px 70px 70px 42px;
    height: 610px;
    background: #10412c;
    z-index: 1;
    position: relative;
    /* margin-bottom: -60px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new-main-banner .banner-box p {
    color: #BCA062;
}

.new-main-banner .bg-img {
    position: absolute;
    left: 0;
    width: 100%;
    object-fit: cover;
    bottom: 0;
    z-index: -1;
    max-width: 942px;
    margin: auto;
    right: 0;
}

.new-main-banner .container {
    z-index: 1;
}

.team-list-part {
    padding: 60px 0px;
    background-color: #092B1B;
}

.team-list-part:nth-child(odd) {
    background-color: #072315;
}

.team-list-part .team-title h2 {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #BE9F5E;
    text-align: center;
}

.team-list-part .team-title {
    margin-bottom: 0px;
}

.team-card .team-card-content {
    padding-top: 20px;
}

.team-card .team-card-content h3 {
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
}

.team-card .team-card-content p {
    color: #be9f5e;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
}

.team-list-part .row+.team-title {
    padding-top: 60px;
}

.team-list-part:last-of-type {
    margin-bottom: -85px;
}

.contact-us-part {
    padding: 60px 0px;
    background-color: #0f2216;
    background-image: url('../images/contact-banner.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: -85px;
    min-height: calc(100vh - 450px);
}

.contact-us-part .contact-info h2 {
    color: #be9f5e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.contact-us-part .contact-info h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px;
}

.contact-us-part .contact-info .con-block {
    display: flex;
    gap: 25px;
}

.contact-us-part .contact-info .con-block .icon img {
    width: 50px;
}

.contact-us-part .contact-info .con-block span {
    display: block;
    color: #bca062;
    font-size: 20px;
    margin-bottom: 0px;
}

.contact-us-part .contact-info .con-block a {
    color: #fff;
    font-size: 16px;
}

.contact-us-part .contact-info .con-block:not(:last-of-type) {
    margin-bottom: 50px;
}

.home-slider-1.size-lg-sm {
    max-width: 800px;
    margin: auto;
}

.home-slider-1.size-lg-sm img {
    max-height: 450px;
}

.highlight-info .highlight-content a {
    color: #ffffff;
}

.community-updates .update-info a {
    color: #000000;
}

span.select2-dropdown.select2-dropdown--below {
    width: 120px !important;
}

.img-block.large-view img {
    max-height: 450px;
}

.for-newsletters .article-card-body .article-info h3 {
    min-height: auto;
}

.main-banner.membership {
    padding-top: 4rem;
}

.main-banner.for-network {
    padding: 4rem 0rem 0rem 12rem;
    margin-bottom: 163px;
}

.main-banner.membership .left-side {
    padding-left: 75px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.the-invite .image-wrapper {
    max-width: 330px;
    margin-left: auto;
    margin-right: 50px;
}

header.site-header.head-sticky {
    position: fixed;
    top: 0;
    z-index: 999999;
}

.new-main-banner.main-banner .right-side {
    width: 40%;
    padding: 10px;
}

.new-main-banner.main-banner .main-banner-row {
    position: relative;
}

.new-main-banner.main-banner .left-side {
    padding-top: 0;
}

.main-banner.for-network .spacer {
    height: 85px;
}

.team-card .team-card-img img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 253.45px;
}

.the-invite p:not(:last-of-type) {
    margin-bottom: 30px;
}

.givingpi-networks .accordion-button {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
}

.givingpi-networks .accordion {
    margin-bottom: 40px;
}

.years-and-counting .counting-title img.only-mobile,
.the-spectrum .spectrum-info img.only-mobile {
    display: none;
}

.accordion-flush .accordion-item+.acd-title {
    margin-top: 80px;
}

.new-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #072315;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    overflow-y: auto;
    z-index: 999;
}

.new-mobile-menu.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
}

.new-mobile-menu .mobile-menu-body-new .mob-menu-logo {
    margin: 0 auto;
    width: 170px;
    padding-top: 100px;
}

.mobile-menu-new .mobile-menu li {
    padding: 0;
    border: 0;
    text-align: center;
    margin-top: 30px;
}

.mobile-menu-new .mobile-menu li a {
    color: #fff;
    font-size: 21px;
    line-height: 1.1;
}

.new-mobile-menu .ex-btn {
    text-align: center;
    margin-top: 64px;
}

.new-mobile-menu .ex-btn a {
    color: #bca062;
    font-size: 21px;
}

.mobile-menu-new {
    padding-bottom: 40px;
}

body.menu-change {
    overflow: hidden;
}

.mobile-menu-new .mobile-menu li:first-child {
    margin-top: 55px;
}

.modal {
    z-index: 999999 !important;
}

.unlocking-givingpi-block .col-lg-7 {
    text-align: center;
}

#modalPodcastImage {
    cursor: pointer;
}

.article-card .article-card-body .article-card-img-sm {
    display: block;
    margin-bottom: 20px;
    max-width: 435px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.article-card .article-card-body .article-card-img-sm img {
    transition: all 0.6s ease;
}

.article-card .article-card-body .article-card-img-sm:hover img {
    transform: scale(1.1);
}

.home-slider-1.size-ex-sm {
    max-width: 575px;
    width: 100%;
    margin: auto;
}

.article-card .article-card-body .article-info p b {
    color: #b49e68;
}

.ep-loader {
    width: 2rem;
    height: 2rem;
    margin: 2rem;
    border-radius: 50%;
    border: 0.3rem solid rgba(151, 159, 208, 0.3);
    border-top-color: #b49e68;
    -webkit-animation: 1.5s spin infinite linear;
    animation: 1.5s spin infinite linear;
    margin: auto;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* 
font-family: "Lato", sans-serif;
*/