/* Module styles */
  
  :root {
  --marketing-module-hint-bg: #DBD6FB;
  --marketing-module-toggle-width: 3rem;
  --marketing-module-cats-width: 8rem;
  --marketing-module-padding: 10px;
  }
  
  .marketing-module-list-heading {
  display: flex;
  background-color: #f5f5f5;
  color: #000000;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px 0px;
  }
  
  .module-description {
    margin-bottom: 15px;
  }
  
  .module-year-info {
	  display:none;
  }
	  
  .module-note {
	margin-top: 0!important;
    background-color: transparent!important;
    padding: 0!important;  
  }

  
  .marketing-module-list-heading div:nth-child(1) {
  flex: 1;
  padding: var(--marketing-module-padding);
  }
  
  .marketing-module-list-heading div:nth-child(2) {
  width: var(--marketing-module-cats-width);
  padding: var(--marketing-module-padding);
  }
	  
  .marketing-module-list-heading h4 {
  margin: 0px;
  }
	  
  .marketing-module-list {
	  padding: 0px!important;
  }
	  
	  .marketing-module-list + p {
  margin: 20px 0px;
}
	  
  
  .marketing-module {
  border-bottom: 1px solid #ccc;
  }
  
  .module--header:hover,
  .module--header:focus-within {
  background-color: var(--marketing-module-hint-bg);
  }
  
  .marketing-module .module--header {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  }
  
  .marketing-module .module--title {
  flex: 1;
  font-weight: bold;
  padding: var(--marketing-module-padding);
  }
  
  .marketing-module .module--toggle {
  border: none;
  background: black;
  color: white;
  margin-left: 15px;
  width:  var(--marketing-module-toggle-width);
  height:  var(--marketing-module-toggle-width);
  }
  
  .marketing-module .module--cats {
  width: var(--marketing-module-cats-width);
  padding: var(--marketing-module-padding);
  }
  
  .marketing-module .module--description {
  margin-left: var(--marketing-module-toggle-width);
  margin-right: var(--marketing-module-cats-width);
  padding: var(--marketing-module-padding);
  }
  
  .agcas-note {
  font-style: italic;
  font-size: 0.9em;
  color: #333;
  margin: 0 0 1em calc(var(--marketing-module-toggle-width));
  }
  
  /*
  Optional modules don't have a description or dropdown icon
  so add some padding to keep the text lined up with those that do
   */
  .marketing-module--type-optional .module--header {
  margin-left: var(--marketing-module-toggle-width);
  }
  .marketing-module--type-optional .module--toggle {
  display: none;
  }
  
  .accuracy-statement {
  color: #666;
  font-size: 0.9em;
  font-style: italic;
  }
  
  .marketing-module--type-optional .module--header {
    margin-left: 0px;
  }
  
  .marketing-module--type-optional:focus-within, .marketing-module--type-optional:hover {
    background-color: #fff;
  }
  
  .marketing-module--type-optional .module--header:hover,
  .marketing-module--type-optional .module--header:focus-within {
  background-color: initial;
  }
  
  
  /* Module styles END */
	  
	  
nav.navbar.navbar-secondary {
    display: none;
}
	  
	  .id7-main-content-area h1 {
		  margin-bottom: 10px!important;
		  margin-top: 10px !important;
	  }
	  
	  .panel {
    box-shadow: none;
}

	  
	  	  @media (min-width: 768px) {
	  .container-component.boxstyle_.box2.full-width.flush-top.no-bottom-margin {
    margin-bottom: 50px !important;
}
  }
	  
	  .content-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
	  
	  @media (max-width: 768px) {
    .id7-main-content {
      overflow-x: hidden;
    }
  }
  
  .id7-main-content {
    padding-bottom: 0px !important;
  }
  
    
    /* Colours */ 
   
	  
	    main#main {
    margin-top: -20px;
  }
	 
	  

	  
	  /* Focus */
	  
	    button.tabs-component--accordion-button.btn.btn-default.btn-lg:focus {
  background-color: white !important;
  box-shadow: none;
    }
  
    
    button.tabs-component--accordion-button.btn.btn-default.btn-lg:focus-visible {
  box-shadow: 0 0 0 2px white, 0 0 0 4px black !important;
      background-color: var(--w-sys-focusOutline) !important;
    }
    
    
      /* Fonts */
    
    .course-content h2 {
      font-weight: 900;
      font-size: 3.5rem;
      margin-top: 80px;
    }
    
      h1, h2#course-overview {
      font-weight: 900!important;
      font-size: 5rem;
      margin-top: 0;
    }
    
    h1 {
     margin: 20px auto!important;
    }
  
  
  .notice-bar {
      border-left: 3px solid #B42318;
      padding-left: 10px;
      margin: 5px 0px 20px;
    }
  
    .key-bar {
      border-left: 3px solid black;
      padding-left: 10px;
      margin: 5px 0px 20px;
      font-size: 1.2em;
    }
  
  
    
       /* Accordion styling */
    
    .tabs-accordion button.tabs-component--accordion-button.btn.btn-default.btn-lg {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0px;
      border: none;
      border-top: 1px solid black;
      border-bottom: 0px solid black;
      margin: 0px 0px -2px 0px;
      background: transparent;
    }
  
  @media (max-width: 768px) {
  button.tabs-component--accordion-button.btn.btn-default.btn-lg {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0px;
      border: none;
      border-top: 1px solid black;
      border-bottom: 0px solid black;
      margin: 0px 0px -2px 0px;
      background: transparent;
    }
  }
    
    button.tabs-component--accordion-button.btn.btn-default.btn-lg.expanded {
      border-bottom: none;
    }
  
  .tabs-component--accordion-button h3 {
    margin: 0px;
  }
    
    .tabs-component--accordion-button i {
      color: white;
      background: black;
      padding: 10px;
      margin: 0px !important;
    }
    
    .tabs-component .panel.panel-default {
      border: none;
      margin-top: 5px;
    }
    
    .tabs-component .panel-body {
      padding: 15px 0px 40px;
    }
    
    .tabs-component--panels.tab-content {
      box-shadow: 0 1px 0 0 black;
    }
	  
  
	   /* Second accordion within an accordion */
  
     .tabs-component--panels .tabs-accordion button.tabs-component--accordion-button.btn.btn-default.btn-lg {
   flex-direction: row;
   justify-content: flex-start;
   gap: 10px;
   padding: 10px 0px;
   border-top: 1px solid #999999;
   border-bottom: 0px;
  }
	  
  
	 .tabs-component--panels .tabs-accordion .tabs-component--panels.tab-content {
		 border-bottom: 0px;
	 }
	  
    .tabs-component .tabs-component .tabs-component--accordion-button i {
      color: var(--w-sys-colors-bg);
      background: black;
    }
    
    .tabs-component--accordion-button h5 {
  margin: 0px;
    }
  
    .tabs-component--panels .tabs-accordion .tabs-component--panels.tab-content {
  margin-left: 30px;
    }
	  
	 .tabs-component--panels .tabs-accordion .tabs-component--panels.tab-content {
    box-shadow: 0 1px 0 0 #999999;
}
  
	  
  
    /* Scroller */
    
  .horizontal-scroller .horizontal-scroller-controls button {
    display: inline-block;
    position: relative;
    height: inherit;
    width: inherit;
    }
    
    .horizontal-scroller-controls {
  display: flex;
  justify-content: flex-end;
  font-size: 2.5em;
    }
    
    .horizontal-scroller-item {
  background-image: linear-gradient(black, black);
  background-size: 95% 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 50px !important;
    }
  
    .horizontal-scroller-items-wrapper.padItems {
  margin: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
  }
    
    .rankings-key {
  font-size: 4em;
  font-weight: 900;
    }
    
    .rankings-desc {
  font-weight: 500;
  font-size: 1.2em;
    }
     
    
    /* Tags */
      
  .tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
	padding-left: 5px;
  }
      
      .course-tag {
	   padding: 2px 20px;
       font-weight: 500;
       margin: 0px 5px 10px;
      }
	  
	  .brand-light-grey {
		  background-color: #EFEFEF;
	  }
	  
    
      /* Key Info Block */
      
      h1 {
  padding: 10px !important;
      }
      
      .info-block {
  margin: 10px;
      }
      
      .info-block p {
  margin: 0;
      }
    
      .info-block-links {
  display: flex;
  gap: 10px;
  margin: 20px 0px;
  padding: 10px;
      }
      
      /* Infoblocks on mobile */
      
      @media (max-width: 768px) {
  .info-blocks .layout-col--4 {
      width: 50%;
  }
      }
      
      @media (max-width: 768px) {
  .info-blocks .layout-row.layout-row--nowrap {
    display: flex;  
    flex-wrap: wrap;
  }
    
      .info-block-links {
  display: revert;
      }
  
      }
      
      
      /* Content Buttons */
      
      .content-buttons {
  margin-top: 20px;
      }
      
  /* Side Nav */
      
      .side-nav {
  position: sticky;
  top: 0rem;
  align-self: flex-start;
  transform: translateY(0);
  padding: 20px 0px;
  
      }
      
      .side-nav  ul {
  padding: 0px;
      }
      
      .side-nav .nav-item.active a {
      font-weight: 600;
  font-size:1.2em;
      }
      
      .side-nav .nav-item.active, .side-nav .nav-item:hover {
      background-color: #EFEFEF;
      }
	  
	  
	         @media (min-width: 767px) {
	  .side-nav-container {
    padding-right: 30px;
}
			 }
      
      .side-nav .nav-item a {
  display: block;
  width: 100%;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  color: inherit;
      }
      
      .nav-item {
  list-style: none;
  margin:0;
      }
      
      /* Side nav mobile */
      
       @media (max-width: 767px) {
  
    .side-nav {
      position: relative;
      padding: 0px;
    }
  
    /* sticky state */
    .side-nav.sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      background: #fff;
    }
  
    .side-nav-list {
      display: none;
      position: absolute;
      top: 50px;
      left: 0;
      right: 0;
      z-index: 20;
      background: #EFEFEF;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }
  
    .side-nav-list.active {
      display: block;
      width: calc(100% + 40px);
      margin-left: -20px;
      border-bottom: 2px solid black;
    }
    
     
      .side-nav .nav-item.active a {
      font-weight: 400;
  font-size:1em;
      }
      
      .side-nav .nav-item.active, .side-nav .nav-item:hover {
      background-color: #EFEFEF;
      }
    
         #nav-toggle {
      width: calc(100% + 40%);
      margin-left: -20px;
      background: black;
      color: white;
      text-align: left;
      padding: 12px;
      font-size: 16px;
      cursor: pointer;
           border: none;
    }
      
    .sticky #nav-toggle {
      width: 100%;
      margin:0;
    }
      
   .sticky .side-nav-list {
     width: 100%;
     margin:0;
   }   
    
    #nav-toggle .nav-toggle-icon {
      margin-right: 10px;
      min-width: 15px;
    }
    
    /* Optional: better spacing inside the list */
    .side-nav-list li {
      padding: 5px 29px;
    }
  }
    
    
    /* Archive button */
    
    .archive-button {
      margin-top: 30px;
    }
    
    @media (min-width: 768px) {
    .info-block-links .archive-button {
      display: none;
    }
    }
    
      @media (max-width: 768px) {
    .info-block-links .archive-button {
      margin-top: 15px;
    }
    }
    
  
    
    
      /* Course content */
      
      .course-content {
  margin-top: 25px;
      }
    
    
    .introduction-text p {
      font-weight: 800;
      margin-bottom: 12.8px;
    }
      
      [id] {
      scroll-margin-top: 25px;
      }
      
      /* MOBILE ONLY */
    @media (max-width: 767px) {
      [id] {
      scroll-margin-top: 10px;
      }
    }
    
    .img-container {
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 20px !important;
    }
  
  .img-container.banner {
    height: 128px;
    }
  
    .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
    
    .img-caption, .video-caption {
      border-left: 3px solid black;
      padding-left: 10px;
      margin: 5px 0px 20px;
    }
	  
	  .video-caption {
		  margin-bottom: 15px!important;
	  }
  
	  video {
    margin-top: 5px !important;
}
  
    
    /* MOBILE ONLY */
    @media (max-width: 767px) {
      .img-container {
    height: 250px;
      }
        .img-container.banner {
    height: 120px;
    }
    }
      
      /* Primary Button Style */
	  
	  a {
		 text-underline-offset: 25%;
		}

      .btn-primary {
      	color: var(--w-sys-colors-bg) !important;
        background-color: #000000;
        font-weight: 600;
        border: 1px black solid!important;
        font-size: 16px;
		min-height: 45px;
        border-radius: 0px;
        align-items: center;
		display: flex;
        box-shadow: 0 0 0 0px #000;
        transition: box-shadow 0.3s cubic-bezier(0.57, 0.19, 0.26, 1.15);
        justify-content: space-between;
		padding: 6px 18px;
		  flex-wrap: wrap;
      }
      
      .btn-primary:hover {
      	background-color: #000;
  box-shadow: 0 0 0 5px #000;
      }
	  
	  	  p:has(.btn-primary) {
  display: flex;
}

.btn-primary i, .btn-secondary i {
    margin-left: 15px;
	font-size: 24px;
}
      
      /* Seconary Button Style */
      
      .btn-secondary {
      	border: 1px solid black;
      	color:black!important;
      	background:none;
        text-decoration: none !important;
		  min-height: 45px;
        border-radius: 0px;
        align-items: center;
		display: flex;
        box-shadow: 0 0 0 0px #000;
        transition: box-shadow 0.3s cubic-bezier(0.57, 0.19, 0.26, 1.15);
        justify-content: space-between;
		padding: 6px 18px;
		  flex-wrap: wrap;
      }
	  
	  p:has(.btn-secondary) {
  display: flex;
}
      
      .btn-secondary:hover {
      	background-color: #000;
      	color: white!important;
      }
      
      .pg-dark .btn-secondary {
      	border: 1px solid white;
  color: white !important;
      }
      
      .pg-dark .btn-secondary:hover {
      	background-color: #fff;
      	color: black!important;
      }
      
      
      
      .btn-primary i.new-window-link, .btn-secondary i.new-window-link {
  display: none;
      }
    
      /* Tertiary Button Style */
    
    .btn-tertiary {
      font-weight: 800;
      color: black !important;
	text-decoration-color: black!important;
    }
    
    
  .btn-tertiary i {
      margin-left: 5px;
    }
	  
	  i.new-window-link {
    font-size: 1.4rem;
		  color: black;
	  }
	  
	  .card-container h3 a:hover i, .btn-tertiary:hover i.fa-arrow-right {
    transform: translateX(5px);
}

.card-container h3 a i, .btn-tertiary i.fa-arrow-right {
    transition: transform 0.3s ease;
}
	  

      
   /* MOBILE ONLY */
    @media (max-width: 767px) {
      .btn-primary, .btn-secondary {
      	display:flex;
  align-items: center;
		  width: 100%;
      }

      
        .btn-primary i, .btn-secondary i {
      	margin-left: auto;
    }
		
	}
      
      /* Button Disabled */
      
      .btn-disabled {
  background-color: #999999;
  cursor: inherit;
  padding: 10px 20px;
      }
      
      .btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active {
  background-color: #999999!important;
      	box-shadow: revert!important;
      }
    
    /* Tabs Style */
  
      .tabs-component>.tabs-component--tablist>button {
    background-color: white;
    border: 1px solid black !important;
	border-radius: 0px;
  }
  
    .tabs-component>.tabs-component--tablist>button:hover, .tabs-component>.tabs-component--tablist>button.active {
    background-color: black;
      color:white;
  }
  
  /* Entry Requirements */
  
  #international-dropdown {
    margin-bottom: 20px;
  }  
  
      /* Discover Uni Widget */
	  
	  #discover-uni-container {
		  display: none; 
	  }
	  
  
      .discover-uni-widget {
  min-width: 300px;
  max-width: 100%;
  min-height: 320px;
  max-height: 750px;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  }
	  
	  .discover-uni-keys {
	  display:none;
	  }
	 
  
  /* Smaller screens */
  @media (max-width: 1279px) {
  .discover-uni-widget {
    height: 500px;
  }
  }
  
  @media (max-width: 1023px) {
  .discover-uni-widget {
    height: 580px;
  }
  }
  
  @media (max-width: 767px) {
  .discover-uni-widget {
    height: 630px;
  }
  }
  
  @media (max-width: 445px) {
  .discover-uni-widget {
    height: 700px;
  }
  }
  
  /* CTA Block */
  
	  .cta-block h2 {
		  font-weight: 900;
    font-size: 3.5rem;
	  }
	  
	  
  .cta-block .cta-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	padding-left:0px!important;
  }
  
  .cta-block .cta-links li {
    width: 50%;
    list-style: none;
  }
  
  .cta-block .cta-links a {
    margin: 5px;
    display: flex;
  }
	  
   .cta-container {
	   margin-top: 100px!important;
   }
	  
.cta-content {
    padding-top: 40px;
}
  
    @media (max-width: 991px) {
  .cta-block .cta-links li {
     width: 98%;
  }
  }
	  
	  
	  /* Masthead START */
	  

:root {
      --w-sys-colors-masthead: var(--w-ref-colors-lavender-500);
      --w-sys-colors-masthead-secondary: var(--w-ref-colors-lavender-300);
      --w-sys-colors-masthead-color: #0B0B0B;
  }
  
  .id7-masthead .id7-header-text.affix.headroom, nav.navbar, .id7-header-text {
  	background-color: var(--w-sys-colors-masthead)!important;
  }

    .navbar-nav .dropdown-menu {
  	background-color: var(--w-sys-colors-masthead-secondary)!important;
    box-shadow: none;
  }
  
  .navbar-primary {
  	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 1);
    z-index: 1;
  }
  
  .id7-masthead .id7-header-text .id7-parent-site-link, .navbar-nav>li, .navbar-nav .dropdown-menu>li>a, .id7-logo-row nav a {
      color: var(--w-sys-colors-masthead-color)!important;
  }
  
  .navbar-nav>li:focus, .navbar-nav>li:hover, .navbar-nav .dropdown-menu>li>a:hover, .navbar-nav>.open {
      background-color: transparent!important;
  }
  
  .dropdown-menu>li>a:focus {
  	background-color: var(--w-sys-focusOutline) !important;
  }
  
  
  .navbar-nav>li>a:hover, .dropdown-menu>li>a:hover, .id7-site-links a:hover, .h1 a:hover {
    text-decoration: underline;
  	text-underline-offset: 25%;
  }
  
  .navbar-nav>li.active:before {
  	display: none!important;
  }
  
  .id7-masthead .id7-header-text .id7-parent-site-link:after {
    border-bottom: 5px solid #0000;
    border-left: 7px solid var(--w-sys-colors-masthead-color);
    border-top: 5px solid #0000;
  }
  
  .search-button i {
    color: rgba(0, 0, 0, .5)!important;
  }
  
    .search-button i:hover {
    color: rgba(0, 0, 0, 1)!important;
  }
  
  @media (min-width: 768px) {
  .navbar-secondary, .navbar-tertiary {
    display: none;
  }
    .id7-masthead .id7-header-text .h1, .id7-masthead .id7-header-text h1 {
        font-size: 20px;
  }
    html.id7-borderless .id7-masthead .id7-header-text.affix:after, html.id7-borderless .id7-masthead .id7-header-text.affix:before {
          background: var(--w-sys-colors-masthead);
      }
  }
  
   .id7-search .typeahead.dropdown-menu>li.active>a {
      background: var(--w-sys-colors-masthead-color);
      color: #fff;
  }
    
  @media (max-width: 767px) {
      .id7-masthead .id7-logo-row nav ul>li {
          display: none;
      }
  }
  
  .id7-navigation .navbar-nav>li:last-child+li:before, .id7-navigation .navbar-nav>li:not(.nav-breadcrumb):not(:last-child):after {
    border-right: 1px solid var(--w-sys-colors-masthead-color);
  }
  
  .id7-navigation .navbar-nav>li.dropdown>a:after {
    border-top: 4px solid var(--w-sys-colors-masthead-color);
  }
  
/* Masthead END*/