/* blogFeed.css */
.section-blog-feed-all {
    .blog-feed-menu {
        .et_pb_menu_inner_container {
            flex-direction: row !important;
        }
        .et_pb_menu__menu {
            nav {
                ul {
                    li {
                        margin: 0 !important;
                        a:hover {
                            opacity: 1;
                            background-color: initial;
                        }
                    }
                }
                /* top level menu */
                ul.et-menu {
                    margin: 0;
                    gap: 5px;
                    > li {
                        padding: 0 !important;
                        margin: 0 !important;
                        > a {
                            padding: 10px !important;
                        }
                    }
                }
                /* sub level menu */
                ul.sub-menu {
                    border: 1px solid #001e2d;
                    border-radius: 8px;
                    background-size: auto;
                    background-position: 0% 0%;
                    padding: 0.5rem 0.75rem !important;
                    width: auto;
                    visibility: visible !important;
                    z-index: 999;
                    display: none !important;
                    opacity: 1 !important;
                    transition: opacity 0.3s ease, transform 0.3s ease !important;
                    > li {
                        width: 100%;
                        padding: 0;
                        > a {
                            padding: 10px !important;
                            width: 100%;
                            white-space: nowrap;
                        }
                    }
                }
                li {
                    position: relative;
                    > a {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        &:after {
                            display: none !important;
                        }
                    }
                    .submenu-toggle {
                        display: flex;
                        svg {
                            display: inline-block;
                            transition: transform 0.3s ease;
                            width: 10px;
                            height: 5px;
                        }
                    }
                    &:not(.menu-item-has-children) {
                        > a {
                            justify-content: space-between;
                        }
                        .submenu-toggle svg {
                            transform: rotate(-90deg);
                        }
                    }
                }
                li.menu-item-has-children.submenu-open {
                    > ul.sub-menu {
                        display: block !important;
                    }
                    > a .submenu-toggle svg {
                        transform: translateY(0%) rotate(180deg);
                    }
                }
            }
        }
    }

    .et_pb_search {
        form {
            width: 100%;
            > div {
                align-items: center;
            }
            .search-icon {
                display: flex;
                margin-left: 1rem;
                cursor: pointer;
                svg {
                    width: 1rem;
                    height: 1rem;
                }
            }
        }
    }

    .blog-feed-pagination {
        .nav-previous,
        .nav-next {
            a {
                display: flex;
                align-items: center;
                gap: 0.5rem;
                .meta-nav {
                    display: flex;
                    align-items: center;
                    svg {
                        width: 0.75rem;
                    }
                }
            }
        }
        .nav-previous {
            .meta-nav {
                transform: rotate(180deg);
            }
        }
    }
}


/* calendar.css */
.section-calendar.section-initialized {
    .calendar-filters {
        > .et_pb_text {
            cursor: pointer;
            transition: background-color 0.3s ease, color 0.3s ease;
            &.filter-active {
                background-color: var(--calendar-filter-active-bg-color);
                color: var(--calendar-filter-active-text-color);
            }
        }
    }
    .calendar-item {
        .calendar-item-marker {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
        }
        &.hidden,
        &.sub-hidden {
            opacity: 0;
            position: absolute;
            pointer-events: none;
            z-index: -1;
        }
        &[data-filter-event-path="practitioner"] {
            .calendar-item-marker {
                background-color: var(--event-path-practitioner);
            }
        }
        &[data-filter-event-path="seeker"] {
            .calendar-item-marker {
                background-color: var(--event-path-seeker);
            }
        }
        &[data-filter-event-path="bodhisattva"] {
            .calendar-item-marker {
                background-color: var(--event-path-bodhisattva);
            }
        }
    }
    .calendar-filter-details {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }
}

/* core-fixes.css */
/* Fixes to Divi core modules */

/* Section module */
.et_pb_section {
	background-color: initial;
}

/* weird default background colors */
#main-content,
.et-db #et-boc .et-l .et_pb_section {
	background-color: transparent;
}

/* Row module */
.et_pb_row {
    padding: 0;
}

/* Make sure text gets styles from VB */
.et_pb_text {
	line-height: 1.6;
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
    color: #eee5da !important;
}

@media (max-width: 980px) {
	.et_pb_column .et_pb_module {
		margin-bottom: inherit;
	}
}

/* fonts.css */
@font-face {
    font-family: 'Moonstone';
    src: url('../fonts/MoonstoneRegular.woff2') format('woff2'),
        url('../fonts/MoonstoneRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PP Fragment Glare';
    src: url('../fonts/PPFragment-GlareLight.woff2') format('woff2'),
        url('../fonts/PPFragment-GlareLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PP Fragment Glare';
    src: url('../fonts/PPFragment-GlareRegularItalic.woff2') format('woff2'),
        url('../fonts/PPFragment-GlareRegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PP Fragment Glare';
    src: url('../fonts/PPFragment-GlareExtraBold.woff2') format('woff2'),
        url('../fonts/PPFragment-GlareExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PP Fragment Glare';
    src: url('../fonts/PPFragment-GlareLightItalic.woff2') format('woff2'),
        url('../fonts/PPFragment-GlareLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PP Fragment Glare';
    src: url('../fonts/PPFragment-GlareRegular.woff2') format('woff2'),
        url('../fonts/PPFragment-GlareRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Fragment Glare';
    src: url('../fonts/PPFragment-GlareExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/PPFragment-GlareExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* footer.css */
.section-footer {
    .footer-accordion-wrapper {
        .footer-accordion-trigger {
            cursor: pointer;
        }
        .footer-accordion-content {
            height: 0;
            overflow: clip;
            transition: height 0.25s ease;
        }
        p {
            a {
                text-decoration: none;
            }
        }
    }
    .footer-end {
        .footer-end-nav {
            p {
                display: inline-block;
                padding-bottom: 0;
                /* &:not(:first-child):before {
                    content: "•";
                    display: inline-block;
                    padding: 0 0.5em;
                } */
                a {
                    text-decoration: none;
                }
            }
            
        }
    }
}

/* above mobile styles */
@media (min-width: 767px) {
    .section-footer {
        .footer-accordion-wrapper {
            .footer-accordion-content {
                height: auto !important;
            }
        }
    }
}

/* only mobile styles */
@media (max-width: 767px) {
    .section-footer {
        .footer-accordion-wrapper {
            &:first-of-type {
                .footer-accordion-content {
                    height: auto;
                }
            }
            .footer-accordion-trigger {
                position: relative;
                padding-left: 1.25rem;
                &:before {
                    font-family: ETmodules;
                    content: "3";
                    font-size: 16px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-weight: 800;
                    top: 50% !important;
                    transform: translateY(-50%);
                }
            }
        }
    }
}

/* header.css */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    .et_pb_menu {
        .et_pb_menu_inner_container {
            flex-direction: row !important;
        }
        .et_pb_menu__logo {
            margin-right: 0;
        }
        .et_pb_menu__menu {
            nav {
                ul {
                    li {
                        a:hover {
                            opacity: 1;
                            background-color: initial;
                            color: var(--gcid-secondary-color)!important;
                        }
                    }
                }
                /* top level menu */
                ul.et-menu {
                    margin: 0;
                    gap: 5px;
                    > li {
                        padding: 0 !important;
                        > a {
                            padding: 10px !important;
                        }
                    }
                }
                /* sub level menu */
                ul.sub-menu {
                    border: none;
                    border-radius: 8px;
                    padding: 0;
                    background: var(--Bkg-Background-Accent, #dad1c7) !important;
                    width: auto;
                    visibility: visible !important;
                    z-index: 999;
                    display: none !important;
                    opacity: 1 !important;
                    transition: opacity 0.3s ease, transform 0.3s ease !important;
                    > li {
                        width: 100%;
                        padding: 0;
                        > a {
                            padding: 10px !important;
                            width: 100%;
                            white-space: nowrap;
                        }
                    }
                    &.align-right {
                        right: 0;
                        left: auto;
                    }
                }
                ul.sub-menu ul.sub-menu {
                    display: none !important;
                    top: 0;
                    left: 0;
                    box-shadow: none;
                    position: relative;
                    li {
                        a {
                            font-weight: 400;
                        }
                    }
                }
                li.menu-item-has-children {
                    position: relative;
                    > a {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        &:after {
                            display: none !important;
                        }
                    }
                    .submenu-toggle {
                        display: flex;
                        svg {
                            display: inline-block;
                            transition: transform 0.3s ease;
                            width: 10px;
                            height: 5px;
                        }
                    }
                }
                li.menu-item-has-children.submenu-open {
                    > ul.sub-menu {
                        display: block !important;
                    }
                    > a .submenu-toggle svg {
                        transform: translateY(0%) rotate(180deg);
                    }
                }
            }
        }
        @media (max-width: 1200px) {
            .et_pb_menu__menu {
                nav {
                    ul.et-menu {
                        gap: 0 5px;
                        > li.menu-spacer-item {
                            flex-basis: 100%;
                        }
                    }
                }
            }
        }

        .et_mobile_menu {
            height: 100vh !important;
            max-height: 100vh;
            overflow-y: auto;
            position: fixed;
            top: 100px;
            left: 0;
            width: 100%;
            border: 0;
            box-shadow: none;
            padding: 0 var(--gvid-scxtexknb9);
            line-height: normal;
            display: none !important;
            transition: none !important;
            &.et_mobile_menu_opened {
                display: block !important;
            }
            li.menu-spacer-item {
                display: none;
            }
            > li > a {
                font-size: 22px !important;
                .submenu-toggle svg {
                    transform: rotate(-90deg) !important;
                }
            }
            li {
                padding: 0 !important;
                a {
                    border: 0;
                    padding: 10px 0;
                }
                > a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    gap: 10px;
                    opacity: 1 !important;
                    &:after {
                        display: none !important;
                    }
                }
                .submenu-toggle {
                    display: flex;
                    svg {
                        display: inline-block;
                        transition: transform 0.3s ease;
                        width: 15px;
                        height: 9px;
                        transform: rotate(-90deg);
                    }
                }
                &:not(.menu-item-has-children) {
                    > a {
                        justify-content: space-between;
                    }
                }
            }
            li.menu-item-has-children {
                a {
                    background-color: transparent;
                }
            }
            ul.sub-menu.submenu-depth-1 {
                position: fixed;
                z-index: 50;
                top: 0;
                left: 100%;
                width: 100%;
                height: 100vh;
                overflow-y: auto;
                padding: 2rem var(--gvid-scxtexknb9);
                will-change: transform;
                /* transition: transform 0.3s ease; */
                .submenu-toggle svg {
                    transform: rotate(0deg);
                }
                a {
                    font-size: 18px;
                }
                &.mobile-submenu-open {
                    transform: translateX(-100%);
                }
            }
            ul.sub-menu.submenu-depth-2 {
                padding: 0;
                display: none !important;
                a {
                    font-weight: 400;
                    font-size: 16px;
                }
            }
            li.menu-item-has-children.submenu-open {
                > ul.sub-menu {
                    display: block !important;
                }
                > a .submenu-toggle svg {
                    transform: rotate(180deg);
                }
            }
            li.mobile-submenu-header {
                padding: 10px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 1rem;
                margin-bottom: 2rem;
                .mobile-submenu-back {
                    cursor: pointer;
                    background: #893254;
                    width: 1.75rem;
                    height: 1.75rem;
                    border: 0;
                    border-radius: 50%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    appearance: none;
                    -webkit-appearance: none;
                    padding: 0;
                    svg {
                        width: 14px;
                        height: auto;
                        transform: rotate(90deg);
                        path {
                            stroke: #EEE5DA;
                        }
                    }
                }
                .mobile-submenu-title {
                    color: var(--Primary-Grounded-Earth, #001E2D);
                    font-size: 22px;
                    font-weight: 600;
                }
                .mobile-submenu-close {
                    cursor: pointer;
                    background: #893254;
                    width: 1.75rem;
                    height: 1.75rem;
                    border: 0;
                    border-radius: 50%;
                    position: relative;
                    &:before, &:after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 2px;
                        height: 60%;
                        background-color: #EEE5DA;
                    }
                    &:before {
                        transform: translate(-50%, -50%) rotate(45deg);
                    }
                    &:after {
                        transform: translate(-50%, -50%) rotate(-45deg);
                    }
                    &:focus {
                        outline: 2px solid #001e2d;
                        outline-offset: 2px;
                    }
                }
            }
        }
    }
}




/* misc-hubspot-forms.css */
.hubspot-newsletter {
    form {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        fieldset {
            max-width: initial !important;
            &:has(h1) {
                display: none;
            }
            &.form-columns-2 {
                display: flex;
                gap: 1rem;
                > div {
                    float: none !important;
                    width: 100% !important;
                }
            }
            .hs-error-msgs {
                display: none !important;
            }
            label {
                display: block;
                color: var(--gcid-primary-color, #001E2D);
                font-family: "Open Sans";
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-left: 30px;
                margin-bottom: 10px;
            }
            .input {
                margin: 0 !important;
                input {
                    color: var(--gcid-primary-color, #001E2D);
                    font-family: "Open Sans";
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    padding: 30px;
                    background-color: transparent;
                    border: 1px solid var(--gcid-primary-color, #001E2D);
                    border-radius: 100px;
                    width: 100% !important;
                    box-sizing: border-box;
                }
            }
        }
        .hs-richtext {
            text-align: center;
        }
        .hs_submit {
            display: flex;
            flex-direction: row;
            justify-content: center;
            input {
                color: var(--gcid-primary-color, #001E2D);
                font-family: "Open Sans";
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                border: 0;
                background-color: transparent;
                padding: 0;
                cursor: pointer;
            }
        }
        .hs_error_rollup {
            display: flex;
            justify-content: center;
            color: var(--gcid-secondary-color, #893254);
            font-size: 18px;
            ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
        }

        @media only screen and (max-width: 767px) {
            fieldset {
                &.form-columns-2 {
                    flex-direction: column;
                }
            }
        }
    }
    .submitted-message {
        text-align: center;
        p, span {
            color: var(--gcid-primary-color, #001E2D) !important;
        }
    }
}

footer {
    .hubspot-newsletter {
        form {
            fieldset {
                label {
                    color: #eee5da;
                }
                .input {
                    input {
                        color: #eee5da;
                        border-color: #eee5da;
                    }
                }
            }
            .hs-richtext {
                color: #eee5da;
            }
            .hs_submit {
                justify-content: flex-end;
                margin-bottom: 1rem;
                input {
                    color: #eee5da;
                }
            }

            @media only screen and (max-width: 767px) {
                .hs_submit {
                    justify-content: center;
                }
            }
        }
        .submitted-message {
            text-align: center;
            p, span {
                color: #eee5da !important;
            }
        }
    }
}

.hubspot-message {
    form {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        fieldset {
            max-width: initial !important;
            &:has(h1) {
                display: none;
            }
            &.form-columns-2 {
                display: flex;
                gap: 1rem;
                > div {
                    float: none !important;
                    width: 100% !important;
                }
            }
            .hs-error-msgs {
                display: none !important;
            }
            label {
                display: block;
                color: var(--gcid-primary-color, #001E2D);
                font-family: "Open Sans";
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-bottom: 10px;
            }
            legend,
            .hs-field-desc {
                margin-bottom: 10px;
            }
            .input {
                margin: 0 !important;
                input,
                textarea {
                    color: var(--gcid-primary-color, #001E2D);
                    font-family: "Open Sans";
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    padding: 10px 15px;
                    width: 100% !important;
                    box-sizing: border-box;
                    border-radius: 10px;
                    border: 1px solid var(--Background-2, rgba(0, 0, 0, 0.20));
                    background: rgba(244, 239, 234, 0.40);
                }
                textarea {
                    resize: none;
                    min-height: 144px;
                }
            }
        }
        .hs_submit {
            display: flex;
            flex-direction: row;
            input {
                color: var(--gcid-primary-color, #001E2D);
                font-family: "Open Sans";
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                border: 0;
                background-color: transparent;
                padding: 0;
                cursor: pointer;
            }
        }
        .hs_error_rollup {
            display: flex;
            color: var(--gcid-secondary-color, #893254);
            font-size: 18px;
            ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
        }
    }
    .submitted-message {
        text-align: center;
        p, span {
            color: var(--gcid-primary-color, #001E2D) !important;
        }
    }
}

/* misc-quote-icon.css */
.blog-post-quote-block,
.quote-block-quote,
.teacher-card-quote,
.testimonials-card .et_pb_testimonial_description_inner,
.quote-text
{
    position: relative;
    svg {
        position: absolute;
        top: -0;
        left: -0;
        width: auto;
        height: 1.25em;
        transform: translate(-115%,-35%);
    }
}

/* module-basic-image-slider.css */
.basic-image-slider {
    .swiper-initialized {
        /* border: 2px solid black; */
        overflow: hidden;
        &.swiper-with-controls {
            padding-bottom: 2.25rem !important;
        }
        .swiper-wrapper {
            flex-direction: row;
        }
        .swiper-controls {
            opacity: 1;
            position: absolute;
            top: auto;
            bottom: 0;
            left: 0;
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 1rem;
            transform: translateY(-50%);
            z-index: 10;
        }
        .swiper-pagination {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            transform: none;
            border-color: inherit;
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            .swiper-pagination-bullet {
                opacity: 0.2;
                border: 0.5rem solid;
                margin: 0;
            }
            .swiper-pagination-bullet-active {
                opacity: 1;
                border-color: inherit;
            }
        }
    }
}

/* module-button.css */
body #page-container .et_pb_section {
    .namchak-button.et_pb_button {
        line-height: 1em !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.625rem;
        position: relative;
        padding: 1em 0 !important;
        margin-top: 1.5rem !important;
        border: 0;
        cursor: pointer;
        /* arrow */
        &:after {
            content: "";
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 1em;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            transform: none;
            width: 1em;
            height: 1em;
            flex: 0 0 1em;
            padding: 0 !important;
            margin-left: 0;
            font-size: 1em !important;
            opacity: 1 !important;
        }
        /* hover line */
        svg {
            position: absolute;
            left: 0;
            top: 0;
            transform: translate(-2em, -1.25em);
            width: calc(100% + 4em);
            height: calc(100% + 1.5em);
            pointer-events: none;
            z-index: -1;
            path {
                vector-effect: non-scaling-stroke;
                stroke-dasharray: 1000;
                stroke-dashoffset: 1000;
                transition: stroke-dashoffset 0.5s ease-in-out;
            }
        }

        &:hover,
        &:focus {
            background-color: inherit;
            svg path {
                stroke-dashoffset: 0;
            }
            &:after {
                content: "" !important;
            }
        }

        &.namchak-button-dark {
            svg path {
                stroke: #002031;
            }
            &:after {
                background-image: url(../icons/button-arrow-dark.svg);
            }
        }
        &.namchak-button-light {
            svg path {
                stroke: #eee5da;
            }
            &:after {
                background-image: url(../icons/button-arrow-light.svg);
            }
        }
    }

    .namchak-button-secondary.et_pb_button {
        line-height: 1em !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.625rem;
        position: relative;
        padding: 1em 0 !important;
        border: 0;
        /* arrow */
        &:after {
            content: "";
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 1em;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            transform: none;
            width: 1em;
            height: 1em;
            flex: 0 0 1em;
            padding: 0 !important;
            margin-left: 0;
            font-size: 1em !important;
            opacity: 1 !important;
        }
        /* hover line */
        svg {
            position: absolute;
            left: 0;
            top: 100%;
            transform: translate(-1em, -50%);
            width: calc(100% + 2em);
            height: auto;
            pointer-events: none;
            z-index: -1;
            path {
                vector-effect: non-scaling-stroke;
                stroke-dasharray: 1000;
                stroke-dashoffset: 1000;
                transition: stroke-dashoffset 0.5s ease-in-out;
            }
        }

        &:hover,
        &:focus {
            background-color: inherit;
            svg path {
                stroke-dashoffset: 0;
            }
            &:after {
                content: "" !important;
            }
        }

        &.namchak-button-secondary-dark {
            svg path {
                stroke: #002031;
            }
            &:after {
                background-image: url(../icons/button-arrow-dark.svg);
            }
        }
        &.namchak-button-secondary-light {
            svg path {
                stroke: #eee5da;
            }
            &:after {
                background-image: url(../icons/button-arrow-light.svg);
            }
        }
    }

    .namchak-button.et_pb_button,
    .namchak-button-secondary.et_pb_button {
        .button-lines {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
            .button-line-bottom {
                font-weight: 400;
            }
        }
    }
}

@media only screen and (max-width: 767px) {
    body #page-container .et_pb_section .et_pb_button_module_wrapper {
        max-width: 230px;
    }
}

/* module-code-signup.css */
.code-signup {
    form {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        fieldset {
            max-width: initial !important;
            &.form-columns-2 {
                display: flex;
                gap: 1rem;
                > div {
                    float: none !important;
                    width: 100% !important;
                }
            }
            .hs-error-msgs {
                display: none !important;
            }
            label {
                display: block;
                color: var(--gcid-primary-color, #001E2D);
                font-family: "Open Sans";
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-left: 30px;
                margin-bottom: 10px;
            }
            .input {
                margin: 0 !important;
                input {
                    color: var(--gcid-primary-color, #001E2D);
                    font-family: "Open Sans";
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    padding: 30px;
                    background-color: transparent;
                    border: 1px solid var(--gcid-primary-color, #001E2D);
                    border-radius: 100px;
                    width: 100% !important;
                    box-sizing: border-box;
                }
            }
        }
        .hs-richtext {
            text-align: center;
        }
        .hs_submit {
            display: flex;
            flex-direction: row;
            justify-content: center;
            input {
                color: var(--gcid-primary-color, #001E2D);
                font-family: "Open Sans";
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                border: 0;
                background-color: transparent;
                padding: 0;
                cursor: pointer;
            }
        }
        .hs_error_rollup {
            display: flex;
            justify-content: center;
            color: var(--gcid-secondary-color, #893254);
            font-size: 18px;
            ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
        }
    }
}

/* module-image.css */
.et_pb_image {
    &.shape-pill-vertical,
    &.shape-pill-horizontal,
    &.shape-pill-egg,
    &.shape-arch-top,
    &.shape-arch-bottom,
    &.shape-arch-left,
    &.shape-arch-right,
    &.center-in-container,
    &.highlight-feature
    {
        max-width: 100%;
        .et_pb_image_wrap {
            width: 100%;
            height: 100%;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }
        }
    }

    /* pill shapes */
    &.shape-pill-vertical {
        aspect-ratio: 0.56 / 1;
    }
    &.shape-pill-horizontal {
        aspect-ratio: 1.78 / 1;
    }
    &.shape-pill-egg {
        aspect-ratio: 0.85 / 1;
    }

    /* arch shapes */
    &.shape-arch-top,
    &.shape-arch-bottom {
        aspect-ratio: 0.75 / 1;
    }
    &.shape-arch-left,
    &.shape-arch-right {
        aspect-ratio: 1.12 / 1;
    }

    &.highlight-feature {
        aspect-ratio: 3 / 4;
    }
}

/* module-retreat-listing-card.css */
.retreat-listing-card.module-initialized {
    overflow: hidden;
    background-color: var(--retreat-card-hover-background);
    &:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50.16%, rgba(0, 0, 0, 0.85) 100%);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    &:after {
        background-color: var(--retreat-card-hover-background);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s ease;
    }
    &:hover {
        /* background color */
        &:after {
            opacity: 1;
        }
        /* default text color */
        .et_pb_module_header,
        .et_pb_text_inner * {
            color: var(--retreat-card-hover-text-color) !important;
        }
        /* hover content */
        .retreat-card-hover {
            opacity: 1;
        }
    }
    &.retreat-card-center {
       grid-column: 1 / -1;
       justify-self: center;
    }

    .et_pb_module_header,
    .et_pb_text_inner * {
        transition: color 0.5s ease;
    }
    .retreat-card-container {
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
        z-index: 3;
    }
    .retreat-card-hover {
        opacity: 0;
        transition: opacity 0.5s ease;
    }
    
}

/* module-toggle-content.css */
.toggle-module.module-initialized {
    .toggle-buttons {
        .toggle-button {
            cursor: pointer;
            position: relative;
            .toggle-button-active,
            .toggle-button-default {
                transition: opacity 0.3s ease;
                display: flex;
            }
            .toggle-button-active {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
            }
            .toggle-button-default {
                opacity: 1;
            }
            &.active {
                .toggle-button-active {
                    opacity: 1;
                }
                .toggle-button-default {
                    opacity: 0;
                }
            }
        }
    }
    .toggle-contents {
        position: relative;
        .toggle-content {
            display: none;
            &.active {
                display: flex;
            }
        }
    }
}

/* section-about-the-program.css */
.section-about-the-program {
    @media (max-width: 767px) {
        .about-the-program-teachers {
            .et_pb_image {
                &:nth-child(odd):last-child {
                    grid-column: 1 / -1;
                    justify-self: center;
                    width: calc(50% - (calc(var(--horizontal-gap) / 2)));
                }
            }
        }
    }
}

/* section-blog-feed.css */
body[class*="page-paged"] {
    .section-blog-feed-category {
        display: none !important;
    }
}

.section-blog-feed-all {
    .blog-feed-menu-wrapper {
        > .et_pb_column {
            &:first-child {
                width: calc(100% - 200px - var(--horizontal-gap-parent, 5.5%));
            }
            &:last-child {
                width: 200px;
            }
        }
    }
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        /* transition: opacity 0.3s ease; */
        &.active {
            opacity: 1;
            pointer-events: auto;
        }
    }
    .blog-feed-menu {
        .et_pb_menu_inner_container {
            flex-direction: row !important;
        }
        .et_pb_menu__menu {
            nav {
                ul {
                    li {
                        margin: 0 !important;
                        a:hover {
                            opacity: 1;
                            background-color: initial;
                        }
                    }
                }
                /* top level menu */
                ul.et-menu {
                    margin: 0;
                    gap: 5px;
                    > li {
                        padding: 0 !important;
                        margin: 0 !important;
                        > a {
                            padding: 10px !important;
                        }
                    }
                }
                /* sub level menu */
                ul.sub-menu {
                    border: 1px solid #001e2d;
                    border-radius: 8px;
                    background-size: auto;
                    background-position: 0% 0%;
                    padding: 0.5rem 0.75rem !important;
                    width: auto;
                    visibility: visible !important;
                    z-index: 999;
                    display: none !important;
                    opacity: 1 !important;
                    transition: opacity 0.3s ease, transform 0.3s ease !important;
                    > li {
                        width: 100%;
                        padding: 0;
                        > a {
                            padding: 10px !important;
                            width: 100%;
                            white-space: nowrap;
                        }
                    }
                }
                li {
                    position: relative;
                    > a {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        &:after {
                            display: none !important;
                        }
                    }
                    .submenu-toggle {
                        display: flex;
                        svg {
                            display: inline-block;
                            transition: transform 0.3s ease;
                            width: 10px;
                            height: 5px;
                        }
                    }
                    &:not(.menu-item-has-children) {
                        > a {
                            justify-content: space-between;
                        }
                        .submenu-toggle svg {
                            transform: rotate(-90deg);
                        }
                    }
                }
                li.menu-item-has-children.submenu-open {
                    > ul.sub-menu {
                        display: block !important;
                    }
                    > a .submenu-toggle svg {
                        transform: translateY(0%) rotate(180deg);
                    }
                }
            }
        }
        .et_mobile_menu{
            height: 80vh !important;
            max-height: 80vh;
            overflow-y: auto;
            position: fixed;
            top: 10vh;
            left: 0;
            width: 100vw;
            max-width: 350px;
            border: 0;
            box-shadow: none;
            padding: 1rem var(--gvid-scxtexknb9);
            line-height: normal;
            display: none !important;
            transition: none !important;
            background-color: transparent;
            z-index: 100;
            border-radius: 0 10px 10px 0;
            box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.30), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
            &.et_mobile_menu_opened {
                display: block !important;
            }
            li {
                padding: 0 !important;
                margin-bottom: 0 !important;
                a {
                    border: 0;
                    padding: 10px 0;
                    font-size: 14px;
                    background-color: transparent;
                }
                > a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    gap: 10px;
                    opacity: 1 !important;
                    &:after {
                        display: none !important;
                    }
                }
                .submenu-toggle {
                    display: flex;
                    svg {
                        display: inline-block;
                        transition: transform 0.3s ease;
                        width: 15px;
                        height: 9px;
                        transform: rotate(-90deg);
                    }
                }
                &:not(.menu-item-has-children) {
                    > a {
                        justify-content: space-between;
                    }
                }
            }
            ul.sub-menu {
                padding: 0;
                display: none !important;
                .submenu-toggle svg {
                    transform: rotate(0deg);
                }
                a {
                    font-weight: 400;
                    padding: 5px 0px;
                    .submenu-toggle svg {
                        transform: rotate(-90deg);
                    }
                }
            }
            li.menu-item-has-children.submenu-open {
                > ul.sub-menu {
                    display: block !important;
                }
                > a .submenu-toggle svg {
                    transform: rotate(180deg);
                }
            }
            li.mobile-submenu-header {
                padding: 10px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 1rem;
                margin-bottom: 10px !important;
                .mobile-submenu-close {
                    cursor: pointer;
                    background: #893254;
                    width: 1.75rem;
                    height: 1.75rem;
                    border: 0;
                    border-radius: 50%;
                    position: relative;
                    &:before, &:after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 2px;
                        height: 60%;
                        background-color: #EEE5DA;
                    }
                    &:before {
                        transform: translate(-50%, -50%) rotate(45deg);
                    }
                    &:after {
                        transform: translate(-50%, -50%) rotate(-45deg);
                    }
                    &:focus {
                        outline: 2px solid #001e2d;
                        outline-offset: 2px;
                    }
                }
            }
        }
    }
    @media (max-width: 980px) {
        .blog-feed-menu-wrapper {
            > .et_pb_column {
                &:first-child {
                    justify-content: center;
                    align-items: flex-start;
                }
            }
        }
    }

    .et_pb_search {
        form {
            width: 100%;
            > div {
                align-items: center;
            }
            .search-icon {
                display: flex;
                margin-left: 1rem;
                cursor: pointer;
                svg {
                    width: 1rem;
                    height: 1rem;
                }
            }
        }
    }

    .blog-feed {
        .et_pb_post {
            background-color: var(--gcid-rscrq52pgv);
            height: 100%;
            border-radius: 10px;
            border: 0;
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
            overflow: hidden;
            padding: 0;
            .et_pb_image_container {
                aspect-ratio: 1.79 / 1;
                margin: 0;
                a {
                    width: 100%;
                    height: 100%;
                }
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }
            }
            .blog-feed-card-content {
                background-color: var(--gcid-rscrq52pgv);
                margin-top: -1.5rem !important;
                padding-top: 3rem !important;
                padding-right: 3rem !important;
                padding-bottom: 3rem !important;
                padding-left: 3rem !important;
                height: 100%;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                display: flex;
                flex-direction: column;
                gap: 1.5rem;
                overflow: hidden;
                position: relative;
                > * {
                    margin: 0;
                }
                .post-meta {
                    display: none;
                }
                .post-content {
                    display: flex;
                    flex-direction: column;
                    gap: 1.5rem;
                    line-height: 1.7;
                }
                .more-link {
                    font-weight: 700;
                    line-height: 1em !important;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 0.625rem;
                    position: relative;
                    padding: 1em 0 !important;
                    margin-top: 1.5rem !important;
                    align-self: flex-end;
                    svg {
                        width: 1em  ;
                    }
                }
            }
        }
    }

    .wp-pagenavi {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: nowrap;
        margin: 0;
        margin-top: 3.5rem;
        border: 0;

        .previouspostslink,
        .nextpostslink {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #001e2d !important;
            font-weight: 600 !important;
            font-size: 14px;
            .pagination-arrow {
                display: flex;
                align-items: center;
                svg {
                    width: 0.75rem;
                }
            }
        }
        .previouspostslink {
            .pagination-arrow {
                transform: rotate(180deg);
            }
        }

        .page,
        .current {
            text-decoration: none;
            color: #001e2d;
            font-size: 14px;
            height: 40px;
            line-height: 40px;
            width: 40px;
            text-align: center;
            font-weight: 600;
            border-radius: 8px;
            margin: 0;
            
            &:hover {
                background-color: #893254;
                color: #fff !important;
                opacity: 1;
            }
            
            &.current {
                background-color: #893254;
                color: #fff !important;
                pointer-events: none;
            }
        }
    }
}


/* section-calendar.css */
.section-calendar.section-initialized {
    .calendar-filters {
        > .et_pb_text {
            cursor: pointer;
            transition: background-color 0.3s ease, color 0.3s ease;
            &.filter-active {
                background-color: var(--calendar-filter-active-bg-color);
                color: var(--calendar-filter-active-text-color);
            }
        }
    }
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        /* transition: opacity 0.3s ease; */
        &.active {
            opacity: 1;
            pointer-events: auto;
        }
    }
    .calendar-menu {
        .et_pb_menu_inner_container {
            flex-direction: row !important;
        }
        .et_pb_menu__menu {
            nav {
                ul {
                    li {
                        margin: 0 !important;
                        a:hover {
                            opacity: 1;
                            background-color: initial;
                        }
                    }
                }
                /* top level menu */
                ul.et-menu {
                    margin: 0;
                    gap: 5px;
                    > li {
                        padding: 0 !important;
                        margin: 0 !important;
                        > a {
                            padding: 10px !important;
                        }
                    }
                }
                /* sub level menu */
                ul.sub-menu {
                    border: 1px solid #001e2d;
                    border-radius: 8px;
                    background-size: auto;
                    background-position: 0% 0%;
                    padding: 0.5rem 0.75rem !important;
                    width: auto;
                    visibility: visible !important;
                    z-index: 999;
                    display: none !important;
                    opacity: 1 !important;
                    transition: opacity 0.3s ease, transform 0.3s ease !important;
                    > li {
                        width: 100%;
                        padding: 0;
                        > a {
                            padding: 10px !important;
                            width: 100%;
                            white-space: nowrap;
                            font-weight: bold;
                        }
                    }
                    .menu-item-marker {
                        width: 0.8rem;
                        height: 0.8rem;
                        border-radius: 50%;
                    }
                }
                li {
                    position: relative;
                    > a {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        &:after {
                            display: none !important;
                        }
                    }
                    .current-selection {
                        font-weight: bold;
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        .menu-item-marker {
                            width: 0.8rem;
                            height: 0.8rem;
                            background-color: red;
                            border-radius: 50%;
                        }
                    }
                    .submenu-toggle {
                        display: flex;
                        margin-left: auto;
                        svg {
                            display: inline-block;
                            transition: transform 0.3s ease;
                            width: 10px;
                            height: 5px;
                        }
                    }
                    &:not(.menu-item-has-children) {
                        /* > a {
                            justify-content: space-between;
                        } */
                        .submenu-toggle svg {
                            transform: rotate(-90deg);
                        }
                    }
                }
                li.menu-item-has-children.submenu-open {
                    > ul.sub-menu {
                        display: block !important;
                    }
                    > a .submenu-toggle svg {
                        transform: translateY(0%) rotate(180deg);
                    }
                }
            }
        }
        .mobile-nav-title {
            font-weight: bold;
            font-size: 14px;
            color: var(--calendar-filter-text-color);
            display: none;
        }
        .et_mobile_menu{
            height: 80vh !important;
            max-height: 80vh;
            overflow-y: auto;
            position: fixed;
            top: 10vh;
            left: 0;
            width: 100vw;
            max-width: 350px;
            border: 0;
            box-shadow: none;
            padding: 1rem var(--gvid-scxtexknb9);
            line-height: normal;
            display: none !important;
            transition: none !important;
            background-color: transparent;
            z-index: 100;
            border-radius: 0 10px 10px 0;
            box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.30), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
            &.et_mobile_menu_opened {
                display: block !important;
            }
            li {
                padding: 0 !important;
                margin-bottom: 0 !important;
                a {
                    border: 0;
                    padding: 10px 0;
                    font-size: 14px;
                    background-color: transparent;
                }
                > a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    gap: 10px;
                    opacity: 1 !important;
                    &:after {
                        display: none !important;
                    }
                    .current-selection {
                        margin-left: auto;
                    }
                    .menu-item-marker {
                        width: 0.8rem;
                        height: 0.8rem;
                        border-radius: 50%;
                    }
                }
                .submenu-toggle {
                    display: flex;
                    svg {
                        display: inline-block;
                        transition: transform 0.3s ease;
                        width: 15px;
                        height: 9px;
                        transform: rotate(-90deg);
                    }
                }
                &:not(.menu-item-has-children) {
                    > a {
                        justify-content: space-between;
                    }
                }
            }
            ul.sub-menu {
                padding: 0;
                display: none !important;
                .submenu-toggle svg {
                    transform: rotate(0deg);
                }
                a {
                    font-weight: 400;
                    padding: 5px 0px;
                    .submenu-toggle {
                        margin-left: auto;
                        svg {
                            transform: rotate(-90deg);
                        }
                    }
                }
            }
            li.menu-item-has-children.submenu-open {
                > ul.sub-menu {
                    display: block !important;
                }
                > a .submenu-toggle svg {
                    transform: rotate(180deg);
                }
            }
            li.mobile-submenu-header {
                padding: 10px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 1rem;
                margin-bottom: 10px !important;
                .mobile-submenu-close {
                    cursor: pointer;
                    background: #893254;
                    width: 1.75rem;
                    height: 1.75rem;
                    border: 0;
                    border-radius: 50%;
                    position: relative;
                    &:before, &:after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 2px;
                        height: 60%;
                        background-color: #EEE5DA;
                    }
                    &:before {
                        transform: translate(-50%, -50%) rotate(45deg);
                    }
                    &:after {
                        transform: translate(-50%, -50%) rotate(-45deg);
                    }
                    &:focus {
                        outline: 2px solid #001e2d;
                        outline-offset: 2px;
                    }
                }
            }
        }

        @media (max-width: 980px) {
            .et_pb_menu__wrap {
                justify-content: flex-start !important;
                .mobile_menu_bar {
                    display: flex;
                    align-items: center;
                    gap: 1rem;
                }
            }
            .mobile-nav-title {
                display: block;
            }
        }
    }
    .calendar-item {
        .calendar-item-marker-wrapper {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .calendar-item-marker {
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
        }
        &.hidden,
        &.sub-hidden {
            opacity: 0;
            position: absolute;
            pointer-events: none;
            z-index: -1;
        }
        &[data-filter-event-path="practitioner"] {
            .calendar-item-marker {
                background-color: var(--event-path-practitioner);
            }
        }
        &[data-filter-event-path="seeker"] {
            .calendar-item-marker {
                background-color: var(--event-path-seeker);
            }
        }
        &[data-filter-event-path="bodhisattva"] {
            .calendar-item-marker {
                background-color: var(--event-path-bodhisattva);
            }
        }
    }
    .calendar-filter-details {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }
}

/* section-cards-columns.css */
.section-cards-columns.section-initialized {
    &.ellipse-top {
        overflow-x: clip;
        z-index: 5;
        &:before {
            content: "";
            position: absolute;
            z-index: 1;
            background-color: inherit;
            top: -7.5rem;
            height: 7.5rem;
            left: 0;
            width: 100%;
            clip-path: ellipse(55% 100% at center bottom);
        }
    }
    .cards-columns-grid {
        .cards-columns-grid-column {
            display: grid !important;
            grid-template-rows: subgrid !important;
            grid-row: span 4;
            &.hovered {
                .cards-columns-card-icons {
                    .et_pb_image {
                        &:first-child {
                            opacity: 0;
                        }
                        &:last-child {
                            opacity: 1;
                        }
                    }
                }
            }
        }
        .cards-columns-card-icons {
            &:has(> *:nth-child(2)) {
                .et_pb_image {
                    transition: opacity 0.3s ease;
                    &:first-child {
                        opacity: 1;
                    }
                    &:last-child {
                        opacity: 0;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        .et_pb_image_wrap {
                            width: 100%;
                            height: 100%;
                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                                object-position: center;
                            }
                        }
                    }
                }
            }
        }
    }

    @media (max-width: 767px) {
        .cards-columns-grid {
            display: flex !important;
            flex-direction: column;
            align-items: center;
            .cards-columns-grid-column {
                display: flex !important;
                flex-direction: column;
                align-items: center;
            }
        }
        
    }
}

/* section-content-page-intro.css */
.section-content-page-intro {
    .landing-page-intro-image {
        will-change: transform;
        z-index: 10;
    }
}


/* section-faq.css */
.section-faq {
    .et_pb_toggle_title {
        &:before {
            display: none;
        }
        &:after {
            content: "";
            background-image: url(../icons/namchak-arrow-light.svg);
            background-repeat: no-repeat;
            background-position: center right;
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 23px;
            right: 0;
            top: 50%;
            transform: translateY(-50%) rotate(0deg);
            transform-origin: 50% 50%;
            transition: transform 0.2s ease-in-out;
        }
        &.rotating {
            &:after {
                transform: translateY(-50%) rotate(180deg);
            }
        }
    }
}

.section-faq-full-links {
    .faq-full-link {
        cursor: pointer;
        &:after {
            content: "";
            background-image: url(../icons/button-arrow-dark.svg);
            background-repeat: no-repeat;
            background-position: center right;
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 23px;
            right: 1rem;
            bottom: 1rem;
        }
    }
}

.section-faq-full {
    &.section-initialized {
        .faq-full-target {
            visibility: hidden;
            opacity: 0;
            pointer-events: none;
            height: 0;
            overflow: hidden;
        }
    }
    .et_pb_toggle_title {
        &:before {
            display: none;
        }
        &:after {
            content: "";
            background-image: url(../icons/namchak-arrow-dark.svg);
            background-repeat: no-repeat;
            background-position: center right;
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 23px;
            right: 0;
            top: 50%;
            transform: translateY(-50%) rotate(0deg);
            transform-origin: 50% 50%;
            transition: transform 0.2s ease-in-out;
        }
        &.rotating {
            &:after {
                transform: translateY(-50%) rotate(180deg);
            }
        }
    }
}

.faq-full-search {
    form {
        width: 100%;
        > div {
            align-items: center;
        }
        .search-icon {
            display: flex;
            cursor: pointer;
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
            svg {
                width: 1rem;
                height: 1rem;
            }
        }
        input[type="submit"] {
            width: 1rem;
            height: 1rem;
            margin-right: 1rem;
            overflow: hidden;
            opacity: 0;
        }
    }
}

.section-no-results.section-initialized {
    display: none;
    &.shown {
        display: flex;
    }
}

/* section-homepage-commit.css */
.section-homepage-commit {
    overflow-x: clip;
    &:before {
        content: "";
        position: absolute;
        z-index: 1;
        background-color: inherit;
        top: -7.5rem;
        height: 7.5rem;
        left: 0;
        width: 100%;
        clip-path: ellipse(55% 100% at center bottom);
    }
}

/* section-homepage-teachers.css */
.section-homepage-teachers.module-initialized {
    overflow: visible;
    height: 100vh;
    > .et_pb_row {
        height: 100%;
        > .et_pb_column {
            height: 100%;
        }
    }

    .sticky-ended {
        justify-content: flex-end;
        .sticky-title,
        .sticky-box {
            position: relative !important;
            top: 0 !important;
        }
    }
    .sticky-title {
        position: sticky;
        top: 0;
    }
    .sticky-box {
		position: sticky;
        height: 75vh;
        top: 12.5vh;
        margin: 0 auto;
        overflow: hidden;
        /* padding-top: 12rem !important;
        padding-bottom: 12rem !important; */
        mask-image: linear-gradient(to bottom, transparent, black 4rem, black calc(100% - 8rem), transparent);
		.sticky-content {
            will-change: transform;
		}
	}
    .content-wrap {
        position: relative;
        padding-top: 4rem;
        padding-bottom: 4rem;
        /* opacity: 0; */
    }
    .teacher-lines {
        .et_pb_row {
            opacity: 0.5;
            filter: grayscale(100%);
            transition: opacity 0.5s ease, filter 0.5s ease;
            .et_pb_image_wrap {
                transform: scale(0.69);
                transition: transform 0.5s ease;
            }
            &.active {
                opacity: 1;
                filter: none;
                .et_pb_image_wrap {
                    transform: scale(1);
                }
            }
        }
    }
    .pagination-controls {
        display: none;
        > .et_pb_group {
            width: 5rem;
            height: 5rem;
        }
    }
    .pagination-wrap {
        display: none;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 1rem;
        z-index: 10;
        .pagination-marker {
            width: 1rem;
            height: 1rem;
            background-color: var(--marker-bg-color);
            border-radius: var(--marker-border-radius);
            transition: background-color 0.3s ease;
            &.active {
                background-color: var(--marker-active-bg-color);
                border-radius: var(--marker-active-border-radius);
            }
        }
    }
}

/* section-homepage-welcome.css */
.section-homepage-welcome.section-initialized {
    overflow-x: clip;
	.sticky-box {
		position: sticky;
		height: 75vh;
        top: 12.5vh;
		> .et_pb_column {
			height: 100%;
			justify-content: center;
			align-items: center;
		}
	}
	
	.floating-images-container {
		position: absolute;
		inset: 0;
		> .et_pb_row {
			height: 100%;
			margin: 0 auto;
			> .et_pb_column {
				height: 100%;
			}
		}
		.floating-images-wrap {
			height: 100%;
		}
		.et_pb_image {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto !important;
			transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
			opacity: 0;
			will-change: width, height, transform, opacity;
			&.float-initialized {
				opacity: 1;
			}
		}
	}
}

/* section-landing-page-intro.css */
.section-landing-page-intro,
.section-blog-hub-intro {
    .landing-page-intro-content {
        margin-bottom: -1px !important;
    }
}


/* section-photo-break-slideshow.css */
.section-photo-break-slideshow {
    .swiper-slide {
        .et_pb_image {
            height: 100%;;
        }
    }
    .swiper-initialized {
        overflow: hidden;
        .swiper-wrapper {
            flex-direction: row;
        }
        
        .swiper-controls {
            opacity: 1;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10;
        }
        .swiper-arrow {
            position: absolute;
            top: 50%;
            width: 4.5rem;
            height: 4.5rem;
            cursor: pointer;
            transform: translateY(-50%);
            z-index: 10;
            &:after {
                content: "";
                display: flex;
                height: 100%;
                background-image: url(../icons/icon-caret-dark.svg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: 25%;
            }
            &.swiper-arrow-prev {
                left: 0;
                &:after {
                    transform: rotate(-180deg);
                }
            }
            &.swiper-arrow-next {
                right: 0;
            }
        }
    }

    @media (max-width: 980px) {
        .swiper-initialized {
            .swiper-arrow {
                width: 3rem;
                height: 3rem;
            }
        }
    }
    @media (max-width: 767px) {
        .swiper-initialized {
            .swiper-arrow {
                width: 2.75rem;
                height: 2.75rem;
            }
        }
    }
}

/* section-podcast-embed.css */
.section-podcast-embed {
    .et_pb_toggle_title {
        &:before {
            display: none;
        }
        &:after {
            content: "";
            background-image: url(../icons/namchak-arrow-light.svg);
            background-repeat: no-repeat;
            background-position: center right;
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 23px;
            right: 0;
            top: 50%;
            transform: translateY(-50%) rotate(0deg);
            transform-origin: 50% 50%;
            transition: transform 0.2s ease-in-out;
        }
        &.rotating {
            &:after {
                transform: translateY(-50%) rotate(180deg);
            }
        }
    }
}

/* section-quiz.css */
.section-quiz.section-initialized {
    .quiz-screen {
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        &.active {
            position: relative;
            opacity: 1;
            visibility: visible;
        }
        &.instant {
            opacity: 1;
        }
        &.transitioned {
            transition: opacity 0.25s ease, visibility 0.25s ease;
        }
    }

    .quiz-track {
        height: 5px;
    }
    .quiz-thumb {
        width: 25%;
        height: 100%;
        transition: width 0.1s linear;
    }

    .quiz-questions {
        > .et_pb_row {
            > .et_pb_column:nth-child(2) {
                display: flex;
                flex-direction: row;
                gap: 10px;
                align-items: center;
            }
        }
    }
    .quiz-button-label {
        flex: 1;
        display: grid;
        grid-template-columns: 11px auto;
        gap: 8px;
        align-items: center;
        background-color: var(--quiz-button-bg-color);
        border: var(--quiz-button-border);
        border-radius: var(--quiz-button-border-radius);
        padding: 10px;
        color: var(--quiz-text-color);
        font-size: var(--quiz-text-font-size);
        font-family: var(--quiz-text-font-family);
        cursor: pointer;
        transition: background-color 0.3s ease,border 0.3s ease, color 0.3s ease, font-size 0.3s ease, font-family 0.3s ease;
        /* &:focus-within {
            outline: 1px solid var(--quiz-button-bg-color);
            outline-offset: 2px;
        } */

        input[type="radio"] {
            -webkit-appearance: none;
            appearance: none;
            background-color: #fff;
            margin: 0;
            font: inherit;
            color: currentColor;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background-color: var(--quiz-radio-bg-color);
            border: var(--quiz-radio-border);
            transition: all 0.3s ease;
            display: grid;
            place-content: center;
            &:before {
                content: "";
                width: 5px;
                height: 5px;
                border-radius: 50%;
                transform: scale(0);
                transition: 120ms transform ease-in-out;
                box-shadow: inset 1em 1em var(--quiz-radio-active-bg-color);
            }
            &:checked {
                border: var(--quiz-radio-active-border);
                &:before {
                    transform: scale(1);
                }
            }
            &:focus {
                outline: 1px solid var(--quiz-radio-active-bg-color);
                outline-offset: 1px;
            }
        }

        &.active {
            background-color: var(--quiz-button-active-bg-color);
            border: var(--quiz-button-active-border);
            color: var(--quiz-text-active-color);
            font-size: var(--quiz-text-active-font-size);
            font-family: var(--quiz-text-active-font-family);
        }
    }

    .quiz-errors {
        visibility: hidden;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0s linear 0.3s;
        &.visible {
            visibility: visible;
            height: auto;
            opacity: 1;
            transition: opacity 0.3s ease, visibility 0s linear 0s;
        }
    }

    .quiz-control-prev {
        flex-direction: row-reverse !important;
        &:after {
            transform: scale(-1) !important;
        }
    }
    
}

/* section-related-content.css */
.section-related-content {
    .related-content-card {
        &:before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 54.46%, rgba(0, 0, 0, 0.80) 100%);
        }
    }
}

/* section-retreat-listings.css */
.section-retreat-listings.section-initialized {
    .retreat-listing-card.module-initialized {
        overflow: hidden;
        background-color: var(--retreat-card-hover-background);
        &:before {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50.16%, rgba(0, 0, 0, 0.85) 100%);
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
        }
        &:after {
            background-color: var(--retreat-card-hover-background);
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        &:hover {
            /* background color */
            &:after {
                opacity: 1;
            }
            /* default text color */
            .et_pb_module_header,
            .et_pb_text_inner * {
                color: var(--retreat-card-hover-text-color) !important;
            }
            /* hover content */
            .retreat-card-hover {
                opacity: 1;
            }
        }
        /* &.retreat-card-center {
            grid-column: 1 / -1;
            justify-self: center;
        } */
        &:nth-child(odd):last-child {
            grid-column: 1 / -1;
            justify-self: center;
        }

        .et_pb_module_header,
        .et_pb_text_inner * {
            transition: color 0.5s ease;
        }
        .retreat-card-container {
            opacity: 0;
            transition: transform 0.5s ease, opacity 0.5s ease;
            z-index: 3;
        }
        .retreat-card-hover {
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        
    }
    .retreat-listings-target {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }
}

.section-retreat-listings-links {
    .retreat-listings-link {
        cursor: pointer;
    }
    .retreat-listings-link-marker {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
    }
}

/* section-slider-cards.css */
.slider-cards {
    &.swiper-initialized {
        width: 125%;
    }
    .swiper-slide {
        overflow: initial;
        .swiper-slide-shadow {
            display: none;
        }
    }
    .swiper-controls {
        width: 66.66667%;
        margin-top: 3.75rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 3.5rem;
    }
    .swiper-arrow {
        width: 30px;
        height: 30px;
        border: none;
        cursor: pointer;
        z-index: 10;
        &:after {
            content: "";
            display: flex;
            height: 100%;
            background-image: url(../icons/icon-caret-dark.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        &.swiper-arrow-prev {
            &:after {
                transform: rotate(-180deg);
            }
        }
    }

    .swiper-controls-light {
        .swiper-arrow {
            &:after {
                background-image: url(../icons/icon-caret-light.svg);
            }
        }
    }

    @media (max-width: 980px) {
        &.swiper-initialized {
            width: 100%;
        }
        .swiper-controls {
            width: 100%;
            justify-content: center;
        }
    }
}


/* section-teacher-card-slider.css */
.section-teacher-card-slider {
    .swiper-initialized {
        overflow: hidden;
        .swiper-wrapper {
            flex-direction: row;
        }
        .swiper-controls {
            opacity: 1;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 1rem;
            z-index: 10;
        }
        .swiper-pagination {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            transform: none;
            border-color: inherit;
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            .swiper-pagination-bullet {
                opacity: 0.2;
                border: 0.5rem solid;
                margin: 0;
            }
            .swiper-pagination-bullet-active {
                opacity: 1;
                border-color: inherit;
            }
        }
    }
}

/* section-testimonials.css */

/* body:not(.et-fb) .masonry-testimonials  .et_pb_testimonial {
    display: none;
} */
/* .masonry-testimonials .et_pb_button:hover {
    background-color: unset;
} */

.section-testimonials {
    .testimonials-card {
        opacity: 1;
        transition: opacity 0.3s ease;
        &:before {
            display: none;
        }
        .et_pb_testimonial_description_inner {
            margin-bottom: 1.5rem;
        }
        .et_pb_testimonial_inner {
            border-radius: 0 !important;
            overflow: visible !important;
        }

        &.hidden {
            opacity: 0;
            position: absolute;
            pointer-events: none;
            z-index: -1;
        }
    }
    .testimonials-load-more {
        opacity: 1;
        transition: opacity 0.3s ease;
        &.hidden {
            opacity: 0;
            position: absolute !important;
            pointer-events: none;
            z-index: -1;
            width: 100%;
        }
    }
}

/* section-timeline-horizontal.css */
.section-timeline-horizontal {
    .timeline-container.timeline-initialized {
        position: relative;

        > .et_pb_row {
            height: 100%;
        }

        .timeline-wrapper {
            position: sticky;
            top: var(--sticky-top-offset, 0px);
            width: 100%;
            overflow: hidden;
            will-change: transform;
        }

        .timeline-content {
            display: flex;
            flex-direction: row;
            will-change: transform;
        }

        .timeline-milestone {
            width: 100%;
            flex-shrink: 0;
            .timeline-milestone-title {
                opacity: 0.2;
                transition: opacity 0.3s ease;
            }
            &.active {
                .timeline-milestone-title {
                    opacity: 1;
                }
            }
        }

        .timeline-pagination {
            /* position: absolute;
            top: 0;
            left: 0; */
            display: flex;
            flex-direction: row;
            gap: 0.5rem;
            z-index: 10;
            margin-bottom: 2rem;

            .pagination-item {
                color: var(--pagination-inactive-color);
                font-size: var(--pagination-inactive-font-size);
                font-family: var(--pagination-inactive-font-family);
                transition: all 0.3s ease;
                transform: scale(0.7);
            }

            .pagination-item.active {
                color: var(--pagination-active-color);
                /* font-size: var(--pagination-active-font-size); */
                font-family: var(--pagination-active-font-family);
                transform: scale(1);
            }
        }
    }
}

/* section-timeline-vertical.css */
.section-timeline-vertical.section-initialized {
    .timeline-container {
        position: relative;
    }
    .timeline-track,
    .timeline-thumb {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1rem;
        transform: translateX(-50%);
    }
    .timeline-track {
        height: 100%;
    }
    .timeline-thumb {
        height: 3rem;
        transition: height 0.1s linear;
    }
    .timeline-marker {
        position: absolute;
        top: 0;
        left: 50%;
        border-radius: 50%;
        transform: translateX(-50%);
        width: 1rem;
        height: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        &:after {
            content: "";
            width: 0.625rem;
            aspect-ratio: 1 / 1;
            border-radius: 50%;
            box-sizing: border-box;
            background-color: var(--marker-bg-color);
            border: var(--marker-border);
            transition: all 0.3s ease;
        }
    }
    .timeline-items {
        .et_pb_row {
            opacity: 0.2;
            transition: opacity 0.3s ease;
        }
        .is-active {
            opacity: 1;
            .timeline-marker:after {
                background-color: var(--marker-active-bg-color);
                border: var(--marker-active-border);
            }
        }
    }
}

/* section-user-grid.css */
.section-user-grid.section-initialized {
    .user-grid-items {
        .user-grid-column-3 {
            .user-item {
                &:nth-child(3n+3) {
                    border-right: 0;
                }
            }
        }
        .user-grid-column-2 {
            .user-item {
                &:nth-child(2n+2) {
                    border-right: 0;
                }
            }
        }
        .user-item {
            cursor: pointer;
            .et_pb_image_wrap {
                transition: transform 0.3s ease;
            }
            .et_pb_text {
                .et_pb_text_inner {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 0.5rem;
                }
                svg {
                    width: 19px;
                    transition: transform 0.3s ease;
                }
            }
            .user-grid-item-slug {
                opacity: 0;
                visibility: hidden;
                height: 0;
                overflow: hidden;
            }
            &:hover,
            &:focus {
                .et_pb_image_wrap {
                    transform: scale(1.05);
                }
                .et_pb_text {
                    svg {
                        transform: translateX(5px);
                    }
                }
            }
        }
    }
    .user-grid-details {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 98;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0s linear 0.3s;
        pointer-events: none;
        visibility: hidden;
        &.details-visible {
            visibility: visible;
            opacity: 1;
            pointer-events: all;
            transition: opacity 0.3s ease, visibility 0s linear 0s;
        }
        .user-grid-card {
            position: absolute;
            top: 5rem;
            right: 0;
            width: 50rem;
            max-width: 50vw;
            height: auto;
            opacity: 0;
            transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
            visibility: hidden;
            transform: translateX(100%);
            &.active-card {
                visibility: visible;
                opacity: 1;
                transform: translateX(0%);
                transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
            }
            .user-grid-card-close {
                position: absolute;
                top: 1rem;
                right: 1rem;
                z-index: 3;
                cursor: pointer;
                background: #893254;
                width: 1.75rem;
                height: 1.75rem;
                border: 0;
                border-radius: 50%;
                &:before, &:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 2px;
                    height: 60%;
                    background-color: #EEE5DA;
                }
                &:before {
                    transform: translate(-50%, -50%) rotate(45deg);
                }
                &:after {
                    transform: translate(-50%, -50%) rotate(-45deg);
                }
                &:focus {
                    outline: 2px solid #001e2d;
                    outline-offset: 2px;
                }
            }
            .user-grid-card-scroll {
                height: 100%;
                overflow-y: auto;
            }
        }
    }

    @media (max-width: 980px) {
        .user-grid-details {
            .user-grid-card {
                width: 90%;
                max-width: 90vw;
                .user-grid-card-close {
                    top: 0.5rem;
                    right: 0.5rem;
                }
            }
        }
    }
    @media (max-width: 767px) {
        .user-grid-items {
            .user-grid-column-3,
            .user-grid-column-2 {
                .user-item {
                    border-right: 0;
                }
            }
        }
    }
}

/* section-user-list.css */
.section-user-list {
    .user-list-items {
        @media only screen and (min-width: 768px) {
            > .et_pb_row {
                &:nth-of-type(odd) {
                    flex-direction: row;
                }
                &:nth-of-type(even) {
                    flex-direction: row-reverse;
                }
            }
        }
    }
}

/* section-video-hero.css */
.section-video-background {
    background-color: #000;

	.video-hero-video-wrapper {
		position: sticky !important;
		top: 0;

		.mb_heading_with_script_module {
			.mb_heading_with_script__heading {
				display: flex;
				flex-direction: column;
				.mb_heading_with_script__text2 {
					line-height: 1.15;
				}
			}
		}
	}

    /* overlay */
    .et-pb-background-video {
		&:after {
			content: "";
			background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 54.46%, rgba(0, 0, 0, 0.80) 100%);
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 0;
		}
	}

	@media (max-width: 767px) {
		.video-hero-video-wrapper {
			.mb_heading_with_script_module {
				.mb_heading_with_script__heading {
					font-size: clamp(1.875rem, 1.391rem + 2.066vw, 3.25rem);
				}
			}
		}
	}
}

/* teacherCardSlider.css */
.section-teacher-card-slider {
    .swiper-initialized {
        overflow: hidden;
        .swiper-wrapper {
            flex-direction: row;
        }
        .swiper-controls {
            opacity: 1;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 1rem;
            z-index: 10;
        }
        .swiper-pagination {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            transform: none;
            border-color: inherit;
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            .swiper-pagination-bullet {
                opacity: 0.2;
                border: 0.5rem solid;
                margin: 0;
            }
            .swiper-pagination-bullet-active {
                opacity: 1;
                border-color: inherit;
            }
        }
    }
}

/* template-blog.css */
.single-post {
    .blog-post-intro {
        .category-list {
            .et_pb_title_meta_container {
                font-size: 0 !important;
                display: flex;
                flex-direction: row;
                justify-content: center;
                flex-wrap: wrap;
                gap: 0.5rem;
            }
            a[rel="category tag"] {
                border-radius: 10px;
                border: 2px solid var(--Neutral-Filter-Stroke, #A5AAA8);
                background-color: rgba(246, 240, 233, 0.15);
                padding: 8px;
                text-decoration: none;
                transition: background-color 0.3s ease, color 0.3s ease;
                &:hover,
                &:focus {
                    background-color: var(--Bkg-Background-Accent, #001e2d);
                }
            }
        }
    }

    /* post content */
    .single-post-content {
        > .et_pb_row {
            > .et_pb_column {
                width: calc(66.6667% - var(--horizontal-gap-parent, 1.5rem) * 0.33333) !important;
                --horizontal-gap-parent: 1.5rem !important;
                --vertical-gap: 2.5rem !important;
            }
        }
        .et_pb_text {
            p,
            h1, h2, h3, h4, h5, h6,
            ul, ol {
                padding: 0 !important;
                margin: 0 !important;
                margin-bottom: 2.5rem !important;
                li {
                    margin-bottom: 0.5rem !important;
                }
                &:last-child {
                    margin-bottom: 0 !important;
                }
            }
        }
    }

    @media (max-width: 980px) {
        .single-post-content {
            > .et_pb_row {
                > .et_pb_column {
                    width: calc(100% - var(--horizontal-gap-parent, 1.5rem) * 0) !important;
                }
            }
        }
    }
}


