/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Header
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
#masthead {
    background-color: var(--off-black);
    min-height: 94px;
    display: flex;
    align-items: center;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.site-header.homepage-header {
    position: fixed;
}

.header-adjust {
    display: none;
}

.site-header.scrolled {
    position: fixed;
}

.site-branding img {
    width: 120px;
    display: block;
}

.scrolled .site-branding img {
    width: 80px;
}

.admin-bar #masthead {
    top: 32px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 32px;
}

.site-branding img {
    object-fit: contain;
    /* width: fit-content; */
}

.header-adjust {
    min-height: 94px;
}


/* menu btn */
/* .menu-btn a {
    padding: 15px 45px;
    background: var(--pro-green);
    color: var(--off-black);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    transition: all .25s linear;
}

.menu-btn a:hover {
    background: var(--pro-yellow);
} */


/* toggle memu */
/* .toggle-menu {
    display: none;
}

.toggle-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.toggle-menu-inner span {
    width: 30px;
    height: 3px;
    background-color: var(--white);
    transition: transform .25s linear;
}

.toggle-menu.active span:first-child {
    transform: translateY(9px) rotate(45deg);
}

.toggle-menu.active span:nth-child(2) {
    opacity: 0;
}

.toggle-menu.active span:last-child {
    transform: translateY(-9px) rotate(-45deg);
} */


/* Homepage header */
#masthead.homepage-header {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--off-black) 0%, #00000000 100%);
    transition: all .25s linear;
}

#masthead.homepage-header .site-branding img {
    max-height: unset;
    width: 162px;
    transition: all .25s linear;
}

#masthead.homepage-header.scrolled {
    background-color: var(--off-black);
}

#masthead.homepage-header.scrolled .site-branding img {
    width: 110px;
}

#masthead.homepage-header.scrolled .main-header {
    padding: 10px 0;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Homepage
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.section__hero-carousel-content .heading p {
    margin: 0;
}


.home section#posts_grid-3 .section__posts-grid-listing img {
    aspect-ratio: 682 / 418;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Mention
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.mention-category-podcast .post-grid-item-meta {
    background-color: var(--light-green) !important;
}

.mention-category-article .post-grid-item-meta {
    background-color: var(--light-purple) !important;
}

.mention-category-video .post-grid-item-meta {
    background-color: var(--light-blue) !important;
}

.archive-listing-header_mentions .btn:hover::after {
    filter: brightness(0) invert(1);
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Press 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.archive-listing-filter_press .btn:hover::after {
    filter: brightness(0) invert(1);
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Footer
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
/* #colophon {
    background-color: var(--off-black);
    padding: 36.5px 0;
    border-top: 2px solid var(--white)
}
.footer-logo-con img {
    max-height: 24px;
    object-fit: contain;
    width: fit-content;
}
#colophon .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#colophon .container a,
#colophon .container p,
#colophon .container div {
	color: var(--white);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
}
.footer-menu {
    display: flex;
    align-items: center;
    gap: 32px;
}
#footer-menu {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 32px;
    list-style: none;
} */



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Post Details
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.post-page {
    padding: 100px 0;
}

.post-page .post-content-con {
    max-width: 874px;
    width: 100%;
    margin: 0 auto;
    gap: 100px;
    display: flex;
    flex-direction: column;
}

.post-page .entry-title {
    text-align: center;
    font-family: "Barlow", sans-serif !important;

}

.post-page .post-conten-con {
    text-align: center;
}

.post-date-and-hd {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.post-body {
    position: relative;
    /* display: grid;
    grid-template-columns: auto 1fr; */
}

.post-page .post-content {
    font-size: 20px;
    line-height: 1.6;
    color: var(--black);
    font-weight: 500;
    /* max-width: 650px; */
    width: 100%;
    margin: 0 auto;
}

.post-page .post-content p {
    font-size: 20px;
    line-height: 1.6;
    color: var(--black);
    font-weight: 500;
}

.post-page .post-content a {
    color: var(--black);
}

.post-date {
    font-size: 20px;
    line-height: 1.2;
    color: var(--black);
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.post-thumbnail {
    margin-bottom: 1.5rem;
}

.post-thumbnail img {
    width: 100%;
}

/* Social Share */
.social-share {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: sticky;
    left: 0;
    top: 150px;
}

.social-share a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--off-black);
    color: var(--black);
    transition: all .25s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 20px;

}

.social-share a:hover {
    background-color: var(--off-black);
    color: var(--white)
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Get Involved
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.page-id-294 {
    background-color: #F4EDE4 !important;
}

.section__three-up-cards {
    background-color: #F4EDE4 !important;
}

.section__three-up-cards-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 80px 0 48px 0;
}

.section__three-up-cards-header h2 p {
    margin: 0;
}

.section__three-up-cards-header .excerpt p {
    font-size: 26px;
    max-width: 1055px;
    margin: auto;
    line-height: 39px;
}

.section__three-up-cards-inner .three-up-card-item h3 {
    font-weight: 600;
}

.three-up-card-item {
    display: flex;
    max-width: 451px;
    width: 100%;
    min-height: 537px;
    height: 100%;
    padding: 40px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 31px;
    border-radius: 40px;
    border: 2px solid #000;
    background-color: #D1DDE6;
}

.desc {
    min-height: 266px;
    height: 100%;
    font-size: 20px;
    line-height: 30px;
}

.section__three-up-cards-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
    column-gap: 20px;
    padding: 15px;
}

.section__three-up-cards-listing div:nth-child(6) .desc {
    min-height: 311px;
}

.section__gallery-block {
    background-color: #F4EDE4 !important;
}

.section__gallery-block-inner {
    padding-top: 88px;
    padding-bottom: 73px;


}

.section__gallery-block-list .section__gallery-images-item img {
    height: 612px;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 40px;
    border: 2px solid #000;
}

.section__gallery-block-inner .section__gallery-block-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    padding: 15px;
}

.section__gallery-block-list div:nth-child(4n+1),
.section__gallery-block-list div:nth-child(4n+4) {
    grid-column: span 5;
}


.section__gallery-block-list div:nth-child(4n+2),
.section__gallery-block-list div:nth-child(4n+3) {
    grid-column: span 7;
}

.section__form-block-rounded {
    background-color: #F4EDE4 !important;
}

.section__form-wrapper {
    background-color: #B4B5DF;
    border-radius: 40px;
    border: 2px solid #000;
    padding: 55px 60px 68px 69px;
    margin-top: 63px;
}

.section__form-wrapper form .gform_body strong {
    display: flex;
    justify-content: center;
    font-size: 22px;
    line-height: 33px;

}

.section__form-wrapper form .gform_body .gfield_label {
    font-size: 16px;
    line-height: 16px;
}

.section__form-wrapper form .gform_body .ginput_container input {
    border-radius: 39px;
    border: 2px solid #000;
    background-color: #F4EDE4;
}

.section__form-wrapper form .gform_body .ginput_container textarea {
    border-radius: 39px;
    border: 2px solid #000;
    background-color: #F4EDE4;
}

.section__form-wrapper form .gform_body .ginput_container #input_2_7_1 {
    border-radius: 0;
    width: 40.259px;
    height: 25px;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}

.gform-footer.gform_footer.top_label {
    justify-content: end;
}

.section__form-wrapper .gf-subscribe-form .gform_wrapper input#gform_submit_button_2 {
    border-radius: 40px;
    border: 2px solid #000;
    background: #AC4FC6;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    padding-right: 35px;

}

.gform-footer {
    position: relative;

}

.gform-footer::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/btn-arrow.svg) no-repeat center center;
    position: absolute;
    transform: translateY(50%);
    padding-right: 40px;
}

.page-id-294 section#image_text_block-1 .cta-wrapper .btn {
    padding: 20px 40px;
    font-size: 22px;
}

/* ================================
   Responsive Fix: 1024px to 999px
   ================================ */
@media only screen and (max-width: 1024px) {
    .section__three-up-cards-header .excerpt p {
        font-size: 20px;
        line-height: 30px;
    }

    .section__three-up-cards-listing {
        grid-template-columns: 1fr 1fr;
        column-gap: 16px;
        row-gap: 30px;
        padding: 40px;
    }

    .section__form-wrapper {
        margin-top: 20px;
    }

    .three-up-card-item {
        width: 100%;
        max-width: 100%;
        padding: 40px 24px;
        gap: 24px;
    }


    .section__three-up-cards-header.ta-center {
        padding: 60px 16px 60px 16px;
    }

    .section__gallery-block-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section__gallery-block-inner .section__gallery-block-list {
        gap: 30px;
        padding: 16px;
    }

    .section__gallery-block-list .section__gallery-images-item img {
        height: 500px;
    }

    .section__form-wrapper {
        padding: 40px 30px 50px 30px;
    }

    .section__form-wrapper form .gform_body strong {
        font-size: 20px;
        line-height: 30px;
    }
}

/* ================================
   Responsive Fix: 998px to 768px
   ================================ */
@media only screen and (max-width: 998px) {
    .section__three-up-cards-listing {
        grid-template-columns: 1fr;
        row-gap: 30px;
        padding: 0 16px;
    }

    .desc {
        font-size: 16px;
        line-height: 24px;
    }

    .three-up-card-item {
        max-width: 100%;
        width: 100%;
        min-height: auto;
        padding: 40px 30px;
        box-sizing: border-box;
    }

    .section__gallery-block-inner .section__gallery-block-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section__gallery-block-list>div {
        grid-column: span 12 !important;
    }

    .section__form-wrapper {
        padding: 55px 22px 35px 23px;
    }

    .section__form-wrapper form .gform_body strong {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .section__form-wrapper .gf-subscribe-form .gform_wrapper input#gform_submit_button_2 {
        font-size: 16px;
        line-height: 16px;
        padding-right: 30px;
    }

    .gform-footer::after {
        transform: translateY(50%);
    }
}

@media only screen and (max-width: 768px) {
    /* Header */
    .site-branding img,
    #masthead.homepage-header .site-branding img ,
    #masthead.homepage-header.scrolled .site-branding img {
        width: 80px;
    }
    .main-header {
        padding: 20px 0;
    }

    /* Three Up Card */
    .section__three-up-cards-listing {
        grid-template-columns: 1fr;
        padding: 0 16px;
    }

    .section__three-up-cards-header .heading {
        font-size: 34px;
        line-height: 40.8px;
    }

    .section__gallery-block-inner .section__gallery-block-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 0 16px;
    }

    .section__gallery-block-list .section__gallery-images-item {
        width: 100%;

    }

    .section__gallery-block-list div:nth-child(1),
    .section__gallery-block-list div:nth-child(4) {
        aspect-ratio: 1 / 1;
        width: 100%;
        overflow: hidden;

    }

    .section__gallery-block-list div:nth-child(2),
    .section__gallery-block-list div:nth-child(3) {
        aspect-ratio: 3 / 2;
        overflow: hidden;
    }

    .section__gallery-block-list div:nth-child(3) {
        order: 4;
    }

    .section__gallery-block-list div:nth-child(4) {
        order: 3;
    }

    .section__gallery-block-list .section__gallery-images-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 40px;
        border: 2px solid #000;
    }

    .section__form-wrapper .gf-subscribe-form {
        text-align: center;
    }

    .gform-field-label.gform-field-label--type-inline.gfield_consent_label {
        text-align: left;
        margin-left: 22px;
    }

    .section__three-up-cards-inner .three-up-card-item h3 {
        font-size: 26px;
        line-height: 33.8px;
    }

    .section__three-up-cards-listing div:nth-child(6) .desc {
        min-height: 200px;
    }

    .desc {
        min-height: 200px;
        height: 100%;
    }

    .section__form-block-header .heading {
        font-size: 34px;
        line-height: 30.8px;
    }

    .section__form-wrapper form .gform_body strong {
        font-size: 18px;
        line-height: 28px;
        max-width: 310px;
        margin: auto;
    }

    form#gform_2 .gform-footer.gform_footer.top_label {
        justify-content: center;
        position: relative;
        width: fit-content;
        margin: 60px auto 0 auto;
    }

    .gform-footer::after {
        right: 0;
    }

    .section__form-wrapper form .gform_body .ginput_container #input_2_7_1 {
        border-radius: 0;
        width: 25px !important;
        height: 25px !important;
    }
}


@media only screen and (max-width: 767px) { 
    .post-page > .container {
        padding: 0 15px;
    }
    .post-page .post-content-con a {
        line-break: anywhere;
    }
    .post-page .post-content p,
    .post-page .post-content  {
        font-size: 18px;
    }

}


@media only screen and (max-width: 460px) {
    .three-up-card-item {
        min-height: auto;
    }

    .desc {
        min-height: auto;
    }

    .three-up-card-item {
        width: 100%;
        aspect-ratio: 199 / 210;
        padding: 40px 28px;
        gap: 20px;
    }

    .section__three-up-cards-listing div:nth-child(6) .desc {
        min-height: auto;
    }
}

@media only screen and (max-width: 380px) {
    .three-up-card-item {
        aspect-ratio: auto;
    }
}