        .who>ul {
            border-bottom: solid black 15px;
            padding-bottom: 20px;
            list-style: none;
        }

        .who>ul>li:before {

            content: url(/images/prospectus/Star.svg);
            display: inline-block;
            position: relative;
            top: 4px;
            left: -4px;
            width: 1em;
        }

        .big {
            font-size: 3.5rem;
            line-height: 1;
        }

        .bigger {
            font-size: 5rem !important;
            line-height: 5rem !important;
        }

        .guide-title {
            font-size: 8rem !important;
            line-height: 8rem !important;
        }

        .guide-subtitle {
            font-size: 4rem !important;
            line-height: 4rem !important;
        }

        h2.big {
            font-size: 3.5em;
            line-height: 1;
        }


        h2.large {
            font-size: 3.5rem;
            line-height: 3.5rem;
        }

                h2.larger {
            font-size: 4.5rem !important;
            line-height: 4.5rem !important;
            text-wrap: balance;
        }

        h2.massive {
            font-size: 4.5em;
        }

        .bigger>p {
            font-size: 2rem !important;
            font-weight: 700;
        }

        #background-video {
            position: absolute;
            top: 0;
            right: 0;
            width: auto;
            height: 100%;
            object-fit: cover;
            /* Ensure the video covers the area */
            z-index: 1;
            /* Ensure it's in the background */
        }

        .half-image {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }

        .marquee-container {
            height: 60px;
            overflow: hidden;
            position: relative;
        }

        .marquee {
            display: flex;
            align-items: center;
            height: 100%;
            width: max-content;
            /* shrink to fit children */
            animation: marquee 20s linear infinite;
            /* adjust 20s speed */
        }

        .marquee-content {
            display: flex;
            gap: 0.5rem;
        }

        .marquee-content span {
            margin-right: 2rem;
            white-space: nowrap;
        }

        @keyframes marquee {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        .gold-bg {
            background-color: #D9B975;
        }

        .purple-bg {
            background-color: #6F5993;
        }

        .blue-bg {
            background-color: #3664ae;
        }

        .yellow-bg {
            background-color: #dfb76a;
        }

        .orange-bg {
            background-color: #f5814e;
        }

        .green-bg {
            background-color: #5ca056;
        }
        
        .darkblue-bg {
            background-color: #2b3b8f;
        }

        .button {
            display: flex;
            padding: 10px 20px;
            color: white;
            border-radius: 15px;
            font-size: 2.4em;
            gap:2rem;
            line-height: 1;
            /* font-weight: 700; */
            font-family: "Becket", sans-serif;
            align-items: center;
            justify-content: space-between;
            text-transform: uppercase;
        }

        .button:hover {
            opacity: 0.8;
        }

        .button-small-text {
            font-size: 1.8em !important;
        }

        .button:hover {
            text-decoration: none;
            color: black;
        }

        .button.black-bg:hover {
            color: #E68759;
        }

        .grey-txt {
            color:#b8b8b8;
        }

        .blue-txt {
            color: #3664ae;
        }

        .green-bg {
            background-color: #6C9E5E;
        }

        .beige-txt {
            color:#f9f2e4;
        }

        .darkpurple-bg {
            background-color: #735796;
        }

        .darkpurple-txt {
            color: #735796;
        }

        .beige-bg {
            background-color: #f9f2e4;
        }

        .faded-pink-bg {
            background-color: #fed8ec;
        }

        .pink-bg-scroller {
            background-color: #fdb1d9;
        }

        .bright-pink-bg {
            background-color: #F2B5D7;
        }

        .orange-bg {
            background-color: #E68759;
        }

        .purple-txt {
            color: #6F5993;
        }

        .offwhite-bg {
            background-color: #F8F2E5;
        }

        .white-bg {}

        .orange-txt {
            color: #E68759;
        }


        .rounded-end {
            border-radius: 25px;
            white-space: nowrap;
        }

        .rounded-mid {
            border-radius: 15px;
            white-space: nowrap;
        }

        .circled {
            border-radius: 50%;
            padding: 5px 15px 2px 15px;
            font-family: becket;
            font-size: 25px;
        }

        .padded {
            padding: 5px 8px 8px 25px;
        }

        .padded-lg {
            padding: 9px 25px 12px 25px;
        }

        .cols-2-flex {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 20px;
        }

        div.career-list {
            /* display: inline-flex; */
            align-self: center;
            /* justify-content: space-between; */
            /* width: 100%; */
            display: grid;
            grid-template-columns: 3fr 1fr;
            padding: 5px 20px;
            border-bottom: solid black 1px;
            margin-top: 10px;
        }

        .career {
            font-family: 'barlow-condensed';
            font-size: 30px;
        }

        div.career-list>div {
            align-self: center;
        }

        .key {
            font-family: becket;
            font-size: 25px;
            line-height: 1.1;
        }

        .key>div {
            align-content: center;
        }

        .explore-list>ul>li {
            font-size: 2.4rem;
            line-height: 2.4rem;
        }


        .explore-list>ul {
            list-style-type: '- ';
            color: #3664ad;
            padding-inline-start: 1rem;
        }

        .orange-list>ul {
            list-style-type: '- ';
            color: #E68759;
        }

        .orange-list>ul>li {
            line-height: 2.4rem;
            font-size: 2.4rem;
        }

        .arrow_circle {
            vertical-align: baseline;
            padding: 2px 11px;
        }

        .circle-element {
            aspect-ratio: 1 / 1;
            display: block;
            line-height: 1.4;
            max-width: 40px;
            display: flex;
            align-items: center;
        }

        .pink-arrow>path {
            fill: #F2B4D7;
        }

        .uppercase {
            text-transform: uppercase;
            font-family: "Becket", sans-serif;
            line-height: 1;
        }

        div.small>p {
            font-size: 1.2em !important;
        }

        div.smaller>p {
            font-size: 0.5rem !important;
        }

        .smaller {
            font-size: 1.5rem !important;
            line-height: 1.5rem !important;
        }

        div.small>h1 {
            font-size: 4em !important;

        }

        table.blue-border tr {
            border-bottom: solid #2E3B8A 1px;

        }

        table.red-border tr {
            border-bottom: solid #E68759 1px;

        }

        .careers-table {
            text-transform: uppercase !important;
            font-family: "barlow-condensed", sans-serif;
            font-size: 1em;
            letter-spacing: 0.5px;
            width: 100%;
        }

        table.blue-border th {
            text-align: left;
            padding: 5px 25px !important;

            color: white;
            background-color: #3664ad;

        }

        table.red-border th {
            text-align: left;
            padding: 5px 25px !important;

            color: white;
            background-color: #E68759;

        }

        table.careers-table th:first-child {
            border-top-left-radius: 25px;
        }

        table.careers-table th:last-child {
            border-top-right-radius: 25px;
        }

        table.careers-table td {
            padding: 5px 25px !important;
        }

        table.blue-border td:first-child {
            border-right: #2E3B8A 1px solid;
        }

        table.blue-border td:last-child {
            border-left: #2E3B8A 1px solid;
        }

        table.red-border td:first-child {
            border-right: #E68759 1px solid;
        }

        table.red-border td:last-child {
            border-left: #E68759 1px solid;
        }

        .flex {
            display: flex;
            gap: 0.5rem;
        }

        .flex-side {
            display: flex;
            gap: 1rem;
        }

        .flex-stretch {
            display: flex;
            gap:1rem;
            align-items: stretch;
        }

        .items-center {
            align-items: center;
        }

        @media (max-width:991px) {
            .flex {
                display: block;
            }

            .flex>* {
                margin-bottom: 30px;
            }

            .red-circle {
                display: none !important;
            }

            table.careers-table td {
                padding: 5px 15px !important;
            }
        }

        .flex>* {
            flex-basis: 100%;
        }

        .flex-around {
            display: inline-flex;
            align-self: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%;
            /* 16:9 */
            height: 0;
            overflow: hidden;
            max-width: 100%;
        }

        .video-wrapper iframe,
        .video-wrapper object,
        .video-wrapper embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .justify-right {
            justify-self: right;
        }

        .width-fit {
            width: fit-content;
        }

        .flex-wrap {
            display:flex;
            gap:0.5rem;
            flex-wrap: wrap;
            max-width: 100%;
            padding:2rem 0;
        }

        .h-6 {
            height:6rem;
        }

        .h-full {
            height: 100%;
        }

        .flex-vertical {
            display: flex;
            justify-content: space-between;
            gap: 1rem;
            flex-flow: column nowrap;
        }

        .flex-start {
            justify-content: start;
            display: flex;
            gap: 1rem;
            align-items: end;
        }

        .flex-end {
            justify-content: flex-end;
            display: flex;
            flex-direction: column;
        }

        .dotted-border {
            border: dotted #E68759 1px;
            border-radius: 15px;
            padding: 15px;
            margin-bottom: 15px;
        }

        .map-button {
            max-width: 91px;
            display: inline-flex;
            margin-right: 10px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        }

        .button-active {
            box-shadow: none;
        }

        .button-active:hover {
            color: white;
        }

        .big-job {
            font-size: 2.3rem !important;
            text-align: center;
            line-height: 2.3rem !important;
            text-transform: uppercase;
            font-family: "Becket";
            margin: 0 5rem;
            letter-spacing: 1.2;
            -webkit-font-smoothing: antialiased;
        }

        .big-job>span {
            display: block;
            font-size: 7rem;
            line-height: 7rem !important;
        }

        .larger {
            font-size: 2em !important;
            line-height: 1;
        }

        .yellow-star {
            background-image: url('/images/yellow-star.svg');
            background-repeat: no-repeat;
            background-position: center;
            align-content: center;
            height: 40rem;
        }

        .red-circle {
            align-self: center;
            justify-content: center;
            display: flex;
        }

        .red-circle>div {
            width: 200px;
            height: 200px;
            background-color: red;
            border-radius: 50%;

        }

        .sector-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap: 10px;
        }

        .sector-button {
            padding-top: 35px;
            display: flex;
            gap: 2rem;
        }

        .open-day {
            border-radius: 50px;
            padding: 10px 40px;
            justify-content: start;
            display: flex;
            gap: 1.1rem;
            align-items: end;
            width: fit-content;
        }

        .open-day-sub {
            line-height: 0.8;
            font-size: 5em;
            padding: 10px 40px;
        }

        .open-day-flex {
            display:flex;
            align-items: center;
            justify-content: end;
            position: relative;
            margin-top: -5rem;
        }

        .barlow-condensed-bold {
            font-family: "barlow-condensed", sans-serif;
            font-weight: 700;
            font-style: normal;
            text-transform: uppercase;
            line-height: 2.7rem;
            font-size: 2.7rem;
        }

        .barlow-condensed {
            font-family: "barlow-condensed", sans-serif;
            font-weight: 400;
            font-style: normal;
            line-height: 1.2;

        }

        .barlow-bold {
            font-family: "barlow", sans-serif;
            font-weight: 700;
            font-style: normal;
            letter-spacing: normal;
            line-height: 1.2;
        }

        .barlow {
            font-family: "barlow", sans-serif;
        }

        .barlow-bold {
            font-family: "barlow", sans-serif;
            font-weight: 700;
            font-style: normal;
        }

        .barlow-body,
        .barlow-body p {
            font-family: "barlow", sans-serif;
            font-size: 16px !important;
            line-height: 1.2 !important;
            text-wrap: balance;
        }

        .border-y {
            border-top: solid black 1px;
            border-bottom: solid black 1px;
        }

        .become-a-student-svg {
            max-height: 40rem;
            max-width: 100%;
            width: auto;
            position: absolute;
            left: 0;
            top: -10rem;
        }



        .text-lg {
            font-size: 2rem;
            line-height: 1.2;
        }

        .mb-md {
            margin-bottom: 1rem;
        }

        .mb-lg {
            margin-bottom: 5rem;
        }

        .pb-lg {
            padding-bottom: 3rem;
        }

        .m-none {
            margin: 0px !important;
        }

        .py-4 {
            padding-top: 4rem !important;
            padding-bottom: 4rem !important;
        }

        .py-5 {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }

        .py-6 {
            padding-top: 6rem;
            padding-bottom: 6rem;
        }

        hr {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .mb-none {
            margin-bottom: 0;
        }

        .mb-2 {
            margin-bottom: 2rem !important;
        }

        .mb-3 {
            margin-bottom: 3rem !important;
        }

        .mt-5 {
            margin-top: 5rem;
        }

        .pt-5 {
            padding-top: 5rem;
        }

        .pb-5 {
            padding-bottom: 5rem;
        }

        .pb-15 {
            padding-bottom: 15rem;
        }

        .marquee-container a:hover {
            text-decoration: none;
        }

        .barlow-body ul {
            list-style-type: '- ';
            color: #3664ad;
            padding-inline-start: 1rem;
        }

        .barlow-body li {
            font-size: 2.4rem;
            line-height: 2.4rem;
        }

        .rounded-box {
            display: block;
            border-radius: 25px;
        }

        .rounded-box:hover {
            text-decoration: none;
        }

        .rounded-box>img {
            padding: 20px 20px 0 20px;
        }

        .box-footer {
            width: 100%;
            border-top: 1px solid white;
            display: inline-flex;
            padding: 20px;
            justify-content: space-between;
            align-items: center;
        }

        .box-footer h2 {
            width: 60%;
            padding: 0;
            margin: 0;
        }

        .orange-bg>.box-footer {
            color: white;
        }

        .orange-bg>.box-footer>h2 {
            width: 40%;
        }

        .svg-bumps-absolute {
            display:block; 
            width:100%; 
            height:20px; 
            position: absolute; 
            left:0px; 
            bottom:0px
        }


        @media (max-width:991px) {
            .cols-2-flex {
                grid-template-columns: none;
            }

            .flex-around {
                flex-direction: column;
            }

            .pb-15 {
                padding-bottom: 5rem;
            }

            .flex-around {
                gap: 0.5rem;
            }

            .larger {
                line-height: 1.2 !important;
                font-size: 2.4rem !important;
            }

            .mobile-py-2 {
                padding-top: 2rem;
                padding-bottom: 2rem;
            }

            .become-a-student-svg {
                display: block;
                position: relative;
                top: 0;
            }

            .sector-grid {
                display: flex;
                flex-direction: column;
                gap: 2rem;
            }

            .open-day {
                font-size: 3rem !important;
                line-height: 3rem !important;
            }

            .padding-xl {
                padding: 1rem;
            }

            .flex-stretch {
                flex-direction: column;
            }

            .padded-lg {
                      padding: 6px 15px 9px 15px;
            }

            .responsive-button {
                font-size: 2rem !important;
                line-height: 2rem !important;
                width: 100% !important;
            }

             .flex-wrap {
                padding:2rem 0 4rem 0;
             }

             .open-day-flex {
                flex-wrap: wrap;
                  margin-top: 8rem;
             }
        }
