/* Custom Styles */
i.fa.fa-arrow-circle-right {
    margin-left: 10px;
}

/* Hero section buttons */
#section-1717034662351 .btn {
    margin-right: 12px;
    margin-bottom: 8px;
}

/* Hero section headings */
#section-1717034662351 h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 16px;
}

#section-1717034662351 p {
    color: #c5d5e5;
}

/* Simple Places to Start cards */
#section-simple_places_section .feature {
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
}

#section-simple_places_section .feature:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
}

#section-simple_places_section hr {
    border: none;
    border-top: 2px solid #e0e8f0;
    margin: 12px 0;
}

/* CTA Banner section */
#section-cta_banner_section h2 {
    color: #ffffff;
    font-size: 44px;
    line-height: 1.2;
}

#section-cta_banner_section p {
    color: #c5d5e5;
}

/* Theme section - Clarity & Commitment label overlay */
#block-1716870984624 .block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

#block-1716870984624 h2 {
    color: #a0b4c8;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

#block-1716870984624 p {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    font-family: "Mark OT Regular", sans-serif;
}

/* Schedule section — equal height cards with border */
#section-1606258526393 .feature {
    height: 100%;
    border-radius: 4px;
}

/* Resources section cards */
#section-1717214606381 .feature {
    border-radius: 8px;
    transition: transform 0.2s ease;
}
#section-1717214606381 .feature:hover {
    transform: translateY(-3px);
}

/* FAQ accordions */
.accordion__heading {
    font-weight: 600;
}

/* Footer arrow icons */
.footer a.link-list__link::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-right: 8px;
    display: inline-block;
    font-size: 12px;
}

div#block-1758688089622 {
    text-align: center;
    margin-top: -14px;
    font-size: 16px;
}

div#block-1758688071031 {
    padding: 5px;
}

/* Responsive */
@media(max-width: 767px) {
    .footerimage {
        text-align: center !important;
    }

    .social-icons--1770797270642 .social-icons__icons {
        justify-content: center;
    }

    .header__content--desktop {
        padding: 15px 0;
    }

    #section-1717034662351 h1 {
        font-size: 30px;
    }

    #section-cta_banner_section h2 {
        font-size: 30px;
    }

    #section-simple_places_section .feature {
        margin-bottom: 16px;
    }
}

a.btn {
    font-weight: 400;
}

/* Aligns the Feature Blocks to the Centre on mobile */
@media (max-width: 767px) {
    .feature {
        align-items: center;
    }
}

.feature__image {
    margin-bottom: 0;
}

.footer a.link-list__link::before {
    display: none !important;
}

@media (max-width: 767px) {
    .footer a.link-list__link {
        text-align: center;
    }

    .footer .text {
        text-align: center !important;
    }
}

div#block-1769176870009 {
    padding-top: 0 !important;
}

@media(min-width: 768px) {
    div#block-1756284817737 {
        text-align: right;
    }
}
