@font--face {
	font-family: "Cabin";
	font-style: normal;
	font-weight: 200;
	src: url("includes/Cabin-VariableFont_wdth,wght.ttf") format("truetype");

	font-family: "Poppins", "Cabin", "Noto Sans", "Gill--Sans", "Verd-ana", "Open Sans", Arial, sans-serif;
}

html {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Poppins", "Ca-bin", "Noto Sans", "Gill--Sans", "Verd-ana", "Open Sans", Arial, sans-serif;
	font-style: lighter;
	font-weight: 400;
}

:root {
	--clr0: #16191C;
	--clr1: #f04134;
	--clr1: #D50A1E;
	--clr2: #203866;
	--clr3: #315B9F;
	--clr4: #939EC7;
	--clr5: #A6ADDC;
	--clr6: #F1F7E9;
	--clr7: #E40000;
	--clr7: #D50A1E;
	--clr8: #D50A1E;
	--clrw: #F5F9F2;
	--butgreen: #22bb22;
	--white: white;
}

img, picture, video {
  max-width: 100%;
}

ul li::marker {
	color: var(--clr8);
	white-space: 1rem;
}

ol li::marker {
	color: var(--clr8);
	white-space: 1rem;
}

.grid {
	display: grid;
	gap: 0px;
}

.inline-grid {
	display: inline-grid;
	gap: 2px;
}


.zoom {
	zoom: 100%;
}

h1 {
	font-size: 1.6rem;
	max-width:not(.nobreak) 60rem;
}
h2 {
	font-size: 1.4rem;
	max-width:not(.nobreak) 60rem;
}
h3 {
	font-size: 1.2rem; 
	max-width:not(.nobreak) 60rem;
}
h4 {
	font-size: 1rem;
	max-width:not(.nobreak) 50rem;
}
h5 {
	font-size: .9rem;
	max-width:not(.nobreak) 50rem;
}
p  {
	font-size: .8rem;
	max-width:not(.nobreak) 50rem;
}
.plain {
	font-size: .8rem;
	max-width:not(.nobreak) 60rem;
}

.scormpage  p {font-size: 1rem;}
.scormpage  h5 {font-size: 1rem;}
.scormpage  a {font-size: 1.1rem; font-weight: normal;}

.glossarybody  p {font-size: 1rem;}
.glossarybody  h5 {font-size: 1rem;}
.glossarybody  a {font-size: 1.1rem; font-weight: normal;}

.alan {font-size: 1.4rem;}
.larger {font-size: 120%;}

.v-5 {position: relative; top: -5rem;}
.v-2 {position: relative; top: -2rem;}

.p1  {padding: 1rem;}
.hp1 {padding: 0rem 1rem;}
.vp1 {padding: 1rem 0rem;}
.p2  {padding: 2rem;}
.hp2 {padding: 0rem 2rem;}
.vp2 {padding: 2rem 0rem;}
.p5  {padding: 5rem;}
.hp5 {padding: 0rem 5rem;}
.vp5 {padding: 5rem 0rem;}

.w1 {width:  1%;}
.w5 {width:  5%;}
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w33 {width: 33%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w80 {width: 80%;}
.w100 {width: 100%;}

.pop {
	position: absolute;
	z-index: 9999;
	border: 5px solid var(--white);
}

.menu {
	grid-auto-rows: 84px;
}

.coursefooter {
	grid-auto-rows: 84px;
}

.footer {
	grid-auto-rows: 84px;
}

.free {
	width: 12rem;
}

.email {
	grid-template-columns: 16rem 1fr;
	grid-auto-rows: 1.5rem;
}


a {
	font-size: 1rem;
    text-decoration: none;
	col--or: #203866;
    cursor: pointer;
}

a:not(.nohover):hover {
	text-decoration: underline;
}


.button {
	padding: 6px;
	height: 1.5rem;
	width: 8rem;
	display: inline-block;
}

.button:hover, button:hover {
	box-shadow: 4px 4px 2px 1px var(--clr4);
	transition: .3s;
}

button, .buttonstyle {
	padding: .2rem .5rem;
	mar-gin: auto;
	text---decoration: none;
	background: #d60000;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 1rem;
	border: 0;
}

.progress {
	grid-auto-rows: 60px;
}

@media (min-width: 64rem) {
	.progress {
		grid-template-columns: 60px 120px repeat(11, 40px);
	}

	.menu {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.coursefooter {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.footer {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.footer a {
		font-size: 1.2rem;
	}
	
	.g4 {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.g3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.g2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
}

@media (min-width: 48rem) and (max-width: 64rem) {
	.menu {
		grid-template-columns: repeat(4, 1fr);
		grid-auto-rows: 2rem;
	}
	
	.progress {
		grid-template-columns: 60px 120px repeat(11, 40px);
	}
	
	.menu a {
		font-size: .7rem;
	}

	.coursefooter {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 3rem;
	}
	
	.footer {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.g4 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.g3 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.zoom {
		zoom: 80%;
	}
	
	h1 {max--width: 52rem;}
	h2 {max--width: 52rem;}
	h3 {max--width: 52rem;}
	h4 {max--width: 52rem;}
	p  {max--width: 52rem;}
	.plain {max--width: 52rem;}	
}

@media (min-width: 32rem) and (max-width: 48rem) {
	.menu {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 2rem;
	}
	
	.progress {
		grid-template-columns: ;
	}
	
	.coursefooter {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 3rem;
	}
	.footer {
		grid-template-columns: repeat(2, 1fr);
	}
	.zoom {
		zoom: 60%;
	}
	
	.progress {
		grid-template-columns: 120px;
	}
	
	.p5  {padding: 2rem;}
	.hp5 {padding: 0rem 2rem;}
	.vp5 {padding: 2rem 0rem;}
	.p2  {padding: 1rem;}
	.hp2 {padding: 0rem 1rem;}
	.vp2 {padding: 1rem 0rem;}
}

@media (max-width: 32rem) {
	
	.alan {font-size: 1.35rem;}
	
	.menu {
		grid-auto-rows: 2rem;
	}
	
	.grid {
		grid-template-columns: 1fr;
	}
	
	.zoom {
		zoom: 50%;
	}
	
	.coursefooter {
		grid-auto-rows: 3rem;
	}
	
	.email {
		grid-template-columns: 16rem;
	}

	.progress {
		grid-template-columns: 60px 120px;
	}
	
	h1 {max--width: 25rem; font--size: 1.6rem;}
	h2 {max--width: 25rem; font--size: 1.4rem}
	h3 {max--width: 25rem; font--size: 1.2rem}
	h4 {max--width: 25rem; font--size: 1rem}
	p  {max--width: 25rem; font--size: .8rem}
	.plain {max--width: 25rem; font--size: .8rem}
	
	a {font-size: .8rem;}
	
	.p5  {padding: 2rem;}
	.hp5 {padding: 0rem 2rem;}
	.vp5 {padding: 2rem 0rem;}
	.p2  {padding: 1rem;}
	.hp2 {padding: 0rem 1rem;}
	.vp2 {padding: 1rem 0rem;}
	
	.button {
		padding: 6px;
		height: 1.5rem;
		width: 5rem;
		display: inline-block;
	}
}

.centred {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.logogrid {
	width: 100%;
	display: grid;
	grid-template-columns: 120px 1fr;
}

.menulink {
	font-size: .9rem;
}
.menulink:hover {
	background: var(--clr5);
	transition-duration: 2s;
}


.hflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-shrink: 0;
}

.vflex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-shrink: 0;
}

.unsele-ctable {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.splot {
	position: absolute;
	width: 3rem;
	height: 4rem;
	top: -1rem;
	left: -1rem;
	flex-shrink: 0;
}

.splot2 {
	position: absolute;
	width: 4rem;
	height: 6rem;
	bottom: 0rem;
	right: -1px;
	flex-shrink: 0;
}

.splot3 {
	position: absolute;
	width: 3rem;
	height: 4.5rem;
	bottom: -.5rem;
	right: -.5rem;
}

.quotes {
	background: url("images/quotes.svg");
}

.triangle1 {
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.triangle2 {
	clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}

.teststrip {
	background: left url("images/teststrip.png") repeat-x;
}

.startjourney {
	background: left url("images/startjourney.png") repeat-x;
}

.triangle1a {
	background: left url("images/triangle_5a.svg") repeat-x;
	background-size: 80px;
}
.triangle1b {
	background: left url("images/triangle_8c.svg") repeat-x;
	background-size: 80px;
}





















.photo {
	position: relative;
	top: -3rem;
	left: 1rem;
}

.pad-container {
	justify-content: left;
}





.padded {
	padding: 1rem;
}

.pad1 {
	padding: 0% 1rem;
	width: 100%;
}

.pad5 {
	padding: 2% 1%;
	width: 3%;
}

.pad10 {
	padding: 2% 2%;
	width: 6%;
}

.pad15 {
	padding: 2% 1%;
	width: 13%;
	justify-content: center;
	align-items: center;
}

.pad20 {
	padding: 2% 5%;
	width: 10%;
}

.pad25 {
	padding: 2% 3%;
	width: 19%;
}

.pad30 {
	padding: 2% 5%;
	width: 20%;
}

.pad33 {
	padding: 2% 5%;
	width: 23.33%;
}

.pad40 {
	padding-left: 5%;
	padding-right: 5%;
	width: 30%;
}

.pad50 {
	padding: 2% 5%;
	width: 40%;
}

.pad60 {
	padding-left: 5%;
	padding-right: 5%;
	width: 50%;
	flex-basis: auto;
	flex-grow: 1;
}

.pad80 {
	padding: 0% 10%;
	width: 80%;
}

.pad90 {
	padding: 5% 0%;
	width: 90%;
}

.pad100 {
	width: 100%;
}

.menu {
	flex-shrink: 0;
	justify-content: left;
	flex-wrap: wrap;
	top: .7rem;
}

.menuitem {
	font-size: .9rem;
	padding: .2rem;
	width: 6rem;
	flex-basis: auto;
	flex-grow: 1;
	text-align: center;
	justify-content: right;
}

.e4icon-tl {
  position: absolute;
  top: .2rem;
  left: .2rem;
}

.e4iconr {
  position: fixed;
  right: 1.1rem;
  bottom: 1rem;
}

.coursepanel {
	bo--rder: .2rem solid var(--clr3);
	background: var(--clrw);
}

.courseline {
	height: 4rem;
	padding-bottom: .5rem;
}

.vv {
	height: 15px;
	width: 15px;
	margin: 2.2rem;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.vv:hover {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: var(--clr3);
}

.vh {
	height: 15px;
	width: 15px;
	margin: 1rem;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.vh:hover {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: var(--clr3);
}


.bclr0 {background: var(--clr0);}
.bclr1 {background: var(--clr1);}
.bclr2 {background: var(--clr2);}
.bclr3 {background: var(--clr3);}
.bclr4 {background: var(--clr4);}
.bclr5 {background: var(--clr5);}
.bclr6 {background: var(--clr6);}
.bclr7 {background: var(--clr7);}
.bclr8 {background: var(--clr8);}
.bclrw {background: var(--clrw);}
.clr0  {color: var(--clr0);}
.clr1  {color: var(--clr1);}
.clr2  {color: var(--clr2);}
.clr3  {color: var(--clr3);}
.clr4  {color: var(--clr4);}
.clr5  {color: var(--clr5);}
.clr6  {color: var(--clr6);}
.clr7  {color: var(--clr7);}
.clr8  {color: var(--clr8);}
.clrw  {color: var(--clrw);}

.fontw {
	color: white;
}

.checkout {
	background: var(--butgreen);
	padding: 1rem;
	border: 5 px solid;
}

ul {
	padding-left: 2rem;
}

ul li {
	padding-left: 2rem;
}

ul:not(.small) {
	font-size: 1rem;
}

ul li:not(.small) {
	font-size: 1rem;
}

.small {
	font-size: .8rem;
}

ol {
	font-size: 1rem;
	padding-left: 2rem;
}

ol li {
	font-size: 1rem;
	padding-left: 2rem;
}

.h0 {
	position: relative;
	top: 0rem;
	font-size: 3rem;
}

.popup {
	position: relative;
	z-index: 9999;
	border: 5px solid var(--white);
}

#trolley {
	z-index: 9999;
	position: fixed;
	right: 40px;
	top: 50%;
}

.trolleytable  {
	border: 4px solid var(--clr3);
}

.trolleytable td {
	font-size: 120%;
	border: 2px solid grey;
}

body {
	margin: 0;
	background: var(--clr5);
	color: var(--clr0);
}


.glossary {
	flex-direction: column;
	display: none;
	background: var(--clrw);
	bor-der: .25rem solid grey;
	position: fixed;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
}

.glossaryiframe {
	width: 100%;
	height: 100%;
	border: 2px solid grey;
}

.gbuttonbar {
	width: 100%;
	border: 2px solid grey;
	background: var(--clr5);
}

.glossarylink {
  color: firebrick;
}

.samplebar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	background: var(--clr5);
}

.scormview {
	margin: 20px;
	background-color: #cccccc;
	border: 2px solid grey;
	scroll-behavior: smooth;
	max-height: 35rem;
	overflow-y: scroll;
}

.scormpage {
  padding: 3%;
  background--color: white;
  background-color: #eeeeee;
  position: relative;
}

.scormpage:not(:first-of-type) {
  border-top: 2px solid #D50A1E;
}

.scormiframe {
  width: 100%;
  height: 100%;
  border: 2px solid grey;
}

.qnumber2 {
  color: #333;
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  top: .3rem;
  right: .4rem;
}

.feedback {
  background-color: #dddddd;
  padding: 2rem;
  margin: 0.2rem;
}

.icfeedback {
  background-color: #eedddd;
  padding: 2rem;
  margin: 0.2rem;
}

.pfeedback {
  background-color: #eedddd;
  padding: 2rem;
  margin: 0.2rem;
}

.dot {
	width: 2rem;
	height: 2rem;
	background: grey;
	border-radius: 50%;
	border: .0rem solid var(--clr7);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: .1rem;
}


.ans_y {background-color: limegreen;}
.ans_f {background-color: grey;}
.ans_p {background-color: orange;}
.ans_n {background-color: red;}

video::-webkit-media-controls-panel {
	background-image: linear-gradient(transparent, transparent) !important;
}

.tf_f {color: var(--clr8);}

.scales {
	background: lightgrey;
	margin: .3rem;
	border: .3rem grey solid
	
}

