@font-face {
    font-family: "Avenir Next W01";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/northern/c4691e94-080d-4452-8f9f-8b3db6b68d55.woff2") format("woff2"), url("/fonts/northern/a1adabe6-efe5-40b7-b619-48111c8ff883.woff") format("woff");
}

/* Carousel hero content block */
.northern-carousel-hero {
    width: 100%;
}

.northern-carousel-hero__item {
    width: 100%;
}

.northern-carousel-hero__image {
    z-index: 0;
}

.northern-carousel-hero__overlay {
    z-index: 1;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.35) 100%);
    pointer-events: none;
}

.northern-carousel-hero__content {
    z-index: 2;
    bottom: 4.5rem;
    max-width: min(80rem, calc(100% - 2rem));
}

.northern-carousel-hero__title,
.northern-carousel-hero__subtitle,
.northern-carousel-hero__link {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: var(--carousel-text-size);
}

.northern-carousel-hero__title,
.northern-carousel-hero__subtitle {
    font-family: var(--northern-display-font);
}

.northern-carousel-hero__title {
    width: fit-content;
}

.northern-carousel-hero__subtitle,
.northern-carousel-hero__link {
    width: auto;
}

.northern-carousel-hero__link {
    margin-left: 20px;
}

.northern-carousel-hero__link:hover,
.northern-carousel-hero__link:focus {
    color: inherit;
    text-decoration: none !important;
}

.northern-carousel-hero__indicators {
    z-index: 3;
    gap: 0.5rem;
    padding-bottom: 1.25rem;
}

.northern-carousel-hero__indicators [data-bs-target] {
    box-sizing: border-box;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}

.northern-carousel-hero__indicators .active {
    background-color: #ffffff;
}

@media (max-width: 767.98px) {
    .northern-carousel-hero__content {
        bottom: 4rem;
        max-width: calc(100% - 1rem);
    }

    .northern-carousel-hero__title {
        font-size: min(var(--carousel-text-size), 11vw);
    }

    .northern-carousel-hero__subtitle {
        font-size: min(var(--carousel-text-size), 6vw);
    }

    .northern-carousel-hero__link {
        font-size: min(var(--carousel-text-size), 5vw);
    }

    .northern-carousel-hero__indicators {
        padding-bottom: 1rem;
    }
}

/* Student story carousel content block */
.northern-student-stories__slide {
    height: 700px;
}

.northern-student-stories__overlay {
    z-index: 1;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.65) 38%, rgba(0, 0, 0, 0.1) 100%);
}

.northern-student-stories__heading {
    z-index: 4;
    color: var(--student-story-color);
}

.northern-student-stories__heading h2 {
    font-family: var(--northern-font);
    font-size: 2rem;
}

.northern-student-stories__rule {
    border-top: 3px solid var(--student-story-color);
}

.northern-student-stories__slide > .container {
    z-index: 2;
    padding-bottom: 12rem;
    padding-top: 6rem;
}

.northern-student-stories__quote {
    position: relative;
    width: min(46rem, 55%);
    padding-left: 3.25rem;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}

.northern-student-stories__quote::before,
.northern-student-stories__profile-quote::before {
    color: var(--student-story-color);
    content: "“";
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    line-height: 1;
}

.northern-student-stories__quote::before {
    position: absolute;
    top: -0.15em;
    left: 0;
    font-size: 4rem;
}

.northern-student-stories__quote p::after {
    color: var(--student-story-color);
    content: "”";
    margin-left: 0.15em;
    font-family: Georgia, 'Times New Roman', serif;
}

.northern-student-stories__link {
    font-size: 1.125rem;
    text-decoration: none;
    border-bottom: 3px solid var(--student-story-color);
}

.northern-student-stories__link:hover,
.northern-student-stories__link:focus {
    border-bottom-color: #ffffff;
}

.northern-student-stories__profile-nav {
    z-index: 4;
}

.northern-student-stories__profile {
    min-height: 9rem;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.375rem;
    background: rgba(0, 0, 0, 0.15);
}

.northern-student-stories__profile:hover,
.northern-student-stories__profile:focus,
.northern-student-stories__profile.active {
    border-color: #ffffff;
}

.northern-student-stories__profile img {
    width: 6rem;
    height: 6rem;
}

.northern-student-stories__profile-quote {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.northern-student-stories__profile-quote::before {
    position: relative;
    top: 0.2rem;
    margin-right: 0.35rem;
    font-size: 1.75rem;
}

.northern-student-stories__dots {
    z-index: 4;
    gap: 0.5rem;
    padding-bottom: 1.25rem;
}

.northern-student-stories__dots [data-bs-target] {
    box-sizing: border-box;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}

.northern-student-stories__dots .active {
    background-color: var(--student-story-color);
}

@media (max-width: 991.98px) {
    .northern-student-stories__slide {
        height: 560px;
    }

    .northern-student-stories__slide > .container {
        padding: 6rem 1rem 4rem;
    }

    .northern-student-stories__quote {
        width: min(36rem, 80%);
    }
}

@media (max-width: 575.98px) {
    .northern-student-stories__heading h2 {
        max-width: 75vw;
        font-size: 1.35rem;
    }

    .northern-student-stories__slide {
        height: 500px;
    }

    .northern-student-stories__quote {
        width: 90%;
        padding-left: 2.25rem;
        font-size: clamp(1.15rem, 5.5vw, 1.6rem);
    }

    .northern-student-stories__quote::before {
        font-size: 3rem;
    }

    .northern-student-stories__link {
        font-size: 1rem;
    }
}

/* Courses A-Z content block */
.northern-courses-az {
    color: var(--northern-body);
    scroll-behavior: smooth;
}

.northern-courses-az__group {
    scroll-margin-top: 2rem;
}

.northern-courses-az__group h2 {
    color: var(--northern-body);
    font-family: var(--northern-font);
    font-size: 1.875rem;
}

.northern-courses-az__course {
    color: var(--northern-body);
    font-size: 1.125rem;
    text-decoration: none;
}

.northern-courses-az__course:hover,
.northern-courses-az__course:focus {
    color: var(--northern-primary);
}

.northern-courses-az__course:hover > span:first-child,
.northern-courses-az__course:focus > span:first-child {
    text-decoration: none !important;
}

.northern-courses-az__level {
    background-color: #626873;
    color: #ffffff;
    font-size: 0.875rem;
}

.northern-courses-az__navigation {
    position: sticky;
    top: 1rem;
}

.northern-courses-az__navigation a,
.northern-courses-az__navigation span {
    color: var(--northern-primary);
    text-decoration: none;
}

.northern-courses-az__navigation a:hover,
.northern-courses-az__navigation a:focus {
    color: var(--northern-secondary);
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .northern-courses-az__course {
        font-size: 1rem;
    }

    .northern-courses-az__navigation {
        top: 0.5rem;
    }
}

@font-face {
    font-family: "Avenir Next W01";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/northern/f5d4f93b-454a-43e0-9ae8-7f1271b5c0fd.woff2") format("woff2"), url("/fonts/northern/72556e8c-c677-48d8-81ff-3eb8fc50033b.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next W01";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/northern/b7a66ef0-2d88-45d3-bc84-e2d6013878d9.woff2") format("woff2"), url("/fonts/northern/351c1f33-8a8e-41c9-920c-0031d3983321.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next W01";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/northern/6afe4676-059a-4aa8-b891-29856bbcba22.woff2") format("woff2"), url("/fonts/northern/a9817c16-2a79-49bf-8543-6c846d73a52f.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next W01";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/northern/b56355b0-7729-42a7-9f65-62c7211d078c.woff2") format("woff2"), url("/fonts/northern/05537afc-e923-4df9-b365-71798fbd220d.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next W01";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/fonts/northern/4c12ed83-b51a-4aa2-933e-91b51a349858.woff2") format("woff2"), url("/fonts/northern/174318b4-133a-4af1-b728-f45b53180bfc.woff") format("woff");
}

@font-face {
    font-family: "Campaign Grotesk W05";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/northern/57fe157d-46df-4632-b54c-a1e942e88ebd.woff2") format("woff2"), url("/fonts/northern/dd6e3f1a-563b-49cc-a692-4f7b39e34540.woff") format("woff");
}

@font-face {
    font-family: "Campaign Grotesk W05";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/northern/26eaffb1-ba19-43c2-befc-8ca5011e9c9f.woff2") format("woff2"), url("/fonts/northern/d01cde9e-434d-4ca9-975d-288342f23c94.woff") format("woff");
}

body {
    font-family:"Avenir Next W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:root {
    --northern-primary: #B82370;
    --northern-secondary: #21284B;
    --northern-body: #555C69;
    --northern-yellow: #F4C542;
    --northern-gold: #f0b027;
    --northern-orange: #f04c28;
    --northern-green: #05b95c;
    --northern-navy: #21284B;
    --northern-teal: #18949b;
    --northern-light: #F5F3F5;
    --northern-sky: #1CCCF0;
    --northern-font: "Avenir Next W01", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --northern-display-font: "Campaign Grotesk W05", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.northern-carousel-pause {
    position: absolute;
    bottom: 1.1rem;
    left: calc(50% + 4.5rem);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: 0.125rem solid #ffffff;
    border-radius: 50%;
    background-color: rgba(33, 40, 75, 0.92);
    color: #ffffff;
    font-size: 0.75rem;
}

.northern-carousel-pause:hover,
.northern-carousel-pause:focus-visible {
    background-color: #ffffff;
    color: var(--northern-secondary);
    outline: 0.1875rem solid var(--northern-yellow);
    outline-offset: 0.125rem;
}

@media (min-width: 992px) {
    .northern-student-stories .northern-carousel-pause {
        right: 0.75rem;
        bottom: 0.75rem;
        left: auto;
    }
}

.search .close-search button {
    padding: 0.5rem;
    border: 0;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}

.search .close-search button:focus-visible {
    outline: 0.1875rem solid var(--northern-yellow);
    outline-offset: 0.125rem;
}

.northern-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.northern-breadcrumb-list li:not(:last-child)::after {
    content: "\00bb";
    display: inline-block;
    margin: 0 0.4rem;
}

.header-bar.northern-header {
    background: linear-gradient(180deg, rgba(33, 40, 75, 0.96) 0%, rgba(33, 40, 75, 0.9) 100%);
    border-top: 0.5rem solid var(--northern-primary);
    box-shadow: none;
    color: #ffffff;
    height: auto;
    min-height: 8.25rem;
    padding: 0;
}

.northern-header-container {
    --bs-gutter-x: 1.5rem;
}

.northern-utility-bar {
    color: #ffffff;
}

.northern-utility-links {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    gap: 0;
    min-height: 2.125rem;
}

.northern-utility-links a,
.northern-utility-search {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.875rem;
    color: #ffffff;
    background-color: var(--northern-primary);
    border: 0;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
}

.northern-utility-links a[href="/login"],
.northern-utility-basket {
    background-color: var(--northern-secondary);
}

.northern-utility-search {
    gap: 0.375rem;
    cursor: pointer;
}

.northern-utility-search i {
    font-size: 0.875rem;
}

.northern-main-header {
    padding: 1.25rem 0 1.5rem;
}

.northern-header-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.northern-logo-wrap {
    flex: 0 0 auto;
}

.northern-logo-wrap .logo,
.header-bar.northern-header .logo {
    display: block;
    width: 11.5rem;
    max-width: 42vw;
    height: auto;
    padding-top: 0;
}

.northern-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    min-width: 0;
    flex: 1 1 auto;
}

.northern-primary-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.125rem;
}

.northern-primary-nav ul.menu-level-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.125rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.northern-primary-nav ul.menu-level-1 li {
    margin: 0;
    padding: 0;
}

.northern-primary-nav a,
.northern-primary-nav ul.menu-level-1 li a {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.625rem 0.65rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.15;
}

.northern-primary-nav a:hover,
.northern-primary-nav a:focus,
.northern-primary-nav ul.menu-level-1 li a:hover,
.northern-primary-nav ul.menu-level-1 li a:focus {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: var(--northern-yellow);
    text-decoration-thickness: 0.1875rem;
    text-underline-offset: 0.375rem;
}

.header-bar.northern-header .btn-header,
.main-menu .btn-header {
    width: auto;
    min-height: 2.75rem;
    border-radius: 0;
    border: 0.125rem solid #ffffff;
    padding: 0.625rem 1rem;
    background-color: transparent;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
}

.header-bar.northern-header .btn-header:hover,
.header-bar.northern-header .btn-header:focus,
.main-menu .btn-header:hover,
.main-menu .btn-header:focus {
    background-color: #ffffff;
    color: var(--northern-primary);
}

.header-bar.northern-header .btn-search {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    border-radius: 0;
    border: 0;
    padding: 0.625rem 0.875rem;
    background-color: var(--northern-primary);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
}

.header-bar.northern-header .btn-search i {
    font-size: 1.125rem;
}

.header-bar.northern-header .btn-search:hover,
.header-bar.northern-header .btn-search:focus {
    background-color: #ffffff;
    color: var(--northern-primary);
}

.header-bar.northern-header a.burger-menu {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    margin-top: 0;
    padding: 0.625rem 0.875rem;
    background-color: var(--northern-primary);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.header-bar.northern-header a.burger-menu i {
    font-size: 1.25rem;
}

.header-bar.northern-header a.burger-menu:hover,
.header-bar.northern-header a.burger-menu:focus {
    background-color: #ffffff;
    color: var(--northern-primary);
}

.main-menu {
    top: 8.25rem;
}

.search {
    top: 8.25rem;
}

.search .content {
    margin-top: -8.25rem;
}

.main-content {
    margin-top: 8.25rem;
}

.main-menu .left-col {
    background-color: var(--northern-secondary);
}

.main-menu .middle-col {
    background-color: var(--northern-light);
}

.main-menu .right-col {
    background-color: #ffffff;
}

.main-menu ul.menu-level-1 li {
    font-weight: 700;
    letter-spacing: 0;
}

.main-menu ul.menu-level-1 li a {
    color: #ffffff;
}

.main-menu ul.menu-level-1 li a.active,
.main-menu ul.menu-level-1 li a:hover,
.main-menu ul.menu-level-1 li a:focus,
.main-menu ul.menu-level-1 li a:hover .chevron-right.faded:after {
    color: var(--northern-yellow);
}

.main-menu ul.menu-level-1 li a .chevron-right.faded:after {
    color: rgba(255, 255, 255, 0.65);
}

.main-menu ul.menu-level-2 li a {
    color: var(--northern-body);
}

.main-menu ul.menu-level-2 li a.active,
.main-menu ul.menu-level-2 li a:hover,
.main-menu ul.menu-level-2 li a:focus,
.main-menu ul.menu-level-2 li a:hover .chevron-right.faded:after {
    color: var(--northern-primary);
}

.main-menu ul.menu-level-2 li a .chevron-right.faded:after {
    color: rgba(85, 92, 105, 0.55);
}

.main-menu ul.menu-level-3 li a {
    color: var(--northern-primary);
}

.main-menu ul.menu-level-3 li a.active,
.main-menu ul.menu-level-3 li a:hover,
.main-menu ul.menu-level-3 li a:focus {
    color: var(--northern-secondary);
}

.header-bar.northern-header a.burger-menu br {
    display: none;
}

@media (max-width: 991.98px) {
    .header-bar.northern-header {
        min-height: 7.75rem;
    }

    .northern-header-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .northern-utility-links {
        justify-content: center;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .northern-utility-links a {
        flex: 0 0 auto;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        font-size: 0.8125rem;
        white-space: nowrap;
    }

    .northern-main-header {
        padding: 1rem 0;
    }

    .northern-header-layout {
        gap: 1rem;
    }

    .northern-logo-wrap .logo,
    .header-bar.northern-header .logo {
        width: 9rem;
        max-width: 46vw;
    }

    .northern-header-actions {
        gap: 0.5rem;
    }

    .northern-basket-link {
        display: none;
    }

    .header-bar.northern-header .btn-search,
    .header-bar.northern-header a.burger-menu {
        min-height: 2.5rem;
        padding: 0.625rem;
    }

    .header-bar.northern-header .btn-search .northern-action-label,
    .header-bar.northern-header a.burger-menu .northern-action-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .northern-utility-basket {
        display: none !important;
    }

    .header-bar.northern-header .btn-search i,
    .header-bar.northern-header a.burger-menu i {
        font-size: 1.25rem;
    }

    .main-menu,
    .search {
        top: 7.75rem;
    }

    .search .content {
        margin-top: -7.75rem;
    }

    .main-content {
        margin-top: 7.75rem;
    }

    .main-menu .mobile-menu {
        background-color: var(--northern-secondary);
    }
}

@media (max-width: 575.98px) {
    .header-bar.northern-header {
        min-height: 7.5rem;
    }

    .northern-utility-links {
        justify-content: flex-start;
    }

    .northern-main-header {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .northern-logo-wrap .logo,
    .header-bar.northern-header .logo {
        width: 8rem;
    }

    .main-menu,
    .search {
        top: 7.5rem;
    }

    .search .content {
        margin-top: -7.5rem;
    }

    .main-content {
        margin-top: 7.5rem;
    }
}

.header-bar {
    background-color: rgba(204, 38, 49, 1);
}
/*
.header-bar .logo {
    padding-top:10px;
    width:150px;
}
.header-bar .logo-acc {
    height:55px;
}
.header-bar .logo-other {
    height:30px;
}*/

.logo-bc{
	width: 30%;
	max-width: 116px;
	height: auto;
	padding-top: 0.625rem;
}

.logo-6f{
	width: 31%;
	max-width: 110px;
	height: auto;
	padding-top: 0.625rem;
}

.logo-uc{
	max-width: 101px;
	height: auto;
	padding-top: 0.625rem;
	width: 33%;
}

.logo-nc{
	max-width: 146px;
	height: auto;
	padding-top: 0.625rem;
	width: 33%
}

.logo-its{
	max-width: 204px;
	height: auto;
	padding-top: 0.625rem;
	width: 40%;
}

.header-bar .logo {
    padding-top: 0.625rem; /* 10px */
    width: 9.375rem; /* 150px */
}
.header-bar .logo-acc {
    height: 3.4375rem; /* 55px */
}
.header-bar .logo-other {
    height: 1.875rem; /* 30px */
}

.header-bar .btn-header:hover, .main-menu .btn-header:hover {
    background-color:#ffffff;
    color:rgba(204, 38, 49, 1);
}
.header-bar .btn-search {
    color: var(--northern-primary);
}
.main-menu .left-col {
    background-color: var(--northern-primary);
}
.main-menu .middle-col {
    background-color: #f0f0f0;
}
.main-menu .right-col {
    background-color: #ffffff;
}

.main-menu ul.menu-level-1 li a .chevron-right.faded:after {color:#e9c3bd;}
.main-menu ul.menu-level-2 li a .chevron-right.faded:after {color:#a8a697;}

.main-menu ul.menu-level-1 li a {
    color:#e9c3bd;
}
.main-menu ul.menu-level-1 li a.active {
    color:#ffffff;
}
.main-menu ul.menu-level-1 li a:hover,
.main-menu ul.menu-level-1 li a:hover .chevron-right.faded:after
{
    color:#ffffff;
}
.main-menu ul.menu-level-2 li a {
    color:#000000;
}
.main-menu ul.menu-level-2 li a.active {
    color:var(--northern-primary);
}
.main-menu ul.menu-level-2 li a:hover,
.main-menu ul.menu-level-2 li a:hover .chevron-right.faded:after
{
    color:var(--northern-primary);
}
.main-menu ul.menu-level-3 li a {
    color:var(--northern-primary);
}
.main-menu ul.menu-level-3 li a.active {
    color:#000000;
}
.main-menu ul.menu-level-3 li a:hover,
.main-menu ul.menu-level-3 li a:hover .chevron-right.faded:after
{
    color:#000000;
}

.main-menu .mobile-menu {
    background-color: var(--northern-primary);
}

.search {
    background-color: var(--northern-primary);
}
.search-header {
    background-color: #f0f0f0;
}
.search-header h1 {
    color: var(--northern-primary);
}

.homepage-search .input-group .search-category {
    background-color:var(--northern-primary);
    color:#ffffff;
}
.homepage-search .search-mobile .search-category {
    background-color:var(--northern-primary);
    color:#ffffff;
}
.homepage-search .input-group .btn-search {
    color:var(--northern-primary);
}
/*.btn .chevron:after {color:var(--northern-primary);}*/

.breadcrumb p a,
.breadcrumb .northern-breadcrumb-list a {
    color:var(--northern-primary);
}

/**** Homepage hero block *****/
.homepage-hero h1 {
    font-weight:700 !important;
}
.homepage-hero .bottom-nav {
    background-color:var(--northern-primary);
}
.homepage-hero .bottom-nav a {
    color:#ffffff;
}

/**** Text block ****/
.text-block { color:#000000; }

/**** Article block ****/
.article-item-wrapper {
    margin-bottom:20px;
}
.article-item-inner {
    background-color:#ffffff;
    height:100%;
}
.article-block a .article-item {
    border-radius:0;
    box-shadow:none;
    padding-bottom:0px;
    margin-bottom:0px;
    transition:none;
}
.article-block a:hover .article-item {
    box-shadow:none;
}
.article-item-text {
    padding:15px 15px 10px 15px;
}
.article-item-text h3 {
    font-size: 1.5rem;
    font-weight:500;
    color:var(--northern-teal);
}
.article-item-text h3 a {
    color:var(--northern-teal);
    text-decoration:none;
}

.article-item-text p {
    color:var(--northern-body);
}

/* link grid */
.link-grid a .link-grid-item {
    border-radius:0;
}
/* general styles */
.btn-primary, .btn-primary-primary {
    background-color: var(--northern-primary);
    color:#ffffff;
    border-color:var(--northern-primary);
}

.btn-primary:hover, .btn-primary-primary:hover {
    background-color:#ffffff;
    color:var(--northern-primary);
    border-color:#ffffff;
}
.btn-primary .chevron:after, .btn-primary-primary .chevron:after {color:#ffffff;}
.btn-primary:hover .chevron:after, .btn-primary-primary:hover .chevron:after {color:var(--northern-primary);}

.btn-white {
    background-color:#ffffff;
    color:var(--northern-primary);
    border-color:#ffffff;
}

.btn-white:hover {
    background-color:var(--northern-primary);
    color:#ffffff;
    border-color:var(--northern-primary);
}
.btn-white .chevron:after {color:var(--northern-primary);}
.btn-white:hover .chevron:after {color:#ffffff;}


.btn-outline, .btn-outline-primary {
    background-color: #ffffff;
    border:1px solid var(--northern-primary);
    color:var(--northern-primary);
}
.btn-outline:hover, .btn-outline-primary:hover {
    background-color: var(--northern-primary);
    border:1px solid var(--northern-primary);
    color:#ffffff;
}

.btn-primary.btn-theme-green {
    border-color:#bec592;
    background-color:#bec592;
    color:#000000;
}

.btn-primary.btn-theme-green:hover {
    border-color:#bec592;
    color:#bec592;
    background-color:#ffffff;
}

.btn-primary.btn-theme-green .chevron:after {
    color: #000000;
}
.btn-primary.btn-theme-green:hover .chevron:after {
    color: #bec592;
}

.btn-outline.btn-theme-green {
    border-color:#bec592;
    background-color:#ffffff;
    color:#bec592;
}

.btn-outline.btn-theme-green:hover {
    border-color:#bec592;
    color:#ffffff;
    background-color:#bec592;
}

.btn-outline.btn-theme-green .chevron:after {
    color: #bec592;
}
.btn-outline.btn-theme-green:hover .chevron:after {
    color: #ffffff;
}

.btn-green {
    background-color: var(--northern-green);
    border: 0.125rem solid var(--northern-green);
    color: #ffffff;
    border-radius: 9999px;
    padding: 0.5rem 3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #ffffff;
    border-color: var(--northern-green);
    color: var(--northern-green);
}

.btn-green-outline {
    background-color: #ffffff;
    border: 0.125rem solid var(--northern-secondary);
    color: var(--northern-secondary);
    border-radius: 0;
    padding: 0.875rem 1.5rem;
    font-weight: 700;
}

.btn-green-outline:hover,
.btn-green-outline:focus {
    background-color: var(--northern-secondary);
    border-color: var(--northern-secondary);
    color: #ffffff;
}

/* link carousel */
.link-carousel .carousel-dot.active {
    background-color:var(--northern-primary) !important;
}

/* course list */
.course-list ul li a {
    color:var(--northern-primary);
    border-bottom:1px solid #4f4a48;
}

/* link block with text */
.link-block-with-text {}
.link-block-with-text .text-block {}
.link-block-with-text .link-block {}
.link-block-with-text .btn-outline {}

/* career block */
.career-data .nav-pills .nav-link {
    color:var(--northern-primary);
    background-color:transparent;
    border-color:var(--northern-primary);
}

.career-data .nav-pills .nav-link.active {
    color:#ffffff;
    background-color:var(--northern-primary);
}
.career-data h4 {
    color:var(--northern-primary);
}
p.career-general .fs-48 {color:var(--northern-primary);}
p.career-general .fs-36 {color:var(--northern-primary);}
p.career-general .fs-24 {color:var(--northern-primary);}


/* course page */
.northern-course-page {
    --course-theme-color: var(--northern-sky);
    --course-panel-bg: #ffffff;
    --course-panel-text: var(--northern-body);
    color: var(--northern-secondary);
    font-family: var(--northern-font);
}

.northern-course-page .breadcrumb {
    margin-bottom: 0;
}

.course-intro {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.department-links {
    margin-bottom: 1.25rem;
}

.department-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.department-links a {
    display: inline-flex;
    padding-bottom: 0.25rem;
    border-bottom: 0.125rem solid var(--northern-primary);
    color: var(--northern-body);
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.department-links li:nth-child(2n) a {
    border-bottom-color: var(--northern-teal);
}

@media (min-width: 768px) {
    .department-links a {
        border-bottom-width: 0.1875rem;
        font-size: 1.125rem;
    }
}

@media (min-width: 1024px) {
    .department-links a {
        border-bottom-width: 0.25rem;
        font-size: 1.25rem;
    }
}

.department-links a:hover,
.department-links a:focus {
    border-bottom-color: transparent;
    color: var(--northern-body);
}

.northern-course-page h1 {
    margin: 0 0 1rem;
    color: var(--northern-body);
    font-family: var(--northern-font);
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
}

.northern-course-page h2,
.northern-course-page h3 {
    color: var(--northern-body);
    font-family: var(--northern-font);
    font-weight: 700;
}

.northern-course-page h2 {
    display: inline-block;
    margin: 1.5rem 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.125rem solid var(--northern-primary);
    font-size: 1.25rem;
    line-height: 1.15;
}

.northern-course-page p,
.northern-course-page li {
    color: var(--northern-secondary);
    font-size: 0.9375rem;
    line-height: 1.5;
}

.level {
    display: inline-flex;
    margin-top: 0.75rem;
    margin-bottom: 1.25rem;
    padding: 0.25rem 0.75rem;
    border: 0.125rem solid var(--northern-body);
    border-radius: 9999px;
    background-color: #ffffff;
    color: var(--northern-body);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.course-brief-desc {
    max-width: 42rem;
    margin: 1rem 0 2rem;
    color: var(--northern-body);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
}

.course-sidebar {
    position: sticky;
    top: 2rem;
}

.course-level-widget,
.did-you-know-box {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border: 0.125rem solid var(--northern-body);
    border-radius: 0.75rem;
    background-color: var(--course-panel-bg);
    color: var(--course-panel-text);
}

.course-level-widget h2,
.did-you-know-box h2 {
    display: block;
    margin: 0 0 0.5rem;
    padding-bottom: 0;
    border-bottom: 0;
    color: var(--northern-body);
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
}

.course-level-widget p,
.did-you-know-box p {
    margin-bottom: 0.5rem;
    color: var(--northern-secondary);
    font-size: 0.75rem;
    line-height: 1.25;
}

.course-text-link {
    color: var(--northern-secondary);
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: underline;
}

.course-text-link:hover,
.course-text-link:focus {
    color: var(--northern-primary);
    text-decoration: none;
}

.course-sidebar .btn {
    width: 100%;
    margin-bottom: 0.75rem;
}

.course-sidebar > h2 {
    display: inline-block;
    margin-top: 2rem;
    font-size: 1.25rem;
}

.course-intro .col-lg-8 > p,
.course-intro .col-lg-8 > ul {
    max-width: 42rem;
}

.course-session-dates {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.course-session-dates .accordion-item {
    border: 0;
    border-top: 0.125rem solid var(--northern-primary);
    border-bottom: 0.125rem solid var(--northern-primary);
    border-radius: 0;
}

.course-session-dates .accordion-button {
    color: var(--northern-body);
    background-color: #ffffff;
    box-shadow: none;
    font-size: 1.125rem;
    font-weight: 700;
}

.course-session-dates .accordion-button:not(.collapsed) {
    color: var(--northern-primary);
    background-color: var(--course-theme-color);
}

.course-session-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-session-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 0.0625rem solid #d9d9d9;
}

.course-session-list li:last-child {
    border-bottom: 0;
}

.course-session-list span {
    flex: 0 0 auto;
    font-weight: 700;
}

.course-session-details {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.course-session-list .course-session-time {
    margin-left: auto;
}

.course-session-list .course-session-apply {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 0.45rem 1.25rem;
}

.northern-session-modal .modal-dialog {
    max-width: 32rem;
}

.northern-session-modal .modal-content {
    border: 0;
    border-radius: 0;
}

.northern-session-modal .modal-header {
    padding: 1rem;
    border-bottom: 0.125rem solid var(--northern-orange);
}

.northern-session-modal .modal-title {
    margin: 0;
    border: 0;
    color: var(--northern-body);
    font-family: var(--northern-font);
    font-size: 1.5rem;
    font-weight: 700;
}

.northern-session-modal .btn-close {
    margin: 0 0 0 auto;
    opacity: 1;
}

.northern-session-modal .modal-body {
    padding: 1rem;
}

.northern-session-modal li + li {
    margin-top: 0.65rem;
}

.northern-session-modal a {
    color: var(--northern-primary);
    font-size: 1.125rem;
    text-decoration: underline;
}

.northern-session-modal a:hover,
.northern-session-modal a:focus {
    color: var(--northern-secondary);
    text-decoration: none;
}

/* Northern course Ofsted and pass-rate banner */
.northern-ofsted-banner {
    background-color:white;
    color: var(--northern-body);
    font-family: var(--northern-font);
}

.northern-ofsted-banner > .row {
    align-items: center;
    row-gap: 1.5rem;
}

.northern-ofsted-banner > .row > [class*="col-"] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.northern-ofsted-banner img {
    width: 4.8125rem;
    height: 4.8125rem;
    flex: 0 0 auto;
    object-fit: contain;
}

.northern-ofsted-banner p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.25;
}

.northern-ofsted-banner p strong {
    color: var(--northern-secondary);
    font-weight: 700;
}

.northern-ofsted-banner .ofsted-num {
    flex: 0 0 auto;
    color: var(--northern-primary);
    font-family: var(--northern-font);
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .northern-ofsted-banner > .row > [class*="col-"] {
        min-height: 4.8125rem;
    }

    .northern-ofsted-banner .ofsted-num {
        min-width: 4.8125rem;
        text-align: center;
    }
}

.course-cta-banner {
    padding: 3rem 0;
    background-color: var(--northern-primary);
    color: #ffffff;
    text-align: center;
}

.course-cta-banner .department-links {
    margin-bottom: 1.5rem;
}

.course-cta-banner .department-links ul {
    justify-content: center;
}

.course-cta-banner .department-links a {
    color: #ffffff;
}

.course-cta-banner h2 {
    display: block;
    max-width: 56rem;
    margin: 1rem auto 1.75rem;
    border-bottom: 0;
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.course-cta-banner .btn-green {
    min-width: 12rem;
}

@media (min-width: 640px) {
    .northern-course-page h1 {
        font-size: 2.25rem;
    }

    .course-brief-desc {
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    .northern-course-page h2 {
        border-bottom-width: 0.25rem;
    }

    .northern-course-page p,
    .northern-course-page li {
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {
    .northern-course-page h1 {
        font-size: 3rem;
    }

    .northern-course-page h2,
    .course-sidebar > h2 {
        border-bottom-width: 0.375rem;
        font-size: 1.5rem;
    }

    .northern-course-page p,
    .northern-course-page li {
        font-size: 1.0625rem;
    }

    .course-brief-desc {
        font-size: 1.5rem;
    }

    .course-intro .col-lg-8 > p,
    .course-intro .col-lg-8 > ul {
        max-width: 48rem;
    }
}

@media (min-width: 1440px) {
    .northern-course-page h1 {
        font-size: 4rem;
    }
}

@media (max-width: 991.98px) {
    .course-intro {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }

    .course-sidebar {
        position: static;
    }

}

@media (max-width: 575.98px) {
    .department-links ul,
    .course-session-list li {
        flex-direction: column;
        gap: 0.25rem;
    }

    .course-session-list span {
        flex: 1 1 auto;
    }

    .course-session-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .course-session-list .course-session-time {
        margin-left: 0;
    }

    .course-session-list .course-session-apply {
        align-self: flex-start;
    }

    .course-cta-banner {
        padding: 2.25rem 0;
    }
}

.course-overview h2 {
    color:var(--northern-primary);
}

/* apprenticeships */
.apprenticeships h2 {color:var(--northern-primary);}


.card-solid .card-body {
    background-color: var(--northern-primary);
}
.card-solid .card-body h3, .card-solid .card-body p {
    color:#ffffff;
}
.card-outline h3, .card-grey h3 {
    color:var(--northern-primary);
}
.course-content h2, .course-content h3,
.course-entry h2, .course-entry h3
{
    color:var(--northern-primary);
}

.other-course-resources .nav-pills .nav-link,
.course-other-resources .nav-pills .nav-link {
    color:var(--northern-primary);
    text-align:left;
}

.other-course-resources .nav-pills .nav-link.active,
.course-other-resources .nav-pills .nav-link.active {
    background-color:var(--northern-primary);
    color:#ffffff;
}

/* footer */
.footer {background-color:#4f4a48; color:#ffffff;}
.footer a {color:#ffffff;}

.barnsley-mailto-link{ font-size: 0.875rem;}

.northern-site-footer {
    background-color: var(--northern-secondary);
    color: #ffffff;
    font-family: var(--northern-font);
    padding: 3rem 0 2.5rem;
}

.northern-site-footer a {
    color: #ffffff;
    text-decoration: none;
}

.northern-site-footer a:hover,
.northern-site-footer a:focus {
    text-decoration: underline;
}

.northern-footer-container {
    --bs-gutter-x: 1.5rem;
}

.northern-breadcrumb-container {
    --bs-gutter-x: 1.5rem;
}

.northern-homepage .breadcrumb,
.northern-internal-page .breadcrumb {
    padding: 1.25rem 0;
}

.northern-footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.northern-footer-brand img {
    display: block;
    width: 4.75rem;
    height: auto;
}

.northern-footer-accordion {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(12.5rem, 0.98fr);
    gap: 2.25rem;
    margin: 4rem 0 2.5rem;
}

.northern-footer-section-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem;
    padding: 0 0 0.5rem;
    border: 0;
    border-bottom: 3px solid var(--northern-primary);
    background: transparent;
    color: #ffffff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}

.northern-footer-section-toggle img {
    display: none;
}

.northern-footer-menu ul,
.northern-footer-policies ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.northern-footer-menu li,
.northern-footer-wentworth li {
    margin: 0 0 0.25rem;
}

.northern-footer-menu a,
.northern-footer-wentworth p,
.northern-footer-wentworth li,
.northern-footer-wentworth a,
.northern-footer-contact p,
.northern-footer-policies a {
    font-size: 1rem;
    line-height: 1.5;
}

.northern-footer-wentworth {
    text-align: center;
}

.northern-footer-wentworth .northern-footer-section-toggle {
    display: none;
}

.northern-footer-wentworth-mark {
    display: block;
    width: 13rem;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0.75rem;
}

.northern-footer-wentworth p {
    margin: 0 0 0.75rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    line-height: 1.2;
    font-size:0.75rem;
}

.northern-footer-wentworth ul {
    margin: 0 0 0.75rem;
    padding: 0;
    list-style: none;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    line-height: 1.15;
    font-size:0.75rem;
}
.northern-footer-wentworth ul li {
    font-size: 0.75rem;
}
.northern-footer-wentworth a {
    display: inline-block;
    margin-top: 0.25rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size:0.75rem;
}

.northern-footer-contact {
    grid-column: 1 / -1;
    margin-top: 0.75rem;
    text-align: center;
}

.northern-footer-contact .northern-footer-section-toggle {
    margin-left: auto;
    margin-right: auto;
}

.northern-footer-contact p {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    line-height: 1.5;
}

.northern-footer-barnsley-link {
    display: flex;
    justify-content: center;
    margin: 2rem auto 2.75rem;
}

.northern-footer-barnsley-logo {
    display: block;
    width: 14rem;
    max-width: 70vw;
    height: auto;
}

.northern-footer-legal {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8125rem;
    line-height: 1.5;
    text-align: center;
}

.northern-footer-legal p {
    margin: 0 0 0.625rem;
}

.northern-footer-policies ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.375rem 1rem;
    margin-top: 0.5rem;
    padding: 0;
    list-style: none;
}

.northern-footer-policies a {
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991.98px) {
    .northern-site-footer {
        padding: 1.5rem 0 1.25rem;
    }

    .northern-footer-brand {
        gap: 0.75rem;
        justify-content: center;
        margin-bottom: 1.75rem;
        font-size: 1.0625rem;
    }

    .northern-footer-brand img {
        width: 3.625rem;
    }

    .northern-footer-accordion {
        display: block;
        margin: 0;
    }

    .northern-footer-section {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

    .northern-footer-section-toggle,
    .northern-footer-wentworth .northern-footer-section-toggle,
    .northern-footer-contact .northern-footer-section-toggle {
        display: flex;
        width: 100%;
        gap: 0.75rem;
        margin: 0;
        padding: 0.75rem 0;
        border: 0;
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 800;
        cursor: pointer;
    }

    .northern-footer-section-toggle img {
        display: block;
        width: 1rem;
        height: 1rem;
        flex: 0 0 auto;
        transition: transform 0.2s ease;
    }

    .northern-footer-section.is-open .northern-footer-section-toggle img {
        transform: rotate(45deg);
    }

    .northern-footer-section-content {
        display: none;
        padding: 0 0 1rem 1.75rem;
    }

    .northern-footer-section.is-open .northern-footer-section-content {
        display: block;
        font-size:0.75rem;
    }

    .northern-footer-wentworth,
    .northern-footer-contact {
        text-align: left;
    }

    .northern-footer-wentworth-mark {
        margin-left: 0;
    }

    .northern-footer-contact {
        margin-top: 0;
    }

    .northern-footer-contact .northern-footer-section-toggle {
        margin-left: 0;
        margin-right: 0;
    }

    .northern-footer-contact p {
        margin-bottom: 0.5rem;
    }

    .northern-footer-barnsley-link {
        margin: 3rem auto 2rem;
    }

    .northern-footer-barnsley-logo {
        width: 14rem;
    }

    .northern-footer-legal {
        font-size: 0.75rem;
        line-height: 1.5;
        text-align: left;
    }

    .northern-footer-policies ul {
        justify-content: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .header-bar .logo {
        width: 7.5rem; /* 120px */
    }
    .col-main {padding-top: 0.25rem; /* 4px */}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .col-main {padding-top: 0.25rem; /* 4px */}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-main {padding-top: 0.25rem; /* 4px */}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1099.98px) {
    .col-main {
        padding-top: 1.25rem; /* 20px */
    }
    .col-other-logos {
        padding-top: 1.25rem;
    }
}

@media (min-width: 1100px) and (max-width: 1249.98px) {
    .col-main {
        padding-top: 0.5rem; /* 8px */
    }
    .col-other-logos {
        padding-top: 0.5rem;
    }
    .header-bar .logo {
        width: 11.875rem; /* 190px */
    }
    .header-bar .logo-acc {
        height: 5rem; /* 80px */
    }
    .header-bar .logo-other {
        height: 2.5rem; /* 40px */
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1250px) and (max-width: 1399.98px) {
    .header-bar .logo {
        width: 13.75rem; /* 220px */
    }
    .header-bar .logo-acc {
        height: 6.25rem; /* 100px */
    }
    .header-bar .logo-other {
        height: 3.125rem; /* 50px */
    }
}

/* XXL devices (very large desktops, 1400px and up) */
@media (min-width: 1400px) {
    .header-bar .logo {
        width: 13.75rem; /* 220px */
    }
    .header-bar .logo-acc {
        height: 6.25rem; /* 100px */
    }
    .header-bar .logo-other {
        height: 3.125rem; /* 50px */
    }
}

/* Orientation-based queries */
/* Portrait orientation */
@media (orientation: portrait) {

}

/* Landscape orientation */
@media (orientation: landscape) {


}

/* Northern header final overrides */
.header-bar.northern-header {
    background:none;
    border-top-color: var(--northern-primary);
    height: auto;
    min-height: 8.25rem;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
}

.header-bar.northern-header .logo {
    width: 11.5rem;
    max-width: 42vw;
    padding-top: 0;
}

.header-bar.northern-header .btn-search,
.header-bar.northern-header a.burger-menu {
    background-color: var(--northern-primary);
    color: #ffffff;
}

.header-bar.northern-header .btn-search:hover,
.header-bar.northern-header .btn-search:focus,
.header-bar.northern-header a.burger-menu:hover,
.header-bar.northern-header a.burger-menu:focus {
    background-color: #ffffff;
    color: var(--northern-primary);
}

.northern-utility-search {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    border: 0;
    background-color: var(--northern-primary);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
}

.northern-primary-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.northern-primary-nav ul.menu-level-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.northern-primary-nav ul.menu-level-1 li {
    margin: 0;
    padding: 0;
}

.northern-primary-nav a,
.northern-primary-nav ul.menu-level-1 li a {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.625rem 0.65rem;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.15;
}

.northern-primary-nav a:hover,
.northern-primary-nav a:focus,
.northern-primary-nav ul.menu-level-1 li a:hover,
.northern-primary-nav ul.menu-level-1 li a:focus {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: var(--northern-yellow);
    text-decoration-thickness: 0.1875rem;
    text-underline-offset: 0.375rem;
}

.northern-utility-links a[href="/login"],
.northern-utility-basket {
    background-color: var(--northern-secondary);
}

.main-menu {
    top: 8.25rem;
}

.main-menu .left-col,
.main-menu .mobile-menu,
.search {
    background-color: var(--northern-secondary);
}

.main-menu .middle-col {
    background-color: var(--northern-light);
}

.main-menu .right-col {
    background-color: #ffffff;
}

.search-header h1,
.breadcrumb p a,
.breadcrumb .northern-breadcrumb-list a {
    color: var(--northern-primary);
}

.search {
    top: 8.25rem;
}

.search .content {
    margin-top: -8.25rem;
}

.main-content {
    margin-top: 8.25rem;
}

@media (max-width: 991.98px) {
    .header-bar.northern-header {
        min-height: 7.75rem;
    }

    .header-bar.northern-header .logo {
        width: 9rem;
        max-width: 46vw;
    }

    .main-menu,
    .search {
        top: 7.75rem;
    }

    .search .content {
        margin-top: -7.75rem;
    }

    .main-content {
        margin-top: 7.75rem;
    }

    .northern-utility-basket {
        display: none !important;
    }

    .northern-primary-nav {
        display: flex !important;
        width: 100%;
    }

    .northern-primary-nav ul.menu-level-1 {
        justify-content: flex-start;
        width: 100%;
        margin-top: 0.75rem;
    }

    .northern-primary-nav ul.menu-level-1 li a {
        min-height: 2.25rem;
        padding: 0.375rem 0.5rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 575.98px) {
    .header-bar.northern-header {
        min-height: 7.5rem;
    }

    .header-bar.northern-header .logo {
        width: 8rem;
    }

    .main-menu,
    .search {
        top: 7.5rem;
    }

    .search .content {
        margin-top: -7.5rem;
    }

    .main-content {
        margin-top: 7.5rem;
    }
}

/* Northern live-site navigation refinements */
.header-bar.northern-header,
.header-bar.northern-header button,
.header-bar.northern-header a {
    font-family: var(--northern-font);
}

.northern-utility-links a,
.northern-utility-search {
    font-weight: 500;
}

.northern-social-links {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-right: 0.75rem;
    color: #ffffff;
}

.northern-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.375rem;
    min-height: 2.125rem;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1;
}

.northern-social-links a:hover,
.northern-social-links a:focus {
    background-color: transparent;
    color: var(--northern-primary);
}

.northern-social-links .fa-youtube-play {
    font-size: 1.375rem;
}

.northern-utility-links .northern-utility-wifi {
    gap: 0.25rem;
    background-color: var(--northern-secondary);
}

.northern-utility-wifi img {
    display: block;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.northern-header-layout {
    align-items: flex-end;
}

.northern-primary-nav {
    align-items: flex-end;
    overflow: visible;
    position: relative;
}

.northern-primary-nav ul.menu-level-1 {
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 0;
    overflow: visible;
}

.northern-primary-nav ul.menu-level-1 > li {
    position: relative;
}

.northern-primary-nav ul.menu-level-1 > li > a {
    min-height: auto;
    padding: 0.625rem 0.75rem;
    color: #ffffff;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
}

.northern-primary-nav ul.menu-level-1 > li > a:hover,
.northern-primary-nav ul.menu-level-1 > li > a:focus,
.northern-primary-nav ul.menu-level-1 > li.is-open > a,
.northern-primary-nav ul.menu-level-1 > li:hover > a,
.northern-primary-nav ul.menu-level-1 > li:focus-within > a {
    background-color: var(--northern-primary);
    color: #ffffff;
    text-decoration: none;
}

.northern-primary-nav ul.menu-level-1 > li.has-children > a::after {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.4rem;
    border-right: 0.125rem solid currentColor;
    border-bottom: 0.125rem solid currentColor;
    transform: translateY(-0.125rem) rotate(45deg);
}

.northern-primary-nav .chevron-right {
    display: inline-flex;
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.4rem;
    flex: 0 0 auto;
}

.northern-primary-nav .chevron-right::after {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    border-right: 0.125rem solid currentColor;
    border-bottom: 0.125rem solid currentColor;
    transform: translateY(-0.125rem) rotate(45deg);
}

.northern-primary-nav .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 16rem;
    margin: 0;
    padding: 0.5rem;
    list-style: none;
    background-color: var(--northern-primary);
    color: #ffffff;
    border-radius: 0.375rem;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.northern-dropdown-menus {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1000;
    pointer-events: none;
}

.northern-dropdown-menus .menu-level-2 {
    position: absolute;
    top: 0;
    min-width: 16rem;
    margin: 0;
    padding: 0.5rem;
    list-style: none;
    background-color: var(--northern-primary);
    color: #ffffff;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
    pointer-events: auto;
}

.northern-dropdown-menus .menu-level-2.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.northern-dropdown-menus .menu-level-2 li {

}

.northern-dropdown-menus .menu-level-2 li:last-child {
    border-bottom: 0;
}

.northern-dropdown-menus .menu-level-2 a {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.625rem 0.75rem;
    color: #ffffff !important;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    background-color: var(--northern-primary);
}

.northern-dropdown-menus .menu-level-2 a:hover,
.northern-dropdown-menus .menu-level-2 a:focus {
    text-decoration: underline;
}

.northern-primary-nav li:hover > .sub-menu,
.northern-primary-nav li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.northern-primary-nav .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.northern-primary-nav .sub-menu li:last-child {
    border-bottom: 0;
}

.northern-primary-nav .sub-menu a {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.625rem 0.75rem;
    color: #ffffff;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    background-color: var(--northern-primary);
}

.northern-primary-nav .sub-menu a:hover,
.northern-primary-nav .sub-menu a:focus {
    background-color: #96004d;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .northern-header-layout {
        align-items: flex-end;
        flex-wrap: nowrap;
    }

    .northern-header-actions {
        width: auto;
    }

    .northern-primary-nav,
    .northern-primary-nav ul.menu-level-1 {
        justify-content: flex-end;
        width: auto;
    }

    .northern-primary-nav ul.menu-level-1 {
        flex-wrap: nowrap;
        margin-top: 0;
    }

    .northern-primary-nav ul.menu-level-1 > li > a {
        padding: 0.5rem 0.625rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 991.98px) {
    .northern-primary-nav .sub-menu,
    .northern-dropdown-menus .menu-level-2 {
        min-width: 14rem;
    }
}

@media (max-width: 575.98px) {
    .northern-social-links {
        gap: 0.5rem;
        margin-right: 0.5rem;
    }

    .northern-utility-wifi img {
        display: none;
    }

    .northern-primary-nav ul.menu-level-1 > li {
        position: static;
    }

    .northern-primary-nav .sub-menu,
    .northern-dropdown-menus .menu-level-2 {
        left: 1rem;
        right: 1rem;
        width: auto;
        min-width: 0;
    }
}

.northern-homepage .header-bar.northern-header {
    background: transparent;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.northern-homepage .main-content {
    margin-top: 0;
}

.northern-homepage .search {
    box-shadow: 0 -8.25rem 0 var(--northern-secondary);
}

.northern-internal-page .header-bar.northern-header {
    background: #ffffff;
    color: #111111;
    position: relative;
}

.northern-internal-page .main-content {
    margin-top: 0;
}

.northern-header-internal .northern-primary-nav a,
.northern-header-internal .northern-primary-nav ul.menu-level-1 > li > a {
    color: #111111;
}

.northern-header-internal .northern-utility-links a,
.northern-header-internal .northern-utility-search {
    color: #ffffff;
}

.northern-header-internal .northern-primary-nav ul.menu-level-1 > li > a:hover,
.northern-header-internal .northern-primary-nav ul.menu-level-1 > li > a:focus,
.northern-header-internal .northern-primary-nav ul.menu-level-1 > li.is-open > a,
.northern-header-internal .northern-primary-nav ul.menu-level-1 > li:hover > a,
.northern-header-internal .northern-primary-nav ul.menu-level-1 > li:focus-within > a {
    background-color: var(--northern-primary);
    color: #ffffff;
}

.northern-mobile-menu-toggle,
.northern-mobile-menu {
    display: none;
}

.northern-search-label-mobile,
.northern-wifi-label-mobile {
    display: none;
}

@media (max-width: 1099.98px) {
    body.northern-mobile-menu-open {
        overflow: hidden;
    }

    .header-bar.northern-header {
        min-height: 6.75rem;
    }

    .northern-header-container {
        padding-left: 0;
        padding-right: 0;
    }

    .northern-utility-bar {
        background-color: var(--northern-primary);
    }

    .northern-utility-links {
        justify-content: flex-start;
        min-height: 2.375rem;
        overflow: hidden;
        padding: 0 0.875rem;
    }

    .northern-utility-links a,
    .northern-utility-search {
        min-height: 2.375rem;
        padding: 0 0.5rem;
        background-color: transparent;
        color: #ffffff;
        font-size: 0.875rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .northern-social-links {
        gap: 0.625rem;
        margin-right: 0.5rem;
    }

    .northern-social-links a {
        width: auto;
        min-height: 2.375rem;
        padding: 0;
    }

    .northern-header-internal .northern-social-links img {
        filter: brightness(0) invert(1);
    }

    .northern-utility-search {
        gap: 0.4rem;
    }

    .northern-utility-search i {
        font-size: 1.125rem;
        order: 2;
    }

    .northern-utility-links .northern-utility-wifi {
        gap: 0.25rem;
        background-color: transparent;
    }

    .northern-utility-extra,
    .northern-utility-basket,
    .northern-search-label-desktop,
    .northern-wifi-label-desktop {
        display: none !important;
    }

    .northern-search-label-mobile,
    .northern-wifi-label-mobile {
        display: inline;
    }

    .northern-main-header {
        padding: 0;
    }

    .northern-header-home .northern-main-header {

    }

    .northern-header-internal .northern-main-header {
        background-color: #ffffff;
        border-bottom: 0.25rem solid var(--northern-sky);
    }

    .northern-header-layout {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        min-height: 4.375rem;
        padding: 0 1rem;
    }

    .northern-logo-wrap {
        margin-left: auto;
    }

    .northern-logo-wrap .logo,
    .header-bar.northern-header .logo {
        width: 8.625rem;
        max-width: 42vw;
    }

    .northern-primary-nav {
        display: none;
    }

    .northern-header-actions {
        display: none;
    }

    .northern-mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        gap: 0.625rem;
        min-height: 4.375rem;
        padding: 0;
        border: 0;
        background-color: transparent;
        color: #ffffff;
        font-size: 1.125rem;
        font-weight: 500;
        letter-spacing: 0;
    }

    .northern-header-internal .northern-mobile-menu-toggle {
        color: var(--northern-primary);
    }

    .northern-mobile-menu-toggle i {
        font-size: 1.5rem;
    }

    .northern-mobile-menu-toggle .northern-mobile-menu-icon-close {
        display: none;
    }

    .northern-mobile-menu-toggle[aria-expanded="true"] .northern-mobile-menu-icon-open {
        display: none;
    }

    .northern-mobile-menu-toggle[aria-expanded="true"] .northern-mobile-menu-icon-close {
        display: inline-block;
    }

    .northern-mobile-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1001;
        display: block;
        max-height: calc(100vh - 6.75rem);
        overflow-y: auto;
        background-color: #ffffff;
        color: #4d5565;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-0.5rem);
        transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
        pointer-events: none;
    }

    .northern-mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .northern-mobile-menu-inner {
        padding: 0.875rem 0.875rem 1rem;
    }

    .northern-mobile-menu-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .northern-mobile-menu-list > ul > li {
        border-bottom: 1px solid #d2d6dc;
    }

    .northern-mobile-menu-list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 3.0625rem;
        padding: 0;
        color: #4d5565;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.25;
        text-decoration: none;
    }

    .northern-mobile-menu-list .toggle-submenu {
        padding-right: 1rem;
        border-right: 1px solid #d2d6dc;
    }

    .northern-mobile-menu-list .chevron-right {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.875rem;
        min-height: 3.0625rem;
        margin-right: -1rem;
        color: var(--northern-primary);
    }

    .northern-mobile-menu-list .chevron-right::after {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        border-right: 0.125rem solid currentColor;
        border-bottom: 0.125rem solid currentColor;
        transform: translateY(-0.125rem) rotate(45deg);
    }

    .northern-mobile-menu-list .toggle-submenu.is-expanded .chevron-right::after {
        transform: translateY(0.125rem) rotate(225deg);
    }

    .northern-mobile-menu-list .submenu {
        display: none;
        padding: 0 0 0.625rem 1rem;
    }

    .northern-mobile-menu-list .submenu.expanded {
        display: block;
    }

    .northern-mobile-menu-list .submenu li {
        border-top: 1px solid #e3e6ea;
    }

    .northern-mobile-menu-list .submenu a {
        min-height: 2.75rem;
        font-size: 1rem;
        font-weight: 500;
    }

    .northern-mobile-menu-ctas {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-top: 0.625rem;
        background-color: var(--northern-primary);
    }

    .northern-mobile-menu-ctas a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.25rem;
        color: #ffffff;
        font-size: 1.125rem;
        font-weight: 700;
        text-decoration: none;
    }

    .northern-homepage .main-content {
        margin-top: 0;
    }

    .northern-homepage .search {
        box-shadow: 0 -7.75rem 0 var(--northern-secondary);
    }

    .northern-internal-page .main-content {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .northern-homepage .search {
        box-shadow: 0 -7.5rem 0 var(--northern-secondary);
    }
}

@media (min-width: 1024.01px) and (max-width: 1099.98px) {
    .header-bar.northern-header {
        min-height: 6.5rem;
    }

    .northern-utility-bar {
        background-color: transparent;
    }

    .northern-header-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .northern-utility-links {
        justify-content: flex-end;
        min-height: 2.125rem;
        overflow: visible;
        padding: 0;
    }

    .northern-utility-links a,
    .northern-utility-search {
        min-height: 2.125rem;
        padding: 0.375rem 0.875rem;
        background-color: var(--northern-primary);
        color: #ffffff;
        font-size: 0.875rem;
        font-weight: 500;
    }

    .northern-social-links {
        gap: 0.75rem;
        margin-right: 0.75rem;
    }

    .northern-social-links a {
        width: 1.375rem;
        min-height: 2.125rem;
        padding: 0;
        background-color: transparent;
    }

    .northern-header-internal .northern-social-links img {
        filter: none;
    }

    .northern-utility-search {
        gap: 0.375rem;
    }

    .northern-utility-search i {
        font-size: 0.875rem;
        order: initial;
    }

    .northern-utility-links .northern-utility-wifi,
    .northern-utility-links a[href="/login"],
    .northern-utility-basket {
        background-color: var(--northern-secondary);
    }

    .northern-utility-extra,
    .northern-utility-basket {
        display: flex !important;
    }

    .northern-search-label-desktop,
    .northern-wifi-label-desktop {
        display: inline !important;
    }

    .northern-search-label-mobile,
    .northern-wifi-label-mobile {
        display: none;
    }

    .northern-mobile-menu {
        top: 100%;
        max-height: calc(100vh - 6.5rem);
    }

    .northern-internal-page .main-content {
        margin-top: 0;
    }
}
