    :root {
        --header-bg: url(https://eschoolscms.blob.core.windows.net/production/schools/87/template-files/segmented/h9R2IxV6qolSF0ZiZtv0MEdcxpRLpBWMCqcnKQJo.jpg);
        --header-bg-mobile: url(https://eschoolscms.blob.core.windows.net/production/logos/H405i5nKkeWfOKFVLQvS2uzXPiQhzNXxQGzid3vh.jpg);
        --header-height: 340;
        --primary-colour: #cc2312;
        --secondary-colour: #a91e0f;
        --toolbar-bg: #cc2312;
        --footer-bg: #cb2411;
        --footer-border: #7a160a;
        --footer-colour: #ffffff;
        --linkbox-bg: #cc2312;
        --linkbox-bg-80: #cc2312CC;
        --linkbox-bg-hover: #cc2312;
        --linkbox-color: #ffffff;
        --linkbox-color-hover: #ffffff;
    }

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

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

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

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

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

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

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

    #sidenav {
        background-color: #a91e0f;
        color: #ffffff;
        font-family: Arial;
    }

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

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

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

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

    .footer {
        background-color: #cb2411;
        border-color: #7a160a;
        color: #ffffff;
    }
    .footer a:hover {
        color: #ffffff;
    }
    h1,h2,h3,h4,h5,h6 {
        color: #cc2312;
    }

    .welcome {
        background-color: #ffffff;
        color: #0f172a;
        border-color: #999999;
    }
    .welcome-title {
        --welcome-title-colour: #cc2312;
    }

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

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

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

    .linkbox {
        background-color: #cc2312;
        color: #ffffff;
    }

    .linkbox:hover {
        background-color: #cc2312;
        color: #ffffff;
    }



    .homeblocks > div > div:nth-child(1) .home-region {
        /*background-color: #d2d2d2;*/
        border-color: #7e7e7e;
    }

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

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

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

    .homeblocks > div > div:nth-child(3) .home-region {
        /*background-color: #d2d2d2;*/
        border-color: #7e7e7e;
    }

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

    .resource_item {
        background-color: #cb2411;
        color: #fefefe;
    }

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

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

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

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

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

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

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

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

    .fc-event {
        background: #a91e0f !important;
        border-color: #87180c !important;
        color: #ffffff !important;
    }

    .fc-event:hover {
        background: #87180c !important;
        border-color: #6c130a !important;
        color: #f8fafc !important;
    }

    .fc-event-title,
    .fc-event-time {
        color: #ffffff !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-default {
    font-family: 'Tahoma';
}.font-title {
    color: #cc2312;
}
h1, h2, h3, h4, h5, h6 {
    color: #cc2312;
}