* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}
p:last-child {
    margin: 0;
}
.text-center {
    text-align: center;
}
.heading img, .heading svg {
    height: 32px;
    width: 32px;
}
/* Banner Image */
.paws-banner-image {
    width: 100%;
    position: relative;
}

.paws-banner-image img {
    width: 100%;
}
/* Banner Image */
.section-pd {
    padding: 70px 0;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.linklist ol, .linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 30px;
}
/* Participate and Works CSS */
.participate-and-works-detail {
    width: 100%;
    position: relative;
}
.participate-and-works-detail .paws-works-info {
    padding: 30px;
    background: #e9c46a;
    width: 100%;
    position: relative;
    height: 100%;
}
.participate-and-works-detail .paws-participate-info {
    background: linear-gradient(0deg, #213F5A 0%, #05213B 100%);
    padding: 30px;
    width: 100%;
    position: relative;
    color: #fff;
    height: 100%;
}
.participate-and-works-detail .paws-participate-info * {
    color: #fff;
}
/* Participate and Works CSS */
/* why this matters CSS */
.why-this-matters {
    width: 100%;
    position: relative;
}
/* why this matters CSS */
/* weekly spotlight CSS */
.weekly-spotlight {
    background: var(--color-gold);
    width: 100%;
    position: relative;
}
/* weekly spotlight CSS */

/* FAQ CSS */
.faq-list-detail .faq-item {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 25px;
}
.faq-list-detail .faq-title {
    cursor: pointer;
    padding: 15px;
    background: #f7f7f7;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
}
.faq-list-detail .faq-title:hover {
    background: #eee;
}

.faq-list-detail .faq-title.active {
    background: #e6c269;
}

.faq-list-detail .faq-icon {
    font-size: 20px;
    font-weight: bold;
}

.faq-list-detail .faq-content {
    padding: 15px;
    background: #fff;
    line-height: 1.6;
}
.faq-list-detail .faq-content p {
    color: #000;
}

/* FAQ CSS */


.footer__logo-text a, .site-header .site-header__bar .site-header__brand {
    pointer-events: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}
@media (max-width: 1199px) {
    .site-header__navigation {
        order: 0;
        display: none;
    }
    .footer__top-content {
        justify-content: space-between;
    }
}
@media (max-width: 992px) {
    .footer__top-content {
        justify-content: space-between;
    }
}
@media (max-width: 991px) {
    .footer__top-content {
        justify-content: space-between;
    }
    .footer-nav {
        margin-top: 30px;
    }
    .col-lg-6 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-pd {
        padding: 50px 0;
    }
    .footer__top-content {
        justify-content: center;
        align-items: center;
    }
    .footer-nav {
        margin-top: 30px;
    }
    .participate-and-works-detail .paws-works-info, .participate-and-works-detail .paws-participate-info {
        padding: 30px 15px;
    }
}
@media (max-width: 575px) {
    .faq-list-detail .faq-title { 
        font-size: 20px;
    }
}