.navigation {
	position: -webkit-sticky;
	position: sticky;
	top: 10px;	
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: rgb(240,240,240);

}

body {
	background-color: none;
	margin: 0;
	font-family: "Calibri Light", Helvetica, Roboto, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, p, table {
	font-family: "Calibri Light", Helvetica, Roboto, Arial, sans-serif !important;
}
a { text-decoration: underline!important;}
a:hover {
	text-decoration: none!important;
}
p {
	font-size: 14pt;
}


/*
	----------DELETE LATER!!----------
 unvisited link */
a:link {
  color: rgb(30,30,130);
  text-decoration: none;
}

/* visited link */
a:visited {
  color: rgb(30,30,130);
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: rgb(30,30,30);
  text-decoration: none;
}

/* selected link */
a:active {
  color: rgb(30,30,30);
  text-decoration: none;
} 

/*+++HEADER+++*/

.navigation{
	display: none;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right:10px;
	background-color: #e8ddc9;
	box-shadow: 0px 5px 56px -8px rgba(0,0,0,0.75);
	
}
.navigation li {
	
	display: inline;
	padding-right:5px;
}

.testWrapper .navigation .menu {
	display:inline;
}

.testWrapper .navigation .menu {
	display:inline;
}

.loginStuff {
	float:right;
	padding: 10px;
	display: inline-block;
	background-color: #d0c6b4;
	
}

.loginStuff input{
	margin: 3px;	
}

.loginStuff a{
	padding: 2px;
}

.loginStuff button {
	background-color: rgb(200,200,200);
	border: none;
	color: rgb(0,0,55);
	padding: 6px 14px;
	text-align: center;
	font-size: 12px;
	margin: 4px 2px;
	opacity: 0.7;
	transition: 0.3s;
}

.loginStuff button:hover {
	cursor: pointer;
	opacity: 1;
	color: rgb(30,30,30);
	background-color: rgb(255,255,255);
}

.displayUsername p{
	display: inline;
	font-size: 18px;
	margin-bottom:2px;
}

.displayUsername .user{
	color: rgb(0,0,142);
	font-size: 20px;
}

.testWrapper .navigation .navbtn {
	background-color: rgb(200,200,200);
	border: none;
	color: rgb(0,0,55);
	padding: 16px 32px;
	text-align: center;
	font-size: 16px;
	margin: 4px 2px;
	opacity: 0.7;

}

.testWrapper .navigation .navbtn:hover {
	padding: 16px 32px;
	text-align: center;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	opacity: 1;
	color: rgb(30,30,30);
	background-color: rgb(255,255,255);
}

.navigation input {
	display: inline;
	margin-right:5px;
	
}

.thelogo {
	float: left;
	border-radius: 50%;
	max-width:60px;
	max-height:60px;
	padding-left:10px;
	padding-right:10px;
}
/*---HEADER---*/

.wrapperMain {
	/*background-color: #e8ddc9;*/
	background-color: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/*box-shadow: 0px 5px 56px -8px rgba(0,0,0,0.75);*/
}

.wrapperMain h1 {
	text-align: left;
}

.wrapperMain .SU-pwdContainer {
	margin-bottom: 5px;
	display: flex;
}

.wrapperMain .SU-pwdContainer input {
	height: 20px;
	margin-right: 20px;
}

.loginError {	
	color: red;
	margin: 2px;
	font-size: 16px;
}
/*-----VIDEO PAGE-----*/
.indexVideo iframe {
    padding-bottom: 0px;
    margin-left: 20%;
}

.indexVideo{
	
}

.zMask{
    z-index: 1;
    width: 570px;
    height: 315px;
    position: fixed;
    margin-left: 18%;
    cursor: pointer;

}

.zVideo{
	position: relative;
	z-index: 0;
}

.VideoPDF {
    margin-bottom: 0px;
	text-align: center;
}

.PDFWrap {
	border-bottom: 2px solid rgb(22,22,121);
	padding: 3px;
	padding-top: 0px;
	width: 80%;
	margin: auto;
	margin-bottom: 16px;
}

.signupError {
	
	color: red;
}

.GDPR {
	font-size: 16px;
}

.welcomeQuiz{
	/* font-size: 24px; */
}

.quizStart {
	background-color: rgb(200,200,200);
	border: none;
	color: rgb(0,0,55);
	padding: 8px 16px;
	text-align: center;
	font-size: 14px;
	margin: 4px 2px;
	opacity: 0.7;
	transition: 0.3s;
}

.quizStart:hover {
	cursor: pointer;
	opacity: 1;
	color: rgb(30,30,30);
	background-color: rgb(255,255,255);

}

.quizStartBIG {
    background-color: rgb(200,200,200);
    border: none;
    color: rgb(0,0,55);
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.7;
    transition: 0.3s;
    width: 240px;
}

.quizStartBIG:hover {
	cursor: pointer;
	opacity: 1;
	color: rgb(30,30,30);
	background-color: rgb(255,255,255);

}

.quizQuestion p{
	font-size: 28px;
}

.quizQuestion label{
	font-size: 22px;
}

.quizQuestion button {
	background-color: rgb(200,200,200);
	border: none;
	color: rgb(0,0,55);
	padding: 16px 32px;
	text-align: center;
	font-size: 16px;
	margin: 4px 2px;
	opacity: 0.7;
	transition: 0.3s;
	width: 200px;
}

form ul{
	padding-left: 0px;
}

.quizQuestion button:hover {
	cursor: pointer;
	opacity: 1;
	color: rgb(30,30,30);
	background-color: rgb(255,255,255);
}

.quizQuestion p{
	padding-bottom: 5px;
	border-bottom: 4px solid rgb(80,80,80);
}

.answer {
    width: 9%;
    display: inline-block;
	margin: 4px;
}

.answerBase {
    width: 11%;
    display: inline-block;
	margin: 4px;
}

.answer p{
    font-size:14px;
}

.answers {
    border-bottom: 2px solid black;
	position: sticky;
	top:0;
	z-index:5;
	background-color:#e8ddc9;
}

.quizRow{
	list-style-type: none;
}

.quizRow p {
    width: 12%;
    display: inline-block;
	margin-right: 8px;
	font-size:15px;
}

.quizRow label{
	width: 8.8%;
    display: inline-block;
	margin-right: 8px;
	text-align: center;
	cursor: pointer;
	border: 3px solid rgb(150,150,150);
	height: 25px;
	background-color: white;
}

.greenBG{
	background-color:green;
	
}

.yellowBG{
	background-color:yellow;
}

.orangeBG{
	background-color:orange;
}

.redBG{
	background-color:red;
}

.greyBG{
	background-color:rgb(170,170,170);
}

.quizRow label:hover {
	cursor: pointer;
}

.quizRow label:hover .cross{
	opacity:0.5;
}

.cross{
	opacity:0;
	height:80%;
	width: 45%;
	margin:auto;
	margin-top: 2%;
}

.quizRadio:checked + label .cross{
	opacity:1;
}

.quizRadio{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.center{
	text-align: center;
}
/*--------------------------This is a TEST------------------------*/
.quizQuestion label{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  
  padding-top: 5px;
  padding-bottom: 5px;
}

.quizQuestion form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.quizQuestion label:hover{
  background-color: rgb(182,172,166);
}

.quizQuestion input:checked + label {
  background-color: rgb(210,204,200);
  border-style: inset;
  border-width: 3px;
  
  padding-top: 3px;
  padding-bottom: 3px;
}



/*+++FOOTER+++*/

.footlink{
	font-size: 25px;
	padding: 0px 0px;
	margin: 8px 0px;
	display: inline-block;
	height: 55px;
}

.footImg{
	margin: 0px 0px -20px 0px;
	/* border: solid 1px; */
}

.footImg:hover {
	cursor: pointer;
	color: rgb(30,30,30);
	border: solid 2px;
	background-color: rgb(255,255,255);
}

footer .navigation{
	display: none;
	display: inline;
	background-color: rgba(140,140,140,0.0);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

footer .navigation ul{
	padding-left: 0px;
}

footer .navigation .navbtn{
	display: inline-block;
	padding: 30px 0px;
	margin: 0px;
	cursor: pointer;
	color: rgb(255,255,255);
	font-size: 20px;
	width: 47%;
	text-align: center;
	background-color: #2b2d76;
	border-color: #2b2d76;
	border-style: solid;
	border-width: 3px;
	
	transition: 0.5s ease-out;
}

footer .navigation .navbtn:hover{
	
	color: rgb(0,0,0);
	background-color: #e8ddc9;
	border-color: #2b2d76;
	border-style: solid;
	border-width: 3px;

}

footer .navigation .homenavbtn{
	display: block;
	padding: 10px 0px;
	margin: 0px 40%;
	cursor: pointer;
	color: rgb(255,255,255);
	font-size: 20px;
	width: 15%;
	text-align: center;
	background-color: #2b2d76;
	border-color: #2b2d76;
	border-style: solid;
	border-width: 3px;
	
	transition: 0.5s ease-out;
}

footer .navigation .homenavbtn:hover{
	
	color: rgb(0,0,0);
	background-color: #e8ddc9;
	border-color: #2b2d76;
	border-style: solid;
	border-width: 3px;

}

.nextTest .navbtn2{
	display: inline-block;
	padding: 30px 0px;
	margin: 8px;
	cursor: pointer;
	color: rgb(255,255,255);
	font-size: 20px;
	width: 47%;
	text-align: center;
	background-color: #2b2d76;
	border-color: #2b2d76;
	border-style: solid;
	border-width: 3px;
	
	transition: 0.5s ease-out;
}

.nextTest .navbtn2:hover{
	
	color: rgb(0,0,0);
	background-color: #e8ddc9;
	border-color: #2b2d76;
	border-style: solid;
	border-width: 3px;

}
#a8-32 label {
	display: none;
}
label[for="a8-1"],
label[for="a8-2"],
label[for="a8-3"],
label[for="a8-4"],
label[for="a8-5"],
label[for="a8-6"],
label[for="a8-7"],
label[for="a8-8"],
label[for="a8-9"],
label[for="a8-10"],
label[for="a8-11"],
label[for="a8-12"],
label[for="a8-13"],
label[for="a8-14"],
label[for="a8-15"],
label[for="a8-16"],
label[for="a8-17"],
label[for="a8-18"],
label[for="a8-19"],
label[for="a8-20"],
label[for="a8-21"],
label[for="a8-22"],
label[for="a8-23"],
label[for="a8-24"],
label[for="a8-25"],
label[for="a8-26"],
label[for="a8-27"],
label[for="a8-28"],
label[for="a8-29"],
label[for="a8-30"],
label[for="a8-31"] { display:none; }
	p {
		text-align: justify;
		line-height: 1.3;
		text-rendering: optimizeLegibility;
		font-size: 14pt;
	}
	ul {
		margin-left: 1.25rem;
    list-style-type: disc;
	    list-style-position: outside;
		margin-left: -1.2rem;
	}
	h1, h2, h3, h4, h5, h6 {
    font-family: "Calibri Light", Helvetica, Roboto, Arial, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
h1 {
	    font-size: 24pt;
    line-height: 1;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
}
.quizRow p,
.answer,
.answer p {
	font-size: 14px;
	text-align: left;
}
.calc {
	float: left;
    width: 80px;
    margin-right: 20px;
}
