/**
 * Hybrid-24 Course
 *
 * Note: body.hybrid.hybrid-course contains all the layout. The PG and Apprenticeship versions later only change the colours 
 */

body.hybrid-course {
  /* all base course styling rules here so the file is easier to read - responsive versions are below */

  margin-top: 0;

  #unibuddy.unibuddy--container h2 {
    color: var(--lt-colour-primary) !important;
  }

  .lt-navbar-courses {
    background-color: var(--lt-colour-orange) !important;
    border-bottom: 2px solid var(--lt-colour-primary);

    /* added with JS */
    &.fixed-top {
      position: sticky;
      top: 7rem;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 100% !important;
      z-index: 9;
    }

    .container {
      margin: 0 auto;
      padding: 0 4.25rem;
      max-width: 1400px;
      background: var(--lt-colour-primary);
    }

    .navbar-collapse ul {
      max-width: 1400px;
    }

    .navbar-collapse li:last-child {
      margin-bottom: 0.3125rem !important;
    }

    .container {
      background-color: transparent;
    }

    ul li.active {
      border-radius: 0px px !important;
    }

    li.active {
      background: var(--lt-colour-secondary);
      color: var(--lt-colour-primary);
    }

    li:first-child {
      margin-left: 0px;
    }

    .nav-item a {
      padding: 0.5rem;
      text-decoration: none;
      display: flex;
    }

    .nav-item.active {
      background: var(--lt-colour-secondary);
    }

    .nav-item.active a {
      background: var(--lt-colour-secondary);
    }

    .nav-item.active a:focus {
      background: var(--lt-colour-secondary) !important;
      color: var(--lt-colour-primary);
      outline: 2px solid #f7e286 !important;
    }
  }

  .course-navbar-mobile {
    padding-left: 3rem !important;
    left: 0;
    width: 100% !important;
    position: absolute;
    margin: 0.75rem auto !important;
    background: var(--lt-colour-primary);
    height: auto !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;

    li {
      margin-left: 2rem;
      height: 2.5rem;
    }
  }

  section {
    padding: 2rem 0;
  }

  .course-information .nav-link {
    font-size: var(--lt-button-font-size);
    font-weight: var(--lt-font-weight--bold);
    text-transform: uppercase;
  }

  /* CT: Course Banner */
  .lt-section-course-banner {
    background-color: var(--lt-colour-primary);

    .lt-section-course-banner__title-col {
      padding: 4rem 3rem 4rem 1rem;
    }

    .lt-section-course-banner__title-col
      :is(.banner-title__main, .banner-title__lead, .banner-title__sub) {
      color: var(--lt-colour-white);
    }

    .lt-section-course-banner__image-col {
      padding: 4rem 3rem 4rem 1rem;
    }

    .lt-section-course-banner__title-col .banner-title__sub {
      font-weight: var(--lt-font-weight--bold);
      font-size: 1.2rem;
    }
  }

  /* CT: Courses Details */
  section.lt-section-course-details {
    #choose-year-entry .key-year--buttons {
      display: flex;
      gap: 0.25rem;
    }

    .cta-year {
      font-weight: var(--lt-font-weight--normal);
      border: 1px solid var(--lt-colour-primary);
      padding: 0.1rem 0.5rem;
      background-color: var(--lt-colour-primary);
      color: var(--lt-colour-white);
    }

    .details-info-row {
      width: 75%;
      background-color: var(--lt-colour-secondary);
      padding: 3rem;
    }

    #course--about--content #info-about img.image--general {
      width: auto;
    }

    .course-details__col:first-of-type {
      background-color: var(--lt-colour-orange);
      order: 1;
    }

    .lt-section-course-details__year-selector {
      background-color: var(--lt-colour-primary);
      color: var(--lt-colour-white);
      padding: 2rem;
    }

    .lt-section-course-details__year-selector h2,
    .lt-section-course-details__year-selector h3 {
      color: var(--lt-colour-white) !important;
      font-size: 1.75rem !important;
      font-weight: var(--lt-font-weight--normal);
    }

    .yearDetails h2 {
      padding-bottom: 0;
    }

    .lt-section-course-details__ctas {
      display: flex;
      flex-wrap: wrap;
    }

    .lt-section-course-details__cta {
      padding: 0 0 1rem 2rem;
    }

    .lt-section-course-details__year-selector span {
      font-size: 1rem;
      font-weight: var(--lt-font-weight--normal);
      border: 1px solid var(--lt-colour-secondary);
      padding: 0.5rem 1rem;
      margin: 0;
      background-color: var(--lt-colour-secondary);
      color: var(--lt-colour-primary);

      &.cta-year {
        border: 1px solid var(--lt-colour-orange);
        background-color: var(--lt-colour-orange);
        color: var(--lt-colour-primary);
      }
    }

    .lt-section-course-details__year-selector a {
      text-decoration: none;
    }

    .course-details__col .yearDetails {
      padding: 2rem;
    }

    .yearDetails h2,
    .yearDetails h3 {
      font-size: 1.75rem !important;
      font-weight: var(--lt-font-weight--normal);
    }

    .yearDetails dl {
      grid-gap: 0;
    }

    .yearDetails dl,
    .yearDetails dt,
    .yearDetails dd {
      font-size: 1.2rem;
    }

    .yearDetails dd a {
      text-decoration: none;
    }

    .yearDetails dd a::after {
      font-family: "Font Awesome 5 Pro";
      font-size: 1.75rem;
      font: var(--fa-font-light);
      color: var(--lt-colour-primary) !important;
      vertical-align: middle;
      margin-right: 0;
      position: relative;
      left: 0;
      transition: 0.25s;
      transform: none;
      bottom: auto;
      width: fit-content;
      height: auto;
      margin-left: 20px;
      text-decoration: none;
      content: "\f178";
    }

    .yearDetails dd a:hover {
      text-decoration: none;
    }

    .yearDetails dd a:hover:after {
      margin-left: 30px;
    }

    .yearDetails dd a span:hover {
      text-decoration: underline;
    }

    .detail--cta {
      padding: 0 0 1rem 2rem;
    }

    .detail--cta:last-of-type {
      padding-bottom: 2rem;
    }
  }

  /* section margin resets start */
  #course--about--content {
    margin-top: 0;
  }

  /* section margin resets end */

  /* grid block start */
  .inner.flex--block {
    display: grid !important;
    grid-template-columns: 1fr 3fr;
    column-gap: 2rem;
  }

  .flex--title {
    height: 100%;
  }

  .flex--title .flex--title-container {
    position: sticky;
    top: 200px;
    padding-bottom: 2rem;
  }

  .inner.flex--block .flex--title .flex--title-container h2 {
    position: unset;
    top: auto;
  }

  .flex--title h2 {
    padding-right: 2.75rem;
    font-size: var(--lt-heading__h2-display-font-size);
    font-weight: var(--lt-font-weight--normal);
    position: sticky;
    top: 200px;
  }

  /* 
	continue from here  
		* Rename section class (lt-section-xxx)
		* grouping all rules into that section
		* reducing the number of rules (use browser console)
		* check for shared rules and make into general CSS
	*/

  section.course--section-modules
    .flex--content
    .ootb-tabcordion--entry-content {
    padding: 0;
  }

  section.course--section-modules .flex--content .course--modules--block {
    display: block;
  }

  section.details--summary summary {
    padding: 1rem;
  }

  .course--section-entry,
  .course--section-fees,
  #unibuddy.unibuddy--container {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-primary);
  }

  /* why study with us start */

  section.course--section-why-study {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);

    h2,
    h3,
    h4 {
      color: var(--lt-colour-primary);
    }
    p {
      color: var(--lt-colour-black);
    }
    &.two-column-hybrid .flex-container {
      max-width: 1400px;
    }
  }

  /* why study with us end */

  /* facilities start */

  section.course--section-facilities {
    background-color: #f69eb0;
    color: var(--lt-colour-primary);
    h2,
    h3,
    h4,
    p {
      color: var(--lt-colour-primary);
    }
    figure {
      width: 100%;
    }
    figcaption {
      text-align: right;
      display: inline-flex;
      align-items: flex-end;
      float: inline-end;
    }
  }
  /* facilities end */

  /* modules start */

  section.course--section-modules {
    background-color: var(--lt-colour-primary);
    margin: 0;
    padding: 2rem;

    h2,
    h3,
    h4,
    p,
    li {
      color: var(--lt-colour-white);
    }
    h2 {
      font-weight: var(--lt-font-weight--normal);
    }
    .flex--content .ootb-tabcordion--entry-content {
      background-color: transparent;
    }
    .ootb-tabcordion--tabs {
      margin-bottom: 2rem;
    }
    .ootb-tabcordion--tabs .tab {
      background: var(--lt-colour-primary);
      border: 1px solid var(--lt-colour-white);
      color: var(--lt-colour-white);
    }
    .ootb-tabcordion--tabs .tab.is-active {
      background: var(--lt-colour-white);
      border: 1px solid var(--lt-colour-white);
      color: var(--lt-colour-primary);
    }
    details {
      border-bottom: none;
      background-color: var(--lt-colour-white);
      color: var(--lt-colour-black);
      padding: 0;
      margin-bottom: 1.75rem;
    }
    span.Core .summary {
      border-top: none;
      border-right: none;
      border-left: none;
      border-image: initial;
    }

    span.Optional .summary {
      padding: 1rem !important;
      background: var(--lt-colour-orange);
      color: var(--lt-colour-primary);
      display: block;
      border: none;
      border-bottom: 2px solid var(--lt-colour-primary) !important;
      margin-bottom: 0.5rem;
      padding-left: 1.95rem;
    }
    details .module--info p {
      color: var(--lt-colour-black);
      font-weight: var(--lt-font-weight--normal);
      padding-left: 2rem;
    }
  }

  .course--modules--block .module--info {
    background-color: var(--lt-colour-orange50);
    padding: 1rem;
  }

  section.course--section-study-abroad {
    background-color: var(--lt-colour-secondary);
    color: var(--lt-colour-black);

    h2,
    h3,
    h4,
    p,
    li {
      color: var(--lt-colour-white);
    }
    figure {
      width: 100%;
    }
    figcaption {
      text-align: right;
      display: inline-flex;
      align-items: flex-end;
      float: inline-end;
    }
  }

  /* study abroad end */
  /* Optimisation of classes continue from here after clearing*/
  /* learning and teaching start */

  section.course--section-landt {
    background-color: var(--lt-colour-primary);
  }

  section.course--section-landt h2,
  section.course--section-landt h3,
  section.course--section-landt p,
  section.course--section-landt li {
    color: var(--lt-colour-white);
  }

  section.course--section-landt .ootb-tabcordion--tabs {
    margin-bottom: 2rem;
  }

  section.course--section-landt .ootb-tabcordion--tabs .tab {
    background: var(--lt-colour-primary);
    border: 1px solid var(--lt-colour-white);
    color: var(--lt-colour-white);
    padding: 0.75rem;
  }

  section.course--section-landt .ootb-tabcordion--tabs .tab.is-active {
    background: var(--lt-colour-white);
    border: 1px solid var(--lt-colour-white);
    color: var(--lt-colour-primary);
  }

  section.course--section-landt
    .ootb-tabcordion--tabs
    .tab.is-active
    .ootb-tabcordion--entry-content {
    background: var(--lt-colour-white);
    border: 1px solid var(--lt-colour-white);
    color: var(--lt-colour-primary);
    padding: 2rem;
  }

  section.course--section-landt .flex--content .ootb-tabcordion--entry-content {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    h3,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    h4,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    p,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    li {
    color: var(--lt-colour-black);
  }

  /* learning and teaching end */

  /* entry req start */
  section.course--section-entry {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-entry h2,
  section.course--section-entry h3,
  section.course--section-entry h4,
  section.course--section-entry p {
    color: var(--lt-colour-black);
  }

  #info-entry-requirement td,
  #info-entry-requirement tr:last-of-type td,
  #info-entry-requirement tr:last-of-type {
    border-bottom: none !important;
  }

  #info-entry-requirement tr {
    border-bottom: 2px solid var(--lt-colour-orange);
  }

  #info-entry-requirement td {
    display: block;
  }

  #info-entry-requirement td.tdtitle {
    font-size: 2rem;
  }

  #info-entry-requirement caption {
    display: none;
  }

  /* entry req end */

  /* fees req start */
  section.course--section-fees {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-fees h2,
  section.course--section-fees h3,
  section.course--section-fees h4,
  section.course--section-fees p {
    color: var(--lt-colour-black);
  }

  section.course--section-fees h3 {
    margin: 2rem 0 0 0;
    font-size: 2.5rem;
    font-weight: var(--lt-font-weight--normal);
  }

  section.course--section-fees .fees-box {
    background-color: var(--lt-colour-orange);
    color: var(--lt-colour-white);
    padding: 3rem;
    font-size: 1.35rem;
  }

  section.course--section-fees .fees-box strong {
    display: block;
    color: var(--lt-colour-primary);
    font-weight: var(--lt-font-weight--normal);
    font-size: 2rem;
  }

  section.course--section-fees .fees-box a:link,
  section.course--section-fees .fees-box a:active,
  section.course--section-fees .fees-box a:visited {
    color: var(--lt-colour-white);
    text-decoration: none;
    font-weight: var(--lt-font-weight--normal);
  }

  section.course--section-fees .fees-box a:hover {
    text-decoration: none;
    font-weight: var(--lt-font-weight--normal);
    color: var(--lt-colour-primary);
  }

  section.course--section-fees .fees-box a::after {
    font: var(--fa-font-sharp-solid);
    content: "\f04b";
    padding-left: 1.25rem;
    padding-right: 0;
    margin-right: 0;
    position: relative;
    right: 0;
    transition: unset;
    bottom: auto;
    width: fit-content;
    height: auto;
    background-color: var(--lt-colour-transparent);
    text-decoration-color: transparent !important;
  }

  /* fees end */

  /* how to apply start */
  section.course--section-apply {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-apply h2,
  section.course--section-apply h3,
  section.course--section-apply h4,
  section.course--section-apply p {
    color: var(--lt-colour-black);
  }

  section.course--section-apply .course--apply-clearing-link a,
  section.course--section-apply .course--apply-clearing-guide-link a,
  section.course--section-apply .course--apply-get-in-touch-link a {
    font-weight: var(--lt-font-weight--normal) !important;
    width: 80%;
    padding: 1.75rem;
    margin-top: 1rem;
    border: 0.15rem solid var(--lt-colour-primary);
    background-color: var(--lt-colour-orange);
    color: var(--lt-colour-primary);
  }

  section.course--section-apply .course--apply-clearing-link a:hover,
  section.course--section-apply .course--apply-clearing-guide-link a:hover,
  section.course--section-apply .course--apply-get-in-touch-link a:hover {
    border: 0.15rem solid var(--lt-colour-primary);
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-primary);
  }

  section.course--section-apply .course--apply-clearing-link a::before,
  section.course--section-apply .course--apply-clearing-guide-link a::before,
  section.course--section-apply .course--apply-get-in-touch-link a::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.75rem;
    color: var(--lt-colour-primary) !important;
    vertical-align: middle;
    position: relative;
    left: 0;
    transition: unset;
    transform: none;
    bottom: auto;
    width: fit-content;
    height: auto;
    margin-right: 20px;
    text-decoration: none;
  }

  section.course--section-apply .course--apply-clearing-link a::before {
    content: "\f303";
  }

  section.course--section-apply .course--apply-clearing-guide-link a::before {
    content: "\e0c0";
  }

  section.course--section-apply .course--apply-get-in-touch-link a::before {
    content: "\f0e0";
  }

  /* how to apply end */

  /* unibuddy start */
  section.course--section-unibuddy {
    background-color: var(--lt-colour-secondary);
    color: var(--lt-colour-black);
  }

  section.course--section-unibuddy h2,
  section.course--section-unibuddy h3,
  section.course--section-unibuddy h4,
  section.course--section-unibuddy p {
    color: var(--lt-colour-black);
  }

  section.course--section-unibuddy a {
    border: 0.15rem solid var(--lt-colour-primary);
    background-color: var(--lt-colour-orange);
    color: var(--lt-colour-primary);
  }

  section.course--section-unibuddy a:hover {
    border: 0.15rem solid var(--lt-colour-primary);
    background-color: transparent;
    color: var(--lt-colour-primary);
  }

  /* unibuddy end */

  /* unistats start */
  section.course--section-discover .unistats__wrap {
    display: -webkit-box;
    display: flex;
    align-items: center;
    column-gap: var(--lt-layout-gap-lg);
  }

  /* unistats end */

  /* equal grids start */
  section .flex--content-grid-2 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
  }

  section .flex--content-grid-3 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
  }

  section .flex--content-grid-3 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  section .flex--content-grid-4 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
  }

  section .flex--content-grid-5 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
  }

  /* equal grids end */

  /* grid card start */
  .flex--content .grid--card {
    background-color: var(--lt-colour-orange);
    color: var(--lt-colour-white);
  }

  .flex--content .grid--card .grid__main,
  .flex--content .grid--card .grid__intro,
  .flex--content .grid--card .grid__strong,
  .flex--content .grid--card a.lt-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex--content .grid--card .grid__main {
    color: var(--lt-colour-black);
  }

  .flex--content .grid--card .grid__intro {
    margin-top: 0;
  }

  /* grid card end */

  /* profiles grid start */
  .flex--content .grid--card {
    background-color: var(--lt-colour-orange);
    color: var(--lt-colour-white);
  }

  .profiles--section-display .profile--cards-block .profile--cards-wrapper {
    gap: 1rem;
  }

  .profiles--section-display
    .profile--cards-block
    .profile--cards-wrapper
    .grid--item {
    padding: 0;
  }

  .profiles--section-display
    .profile--cards-block
    .profile--cards-wrapper
    .single-profile-details {
    background: var(--lt-colour-orange);
    padding: 1rem !important;
    margin: 0rem;
    color: var(--lt-colour-black);
  }

  /* profiles grid end */

  /* info box start */
  .flex--content .info-box {
    background-color: var(--lt-colour-secondary);
    color: var(--lt-colour-black);
  }

  /* info box end */

  &.hybrid-course-apprenticeship
    #course__details
    .course-details__col:first-of-type {
    background-color: var(--lt-colour-secondary);
    order: 1;
  }

  #detail-overview p:first-of-type {
    color: var(--lt-colour-primary);
    font-size: var(--lt-body-font-size);
    line-height: var(--lt-line-height-body) !important;
  }

  section.course--section-modules .course--modules--block details[open] {
    background-color: var(--lt-colour-white);
  }

  section.course--section-modules .course--modules--block details {
    border: none !important;
    border-bottom: 2px solid var(--lt-colour-primary) !important;
    padding: 0.5rem;
    font-weight: var(--lt-font-weight--bold);
  }

  .course--modules--block summary span,
  .course--modules--block .summary span {
    font-size: var(--lt-body-font-size);
  }

  .course--section-fees h3,
  .course--section-fees h4 {
    margin-bottom: 1rem;
  }

  #course--entry--content table caption {
    background-color: transparent !important;
    color: var(--lt-colour-primary);
    font-size: var(--lt-body-font-size);
    font-weight: var(--lt-font-weight--bold);
    caption-side: top;
    border: none;
    padding: 1.75rem;
  }

  #course--entry--content #info-entry-requirement tr:nth-child(2n) td,
  #course--entry--content #info-entry-requirement td {
    background: transparent !important;
  }

  #course--entry--content #info-entry-requirement td {
    border-bottom: 2px solid var(--lt-colour-primary);
  }

  #course--entry--content #info-entry-requirement tr:last-of-type td {
    border-bottom: none;
  }

  /* Tabs for PG study multiple start */
  #detail-start-date .tabordionStudy {
    position: relative;
    width: 100%;
    color: var(--lt-colour-black);
    margin: 0;
  }

  #detail-start-date .tabordionStudy .section {
    display: block;
    width: 100%;
    left: 0;
  }

  #detail-start-date .tabordionStudy .section input[name="studyOptions"] {
    display: none;
    padding: 1rem;
  }

  #detail-start-date
    .tabordionStudy
    .section
    input[name="studyOptions"]:checked
    + label {
    color: var(--lt-colour-white);
    text-decoration: none;
    background-color: var(--lt-colour-primary);
  }

  #detail-start-date
    .tabordionStudy
    .section
    input[name="studyOptions"]:checked
    + label:after {
    font: var(--fa-font-sharp-solid);
    content: "\f04b";
    color: var(--lt-colour-white);
    padding-left: 1.25rem;
  }

  #detail-start-date
    .tabordionStudy
    .section
    input[name="studyOptions"]:checked
    ~ .article {
    display: block;
  }

  #detail-start-date .tabordionStudy .section label {
    background-color: transparent;
    font-weight: var(--lt-font-weight--bold);
    cursor: pointer;
    display: block;
    padding: 0.5rem;
    position: relative;
    width: 100%;
    z-index: 100;
  }

  #detail-start-date .tabordionStudy .section .article {
    display: none;
    left: 0;
    width: 100%;
    padding: 0.3rem 1rem;
    position: relative;
    top: 0;
    border-left: 2px solid var(--lt-colour-primary);
  }

  #detail-start-date .tabordionStudy .section .article p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: var(--lt-body-font-size);
  }

  #detail-start-date .tabordionStudyStudy .section .article:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    display: block;
    left: -229px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 1;
  }

  section.course--section-modules {
    background-color: var(--lt-colour-primary);
  }

  section.course--section-modules h2,
  section.course--section-modules h3,
  section.course--section-modules p,
  section.course--section-modules li {
    color: var(--lt-colour-white);
  }

  section.course--section-modules details {
    border-bottom: none;
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
    padding: 0;
    margin-bottom: 1.75rem;
  }

  /* study abroad end */

  /* learning and teaching start */
  section.course--section-landt {
    background-color: var(--lt-colour-primary);
  }

  section.course--section-landt h2,
  section.course--section-landt h3,
  section.course--section-landt p,
  section.course--section-landt li {
    color: var(--lt-colour-white);
  }

  section.course--section-why-study {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
    margin: 0px auto;
  }

  section.course--section-modules {
    background-color: var(--lt-colour-primary);

    h2,
    h3,
    p,
    li {
      color: var(--lt-colour-white);
    }

    .flex--content .ootb-tabcordion--entry-content {
      background-color: transparent;
    }

    .ootb-tabcordion--tabs .tab {
      background: var(--lt-colour-primary);
      border: 1px solid var(--lt-colour-white);
      color: var(--lt-colour-white);
    }

    .ootb-tabcordion--tabs .tab.is-active {
      background: var(--lt-colour-white);
      border: 1px solid var(--lt-colour-white);
      color: var(--lt-colour-primary);
    }

    .course--modules--block details {
      border-bottom: none;
      background-color: var(--lt-colour-white);
      color: var(--lt-colour-black);
      padding: 0;
      margin-top: 1.75rem;
    }

    summary,
    .summary {
      border: 1px solid var(--lt-colour-orange);
      background-color: var(--lt-colour-orange);
      color: var(--lt-colour-primary);
      padding: 1rem 1rem 1rem 2rem;
      font-weight: var(--lt-font-weight--bold);
    }

    /* fake summary needs additional styles */
    .summary {
      margin-bottom: 1.75rem !important;
      color: var(--lt-colour-primary);
    }

    .module-information__suffix {
      color: var(--lt-colour-primary) !important;
    }

    .course--modules--block details .module--info p {
      color: var(--lt-colour-black);
      padding-left: 2rem;
    }

    /* reduce old padding until switch to tabs end */
    #info-modules table.moduleTable th {
      background: var(--lt-colour-aqua);
      color: var(--lt-colour-primary);
    }

    #info-modules table.moduleTable td,
    #info-modules table.moduleTable p {
      color: var(--lt-colour-black);
      vertical-align: top;
    }

    #info-modules table.moduleTable p {
      strong,
      span {
        color: var(--lt-colour-black);
        vertical-align: top;
      }
    }
  }

  /* learning and teaching start */
  section.course--section-landt {
    background-color: var(--lt-colour-primary);

    h2,
    h3,
    p,
    li {
      color: var(--lt-colour-white);
    }
  }

  .lt-section-course-details
    #course__details
    .course-details__col
    .yearDetails {
    padding: 2rem;
  }

  section.course--section-modules .course--modules--content h2 {
    position: unset !important;
  }

  .inner.flex--block .flex--title .flex--title-container h2 {
    position: unset;
    top: auto;
  }

  /*#course--about--content a {
		color: var(--lt-colour-primary);
	}
*/
  #course--about--content a:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.1625rem;
    text-underline-offset: 0.1875rem;
  }

  .stats-wrapper .inner {
    padding: 4.75rem 4.75rem 1.75rem 4.75rem !important;
  }

  .course-information {
    padding-left: 0;
    padding-right: 0;
  }

  a i:hover {
    text-decoration: underline;
    color: var(--lt-colour-primary);
  }

  .course--statBox {
    margin-left: 10%;
    width: 80%;
    border: 0.35rem solid;
    margin-bottom: 3rem;
  }

  .tab_container {
    padding: 0;
    width: 100%;
  }

  .course-information .navbar-collapse {
    justify-content: center;
  }

  .explore-this-course {
    display: none;
  }

  #tabordion div article {
    display: block !important;
    padding: 5.75rem 4.75rem;
  }

  li {
    margin-left: 0rem;
  }

  .courseList .courseSearchRow #search-courses {
    margin-left: 0rem !important;
  }

  .tab_container .summary__main {
    flex-basis: 100% !important;
  }

  /* End Style Fixed course navbar course Pages*/

  /* Header */
  .h-group__lead {
    color: var(--lt-colour-primary) !important;
  }

  .course-details {
    padding: 2rem 2.75rem;
    margin: 0 auto;
    max-width: 1400px;
    background: var(--lt-colour-white);
    color: var(--lt-colour-primary);
  }

  .course-details .grid--fullwidth {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .course-details .details-info-row {
    width: 75%;
  }

  .course-details .details-info-row .grid--gutter {
    max-width: 100%;
    margin: 0;
  }

  .course-details .details-info-row .grid--item {
    width: 30%;
    min-width: 30%;
  }

  .course-details .details-buttons-row {
    width: 25%;
  }

  .course-details .details-buttons-row .grid--gutter {
    max-width: 100%;
    margin: 0;
  }

  .course-details .details-buttons-row .grid--gutter #detail-ctas {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .course-details .details-buttons-row .grid--gutter .grid--item {
    width: 100%;
    min-width: 100%;
  }

  .course-details .row {
    display: flex;
    align-content: center;
    align-items: center;
    color: var(--lt-colour-primary);
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

  .course-details .row p {
    margin: 0 0 0.5rem;
  }

  .navbar-collapse ul {
    padding-left: 0rem;
    max-width: 1400px;
    list-style-type: none;
    display: flex;
    margin: 0 auto;
    align-items: center;
    height: 2.5rem;
    z-index: 1;
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 1rem;
    margin-top: 3rem !important;
  }

  .letterbox {
    margin-top: 0rem;
    padding-top: 0px;
  }

  .general-content .image--general {
    max-width: 20rem !important;
  }

  .course-details .button {
    float: right;
    width: 100%;
    max-width: 17rem;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 0.15rem solid var(--lt-colour-primary);
    background: var(--lt-colour-primary);
    color: var(--offwhite);
    line-height: var(--lt-line-height-body);
  }

  .course-details .button:hover {
    color: var(--lt-colour-primary);
    background: var(--offwhite);
  }

  .course-details .student-contract .button {
    text-decoration: none;
    float: none;
    width: 100%;
    max-width: 15rem;
    text-align: center;
    justify-content: center;
    border: 0.15rem solid var(--lt-colour-primary);
    background: var(--lt-colour-white);
    color: var(--lt-colour-primary);
    margin-bottom: 2.75rem;
  }

  .course-details .student-contract .button:hover {
    color: var(--lt-colour-white);
    background: var(--lt-colour-primary);
    text-decoration: none !important;
  }

  #detail-year-entry span a {
    color: rgb(14 34 52 / 50%);
    text-decoration: underline dashed;
  }

  .summary-list__item-content a {
    color: rgb(14 34 52 / 100%);
    text-decoration: underline dashed;
  }

  #detail-year-entry span a:hover,
  .summary-list__item-content a:hover {
    color: var(--lt-colour-primary);
    text-decoration: underline dashed;
  }

  .cta-year {
    font-weight: var(--lt-font-weight--bold);
    border-bottom: 2px solid var(--lt-colour-primary);
  }

  #detail-year-entry span:nth-child(1) {
    margin-right: 1.15rem;
  }

  /* apply cta course */

  #v_ci--apply h3 {
    margin-top: 4.75rem;
  }

  .carousel {
    max-width: 100%;
  }

  .general-content {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .content-type {
    --spacing: 2.25rem !important;
    padding: 0 !important;
  }

  .shadow-lg {
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 1.175) !important;
  }

  .button:hover,
  button:hover {
    color: var(--lt-colour-white);
    background: var(--lt-colour-primary);
  }

  .course-details b {
    font-size: var(--lt-heading__h4-font-size);
    font-weight: var(--lt-font-weight--xbold);
    display: inline-block;
    padding-bottom: 1px;
    position: relative;
  }

  .course-details .row .col-sm-3 {
    margin-bottom: 0.5rem;
    text-align: left;
    padding-left: 0px;
  }

  #ucaslink {
    margin-top: 1.25rem;
  }

  /* Image with Border */
  .course-banner {
    width: 100%;
    height: min(600px);
    background-position-x: 75%;
    background-size: cover;
  }

  .banner .carousel:before {
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }

  .course-banner .image-overlay {
    height: calc(100% - 30px);
    width: calc(100% - 60px);
    margin: 0 auto;
    background-color: transparent;
    border-left: 10px solid var(--lt-colour-primary);
    border-right: 10px solid var(--lt-colour-primary);
    border-bottom: 10px solid var(--lt-colour-primary);
    border-top: 0;
    position: relative;
    justify-content: flex-end;
    flex-direction: column;
  }

  .course-banner .image-overlay .banner-title-box {
    max-width: 600px;
    background-color: var(--lt-colour-white);
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    margin: 0rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .banner-title-box h1 {
    margin: 1rem 0;
    padding: 0;
    text-transform: none;
    font-size: var(--lt-heading__h1-font-size);
  }

  .content-image__block .h-group {
    margin: 0 auto !important;
  }

  .summary .inner {
    flex-direction: column;
  }

  .h-group {
    margin: 0 auto;
  }

  .image-overlay .inner:after {
    border-bottom: 0px solid var(--lt-colour-primary);
  }

  #course--about--content a {
    text-decoration: underline dashed;
    text-underline-offset: 0.1875rem;
    font-weight: var(--lt-font-weight--bold);
  }

  :is(#info-apply, #course--fees--content) a {
    color: var(--lt-colour-primary);
    text-decoration: underline dashed;
    text-decoration-color: var(--lt-colour-primary);
    text-underline-offset: 0.1875rem;
    font-weight: var(--lt-font-weight--normal);
    border-color: var(--lt-colour-primary);
  }

  :is(#info-apply, #course--fees--content) a:hover {
    color: var(--lt-colour-primary);
    text-decoration: underline;
    text-decoration-thickness: 0.1625rem;
    text-underline-offset: 0.1875rem;
  }

  .section--inner-flex__col a {
    color: var(--lt-colour-primary);
    text-decoration: underline dashed;
    text-decoration-color: var(--lt-colour-primary);
    text-underline-offset: 0.1875rem;
    font-weight: var(--lt-font-weight--bold);
  }

  .section--inner-flex__col a:hover {
    color: var(--lt-colour-primary);
    text-decoration: underline;
    text-decoration-thickness: 0.1625rem;
    text-underline-offset: 0.1875rem;
  }

  #course--landt--content a {
    color: var(--lt-colour-primary);
    text-decoration: underline dashed;
    text-decoration-color: var(--lt-colour-primary);
    text-underline-offset: 0.1875rem;
    font-weight: var(--lt-font-weight--bold);
  }

  #course--landt--content a:hover {
    color: var(--lt-colour-primary);
    text-decoration: underline;
    text-decoration-thickness: 0.1625rem;
    text-underline-offset: 0.1875rem;
  }

  #info-entry-requirement a {
    color: var(--lt-colour-primary);
    text-decoration: underline dashed;
    text-decoration-color: var(--lt-colour-primary);
    text-underline-offset: 0.1875rem;
    font-weight: var(--lt-font-weight--bold);
  }

  #info-entry-requirement a:hover {
    color: var(--lt-colour-primary);
    text-decoration: underline;
    text-decoration-thickness: 0.1625rem;
    text-underline-offset: 0.1875rem;
  }

  .card .card-header .courseTitle a:hover {
    color: var(--lt-colour-primary);
    text-decoration: underline;
    text-decoration-thickness: 0.1625rem;
    text-underline-offset: 0.1875rem;
  }

  a i:hover {
    color: var(--lt-colour-primary);
  }

  .course-information .nav-link {
    color: var(--lt-colour-primary);
  }

  .course--statBox {
    border-color: var(--lt-colour-primary);
  }

  #top-menu nav-item.active {
    color: var(--lt-colour-primary) !important;
  }

  #top-menu li.active {
    color: var(--lt-colour-primary);
  }

  #top-menu li.active a {
    background: var(--lt-colour-primary) !important;
    border-radius: 0px !important;
    color: var(--lt-colour-secondary) !important;
  }

  #top-menu li.active a {
    color: var(--lt-colour-primary);
  }

  #top-menu li.active a:focus {
    background: var(--lt-colour-primary) !important;
    color: var(--lt-colour-secondary);
    border-radius: 0px !important;
    outline: 2px solid var(--lt-accessible) !important;
  }

  #top-menu li.active a {
    color: var(--lt-colour-secondary);
  }

  .course-details .details-info-row strong {
    color: var(--lt-colour-primary);
  }
}

/* end body.hybrid.hybrid-course base CSS rules */

/*
 * Hybrid-24 Course apprenticeship styles
 *
 * These rules should only change colours
 */

body#hybrid.hybrid-course-apprenticeship {
  .lt-section-course-details .lt-section-course-details__year-selector {
    background-color: var(--lt-colour-primary);
    color: var(--lt-colour-white);
  }

  .course--modules--block .module--info {
    background-color: var(--lt-secondary50);
    padding: 1rem;
    margin-top: -1rem;
  }

  .lt-section-course-details .lt-section-course-details__year-selector h2,
  .lt-section-course-details .lt-section-course-details__year-selector h3 {
    color: var(--lt-colour-white);
  }

  .lt-navbar-courses {
    background-color: var(--lt-colour-secondary) !important;
    border-bottom: 2px solid var(--lt-colour-primary);

    .container {
      background-color: transparent;
    }
  }

  #top-menu li a {
    color: var(--lt-colour-primary);
  }

  section.course--section-about {
    background-color: var(--lt-colour-primary);
    color: var(--lt-colour-white);
  }

  section.course--section-about h2,
  section.course--section-about h3,
  section.course--section-about h4,
  section.course--section-about p {
    color: var(--lt-colour-white);
  }

  section.course--section-about
    #course--about--content
    #info-about
    img.image--general {
    background-color: var(--lt-colour-white);
  }

  section.course--section-about #course--about--content #info-about a {
    color: var(--lt-colour-secondary);
    text-decoration-color: var(--lt-colour-secondary);
  }

  section.course--section-about #course--about--content #info-about a:hover {
    color: var(--lt-colour-secondary);
  }

  section.course--section-why-study {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-why-study h2,
  section.course--section-why-study h3,
  section.course--section-why-study h4,
  section.course--section-why-study p {
    color: var(--lt-colour-black);
  }

  section.course--section-facilities h2,
  section.course--section-facilities h3,
  section.course--section-facilities h4,
  section.course--section-facilities p {
    color: var(--lt-colour-primary);
  }

  section.course--section-modules .summary {
    border: 1px solid var(--lt-colour-secondary) !important;
    background-color: var(--lt-colour-orange);
    color: var(--lt-colour-primary);
  }

  section.course--section-landt .ootb-tabcordion--tabs .tab {
    background: var(--lt-colour-primary);
    border: 1px solid var(--lt-colour-white);
    color: var(--lt-colour-white);
  }

  section.course--section-landt .ootb-tabcordion--tabs .tab.is-active {
    background: var(--lt-colour-white);
    border: 1px solid var(--lt-colour-white);
    color: var(--lt-colour-primary);
  }

  section.course--section-landt .flex--content .ootb-tabcordion--entry-content {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    h3,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    h4,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    p,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    li {
    color: var(--lt-colour-black) !important;
  }

  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    p {
    span {
      color: var(--lt-colour-black) !important;
    }

    strong {
      color: var(--lt-colour-black) !important;
    }
  }

  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    ul
    li {
    strong,
    span,
    p {
      color: var(--lt-colour-black) !important;
    }
  }

  section.course--section-entry {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);

    h2,
    h3,
    h4,
    p {
      color: var(--lt-colour-black);
    }
  }

  section.course--section-entry
    #course--entry--content
    #info-entry-requirement
    table
    tbody
    tr {
    border-bottom: 2px solid var(--lt-colour-secondary) !important;
  }

  section.course--section-fees {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-fees h2,
  section.course--section-fees h3,
  section.course--section-fees h4,
  section.course--section-fees p {
    color: var(--lt-colour-black);
  }

  section.course--section-fees .fees-box {
    background-color: var(--lt-colour-secondary);
    color: var(--lt-colour-black);
  }

  section.course--section-fees .fees-box strong {
    display: block;
    color: var(--lt-colour-primary);
  }

  section.course--section-fees .fees-box a:link,
  section.course--section-fees .fees-box a:active,
  section.course--section-fees .fees-box a:visited {
    color: var(--lt-colour-black);
    text-decoration-color: var(--lt-colour-primary);
  }

  section.course--section-fees .fees-box a:hover {
    color: var(--lt-colour-black);
    text-decoration: underline;
  }

  section.course--section-apply {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-apply h2,
  section.course--section-apply h3,
  section.course--section-apply h4,
  section.course--section-apply p {
    color: var(--lt-colour-black);
  }

  section.course--section-apply .course--apply-clearing-link a,
  section.course--section-apply .course--apply-clearing-guide-link a,
  section.course--section-apply .course--apply-get-in-touch-link a {
    border: 0.15rem solid var(--lt-colour-primary);
    background-color: var(--lt-colour-secondary) !important;
    color: var(--lt-colour-primary);
  }

  section.course--section-apply .course--apply-clearing-link a:hover,
  section.course--section-apply .course--apply-clearing-guide-link a:hover,
  section.course--section-apply .course--apply-get-in-touch-link a:hover {
    border: 0.15rem solid var(--lt-colour-primary);
    background-color: var(--lt-colour-white) !important;
    color: var(--lt-colour-primary);
  }

  section.course--section-apply .course--apply-clearing-link a::before,
  section.course--section-apply .course--apply-clearing-guide-link a::before,
  section.course--section-apply .course--apply-get-in-touch-link a::before {
    color: var(--lt-colour-primary) !important;
  }

  section.course--section-unibuddy {
    background-color: var(--lt-colour-secondary);
    color: var(--lt-colour-black);
  }

  section.course--section-unibuddy h2,
  section.course--section-unibuddy h3,
  section.course--section-unibuddy h4,
  section.course--section-unibuddy p {
    color: var(--lt-colour-black);
  }

  section.course--section-unibuddy a {
    border: 0.15rem solid var(--lt-colour-primary);
    background-color: var(--lt-colour-secondary);
    color: var(--lt-colour-primary);
  }

  section.course--section-unibuddy a:hover {
    border: 0.15rem solid var(--lt-colour-primary);
    background-color: transparent;
    color: var(--lt-colour-primary);
  }

  .general-quote figure.quote--standard blockquote {
    border-left: 10px solid var(--lt-colour-secondary);
    line-height: var(--lt-line-height-body);
    background: var(--lt-colour-white);
  }

  .general-quote figure.quote--standard blockquote::before {
    color: var(--lt-colour-primary);
  }

  .general-quote figure.quote--standard cite {
    color: var(--lt-colour-black);
  }

  section.course--section-modules
    .flex--content
    .ootb-tabcordion--entry-content {
    background-color: transparent;
  }

  section.course--section-modules .ootb-tabcordion--tabs .tab {
    background: var(--lt-colour-primary);
    border: 1px solid var(--lt-colour-white);
    color: var(--lt-colour-white);
  }

  section.course--section-modules .ootb-tabcordion--tabs .tab.is-active {
    background: var(--lt-colour-white);
    border: 1px solid var(--lt-colour-white);
    color: var(--lt-colour-primary);
  }

  section.course--section-modules details {
    border-bottom: none;
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-modules summary,
  section.course--section-modules .summary {
    border: 1px solid var(--lt-colour-secondary) !important;
    background-color: var(--lt-colour-secondary) !important;
    color: var(--lt-colour-primary);
  }

  section.course--section-modules details .module--info p {
    color: var(--lt-colour-black);
  }

  /* reduce old padding until switch to tabs end */
  section.course--section-modules #info-modules table.moduleTable th {
    background: var(--lt-colour-secondary);
    color: var(--lt-colour-primary);
  }

  section.course--section-modules #info-modules table.moduleTable td,
  section.course--section-modules #info-modules table.moduleTable p {
    color: var(--lt-colour-black);
  }

  section.course--section-modules #info-modules table.moduleTable p {
    strong,
    span {
      color: var(--lt-colour-black);
    }
  }

  section.course--section-modules .summary strong {
    color: var(--lt-colour-primary) !important;
  }

  section details {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section summary {
    border: 1px solid var(--lt-colour-secondary) !important;
    background-color: var(--lt-colour-secondary) !important;
    color: var(--lt-colour-primary);
  }

  section details.summary {
    border: 1px solid var(--lt-colour-secondary) !important;
    background-color: var(--lt-colour-secondary);
    color: var(--lt-colour-primary);
  }

  section .details__info p {
    color: var(--lt-colour-black);
  }

  section .details__info table.course-structure tbody tr {
    border-bottom: 1px solid var(--lt-colour-primary);
  }

  section .details__info table.course-structure tbody tr:nth-child(odd) td,
  tbody tr:nth-child(odd) th,
  section .details__info table.course-structure tbody tr:nth-child(2n) td,
  tbody tr:nth-child(2n) th {
    background: var(--lt-colour-secondary) 25;
  }

  section.course--section-study-abroad {
    background-color: var(--lt-colour-secondary);
    color: var(--lt-colour-black);
  }

  section.course--section-study-abroad h2,
  section.course--section-study-abroad h3,
  section.course--section-study-abroad h4,
  section.course--section-study-abroad p {
    color: var(--lt-colour-black);
  }
}

/*
Apprenticeship Styles End
 */

/*
 * Hybrid-24 Course pg
 *
 * These rules should only change colours
 */

body#hybrid.hybrid-course-pg {
  a i:hover {
    color: var(--lt-colour-aqua);
  }

  details {
    margin-bottom: 1rem;
    border-bottom: none;
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  summary,
  .summary {
    border: 1px solid var(--lt-colour-aqua) !important;
    background-color: var(--lt-colour-aqua) !important;
    color: var(--lt-colour-primary);
  }

  section.course--section-why-study h2,
  section.course--section-why-study h3,
  section.course--section-why-study h4,
  section.course--section-why-study p {
    color: var(--lt-colour-black);
  }

  section.course--section-facilities h2,
  section.course--section-facilities h3,
  section.course--section-facilities h4,
  section.course--section-facilities p {
    color: var(--lt-colour-primary);
  }

  .details__info p {
    color: var(--lt-colour-black);
  }

  .details__info table.course-structure tr {
    border-bottom: 1px solid var(--lt-colour-primary);
  }

  .details__info table.course-structure tr:nth-child(odd) td,
  tr:nth-child(odd) th,
  section .details__info table.course-structure tr:nth-child(2n) td,
  tr:nth-child(2n) th {
    background: var(--lt-colour-aqua);
    color: var(--lt-colour-black);
  }

  .lt-section-course-details .course-details__col:first-of-type {
    background-color: var(--lt-colour-aqua);
    order: 1;
  }

  .lt-section-course-details .lt-section-course-details__year-selector {
    background-color: var(--lt-colour-primary);
    color: var(--lt-colour-white);
    padding: 2rem;
  }

  .lt-section-course-details .lt-section-course-details__year-selector h2,
  .lt-section-course-details .lt-section-course-details__year-selector h3 {
    color: var(--lt-colour-white);
  }

  .course--modules--block .module--info {
    background-color: var(--lt-colour-aqua50);
    padding: 1rem;
  }

  /* details end */

  .lt-navbar-courses {
    background-color: var(--lt-colour-aqua) !important;
    border-bottom: 2px solid var(--lt-colour-primary);

    .container {
      background-color: transparent;
    }
  }

  #top-menu li a {
    color: var(--lt-colour-primary);
  }

  section.course--section-about {
    background-color: var(--lt-colour-primary);
    color: var(--lt-colour-white);
  }

  section.course--section-about h2,
  section.course--section-about h3,
  section.course--section-about h4,
  section.course--section-about p {
    color: var(--lt-colour-white);
  }

  section.course--section-about
    #course--about--content
    #info-about
    img.image--general {
    background-color: var(--lt-colour-white);
  }

  section.course--section-about #course--about--content #info-about a {
    color: var(--lt-colour-aqua);
    text-decoration-color: var(--lt-colour-aqua);
  }

  section.course--section-about #course--about--content #info-about a:hover {
    color: var(--lt-colour-aqua);
  }

  /* study abroad start */
  section.course--section-study-abroad {
    background-color: var(--lt-colour-aqua);
    color: var(--lt-colour-black);
  }

  section.course--section-study-abroad h2,
  section.course--section-study-abroad h3,
  section.course--section-study-abroad h4,
  section.course--section-study-abroad p {
    color: var(--lt-colour-black);
  }

  section.course--section-landt .ootb-tabcordion--tabs .tab {
    background: var(--lt-colour-primary);
    border: 1px solid var(--lt-colour-white);
    color: var(--lt-colour-white);
  }

  section.course--section-landt .ootb-tabcordion--tabs .tab.is-active {
    background: var(--lt-colour-white);
    border: 1px solid var(--lt-colour-white);
    color: var(--lt-colour-primary);
  }

  section.course--section-landt .flex--content .ootb-tabcordion--entry-content {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    h3,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    h4,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    p,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    li {
    color: var(--lt-colour-black) !important;
  }

  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    p {
    span {
      color: var(--lt-colour-black) !important;
    }

    strong {
      color: var(--lt-colour-black) !important;
    }
  }

  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    ul
    li
    strong,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    ul
    li
    span,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    ul
    li
    p,
  section.course--section-landt
    .flex--content
    .ootb-tabcordion--entry-content
    ul
    li
    strong
    span {
    color: var(--lt-colour-black) !important;
  }

  section.course--section-entry {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-entry h2,
  section.course--section-entry h3,
  section.course--section-entry h4,
  section.course--section-entry p {
    color: var(--lt-colour-black);
  }

  section.course--section-entry
    #course--entry--content
    #info-entry-requirement
    table
    tbody
    tr {
    border-bottom-color: var(--lt-colour-aqua) !important;
  }

  section.course--section-fees {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-fees h2,
  section.course--section-fees h3,
  section.course--section-fees h4,
  section.course--section-fees p {
    color: var(--lt-colour-black);
  }

  section.course--section-fees .fees-box {
    background-color: var(--lt-colour-aqua);
    color: var(--lt-colour-black);
    padding: 3rem;
  }

  section.course--section-fees .fees-box strong {
    color: var(--lt-colour-primary);
  }

  section.course--section-fees .fees-box a:link,
  section.course--section-fees .fees-box a:active,
  section.course--section-fees .fees-box a:visited {
    color: var(--lt-colour-black);
    text-decoration-color: var(--lt-colour-primary);
  }

  section.course--section-fees .fees-box a:hover {
    color: var(--lt-colour-black);
  }

  section.course--section-fees .fees-box a::after {
    background-color: var(--lt-colour-transparent);
  }

  /* fees end */

  /* how to apply start */
  section.course--section-apply {
    background-color: var(--lt-colour-white);
    color: var(--lt-colour-black);
  }

  section.course--section-apply h2,
  section.course--section-apply h3,
  section.course--section-apply h4,
  section.course--section-apply p {
    color: var(--lt-colour-black);
  }

  section.course--section-apply .course--apply-clearing-link a,
  section.course--section-apply .course--apply-clearing-guide-link a,
  section.course--section-apply .course--apply-get-in-touch-link a {
    border-color: var(--lt-colour-primary);
    background-color: var(--lt-colour-aqua) !important;
    color: var(--lt-colour-primary);
  }

  section.course--section-apply .course--apply-clearing-link a:hover,
  section.course--section-apply .course--apply-clearing-guide-link a:hover,
  section.course--section-apply .course--apply-get-in-touch-link a:hover {
    border: 0.15rem solid var(--lt-colour-primary);
    background-color: var(--lt-colour-white) !important;
    color: var(--lt-colour-primary);
  }

  section.course--section-apply .course--apply-clearing-link a::before,
  section.course--section-apply .course--apply-clearing-guide-link a::before,
  section.course--section-apply .course--apply-get-in-touch-link a::before {
    color: var(--lt-colour-primary) !important;
  }

  section.course--section-unibuddy {
    background-color: var(--lt-colour-aqua);
    color: var(--lt-colour-black);
  }

  section.course--section-unibuddy h2,
  section.course--section-unibuddy h3,
  section.course--section-unibuddy h4,
  section.course--section-unibuddy p {
    color: var(--lt-colour-black);
  }

  section.course--section-unibuddy a {
    border-color: var(--lt-colour-primary);
    background-color: var(--lt-colour-aqua);
    color: var(--lt-colour-primary);
  }

  section.course--section-unibuddy a:hover {
    border-color: var(--lt-colour-primary);
    background-color: transparent;
    color: var(--lt-colour-primary);
  }

  .general-quote figure.quote--standard blockquote {
    border-left-color: var(--lt-colour-aqua);
    line-height: var(--lt-line-height-body);
    background: var(--lt-colour-white);
  }

  .general-quote figure.quote--standard blockquote::before {
    color: var(--lt-colour-primary);
    font-size: var(--lt-heading__h1-font-size);
  }

  .general-quote figure.quote--standard cite {
    color: var(--lt-colour-black);
    font-size: var(--lt-body-font-size);
  }

  #course--about--content a {
    color: var(--lt-colour-aqua);
  }

  .course-information .nav-link {
    color: var(--aqua);
  }

  #top-menu nav-item.active {
    color: var(--lt-colour-aqua) !important;
  }

  #top-menu li.active {
    color: var(--lt-colour-aqua);
  }

  .course-details .details-info-row strong {
    color: var(--lt-colour-aqua);
  }

  .course--statBox {
    border-color: var(--lt-colour-aqua);
  }
}

/* end .hybrid-course */
