/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
:root {
	--bs-toast-color: #3c3c3b;
	--main-backgound-color: #fdfdfd;
	--quick-link-text-decoration-color: #cdcdcb;
	--bs-tooltip-bg: #707070 !important;
	--product-row-height: 2.25rem;
	--product-row-width: 2.25vw;
	--product-column-offset: -4.25vw;
	--fgColor-done: #8250df;
	--borderColor-done-emphasis: #8250df;
	--base-size-8: 0.5rem;
	--base-size-16: 1rem;
	--borderColor-default: #d1d9e0;
	font-size: 1rem;
	/* text-decoration: underline solid #CDCDCB 1px;
  text-underline-offset: 2px; */
  /* Raw size variables */

	--md: 1em;
	/* It's okay to use em here because the root font size
                  has been manually set to 1rem */

	--scaleFactor: 1.618;

	--sm: calc(var(--md) / var(--scaleFactor));
	--xs: calc(var(--sm) / var(--scaleFactor));
	--2xs: calc(var(--xs) / var(--scaleFactor));

	--lg: calc(var(--md) * var(--scaleFactor));
	--xl: calc(var(--lg) * var(--scaleFactor));
	--2xl: calc(var(--xl) * var(--scaleFactor));
	/*Increments*/

	--wholestep: 1.618; /* always equals the scalefactor */
	--halfstep: 1.272; /* always equals the sq. root of scalefactor */
	--quarterstep: 1.128; /* always equals the sq. root of halfstep */
	--eighthstep: 1.061; /* always equals the sq. root of quarterstep */

	--wholestep-dec: 0.618; /* equals wholestep - 1 */
	--halfstep-dec: 0.272; /* equals halfstep - 1 */
	--quarterstep-dec: 0.128; /* equals quarterstep - 1 */
	--eighthstep-dec: 0.061; /* equals eighthstep - 1 */
}
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}
/* Base styles */
body {
	width: 100%;
	min-width: auto;
}

/* Base styles */
body {
	width: 100%;
	min-width: auto;
}
.inter-ExtraLight200 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.inter-SemiBold600 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.inter-Medium500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.container,
.container-md,
.container-sm {
	width: 100%;
	max-width: 100%;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 540px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 960px;
	}

	.page2 {
		padding: 0;
	}

	.news-container {
		padding: 0 5%;
	}

	.subtext {
		font-size: 10px;
	}

	footer {
		font-size: 0.75rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 1140px;
	}
}

/* XXL devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 1320px;
	}
}

body {
	color: #f8f9fa;
	font-family: Poppins;
	--bs-gutter-x: 0 !important;
	/**/
}
.subjects {
	background-color: var(--main-backgound-color);
}
.tutorials {
	background-color: var(--main-backgound-color);
}
p {
	word-wrap: break-word;
	white-space: normal;
}
#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
}

#loading-image {
	z-index: 100;
}

main {
	color: #333334;
	display: block;
	box-sizing: border-box;
	min-width: 100%;
	max-width: 100vw;
	--bs-gutter-x: 0 !important;
	background-color: #f3f3f3;
	margin-bottom: 2.5rem;
}
.tutorials.heading-links {
	margin-top: 1.2rem;
}
h1 {
	font-size: calc(1em * var(--wholestep) * var(--wholestep) * var(--wholestep)) !important;
    line-height: var(--halfstep-dec) !important;
    letter-spacing: -0.022em;
}
h2 {	
	font-size: calc(1em * var(--wholestep) * var(--wholestep)) !important;
    line-height: var(--halfstep) !important;
    letter-spacing: -0.022em !important;
}
h3 {
	font-size: calc(1em * var(--wholestep) ) !important;
    line-height: var(--halfstep) !important;
    letter-spacing: -0.022em !important;
	font-weight: 400;
}
h4 {
	font-size: 1.2rem;
	font-weight: 600;
}
h5 {
	font-size: 1.175rem;
	font-weight: 600;
}
h6 {
	font-size: 1.1rem;
}
.hero-section h1{
	font-size: calc(1em * var(--wholestep) * var(--wholestep)) !important;
    line-height: calc( var(--halfstep) * var(--wholestep-dec)) !important;
    letter-spacing: -0.022em;
}
h1.product-title {
	font-size: calc(1em * var(--wholestep) * var(--wholestep)) !important;
    line-height: calc( var(--halfstep) * var(--wholestep-dec) * var(--quarterstep) )!important;
    letter-spacing: -0.022em;
}
.product-inner-content h2, .tabs-content-inner h2{
	font-size: calc(1em * var(--wholestep) * var(--quarterstep)) !important;
    line-height: var(--halfstep) !important;
    letter-spacing: -0.022em !important;
	font-weight:500;
}
.product-inner-content h3, .tabs-content-inner h3{
	font-size: calc(1em * var(--wholestep)) !important;
    line-height: var(--halfstep) !important;
    letter-spacing: -0.022em !important;
	font-weight:500;
}
.main-content h2 {	
	font-size: calc(1em * var(--wholestep) * var(--quarterstep)) !important;
    line-height: var(--halfstep) !important;
    letter-spacing: -0.022em !important;
}
.tiles-layout h3 {
	font-size: calc(1em * var(--wholestep)) !important;
    line-height: var(--halfstep) !important;
    letter-spacing: -0.022em !important;
	font-weight: 500;
	text-wrap:balance;
}

.tiles-layout.info-for-students h3 {	
	font-weight: 600;	
}
.tiles-layout.info-for-employer h3 {	
	font-weight: 600;	
}
.tiles-layout.intro-to-product h3 {	
	font-weight: 500;	
}
.navbar {
	background: #3c3c3b;
	padding: 8px 5%;
	color: #f8f9fa;
}
#nav-extra ul {
	margin: 0;
}

.topbar {
	background: #333334;
	padding: 6px 5%;
	height: 40px;
	margin: 0;
	border-bottom: 1px solid #707070;
}
.topbar ul {
	padding-left: 0;
	margin-bottom: 0;
}
.topbar li {
	display: inline-block;
	margin: 0;
}
.social-links {
	margin: 0;
	padding-left: 0;
}

.topBarRightButton {
	text-align: right;
	margin: 0 12px;
	color: #f8f9fa;
	float: right !important;
}
.topBarRightButton ul {
	display: flex;
	padding-left: 0;
}
.topBarRightButton li {
	margin: 0;
}
.navbar-brand {
	padding: 0 0px;
	margin: 0;
}
.logo {
	width: 155px;
}

.nav-link {
	margin-left: 2px;
	color: #f8f9fa !important;
}

.nav-item {
	font-size: 16px;
}
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 128, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-custom {
	background-color: #3c3c3b;
}
/* Style all font awesome icons */
.fa {
	width: 35px;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	color: #f8f9fa;
}
.fa-dark {
	color: #333334;
}
.fa-dark:hover {
	color: #73367b;
}
.chevron {
	width: 10px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #f8f9fa;
}
.topbarlink a {
	text-decoration: none;
	color: #f8f9fa;
}

/* Add a hover effect if you want */

.hover-underline-animation {
	display: inline-block;
	position: relative;
	color: #f8f9fa;
}

.hover-underline-animation::after {
	content: "";
	position: absolute;
	width: 82%;
	transform: scaleX(0);
	height: 5px;
	bottom: 5px;
	left: 15px;
	background-color: #d352a2;
	color: #d352a2;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.dark-icon {
	color: #333334;
}
/* Facebook */
.fa-facebook {
	color: #f8f9fa;
}

/* Twitter */
.fa-twitter {
	color: #f8f9fa;
}
.dropdown-toggle:after {
	content: none;
}

.navbar-toggler-icon {
	color: #f8f9fa;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
}
.navbar-expand-icon {
	padding-right: 7px;
	padding-top: 0;
	border: 0;
}

.nav-mega .dropdown {
	position: static;
}
.nav-mega .dropdown-menu.mega-menu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	min-width: auto;
	width: 100%;
	margin-top: 0;
	padding: 0;
	border-color: #ccc;
	background-color: #3c3c3b;
	opacity: 0.97;
	color: #f8f9fa;
	border-radius: 0;
	border: 0;
	border-top: 1px solid #707070;
}
.nav-mega .dropdown-menu.mega-menu a {
	color: #f8f9fa;
	text-decoration: none;
}
.nav-mega .dropdown-menu.mega-menu li {
	display: block;
}
.nav-mega .dropdown-menu.mega-menu > li {
	padding: 16px 7rem;
}
.nav-mega .dropdown-menu.mega-menu .media-list .media {
	font-size: 16px;
	display: block;
}
.nav-mega .dropdown-menu.mega-menu .media-list .media-heading {
	font-size: 18px;
}
.dropdown-item {
	padding: 0;
}
.media-body {
	margin-top: 10px;
}
.sublink {
	padding-left: 0;
	padding-top: 1rem;	
	font-size: 14px;
}
.sublink li {
	margin: 4px 0;
	margin-bottom:0.35rem;
}
.sublink li:first-child {
	margin-top: 0;
}
.sublink-single-level {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}
.sublink-single-level li {
	padding: 0px 80px 4px 80px !important;
	font-size: 16px;
}
.sublink-multi-level {
	padding-bottom: 7px !important;
}
.sublink-multi-level li {
	padding: 0px 24px 4px 24px !important;
	font-size: 14px;
}

.submenu-Panel {
	display: flex;
	flex-flow: column wrap;
	height: 227px;
}
ul.media-list {
	width: 20%;
}
.subheader {
	border-bottom: 2px solid #f8f9fa;
}
.media-heading {
	margin-bottom: -2px;
	text-decoration: underline #858585;
    text-underline-offset: 4px;
}
#navCover {
	top: 0;
	background-color: black;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 0.8;
	display: none;
}
#search-box {
	top: 0;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1030;
	display: none;
}
.toast-container {
	z-index: 999;
}
.toast {
	width: 150px;
	max-width: 150px;
	font-size: 0.7em;
	padding: 8px;
}
.toast-body {
	color: var(--bs-toast-header-color);
}
.toast-button {
	border-radius: 5px;
	padding: 2px 2px;
	border: 0px solid #3c3c3b;
	background-color: #fbf9fc;
	margin: 0;
	line-height: 10px;
	align-content: center;
}
.toast-top-right {
	right: 0;
}
.toast-alert {
	background-color: #fdc8b0;
}
.toast-info {
	background-color: #fdfdfd;
}
.toast-important {
	background-color: #fffceb;
}
.toast-warning {
	background-color: #fd879d;
}

.search-link {
	text-decoration: none;
	color: #f8f9fa;
}

.input-group {
	margin-top: 15%;
	width: 70%;
	background: rgba(248, 249, 250, 1);
}

input.form-control {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.searchbox-container {
	background: rgba(68, 68, 69, 0.8);
	border-radius: 16px;
	margin: 180px 450px;
	min-height: 200px;
	min-width: 600px;
}
.search-textbox {
	/*width: 50%*/
}

.search-icon {
	text-decoration: none;
}

.search-close-icon {
	padding: 5px;
}

.page1-container {
	position: relative;
	text-align: left;
	color: white;
	background: url("../asset/bg2.jpg");
	background-repeat: no-repeat;
	background-size: auto;
	-webkit-transform-origin: top center;
	background-position: top center;
	background-size: cover;
	min-height: 45vh;
	padding: 5vh 8vw;
}

.bottom-left {
	position: absolute;
	bottom: 16vh;
	left: 5%;
	right: 40%;
}
.bottom-right {
	border: 1px solid #f8f9fa;
}

.link-button {
	border: 1px solid #f8f9fa;
	padding: 5px 20px;
	width: fit-content;
	height: 36px;
	border-radius: 30px;
}
.link-button-dark {
	border: 1px solid #333334;
	padding: 5px 18px;
	width: fit-content;
	border-radius: 36px;
}
.link-button a {
	color: #f8f9fa;
	text-decoration: none;
}
.link-button-dark a {
	color: #333334 !important;
	text-decoration: none !important;
}
.link-button-buy-now {
	border: 2px solid rgba(248, 249, 250, 0.6);
	background-color:  rgba(255, 255, 255, 0.15);
	box-shadow: 0px 3px 1px -2px rgba(255,255,255,0.4),0px 2px 2px 0px rgba(255,255,255,0.24),0px 1px 5px 0px rgba(255,255,255,0.3);
}
.latestNewsButton {
	border: 0px none;
	cursor: pointer;
	position: fixed;
	right: 0px;
	top: 50%;
	z-index: 1000;
	transform-origin: 75% 93%;
	transform: rotate(90deg);
	background-color: #3763ac;
	padding: 8px 12px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 1px 10px #383838;
	float: right !important;
}
.latestNewsButton a {
	color: #f8f9fa;
	text-decoration: none;
}
.latestNews-container {
	background-color: #3763ac;
	width: 50%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 0.95;
	position: fixed;
	right: 0px;
	margin-right: -50%;
}
.news-container {
	text-align: center;
	padding: 0 10vw;
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	-webkit-column-gap: 0.5rem; /* Chrome, Safari, Opera */
	-moz-column-gap: 0.5rem; /* Firefox */
	column-gap: 0.5rem;
}

.news-item {
	background-color: #fdfdfd;
	width: calc(95% / 1);
	margin-bottom: 8px;
	margin-right: 16px;
	padding: 5px 0;
	list-style-type: none;
	border: 1px #5d5d5d solid;
	text-wrap: balance;
	page-break-inside: avoid;
}

.page2-grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 8%;
	padding: 8%;
	background-color: #e3e5f9;
}

.page2-grid-child {
	text-align: center;
}
.page2-subpanel-left {
	margin-bottom: 19px;
	height: 40px;
}

.page2a-subpanelcontent-left {
	background-color: #c9c9cf;
	color: #333334;
	padding: 30px;
	border-radius: 16px;
	text-align: left;
	margin-bottom: 50px;
	min-height: 50vh;
	font-size: 0.9em;
	display: block;
	overflow: hidden;
}
.page2a-subpanelcontent-left div {
	margin-right: 30px;
}
.page2a-subpanellink-left {
	font-size: 12px;
}

.page2a-subpanellink-left .fa {
	width: 24px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin-right: -14px;
}
.page2a-subpanelcontent-right {
	background-color: #efeff1;
	color: #333334;
	padding: 50px;
	border-radius: 16px;
	text-align: left;
	margin-bottom: 50px;
	min-height: 50vh;
	font-size: 0.9em;
	display: block;
	overflow: hidden;
}
.page2a-subpanelcontent-right div {
	margin-bottom: 30px;
	margin-right: 30px;
}
.page2a-subpanellink-right .fa {
	width: 35px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-right: -15px;
}
.page2a-subpanellink-news {
	background: #ebebeb;
	padding: 30px 46px;
	min-height: 660px;
	border-left: 5px solid #6f358a;
	box-shadow: 2px 2px 10px 0 #bfbfbf;
}

.page2-subpanelcontent-left {
	background-color: #3a5788;
	color: #f8f9fa;
	padding: 50px;
	border-radius: 16px;
	text-align: left;
	height: 300px;
}
.page2-subpanelcontent-left div {
	margin-bottom: 30px;
}
.page2-subpanellink-left {
	margin-bottom: 30px;
	margin-right: 50px;
}
.page2-subpanel-right {
	margin-bottom: 19px;
	height: 40px;
}
.page2-subpanelcontent-right {
	background-color: #4c6084;
	color: #f8f9fa;
	padding: 50px;
	border-radius: 16px;
	text-align: left;
	height: 300px;
}
.page2-subpanelcontent-right div {
	margin-bottom: 30px;
}
.page2-subpanellink-right {
	margin-bottom: 30px;
	margin-right: 50px;
}
.page2-subpanellink-left .fa {
	width: 35px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #f8f9fa;
	margin-right: -15px;
}
.page2-subpanellink-right .fa {
	width: 35px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #f8f9fa;
	margin-right: -15px;
}
.page3-container {
	background: #d7d7d5;
	padding: 48px 10vw 32px 10vw;
	/* height:42vh */
}
.page3-title {
	position: absolute;
	margin-top: 60px;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
}

.page3-content {
	/* margin: 0; */
}

.page3-inner-content {
	display: none;
	margin-top: 1%;
}
.page3-inner-content a {
	color: #f8f9fa;
}
.product-content {
	margin: 0 6%;
	padding-top: 28px;
}

.hlist {
	padding: 0;
	margin: 0;
	display: flex;
	margin-bottom: 18px;
	width: 100%;
}
.hlist li {
	list-style-type: none;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	/* (C1) ALLOW LIST ITEMS TO WRAP TO NEW ROW */
	.hlist {
		flex-wrap: wrap;
	}

	/* (C2) 2 ITEMS PER ROW */
	.hlist li {
		width: 10%;
	}
}
.flex-list {
	position: relative;
	overflow: hidden;
}
.flex-list-tab {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 1px;
	list-style: none;
	margin-bottom: 2vw;
	padding: 0 1.5rem;
	/*list-style-type: none;*/
}
.flex-list-tab li {
	flex-grow: 1;
	flex-basis: auto;
	text-align: center;
	border-right: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 5px;
}
.flex-list-tab a {
	color: #333334;
	text-decoration: none;
}

.flex-list-tab li:first-child {
	border-right: 1px solid #ccc;
	border-left: 0;
}
.flex-list-tab li:last-child {
	border-left: 0;
	border-right: 0;
}

.tabs-content {
	margin-top: 38px;
}
.tabs-content-toc {
	margin-right: 20px;
}
.tabs-content-inner {
	margin-left: 14px;
}
.product-content h1 {
	font-size: 28px;
}
.product-content h2 {	
	margin-bottom: 0 !important;
}

.tabs-content-inner h6 {
	margin-top: 38px;
	margin-bottom: 18px;
	font-weight: bold;
}
.tabs-content-inner h3 {
	margin-top: 38px;
	margin-bottom: 18px;	
}
.tabs-content-quicklink {
	margin-left: 20px;
}
.product-table {
	margin-bottom: 30px;
	overflow: auto;
}
.product-table th,
td {
	padding: 12px;
}
.product-table th {
	border-bottom: 1px solid #333334;
}
.header-empty-cell {
	border-bottom: 1px solid #333334;
}
.product-table .col400 {
	width: 400px;
}
.product-table .col100 {
	width: 100px;
	min-width: 100px;
}
.col80 {
	width: 80px;
}
.col100 {
	width: 100px;
}
.col200 {
	width: 200px;
	min-width: 200px;
}
.col50p {
	width: 50%;
}
.col200 {
	width: 200px;
	min-width: 200px;
}
.product-table .col300 {
	width: 300px;
}
.product-table .col600 {
	width: 600px;
}
.product-table .col1 {
	width: 200px;
}
.product-table .col1-long {
	width: 350px;
}
.product-table .col2 {
	width: 300px;
}
.product-table .col2-long {
	width: 600px;
}
.product-table .col3 {
	width: 300px;
}
.product-table tr:nth-child(odd) {
	background: #ececee;
}

.price-table {
	margin-bottom: 30px;
	overflow-x: auto;
	font-size: 14px;
}
.price-table th {
	border-bottom: 1px solid #333334;
}
.price-table .col100 {
	width: 100px;
}
.price-table .col200 {
	width: 200px;
	min-width: 200px;
}
.price-table .col300 {
	width: 300px;
}
.price-table .col400 {
	width: 300px;
}
.price-table .col600 {
	width: 600px;
}
.price-table .col1 {
	width: 200px;
}
.price-table .col1-long {
	width: 350px;
}
.price-table .col2 {
	width: 300px;
}
.price-table .col2-long {
	width: 600px;
}
.price-table .col3 {
	width: 300px;
}
.header-row th{
	padding-top: 0.309rem;
	padding-bottom: 0.309rem;
}
.price-table tr:nth-child(odd) {
	background: #ececee;
}
.price-table tr.row-light,.price-table td.row-light{
	background: #f8f9fa;
}
.price-table tr.row-dark, .price-table td.row-dark{
	background: #ececee;
}
.row-dark.ebook-row td{
	backdrop-filter: brightness(98.5%);
}
.row-light.ebook-row td{
	backdrop-filter: brightness(98%);
}
.product-table-border-bottom{
	border-bottom: 1px solid #e2e2e2 ;
}
footer {
	font-size: 12px;
}
.footer-container {
	background: #333334;
	padding: 24px 5%;
	border-top: 1px solid #707070;
	color: #f8f9fa;
}
.footer-container ul {
	list-style-type: none;
	padding: 0 0;
}
.footer-container a {
	text-decoration: none;
	color: #f8f9fa;
}
.footer-bottom-right {
	text-align: right;
	display: inline-block;
}
.footer-bottom-right a {
	text-decoration: none;
}

.footer-bottom-right li {
	display: inline;
}
.back-to-top {
	padding-top: 8px;
	padding-bottom: 8px;
}
.footer-disclaimer {
	margin-top: 30px;
}
.footer-bottom-right {
	text-align: right;
}

.subtext {
	font-size: 12px;
	font-weight: 100;
}

.product-title {
	margin-bottom: 1.618rem;
	margin-top:1rem;
}
.product-title-container {
	padding: 0 6vw 0 1rem;
}

.menu-icon {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.menu-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.menu-icon span {
	background: #f3e5f5;
}
.menu-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.menu-icon span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.menu-icon span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.menu-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}

.menu-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #d352a2;
	background-color: #464648;
}
.search-icon {
	width: 22px;
}

.ui-tabs-active a {
	border-bottom: 3px solid #d352a2;
}

.back-to-top {
	--size: 34px;
	width: var(--size);
	height: var(--size);
	display: flex;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 10;
	border-radius: 50%;
	background-color: #3c3c3b;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
}

.back-to-top:hover {
	background-color: #d352a2;
}

.back-to-top .cd-icon {
	--size: 20px;
	display: block;
	margin: auto;
	color: hsl(0, 0%, 100%);
}

.back-to-top--is-visible {
	visibility: visible;
	opacity: 1;
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.page2a-container {
	background: white;
	padding: 60px 80px;
}

@media (max-width: 992px) {
	.nav-mega .dropdown-menu.mega-menu > li {
		padding: 12px 8px;
	}

	.media-heading {
		font-size: 16px;
		margin-top: 4px;
	}
	.sublink {
		padding-left: 24px;
		padding-top: 4px;
		margin-top: 5px;
		font-size: 14px;
	}
	.sublink li {
		margin: 4px 0;
	}
	.sublink-single-level {
		padding-top: 10px !important;
		padding-bottom: 20px !important;
	}
	.sublink-single-level li {
		padding: 6px 26px !important;
		font-size: 14px;
	}
	.sublink-multi-level {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 10px;
	}
	.sublink-multi-level li {
		padding: 6px 8px !important;
		font-size: 14px;
	}
}
@media (max-width: 1024px) {
	.nav-mega .dropdown-menu.mega-menu > li {
		padding: 12px 8px;
	}

	.media-heading {
		font-size: 16px;
		margin-top: 4px;
	}
	.sublink {
		padding-left: 24px;
		padding-top: 4px;
		margin-top: 5px;
		font-size: 14px;
	}
	.sublink li {
		margin: 4px 0;
	}
	.sublink-single-level {
		padding-top: 10px !important;
		padding-bottom: 20px !important;
	}
	.sublink-single-level li {
		padding: 6px 26px !important;
		font-size: 14px;
	}
	.sublink-multi-level {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 10px;
	}
	.sublink-multi-level li {
		padding: 6px 8px !important;
		font-size: 14px;
	}
}
@media (max-width: 1080px) {
	.nav-mega .dropdown-menu.mega-menu > li {
		padding: 12px 8px;
	}

	.media-heading {
		font-size: 16px;
		margin-top: 4px;
	}
	.sublink {
		padding-left: 24px;
		padding-top: 4px;
		margin-top: 5px;
		font-size: 14px;
	}
	.sublink li {
		margin: 4px 0;
	}
	.sublink-single-level {
		padding-top: 10px !important;
		padding-bottom: 20px !important;
	}
	.sublink-single-level li {
		padding: 6px 26px !important;
		font-size: 16px;
	}
	.sublink-multi-level {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 10px;
	}
	.sublink-multi-level li {
		padding: 6px 8px !important;
		font-size: 16px;
	}
}
.page2 {
	background: #ebebeb;
}
.page2-news {
	background: #fdfdfd;
	padding: 60px 80px;
}

.page2a {
	background: #ebebeb;
}
.page2b {
	background: white;
	min-height: 800px;
}
.page2a-panel {
	padding: 0 0;
}
/* .page2a-panel:last-child {
	
} */
.page2a-panel-inner {
	position: relative;
	top: -24px;
	background-color: #fdfdfd;
	padding: 1.2rem 1.75rem;
	font-size: 0.9em;
	border-left: 5px solid #6f358a;
	box-shadow: 2px 2px 10px 0 #bfbfbf;
	min-height: 21vh;
	flex-wrap: wrap;
	margin: 0 2vw;
	width: 36rem;
}

.page2a-panel-inner ul {
	columns: 2;
}

.page2a-panel-inner li {
	list-style-image: url("./images/tick.png");
	margin-bottom: 10px;
}
.index-notification-div {
	background-color: #f0f5c8;
	padding: 30px 10%;
	font-size: 0.9em;
	border-left: 5px solid red;
	box-shadow: 2px 2px 10px 0 #bfbfbf;
	margin: 60px 80px;
}
@media (max-width: 574px) {
	.page2a-panel {
		/* padding: 60px 35px 0 35px; */
	}
	.page2a-panel:last-child {
		/* padding: 60px 35px; */
	}
	.page2a {
		background: #ebebeb;
		/* min-height: 1000px; */
	}
	.page2b {
		background: white;
		min-height: 1000px;
	}
	.page2a-subpanellink-news {
		background: #ebebeb;
		padding: 30px 46px;
		min-height: 660px;
		border-left: 5px solid #6f358a;
		box-shadow: 2px 2px 10px 0 #bfbfbf;
	}

	.page2-news {
		background: #fdfdfd;
		padding: 60px 46px;
	}
	.row {
		margin-right: 0;
	}
}
.footer-container li a:hover {
	border-bottom: 3px solid #d352a2;
}
.nav-item a {
	border-bottom: 3px solid #3c3c3b;
	transition: border-bottom-color 0.18s ease-out;
}

.nav-item a:hover {
	border-bottom-color: #d352a2;
}

.search-query h1 {
	font-size: 30px;
}

.highlight {
	background: #ffff98;
}
.product-table a i:hover {
	color: #333334;
	border: 1px solid #333334;
	border-radius: 5px;
}
.page3 {
	min-height: 650px;
	padding: 60px 30px;
}
.page3-subtitle {
	text-align: left;
	min-height: 65px;
	font-size: 22px;
}
.page3-icon {
	margin-bottom: 30px;
	bottom: 0 !important;
	text-decoration: none;
	color: #333334;
	border: 1px solid #333334;
	padding: 5px 0 5px 15px;
}
a.page3-icon:hover {
	color: #f8f9fa;
}
a.page3-icon-dark:hover {
	color: #333334;
}

.page3-icon .fa {
	font-size: 10px;
}
.page3-icon-light {
	color: #f8f9fa;
	border: 1px solid #f8f9fa;
}
.page3-content1 {
	background-color: #5d5d5d;
	color: #f8f9fa;
}

.page3-content2 {
	background-color: #707070;
	color: #f8f9fa;
}
.page3-content3 {
	background-color: #f8f9fa;
}
.page3-content4 {
	background-color: #7e6085;
	color: #f8f9fa;
}
.page3-content5 {
	background-color: #73367b;
	color: #f8f9fa;
}
@media (max-width: 992px) {
	.page3 {
		min-height: 250px;
	}
	.page3-icon {
		margin-bottom: 30px;
		bottom: auto !important;
	}
}
/* 
#nav-icon {
	width: 30px;
	height: 22px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
} */

#nav-icon:hover > * {
	background: #d352a2;
}
/* /* 
#nav-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon span:nth-child(2) {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon span:nth-child(3) {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
} */
/* 
#nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

#nav-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 18px;
	left: 8px;
} */
button.navbar-toggler.menu-button {
	border: 0px;
}

.topBarRightButton li:hover * {
	color: #d352a2;
}

.top-menu li:hover * {
	color: #d352a2;
}
.page2a-subpanellink-news h3 {
	font-weight: bold;
}

.table-wrapper {
	width: 100%;
	overflow-x: scroll;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 12px;
}

::-webkit-scrollbar:horizontal {
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
}
.dropdown-toggle .fa {
	font-size: 10px;
	width: 10px;
	transition: all 0.2s ease-out;
}
.dropdown-toggle:hover .fa {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: scale(1.2);
}
.dropdown-toggle.show .fa {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (max-width: 1024px) {
	.index-notification-div {
		margin: 60px 35px 35px 35px;
		padding: 30px;
	}
}

.break {
	flex-basis: 100%;
	height: 0;
}

.img-round-icon-container {
	border-radius: 50%;
	height: 85px;
	width: 85px;
	background-color: #f8f7f6;
	border: 1px solid #f8f7f6;
	mask-size: 70%;
	mask-repeat: no-repeat;
	clip-path: circle(40px at center);
}

.img-round-icon-container img {
	height: 70px;
	width: 70px;
}
.page3-icon-text {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	word-spacing: 0.15rem;
}

@media (min-width: 1920px) {
	.news-container {
		text-align: center;
		padding: 0 10vw;
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 4;
		-webkit-column-gap: 0.5rem; /* Chrome, Safari, Opera */
		-moz-column-gap: 0.5rem; /* Firefox */
		column-gap: 0.5rem;
	}
}
@media (max-width: 1024px) {
	.index-notification-div {
		margin: 60px 35px 35px 35px;
		padding: 30px;
	}
}

.break {
	flex-basis: 100%;
	height: 0;
}

.img-round-icon-container {
	border-radius: 50%;
	height: 85px;
	width: 85px;
	background-color: #f8f7f6;
	border: 1px solid #f8f7f6;
	mask-size: 70%;
	mask-repeat: no-repeat;
	clip-path: circle(40px at center);
}

.img-round-icon-container img {
	height: 70px;
	width: 70px;
}
.page3-icon-text {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	word-spacing: 0.15rem;
}

@media (min-width: 960px) {
	.page2 {
		padding: 0;
	}
	.news-container {
		padding: 0 5vw;
		/* min-height:70vh; */
	}
}

@media (min-width: 1024px) {
	.subtext {
		font-size: 10px;
	}

	footer {
		font-size: 0.75rem;
	}
}

@media (min-width: 1920px) {
	.news-container {
		text-align: center;
		padding: 0 10vw;
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 4;
		-webkit-column-gap: 0.5rem; /* Chrome, Safari, Opera */
		-moz-column-gap: 0.5rem; /* Firefox */
		column-gap: 0.5rem;
	}
}
.hero-section {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: center;
	height: 23.5vh;
	padding-left: 6vw;
}
.for-employer-hero-section {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../asset/bg3.png");
}
.tiles-layout {
	border: 1px solid #5d5d5d;
	border-left: 6px solid #6f358a;
	padding: 1rem;
	margin: 1rem;
	background-color: #f3f3f3;
	/* width: 28.81rem;
    height: 14rem; */
	/* flex: 1 1 0 !important; */
}
.tiles-layout.info-for-students, .tiles-layout.info-for-employer {
	
	width: 28.81rem;
    height: 14rem;
	padding: 1.618rem 2.6rem;
	/* flex: 1 1 0 !important; */
}
.tiles-layout.intro-to-product{	
	width: 18.6rem;
    height: 13rem;
	padding: 1rem 1.6rem;
	/* flex: 1 1 0 !important; */
}
.container {
	max-width: 100%;
	width: 100vw;
}
.main-content {
	padding: 0 6vw;
	margin: 2vw 0;
}
.employer-updates {
	background-color: #f3f2f2;
}

.scroller {
	/* height: 90vh;   */
	scroll-snap-type: y mandatory;
}

.scroller section {
	scroll-snap-align: start;
}

.study-phase-button {
	border: 1px solid #707070;
	padding: 8px 12px;
	width: fit-content;
	border-radius: 36px;
	height: 24px;
	min-width: 116px;
	font-weight: bold;
	position: relative;
	left: -14px;
}
.study-phase-prepare-bg {
	background: rgb(252, 136, 136);
	background: linear-gradient(0deg, rgba(252, 136, 136, 1) 0%, rgba(253, 176, 176, 1) 85%);
}
.study-phase-learn-bg {
	background: rgb(206, 173, 255);
	background: linear-gradient(0deg, rgba(206, 173, 255, 1) 0%, rgba(218, 194, 255, 1) 85%);
}
.study-phase-check-bg {
	background: rgb(156, 198, 252);
	background: linear-gradient(0deg, rgba(156, 198, 252, 1) 0%, rgba(187, 216, 253, 1) 85%);
}
.study-phase-rehearse-bg {
	background: rgb(133, 255, 192);
	background: linear-gradient(0deg, rgba(133, 255, 192, 1) 0%, rgba(166, 255, 209, 1) 85%);
}
.study-phase-assess-bg {
	background: rgb(255, 226, 133);
	background: linear-gradient(0deg, rgba(255, 226, 133, 1) 0%, rgba(255, 235, 169, 1) 85%);
}

#phase-tabs li a {
	color: #333334;
	text-decoration: none;
	list-style: none;
}

.tabs-div {
	position: relative;
	overflow: hidden;
}

.tabs-div-ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 1px;
	list-style: none;
	padding: 0;
	margin-bottom: 2vw;
	/*list-style-type: none;*/
}

.tabs-div-ul li {
	flex-grow: 1;
	flex-basis: auto;
	text-align: center;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 5px;
}
.tabs-div-ul a {
	color: #333334;
	text-decoration: none;
}

.tabs-div-ul li:first-child {
	border-right: 1px solid #ccc;
	border-left: 0;
}
.tabs-div-ul li:last-child {
	border-left: 1px solid #ccc;
	border-right: 0;
}
@media (max-width: 991px) {
	.navbar-brand img {
		max-width: 120px;
	}
}
@media (max-width: 991px) {
	#search-box {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
	}
}
@media (max-width: 991px) {
	.navbar-nav {
		font-size: 14px;
	}
	.dropdown-menu {
		font-size: 13px;
	}
}

.study-phases {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 0 20px;
}
.phase-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 calc(20% - 53px);
	max-width: calc(20% - 53px);
}
.phase-card {
	flex: 1;
	width: 100%;
	border: 1px solid #707070;
	border-radius: 8px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: box-shadow 0.3s ease;
	box-sizing: border-box;

	align-self: stretch;
}

.phase-card:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.phase-icon {
	width: 60px;
	height: 60px;
	background-color: #f0f0f0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.phase-icon img {
	max-width: 60%;
	max-height: 60%;
}

.phase-title {
	margin: 0 0 15px;
	font-size: 1.2em;
	color: #333;
}

.phase-description {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	color: #666;
}

.phase-description li {
	margin-bottom: 5px;
}
.custom-hero h2 {
	padding: 20px;
	margin: 0;
}
.phase-arrow {
	flex: 0 0 auto;
	width: 30px;
	display: flex;
	align-self: center !important;
	justify-content: center;
	margin: 0 calc(10px - 12px);
}
/* Responsive adjustments */
@media (max-width: 1200px) {
	.phase-container {
		flex: 1 1 calc(20% - 24px);
		max-width: calc(20% - 24px);
	}
}
@media (max-width: 992px) {
	.phase-container {
		flex: 1 1 calc(20% - 28px);
		max-width: calc(20% - 28px);
	}
}
@media (max-width: 768px) {
	/* .phase-card {
		flex: 1 1 calc(50% - 20px);
	} */
	.phase-container {
		flex: 1 1 100%;
		max-width: 33vw;
		/* flex-direction: column; */
	}
	.phase-arrow {
		transform: rotate(90deg);
		margin: 10px 0;
	}
	/* .phase-arrow {
		flex: 1 1 100%;
			
	} */
	.study-phases {
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	/* .phase-card {
		flex: 1 1 100%;
	} */
	.phase-container {
		flex: 1 1 100%;
	}
	.phase-card {
		min-width: 0;
	}
}

/* Responsive adjustments */
@media (max-width: 1200px) {
	.phase-card {
		flex: 1 1 calc(30% - 20px);
		padding: 8px;
	}
	.study-phases {
		gap: 8px;
	}
	.phase-description {
		font-size: 0.7em;
	}
	.phase-title {
		font-size: 1em;
	}
	.phase-arrow {
		width: 16px;
		height: 16px;
		margin: 0 calc(10px - 12px);
	}
}

@media (max-width: 768px) {
	.phase-card {
		flex: 1 1 calc(50% - 20px);
		min-width: 120px;
		/* Add this line */
	}
	.phase-arrow {
		margin: 0 calc(8px);
		align-self: center !important;
		justify-content: center !important;
	}
}

@media (max-width: 480px) {
	.study-phases {
		padding: 10px;
		align-self: start;
		/* Reduce padding for smaller screens */
	}

	.phase-card {
		flex: 1 1 100%;
		min-width: 0;
		/* Remove min-width for full-width cards */
	}
}

@media (max-width: 390px) {
	.study-phases {
		padding: 5px;
		/* Further reduce padding for very small screens */
	}

	.phase-card {
		padding: 10px;
		/* Reduce padding inside cards */
	}

	.phase-icon {
		width: 40px;
		/* Make icons smaller */
		height: 40px;
	}

	.phase-title {
		font-size: 1em;
		/* Reduce font size */
	}

	.phase-description {
		font-size: 0.8em;
		/* Reduce font size */
	}
}
.responsive-hero {
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.responsive-hero {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 480px) {
	.responsive-hero {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 991px) {
	.dropdown-menu {
		border: none;
		padding: 0;
		margin: 0;
	}
	.dropdown-menu .row {
		margin: 0;
	}
	.dropdown-menu .col-lg-2,
	.dropdown-menu .col-lg-3 {
		padding: 0;
	}
	.nav-link {
		padding: 0.5rem 1rem;
	}
	.navbar-nav .dropdown-menu {
		position: static;
		float: none;
	}
}
.custom-hero {
	height: 20vh; /* Default height for larger screens */
	min-height: 12vh; /* Minimum height to ensure content visibility */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1024px) and (min-width: 769px) {
	.custom-hero {
		height: 16vh; /* Height for tablet screens */
	}
}
@media (max-width: 768px) {
	.custom-hero {
		height: 14vh;
		/* Slightly shorter for medium screens */
	}
}

@media (max-width: 480px) {
	.custom-hero {
		height: 12vh; /* Even shorter for mobile screens */
	}
	.custom-hero h2 {
		padding: 0;
		margin: 0;
	}
	.tabs-div-ul {
		margin: 0 18px;
	}
}
.title-container {
	display: flex;
	align-items: center;
	gap: 20px; /* Space between button and title */
}
.capsule-button {
	padding: 4px 12px;
	border-radius: 50px; /* Creates the capsule shape */
	border: none;
	background-color: #6f358a; /* Or your preferred color */
	color: white;
	font-size: 12px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.capsule-button:hover {
	background-color: #0056b3; /* Darker shade for hover effect */
}
.toc {
	background-color: #ffffff;
	width: 360px;
}
.accordion-body {
	background-color: #ffffff;
	border-left: 3px solid #6f358a;
}
.accordion-button:hover {
	background-color: #dedee2;
}
.accordion-button:not(.collapsed) {
	background-color: #dedee2;
	color: #212529;
	border-left: 3px solid #6f358a;
}
.accordion-button:focus {
	border-color: #6f358a;
	box-shadow: 0 0 0 0.25rem rgba(111, 53, 138, 0);
}
.page2a-content {
	max-width: 42vw;
}
.page2a-tiles {
	border-left: 5px solid #6f358a;
	box-shadow: 2px 2px 10px 0 #bfbfbf;
	min-width: 28rem;
	background-color: #fdfdfd;
	opacity: 999;
}
.important-news {
	border-left: 5px solid #6f358a;
	background-color: #fffceb;
}
.important-news-icon {
	width: 18px;
	height: 18px;
}
.news-item:hover {
	background-color: #fbf9fc;
}
.page2a-tiles-container {
	height: 28vh;
}
.main-bg {
	background-color: #fdfdfd;
}
.news-item-text {
	font-size: 0.8rem;
}
.news-item a {
	color: #333334;
	text-decoration: none;
}
.for-employer-main {
	background-color: #fdfdfd;
	text-decoration: none;
}
.for-students-main {
	background-color: #fdfdfd;
	text-decoration: none;
}
.for-students-main h1 {
	font-size: 1.85rem;
}
.for-students-main h2 {
	font-size: 1.5rem;
}
.for-students-main h3 {
	font-size: 1.3rem;
}
.for-students-main h4 {
	font-size: 1.2rem;
}
.bi {
	color: #333334;
	width: 1em;
}
.bi.copy-link-icon {
	font-size: 1.3rem;
	opacity: 0;
}
.bi::before {
	vertical-align: -0.175em !important;
}
.top-scroll-bar-container {
	overflow-x: scroll;
	overflow-y: hidden;
	height: 20px;
}
.top-scroll-bar {
	width: 100%;
}
.tooltip {
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}
.tooltip-inner {
	background-color: #707070;
	padding: 0.28rem 0.5rem;
	max-width: fit-content;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #707070;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	left: -10000px;
}
.tabs-content a {
	text-decoration: underline solid #014ab7 1px;
	color: #014ab7;
}

.tabs-content a:hover {
	text-decoration: underline solid #015adf 1px;
	color: #015adf;
}

.page3-content2 a {
	text-decoration: underline solid #f8f9fa 1px;
	color: #f8f9fa;
}
.page3-content2 a:hover {
	text-decoration: underline solid #f8f9fa 1px;
	color: #f8f9fa;
}

.table th {
	border-bottom: 1px solid #707070;
	background-color: var(--bs-table-striped-bg);
}
.table td,
th {
	align-content: center;
	text-align: center;
}
.table li {
	text-align: start;
}
.table .top-left-header {
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	background-color: var(--bs-table-striped-bg);
}
.table .left-header {
	border-right: 1px solid #707070;
	border-bottom: 0;
	background-color: var(--bs-table-striped-bg);
	margin: 2px 14px;
}
.header-left-banner {
	padding-left: 4px;
	border-left: 5px solid #ffdb46;
}
#tutorial-type-sub-menu li {
	background-color: #f5f5f5;
	padding: 6px 12px;
}

#tutorial-type-menu[aria-expanded="true"] {
	background-color: #f5f5f5;
}
.left-toc {
	min-width: 15vw;	
}
.product-inner-content {
	/* max-width: 66vw; */	
	margin-left: 3rem !important;
	margin-right:2rem;	 	
}
.product-inner-content-no-toc {
	/* max-width: 66vw; */	
	margin-left: 1rem !important;
	margin-right:2rem;	 	
}
.product-inner-content-container {
	border-left: 1px solid #dee2e6;
}
.phases-circle-icon {
	border: 1px solid #bfbfbf;
	border-radius: 16px;
	padding: 4px;
	width: 28px;
	height: 28px;
	text-align: center;
	align-content: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 2px;
	font-weight: 600;
}
.phases-pill {
	border: 1px solid #3d3d3d;
	border-radius: 24px;
	padding: 2px 16px;
	width: 86px;
	text-align: center;
	align-content: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: 2px 2px;
	font-weight: 600;
	font-size: 0.85rem;
}
.legend-table {
	padding: 0rem;
}
.legend-table div {
	padding: 0rem 0.5rem;
}
.legend-table-header {
	border-bottom: 1px solid #e0e0e0;
	font-size: 0.75rem;
}

.legend-table-item {
	font-size: 0.75rem;
}

.legend-table-item > .bi {
	font-size: 0.65rem;
	margin-right: 0.75rem;
}
.phase-table .bi {
	margin-left: 0.5rem;
}
.bi-file-earmark-pdf{
	font-size: 1rem;
}
.deadlines-table td{
	padding:0.45rem 0.5rem;
}.product-table-header {
	height: var(--product-row-height);
	padding-left: 0.75rem;
	background-color: #f2f2f2;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
	
}
.product-table-header > div:first-child {
	width: 30%;
}
.product-table-header > div:last-child {
	width: 70%;
}
.product-table-row {
	position: relative;
	height: var(--product-row-height);
	text-align: start;
	vertical-align: top;

	padding: 0.25rem 0;
	align-content: center;
	padding-left: 0.75rem;
}

.product-table-phases-bar {
	opacity: 0.8;
	/* border: 1px solid #999999; */
	border-radius: 32px;
}

.product-table-row:nth-child(odd) {
	background-color: #fdfdfd;
}
.product-table-row:nth-child(even) {
	background-color: #f7f7f7;
}
.product-table-cell {
	width: 100%;
	z-index: 990;
	position: relative;
	margin-left:1rem;
}
.product-table-cell .bi {
	margin-left: 0.5rem;
}
.product-table-phases-container {
	left: -50%;
}
.product-table-phases-container.subject{
	left: -50%;
}
.product-table-phase-label {
	z-index: 999;
	position: relative;
	font-weight: 600;
}
.prepare-bar-cp2-cp3 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-cp2-cp3 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-cp2-cp3 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-cp2-cp3 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 4);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-cp2-cp3 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 6);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-cp2-cp3 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-cp2-cp3 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
}
.check-label-cp2-cp3 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.rehearse-label-cp2-cp3 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 4);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.assess-label-cp2-cp3 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 6);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.prepare-bar {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 6);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 9);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
}
.check-label {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
}
.rehearse-label {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 6);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
}
.assess-label {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 9);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}

.prepare-bar-sp1578 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-sp1578 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-sp1578 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-sp1578 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-sp1578 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 8);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-sp1578 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-sp1578 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.check-label-sp1578 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.rehearse-label-sp1578 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
}
.assess-label-sp1578 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 8);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.prepare-bar-sp4 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-sp4 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-sp4 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-sp4 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-sp4 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 8);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-sp4 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-sp4 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.check-label-sp4 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.rehearse-label-sp4 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
}
.assess-label-sp4 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 8);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.prepare-bar-sp9 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-sp9 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-sp9 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-sp9 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 4);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-sp9 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 7);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-sp9 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-sp9 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
}
.check-label-sp9 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
}
.rehearse-label-sp9 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 4);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
}
.assess-label-sp9 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 7);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.prepare-bar-sp6 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-sp6 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 2);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-sp6 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-sp6 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 3);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-sp6 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-sp6 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-sp6 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 2);
	width: var(--product-row-width);
}
.check-label-sp6 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
}
.rehearse-label-sp6 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 3);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.assess-label-sp6 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.prepare-bar-sa1 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-sa1 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-sa1 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-sa1 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 4);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-sa1 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 6);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-sa1 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-sa1 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
}
.check-label-sa1 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.rehearse-label-sa1 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 4);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.assess-label-sa1 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 6);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}

.prepare-bar-sa2 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-sa2 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-sa2 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-sa2 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 6);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-sa2 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 8);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-sa2 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-sa2 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
}
.check-label-sa2 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.rehearse-label-sa2 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 6);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.assess-label-sa2 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 8);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}

.prepare-bar-sa34 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-sa34 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-sa34 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-sa34 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 4);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-sa34 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 6);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-sa34 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-sa34 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
}
.check-label-sa34 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.rehearse-label-sa34 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 4);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.assess-label-sa34 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 6);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}

.prepare-bar-sa7 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-sa7 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-sa7 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-sa7 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-sa7 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 7);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-sa7 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-sa7 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.check-label-sa7 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
}
.rehearse-label-sa7 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
}
.assess-label-sa7 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 7);
	height: calc(var(--product-row-height) * 3);
	width: var(--product-row-width);
}


.prepare-bar-cb12 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-cb12 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-cb12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-cb12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-cb12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 7);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-cb12 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-cb12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.check-label-cb12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 5);
	width: var(--product-row-width);
}
.rehearse-label-cb12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.assess-label-cb12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 7);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.prepare-bar-cs12 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-cs12 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-cs12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-cs12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-cs12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 8);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-cs12 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-cs12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.check-label-cs12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.rehearse-label-cs12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
}
.assess-label-cs12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 8);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.prepare-bar-cm12 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-bar-cm12 {
	left: calc(var(--product-row-width) - var(--product-column-offset));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 96;
	opacity: 0.98;
}
.check-bar-cm12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
	z-index: 97;
}
.rehearse-bar-cm12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
	z-index: 98;
}
.assess-bar-cm12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 8);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
	z-index: 99;
}
.prepare-label-cm12 {
	height: calc(var(--product-row-height) * 1);
	width: var(--product-row-width);
}
.learn-label-cm12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)));
	top: calc(var(--product-row-height) * 1);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.check-label-cm12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 2);
	top: calc(var(--product-row-height) * 2);
	height: calc(var(--product-row-height) * 6);
	width: var(--product-row-width);
}
.rehearse-label-cm12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 3);
	top: calc(var(--product-row-height) * 5);
	height: calc(var(--product-row-height) * 7);
	width: var(--product-row-width);
}
.assess-label-cm12 {
	left: calc((var(--product-row-width) - var(--product-column-offset)) * 4);
	top: calc(var(--product-row-height) * 8);
	height: calc(var(--product-row-height) * 4);
	width: var(--product-row-width);
}
.product-table-subject{
	--product-row-height: 2.125rem;
	--product-row-width: 2.25vw;
	--product-column-offset: -2.5vw;	
}
.subejct-proudct-table{
	width:90%;
}
.table-of-content li{
	margin-bottom:0.125rem;
}
.product-content h3{
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.markdown-alert.markdown-alert-important {
    border-left-color: var(--borderColor-done-emphasis);
}
.markdown-alert {
    padding: var(--base-size-8) var(--base-size-16);
    margin-bottom: var(--base-size-16);
    color: inherit;
    border-left: .25em solid var(--borderColor-default);
}
.markdown-alert.markdown-alert-important .markdown-alert-title {
    color: var(--fgColor-done);
}
.octicon {
    display: inline-block;
    overflow: visible !important;
    vertical-align: text-bottom;
    fill: currentColor;
}
.markdown-alert .markdown-alert-title {
    display: flex
;
    font-weight: var(--base-text-weight-medium, 500);
    align-items: center;
    line-height: 1;
}
.markdown-alert>:first-child {
    margin-top: 0;
}
.markdown-alert>:last-child {
    margin-bottom: 0;
}
.right-border{
	border-right: 1px solid #707070;		
	margin-right: 2rem;	
}
.sublink h6{
	font-size: 1rem;
}
h2.heading-links{
	margin-top:1rem;
}
.col-400{
	width: 400px;
}
.col-500{
	width: 500px;
}
.sublink.two-columns{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.price-subtext {
	font-size:0.78rem;
}