/* ================================= Overview Section ================================= */

.content-intro {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.content-intro h2 {
    margin-bottom: 0;
}

/* ================================= Table Pop-Up Section ================================= */


.lity-content .modal-sale {
    background: #fff;
    color: #111;
    padding: 20px 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
    max-height: calc(100vh - 96px);
    overflow: auto;
    margin: 0 auto;
}

.lity-content .modal-body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
}

/* ================================= FAQ Section ================================= */


.background {
    background-image: url("https://www.pechanga.com/uploads/assets/join/HeroBrand-Pattern-Charc_3882x3000.webp");
    /* min-height: 710px; */
    /* Specify the path to your image */
    background-size: cover;
    /* Make the image cover the entire page */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-position: center center;
    /* Center the image */
}

.faq-container {
    width: 75%;
    margin: auto;
}

.faq-accordion-item ul {
    padding-left: 10px;
}

.faq-accordion-item ul li {
    color: #000;
    list-style-type: none;
    position: relative;
    padding-left: 5px;
    margin: 10px 0;
}

.faq-accordion-item ul li:before {
    content: "\2022 ";
    position: absolute;
    left: -10px;
    color: #c4c1a3;
}

/* ================================= Dropdown Button ================================= */

.dropdown {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

.dropdown button {
    width: 230px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.dropdown-content button {
    display: block;
    padding: 10px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
}

.dropdown-content button:hover {
    background-color: #ddd;
}

.arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 10px;
    position: relative;
    top: -3px;
    /* Moves arrow slightly higher */
}

.dropdown.open .arrow {
    transform: rotate(-135deg);
}

@media only screen and (max-width: 900px) {
    table p, table td {
        font-size: 12px;
        text-align: center;
    }
}


/* ================================= Copy of community-giving.css ================================= */

a.gold:link,
a.gold:visited,
a.gold:active {
    color: #c4c1a3;
}

a.gold:hover {
    color: #c4c1a3;
    text-decoration: underline;
}

h5 {
    font-size: 16px;
}

h5 a.gold {
    font-size: 16px;
    font-weight: bold;
}

h2.body-text {
    font-size: 18px;
    text-transform: none;
    color: #000000;
    font-weight: 500;
    line-height: 22px;
}

.text-smaller {
    font-size: 1rem;
}

.pb-1 {
    padding-bottom: 1.875rem;
}

.pt-1 {
    padding-top: 1.875rem;
}

.mb-1 {
    margin-bottom: 1.25em !important;
}

.mb-2 {
    margin-bottom: 1.5em !important;
}

.mb-3 {
    margin-bottom: 1.75em !important;
}

.mb-4 {
    margin-bottom: 2em !important;
}

.mt-1 {
    margin-top: 1.25em !important;
}

.mt-2 {
    margin-top: 1.5em !important;
}

.mt-3 {
    margin-top: 1.75em !important;
}

.mt-4 {
    margin-top: 2em !important;
}

.text-dark {
    color: #333333 !important;
}

.is-bold {
    font-weight: bold;
}

.is-lighter {
    font-weight: lighter;
}

.wysiwyg-module h2 {
    font-weight: lighter;
}

@media only screen and (max-width: 576px) {
    .mt-4 {
        margin-top: 0 !important;
    }

    .wysiwyg-module h2 {
        font-weight: bold;
        color: #333;
    }
}

.generic-view>.module-group {
    margin: 0;
}

h2.is-body-text {
    text-transform: none;
    font-size: 1.125rem;
    color: #000000;
    font-weight: normal;
}

.is-lighter {
    font-weight: lighter;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

hr.gold {
    border-bottom: 1px #c4c1a3 solid;
}

.flex-container {
    display: flex;
}

.column-1 {
    flex-shrink: 0;
    flex-basis: 50%;
    padding: 40px 40px;
}

.border-right {
    border-right: 1px solid #c4c1a3;
}

@media only screen and (max-width: 900px) {
    .flex-container {
        /* it place the items in vertical direction */
        flex-direction: column;
    }

    .border-right {
        border-right: none;
    }
}

strong {
    font-weight: bold !important;
}

.is-gold {
    color: #c4c1a3 !important;
}

.line-initial {
    line-height: initial;
}

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

.phone {
    margin-left: 0px;
    margin-right: 0px;
}

.accordion {
    --bs-accordion-color: #000000;
    --bs-accordion-bg: #FFFFFF;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    --bs-accordion-border-color: #c4c1a3;
    --bs-accordion-border-width: 1px;
    --bs-accordion-btn-padding-x: .62rem;
    --bs-accordion-btn-padding-y: .5rem;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #c4c1a3;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #c4c1a3 inset;
    --bs-accordion-body-padding-x: 0.62rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #FFFFFF;
    --bs-accordion-active-bg: #c4c1a3;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 18px;
    color: var(--bs-accordion-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    line-height: 1.5rem;
    cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);

}

.accordion-button:hover::after {
    background-image: var(--bs-accordion-btn-active-icon);
}

.accordion-header {
    margin: 0 !important;
}

.faq-accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    margin: 20px;
}

.faq-accordion-item:first-of-type {
    margin-top: 0;
}

.faq-accordion-item:last-of-type {
    margin-bottom: 0;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    line-height: 1.5rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}




/* ================================= Copy of community-giving-guidelines.css ================================= */




a.gold:link,
a.gold:visited,
a.gold:active {
    color: #c4c1a3;
}

a.gold:hover {
    color: #c4c1a3;
    text-decoration: underline;
}

h5 {
    font-size: 16px;
}

h5 a.gold {
    font-size: 16px;
    font-weight: bold;
}

h2.body-text {
    font-size: 18px;
    text-transform: none;
    color: #000000;
    font-weight: 500;
    line-height: 22px;
}

.text-smaller {
    font-size: 1rem;
}

.pb-1 {
    padding-bottom: 1.875rem;
}

.pt-1 {
    padding-top: 1.875rem;
}

.mb-1 {
    margin-bottom: 1.25em !important;
}

.mb-2 {
    margin-bottom: 1.5em !important;
}

.mb-3 {
    margin-bottom: 1.75em !important;
}

.mb-4 {
    margin-bottom: 2em !important;
}

.mt-1 {
    margin-top: 1.25em !important;
}

.mt-2 {
    margin-top: 1.5em !important;
}

.mt-3 {
    margin-top: 1.75em !important;
}

.mt-4 {
    margin-top: 2em !important;
}

.text-dark {
    color: #333333 !important;
}

.is-bold {
    font-weight: bold;
}

.is-lighter {
    font-weight: lighter;
}

.wysiwyg-module h2 {
    font-weight: lighter;
}

@media only screen and (max-width: 576px) {
    .mt-4 {
        margin-top: 0 !important;
    }

    .wysiwyg-module h2 {
        font-weight: bold;
        color: #333;
    }
}

.generic-view>.module-group {
    margin: 0;
}

h2.is-body-text {
    text-transform: none;
    font-size: 1.125rem;
    color: #000000;
    font-weight: normal;
}

.is-lighter {
    font-weight: lighter;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

hr.gold {
    border-bottom: 1px #c4c1a3 solid;
}

.flex-container {
    display: flex;
}

.column-1 {
    flex-shrink: 0;
    flex-basis: 50%;
    padding: 40px 40px;
}

.border-right {
    border-right: 1px solid #c4c1a3;
}

@media only screen and (max-width: 900px) {
    .flex-container {
        /* it place the items in vertical direction */
        flex-direction: column;
    }

    .border-right {
        border-right: none;
    }
}

strong {
    font-weight: bold !important;
}

.is-gold {
    color: #c4c1a3 !important;
}

.line-initial {
    line-height: initial;
}

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

.phone {
    margin-left: 0px;
    margin-right: 0px;
}

table {
    max-width: 1100px;
    margin: 0 auto;
    table-layout: fixed;
}

table td,
table th {
    text-align: left;
}

.is-dark {
    color: #333 !important;
}
