    :root {
        --header-bg: url(https://eschoolscms.blob.core.windows.net/production/schools/218/template-files/segmented/lRVltIHfClrBNNQlKcrjdtSGeO2jmGJe0oI9cwHY.jpg);
        --header-bg-mobile: url(https://eschoolscms.blob.core.windows.net/production/logos/59Xtagau00T4Tn4QYAYeGfSnHiB5Xsj5Ozr0IZ5P.png);
        --header-height: 210;
        --primary-colour: #0f7414;
        --secondary-colour: #2aaf22;
        --toolbar-bg: #0f7414;
        --footer-bg: #0f7414;
        --footer-border: #09460c;
        --footer-colour: #ffffff;
        --linkbox-bg: #0f7414;
        --linkbox-bg-80: #0f7414CC;
        --linkbox-bg-hover: #0f7414;
        --linkbox-color: #f8fafc;
        --linkbox-color-hover: #f8fafc;
    }

    .bg-toolbar {
        background-color: #0f7414;
        color: #f8fafc;
    }

    .bg-toolbar input::placeholder {
        color: #f8fafc;
    }

    .bg-toolbar input:focus::placeholder {
        color: #f8fafc4D;
    }

    .bg-toolbar .bars {
        background-color: #0f7414;
    }

    .icon-toolbar {
        background-color: #f8fafc;
        color: #0f7414;
    }

    #pagenav {
        background-color: #0f7414;
    }
    #pagenav ul {
        color: #f8fafc;
        font-family: Arial;
    }
    @media screen and (min-width: 1024px) {
        #pagenav ul .nav-item:hover {
            background-color: #f8fafc;
            color: #0f172a;
        }
    }

    #pagenav .nav-dropdown {
        background-color: #fafcfa;
        color: #0f172a;
    }

    #pagenav .nav-dropdown summary:hover {
        background-color: #c8cac8;
        color: #0f172a;
    }

    #sidenav {
        background-color: #0f7414;
        color: #f8fafc;
        font-family: Arial;
    }

    #sidenav h2 {
        border-bottom-color: #f8fafc;
    }

    #sidenav .subnav-item:hover {
        background-color: #f8fafc;
        color: #0f172a;
    }

    #sidenav .active {
        background-color: #f8fafc;
        color: #0f172a;
    }

    #sidenav .active::before {
        border-inline-start-color: #f8fafc;
    }

    .footer {
        background-color: #0f7414;
        border-color: #09460c;
        color: #ffffff;
    }
    .footer a:hover {
        color: #ffffff;
    }
    h1,h2,h3,h4,h5,h6 {
        color: #0f7414;
    }

    .welcome {
        background-color: #e7f1e8;
        color: #0f172a;
        border-color: #8b918b;
    }
    .welcome-title {
        --welcome-title-colour: #0f7414;
    }

    .important-message {
        background-color: #2aaf22;
    }

    .important-message i {
        color: #f8fafc;
    }

    .important-message-container {
        background-color: #F8FAFC;
        color: #0f172a;
    }
    .important-message-container::before {
        border-left-color: #2aaf22 !important;
    }
    .important-message-container::after {
        border-right-color: #2aaf22 !important;
    }

    .linkbox {
        background-color: #0f7414;
        color: #f8fafc;
    }

    .linkbox:hover {
        background-color: #0f7414;
        color: #f8fafc;
    }



    .homeblocks > div > div:nth-child(1) .home-region {
        /*background-color: #9fc7a1;*/
        border-color: #0f7414;
    }

    .homeblocks > div > div:nth-child(1) .home-region .heading {
        color: #0f7414;
    }

    .homeblocks > div > div:nth-child(2) .home-region {
        /*background-color: #aadfa7;*/
        border-color: #2aaf22;
    }

    .homeblocks > div > div:nth-child(2) .home-region .heading {
        color: #0f7414;
    }

    .homeblocks > div > div:nth-child(3) .home-region {
        /*background-color: #9fc7a1;*/
        border-color: #0f7414;
    }

    .homeblocks > div > div:nth-child(3) .home-region .heading {
        color: #0f7414;
    }

    .resource_item {
        background-color: #0f7414;
        color: #f8fafc;
    }

    .resource_item[href]:hover,
    .resource_item[onclick]:hover {
        background-color: #09460c;
        color: #f8fafc;
    }

    .resource_item i {
        color: contrast(#f8fafc);
    }

    .fc-toolbar-title {
        color: #0f7414 !important;
    }

    .fc-col-header-cell {
        background: #0f7414;
        color: #f8fafc;
    }

    .fc-dayGridMonth-view > table {
        background-color: #e1eee2;
    }

    .fc-daygrid-day-number {
        color: #0f172a;
    }

    .fc-daygrid-day.fc-day-today {
        background-color: #b4beb5 !important;
    }

    .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
        color: #0f172a;
    }

    .fc-event {
        background: #2aaf22 !important;
        border-color: #228c1b !important;
        color: #f8fafc !important;
    }

    .fc-event:hover {
        background: #228c1b !important;
        border-color: #1b7016 !important;
        color: #f8fafc !important;
    }

    .fc-event-title,
    .fc-event-time {
        color: #f8fafc !important;
    }

    .fc-event:hover .fc-event-title,
    .fc-event:hover .fc-event-time
    {
        color: #f8fafc !important;
    }

    header#segmented-header:not(:has(.mob)),
    header#segmented-header > img:not(.mob),
    header#segmented-header > picture:not(.mob),
    header#segmented-header > svg
    {
        height: calc(var(--header-height) * (100 / 1560 * 1vw));
    }

    @media (min-width: 640px) and (max-width: 767.98px) {
        header#segmented-header:not(:has(.mob)),
        header#segmented-header > img:not(.mob),
        header#segmented-header > picture:not(.mob),
        header#segmented-header > svg
        {
            height: calc((var(--header-height) / 100 * 42.6) * 1px);
        }
    }
    @media (min-width: 800px) and (max-width: 1023.98px) {
        header#segmented-header:not(:has(.mob)),
        header#segmented-header > img:not(.mob),
        header#segmented-header > picture:not(.mob),
        header#segmented-header > svg
        {
            height: calc((var(--header-height) / 100 * 51.2) * 1px);
        }
    }
    @media (min-width: 1055px) and (max-width: 1279.98px) {
        header#segmented-header:not(:has(.mob)),
        header#segmented-header > img:not(.mob),
        header#segmented-header > picture:not(.mob),
        header#segmented-header > svg
        {
            height: calc((var(--header-height) / 100 * 68.25) * 1px);
        }
    }
    @media (min-width: 1327px) and (max-width: 1535.98px) {
        header#segmented-header:not(:has(.mob)),
        header#segmented-header > img:not(.mob),
        header#segmented-header > picture:not(.mob),
        header#segmented-header > svg
        {
            height: calc((var(--header-height) / 100 * 85) * 1px);
        }
    }
    @media (min-width: 1536px) {
        header#segmented-header:not(:has(.mob)),
        header#segmented-header > img:not(.mob),
        header#segmented-header > picture:not(.mob),
        header#segmented-header > svg
        {
            height: calc(var(--header-height) * 1px);
        }
    }




.font-motto {
    font-size: 1px;
}.font-title {
    color: #0f7414;
}
h1, h2, h3, h4, h5, h6 {
    color: #0f7414;
}