.salesclub-causes-events-page,
.page-template-causes,
.page-template-causes-php {
    background: #F5FCFF;
}

.salesclub-causes-events-page footer.site-footer,
.page-template-causes footer.site-footer,
.page-template-causes-php footer.site-footer {
    max-width: 100%;
    margin-top: 0;
    padding: 32px;
    background: linear-gradient(184.63541444283186deg, rgb(24, 173, 209) 28.782%, rgb(4, 103, 195) 94.293%) !important;
    color: #FFFFFF;
}

.salesclub-causes-events-page footer.site-footer a,
.page-template-causes footer.site-footer a,
.page-template-causes-php footer.site-footer a {
    color: #FFFFFF;
}

.scc-ce-page,
.scc-ce-single {
    --scc-ce-blue: #004F98;
    --scc-ce-green: #32DE8A;
    --scc-ce-sky: #18ADD1;
    --scc-ce-hero-shape: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 1920 396.209' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 283.601C1876.4 289.454 1130.49 388.886 715.333 396C402.161 401.366 47.4742 301.748 4.36328 289.275L0 288V0H1920V283.601Z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='875.525' y1='-48.0326' x2='897.968' y2='614.408' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230467C3'/%3E%3Cstop offset='1' stop-color='%2318ADD1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    --scc-ce-soft: #E6F7FE;
    background: #F5FCFF;
    color: var(--scc-ce-blue);
    font-family: "Avenir Next", Arial, sans-serif;
    overflow: hidden;
}

.scc-ce-hero {
    position: relative;
    min-height: 396.209px;
    padding: 0 20px;
    background-color: #F5FCFF;
    background-image: var(--scc-ce-hero-shape);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 396.209px;
}

.scc-ce-hero::after {
    content: none;
}

.scc-ce-hero-inner {
    position: absolute;
    top: 194px;
    left: 50%;
    width: min(100% - 32px, 1000px);
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.scc-ce-title {
    margin: 0;
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-shadow: 2px 2px 0 #32DE8A;
    text-transform: uppercase;
}

.scc-ce-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.scc-ce-breadcrumb a {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
}

.scc-ce-breadcrumb span:last-child {
    color: #E8FFF5;
}

.scc-ce-nominate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 282px;
    min-height: 71px;
    margin-top: 59px;
    padding: 21px 48px;
    border-radius: 10.667px;
    background: var(--scc-ce-green);
    color: #FFFFFF;
    font-size: 21.333px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8533px;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.scc-ce-nominate:hover,
.scc-ce-nominate:focus-visible {
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 79, 152, 0.18);
}

.scc-ce-events {
    margin-top: 86px;
    margin-bottom: 88px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.scc-ce-card {
    box-sizing: border-box;
    width: 100%;
    min-height: 545.962px;
    display: grid;
    grid-template-columns: minmax(360px, 653.846px) minmax(0, 705.128px);
    align-items: center;
    justify-content: space-between;
    gap: clamp(48px, 7vw, 158.974px);
    padding: 30.769px 41.026px;
    border-radius: 20.513px;
    background: var(--scc-ce-card-bg, var(--scc-ce-soft));
    overflow: hidden;
}

.scc-ce-card-content {
    width: 100%;
    min-width: 0;
}

.scc-ce-card--no-media {
    min-height: 0;
    grid-template-columns: minmax(0, 960px);
    justify-content: center;
    padding: 64px;
}

.scc-ce-card--no-media .scc-ce-logo {
    margin-right: auto;
    margin-left: auto;
}

.scc-ce-card--no-media .scc-ce-description {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
}

.scc-ce-logo {
    width: min(384.615px, 100%);
    height: 102.564px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30.769px;
    border-radius: 20.513px;
    background: #FFFFFF;
    overflow: hidden;
}

.scc-ce-logo img {
    display: block;
    max-width: calc(100% - 36px);
    max-height: calc(100% - 24px);
    width: auto;
    height: auto;
    object-fit: contain;
}

.scc-ce-description {
    width: 100%;
    color: var(--scc-ce-blue);
    font-size: 20.513px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
}

.scc-ce-description p {
    margin: 0 0 20px;
}

.scc-ce-description p:last-child {
    margin-bottom: 0;
}

.scc-ce-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 51.282px;
    margin-top: 30.769px;
    padding: 10.256px 30.769px;
    border-radius: 10.256px;
    background: var(--scc-ce-green);
    color: #FFFFFF;
    font-size: 17.949px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.718px;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.scc-ce-card-button:hover,
.scc-ce-card-button:focus-visible {
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(50, 222, 138, 0.28);
}

.scc-ce-card-media {
    width: 100%;
    min-width: 0;
    aspect-ratio: 705.128 / 484.424;
    border-radius: 20.513px;
    background: #FFFFFF;
    overflow: hidden;
}

.scc-ce-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scc-ce-single {
    background: linear-gradient(180deg, #F5FCFF 0%, #FFFFFF 39.423%, #F5FCFF 79.907%);
}

.scc-ce-single-hero {
    position: relative;
    padding-top: 176px;
    background-color: #F5FCFF;
    background-image: var(--scc-ce-hero-shape);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 396.209px;
}

.scc-ce-single-wrap.container {
    box-sizing: border-box;
    width: min(1280px, calc(100% - 32px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.scc-ce-single-media {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1280 / 641;
    height: auto;
    border-radius: 17.107px;
    background: transparent;
    overflow: hidden;
}

.scc-ce-single-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scc-ce-single-category {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 52px;
    max-width: calc(100% - 32px);
    margin: -27px auto 0;
    padding: 12px 24px;
    border-radius: 10px;
    background: linear-gradient(90deg, #0467C3 0%, #18ADD1 100%);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.32px;
    text-align: center;
    text-transform: uppercase;
}

.scc-ce-single-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
}

.scc-ce-single-title {
    margin: 0;
    color: #004F98;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.26px;
}

.scc-ce-support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 220px;
    min-height: 58px;
    padding: 14px 24px;
    border-radius: 10.667px;
    background: var(--scc-ce-green);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    text-decoration: none;
    text-transform: uppercase;
}

.scc-ce-support-button:hover,
.scc-ce-support-button:focus-visible {
    color: #FFFFFF;
}

.scc-ce-support-icon,
.scc-ce-single-share a,
.scc-ce-result-card > span,
.scc-ce-link-card > span,
.scc-ce-link-card em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.scc-ce-support-icon {
    width: 28px;
    height: 28px;
}

.scc-ce-support-icon svg,
.scc-ce-single-share svg,
.scc-ce-result-card svg,
.scc-ce-link-card svg {
    display: block;
    width: 100%;
    height: 100%;
}

.scc-ce-single-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
    padding: 16px 24px;
    border-radius: 13px;
    background: linear-gradient(109deg, #004889 0%, #0467C3 100%);
    color: #FFFFFF;
}

.scc-ce-single-breadcrumb {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: normal;
    white-space: nowrap;
}

.scc-ce-single-breadcrumb a,
.scc-ce-single-breadcrumb span {
    color: #FFFFFF;
    text-decoration: none;
}

.scc-ce-single-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 34.667px;
    letter-spacing: 0.32px;
}

.scc-ce-single-share a {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: var(--scc-ce-green);
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}

.scc-ce-single-share a svg {
    width: 18px;
    height: 18px;
}

.scc-ce-share-button img {
    display: block;
    width: var(--scc-ce-share-icon-width, var(--scc-ce-share-icon-size, 16px));
    height: var(--scc-ce-share-icon-height, var(--scc-ce-share-icon-size, 16px));
    object-fit: contain;
}

.scc-ce-share-button--facebook img {
    width: 42px;
    height: 42px;
}

.scc-ce-share-button--x {
    --scc-ce-share-icon-size: 14.933px;
}

.scc-ce-share-button--linkedin {
    --scc-ce-share-icon-size: 14px;
}

.scc-ce-share-button--link {
    --scc-ce-share-icon-width: 16.546px;
    --scc-ce-share-icon-height: 6.364px;
}

.scc-ce-share-button--link img {
    transform: rotate(-45deg);
    transform-origin: center;
}

.scc-ce-single-content-wrap.container {
    box-sizing: border-box;
    width: min(1080px, calc(100% - 32px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 32px;
    margin-bottom: 88px;
    padding-right: 0;
    padding-left: 0;
}

.scc-ce-single-quote {
    padding: 32px;
    border-top: 2px solid #0467C3;
    border-bottom: 2px solid #0467C3;
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(115, 184, 244, 0.1) 1.607%, rgba(226, 54, 128, 0.1) 108.89%), #FFFFFF;
    color: #004F98;
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
}

.scc-ce-single-content {
    margin-top: 28px;
    color: #004F98;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.scc-ce-single-content p {
    margin: 0 0 22px;
}

.scc-ce-single-content p:last-child {
    margin-bottom: 0;
}

.scc-ce-single-section {
    margin-top: 34px;
}

.scc-ce-single-section h2 {
    margin: 0 0 16px;
    color: #004F98;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
}

.scc-ce-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.scc-ce-result-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    min-height: 106px;
    padding: 15px 16px;
    border-radius: 12px;
    background: #E6F7FE;
    color: #004F98;
}

.scc-ce-result-card > span {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: var(--scc-ce-green);
    color: #FFFFFF;
}

.scc-ce-result-card svg {
    width: 21px;
    height: 21px;
}

.scc-ce-result-card img {
    display: block;
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.scc-ce-result-card p {
    min-width: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.scc-ce-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
}

.scc-ce-link-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 66px;
    padding: 12px 16px;
    border: 1.5px solid var(--scc-ce-green);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    color: #0467C3;
    text-decoration: none;
}

.scc-ce-link-card:hover,
.scc-ce-link-card:focus-visible {
    color: #0467C3;
}

.scc-ce-link-card > span {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: linear-gradient(169.46deg, #0467C3 7.158%, #004889 92.834%);
    color: #FFFFFF;
}

.scc-ce-link-card > span svg {
    width: 24px;
    height: 24px;
}

.scc-ce-link-card > span img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.scc-ce-link-card strong {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scc-ce-link-card em {
    width: 16px;
    height: 16px;
    color: var(--scc-ce-green);
    font-style: normal;
}

.scc-ce-link-card em img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

@media screen and (max-width: 1500px) {
    .scc-ce-card {
        grid-template-columns: minmax(0, 46%) minmax(0, 48%);
        gap: 72px;
    }
}

@media screen and (max-width: 1100px) {
    .scc-ce-single-hero {
        padding-top: 140px;
    }

    .scc-ce-single-media {
        height: auto;
    }

    .scc-ce-single-heading,
    .scc-ce-single-bar {
        align-items: flex-start;
        flex-direction: column;
    }

    .scc-ce-single-share {
        justify-content: flex-start;
    }

    .scc-ce-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .scc-ce-events {
        margin-top: 64px;
        gap: 32px;
    }

    .scc-ce-card {
        min-height: 0;
        align-items: stretch;
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
        padding: 30px;
    }

    .scc-ce-card-content,
    .scc-ce-card-media {
        width: 100%;
    }

    .scc-ce-card--no-media {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .salesclub-causes-events-page footer.site-footer,
    .page-template-causes footer.site-footer,
    .page-template-causes-php footer.site-footer {
        padding: 28px 16px;
    }

    .scc-ce-hero {
        min-height: 300px;
        padding: 0 16px;
        background-size: auto 300px;
    }

    .scc-ce-single-hero {
        padding-top: 112px;
        background-size: auto 300px;
    }

    .scc-ce-single-media {
        height: auto;
        border-radius: 14px;
    }

    .scc-ce-single-category {
        min-height: 42px;
        margin-top: -21px;
        padding: 10px 18px;
        font-size: 12px;
        line-height: 1.2;
    }

    .scc-ce-single-heading {
        gap: 18px;
        margin-top: 24px;
    }

    .scc-ce-single-title {
        font-size: 28px;
        letter-spacing: 0.5px;
    }

    .scc-ce-support-button {
        width: fit-content;
        min-width: 0;
        min-height: 48px;
        padding: 11px 18px;
        font-size: 15px;
        gap: 10px;
    }

    .scc-ce-support-icon {
        width: 24px;
        height: 24px;
    }

    .scc-ce-single-bar {
        gap: 18px;
        margin-top: 24px;
        padding: 16px;
        border-radius: 10px;
    }

    .scc-ce-single-breadcrumb {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 13px;
        white-space: normal;
    }

    .scc-ce-single-share {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 14px;
        line-height: 1.4;
    }

    .scc-ce-single-share a {
        width: 36px;
        height: 36px;
    }

    .scc-ce-single-content-wrap.container {
        margin-top: 24px;
        margin-bottom: 56px;
    }

    .scc-ce-single-quote {
        padding: 20px;
        font-size: 15px;
    }

    .scc-ce-single-content {
        font-size: 15px;
    }

    .scc-ce-results-grid,
    .scc-ce-links-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .scc-ce-result-card,
    .scc-ce-link-card {
        gap: 12px;
    }

    .scc-ce-hero-inner {
        top: 118px;
        width: calc(100% - 28px);
        gap: 10px;
    }

    .scc-ce-title {
        font-size: 28px;
        text-shadow: 1.5px 1.5px 0 #32DE8A;
    }

    .scc-ce-breadcrumb {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 15px;
    }

    .scc-ce-nominate {
        width: auto;
        min-height: 52px;
        margin-top: 22px;
        padding: 14px 28px;
        font-size: 18px;
        border-radius: 10px;
    }

    .scc-ce-events {
        margin-top: 42px;
        margin-bottom: 56px;
        gap: 24px;
    }

    .scc-ce-card {
        padding: 20px;
        border-radius: 16px;
        gap: 22px;
    }

    .scc-ce-logo {
        height: 82px;
        margin-bottom: 22px;
        border-radius: 14px;
    }

    .scc-ce-description {
        font-size: 16px;
    }

    .scc-ce-description p {
        margin-bottom: 14px;
    }

    .scc-ce-card-button {
        min-height: 46px;
        margin-top: 22px;
        padding: 10px 22px;
        font-size: 14px;
        letter-spacing: 0.56px;
    }

    .scc-ce-card-media {
        border-radius: 14px;
    }
}
