body {
	font-size: 1.6rem;
}

h1, h2, h3, h4, h5 {
	margin-top: 0px;
	color:black;
}

h1, .h1,
h2, .h2 {
	font-size: 2.4rem;
}

h4, .h4 {
	font-size: 2.4rem;
}
a {
	color: black;
	text-decoration: underline;
}

hr {
	width: 100%;
	margin: 1.83em 0px;
}

@media(max-width:1199px) {
	hr {
		margin: 1.83em 0px 1.83em;
	}
}
@media(max-width:991px) {
	hr {
		margin: 1.13em 0px 1.13em;
	}
}

.lms-nav hr {
	border-top: 2px solid white;
	opacity: 1;
}

smaller {
	font-size: 15px;
}

.uppercase {
	text-transform: uppercase;
}

.flex {
	display: flex;
	gap: 20px;
}

	.flex > div {
		flex-grow: 1;
		gap: 10px;
	}

.alert-status-3 {
	--bs-alert-color: #0f5132;
	--bs-alert-bg: #d1e7dd;
	--bs-alert-border-color: #badbcc;
}

.alert-status-4 {
	--bs-alert-color: #664d03;
	--bs-alert-bg: #fff3cd;
	--bs-alert-border-color: #ffecb5;
}

.alert-20 {
	font-size: 20px;
}

.alert.inline-block {
	display: inline-block;
}

.singular span {
	display: none;
}

.btn {
	display: inline-block;
	background: #474B89;
	font-weight: 700;
	border-radius: 67px;
	color: #fff;
	border: 3px solid #474B89;
	cursor: pointer;
	transition: .25s, line-height 0s;
	font-size: 1.6rem;
	height: 34px;
	padding: 0px 30px;
	line-height: 32px;
	text-transform: uppercase;
}
.btn.btn--purple {
	border: 3px solid #814BFA;
	background: #814BFA;
}
.btn.btn--purple:hover {
	background: transparent;
	color: #814BFA;
}


.btn.btn--purple {
	border: 3px solid #814BFA;
	background: #814BFA;
}

.btn.btn--purple:hover {
	background: transparent;
	color: #814BFA;
}


.btn.btn--green {
	border: 3px solid #268346;
	background: #268346;
}

.btn.btn--green:hover {
	background: transparent;
	color: #268346;
}


.btn.btn--red {
	border: 3px solid #FA4B4B;
	background: #FA4B4B;
}

.btn.btn--red:hover {
	background: transparent;
	color: #FA4B4B;
}



.header {
	position: static;
	padding: 0 0px;
	max-width: 1431px;
	margin:0 auto;
}


.colourStrip {
	display:block;
}
.colourStrip__strip {
	height:5px;
	margin-bottom:1px
}
.colourStrip__strip--purple {
	background-color: #814BFA;
}
.colourStrip__strip--red {
	background-color: #E56F6E;
}
.colourStrip__strip--orange {
	background-color: #F3B072;
}
.colourStrip__strip--yellow {
	background-color: #F8DA77;
}

.header__logo {
	padding-top: 0px;
}
@media(max-width:1199px){
	.header__logo {
		padding-top: 10px;
	}
}
.header__logo #logo {
	height:auto;
	min-height:0px;
	background-image: none;
	padding-bottom: 22px;
	padding-left:26px
}
@media(max-width:1199px) {
	.header__logo #logo {
		padding-left: 0px;
		position:relative;
		left:14px;
	}
}
@media(max-width:991px) {
	.header__logo #logo {
		position: relative;
		left:auto;
		right: 10px;
		bottom: 5px;
	}
}
@media(max-width:767px){
	.header__logo #logo {
		padding-left:0px;
	}
}

.umb-block-list > .featuredArc:first-child {
	margin: 0px;
}



.lms-logged-out .featuredArc__inner {
	justify-content: center;
}

.login-form {
	width: 710px;
	max-width: 100%;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
}

.login-form .alert {
	margin-top: 20px;
}

.login-form p {
	text-align: right;
	margin: 0px;
	line-height: 1;
}

.login-form a {
	font-size: 15px;
	color: #333;
	text-decoration: underline;
}

.login-form-field {
	line-height: 1.25;
	margin-bottom: 6px;
}


.lms-nav {
	background: #F2F2F2;
	padding: 40px 0px 40px 40px;
	min-width: 310px;
	max-width: 310px;
	border-radius: 0px 40px 0px 40px;
	-webkit-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.16);
	box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.16);
}

@media(max-width:1199px) {
	.lms-nav {
		padding: 25px 0px 25px 25px;
	}
}

.lms-nav nav {
	margin: 0px;
	display: block;
	/*margin-top: -18px;*/
}

@media(max-width:1199px) {
	.lms-nav nav {
		position: relative;
		left: 0px;
		height: auto;
		z-index: 0;
	}
}

.lms-nav nav ul {
	margin: 0px;
	padding: 0px;
}

.nav-section-header {
	font-size: 16px;
	margin-bottom: 0px;
}

.lms-nav nav li {
	list-style: none;
	margin: 13px 0px;
}

.lms-nav nav a {
	list-style: none;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
	color: #404040;
	transition: .25s;
	display: block;
	padding-right: 40px;
	text-decoration: none;
}

.lms-nav .nav-link {
	margin-bottom: 30px;
	padding-right: 40px;
}

@media(max-width:1199px) {
	.lms-nav nav a {
		padding-right:25px;
	}
	.lms-nav .nav-link {
		margin-bottom: 20px;
		padding-right: 25px;
	}
}

.lms-nav .nav-link:last-child {
	margin-bottom: 0px;
}

.lms-nav .nav-link span {
	font-size: 20px;
}

.lms-nav .nav-link strong {
	display: block;
}

@media(max-width:1199px) {
	.lms-nav .nav-link strong {
		word-wrap: break-word;
	}
}

.lms-nav li.active a {
	color: #8247FF;
}

.lms-nav li ul {
	display: none;
	margin-top: 16px;
}

.lms-nav li.active ul {
	display: block;
}

.lms-nav li ul li {
	padding: 2px 0px 2px 17px;
	margin: 0px;
}

.lms-nav li ul li input {
	position: relative;
	bottom: 1px;
	margin-right: 3px;
	height: 20px;
	width: 20px;
}




.c-hamburger {
	display: none;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 20px;
	font-size: 0;
	text-indent: -9999px;
	margin-top: 19px;
	margin-right: 10px;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	background: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	order: 3;
	z-index: 10;
}

@media(max-width:767px) {
	.c-hamburger {
		display: block;
	}
}

.c-hamburger:focus {
	outline: none
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	right: 0px;
	height: 3px;
	background: #4A4B87;
	border-radius: 26px;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #4A4B87;
	content: "";
	border-radius: 10px;
}


.c-hamburger span::before {
	top: -7px;
}

.c-hamburger span::after {
	bottom: -7px;
}

.c-hamburger span {
	-webkit-transition: background 0s ease .15s;
	transition: background 0s ease .15s;
}

.c-hamburger span::after,
.c-hamburger span::before {
	-webkit-transition-duration: .15s,.15s;
	transition-duration: .15s,.15s;
	-webkit-transition-delay: .15s,0s;
	transition-delay: .15s,0s;
}

.c-hamburger span::before {
	-webkit-transition-property: top,-webkit-transform;
	transition-property: top,transform
}

.c-hamburger span::after {
	-webkit-transition-property: bottom,-webkit-transform;
	transition-property: bottom,transform;
}

.c-hamburger.is-active span {
	background: 0 0 !important;
}

.c-hamburger.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-hamburger.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-hamburger.is-active span::after,
.c-hamburger.is-active span::before {
	-webkit-transition-delay: 0s,.15s;
	transition-delay: 0s,.15s;
}

.c-hamburger.is-active span,
.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after {
	background-color: #000000;
}

.c-hamburger {
	display: none;
	position: absolute;
	top: 2px;
	right: 7px;
	left: auto;
	z-index: 100000;
}
@media(max-width:991px) {
	.c-hamburger {
		display: block;
	}
}




textarea, select:not(.ui-datepicker-month):not(.ui-datepicker-year), input[type="text"], input[type="password"] {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.lms-content {
	flex-grow: 1;
}

@media(max-width:991px) {
	.lms-content {
		width: 100%;
	}
}

.coursesLister {
	width: 100%;
	/*display: grid;
	grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
	grid-template-rows: none;
	grid-row-gap: 40px;
	grid-column-gap: 40px;
	justify-items: left;
	margin-bottom:60px;*/
	display:flex;
	gap:40px;
	flex-wrap:wrap;
}
@media(max-width:991px) {
	.coursesLister {
		gap:20px;
	}
}

.form-control, textarea, select:not(.ui-datepicker-month):not(.ui-datepicker-year), input[type="text"], input[type="password"] {
	font-size: 1.6rem;
	height: 45px;
	padding: 12px 12px 8px;
	line-height: 1.3;
	width: 100%;
}

.appleWebkit .form-control, .appleWebkit textarea, .appleWebkit input[type="text"], .appleWebkit input[type="password"] {
	padding: 8px 12px 8px;
}

.appleWebkit select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
	padding: 6px 12px 10px;
}

@media(max-width:1900px) {
	.appleWebkit select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
		padding: 8px 12px 10px;
	}
}


@media(max-width:1500px) {
	.featuredArc__inner {
		padding: 0 40px;
	}
}

@media(max-width:1400px) {
	.featuredArc__inner {
	}
}

@media(max-width:1199px) {
	.umb-block-list > .featuredArc:first-child {
		margin: 140px 0 80px;
	}

	body {
		font-size: 1.6rem;
	}
}



textarea {
	min-height: 120px;
}


.form-label, .form-check-label, label {
	display: block;
}

.form-check-label {
	position: relative;
	top: 3px;
}

.appleWebkit .form-check-label {
	top: 9px;
}


.lms-content form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lms-content form > div {
	flex-basis: 0;
	max-width: calc(50% - 10px);
	min-width: calc(50% - 10px);
	margin-bottom: 20px;
	position: relative;
}

.lms-content form > div.form-container-textarea,
.lms-content form > div.full-width {
	min-width: 100%;
	max-width: 100%;
}

.lms-content form > div span {
	font-size: 20px;
	font-weight: 600;
	display: block;
}

.lms-content form > #map {
	min-width: 100%;
	max-width: 100%;
}

.field-error {
	position: absolute;
	bottom: -13px;
	left: -6px;
	border: 1px solid aliceblue#f5c2c7;
	background: #f8d7da;
	color: #842029;
	font-size: 14px;
	padding: 3px 10px;
	border-radius: 3px;
}

.form-error {
	color: #842029;
	background: #f8d7da;
	border: 1px solid #f5c2c7;
	width: 100%;
	min-width: 100% !important;
	padding: 10px 20px;
	font-size: 20px;
}

.form-check {
	padding-top: 10px;
	padding-bottom: 18px;
}

.form-helper-text {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px 0px;
	border: 1px solid rgba(0,0,0,0.1);
	background: #F0F8FF;
	padding: 7px 10px;
	margin-top: 10px;
}

input[type="submit"], 
button[type="submit"], 
.lms-content button, 
.btn-submit {
	display: inline-block;
	background: #474B89;
	font-weight: 700;
	border-radius: 67px;
	color: #fff;
	border: 3px solid #474B89;
	cursor: pointer;
	transition: .25s, line-height 0s;
	font-size: 1.6rem;
	height: 34px;
	padding: 0px 30px;
	line-height: 32px;
	text-transform: uppercase;
}

@media(max-width:1199px) {
	input[type="submit"],
	button[type="submit"],
	.lms-content button,
	.btn-submit {
		font-size: 1.7rem;
		padding: 0px 20px;
		line-height: 35px;
		height: 38px;
	}
}

.appleWebkit input[type="submit"],
.appleWebkit button[type="submit"],
.appleWebkit .lms-content button,
.appleWebkit [class^="btn"] {
	line-height: 27px;
}

input[type="submit"]:disabled,
button[type="submit"]:disabled,
.lms-content button:disabled,
.btn-submit:disabled {
	background: #717171 !important;
	border: 3px solid #717171 !important;
	cursor: default;
	color: white !important;
}


input[type="submit"]:hover,
button[type="submit"]:hover,
.lms-content button:hover{
	background: transparent;
	color: #474B89;
	transition: .25s;
	border-color: #474B89;
}



.form-panel header,
.form-panel .form-footer{
	background: #F8DA77;
	font-weight: 600;
	font-size: 2rem;
	padding: 0px 20px 0px 20px;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

.form-panel header button,
.form-panel header a.btn,
.form-panel .form-footer button,
.form-panel .form-footer a.btn,
.form-panel .form-footer input[type="submit"],
.form-panel td a.btn {
	padding: 0px 11px;
	line-height: 21px;
	height: 25px;
	position: relative;
	z-index: 100;
}

.appleWebkit .form-panel header button,
.appleWebkit .form-panel header a.btn,
.appleWebkit .form-panel .form-footer button,
.appleWebkit .form-panel .form-footer a.btn,
.appleWebkit .form-panel .form-footer input[type="submit"],
.appleWebkit .form-panel td a.btn {
	line-height: 19px;
}

.form-panel section {
	margin-top: 2px;
	background: #f2f2f2;
	padding: 17px 50px 30px 20px;
}
@media(max-width:767px){
	.form-panel section {
		padding-right: 20px;
	}
}
.form-panel__learningEvent section,
.form-panel__completedCourses section {
	padding: 17px 21px 30px;
}
.form-panel__learningEvent table,
.form-panel__completedCourses table {
	margin-top: 2px !important;
	margin-bottom: 0px !important;
}
.form-panel__completedCourses table + section {
	margin-top: 0px;
}
.form-panel__learningEvent table + section {
	margin-top:-2px;
}
.form-panel form {
	display: block;
}
.form-panel .form-control, .form-panel textarea, 
.form-panel select:not(.ui-datepicker-month):not(.ui-datepicker-year), 
.form-panel input[type="text"], 
.form-panel input[type="password"], 
.form-panel input[type="datetime-local"] {
	font-size: 1.6rem;
	height: 30px;
	padding: 2px 12px 2px;
	line-height: 1.25;
	width: 300px;
}
@media(max-width:767px){
	.form-panel .form-control, .form-panel textarea,
	.form-panel select:not(.ui-datepicker-month):not(.ui-datepicker-year),
	.form-panel input[type="text"],
	.form-panel input[type="password"],
	.form-panel input[type="datetime-local"] {
		width: 300px;
		max-width:100%;
		min-width:0;
	}
}
.form-panel.form-panel--fullWidth .form-control,
.form-panel.form-panel--fullWidth textarea,
.form-panel.form-panel--fullWidth select:not(.ui-datepicker-month):not(.ui-datepicker-year),
.form-panel.form-panel--fullWidth input[type="text"],
.form-panel.form-panel--fullWidth input[type="password"],
.form-panel.form-panel--fullWidth input[type="datetime-local"] {
	width: auto;
	flex: 1;
}
.form-panel textarea {
	width: 100%;
}
.form-panel section > div {
	display: flex;
	margin-bottom: 6px;
	max-width: none;
	min-width: 0px;
}
.form-panel section > div .form-label,
.form-panel section > div .buffer {
	flex-basis: 140px;
	min-width: 140px;
	text-align: right;
	font-weight: 600;
	padding-right: 12px;
}
@media(max-width:991px){
	.form-panel section > div .form-label,
	.form-panel section > div .buffer {
		flex-basis: 110px;
		min-width: 110px;
	}
}
.form-panel section > div .form-label:after {
	content: ":";
}

.form-panel .tox {
	flex-grow: 1;
}
.form-panel .form-footer {
	padding-top: 0px;
	margin-bottom: 0px;
	justify-content: flex-end;
	max-width: 100%;
	margin-top: 2px;
}

.form-panel__learningEvent section > div {
	display: block;
	border-top: 1px solid #4A4B87;
	padding-top: 10px;
	margin-top: 17px;
}
.form-panel__learningEvent section > div:first-child {
	border-top:0px;
}
.form-panel section > div .form-label {
	text-align: right;
	padding-top: 5px;
}
.form-panel.form-panel--readonly section > div .form-label,
.form-panel .form-field--readOnly .form-label {
	padding-top: 0px;
}
.form-panel.form-panel__learningEvent section > div .form-label {
	display: inline-block;
	max-width: none;
	min-width: 0px;
}
.form-panel.form-panel__learningEvent section > div .form-label + p {
	margin-top: 0px;
}



.form-panelContainer--accountDetails {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}
.form-panelContainer--accountDetails .form-panel {
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
}
@media(max-width:767px){
	.form-panelContainer--accountDetails .form-panel {
		width: 100%;
	}
}
.form-panelContainer--accountDetails .form-panel section {
	flex-grow:1;
}
.form-panelContainer--accountDetails .form-panel.form-panel__completedCourses {
	width: 100%;
}


.equipment-field ul, 
.equipment-field ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}



.leaflet-control-geocoder-icon {
	border-radius: 4px !important;
	width: 34px !important;
	height: 38px !important;
	border: none !important;
	background-color: white !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.2 13l3.4 6.6c.6 1.1 2.5-.4 2-1.2l-4-6.2z'/%3E%3Ccircle cx='10.8' cy='8.9' r='3.9' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	cursor: pointer !important;
	padding: 0px 12px !important;
	line-height: 37px !important;
}

.leaflet-touch .leaflet-control-geocoder-icon {
	width: 30px !important;
	height: 30px !important;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-linecap='round' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cg%3E%3Cpath stroke-opacity='.1' d='M14 8.4l3-5'/%3E%3Cpath stroke-opacity='.2' d='M15.6 10l5-3'/%3E%3Cpath stroke-opacity='.3' d='M16.2 12H22'/%3E%3Cpath stroke-opacity='.4' d='M15.6 14l5 3m-6.5-1.4l2.9 5'/%3E%3Cpath stroke-opacity='.5' d='M12 16.2V22m-2-6.4l-3 5'/%3E%3Cpath stroke-opacity='.6' d='M8.4 14l-5 3'/%3E%3Cpath stroke-opacity='.7' d='M7.8 12H2'/%3E%3Cpath stroke-opacity='.8' d='M8.4 10l-5-3'/%3E%3Cpath stroke-opacity='.9' d='M10 8.4l-3-5'/%3E%3Cpath d='M12 7.8V2'/%3E%3CanimateTransform attributeName='transform' calcMode='discrete' dur='1s' repeatCount='indefinite' type='rotate' values='0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12'/%3E%3C/g%3E%3C/svg%3E") !important;
}






.lms-content table td, .lms-content table th {
	font-size: 1.6rem;
	padding: 8px 16px;
}

@media(max-width:1199px) {
	.lms-content table td, .lms-content table th {
		font-size: 15px;
	}
}

.lms-content table th {
	background: #F8DA77;
	min-width: 126px;
}
.lms-content table td {
	border-bottom: 2px solid white;
	vertical-align:middle;
}

.lms-content table td:first-child,
.lms-content table th:first-child {
	padding-left: 24px;
}
.lms-content table td:last-child,
.lms-content table th:last-child {
	padding-right: 24px;
}

.lms-content table td:last-child, .lms-content table th:last-child {
	min-width: 190px;
}
.lms-content table th img {
	margin-left: 6px;
	position:relative;
	bottom:1px;
}
table {
	margin-top:25px;
}
@media(max-width:767px){
	table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}
table tbody {
	background:#f2f2f2;
}
@media(max-width:767px) {
	 /*thead,tbody {
		display: table;
		width: 100%;
	}*/
}
table tr {
	transform: translatex(0);
}
table tr:hover {
	background: #ddd;
}
table a {
	text-decoration:none;
}
table a.expand-link {
	color: #404040;
}
table a.expand-link::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0);
}
table a:not(.btn):not(.expand-link) {
	text-decoration: underline;
}


table th[data-is-sort="true"][data-sorting-direction] span::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 6px;
	background-image: url(/images/sort-up.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
table th[data-is-sort="true"][data-sorting-direction="asc"] span::before {
	background-image: url(/images/sort-up.png);
}
table th[data-is-sort="true"][data-sorting-direction="desc"] span::before {
	background-image: url(/images/sort-down.png);
}
table th[data-is-sort="true"][data-sorting-direction="asc"],
table th[data-is-sort="true"][data-sorting-direction="desc"] {
	text-decoration-line:underline;
}

.lms-content .attendance-table tr:hover {
	background: transparent;
}

.lms-content .attendance-table td, 
.lms-content .attendance-table th {
	font-size: 16px !important;
	text-align: right;
	border-bottom: 0px;
	padding: 2px 5px;
}


.lms-content .attendance-table td:first-child,
.lms-content .attendance-table th:first-child {
	width:100%;
	text-align:left;
	padding-left:0px;
}
.lms-content .attendance-table td:last-child, 
.lms-content .attendance-table th:last-child {
	max-width: 86px !important;
	min-width: 86px !important;
	padding-right:0px;
}
.lms-content .attendance-table td:last-child:first-child,
.lms-content .attendance-table th:last-child:first-child {
	max-width: 100% !important;
	min-width: 100% !important;
}

.lms-content .attendance-table a, .lms-content .attendance-table button {
	font-size: 16px !important;
	height: 30px !important;
	line-height: 28px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	position: static !important;
	transform: none !important;
}

.lms-content .attendance-table td:last-child a,
.lms-content .attendance-table th:last-child a {
	min-width: 80px !important;
}


.attendance-table input {
	position: absolute;
	top: 0px;
	left: -9000em;
}

.attendance-table label {
	display: inline-block;
	background: #474B89;
	font-weight: 700;
	border-radius: 67px;
	color: #fff;
	border: 3px solid #474B89;
	cursor: pointer;
	transition: .25s, line-height 0s;
	font-size: 1.6rem;
	height: 30px;
	padding: 0px 12px;
	line-height: 28px;
	text-transform: uppercase;
}
.attendance-table label {
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}
.attendance-table label:hover {
	background: transparent !important;
	border-color: #dc3545 !important;
	color: #dc3545 !important;
}

.attendance-table label::before {
	content: "Absent";
}
.attendance-table input:checked + label {
	background: #198754 !important;
	border-color: #198754 !important;
}
	.attendance-table input:checked + label:hover {
		background: transparent !important;
		border-color: #198754 !important;
		color: #198754 !important;
	}
.attendance-table input:checked + label:before {
	content: "Attended";
}

.attendance-table select {
	width:100% !important;
}

.attendee__text {
	flex-grow: 1;
	display: flex;
	align-items: center;
	line-height: 1.25;
	border: 1px dashed #707070;
	background: white;
	padding: 3px 9px 3px 14px;
	justify-content: space-between;
	font-weight: 600;
}




@media(max-width:1750px) {
	#learners th:nth-child(5), #learners th:nth-child(6),
	#learners td:nth-child(5), #learners td:nth-child(6),
	#allLearners th:nth-child(4), #allLearners th:nth-child(6),
	#allLearners td:nth-child(4), #allLearners td:nth-child(6) {
		display: none !important;
	}
}

@media(max-width:1400px) {
	#learners th:nth-child(4), #learners th:nth-child(7),
	#learners td:nth-child(4), #learners td:nth-child(7),
	#allLearners th:nth-child(5),
	#allLearners td:nth-child(5) {
		display: none !important;
	}
}

.lms-learners-search {
	display: flex;
	position: relative;
	justify-content: flex-end;
}
@media(max-width:767px){
	.lms-learners-search {
		flex-wrap:wrap;
	}
}
.lms-learners-search a {
	margin-right: 12px;
}
@media(max-width:767px) {
	.lms-learners-search a {
		margin-bottom:15px;
	}
}
.lms-learners-search input[type="text"] {
	flex-basis: 0;
	min-width: 300px;
	margin-right: 18px;
	max-width: 200px;
	min-width: 200px;
	width: 200px;
	border: 2px solid #707070;
	border-radius: 40px;
	height: 35px;
	line-height: 25px;
	padding: 5px 20px;
}
@media(max-width:767px) {
	.lms-learners-search a,
	.lms-learners-search input[type="text"] {
		width:100%;
		max-width:100%;
		flex-grow:1;
		margin-right:0px;
	}
}
.lms-learners-search button {
	background: url(/images/magnifying-glass.png) center center no-repeat;
	font-size: 0;
	border: 0px;
	position: absolute;
	right: 10px;
	top: 0px;
}
@media(max-width:767px){
	.lms-learners-search button {
		top: auto;
		bottom: 0px;
		right: 10px;
		font-size: 0 !important;
	}
}

#noresults {
	font-size: 20px;
}

#noresults:empty {
	display: none;
}



.lms-nav {
	min-width: 311px;
	max-width: 311px;
}

@media(max-width:1900px) {
	.lms-nav nav a,
	.form-label, .form-check-label, label,
	.form-control, textarea, select, input[type="text"], input[type="password"],
	.lms-content form > div span,
	input[type="submit"], button[type="submit"], .lms-content button, table td a,
	table td, table th,
	.lms-nav .nav-link span,
	#noresults,
	select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
		/*font-size: 18px;*/
	}
}

@media(max-width:1199px) {
	.lms-nav nav a,
	.form-label, .form-check-label, label,
	.form-control, textarea, select, input[type="text"], input[type="password"],
	.lms-content form > div span,
	input[type="submit"], button[type="submit"], .lms-content button, table td a,
	table td, table th,
	.lms-nav .nav-link span,
	#noresults,
	select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
		font-size: 1.5rem;
	}
}

@media(max-width:991px){
	.lms-nav {
		position: fixed;
		left: 0px;
		top: 0px;
		bottom: 0px;
		z-index: 1000;
		margin-top: 25px;
		border-radius: 0px;
		display:block;
		left:-100%;
		transition:0.2s all;
	}
	.nav-active .lms-nav {
		left:0%;
	}
}

@media(max-width:767px) {
	#orgs table, #learners table, #allLearners table,
	#orgs tr, #learners tr, #allLearners tr,
	#orgs td, #learners td, #allLearners td {
		display: block;
	}

	#orgs th, #learners th, #allLearners th {
		display: none;
	}

	#orgs td, #learners td, #allLearners td {
		padding: 0px 20px;
	}

	#orgs td:first-child, #learners td:first-child, #allLearners td:first-child {
		padding-top: 20px;
		font-weight: 600;
		padding-bottom: 10px;
	}

	#orgs td:last-child, #learners td:last-child, #allLearners td:last-child {
		padding-bottom: 20px;
		padding-top: 15px;
	}

	.lms-content table td:not(:first-child) a {
		position: static;
		transform: none;
	}
}

.lister-grid tbody {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100% !important;
}

.lister-grid tr:first-child {
	display: none;
}

.lister-grid tr, .lister-grid td {
	display: block;
}

.lister-grid tr {
	display: flex;
	flex-direction: column;
	height: auto;
	width: calc(25% - 12px);
	min-width: calc(25% - 12px);
	max-width: calc(25% - 12px);
	min-height: 199px;
	flex-grow: 1;
	margin-right: 12px;
	margin-bottom: 12px;
	background: #F3F3F3;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 12px;
	border: 1px solid #f3f3f3;
	text-decoration: none;
	flex-basis: 0;
	position: relative;
	padding: 20px 20px 36px;
	cursor: pointer;
	transform-origin: center center;
	transform: scale(1);
	transition: 0.1s all;
}

.lister-grid tr:hover {
	background: #ECECEC;
	transform: scale(0.98);
}

.lister-grid tr:hover td:not(:first-child) a {
	background: transparent;
	color: #474B89;
	transition: .25s;
	border-color: #474B89;
	top: 4px;
	transform: translatey(0%);
}

@media(max-width:1900px) {
	.lister-grid tr {
		width: calc(33.333% - 12px);
		min-width: calc(33.333% - 12px);
		max-width: calc(33.333% - 12px);
	}
}

@media(max-width:1500px) {
	.lister-grid tr {
		width: calc(50% - 12px);
		min-width: calc(50% - 12px);
		max-width: calc(50% - 12px);
	}
}

@media(max-width:1199px) {
	.lms-nav {
		min-width: 270px;
		max-width: 270px;
		margin-top: 26px;
	}
}

@media(max-width:992px) {
	.lms-nav {
		min-width: 100%;
		max-width: 100%;
	}
}

@media(max-width:600px) {
	.lister-grid tr {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-right: 0px;
	}
}

.lister-grid td {
	padding: 0px;
	background: transparent !important;
	min-width: 100%;
	/*flex-basis: 0;*/
}

	.lister-grid td:first-child {
		padding-left: 0px;
	}

.lister-grid .name {
	font-size: 20px;
	font-weight: 600;
	padding-top: 20px;
}

.lister-grid .description {
	min-height: 50px;
	max-height: 100px;
	overflow: hidden;
	flex-grow: 1;
	margin-bottom: 15px;
}

	.lister-grid .description::before {
		content: "";
		display: block;
		width: 100%;
		position: absolute;
		height: 70px;
		background: rgb(243,243,243);
		background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(255,255,255,0) 100%);
		top: 30px;
	}

.lister-grid tr:hover .description::before {
	background: rgb(236,236,236);
	background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(236,236,236,0) 100%);
}

.lister-grid .description::after {
	content: "";
	display: block;
	width: 100%;
	bottom: 0px;
	position: absolute;
	background: rgb(243,243,243);
	top: 90px;
}

.lister-grid tr:hover .description::after {
	background: rgb(236,236,236);
}

.lister-grid .description p {
	margin: 10px 0px;
}

.lister-grid .image {
	margin-left: -20px;
	margin-top: -20px;
	position: relative;
	width: calc(100% + 40px);
}

	.lister-grid .image::after {
		content: "";
		display: block;
		padding-bottom: 56.25%;
	}

	.lister-grid .image img {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: auto;
	}

.lister-table td p {
	margin-top: 0px;
}

.lister-table td:not(:first-child) a {
	position: static !important;
	margin-left: 19px;
	transform: none !important;
}

.lister-table tr th:first-child, .lister-table .image, .lister-table .image img {
	display: none;
}

#courses p {
	margin: 0;
}

#courses .durationHeader {
	text-align: right;
}

#courses .duration {
	text-align: right;
}

.validation-error {
	border-color: red !important;
}






#mycourses .course-row td {
	border-top: 2px solid rgba(0,0,0,0.4);
	padding: 17px 15px !important;
	background: rgba(242, 242, 242, 1);
}

	#mycourses .course-row td.name {
		font-weight: 600;
	}

#mycourses tr:not(.course-row) td {
	font-size: 16px;
}

#mycourses tr td:not(:first-child) a:not(.ui-state-default) {
	top: 50%;
	right: 10px;
	transform: translatey(-50%);
}

#mycourses tr:not(.course-row) td:not(:first-child) a:not(.ui-state-default) {
	font-size: 15px;
	height: 35px;
	line-height: 34px;
	min-width: 100px;
	padding: 0px 20px;
}

#mycourses .course-row td {
	background: rgba(236, 236, 236, 1);
	padding: 23px 16px;
}

.spacer-row td {
	background: transparent !important;
}

.btn-success {
	background: #198754 !important;
	border-color: #198754 !important;
}

	.btn-success:hover {
		background: transparent !important;
		border-color: #198754 !important;
		color: #198754 !important;
	}

.btn-danger {
	background: #dc3545 !important;
	border-color: #dc3545 !important;
}

	.btn-danger:hover {
		background: transparent !important;
		border-color: #dc3545 !important;
		color: #dc3545 !important;
	}

.hide {
	display: none;
}

.progress {
	height: 23px;
	border: 1px solid rgba(0,0,0,0.1);
}

.progress-bar {
	font-size: 14px;
	line-height: 24px;
}


/* Inline #7 | https://localhost:44308/lms/my-courses/ */

.moduleResultStatus {
	display: block;
	background: #cecece;
	border: 1px solid #aaaaaa;
	text-align: center;
	text-transform: capitalize;
	padding: 2px 2px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 4px;
	overflow: hidden;
	max-height: 23px;
	height: 23px;
}

.moduleResultStatus--passed {
	background: rgb(186, 223, 186);
	color: #396439;
	border-color: #396439;
}

.moduleResultStatus--failed {
	background: rgb(223, 186, 186);
	color: #643939;
	border-color: #643939;
}

.moduleResultStatus:empty {
	display: none;
}

.moduleResultStatus.moduleResultStatus--failed {
	background: #F4646C;
	color: white;
	border-color: #B74D53;
}






.ui-datepicker {
	font-size: 1.5rem;
}

.course-details {
	display: flex;
	gap: 40px;
	width: 100%;
	min-width: 100% !important;
	max-width: 100% !important;
}

@media(max-width:767px) {
	.course-details {
		flex-wrap: wrap;
	}

		.course-details > * {
			width: 100%;
		}
}

.course-details-column--left {
	flex-grow: 1;
	padding: 0px;
}
@media(max-width:767px){
	.course-details-column--left {
		order:2;
	}
}

.course-details-column--left table {
	margin-top: 20px;
}

.course-details-column--right {
	min-width: 252px;
}

@media(max-width:1199px) {
	.course-details-column--right {
		min-width: 252px;
	}
}

.course-details-column--left > div, .course-details-column--right > div {
	margin-bottom: 0px;
}

.course-details-column--left > div:first-child p:first-child {
	margin-top:0px;
}

.course-details > div:not(.course-accordions) {
	/*margin-bottom: 50px;*/
}

.course-details label {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 10px;
	margin-bottom: 20px;
	/*max-width: 50%;*/
	font-weight: 600;
	cursor: pointer;
}

.course-details-column--right label {
	border-bottom: 1px solid transparent;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.25;
	min-width: 130px;
	flex: 1;
	max-width: 180px;
}

.course-details--event .course-details-column--right label {
	min-width: 110px;
	max-width: 170px;
}

@media(max-width:1199px) {
	.course-details-column--right label,
	.course-details--event .course-details-column--right label {
		min-width: 100px;
		max-width: 150px;
	}
}

.course-details p, .course-details li, .course-details td {
	font-size: 18px;
}



.right-column-space-between {
	justify-content: space-between;
}



.course-accordions {
	width: 100%;
	margin-bottom: 0px !important;
}

	.course-accordions > div {
		padding-bottom: 20px;
	}

		.course-accordions > div div {
			display: none;
		}

		.course-accordions > div:last-child {
			padding-bottom: 0px;
		}

		.course-accordions > div a {
			font-size: 20px;
			padding-left: 21px;
			padding-top: 5px;
			padding-bottom: 5px;
			display: block;
			line-height: 1.25;
		}

			.course-accordions > div a:first-child {
				padding-top: 20px;
			}

			.course-accordions > div a:last-child {
				margin-bottom: 0px;
			}

		.course-accordions > div label {
			background: rgba(242, 242, 242, 1);
			padding: 13px 20px;
			position: relative;
			margin-bottom: 0px;
		}

		.course-accordions > div:last-child label {
		}

		.course-accordions > div label::after {
			content: "";
			display: block;
			border-left: 2px solid rgb(64, 64, 64);
			border-bottom: 2px solid rgb(64, 64, 64);
			height: 16px;
			width: 16px;
			position: absolute;
			right: 20px;
			top: 14px;
			transform: rotate(-45deg);
			transform-origin: 4px 12px;
			transition: 0.2s all;
		}

		.course-accordions > div label:hover, .course-accordions > div.active label {
			background: rgba(232, 232, 232, 1);
		}

			.course-accordions > div.active label::after {
				transform: rotate(135deg);
			}

.componentname {
	padding-left: 2.3em !important;
}

.coursescount {
	text-align: center !important;
}



#courses.lister-grid .duration {
	text-align: left;
	font-weight: 400;
	padding-top: 0px;
	font-style: italic;
	font-size: 16px;
}


.components-lister__component {
	display: block !important;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	padding: 15px 0px;
}

	.components-lister__component ul {
		list-style: none;
	}

.course-accordions .components-lister__component {
	padding: 15px 21px;
}

.components-lister__component > span:first-child {
	font-size: 20px !important;
	font-weight: 600;
}

.components-lister__component p {
	margin-bottom: 0px;
}

.components-lister__component a {
	padding: 0px !important;
}

.ScormComponentPlayer button {
	margin-bottom: 20px;
	position: absolute;
	left: -9000em;
	top: -9000em;
}

.component-course-link {
	padding-bottom: 10px;
	padding-left: 2px;
}

.deleted {
	opacity: 0.5;
}

	.deleted a {
		display: none !important;
	}


#PeopleList .invitee {
	cursor: pointer;
}

.orgitem {
	cursor: pointer;
}

	.orgitem.orgitemselected {
		background-color: #474B89;
		color: white;
	}


form .alert {
	font-size: 16px;
}

.debug {
	display: block;
	background: rgba(255,0,0,0.3);
	border: 1px dashed rgb(125, 4, 4);
	color: rgb(125, 4, 4);
	padding: 5px 7px;
	max-width: 360px;
	opacity: 0.5;
	display: none !important;
}


#invitees {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: -1;
	max-height: 0px;
	overflow: hidden;
	display: block;
	padding: 0px;
	border: 0px;
}

#PeopleList {
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	flex-grow: 1;
	max-height: 250px;
	overflow-y: scroll;
}

#PeopleList li {
	padding: 6px 14px 6px;
	margin-bottom: 5px;
	border: 1px dashed #707070;
	line-height: 1;
	background: transparent;
	display: flex;
	justify-content: space-between;
}


#PeopleList .inviteeselected,
#PeopleList li.invited,
#PeopleList li.sent,
#PeopleList li.not_sent {
	background-color: #cff4fc;
	color: black;
	border: 1px solid #7abac8;
	font-weight: 600;
}

.inviteeselected .invited-status::before {
	content: "Selected";
}

.invited .send-status + .invited-status {
	display: none;
}

#PeopleList li.invited {
	border: 2px solid #F3B072;
	background-color: #F3B072;
	font-weight: 600;
	color: black;
}
#PeopleList li.accepted,
.attendance-table tr[data-attending="true"] .attendee__text {
	border: 1px solid #268346;
	background-color: #D0E0D6;
	font-weight: 600;
	color: black;
	font-weight: 600;
}

#PeopleList li.declined,
.attendance-table tr[data-attending="false"] .attendee__text {
	border: 1px solid #E56F6E;
	background-color: #EFCACA;
	font-weight: 600;
	color: black;
	font-weight: 600;
}



#EquipmentList .equipmentselected {
	background-color: #474B89;
	color: white;
}

#EquipmentList .equipment {
	cursor: pointer;
	margin: 5px 0px;
}


.organisationLister {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}

	.organisationLister ul {
		list-style: none;
	}

.orgitem {
	border: 1px solid rgba(0,0,0,0.1);
	font-size: 20px;
	background: white;
	padding: 8px 13px 5px;
	margin-bottom: 8px;
	position: relative;
}

.organisationLister > li > .orgitem::after {
	content: "";
	position: absolute;
	transform: rotate(-45deg);
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
	display: block;
	height: 14px;
	width: 14px;
	top: 7px;
	right: 16px;
}

.organisationLister > li > .orgitem.orgitemselected::after {
	border-color: white;
}


.form-group {
	flex-grow: 1;
}

#RequestedStartDatesList,
#EquipmentList {
	padding: 0px;
	margin: 0px;
}

.datesLister {
	list-style: none;
	margin: 0px;
	max-width: 800px;
}

.datesLister__item,
.equipment {
	position: relative;
	margin-bottom: 5px;
	display: flex;
	line-height: 0;
}
.confirmed-date__text {
	padding: 6px 14px 6px;
	display: flex;
	justify-content: space-between;
}
.confirmed-date__text::after {
	content: "CONFIRMED";
}
.datesLister__item:first-child,
.equipment:first-child {
	margin-top: 5px;
}
.datesLister__item button:not(.btn-success),
.equipment button:not(.btn-success) {
	background: #E56F6E;
	text-indent: -9000em;
	font-size: 0;
	padding: 0px;
	border: 0px;
	margin-left: 12px;
	width: 30px;
	height: 30px;
}
.datesLister__item button:not(.btn-success):hover,
.equipment button:not(.btn-success):hover {
	background: red;
}
.datesLister__item button:not(.btn-success):before,
.equipment button:not(.btn-success):before {
	content: "-";
	color: white;
	font-size: 28px;
}

.form-panel:not(.form-panel__trainingAdmin) .has-preferred .datesLister__item:not(.preferred) .datesLister__itemText,
.form-panel .has-selected .datesLister__item:not(.preferred):not(.selected) .datesLister__itemText,
.form-panel .has-selected .datesLister__item.preferred:not(.selected) .datesLister__itemText {
	color: rgba(0,0,0,0.45);
	background: transparent;
}

.has-preferred .datesLister__item.preferred .datesLister__itemText,
.has-preferred .datesLister__item.selected .datesLister__itemText,
.has-selected .datesLister__item.selected .datesLister__itemText,
.confirmed-date .confirmed-date__text {
	border: 2px solid #F3B072;
	background-color: #F3B072;
	font-weight: 600;
	color: black;
}

.datesLister__itemText,
.equipment__text{
	flex-grow: 1;
	display: flex;
	align-items: center;
	line-height: 1.25;
	border: 1px dashed #707070;
	background: white;
	padding: 3px 9px 3px 14px;
	justify-content: space-between;
}

.has-preferred .datesLister__item:not(.preferred):not(.selected) .status {
	display: none;
}

.datesLister__item .btn {
	margin-left: 5px;
}

.datesLister__newDate {
	position: relative;
	display: flex;
	max-width: 100%;
	width: 800px;
}

.requestedDates__container,
.requestedequipment__container {
	display: flex;
	flex: 1;
}
.has-selected + .requestedDates__container {
	display:none;
}

.requestedDates__container > button,
.requestedequipment__container  > button {
	background: #268346;
	text-indent: -9000em;
	font-size: 0;
	border: 0px;
	margin-left: 12px;
	width: 30px;
	height: 30px;
	padding: 0px;
	border-radius: 70px;
}

.requestedDates__container > button:hover,
.requestedequipment__container > button:hover {
	background: green;
}

.requestedDates__container > button::before,
.requestedequipment__container  > button:before {
	content: "+";
	color: white;
	font-size: 28px;
}





.logged-out-general-content {
	width: 800px;
	max-width: 100%;
	margin-top: 60px;
	margin-bottom: 160px;
}

.moduleProgressStatus {
	text-transform: capitalize;
}

.ScormComponentPlayer .alert {
	font-size: 20px;
}


.course-requested__new,
.course-requested__requested,
.course-requested__dates_proposed_to_trainer,
.course-requested__dates_proposed_to_organisation,
.course-requested__arranged,
.course-requested__started,
.course-requested__complete {
}

.requestField__trainer {
	display: none;
}

.notes-container {
	display: none;
}

.notes-container p {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.notes-container .btn {
	display: inline-block;
	background: #474B89;
	font-weight: 700;
	border-radius: 67px;
	color: #fff;
	border: 3px solid #474B89;
	border-top-color: rgb(71, 75, 137);
	border-right-color: rgb(71, 75, 137);
	border-bottom-color: rgb(71, 75, 137);
	border-left-color: rgb(71, 75, 137);
	cursor: pointer;
	transition: .25s, line-height 0s;
	font-size: 16px;
	height: 35px;
	padding: 0px 30px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 34px;
	text-transform: uppercase;
	margin-top: 15px;
}

.notes-container textarea {
	max-width: 100%;
	width: 600px;
}


.debug-roles {
	border: 2px dashed #ccc;
	color: #aaa;
	padding: 4px 5px;
	display: inline-block;
	display: none;
	margin-top: 12px;
	font-size: 16px !important;
}

	.debug-roles:empty {
		display: none;
	}

	.debug-roles:not(:empty):before {
		content: "DEBUG: ";
	}





.tile {
	width: 252px;
	font-size: 1.6rem;
	overflow:hidden;
	border-radius: 15px 0px 15px 0px;
	-webkit-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.16);
	box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.16);
	display:flex;
	flex-direction:column;
}
@media(max-width:767px){
	.tile {
		width: 100%;
	}
}
.tileSection {
	padding: 7px 18px;
	background-color: #F2F2F2;
	margin-bottom: 2px;
}
.tileSection:last-child {
	padding-bottom: 17px;
}
.tileSection.tileSection--noGap {
	margin-bottom: 0px;
}
.tileSection.tileSection--noPadding {
	padding:0px;
}
.tileSection.tileSection--content {
	flex-grow: 1;
	overflow:hidden;
}
.tileSection.tileSection--category {
	padding: 17px 18px;
}
.tileSection.tileSection--image img{
	width:100%;
	height:auto;
}
.tileSection p {
	margin: 0px;
	line-height: 1.25;
}
.tileSection.tileSection--content p {
	margin: 14px 0px;
}

.tileSection.tileSection--content p:first-child {
	margin-bottom: 25px;
	margin-top: 5px;
}

.tileSection.tileSection--content p:last-child {
	margin-bottom: 0px;
}

.tileSection.tileSection--h-center {
	text-align: center;
}
.tileSection.tileSection--buttons {
	min-height: 58px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}



.tileSection.tileSection--yellow {
	background: #F8DA77;
}
.tileSection.tileSection--orange {
	background: #F3B072;
}

.coursesLister--catalogue .tileSection.tileSection--date {
	display: none;
}
.coursesLister .tile {
	width: calc(33.33% - 27px);
}
@media(max-width:1199px) {
	.coursesLister .tile {
		width: calc(50% - 20px);
	}
}
@media(max-width:991px) {
	.coursesLister .tile {
		width: calc(50% - 10px);
	}
}
@media(max-width:767px) {
	.coursesLister .tile {
		width: calc(100%);
	}
}





html, body {
	height: 100%;
}
.pageWrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow-x: hidden;
}


.umb-block-list {
	flex-direction:row;
}
.lms-container {
	flex-grow: 1;
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding: 0px 20px;
}
@media(max-width:991px){
	.lms-container {
		display:block;
	}
}

.lms-container__left {
	max-width: 311px;
}
@media(max-width:991px) {
	.lms-container__left {
		max-width: 100%;
	}
}

.lms-container__right {
	flex-grow: 1;
	padding: 24px 0px 30px 70px;
}
@media(max-width:1199px){
	.lms-container__right {
		width: 100%;
		padding: 24px 0px 0px 40px;
	}
}
@media(max-width:991px) {
	.lms-container__right {
		width: 100%;
		padding: 34px 0px 0px 0px;
	}
}

.lms-logged-out > div {
	width: 100%;
}


.breadcrumbs {
	padding-top: 0px;
	padding-bottom: 5px;
}

.breadcrumbs ul {
	list-style: none;
	padding:0px;
}

.breadcrumbs li {
	list-style: none;
	display: inline-block;
	padding: 0px;
}

.breadcrumbs li::before {
	content: "/";
	color: #814BFA;
}

.breadcrumbs li:first-child::before {
	content: none;
}


.breadcrumbs a, .breadcrumbs span {
	font-size: 1.4rem;
}

.breadcrumbs a {
	color: #814BFA;
	text-decoration: underline;
}
.breadcrumbs span {
	color:#814BFA;
}







.footer {
	flex-grow: 0; 
}

.ui02.footer {
	padding: 0px;
	background: transparent;
	margin-top: 60px;
}
.footer a{
	text-decoration:none;
}



.footer__top {
	background: #4A4B87;
	border-radius: 0px 25px 0px 0px;
	align-items: center;
	padding: 46px 0px;
}
.footer__top::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 100%;
	width: 9999em;
	background: #4A4B87;
}

.footer__topLeft {
	display: flex;
	flex-wrap: wrap;
}

.footer__inner {
	display: flex;
}

.footerMenu {
	padding-right: 60px;
}

.footerMenu__item a {
	text-transform: uppercase;
	font-size: 14px;
}

[class^="social__"] {
	height: 40px;
	width: 40px;
	margin-right: 20px;
}

.footer__thinkology {
	width: 100%;
	font-size: 14px;
	margin-top: 15px;
	display: inline-block;
	margin-left: 9px;
	color: #FFF;
	font-weight: 700;
}

.footer__suppLogos a {
	height: 40px;
}

.footer__suppLogos a img {
	max-height: 100%;
	width: auto;
}

.footer__suppLogos a:last-child {
	padding-left: 20px;
}





.footer__info {
	background: #404040;
	border-radius: 25px 0px 0px 0px;
	width: 370px;
	flex-wrap: wrap;
	margin-top: 0px;
	align-items: flex-start;
	align-content: flex-start;
	padding-left: 35px;
	padding-top: 20px;
	margin-left: 2px;
	position: relative;
}
@media(max-width:767px){
	.footer__info {
		padding-left: 0px;
	}
}
.footer__info::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 100%;
	width: 9999em;
	background: #404040;
	display: block;
}
.footer__logo {
	position: relative;
	height: 61px;
	width: 97px;
}
@media(max-width:767px){
	.footer__logo {
		bottom:0px;
	}
}



.footer__details {
	padding-top: 12px;
}
.footer__address {
	margin-bottom: 0px;
}
.footer__phone {
	margin-bottom: 0px;
	margin-top: 0px;
}
.footer__details p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 700;
	line-height:1.2;
}




.footer--small .footer__info {
	background: transparent;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-end;
	height: 100px;
	margin-bottom: 25px;
	flex-grow: 1;
}
@media(max-width:767px) {
	.footer--small .footer__info {
		align-items: center;
	}
}
.footer.footer--small {
	background: #404040;
}

.footer--small .footer__info::before {
	content: none;
}

.footer--small .footer__logo {
	height: 52px;
	width: 71px;
	background-image: url('/images/lifelites-learning-logo.png');
}



.courseComponents__accordion header {
	background: #4A4B87;
	color: white;
	height: 39px;
	line-height: 39px;
	padding: 0px 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.not-allowed {
    padding-top:30px;
}