/*********************************************************************/
/***** BEGIN DESIGNPLUS THEME IMPORT & CUSTOMIZATION  ****************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */

/*** Legacy Sidebar ***/
/* For Main CSS file */
@import url(https://designtools.ciditools.com/css/themes.css);
/* For Mobile app CSS file */
/*@import url(https://designtools.ciditools.com/css/app.css);*/
/* Institution color customizations */
@import url(https://designtools.ciditools.com/css/inst_theme_overrides.css);

/*** New Sidebar ***/
/* For Main CSS files */
@import url(https://designplus.ciditools.com/css/content.css);
@import url(https://designplus.ciditools.com/css/editor.css);
/* For Mobile app CSS file */
/*@import url(https://designplus.ciditools.com/css/mobile.css);*/

:root {
    --dt-color-primary: #0090CE;
    --dt-color-primary-contrast: #000000;
    --dt-color-primary-dark-text: #0075B0;
    --dt-color-secondary: #00AA69;
    --dt-color-secondary-contrast: #000000;
    --dt-color-secondary-dark-text: #6658AB;
    --dt-color-accent: #6BCDE9;
    --dt-color-accent-contrast: #000000;
    --dt-color-accent-dark-text: #3B6F80;
    --dt-color-gray: #CCCCCC;
    --dt-color-gray-contrast: #000000;
    --dt-color-gray-dark-text: #636363;
    --dt-color-white: #FFFFFF;
    --dt-color-white-contrast: #000000;
    --dt-color-white-dark-text: #707070;
    --dt-color-graybg: #E6E6E6;
    --dt-color-graybg-contrast: #000000;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/
##Grid
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/

.full-width, .half-width, .third-width, .two-thirds-width, .sixth-width, .five-sixths-width, .quarter-width, .three-quarter-width {
	float: left;
	margin: 0 3% 0 0;
	margin-bottom: 30px;
}

.full-width .full-width, .full-width .half-width, .full-width .third-width, .full-width .two-thirds-width, .full-width .sixth-width, .full-width .five-sixths-width, .full-width .quarter-width, .full-width .three-quarter-width {
	margin-bottom: 30px;
}

.full-width, .half-width.last-col, .third-width.last-col, .two-thirds-width.last-col, .sixth-width.last-col, .five-sixths-width.last-col, .three-quarter-width.last-col, .quarter-width.last-col {
	margin: 0;
}

.sixth-width { width: 14%; }
.quarter-width { width: 22.5%; }
.third-width { width: 31%; }
.half-width { width: 48%; }
.two-thirds-width { width: 65%; }
.three-quarter-width { width: 73.5%; }
.five-sixths-width { width: 82%; }
.full-width { width: 100%; margin: 0; clear: both; }

.full-width img, .half-width img, .third-width img, .two-thirds-width img, .five-sixths-width img, .sixth-width img, .quarter-width img, .three-quarter-width img {
	max-width: 100%;
	height: auto;
	display: block;
}

.nomargin {
	margin: 0 !important;
}

.bottommargin {
	margin-bottom: 30px;
}

.topmargin {
	margin-top: 30px;
}

.toppadding {
	padding-top: 30px;
}

.clearthis {
	clear: both;
}

.sixth-width.nomargin { width: 16.666666666666667%; }
.quarter-width.nomargin { width: 25%; }
.third-width.nomargin { width: 33.333333333333333%; }
.half-width.nomargin { width: 50%; }
.two-thirds-width.nomargin { width: 66.666666666666667%; }
.three-quarter-width.nomargin { width: 75%; }
.five-sixths-width.nomargin { width: 83.333333333333333%; }
.full-width.nomargin { width: 100%; }

@media all and (max-width: 767px) {
	.full-width, .half-width, .third-width, .two-thirds-width, .sixth-width, .five-sixths-width, .quarter-width, .three-quarter-width {
		float: none;
		width: 99%;
	}
}

.inner-column {
	overflow: hidden;
	padding: 20px;
}

/*--------------------------------------------------------------
## General styles
--------------------------------------------------------------*/
body {
	color: #494949;
}

.clearthis {
	clear: both;
}

.header-bar {
	border-bottom: 0 !important;
}

#content:not(.dp-wrapper-parent) h1, 
.user-content:not(.dp-wrapper-parent) h1, 
#content:not(.dp-wrapper-parent) h2, 
.user-content:not(.dp-wrapper-parent) h2, 
#content:not(.dp-wrapper-parent) h3, 
.user-content:not(.dp-wrapper-parent) h3, 
#content:not(.dp-wrapper-parent) h4, 
.user-content:not(.dp-wrapper-parent) h4, 
#content:not(.dp-wrapper-parent) h5, 
.user-content:not(.dp-wrapper-parent) h5, 
#content:not(.dp-wrapper-parent) h6, 
.user-content:not(.dp-wrapper-parent) h6 { 
clear: both; 
margin: 0 0 30px !important; 
padding: 0 0 15px; 
line-height: 1; 
color: #494949; 
font-weight: 300; 
position: relative; 
background: transparent !important; 
} 


h1.page-title, h2.course-title {
	display: block;
	font-weight: light !important;
	font-size: 2.4em;
	width: 100%;
	text-align: center;
	margin-bottom: 30px !important;
}

h1::after, h2::after, h3::after, h4::after, h5::after, h2.course-title::after, h1.page-title::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #7d7d7d;
}

h1.psc::after, h2.psc::after, h3.psc::after, h4.psc::after, h5.psc::after, h2.psc.course-title::after, h1.psc.page-title::after {
	border-bottom: 2px solid #12b276;
}

h1.dms::after, h2.dms::after, h3.dms::after, h4.dms::after, h5.dms::after, h2.dms.course-title::after, h1.dms.page-title::after {
	border-bottom: 2px solid #4fb847;
}

h1.interact::after, h2.interact::after, h3.interact::after, h4.interact::after, h5.interact::after, h2.interact.course-title::after, h1.interact.page-title::after {
	border-bottom: 2px solid #353192;
}

h1.adac::after, h2.adac::after, h3.adac::after, h4.adac::after, h5.adac::after, h2.adac.course-title::after, h1.adac.page-title::after {
	border-bottom: 2px solid #98c33c;
}

h1.nvq::after, h2.nvq::after, h3.nvq::after, h4.nvq::after, h5.nvq::after, h2.nvq.course-title::after, h1.nvq.page-title::after {
	border-bottom: 2px solid #4e91cd;
}

h1.pre-reg::after, h2.pre-reg::after, h3.pre-reg::after, h4.pre-reg::after, h5.pre-reg::after, h2.pre-reg.course-title::after, h1.pre-reg.page-title::after {
	border-bottom: 2px solid #bf0e83;
}

h1.page-title::after, h2.course-title::after {
	left: 50%;
	transform:translateX(-50%);
}

h1.centered,
h2.centered,
h3.centered,
h4.centered,
h5.centered,
h6.centered {
	text-align: center;
}

h1.centered::after, h2.centered::after, h3.centered::after, h4.centered::after, h5.centered::after {
	left: 50%;
    transform: translateX(-50%);
}

p {
	margin: 0 0 30px !important;
}

table p {
	margin: 0 !important;
}

ul, ol {
	margin: 0 0 30px 30px;
}

ul li, ol li {
	margin: 0 0 15px;
}

ul#section-tabs li, #breadcrumbs>ul>li {
	margin: 0;
}

.ic-Dashboard-header__title::after, .ic-DashboardCard__header-title::after, .Theme__editor h1::after, .Theme__editor h2::after, .Theme__editor h3::after, .Theme__editor h4::after, .Theme__editor h5::after, .Theme__editor h6::after, .czbXA_bGBk h1::after, .czbXA_bGBk h2::after, .czbXA_bGBk h3::after, .czbXA_bGBk h4::after, .czbXA_bGBk h5::after, .czbXA_bGBk h6::after, h1.ic-ThemeCard-container__Heading::after, h2.ic-ThemeCard-container__Heading::after, h3.ic-ThemeCard-container__Heading::after, h4.ic-ThemeCard-container__Heading::after, h5.ic-ThemeCard-container__Heading::after, h6.ic-ThemeCard-container__Heading::after {
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	left: 0;
	border-bottom: 0;
}

.Theme__editor h1, .Theme__editor h2, .Theme__editor h3, .Theme__editor h4, .Theme__editor h5, .Theme__editor h6 {
	margin: 6px 0 !important;
	padding: 0 !important;
}

h1.ic-Dashboard-header__title {
	margin: 0 !important;
}

hr {
	clear: both;
	border-top: 1px solid #ccc;
}

/*--------------------------------------------------------------
## Colours
--------------------------------------------------------------*/

.generic {
	background-color: #f7f7f7;
}

.psc {
	background-color: #d0f0e4;
	/*background-color: #e7f7f1;*/
}

.dms {
	background-color: #dcf1da;
	/*background-color: #edf8ec;*/
}

.interact {
	background-color: #d7d6e9;
	/*background-color: #eaeaf4;*/
}

.adac {
	background-color: #eaf3d8;
	/*background-color: #f4f9eb;*/
}

.nvq {
	background-color: #dce9f5;
	/*background-color: #edf4fa;*/
}

.pre-reg {
	background-color: #f2cfe6;
	/*background-color: #f8e6f2;*/
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/

.icon {
	padding: 5px;
	margin: 0 10px 10px 0;
	border-radius: 50%;
	border: 0 !important;
	background-color: #494949;
	float: left;
}

.icon.psc {
	background-color: #12b276;
}

.icon.dms {
	background-color: #4fb847;
}

.icon.interact {
	background-color: #353192;
}

.icon.adac {
	background-color: #98c33c;
}

.icon.nvq {
	background-color: #4e91cd;
}

.icon.pre-reg {
	background-color: #bf0e83;
}

.icons .icon {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

ul.iconlist {
	list-style: none;
    margin: 0 0 30px;
	position: relative;

}

ul.iconlist li {
	clear: both;
	float: left;
	margin: 0 0 0;
	transform: translateY(25%);
}

ul.iconlist li img {
	transform: translateY(-25%);
}

ul.iconlist:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

a.button {
	clear: both;
	position: relative;
	padding: 10px 20px;
	border-radius: 5px;
	color: white;
	display: inline-block;
	background-color: #494949;
	margin: 10px 0 30px;
	text-decoration: none;
	font-weight: bold;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.3s;
}

a.button.psc {
	background-color: #12b276;
}

a.button.dms {
	background-color: #4fb847;
}

a.button.interact {
	background-color: #353192;
}

a.button.adac {
	background-color: #98c33c;
}

a.button.nvq {
	background-color: #4e91cd;
}

a.button.pre-reg {
	background-color: #bf0e83;
}

a.button:hover, a.buttons:focus {
	background-color: #000;
}


a.button.centered {
	position: relative;
	left: 50%;
    transform: translateX(-50%);
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/

img.alignright {float:right; margin:0 0 30px 30px}
img.alignleft {float:left; margin:0 30px 30px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 30px 30px}
a img.alignleft {float:left; margin:0 30px 30px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img.circular {
	border-radius: 50%;
}

img.psc {
	border: 10px solid #12b276;
}

img.dms {
	border: 10px solid #4fb847;
}

img.interact {
	border: 10px solid #353192;
}

img.adac {
	border: 10px solid #98c33c;
}

img.nvq {
	border: 10px solid #4e91cd;
}

img.pre-reg {
	border: 10px solid #bf0e83;
}

@media all and (max-width: 767px) {
	img.alignright {display: block; float:none; margin:0 auto 30px auto}
	img.alignleft {display: block; float:none; margin:0 auto 30px auto}
	img.aligncenter {display: block; margin:0 auto 30px auto}
	a img.alignright {display: block; float:none; margin:0 auto 30px auto}
	a img.alignleft {display: block; float:none; margin:0 auto 30px auto}
	a img.aligncenter {display: block; margin:0 auto 30px auto}
}

/*--------------------------------------------------------------
## Collapse modules state
--------------------------------------------------------------*/

#content #context_modules .content,
#content #context_modules .collapse_module_link {
  display: none;
}

#content #context_modules .expand_module_link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/

ul.accordion, ul.accordion ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

ul.accordion ul {
	margin-bottom: 0;
}
  
ul.accordion .inner {
	padding: 1em;
	margin: 0;
	overflow: hidden;
	display: none;
	background: #f7f7f7;
}
  
ul.accordion li {
	margin: 0 0 0;
}

ul.accordion > li {
	border-bottom: 1px solid #fff;
}
      
ul.accordion li a.toggle {
	width: 95%;
	display: block;
	background: #7d7d7d;
	color: #fefefe;
	font-weight: bold;
	padding: .75em 2.5%;
	transition: background .3s ease;
}

ul.accordion li a.toggle:hover {
	background: #494949 !important;
}

ul.accordion li a.toggle:before {
    float: right !important;
    content:"+";
	font-weight: bold;
	font-size: 18px;
    padding-right: 5px;
}
ul.accordion li a.toggle.open:before {
    float: right !important;
    content:"-";
}

ul.accordion.psc li a.toggle {
	background: #12b276;
}

ul.accordion.psc .inner {
	background: #d0f0e4;
}

ul.accordion.dms li a.toggle {
	background: #4fb847;
}

ul.accordion.dms .inner {
	background: #dcf1da;
}

ul.accordion.interact li a.toggle {
	background: #353192;
}

ul.accordion.interact .inner {
	background: #d7d6e9;
}

ul.accordion.adac li a.toggle {
	background: #98c33c;
}

ul.accordion.adac .inner {
	background: #eaf3d8;
}

ul.accordion.nvq li a.toggle {
	background: #4e91cd;
}

ul.accordion.nvq .inner {
	background: #dce9f5;
}

ul.accordion.pre-reg li a.toggle {
	background: #bf0e83;
}

ul.accordion.pre-reg .inner {
	background: #f2cfe6;
}

/*--------------------------------------------------------------
## Slideshow
--------------------------------------------------------------*/
a.carousel-button{
display:inline-block;
padding:0.35em 1.2em;
border:0;
background-color: #0090ce;
margin:0 0.3em 0.3em 0;
box-sizing: border-box;
text-decoration:none;
font-size: 1.2em;
padding: 10px 20px;
font-weight:700;
color:#fff;
text-decoration: none !important;
text-align:center;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
transition: all 0.2s;
}

a.carousel-button:hover, a.carousel-button:focus {
	color:#fff;
	background-color:#494949;
}

ul.carousel-buttons{
	width: 100%;
	vertical-align:bottom;
	border:none;
	list-style: none;
	margin: 0 0 30px;
	position: relative;
	float: left;
}

ul.carousel-buttons li {
	float: left;
	width: 50%;
	margin: 0 0 0;
}

ul.carousel-buttons li #next {
	float: right;
}

.carousel {
  margin: 0 0 30px 0;
  width: 95%; 
  height: auto; 
  background: #f4fafd;
  padding: 30px 2.5%;
  display: none;
}

.carousel ul {
	margin: 0;
	width: 100%;
	height: auto;
}

.carousel ul li {
	list-style:none;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
}

.carousel ul li img {
width: auto;
max-width: 100%;
margin-bottom: 30px;
position: relative;
left: 50%;
transform: translateX(-50%);
	}

/*--------------------------------------------------------------
## Hotspots
--------------------------------------------------------------*/

.hotspot { position: absolute; color: white; font-weight: bold; font-size: 20px; background-color: #d32f2f; display: block; padding: 10px 16px; border-radius: 100%; cursor: pointer; 	z-index:99; animation: fadein .5s; animation: pulse 1.5s infinite; }
.popover { background: white; padding: 20px 30px; text-align: center; display: none; position: absolute; left: 50%; transform: translateX(-50%); margin: 0 auto; width: 80%; top: 8vw; border-radius: 8px; box-shadow: 0 4px 2px -2px rgba(211,47,47,0); z-index:999; }
.popover h2::after { left: 50%; transform:translateX(-50%); }
.close-this { position: absolute; width: 24px; height: 24px; right: 10px; background: #494949; font-weight: bold; color: #fff !important; padding: 5px; border-radius: 50%; display: inline-block; cursor: pointer; z-index: 99; }
.close-this:hover, .close-this:focus { background: #d32f2f; }
.cross { font-weight: bold; color: white; }
.hotspot-image {width: 100% !important; height: auto; z-index:1; }
#b1 { position: absolute; left: 73vw; top: 12vw; }
#b2 { position: absolute; left: 42vw; top: 32vw; }
#b3 { position: absolute; left: 67vw; top: 37vw; }
	    #input1:checked ~ #content1 { display: block !important; animation: fadein .5s; }
	    #input2:checked ~ #content2 { display: block !important; animation: fadein .5s; }
	    #input3:checked ~ #content3 { display: block !important; animation: fadein .5s; }
	    input:checked ~ label .button { display: none !important; animation: fadeout .5s; }
	    .hotspot:hover { color: #d32f2f; background: white; }
	    e !important; box-shadow: 0 0 0 6px rgba(211, 46, 46, 0.4); }
	    @keyframes fadein {
	      from { opacity: 0; }
	      to   { opacity: 1; }
	    }
	    @keyframes fadeout {
	      from { opacity: 0; }
	      to   { opacity: 1; }
	    }
	    @keyframes pulse {
	      from { box-shadow: 0 0 0 0px rgba(211, 47, 47); }
	      to { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
	    }
	
/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/

.tabs {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Reset Canvas items
--------------------------------------------------------------*/

.Theme__editor-upload-warning p {
	margin: 0 !important;
}


/* Custom styling for Canvas-native tabs */
.home .enhanceable_content.tabs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  border-bottom: 2px solid #ccc;
  gap: 10px;
}

.home .enhanceable_content.tabs ul li {
  margin: 0;
}

.home .enhanceable_content.tabs ul li a {
  display: inline-block;
  padding: 12px 16px;
  background: #f1f1f1;
  color: #333;
  text-decoration: none !important;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  transition: background 0.3s ease;
  outline: none;
  box-shadow: 0 0 0 3px rgba(126, 192, 159, 0.4);
}

.home .enhanceable_content.tabs ul li a:hover {
  background: #c9e8db; /* light hover effect */
}

.home.mcdc .enhanceable_content.tabs ul li a:hover {
  background: #f5d1e6;
}

.home.mca .enhanceable_content.tabs ul li a:hover {
  background: #e3d8f0; }

.home.psc .enhanceable_content.tabs ul li a:hover {
  background: #bce9d7;
}
.home.dms .enhanceable_content.tabs ul li a:hover {
  background: #c8e8c5;
}
.home.interact .enhanceable_content.tabs ul li a:hover {
  background: #cbcbe4;
}
.home.pre-reg .enhanceable_content.tabs ul li a:hover {
  background: #f3d6ea;
}

/* Active tab */
.home .enhanceable_content.tabs ul li.ui-tabs-active a,
.home .enhanceable_content.tabs ul li.ui-tabs-active a:focus {
  background: #7EC09F;
  color: white;
}

/* Tab content area */
.home .enhanceable_content.tabs > div[id^="tab-"] {
  background: white;
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  margin-top: -2px;
}

     .dp-wrapper .dp-module-list-basic ul li {
    list-style: none !important;
  }

  .dp-wrapper .dp-module-list-basic ul li a {
    display: block !important;
    background-color: #fff !important;
    border: 2px solid #d1d1d1 !important;
    border-radius: 10px !important;
    padding: 16px 20px !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #000 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
  }

  .dp-wrapper .dp-module-list-basic ul li a:hover {
    border-color: #00aa69 !important;
    background-color: #f6fffa !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  }

.resource-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #f9f9f9;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.card-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex-shrink: 0;

}

.card-content h3 {
  margin-top: 0;
  font-size: 1.25rem;
  color: #2a4b7c;
}

.card-content p {
  margin: 0.25rem 0;
}

/* Main wrapper: full height, side-by-side layout */
#content.ic-Layout-wrapper {
  display: flex !important;
  flex-direction: row !important; /* login left, image right */
  min-height: 100vh;
  width: 100%;
  background: transparent !important;
}

/* Left side: white background panel */
.ic-Login {
  flex: 1 1 50%;
  display: flex;
  align-items: center; /* vertically center the box */
  justify-content: flex-start; /* keep box to the left */
  padding-top: 100px;	
  padding-left: 250px; /* increase left margin spacing */
  padding-right: 40px; /* optional for balance */
  position: static !important;
}

/* Login box styling */
.ic-Login__content {
  width: 100%;
  max-width: 420px;
  text-align: center;
  background: #fff; /* keep box white */
  border-radius: 12px; /* rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* subtle shadow */
  padding: 32px;
}

/* Right side: background image */
.ic-Login-Header {
  flex: 1 1 50%;
  background: transparent !important; /* let body image show */
  position: relative;
}

/* Optional gradient overlay for better contrast */
.ic-Login-Header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0.2), rgba(255,255,255,0));
}

/* Responsive: stack vertically */
@media (max-width: 900px) {
  #content.ic-Layout-wrapper {
    flex-direction: column !important;
  }
  .ic-Login-Header {
    height: 250px;
  }
}