:root {
    --secondary: #097645;
}

.logo {
    color: var(--dark-font-color);
}

.logo h3 {
    max-width: unset;
}

.cta {
    margin-bottom: 0;
}

.cta-2 .cta-content {
    padding: 1.5rem 1rem calc(3% + 1.5rem);
}

footer {
    margin-top: -3%;
    position: relative;
}

.footer-logo {
    border-radius: 50%;
    background: white;
    padding: .5rem;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.page-template {
    margin-bottom: 5rem;
}

.schools-select button {
    background-color: var(--dark-grey);
}

.home-district-news .news-item::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 5px;
}

@media (min-width: 48em) {
    .cta-img {
        padding-bottom: 8%;
    }
}

@media (min-width: 62em) {
    .cta-2 .cta-content {
        padding: 0;
    }

    .quicklink-item {
        width: calc((100% - 6rem) / 5);
    }
}

@media (max-width: 1199px) {
    .logo img {
        height: 75px;
        padding: .5rem;
    }
}

@media (min-width: 75em) {
    .page-template {
        margin-bottom: 8rem;
    }
    .footer-logo-wrapper h4 {
        max-width: 60%;
    }

    .footer-top > .content-container {
        margin-top: -8%;
    }

    .logo img {
        padding: .5rem 0;
    }
}