    /* YouTube Responsive Container */

    .youtube-responsive-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .youtube-responsive-container iframe,
    .youtube-responsive-container object,
    .youtube-responsive-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* Fix to sidebar donate widget (override after GF update) */
    aside.sidebar .widget ul .ginput_container li {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    aside.sidebar .widget ul .ginput_container li input[type=radio] {
        width: 30px;
    }

    /* Action Network form (embed) */
    #form-comments,
    #form_col2 .floatlabel-label,
    #action_info,
    #can_embed_form h3 {
        display: none !important;
    }

    body div #can_embed_form {
        border: none !important;
    }

    #can_embed_form_inner a {
        color: #009588 !important;
    }

    #can_embed_form div input[type="submit"] {
        font-weight: bold !important;
        background-color: #ffe100;
        color: #000;
        width: 100%;
        border-radius: 0 !important;
        padding: 15px 10px !important;
    }

    #can_embed_form_inner h2,
    #can_embed_form_inner h3 {
        text-align: center !important;
    }

    #can_embed_form #d_sharing .radio input {
        top: 3px !important;
    }

    #can_embed_form #d_sharing {
        border-top: 0px !important;
    }

    .can_thank_you-block:nth-of-type(3),
    .can_thank_you-block:nth-of-type(4),
    .can_thank_you-block label,
    .can_thank_you-block input {
        display: none !important;
    }

    /* Email signup form (GF) */
    .email-signup-form .gform_body {
        width: 58%;
        margin-right: 2%;
    }

    .email-signup-form .gform_footer {
        width: 40% !important;
        min-width: 0;
        margin: 0px !important;
        padding: 0px !important;
    }

    .email-signup-form .ginput_container_consent {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .email-signup-form .ginput_container_consent input {
        width: 20px;
    }

    .email-signup-form .gform_footer label {
        color: #000;
    }

    .email-signup-form .gform_footer button {
        color: #fff;
        background-color: #009588;
        border-color: #009588;
        cursor: pointer;
        font-weight: 900;
        font-size: 14px !important;
        line-height: 2.1 !important;
        padding: 0.8rem 1rem !important;
        width: 100% !important;
        box-shadow: 0 5px 30px 0 #000;
    }

    .email-signup-form .validation_message,
    .email-signup-form_wrapper .gform_validation_errors,
    .email-signup-form_wrapper .gform_required_legend {
        display: none !important;
    }


    .email-signup-form {
        padding: 0;
        border-top: 0;
        border-bottom: 0;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
    }

    .email-signup-form input {
        padding: 0.8rem 1rem !important;
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
        border-radius: 0.3rem !important;
        box-shadow: 0 5px 30px 0 #000;
    }

    .email-signup-form button {
        display: flex;
        justify-content: space-between;
        margin: 0 !important;
        height: 58px;
    }

    .email-signup-form .gfield_consent_label {
        color: black;
        margin: 0;
    }

    .email-signup-form a {
        color: black;
        text-decoration: underline;
    }

    .email-signup-form .gform_fields {
        margin: 0;
    }

    .email-signup-form button:after {
        font-family: FontAwesome;
        content: "\f054";
        padding-left: 15px;
    }

    .pre-footer .email-signup-form {
        border: 0;
    }

    .footer-email-signup .gform_confirmation_message {
        color: white;
    }

    .footer-email-signup input,
    .footer-email-signup button {
        box-shadow: 0 10px 30px 0 #004d40;
    }

    .footer-social {
        background-color: #404040;
        padding: 30px 0;
        color: white;
    }

    ul.social li a {
        background: white;
        color: #404040;
        font-size: 20px;
        width: 30px;
        height: 30px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    ul.social li a:hover {
        text-decoration: none;
        background: black;
        color: #ffe100;
    }

    .footer-social i:before {
        /* background: #004d40; */
    }

    .footer-social span {
        font-weight: 900;
    }

    /* Mobile styling */
    @media only screen and (max-width: 600px) {
        .email-signup-form .gform_body {
            width: 100%;
        }

        .email-signup-form .gform_footer {
            width: 100% !important;
        }

        .email-signup-form .gfield_consent_label {
            margin-bottom: 10px;
        }
    }

    /* Action network action page */
    #petition-donate,
    .action_letter,
    .action_target,
    .petition-page .can_thank_you-block,
    #referral_code_select_wrap {
        display: none;
    }

    .single-action-petition {
        background-color: #000000 !important;
    }

    .single-action-petition #can_embed_form #d_sharing input {
        top: 6px !important;
    }


    .petition-page .entry-title {
        border: none !important;
    }

    .petition-page .share-button {
        display: block;
        width: 265px;
        margin: 0px auto 25px auto;
        line-height: 40px;
        text-align: left;
        border-radius: 4px;
        background-color: #000;
        color: #fff;
        font-size: 0.9em;
        padding-left: 20px;
        padding-right: 20px;
    }

    .share-page-buttons {
        margin: 70px 0px 55px 0px;
    }

    #skip-to-donate {
        line-height: 40px;
        border-radius: 4px;
        background-color: #B2C4CC;
        border: none;
        width: 161px;
        cursor: pointer;
    }

    .share-page-buttons .facebook-button {
        background-color: #4267B2;
        background-image: url('https://staging.cnduk.org/wp-content/uploads/2023/02/FB-1.png');
        background-repeat: no-repeat;
        background-position-x: 92%;
        background-position-y: center;
        background-size: 25px;
    }

    .share-page-buttons .twitter-button {
        background-color: #1DA1F2;
        background-image: url('https://staging.cnduk.org/wp-content/uploads/2023/02/twitter.png');
        background-repeat: no-repeat;
        background-position-x: 92%;
        background-position-y: center;
        background-size: 25px;
    }

    .share-page-buttons .whatsapp-button {
        background-color: #4FCE5D;
        background-image: url('https://staging.cnduk.org/wp-content/uploads/2023/02/whatsapp.png');
        background-repeat: no-repeat;
        background-position-x: 92%;
        background-position-y: center;
        background-size: 25px;
    }

    .share-page-buttons .email-button {
        background-color: #5C6163;
        background-image: url('https://staging.cnduk.org/wp-content/uploads/2023/02/email.png');
        background-repeat: no-repeat;
        background-position-x: 92%;
        background-position-y: center;
        background-size: 25px;
    }

    .petition-page-background {
        background-image: url('../images/background-scaled-white.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom right;
        /* min-height: 90vh; */
    }

    #can-container #can_main_col {
        background-color: #ffffff;
        padding: 28px;
        width: 60% !important;
    }

    .petition-page-container,
    .landing-page-footer-container {
        margin-right: auto;
        margin-left: auto;
        padding: 20px 15px 50px 15px;
        width: 100%;
        max-width: 1140px;
    }

    .landing-page-footer-container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        text-align: right;
        padding-top: 15px !important;
    }

    footer.content-info .widget h3 {
        font-size: 24px;
    }

    @media (max-width: 992px) {

        .petition-page-container,
        .landing-page-footer-container {
            max-width: 960px;
        }
    }

    @media (max-width: 768px) {

        .petition-page-container,
        .landing-page-footer-container {
            max-width: 720px;
        }
    }

    @media (max-width: 576px) {

        .petition-page-container,
        .landing-page-footer-container {
            max-width: 540px;
        }
    }

    .petition-page-container .can_embed.v5 #can_embed_form h2 {
        text-transform: uppercase !important;
        margin-bottom: 15px !important;
        font-size: 1.4em;
    }

    .petition-page-container #can_sidebar {
        background-color: #ffffff !important;
        border: none !important;
        border-radius: 20px;
        width: 35% !important;
        padding: 28px 45px !important;
    }

    .petition-page-container .action_sidebar:before {
        font-weight: 700;
        font-size: 1.4em;
        color: #253258;
        font-family: Montserrat;
    }

    .petition-page-container #can_embed_form input[type=submit] {
        max-width: 70% !important;
        margin: 0px auto;
        font-weight: 800 !important;
        border-radius: 0px !important;
        padding: 10px 10px !important;
    }

    .petition-page-container #can_embed_form input[type=submit]:hover {
        background-color: black;
        color: #ffe100;
    }

    .landing-page-footer {
        height: 85px;
        background-color: #404040;
    }

    .petition-page-container #can_thank_you,
    .petition-donate-page {
        background-color: #ffffff !important;
        padding: 28px 50px !important;
    }

    .petition-donate-page {
        margin-top: 200px;
    }

    .petition-donate-page .gform_title {
        display: none;
    }

    .petition-donate-page .gchoice input {
        width: auto !important;
        position: relative;
        top: -2px;
    }

    .petition-donate-page button {
        border: none;
        color: #000000;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #FFE100;
        border-radius: 5px;
        padding: 12px 20px;
        margin-right: 15px;
    }

    /* Mobile styling petition page */
    @media only screen and (max-width: 600px) {
        .petition-page-container #can-container #can_main_col {
            width: 100% !important;
            margin-bottom: 25px;
        }

        .petition-page-container #can_sidebar {
            width: 100% !important;
            border-radius: 0px;
        }
    }

    /* Change to petition box title text */

    #can_sidebar h4,
    #can_embed_form_inner h4 {
        display: none;
    }

    .action_sidebar:before,
    #can_embed_form_inner .new_signature:before {
        content: "Add Your Name";
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        margin-bottom: 25px;
        font-size: 1.2em;
    }

    /* Fix to donate form */
    section.home-donate .wrapper .donate-content .ginput_container_radio .gfield_radio li {
        align-items: flex-start;
    }

    section.home-donate .wrapper .donate-content .ginput_container_radio .gfield_radio li input[type=radio] {
        width: auto;
        margin-top: 8px;
    }

    /* Theme Refresh Styling 2024 */
    /****************************************/

    body {
        color: #000;
        line-height: 1.2;
        background-color: #fff;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Archivo", sans-serif;
        text-transform: uppercase;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-variation-settings:
            "wdth" 62.5;
    }

    a,
    a:hover {
        color: #000;
    }

    p {
        line-height: 1.3;
    }

    .btn {
        border-radius: 0;
        font-size: 24px;
        font-family: "Archivo", sans-serif;
        font-weight: 750;
        /* Custom weight between 600 and 900 */
        font-style: normal;
        /* Ensure it's non-italic */
        font-variation-settings:
            "wght" 750,
            /* Set custom weight to 750 */
            "wdth" 62.5;
        /* Set width to 62.5 for condensed style */
    }

    .btn-link {
        padding: 0;
        color: black;
        position: relative;
        min-width: 0;
        display: inline-flex;
        align-items: center;
        gap: 20px;
        line-height: 1.2;
    }

    .btn-link:hover {
        color: #000;
    }

    .btn-arrow:after,
    .btn-download:after,
    section.home-donate .wrapper .donate-content .gform_page_footer .button.gform_next_button:after {
        height: 100%;
        width: 25px;
        display: inline-block;
        background-image: url('../images/cnd-arrow-black.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center right;
        content: '';
        top: 0;
        transition: all 0.3s ease;
    }

    .btn-arrow:not(.btn-link):hover:after,
    .btn-download:hover:after,
    section.home-donate .wrapper .donate-content .gform_page_footer .button.gform_next_button:hover:after {
        background-image: url('../images/cnd-arrow-white.png');
    }

    .btn-primary,
    .wpgmza_sl_search_button_1,
    section.home-donate .wrapper .donate-content .gform_page_footer .button {
        color: #000;
        background-color: #ffe100;
        border-color: #000;
        box-shadow: none;
        font-weight: 900;
        border-radius: 0;

    }

    section.home-donate .wrapper .donate-content .gform_page_footer section.pre-footer .button,
    section.pre-footer .btn-primary,
    section.pre-footer .wpgmza_sl_search_button_1,
    section.pre-footer input[type=email],
    section.pre-footer section.home-donate .wrapper .donate-content .gform_page_footer .button {
        box-shadow: none;
    }


    .btn-primary:hover,
    .wpgmza_sl_search_button_1:hover,
    section.home-donate .wrapper .donate-content .gform_page_footer .button:hover {
        color: white;
        background-color: #000;
        border-color: #000;
        box-shadow: none;
    }

    /* New top bar */
    .top-bar {
        background-color: #fff;
        color: black;
        /* padding: 10px 0; */
        /* height: 45px; */
        font-size: 18px;
    }

    .top-bar-left,
    .top-bar-right {
        text-align: center;
        display: flex;
        align-items: center;
    }

    .top-bar-right {
        text-align: right;
        justify-content: flex-end;
    }

    .top-bar-left .search-form {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

    .top-bar-left .search-form input {
        border: 0;
    }

    .top-bar .btn {
        text-transform: capitalize;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        border-left: 1px solid #000;
        padding: 5px 20px;
        font-size: 20px;
    }

    .top-bar .join-btn {
        background: #ffe100;
    }

    .top-bar .btn:hover {
        background-color: #ffe100;
        color: black;
    }

    .top-bar .join-btn:hover {
        background-color: black;
        color: #ffe100;
    }

    /* home button - in banner - classes - .btn.btn-primary.btn-lg.btn-arrow */

    .email-signup-form .gform_footer button {
        background-color: #ffe100;
        color: black;
        border-color: #ffe100;
        box-shadow: none;
    }

    .pre-footer .email-signup-form .gform_footer button {
        background-color: black;
        color: #ffe100;
    }

    .pre-footer .email-signup-form label {
        color: black;
    }

    section.home-signup .wrapper .signup-content,
    section.home-signup .wrapper {
        background-image: none;
        background-color: #3c3a3a;
    }

    section.home-donate .wrapper .donate-content {
        background-image: none;
    }

    section.home-donate .wrapper .donate-content h2 {
        color: #fffffe;
        text-transform: uppercase;
        text-transform: uppercase;
        font-weight: 900;
        font-stretch: ultra-condensed;
        font-family: 'Archivo', sans-serif;
        line-height: 1.2;
    }

    section.home-signup .wrapper .signup-content-blurb h2 {
        text-transform: uppercase;
        font-family: 'Archivo', sans-serif;
        font-weight: 900;
        /* font-stretch: ultra-condensed; */
        line-height: 1.2;
    }

    section.home-signup .wrapper .signup-content-blurb p,
    section.home-donate .wrapper .donate-content p {
        color: #fff;
    }

    a,
    .more-link {
        color: #000;
    }

    .card .card-body {
        background-color: #ffe100;
    }

    .card {
        padding: 0px;
        box-shadow: none;
        border: 0;
        position: relative;
    }


    .card img {
        margin-left: 0px;
        width: 100%;
    }

    .card:hover {
        padding: 0;
        border: 0;
        box-shadow: none
    }

    .card:hover .card-link {
        right: 20px;
        bottom: 20px;
    }

    .card .card-link:hover {
        text-decoration: underline;
        color: black;
    }

    .latest-posts .card-body {
        background-color: #f2f2f2;
    }

    section.home-signup .wrapper .signup-content a {
        font-size: 14px;
        color: #ffe100;
    }

    .email-signup-form .gfield_consent_label {
        color: white;
    }

    section.pre-footer .story,
    section.pre-footer {
        background-color: #000;
    }

    section.pre-footer .join {
        background-color: #ffe100;
    }

    section.pre-footer .join:after {
        /* background: #ffe100; */
        background-color: #ffe100;
        background-image: none;
    }

    section.pre-footer .join-title {
        color: #000;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 44px;
        font-stretch: ultra-condensed;
        font-family: 'Archivo', sans-serif;
    }

    section.home-donate .wrapper {
        background: #3c3a3a;
    }

    /* .email-signup-form,
    section.home-donate .wrapper .donate-content .gform_body {
        padding: 15px 0;
        border-top: 1px solid #888;
        border-bottom: 0px solid #ddd;
    } */

    section.home-donate .wrapper .donate-content .gform_page_footer {
        border-top: 1px solid #888;
        border-bottom: 1px solid #888;
    }

    header.banner .meta-info-header time {
        color: #000;
        margin-bottom: 8px;
        display: block;
    }

    .card .card-subtitle.meta-info,
    .card .card-subtitle.meta-info a {
        font-size: 14px;
        color: #383838;
    }

    .card .card-subtitle.price {
        color: black;
        font-weight: 400;
    }

    /* Home adjustments / overrides */
    .home header.banner {
        min-height: 0;
    }

    .home header.banner .contents {
        height: auto;
    }

    header.banner .contents .banner-text {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    header.banner .contents .banner-image {
        min-height: 580px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    header.banner .overlay-image {
        background-image: none !important;
        background-color: #ffe100;
        opacity: 1;
    }

    header.banner .page-banner {
        background-color: #ffe100
    }

    header.banner .overlay-stripe {
        background-image: none !important;
    }

    /* Add placeholder styling for above input field */
    .search-field::placeholder {
        color: #000 !important;
        font-weight: 900;
        font-size: 16px;
    }

    .top-bar .shop-link {
        height: 100%;
        gap: 10px;
    }

    .top-bar .shop-link:hover {
        text-decoration: none;
        background: #ffe100;
    }

    .top-bar .search-form .search-field {
        border-top: 0;
        border-bottom: 0;
        width: 80px;
    }

    .top-bar .search-form .search-submit {
        background-color: transparent;
        border-color: transparent;
        border-radius: 0;
        visibility: hidden;
        width: 0;
        border-top: 0;
        border-bottom: 0;
        border-right: 0;
    }

    .top-bar .search-form label {
        padding-left: 10px;
        background-image: url('../images/search-icon.png');
        margin: 0;
    }


    .top-bar .search-form label i {
        font-size: 16px;
    }

    .top-bar .search-form .search-submit:hover {
        background: #ffe100;
    }

    .top-bar .search-form .search-submit i {
        color: #000;
    }

    .top-bar .search-form.active .search-submit {
        visibility: visible;
    }

    .top-bar .search-form.active label {
        padding-left: 0;
    }

    .top-bar .search-form.active label i {
        visibility: hidden;
        width: 0;
    }

    .top-bar .search-form.active .search-field {
        width: 100%;
        color: black;
    }

    .top-bar .search-form.active .search-submit {
        width: auto;
    }

    .btn-header-search {
        background-color: transparent;
        border-radius: 0;
        color: black;
        border: 0;
        font-weight: 900;
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 0;
        margin: 0;
    }

    .nav-wrapper {
        background: black;
        height: auto;
        padding: 30px 0;
    }

    .navbar-toggler {
        transition: all 0.5s ease-in-out;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler::after {
        font-family: "Font Awesome 6 Pro";
        content: "\f0c9";
        font-size: 30px;
        color: white;
        background-color: black;
        border: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-toggler.is-active::after {
        content: "\f00d";
        color: #ffe100;
        border: 0;
    }

    .navbar-toggler-icon {
        color: white;
        background-image: none;
        font-size: 30px;
        width: auto;
        height: auto;
    }

    header.banner .contents h1 {
        color: #000;
        border-top: 15px solid;
        border-bottom: 15px solid;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 75px;
        line-height: 0.9;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    @media screen and (max-width: 768px) {
        header.banner .contents h1 {
            font-size: 50px;
        }

        header.banner .contents .banner-image {
            min-height: 380px;
        }
    }

    #menu-main-navigation {
        display: flex;
        /* gap: 40px; */
    }

    #menu-main-navigation>li {
        padding: 0;
    }

    #menu-main-navigation>li>a {

        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        display: block;


        background-color: transparent;
         /* #000; */
        border: 0px solid #fff;
        color: #b2b3b3;
        
        /* padding-bottom: 2px; */
        font-size: 20px;
        transition: all 0.3s;
        border-radius: 0;
        border: 0;
        /* border-bottom: 4px solid transparent; */
        font-weight: 900;
        font-stretch: ultra-condensed;
        font-family: 'Archivo', sans-serif;
        line-height: 1.2;
    }

    #menu-main-navigation>li>a.active,
    #menu-main-navigation>li>a:active,
    #menu-main-navigation>li>a:focus,
    #menu-main-navigation>li>a:hover {
        color: #ffe100;
        border: 0;
    }

    #menu-main-navigation>li>a {
        position: relative;
        color: #ffffff;
        /* Default text color */
        text-decoration: none;
        padding-bottom: 4px;
        /* Space for the underline */
    }

    #menu-main-navigation>li>a::before {
        content: "";
        position: absolute;
        /* left: 20px; */
        /* right: 20px; */
        bottom: 16px;
        width: 0%;
        height: 4px;
        background-color: #ffe100;
        transition: width 0.1s ease-in-out;
    }

    #menu-main-navigation>li>a.active::before,
    #menu-main-navigation>li>a:focus::before,
    #menu-main-navigation>li>a:hover::before {
        width: calc(100% - 40px);
        /* Expands from left to right */
    }

    .navbar-brand img.logo {
        display: block;
        height: auto;
        width: 100%;
        /* Add smoothing for rasterized elements (doesn't always apply to SVGs) */
        image-rendering: -webkit-optimize-contrast;
        /* Safari */
        image-rendering: crisp-edges;
        /* Non-retina devices */
    }

    /* Add mobile media query for the above */
    @media (max-width: 767px) {
        .nav-wrapper {
            padding: 15px 0;
        }

        .navbar {
            padding: 0;
        }

        .navbar-nav {
            padding: 0;
            background-color: black !important;
        }

        #menu-main-navigation>li>a:hover {
            color: #ffe100;
            /* border-bottom: 0; */
        }

        .navbar-brand img.logo {
            display: block;
            max-width: 150px;
        }

        .search-form label {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
        }
    }

    /* Dropdown menu on desktop */
    .dropdown-menu {
        left: unset;
        right: 0;
    }

    .dropdown-menu a.dropdown-item:hover {
        color: #ffe100;
    }

    section.pre-footer a.story-title {
        color: #ffe100;
        padding-left: 90px;
        background-size: 70px 70px;
        background-repeat: no-repeat;
        background-image: url('../images/cnd-logo-white.png');
        font-size: 24px;
        line-height: 1.4;
        text-transform: none;
    }

    /* Footer contents */
    footer.content-info .widget ul li a {
        color: #000;
        font-size: 16px;
    }

    footer.content-info .row {
        justify-content: space-between;
    }

    .gform_wrapper.gravity-theme .gfield input,
    .gform_wrapper.gravity-theme .gfield select,
    section.pre-footer .join input {
        border-color: #000;
        border-radius: 0 !important;
        box-shadow: none;
    }

    /* Inner pages refresh */

    /* breadcrumbs */
    header.banner .breadcrumbs {
        font-weight: 900;
        color: black;
    }

    header.banner .breadcrumbs a {
        color: black;
        font-weight: normal
    }

    header.banner .excerpt {
        color: black;
        font-size: 18px;
        line-height: 23px;
    }

    .boxes {
        margin-top: 60px;
    }

    .campaign-box {
        margin: 0;
    }

    header.banner .contents {
        height: auto;
    }

    /* Single Campaign Page */

    .campaign-box .resources .card-title {
        background: #000;
        color: #ffe100;
    }

    .campaign-box .resources .card-body .item {
        border-bottom: 1px solid #808080;
    }

    .campaign-box .card-body .item a {
        color: #000;
    }

    .campaign-box .action .card-title {
        background: #ffe100;
        color: #000;
    }

    .campaign-box .involved .card-title {
        background: #000;
        color: #ffe100;
    }

    .card .card-body {
        background-color: #f2f2f2;
    }

    .campaign-box .action {
        background: #ffe100;
    }

    .campaign-box .card-body ul.link-list li {
        height: auto;
        border-bottom: 1px solid #808080;
    }

    .campaign-box .card-body ul.link-list li a {
        padding: 15px 0;
        border: 0;
        border-radius: 0;
        height: auto;
    }

    .campaign-box .card-body ul.link-list li a:hover {
        background: transparent;
        color: #000;
        text-decoration: underline;
    }

    section.campaign-brief .wrapper .signup-content {
        background: #404040;
        background-position: 0 100%;
        background-size: contain;
        padding: 20px 20px 40px;
        color: #fff;
        padding: 60px;
    }

    section.campaign-brief .wrapper {
        background: #404040;
    }


    /* PAGES */

    .page-template-template-single-appeal aside.archive-sidebar .widget,
    .page-template-template-single-appeal aside.sidebar .widget,
    aside.archive-sidebar .page-template-template-single-appeal .widget,
    aside.archive-sidebar .widget.alternative,
    aside.archive-sidebar .widget_text,
    aside.sidebar .page-template-template-single-appeal .widget,
    aside.sidebar .widget.alternative,
    aside.sidebar .widget_text {
        background: #ffe100;
    }

    .page-template-template-single-appeal aside.archive-sidebar .widget h3,
    .page-template-template-single-appeal aside.sidebar .widget h3,
    aside.archive-sidebar .page-template-template-single-appeal .widget h3,
    aside.archive-sidebar .widget.alternative h3,
    aside.archive-sidebar .widget_text h3,
    aside.sidebar .page-template-template-single-appeal .widget h3,
    aside.sidebar .widget.alternative h3,
    aside.sidebar .widget_text h3 {
        background: #ffe100;
        color: #000;
    }

    aside.sidebar .widget.alternative .cta-button {
        padding: 10px 20px 15px;
    }

    main .wrapper {
        border-top: 5px solid #808080;
        background-color: #f2f2f2;
        box-shadow: none;
    }

    article footer {
        border-top: 1px solid #808080;
        padding-top: 30px;
    }

    article footer .back-top {
        text-transform: uppercase;
        color: #404040;
    }

    .quickshare-container .quickshare-share {
        color: #404040;
        font-weight: 900;
    }

    .quickshare-icons span {
        box-shadow: none;
        background-color: #404040;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .quickshare-container .quickshare-facebook,
    .quickshare-container .quickshare-twitter,
    .quickshare-container .quickshare-linkedin,
    .quickshare-container .quickshare-email {
        background-image: none;
    }

    .quickshare-container .quickshare-facebook::before {
        content: "\f39e";
        /* Unicode for 'fa-x-twitter' */
        font-family: "Font Awesome 6 Brands";
        /* Correct font family for brand icons */
        font-weight: 400;
        /* Font Awesome Brands icons use normal font-weight */
        font-size: 20px;
        color: white;
        background-image: none;
        display: inline-block;
        /* Ensures the icon is treated as a block element */
    }

    .quickshare-container .quickshare-twitter::before {
        content: "\e61b";
        /* Unicode for 'fa-x-twitter' */
        font-family: "Font Awesome 6 Brands";
        /* Correct font family for brand icons */
        font-weight: 400;
        /* Font Awesome Brands icons use normal font-weight */
        font-size: 20px;
        color: white;
        background-image: none;
        display: inline-block;
        /* Ensures the icon is treated as a block element */
    }

    .quickshare-container .quickshare-linkedin::before {
        content: "\f0e1";
        /* Unicode for 'fa-x-twitter' */
        font-family: "Font Awesome 6 Brands";
        /* Correct font family for brand icons */
        font-weight: 400;
        /* Font Awesome Brands icons use normal font-weight */
        font-size: 20px;
        color: white;
        background-image: none;
        display: inline-block;
        /* Ensures the icon is treated as a block element */
    }

    .quickshare-container .quickshare-email::before {
        content: "\f0e0";
        /* Unicode for 'fa-x-twitter' */
        font-family: "Font Awesome 6 Pro";
        /* Correct font family for brand icons */
        font-weight: 400;
        /* Font Awesome Brands icons use normal font-weight */
        font-size: 20px;
        color: white;
        background-image: none;
        display: inline-block;
        /* Ensures the icon is treated as a block element */
    }


    /* JOIN DONATE TEMPLATE */
    .join-donate.widget .nav-link {
        font-weight: bold;
        font-family: 'archivo', sans-serif;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 600;
        font-variation-settings: "wght" 750,
            /* Set custom weight to 750 */
            "wdth" 62.5;
        border-radius: 0;
    }

    .join-donate.widget .nav-link:hover {
        color: black;
        text-decoration: underline;
    }

    .join-donate.widget .nav-link.active {
        color: #ffe100;
        background-color: #000;
    }

    .join-donate.widget .nav-link.active:hover {
        background-color: #ffe100;
        color: #000;
        text-decoration: none;
    }

    .join-donate-button,
    .join-donate.widget #cnd-donate-monthly button.next-button,
    .join-donate.widget .gform_page_footer .button {
        font-weight: bold;
        font-family: 'archivo', sans-serif;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 600;
        font-style: normal;
        font-variation-settings: "wght" 750,
            /* Set custom weight to 750 */
            "wdth" 62.5;
        color: #ffe100;
        background-color: #000;
        border-radius: 0;
    }

    .join-donate-button:hover,
    .join-donate.widget #cnd-donate-monthly button.next-button:hover,
    .join-donate.widget .gform_page_footer .button:hover {
        color: #000;
        background-color: #ffe100;
    }

    /* Join page form styles */
    .ddSelected {
        background-color: #000;
        color: #fff;
        font-weight: 900;
    }

    .ddButton:hover {
        background-color: #ffe100;
        color: #000;
    }

    .frequency {
        background-color: #ffee00;
        color: #000;
        font-weight: 900;
        border-radius: 0;
    }

    .payMonthly {
        background-color: #000;
        color: #ffee00;
        border-radius: 0;
        text-transform: uppercase;
    }


    .search-form .search-submit {
        color: #fff;
        background-color: black;
        border-color: #ffe100;
        font-family: "Archivo", sans-serif;
        text-transform: uppercase;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        border-radius: 0;
        font-variation-settings:
            "wdth" 62.5;
    }

    .search-form .search-submit:hover {
        background-color: #ffe100;
        color: black;
    }

    .mobile-search-toggle {
        display: none;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        align-items: center;
        font-size: 16px;
    }

    /* Mobile styling for search */
    @media screen and (max-width: 768px) {
        .mobile-search-toggle {
            display: flex;
        }

        .top-bar .btn {
            padding: 5px 10px;
        }

        .shop-label {
            display: none;
        }

        .search-form {
            display: none;
        }

        .search-form.active {
            display: flex;
            position: absolute;
            right: 0;
            top: 0;
            left: 52px;
            z-index: 10;
            flex-wrap: nowrap;
            justify-content: space-between;
            background: white;
            width: 100%;
        }
    }

    /* form chabges */
    .addressInput,
    .comment-form input[type=email],
    .comment-form input[type=text],
    .comment-form input[type=url],
    .comment-form textarea,
    .dataTables_filter input,
    .form-control,
    .gform_fields input,
    .gform_fields select,
    .gform_fields textarea,
    .search-form .search-field,
    .wpgmza_sl_query_innerdiv2 select.wpgmza_sl_radius_select,
    section.home-donate .wrapper .donate-content input[type=text],
    select {
        border-radius: 0;
    }


    aside.sidebar .widget.widget_cnd_local_area_widget {
        background: #404040;
        background-image: none;
    }

    /* Local groups plugin overrides */

    #wpgmza_table_1_paginate span .paginate_button.current,
    #wpgmza_table_1_paginate span .paginate_button:hover {
        background-color: #000 !important;
        color: #ffe100 !important;
        border-color: #000 !important;
        border-radius: 0 !important
    }

    #wpgmza_table_1_paginate span .paginate_button {
        color: #000 !important;
        border-radius: 4px;
        background-color: #ffe100;
    }

    .wpgmza_sl_main_div input[type="button"],
    .wpgmaps_directions_outer_div input[type="button"],
    .wpgmza-inner input[type="button"] {
        color: black;
    }

    table.dataTable tbody tr {
        background-color: transparent !important;
    }

    #wpgmza_table_1_paginate span .paginate_button {
        border-radius: 0;
    }

    #wpgmza_table_1_paginate .paginate_button.next:not(.disabled),
    #wpgmza_table_1_paginate .paginate_button.previous:not(.disabled) {
        background-color: #ffe100 !important;
        color: #000 !important;
    }

    #wpgmza_table_1_paginate .paginate_button.next,
    #wpgmza_table_1_paginate .paginate_button.previous {
        font-size: 18px;
    }

    #wpgmza_table_1_paginate .paginate_button.next:hover:not(.disabled),
    #wpgmza_table_1_paginate .paginate_button.previous:hover:not(.disabled) {
        background: black !important;
        border-color: #000 !important;
        color: #ffe100 !important;
    }

    .wpgmza_sl_main_div input[type="button"]:hover,
    .wpgmaps_directions_outer_div input[type="button"]:hover,
    .wpgmza-inner input[type="button"]:hover {
        color: #ffe100;
        background-color: black;
    }

    /* Add underlines to entry content links */
    .entry-content a,
    .main a {
        text-decoration: underline;
        color: inherit;
    }

    .entry-content a:hover,
    .main .wrapper a:hover {
        text-decoration: none;
    }

    .entry-content h2 a,
    .entry-more a,
    .card a,
    .main .wrapper a:hover {
        text-decoration: none;
    }

    .entry-more a:hover {
        text-decoration: underline;
    }

    /* New menu */
    .navbar {
        position: unset;
    }

    .navbar ul {
        margin-bottom: 0;
    }

    #menu-main-navigation>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: normal;
    }

    .site-menu.is-visible {
        display: flex;
    }

    .site-menu__sub-menu {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 40px 40px 0px #0000001f;
        z-index: 50;
        opacity: 0;
        visibility: hidden;
        /* transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; */
        display: flex; /* Keep flex so it doesn't get removed */
        justify-content: flex-end;
        pointer-events: none; /* Prevent interaction when hidden */
    }
    
    .site-menu__sub-menu.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .site-menu__sub-inner {
        padding: 60px;
        position: relative;
        max-width: 1400px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-right: 15px;
        padding-left: 15px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 50px;
    }

    .site-menu__sub-inner {
        width: 100%;
    }

    .site-menu__sub-inner>div {
        position: relative;
    }

    .site-menu__sub-inner .button-column.image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .site-menu__sub-inner .button-column {
        background-color: transparent;
        padding: 20px;
        color: white;
        font-weight: 600;
        font-size: 22px;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        position: relative;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
    .site-menu__sub-menu.is-visible 
    .site-menu__sub-inner .button-column {
        opacity: 1;
        visibility: visible;
    }
    
    .site-menu__sub-inner .button-column span {
        position: relative;
        z-index: 5;
        transition: color 0.2s ease-in-out;
    }
    
    .site-menu__sub-inner .button-column {
        position: relative;
        overflow: hidden;
        z-index: 0;
    }
    
    /* Base gradient: always visible */
    .site-menu__sub-inner .button-column::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        z-index: 1;
        pointer-events: none;
    }
    
    /* Hover overlay: fades in on hover */
    .site-menu__sub-inner .button-column::after {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25));
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 2;
        pointer-events: none;
    }
    
    .site-menu__sub-inner .button-column:hover::after {
        opacity: 1;
    }
    
    .site-menu__sub-inner .button-column:hover {
        background-color: rgba(0, 0, 0, 0.8); /* Optional background change on hover */
    }

    .site-menu__inner>ul>li.menu-item-has-children>a:after {
        content: "\f078";
        font-size: 15px;
        color: #fff;
        margin-left: 5px;
        font-weight: bold;
        font-family: var(--fa-style-family, "Font Awesome 6 Pro");
        font-weight: var(--fa-style, 900);
        font-style: var(--fa-style, normal);
    }

    .site-menu__inner>ul>li.menu-item-has-children>a:hover:after,
    .site-menu__inner>ul>li.menu-item-has-children>a:focus:after,
    .site-menu__inner>ul>li.menu-item-has-children>a:active:after,
    .site-menu__inner>ul>li.menu-item-has-children>a.active:after {
        color: #ffe100; 
    }

    /* Mobile menu */
    @media (max-width: 991px) {
        #menu-main-navigation {
            padding: 0;
        }

        #menu-main-navigation>li>a {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding-left: 0;
            padding-right: 0;
        }

        #menu-main-navigation>li>a.active::before,
        #menu-main-navigation>li>a:focus::before,
        #menu-main-navigation>li>a:hover::before {
            width: 100%;
        }

        .site-menu {
            display: none;
            width: 100%;
            padding-top: 40px;
            padding-bottom: 40px;
            opacity: 0;
            transform: translateY(-20px);
            visibility: hidden;
            transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
        }


        /* When the menu becomes visible */
        .site-menu.is-visible {
            opacity: 1;
            visibility: visible;
            animation: menuBounceIn 0.5s ease-out forwards;
        }

        /* === Main Menu Appearance with Bounce Effect === */
        @keyframes menuBounceIn {
            0% {
                transform: translateY(-20px);
            }

            50% {
                transform: translateY(10px);
                /* Slight overshoot */
            }

            75% {
                transform: translateY(-5px);
                /* Bounce back */
            }

            100% {
                transform: translateY(0);
                /* Settle in place */
            }
        }

        .site-menu__sub-menu {
            /* margin-top: 30px; */
            padding: 0;
            position: relative;
            background: transparent;
            box-shadow: none;
            border-top: 0;
            /* display: flex; */
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }



        /* Initially hidden submenu */
        .site-menu__sub-menu {
            opacity: 0;
            visibility: hidden;
            max-height: 0;
            /* Start fully collapsed */
            overflow: hidden;
            /* Prevents content from showing */
            transition: opacity 0.2s ease-out, visibility 0.2s ease-out, max-height 0.6s ease-out;
            /* Speed up max-height transition */
        }

        /* When the submenu becomes visible */
        .site-menu__sub-menu.is-visible {
            display: flex;
            opacity: 1;
            visibility: visible;
            max-height: 440px;
            /* Expand gradually */
            animation: submenuExpand 0.6s ease-out forwards;
            /* Speed up submenu expand */
        }

        /* === Submenu Expansion with Bounce (Affects Spacing Below) === */
        @keyframes submenuExpand {
            0% {
                max-height: 0;
                margin-bottom: 0px;
            }

            50% {
                max-height: 480px;
                /* Overshoot */
                margin-bottom: -30px;
            }

            75% {
                max-height: 390px;
                /* Bounce back */
                margin-bottom: -10px;
            }

            100% {
                max-height: 440px;
                /* Settle at final height */
                margin-bottom: 0px;
            }
        }

        /* === Menu Items Appear Smoothly (NO Bounce) === */
        .site-menu__sub-menu.is-visible>li {
            opacity: 0;
            transform: translateY(10px);
            /* Start slightly below */
            animation: fadeSlideIn 0.4s ease-out forwards;
            /* Speed up the fade-in for menu items */
            animation-delay: 0.2s;
            /* Wait for submenu to grow before appearing */
        }

        /* Smooth fade-in for menu items (No bounce!) */
        @keyframes fadeSlideIn {
            0% {
                opacity: 0;
                transform: translateY(10px);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }


        .site-menu__inner {
            width: 100%;
        }

        .site-menu__sub-inner {
            padding: 20px;
            padding-right: 0;
            padding-left: 0;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px;
        }

        .site-menu__sub-inner .button-column {
            padding: 10px;
            font-size: 18px;
            min-height: 200px;
        }

        .site-menu__inner ul {
            flex-direction: column;
        }
    }

    @media (min-width: 992px) {

        .navbar-expand-lg,
        .navbar-expand-lg .navbar-nav {
            justify-content: space-between;
        }
    }



    /* New campaigns landing template */
    .campaigns-template-template-campaign-landing .main {
        margin-top: 60px;
    }

    .campaigns-template-template-campaign-landing .card {
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }

    .campaigns-template-template-campaign-landing .card img {
        max-width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        display: block;
    }

    .campaigns-template-template-campaign-landing .card-body {
        display: flex;
        flex-direction: column;
    }

    .campaigns-template-template-campaign-landing .card a {
        /* display: block; */
        align-self: flex-start;
        justify-self: flex-end;
        margin-top: auto;
    }
