    :root {
        --header-bg: url(https://eschoolscms.blob.core.windows.net/production/schools/206/template-files/segmented/j6DLHeCKZ8SVdrirftlRmBgu15wCajfTe7IiXRLK.jpg);
        --header-bg-mobile: url(https://eschoolscms.blob.core.windows.net/production/logos/Z3eH0SPz3mhMf1lkFeIs54cjV88yqmMUAoH9dHjz.png);
        --header-height: 400;
        --primary-colour: #595757;
        --secondary-colour: #808080;
        --toolbar-bg: #595757;
        --footer-bg: #595757;
        --footer-border: #353434;
        --footer-colour: #ffffff;
        --linkbox-bg: #595757;
        --linkbox-bg-80: #595757CC;
        --linkbox-bg-hover: #595757;
        --linkbox-color: #f8fafc;
        --linkbox-color-hover: #f8fafc;
    }

    .bg-toolbar {
        background-color: #595757;
        color: #ffffff;
    }

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

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

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

    .icon-toolbar {
        background-color: #ffffff;
        color: #595757;
    }

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

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

    #sidenav {
        background-color: #fecb2f;
        color: #0f172a;
        font-family: Arial;
    }

    #sidenav h2 {
        border-bottom-color: #0f172a;
    }

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

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

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

    .footer {
        background-color: #595757;
        border-color: #353434;
        color: #ffffff;
    }
    .footer a:hover {
        color: #ffffff;
    }
    h1,h2,h3,h4,h5,h6 {
        color: #595757;
    }

    .welcome {
        background-color: #808080;
        color: #ffffff;
        border-color: #4d4d4d;
    }
    .welcome-title {
        --welcome-title-colour: #ffffff;
    }

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

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

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

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

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



    .homeblocks > div > div:nth-child(1) .home-region {
        /*background-color: #fecb2f;*/
        border-color: #987a1c;
    }

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

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

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

    .homeblocks > div > div:nth-child(3) .home-region {
        /*background-color: #fecb2f;*/
        border-color: #987a1c;
    }

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

    .resource_item {
        background-color: #ffffff;
        color: #595757;
    }

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

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

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

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

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

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

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

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

    .fc-event {
        background: #808080 !important;
        border-color: #666666 !important;
        color: #f8fafc !important;
    }

    .fc-event:hover {
        background: #666666 !important;
        border-color: #525252 !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: #595757;
}
h1, h2, h3, h4, h5, h6 {
    color: #595757;
}