/* Site background */
body {
    background-color: #d9d9d9 !important;
}

/* Global page-title banner */
.sp-page-title {
    position: relative;
    background: url("/images/2021/09/04/pagetitles/title-bar-floral.jpg")
        center center / cover no-repeat !important;
    padding: 44px 0 !important;
}

/* Make Educon's green overlay translucent */
.sp-page-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 75, 50, 0.15) !important;
}

/* Keep the title above the overlay */
.sp-page-title > .container {
    position: relative;
    z-index: 2;
}

/* SP Page Builder body text */
.sppb-addon-content {
    color: #444444 !important;
    font-weight: 400 !important;
}
/* Right-align the Top2 calendar module */
#sp-top2 {
    text-align: right;
}

#sp-top2 .sp-module {
    display: inline-block;
}

@media (max-width: 767px) {
    #sp-top2 {
        justify-content: center;
    }
}

#sp-top2 .btn,
#sp-top2 .sppb-btn {
    position: relative;
    top: -8px;
}

#sp-top1 p {
    margin: 0 !important;
    position: relative;
    top: 9px;    /* or -2px until it looks perfect */
}

/* Animated-number labels: YEARS, TOWNS, BUSINESSES, etc. */
.sppb-addon-animated-number .sppb-animated-number-title {
    color: #ffffff !important;
}
/* Animated-number icons */
.sppb-addon-animated-number .sppb-icon-inner,
.sppb-addon-animated-number .sppb-icon-inner i,
.sppb-addon-animated-number .sppb-icon-inner svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}