:root {
    --accent-1: #007DBA;
}

.add-icon {
    color: white;
}

.search-button i {
    color: var(--secondary-text);
}

.khp img {
    width: 1.2rem;
    object-fit: contain;
}

.social-link {
    min-height: 34px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.site-name {
    display: none;
    color: var(--dark-font-color);
    max-width: 12.5rem;
    line-height: 1.2;
    font-size: 1.2rem;
}

.quicklink {
   gap: 1rem; 
}
.quicklink i {
    color: white;
}

.quicklink-item {
    border-right: 1px solid rgba(239, 240, 240, 0.15);
}

.quicklink-item:nth-of-type(2n),
.quicklink-item:last-of-type {
    border-right: none;
}

.spotlight-swiper .spotlight-pagination {
    top: unset;
    bottom: 1rem;
}

.cta1::after {
    content: none;
}

.cta1 {
    padding: 0;
}

.cta1-content {
    padding: 3rem 1.5rem;
}

.cta1-img {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    display: block;
}

.cta1-img::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
}

.leaf-svg {
    display: none;
}

.leaf-svg path:first-of-type {
    fill: var(--dark-grey)!important;
}

.district-news .title-row {
    text-align: center;
    margin-bottom: 1rem;
}

.footer-logo-wrapper {
    background: white;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 1.5rem;
    width: fit-content;
    margin: auto;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo {
    width: 100px;
    margin: 0;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.footer-logo.wide-logo {
    max-width: 230px;
}

.footer-district-logo {
    width: 200px;
    margin: 2rem auto;
    object-fit: contain;
}

.spotlight-col {
    margin-bottom: 1rem;
}

@media (min-width: 62em) {
    .logo-row {
        gap: 1rem;
    }

    .site-name {
        display: block;
    }
    .social-link {
        min-height: 50px;
    }
    .quicklink {
        font-size: 1.2rem;
    }

    .quicklink-item {
        flex-grow: 1;
        max-width: unset;
        flex-basis: unset;
    }

    .quicklink-item:nth-of-type(2n) {
        border-right: 1px solid rgba(239, 240, 240, 0.15);
    }

     .quicklink-item:last-of-type {
        border-right: none;
    }

    .cta1 {
        display: flex;
    }

    .cta1-img {
        width: 32%;
        flex-grow: 1;
    }

    .cta1-content {
        padding: 3rem 2rem;
        padding-left: 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cta1-content p {
        font-size: 1.2rem;
    }

    .leaf-svg {
        display: block;
        width: 15%;
        bottom: -17%;
    }

    .footer-contacts {
        display: flex;
    }

    footer address,
    footer .contacts {
        width: 50%;
    }

    .footer-district-logo {
        margin: 0 auto 1.5rem;
    }

    .main-footer .footer-social {
        margin: 1rem auto 0;
    }

    .spotlight-col {
        margin-bottom: 0;
    }
}
