    :root {
        --header-bg: url(https://eschoolscms.blob.core.windows.net/production/schools/37/template-files/segmented/5RmdJoBSjQ6mlN0pZUy92vSPPd5CXDf3pyFCLbBU.jpg);
        --header-bg-mobile: url(https://eschoolscms.blob.core.windows.net/production/logos/NrsFd0BXyF5ugRWlBJA3SKDl85sDqxWWaM9gctiV.png);
        --header-height: 400;
        --primary-colour: #040269;
        --secondary-colour: #4a65af;
        --toolbar-bg: #040269;
        --footer-bg: #040269;
        --footer-border: #02013f;
        --footer-colour: #ffffff;
        --linkbox-bg: #040269;
        --linkbox-bg-80: #040269CC;
        --linkbox-bg-hover: #030254;
        --linkbox-color: #f8fafc;
        --linkbox-color-hover: #f8fafc;
    }

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

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

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

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

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

    #pagenav {
        background-color: #040269;
    }
    #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: #fafafc;
        color: #0f172a;
    }

    #pagenav .nav-dropdown summary:hover {
        background-color: #4b62af;
        color: #ffffff;
    }

    #sidenav {
        background-color: #040269;
        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: #040269;
        border-color: #02013f;
        color: #ffffff;
    }
    .footer a:hover {
        color: #ffffff;
    }
    h1,h2,h3,h4,h5,h6 {
        color: #040269;
    }

    .welcome {
        background-color: #e6e6f0;
        color: #0f172a;
        border-color: #8a8a90;
    }
    .welcome-title {
        --welcome-title-colour: #040269;
    }

    .important-message {
        background-color: #4a65af;
    }

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

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

    .linkbox {
        background-color: #040269;
        color: #f8fafc;
    }

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



    .homeblocks > div > div:nth-child(1) .home-region {
        /*background-color: #4a62af;*/
        border-color: #2c3b69;
    }

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

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

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

    .homeblocks > div > div:nth-child(3) .home-region {
        /*background-color: #4a62af;*/
        border-color: #2c3b69;
    }

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

    .resource_item {
        background-color: #040269;
        color: #f8fafc;
    }

    .resource_item[href]:hover,
    .resource_item[onclick]:hover {
        background-color: #04048b;
        color: #ffffff;
    }

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

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

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

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

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

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

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

    .fc-event {
        background: #4a65af !important;
        border-color: #3b518c !important;
        color: #f8fafc !important;
    }

    .fc-event:hover {
        background: #3b518c !important;
        border-color: #2f4170 !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: #040269;
}
h1, h2, h3, h4, h5, h6 {
    color: #040269;
}