    :root {
        --header-bg: url(https://eschoolscms.blob.core.windows.net/production/schools/189/template-files/segmented/9LaQcbJMxvxvVsaStH6pJ1gDiBhuPiIk9KXJiq0N.jpg);
        --header-bg-mobile: url(https://eschoolscms.blob.core.windows.net/production/logos/tsICx9IvLYa0K1f3XdhAjcXYeUUPSYp6vWYVU0CV.png);
        --header-height: 400;
        --primary-colour: #8c62aa;
        --secondary-colour: #a6ce39;
        --toolbar-bg: #8c62aa;
        --footer-bg: #8c62aa;
        --footer-border: #543b66;
        --footer-colour: #f8fafc;
        --linkbox-bg: #8c62aa;
        --linkbox-bg-80: #8c62aaCC;
        --linkbox-bg-hover: #8c62aa;
        --linkbox-color: #f8fafc;
        --linkbox-color-hover: #f8fafc;
    }

    .bg-toolbar {
        background-color: #8c62aa;
        color: #f8fafc;
    }

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

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

    .bg-toolbar .bars {
        background-color: #8c62aa;
    }

    .icon-toolbar {
        background-color: #f8fafc;
        color: #8c62aa;
    }

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

    #pagenav .nav-dropdown {
        background-color: #8c62aa;
        color: #f8fafc;
    }

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

    #sidenav {
        background-color: #8c62aa;
        color: #f8fafc;
        font-family: Arial;
    }

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

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

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

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

    .footer {
        background-color: #8c62aa;
        border-color: #543b66;
        color: #f8fafc;
    }
    .footer a:hover {
        color: #f9fbfd;
    }
    h1,h2,h3,h4,h5,h6 {
        color: #8c62aa;
    }

    .welcome {
        background-color: #deeab6;
        color: #0f172a;
        border-color: #858c6d;
    }
    .welcome-title {
        --welcome-title-colour: #8c62aa;
    }

    .important-message {
        background-color: #a6ce39;
    }

    .important-message i {
        color: #0f172a;
    }

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

    .linkbox {
        background-color: #8c62aa;
        color: #f8fafc;
    }

    .linkbox:hover {
        background-color: #8c62aa;
        color: #f8fafc;
    }



    .homeblocks > div > div:nth-child(1) .home-region {
        /*background-color: #00b7ce;*/
        border-color: #006e7c;
    }

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

    .homeblocks > div > div:nth-child(2) .home-region {
        /*background-color: #02b7ce;*/
        border-color: #016e7c;
    }

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

    .homeblocks > div > div:nth-child(3) .home-region {
        /*background-color: #02b7ce;*/
        border-color: #016e7c;
    }

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

    .resource_item {
        background-color: #deeab6;
        color: #0f172a;
    }

    .resource_item[href]:hover,
    .resource_item[onclick]:hover {
        background-color: #a6ce39;
        color: #0f172a;
    }

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

    .fc-toolbar-title {
        color: #8c62aa !important;
    }

    .fc-col-header-cell {
        background: #8c62aa;
        color: #f8fafc;
    }

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

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

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

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

    .fc-event {
        background: #a6ce39 !important;
        border-color: #85a52e !important;
        color: #0f172a !important;
    }

    .fc-event:hover {
        background: #85a52e !important;
        border-color: #6a8425 !important;
        color: #0f172a !important;
    }

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

    .fc-event:hover .fc-event-title,
    .fc-event:hover .fc-event-time
    {
        color: #0f172a !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: #8c62aa;
}
h1, h2, h3, h4, h5, h6 {
    color: #8c62aa;
}