@font-face {
  font-family: "Roboto-Serif";
  font-weight: 400;
  src: url('../fonts/robotoserif/RobotoSerif-Regular.ttf') format('truetype')
}

@font-face {
  font-family: "National-2-Condensed";
  font-weight: 500;
  src: url('../fonts/national2condensed/national-2-condensed-medium.woff2') format('woff2');
}

@font-face {
  font-family: "National-2-Condensed_Bold";
  font-weight: 700;
  src: url('../fonts/national2condensed/national-2-condensed-bold.woff2') format('woff2');
}

:root {
  --colour-primary-darker: #080620;
  --colour-primary-dark: #0C0930;
  --colour-primary-default: #140F50;
  --colour-primary-light: #433F73;
  --colour-primary-lighter: #F3F3F6;
  --colour-secondary-darker: #081D66;
  --colour-secondary-dark: #0C2B99;
  --colour-secondary-default: #1448FF;
  --colour-secondary-light: #436DFF;
  --colour-secondary-lighter: #F3F6FF;
  --colour-tertiary-darker: #63605A;
  --colour-tertiary-dark: #958F86;
  --colour-tertiary-default: #F8EFE0;
  --colour-tertiary-light: #F9F2E6;
  --colour-tertiary-lighter: #FFFEFD;
  --colour-accent-darker: #4F4099;
  --colour-accent-dark: #6956CC;
  --colour-accent-default: #836BFF;
  --colour-accent-light: #9C89FF;
  --colour-accent-lighter: #E6E1FF;
  --colour-neutral-50: #FAFAFB;
  --colour-neutral-200: #D4DADE;
  --colour-neutral-400: #A9B5BD;
  --colour-neutral-500: #93A2AC;
  --colour-neutral-700: #586167;
  --colour-neutral-white: #FFFFFF;
  --colour-validation-info-500: #0074E0;
  --colour-validation-info-50: #E5F2FF;
  --colour-validation-success-500: #04B600;
  --colour-validation-success-50: #E8FFE7;
  --colour-validation-warning-500: #FC8E28;
  --colour-validation-warning-50: #FFDFC2;
  --colour-validation-error-500: #D32362;
  --colour-validation-error-50: #FFE9F1;
}
 
h1 {
  font-family: National-2-Condensed_Bold;
  font-size: 3.625rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 3.875rem;
  margin-bottom: 24px;
  margin-top: 24px
}

#section-further-information tr td,th {
  padding-right:25px;
}

#section-further-information section {
  page-break-inside: avoid;
  break-inside: avoid;
}

#section-assessments {
  margin-bottom: 3rem;
}

#section-assessments section {
  page-break-inside: avoid;
  break-inside: avoid;
}

@media(max-width: 767.98px) {
  h1 {
    font-size: 40px;
    line-height: 42px
  }
}

h2 {
  font-family: National-2-Condensed_Bold;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 3.25rem;
  margin-bottom: 24px;
  margin-top: 0;
}

@media(max-width: 767.98px) {
  h2 {
    font-size: 2.125rem;
    line-height: 2rem
  }
}

h3 {
  font-family: National-2-Condensed;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-bottom: 24px;
  margin-top: 0
}

@media(max-width: 767.98px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2rem
  }
}

h4 {
  font-family: National-2-Condensed;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2rem;
  margin-bottom: 1pc;
  margin-top: 0
}

@media(max-width: 767.98px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.75rem
  }
}

h5 {
  font-family: National-2-Condensed;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin-bottom: 1pc;
  margin-top: 0
}

@media(max-width: 767.98px) {
  h5 {
    line-height: 1.5rem
  }
}

h6 {
  font-family: National-2-Condensed;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 1pc;
  margin-top: 0
}
  
input, p {
  font-family: "Roboto-Serif";
  font-weight: 400
}

body, html {
  background: white;
  color: #140f50;
  font-family: "Roboto-Serif",Helvetica,Arial,sans-serif;
  font-size: 1pc;
  line-height: 1.5;
  margin: 0;
  container-type: inline-size;
  font-variant-numeric: lining-nums;
}

#section-course-overview {
  margin-bottom: 3rem;
}

#section-learning-resources {
  margin-bottom: 3rem;
}

@media(prefers-reduced-motion:no-preference) {
  html {
    scroll-behavior: smooth
  }
}

a {
  color: #1448ff;
  text-underline-offset: .2rem
}

ol, ul {
  padding-left: 1.1rem;
}

button, input, optgroup, select, textarea {
  font: inherit
}

.root {
  padding-left: 0;
  padding-right: 0
}

  .root.container {
    width: auto !important
  }

  .responsivegrid, .root.container, main.container {
    margin: 0 auto;
    max-width: 93pc;
    padding: 0;
    width: 100%
  }

@media(max-width: 767.98px) {
  .root.container {
    padding: 0 24px
  }
}

@media(min-width: 768px) {
  .root.container {
    padding: 0 40px
  }
}

@media(min-width: 1400px) {
  .root.container {
    padding: 0 56px
  }
}


.globalnav_main-wrapper {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  order: 2;
  width: 100%;
  flex-flow: row wrap;
  left: 50%;
  margin-left: -50vw; /* fallback for older browsers */
  margin-left: -50cqw;
  margin-right: -50vw; /* fallback for older browsers */
  margin-right: -50cqw;
  position: relative;
  right: 50%;
  width: 100vw; /* fallback for older browsers */
  width: 100cqw;
  z-index: 2001;
}

  .globalnav_main-wrapper > .globalnav_container {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0 auto;
    max-width: 100pc;
    width: 100%;
  }

@media(min-width: 992px) {
  .globalnav_container {
    display: block;
    padding: 0 2.5rem;
  }
}

@media(min-width: 1400px) {
  .globalnav_container {
    padding: 0 56px
  }
}

.globalnav_logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 1pc 1.5rem
}

@media (min-width: 768px) {
  .globalnav_logo {
    padding: 1pc 2.5rem;
  }
}

@media (min-width: 992px) {
  .globalnav_logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    order: 2;
    padding-left: 0;
  }
}

.globalnav_logo a {
  display: block;
  height: 3pc;
  width: 202px
}

.cmp-globalnav_logo img {
  fill: #140f50;
  height: 3pc;
  width: 202px
}

.coursecontainer {
  margin: 0 auto;
  max-width: 93pc;
  padding: 0;
  width: 100%;
  background-color: rgba(20, 15, 80, .75);
}

.herobanner {
  position: relative;
  min-height: 485px
}

.herobanner-teaser {
  display: flex;
  background-color: #140f50;
  left: 50%;
  margin-left: -50vw; /* fallback for older browsers */
  margin-left: -50cqw;
  margin-right: -50vw; /* fallback for older browsers */
  margin-right: -50cqw;
  width: 100vw; /* fallback for older browsers */
  width: 100cqw;
  min-height: 485px;
  position: relative !important;
  right: 50%;
  padding: 0 0 243px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .herobanner-teaser {
    min-height: 570px;
  }
}

@media (min-width: 992px) {
  .herobanner-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 230px;
  }
}

.herobanner_container {
  color: #fff;
  height: 65%;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100pc;
  width: 100%;
  z-index: 100;
  display: flex;
  padding: 56px 1.5rem;
}

@media (min-width: 576px) {
  .herobanner_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media(min-width: 768px) {
  .herobanner_container {
    padding: 56px 2.5rem;
  }
}

@media (min-width: 992px) {
  .herobanner_container {
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .herobanner_container {
    padding: 56px;
  }
}

.herobanner_content {
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .herobanner_content {
    width: 66.6666666%;
  }
}

.herobanner_content_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

  .herobanner_content_title .herobanner_pretitle {
    background-color: #6956cc;
    color: #140f50;
    color: #fff;
    font-family: National-2-Condensed;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    margin: 0;
    margin-block-start: 0;
    padding: 0 8px;
  }

  .herobanner_content_title .herobanner_title {
    color: white;
  }

.herobanner_image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

  .herobanner_image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
  }

.course-page {
  left: unset;
  margin: 0 auto;
  right: unset;
  width: 100% !important;
  padding: 0;
}

@media (min-width: 768px) {
  .course-page {
    left: 50%;
    margin-left: -50vw; /* fallback for older browsers */
    margin-left: -50cqw;
    max-width: unset;
    padding: 56px 2.5rem;
    position: relative !important;
    right: 50%;
    width: 100vw !important; /* fallback for older browsers */
    width: 100cqw !important;
  }
}

@media (min-width: 1400px) {
  .course-page {
    padding: 56px;
  }
}

.course-page > div:first-child {
  -webkit-box-shadow: 0 8px 1pc 0 rgba(0, 0, 0, .08);
  box-shadow: 0 8px 1pc 0 rgba(0, 0, 0, .08);
  margin-top: -300px !important;
  position: relative;
}

@media (max-width: 767.98px) {
  .course-page > div:first-child {
    margin-top: -244px !important;
  }
}

.course-page-header {
  border-radius: 4px 4px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: rgba(20, 15, 80, .75);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
  font-family: National-2-Condensed;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.course-details-content {
  background-color: #fff;
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(1, 1fr);
  padding: 1rem;
}

@media (min-width: 576px) {
  .course-details-content {
    gap: 0 1rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 2.5rem 2rem 0.5rem 2rem;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .course-details-content {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    padding: 2.5rem 2rem 0.5rem 2rem;
  }
}

.course-details-section {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-flex: 1;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  gap: 1pc;
  padding-bottom: 2.5rem;
}

  .course-details-section img {
    height: 1.5rem;
    width: 1.5rem;
    margin-top: 4px;
  }

  .course-details-section i {
    margin-top: 4px;
    font-size: 1.5rem;
  }

.course-details-section-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

  .course-details-section-content > span {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }

.course-details-section-heading {
  font-family: National-2-Condensed;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.course-page-content > section {
  margin: 56px auto;
}

  .course-page-content > section > section {
    margin: 2rem 0;
  }

  .course-page-content > section:before {
    padding-top: 110px;
    margin-top: -110px;
    content: "";
    display: block;
  }

  .data-table thead {
    background-color: var(--colour-primary-default);
    color: var(--colour-neutral-white);
  }

.data-table-heading th {
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  height: 3.5rem;
  padding: 8px;
  text-align: left;
}

.data-table-group-heading th {
  padding: 8px;
  display: table-cell !important;
  float: none !important;
}

.data-table tbody tr {
  height: 4rem;
  display: table-row;
}

.data-table-group tbody tr:nth-child(even) {
  background-color: var(--colour-neutral-50);
}

.data-table:not(.data-table-group) tbody tr:nth-child(odd) {
  background-color: var(--colour-neutral-50);
}

.data-table-group-heading {
  background-color: var(--colour-neutral-white);
}

.data-table tbody td {
  border: none;
  vertical-align: middle;
  text-align: left;
  padding: 8px;
}

.data-table-content-header,
.data-table-content {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .data-table tbody .data-table-group-heading th {
    border-left: 1px solid #e9ecee;
    border-right: 1px solid #e9ecee;
    border-top: 1px solid #e9ecee;
  }

  .data-table tbody td:first-child {
    border-left: 1px solid #e9ecee;
  }

  .data-table tbody td {
    border-right: 1px solid #e9ecee;
  }

  .data-table tbody:last-child tr:last-child {
    border-bottom: 1px solid #e9ecee;
  }
}

@media (max-width: 767.98px) {
  .data-table {
    border: 1px solid #e9ecee;
  }

    .data-table tbody tr.data-table-group-heading {
      height: fit-content;
    }

  .data-table-group-heading th {
    padding: 8px 1pc;
  }

  .data-table tbody td {
    padding: 8px 1pc;
  }

  .data-table-content-header {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: top;
  }

  .data-table-content {
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
  }
}


.navbar {
  margin-bottom: 60px;
}


.course-page-tabs-navbar.sticky-top {
  top: -1px;
}
.course-page-tabs-navbar {
  margin-left: calc(50% - 50vw); /* fallback for older browsers */
  margin-left: calc(50% - 50cqw);
  width: 100vw; /* fallback for older browsers */
  width: 100cqw;
  border-bottom: none;
  height: max-content;
  background-color: var(--colour-neutral-white);
  -webkit-box-shadow: 0 8px 1pc 0 #e9ecee;
  box-shadow: 0 8px 1pc 0 #e9ecee;
}
  @media (min-width: 992px) {
    .course-page-tabs-navbar {
    background-color: #fafafb;  
    height: 5pc;
    border-bottom: 1px solid #bec7cd;
  }
}
.course-page-tabs-navbar button.navbar-toggler {
  padding: .75rem;
}
.course-page-tabs-navbar button.navbar-toggler:focus {
  box-shadow: none;
}
.course-page-tabs-navbar button.navbar-toggler::after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f077";
}
.course-page-tabs-navbar button.navbar-toggler.collapsed::after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
}
.course-page-tabs-navbar .navbar-nav {
  padding: 0;
  margin: 0 auto;
  max-width: 93pc;
  display: flex;
  flex-direction: column;
  list-style: none;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .course-page-tabs-navbar .navbar-nav {
    flex-direction: row;
  }
}
.course-page-tabs-navbar .navbar-nav .nav-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin: 0;
}
@media (min-width: 992px) {
  .course-page-tabs-navbar .navbar-nav .nav-item {
    border-bottom: 4px solid hsla(0, 0%, 100%, 0);
    padding-top: 4px;
  }
}
.course-page-tabs-navbar .navbar-nav .nav-item .nav-link {
  color: #0c0930;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  font-family: National-2-Condensed;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: start;
  line-height: 1.5rem;
  text-decoration: none;
  padding: 1pc 24px;
}
@media (min-width: 992px) {
  .course-page-tabs-navbar .navbar-nav .nav-item .nav-link {
    padding: 24px 1pc;
    justify-content: center;
  }
}

.course-page-tabs-navbar .navbar-nav .nav-item:has(a.nav-link.active) {
  background-color: #f3f6ff;
  border-bottom: none;
  color: #1448ff;
}
@media (min-width: 992px) {
  .course-page-tabs-navbar .navbar-nav .nav-item:has(a.nav-link.active) {
    background-color: #f3f6ff;
    border-bottom: 4px solid #1448ff;
  }
}

.course-page-tabs-navbar .navbar-nav .nav-item:focus,
.course-page-tabs-navbar .navbar-nav .nav-item:hover {
  border-bottom: none;
  color: #0c0930;
}
  .course-page-tabs-navbar .navbar-nav .nav-item:focus a,
  .course-page-tabs-navbar .navbar-nav .nav-item:hover a {
    color: #0c0930;
  }

@media (min-width: 992px) {
  .course-page-tabs-navbar .navbar-nav .nav-item:focus,
  .course-page-tabs-navbar .navbar-nav .nav-item:hover {
    border-bottom: 4px solid #1448ff;
  }
    .course-page-tabs-navbar .navbar-nav .nav-item:focus a,
    .course-page-tabs-navbar .navbar-nav .nav-item:hover a {
      color: #1448ff;
    }
}


section#assessment_descriptions section:not(:first-of-type) {
  margin-top: 35px;
}

section#assessment_descriptions section p {
  margin-top: 1pc;
}

ul.no-bullets {
  list-style: none;
  padding-left: 0;
}

section#section-learning-outcomes {
  margin-bottom: 3rem;
}
section#section-learning-outcomes section ul li:not(:first-of-type) {
  margin-top: 1pc;
}

.section {
  page-break-inside: avoid;
  break-inside: avoid;
}

.page-break {
  page-break-after: always;
}

.section-padding-bottom {
  padding-bottom: 30px;
}