@charset "utf-8";

/*Basic Test Elements*/
body {
    margin:0;
	padding:0;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
}
@font-face
{
	font-family: 'Proxima-Nova-Light';
    src: url(../woff/proximanova-light.woff);
}
.hideContainer {
	display:none;
}
		.holdCodedArrowsSelected {
		  background-color: rgb(0 98 255) !important /* Transparent initially */
		}
		.holdCodedArrowsSelected2 {
		  background-color: rgba(0, 0, 255)!important; /* Transparent initially */
		}
		.holdCodedArrowsCorrect {
		  background-color: rgb(26 181 57) !important; /* Transparent initially */
		}
		.holdCodedArrowsWrong {
		  background-color: rgb(181 26 26) !important /* Transparent initially */
		}
		.holdCodedArrows {
		  background-color: rgb(181 26 26) !important /* Transparent initially */
		}
.explainProg {
	text-align:center;
	font-size:110%;
	color:#3F3F3F;
	margin-bottom:5px;
}
#naviBelow {
	width:100%;
	max-width:500px;
	height:100px;
	margin:25px auto 0px;
}
.naviButtonPers {
	height:40px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.1em;
	text-align:center;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	-webkit-transition: background 0.5s, border 0.5s; /* Safari */
    transition: background 0.5s, border 0.5s;
	cursor: pointer;
	width:calc(50% - 2px);
	color:white;
}

.greybuttonPers {
	font-size:2em;
	border:1px solid #ACACAC;
	color:#434343;
}
.greybuttonPers:hover {
		background:#ACACAC;
		color:black;
		-webkit-transition: background 0.5s, border 0.5s; /* Safari */
		transition: background 0.5s, border 0.5s;
	}
#navbg {
	width:100%;
	height:80px;
	background:#f1f1f1;
	margin:60px auto -110px;
}
.barBg {
	width:550px;
	height:8px;
	background:#A4A4A4;
	border-radius:5px;
}
.barFront {
	position:relative;
	top:-8px;
	height:6px;
	background:#3b9c3f;
	border:1px solid #3b9c3f;
	border-radius:5px 0px 0px 5px;
}
#introductionPersonality {
	width: calc(100% - 40px);
    max-width: 800px;
    height: auto;
    margin: 60px auto 30px auto;
    padding: 20px;
}
#compareHolder {
	width: 100%;
    height: auto;
    float: left;
}
.correctACheck {
	font-size: 1.1em;
    line-height: 1.4em;
    font-weight: bold;
}
.naviButton {
	height:40px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.1em;
	text-align:center;
	text-align:center;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	-webkit-transition: background 0.5s, border 0.5s; /* Safari */
    transition: background 0.5s, border 0.5s;
	cursor: pointer;
	width:calc(50% - 2px);
	color:white;
}
#contentHolderPers {
	width:100%;
}
.inTextOpt {
	color:#1e08d5;
	cursor:pointer;
}
.inTextOpt:hover {
	color:#4767ff;
}
.inTextOptSel {
	cursor:pointer;
	color:#1e08d5;
	text-decoration: underline;
}
.inTextOptSel:hover {
	color:#4767ff;
}
.myLegend {
    width:40px;
    height:18px;
    background:rgba(235, 143, 52);
    display:inline-block;
}
.myLegendText {
	font-size: 90%;
    margin-left: 7px;
    line-height: 18px;
    position: relative;
    top: -4px;
}
.cancellink:link {text-decoration: none; color: white;}
.cancellink:visited {text-decoration: none; color: white;}
.cancellink:active {text-decoration: none; color: white;}
.cancellink:hover {text-decoration: none; color: white;}

#toType {
	font-family: Verdana, "sans-serif";
	margin:0 auto;
	background:#f9f9f9;
	overflow:hidden;
	margin-bottom:15px;
	border:2px solid #dedede;
	border-radius:5px;
	-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
	cursor:none;
	pointer-events:none
}
h1 {
	font-size:1.8em;
	font-weight:100;
}
h3 {
	font-size:1.2em;
	font-weight:100;
}
#testDescription {
	line-height:1.6em;
	width: calc(100% - 40px);
    height: auto;
    margin-bottom: 30px;
    padding: 20px;
}
#testDescription2 {
	width: calc(100% - 40px);
    height: auto;
    margin-bottom: 10px;
    padding: 20px;
	font-family: 'Noto Sans';
}
#loaderHolder {
	margin:0 auto;
	width:100%;
	max-width:420px;
	min-width:320px;
	height:40px;
}
#entireLoaderHolder {
	width:100%;
	height:auto;
}
#memoryWindowInner {
	position:absolute;
    left: 50%;
    transform: translate(-50%, 0);
	top:50px;
	width:90%;
	max-width:800px;
	padding:10px;
	height:auto;
  	z-index: 10;
}
.greybutton {
	padding:2px;
	width:100px;
	background:#ACACAC;
	color:#2E2E2E;
	margin:0 auto;
}
.greybutton:hover {
	background:#535353;
	color:black;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.centerMe {
	margin:0 auto;
}
.normalButton {
	height:30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1em;
	text-align:center;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
	cursor: pointer;
	border-radius:4px;
	padding:2px;
	line-height:30px;
	width:150px;
	color:white;
}
.verySmallButton {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    border-radius: 4px;
    padding: 4px 7px;
    color: white;
    display: inline-block;
}
.smallButton {
	height:30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1em;
	text-align:center;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
	cursor: pointer;
	border-radius:4px;
	line-height:30px;
	width:120px;
	color:white;
}
.largeButton {
	border:0;
	height:45px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1em;
	text-align:center;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
	cursor: pointer;
	border-radius:4px;
	line-height:45px;
	width:100%;
	max-width:250px;
	color:white;
	margin:20px auto 0px;
}
.smallBlueButton {
	background:#6683AF;
}
.smallBlueButton:hover {
	background:#303B5E;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.smallRedButton {
	background:#580001;
}
.smallRedButton:hover {
	background:#880507;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.smallGreenButton {
	background:#147a0d;
}
.smallGreenButton:hover {
	background:#26a71d;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.greenButton {
	background:#35c012;
}

.redNote {
	width:calc(100% - 10px);
	text-align:center;
	height:auto;
	font-size:1.1em;
	margin:20px 0px;
	padding:5px;
	color:red;
	float:left;
}
.greenButton:hover {
	background:#2c9512;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.navLine {
	line-height:40px;	
}
.navLine2 {
	line-height:35px;	
}
.orangeButton {
	background:#ff6c45;
}
.orangeButton:hover {
	background:#c0411f;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.normalGreenButton {
	background:#3b9c3f;
}
.normalGreenButton:hover {
	background:#2B6C1B;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.loaderBarBG {
	width:85%;
	height:20px;
	background:#353535;
	border-radius:10px;
	border:3px solid #353535;
}
.loaderBarFront {
	position:relative;
	top:-23px;
	left:3px;
	width:85%;
	height:20px;
	border-radius:10px;
	background-image:url("../png/loader.png")
}
.loaderBarText {
	position:relative;
	top:-44px;
	left:403px;
	width:30px;
	height:20px;
	font-size:1.2em;
}
#graphHolder {
	float:left;
	width:200px;
	height:200px;
	margin-left:5px;
}
#graphTextHolder {
	margin-top:30px;
	float:left;
	width:calc(100% - 220px);
	margin-left:12px;
	height:auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:0.9em;
	text-align:left;
}
#graphTextHolder2 {
	margin-top:30px;
	float:left;
	width:150px;
	margin-left:15px;
	height:auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:0.9em;
	text-align:left;
}
.graphText {
	margin-top:30px;
}
#endTestStatsleft {
	float:left;
	margin-top:15px;
	width:180px;
	height:auto;
}
#endTestStats br{
    display:block;
	margin-top:7px;
	line-height:14px;
	content:" ";
}
#endTestStatsright {
	float:left;
	text-align:right;
	margin-top:15px;
	width:110px;
	height:auto;
}
.endTestStatssub {
	width: 300px;
    height: 200px;
    margin: 0 auto;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    font-size: 1em;
}
#statsTextHolder {
	float:left;
	width:100%;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-top:25px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:0.9em;
	line-height:14px;
	height:auto;
}
#tapToClose {
	width:100%;
	height:25px;
	background: rgb(100, 100, 100);
	color:white;
  	position: absolute;
  	bottom: 0;
	padding-top:5px;
 	left: 0;
	border-radius: 0px 0px 18px 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:100;
	font-style: italic;
	font-size:0.9em;
}
#imgId {
	position:absolute;
	top:20px;
	left: 50%;
    transform: translate(-50%, 0);
	width:817px;
	max-width:100%;
	height:auto;
	cursor: pointer;
	background:white;
	border:2px solid black;
  	z-index: 15;
}
.largeImage {
	width:817px;
	height:auto;
}
.cubeGif {
	width:600px;
	height:auto;
}
#overlayInner {
	position:fixed;
	top: 200px;
	left: 50%;
	margin-left: -200px; /* Negative half of width. */
	width:400px;
	padding:20px;
	height:auto;
	background:#FEFEFA;
	border-radius:5px;
	z-index:15;
}

#overlayWhite {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: #FEFEFA;
    z-index:2;
}
#overlayWhite2 {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: #FEFEFA;
    z-index:10;
}
#reportWindowInner {
	margin:0 auto;
	margin-top:20px;
	width:60%;
	max-width:600px;
	min-width:420px;
	height:auto;
	min-height:600px;
	background:white;
	border:2px solid black;	
	border-radius:10px;
}
#reportWindowInner2 {
	margin:0 auto;
	margin-top:20px;
	width:60%;
	max-width:600px;
	min-width:420px;
	height:350px;
	background:white;
	border:1px solid black;	
	border-radius:10px;
}
#statsButsHolder {
	float:left;
	margin-top:10px;
	margin-bottom:50px;
	width:100%;
	min-width:400px;
	height:auto;
}
.answerOverlayBlue {
	position:absolute;
	width:100%;
	inset:0;
	background:rgba(156, 155, 234, 0.3);
}
.answerOverlayGreen {
	position:absolute;
	width:100%;
	inset:0;
	background:rgba(83, 163, 96, 0.3);
}
.answerOverlayRed {
	position:absolute;
	width:100%;
	inset:0;
	background:rgba(162, 82, 88, 0.3);
}
.naviBut3 {
	height:24px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:0.9em;
	text-align:center;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
	cursor: pointer;
	border-radius:4px;
	margin-top:3px;
	padding:2px;
	line-height:24px;
	width:160px;
	color:white;
}
.menuButton:hover {
	background:#303B5E;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.reviewButton:hover {
	background:#2B6C1B;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.reviewButtonSub:hover {
	background:#2B6C1B;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.greenBox {
	position:relative;
	top:5px;
	margin-right:5px;
	width:18px;
	height:18px;
	background:#389b0d;
	display:inline-block;
}
.redBox {
	position:relative;
	top:5px;
	margin-right:5px;
	width:18px;
	height:18px;
	background:#ba2c2c;
	display:inline-block;
}
.greyBox {
	position:relative;
	top:5px;
	margin-right:5px;
	width:18px;
	height:18px;
	background:#919191;
	display:inline-block;
}
.lightblueBox {
	position:relative;
	top:5px;
	margin-right:5px;
	width:18px;
	height:18px;
	background:#9ad9e2;
	display:inline-block;
}
.headingLeft {
	margin-top:10px;
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
.headingCentered {
	margin-top:10px;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	font-family: 'Open Sans Condensed', sans-serif;
}
.headingCentered2 {
	margin-top:10px;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
.headingCentered2b {
	margin-top:10px;
	text-align:center;
	font-size:1.15em;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
.headingCentered3 {
	margin-top:40px;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.subHeadingCentered {
	margin-top:-17px;
	text-align:center;
	font-size:0.8em;
	font-style: italic;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-left:5px;
	padding-right:5px;
}
.popUpContent {
	margin-top:5px;
	text-align:left;
	font-size:0.9em;
	width:100%;
	line-height:1.3em;
	height:auto;
}
#reportForm {
	font-family: 'Open Sans Condensed', sans-serif;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
#reportForm input[type=text], #reportForm select {
    width: 100%;
    padding: 10px 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
#reportForm textarea {
    width: 100%;
	height:250px;
    padding: 10px 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.submitButton {
    width: 100%;
	text-align:center;
    background-color: #3b9c3f;
    color: white;
    padding: 14px 0px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	font-size:1em;
}
.submitButton:hover {
    background-color: #2B6C1B;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.cancelButton {
	text-align:center;
	margin:0 auto;
    width: 80%;
    background-color: #672627;
    color: white;
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	font-size:0.8em;
}
.cancelButton:hover {
    background-color: #370909;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.yesButton {
	width: auto;
	text-align:center;
    background-color:#3b9c3f;
    padding: 8px 15px;
    color: white;
	float:right;
    cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	font-size:1em;
	font-weight:bold;
	margin:10px;
	border-radius:10px;
}
.yesButton:hover {
    background-color:#2B6C1B;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}

.rateQButton {
	width: auto;
	text-align:center;
    background-color:#ff9900;
    padding: 8px 15px;
    color: white;
	float:right;
    cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	font-size:1em;
	font-weight:bold;
	margin:10px;
	border-radius:10px;
}
.rateQButton:hover {
    background-color:#cc7a00;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.neutralButton {
	width: auto;
	text-align:center;
    background-color:#C4C4C4;
    padding: 8px 15px;
    color: white;
	float:right;
    cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	font-size:1em;
	font-weight:bold;
	margin:10px;
	border-radius:10px;
}
.neutralButton:hover {
    background-color:#B1B1B1;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.noButton {
	width: auto;
	text-align:center;
    background-color:#303B5E;
    padding: 8px 15px;
    color: white;
	font-weight:bold;
	float:right;
    cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
	font-size:1em;
	margin:10px;
	border-radius:10px;
}
.noButton:hover {
    background-color:#6683AF;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
#questionContainerHolder {
	margin:0 auto;
    display:table;
	margin-top:10px;
	width:100%;
}
#questionContainer {
    display:table-cell;
	width:100%;
	height:auto;
	border:0px solid grey;
    vertical-align: middle;
}
#qTextHolder li {
	padding:3px;
}
#qTextHolder ol {
	margin:3px;
}
#answerContainer {
	display:table;
	margin:0 auto;
	width:100%;	
	margin-top:1%;
	border:0px solid grey;
	text-align:center;
}
#answerContainerImages {
	display:table;
	margin:0 auto;
	margin-top:1%;
	border:0px solid blue;
}
.discardButton {
	padding:2px;
	width:120px;
	background:#FC6500;
	color:white;
	float:left;
}
.discardButton:hover {
	background:#A04F11;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.restoreButton:hover{
	background:#2B6C1B;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.answerContainerImg {
	width:100%;
}
.checkAnswerBut {
	width:125px;
	float:left;
	color:white;
	background:#6683af;
	padding:1px;
	margin-left: 10px;
}
.checkAnswerBut:hover{
	background:#2D2D60;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.insBut {
	width:100px;
	float:left;
	color:white;
	background:#6683af;
	padding:1px;
}
.insBut:hover{
	background:#2D2D60;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.selectContButton {
	padding:2px;
	width:153px;
	background:#6683af;
	color:white;
	float:right;
	margin-left: 10px;
}
.selectContButton:hover {
	background:#2D2D60;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.answerMatrix8:hover {
	background-color:#959596;
	border:1px solid #959596;	
	-webkit-transition: background 0.5s, border 0.5s; /* Safari */
    transition: background 0.5s, border 0.5s;
}
.answerSpatial6:hover {
	background-color:#959596;
	border:1px solid #959596;	
	-webkit-transition: background 0.5s, border 0.5s; /* Safari */
    transition: background 0.5s, border 0.5s;
}

@media (max-width: 1190px) {
    
	.answerOptionTextHeavy2 {
	position:relative;
		display: flex;
		align-items: center;
		float:left;
		cursor: pointer;
		font-family: 'Open Sans Condensed', sans-serif;
		border:1px solid rgb(150 150 150);
		width:calc(100% - 10px);
		-webkit-transition: background 0.5s; /* Safari */
		transition: background 0.5s;
	}
}

@media (min-width: 1190px) {
    
	.answerOptionTextHeavy2 {
	position:relative;
		
    display: flex;
	align-items: center;
	float:left;
	cursor: pointer;
	font-family: 'Open Sans Condensed', sans-serif;
	border:1px solid rgb(150 150 150);
	margin-left:1%;
	margin-right:1%;
	width:calc(47% - 16px);
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
	margin-top:10px;
	height:50px;
	}
}
.answerOptionTextHeavy p, .answerOptionTextHeavy2 p {
	padding-left:8px;
	padding-right:8px;
	margin-top:10px;
	text-align:left;
	font-size:1em;
	color:#2A2A2A;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.answerOption2 p, .answerOption3 p, .answerOption4 p, .answerOption5 p, .answerOption6 p, .answerOption8 p {
	margin-top:10px;
	text-align:center;
	font-size:1em;
	color:#2A2A2A;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.answerOption2:hover, .answerOption3:hover, .answerOption4:hover, .answerOption5:hover, .answerOption6:hover, .answerOption8:hover, .answerOptionTable:hover, .answerOptionTableSmall:hover, .answerOptionTextHeavy:hover, .answerOptionTextHeavy2:hover {
	background-color:#e1e1e1;
	border: "1px solid #e1e1e1";
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.answerImage2:hover, .answerImage3:hover, .answerImage4:hover, .answerImage5:hover, .answerImageFive5:hover, .answerImageFive4:hover, .answerImage6:hover, .answerImage8:hover {
	background-color:#e1e1e1;
	border: "1px solid #e1e1e1";
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
#copyRightNotice {
	margin-top:60px;
	font-style:italic;
	color:#666666;
}
.clear
{
  clear:both;
}
.collectFormBox {
	width:320px;
	height:70px;
	float:left;
	margin:10px;	
	text-align:center;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
#collectForm input[type=radio]{
	margin-top:10px;
	margin-right:20px;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
#collectForm select,.jobTitleBox , #collectForm input[type=text]{
	padding:5px;
	border-radius:5px;
	margin-top:10px;
}
#collectForm select,.jobTitleBox , #collectForm input[type=number]{
	padding:5px;
	border-radius:5px;
	margin-top:10px;
}
.jobTitleBox {
	margin:auto;
	margin-top:10px;
	width:200px;
	height:auto;
	border:1px solid grey;
	font:90%;
	cursor:pointer;
}
.jobTitleBox:hover {
	background:#C4C4C4;
}
.jobTitleBoxSelect {
	float:left;
	margin:10px;
	width:200px;
	height:auto;
	border-radius:10px;
	text-align:center;
	border:1px solid grey;
	font:90%;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	cursor:pointer;
}
.jobTitleBoxSelect:hover {
	background:#C4C4C4;
}	
#afterTestAdvert {
	margin:0 auto;
	width:calc(100%-60px);
	min-width:300px;
	padding:2px 30px 10px 30px;
	background:#2B5D9A;
	color:white;
	height:auto;
	font-family: 'Proxima-Nova-Light';
}
.adlink {
	color:white;
	font-weight:bold;
	font-size:110%;
}
.adlink:hover {
	font-size:120%;
	margin-top:-5px;
}
.nameForm {
	border:1px solid #3B3B3B;
	border-radius:5px;
	background-color:#ECECEC;
	width:85%;
	padding:5px 10px;
	margin-top:-20px;
	margin-left:5%;
}
@media only screen and (min-width: 800px) {
	.dcheck {
		display: inline-block;
		width:auto;
		height:auto;
		padding:5px;
		text-align:left;
		line-height:22px;
		border:1px solid black;
	}
	.dcheck2 {
		display: inline-block;
		width:auto;
		height:auto;
		padding:5px;
		margin-left:20px;
		text-align:left;
		line-height:22px;
		border:1px solid black;
	}
}
@media only screen and (max-width: 799px) {
	.dcheck {
		display: inline-block;
		margin:0 auto;
		width:auto;
		height:auto;
		padding:5px;
		text-align:left;
		margin-bottom:25px;
		line-height:22px;
		margin-right:5px;
		border:1px solid black;
	}
	.dcheck2 {
		display: inline-block;
		margin:0 auto;
		width:auto;
		padding:5px;
		height:auto;
		margin-left:5px;
		text-align:left;
		line-height:22px;
		border:1px solid black;
	}
}
.dcheck td {
	line-height:20px;
}
.dcheck table {
	font-size:90%;
}
.dcheck2 td {
	line-height:20px;
}
.dcheck2 table {
	font-size:90%;
}
.nobord{
	border:0;
}
#assTestHolder {
	margin:0 auto;
	margin-top:10px;
	width:100%;
	max-width:800px;
	min-width:320px;
	height:auto;
	margin-bottom:50px;
}
.sitJudgABox {
	margin-top:20px;
	padding-top:20px;
	width:100%;
	height:auto;
	border:1px solid grey;
	border-width:1px 0px 0px 0px;
}
.sitJudgBoxNum {
	width:20px;
	height:auto;
	float:left;
}
.sitJudgBoxLeft {
	width:calc(100% - 160px);
	height:auto;
	float:left;
}
.sitJudgBoxRight {
	width:130px;
	padding:5px;
	height:auto;
	float:left;
}
.sitJudgBoxLeft2 {
	width:calc(100% - 186px);
	height:auto;
	float:left;
}
.sitJudgBoxRight2 {
	width:156px;
	padding:5px;
	height:auto;
	float:left;
}
.sjtRatingButton:hover {
	background:#878AC5;
	border:1px solid #878AC5;
	color:white;
}
.moreLessButton:hover, .select17ButtonUnMarked:hover {
	background:#878AC5;
	border:1px solid #878AC5;
	color:white;
}
.labelC {
	display: inline-block;
	padding-left:5px;
}
@media only screen and (min-width:530px) {
	#cookiePopup {
	position:fixed;
	top:30%;
	left: 50%;
	transform: translate(-50%, -30%);
	width:100%;
	max-width:600px;
	min-width:300px;
	height:auto;
	background-color:#141414;
	z-index:11;
	padding:30px;
	letter-spacing: 0.06em;
}
#preferenceCenter {
	background-color:#0f0f0f;
	position:fixed;
	top:30%;
	left: 50%;
	transform: translate(-50%, -30%);
	width:100%;
	max-width:800px;
	min-width:300px;
	height:auto;
	z-index:12;
	letter-spacing: 0.06em;
}
	
#cookieMenu {
	background-color:#D0D0D0;
	margin:15px 0px 0px 0px;
	width:25%;
	font-size:80%;
	float:left;
  padding-bottom: 500em;
  margin-bottom: -500em;
}
#cookieDescription {
	margin:15px 0px 0px 0px;
	background-color:#1A1A1A;
	width:calc(75% - 60px);
	padding:30px;
	float:left;
  padding-bottom: 500em;
  margin-bottom: -500em;
}
#cookieBackground {
	display:none;
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
	overflow: hidden;
	background-color:rgba(0, 0, 0, 0.8);
	z-index:10;
}
}
@media only screen and (max-width:529px) {
	#cookiePopup {
	position:absolute;
	top:20px;
	width:calc(100% - 20px);
	height:auto;
	background-color:#141414;
	z-index:11;
	padding:10px;
	letter-spacing: 0.06em;
}
#preferenceCenter {
	background-color:#0f0f0f;
	position:absolute;
	top:20px;
	width:100%;
	height:auto;
	z-index:12;
	letter-spacing: 0.06em;
}
	
#cookieMenu {
	background-color:#D0D0D0;
	margin:15px 0px 0px 0px;
	width:100%;
	font-size:80%;
	float:left;
}
#cookieDescription {
	margin:15px 0px 0px 0px;
	background-color:#1A1A1A;
	width:calc(100% - 20px);
	padding:10px;
	float:left;
}
#cookieBackground {
	display:none;
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
	overflow: scroll;
	background-color:rgba(0, 0, 0, 0.8);
	z-index:10;
}
}

#cookiePopup p {
	color:#F1F1F1;	
	font-size:90%;
}
#cookiePopup h4 {
	color:#F1F1F1;	
	font-size:130%;
	margin-bottom:5px;
}
#cookieAgree {
	font-size:90%;
	background-color:#FFED00;
	padding:8px 10px;
	float:left;
	margin-right:10px;
	border-radius:3px;
	font-weight:bold;
	cursor:pointer;
}
#cookieAgree:hover {
	background-color:#eddc00;
}
#cookiePreferences {
	font-size:90%;
	background-color:#C8C8C8;
	padding:8px 10px;
	float:left;
	border-radius:3px;
	font-weight:bold;
	cursor:pointer;
}
#cookiePreferences:hover {
	background-color:#BDBDBD;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#cookieOverflow {
	overflow:hidden;
	width:100%;
}
.cookieMenuItemNot {
	height:auto;
	color:#454545;
	padding:15px;
	border:1px solid #b5b5b5;
	border-width:0px 0px 1px 0px;
	cursor:pointer;
}
.cookieMenuItemNot:hover {
	background:#bcbcbc;
}
.cookieMenuItemSel {
	background-color:#1A1A1A;
	height:auto;
	color:#F1F1F1;
	padding:15px;
}
#preferenceCenter p {
	color:#F1F1F1;	
	font-size:90%;
}
#preferenceCenter a {
	color:#F1F1F1;	
}
#preferenceCenter h4 {
	margin:20px;
	color:#F1F1F1;	
	font-size:130%;
	margin-bottom:5px;
}
#preferenceCenter h6 {
	color:#F1F1F1;	
	font-size:110%;
	margin-bottom:5px;
	margin-top:20px;
}
#preferencesBelow {
	height:64px;
	width:100%;
}
#prefFloatRight {
	padding:10px 0px;
	height:52px;
	width:auto;
	float:right;
}

.switchCookie {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
	margin-bottom:25px;
	margin-top:8px;
}

.switchCookie input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderCookie {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderCookie:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderCookie {
  background-color: #D7B43C;
}

input:focus + .sliderCookie {
  box-shadow: 0 0 1px #D7B43C;
}

input:checked + .sliderCookie:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sliderCookie.round {
  border-radius: 34px;
}

.sliderCookie.round:before {
  border-radius: 50%;
}
.sliderText {
	color:white;
	position:relative;
	left:75px;
	top:-45px;
}
.answerTextBox {
	width: 100px;
    padding: 10px 10px;
	margin: 5px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-size:110%;
	display:inline-block;
    box-sizing: border-box;
}
.answerTextBox2a {
    width: 120px;
    padding: 10px 10px;
    margin: 25px 8px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 110%;
    display: inline-block;
    box-sizing: border-box;
}
.answerTextHolder {
	width:100%;
	border:0;
	margin-top:10px;
}
.subTestHolder {
	margin-bottom:10px;
	padding-top:10px;
	width:100%;
	height:auto;
	border:1px solid grey;
	border-width:1px 0px 0px 0px;
}
.subTestName {
	width:100%;
	height:30px;
	line-height:30px;
	font-size:110%;
	text-align:left;
}
.scoreBarBg {
	width:100%;
	height:20px;
	padding-top:6px;
	background:#dadada;
	border:1px solid black;
}
.scoreBarFg {
	position:relative;
	top:-25px;
	left:3px;
	width:100%;
	height:20px;
	background:#15d400;
	border:1px solid black;
}
.scoreBarBelowText {
	float:left;
	width:calc(100% - 20px);
	padding:0px 10px;
	margin-top:10px;
	font-size:90%;
	height:auto;
}
.conclusionHolder {
	width:90%;
	height:auto;
	margin:0 auto;
}

@media (min-height: 700px) {
	#timeLeftTyping {
			margin:0 auto;
			margin-top:50px;
			width:150px;
			height:40px;
			line-height:40px;
			color:white;
			background:#393939;
			font-size:160%;
			border-radius:5px;
			margin-bottom:30px;
			text-align:center;
	}
}
@media (max-height: 699px) {
	#timeLeftTyping {
			margin:0 auto;
			margin-top:10px;
			width:150px;
			height:40px;
			line-height:40px;
			color:white;
			background:#393939;
			font-size:160%;
			border-radius:5px;
			margin-bottom:30px;
			text-align:center;
	}
}
#typingTimeMem {
	margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: black;
    background: #f6f6f6;
    font-size: 160%;
    border: 1px solid gray;
    margin-bottom: 30px;
    text-align: center;
}
#countDown {
	font-family: Verdana, "sans-serif";
	margin:0 auto;
	background:#f9f9f9;
	overflow:hidden;
	margin-bottom:15px;
	border:2px solid #dedede;
	border-radius:5px;
	line-height:100px;
	height:100px;
	font-size:220%;
	text-align:center;
	width: calc(100% - 60px);
    max-width: 800px;
}
#theTyped {
	margin:0 auto;
	height:70px;
	overflow:hidden;
	margin-bottom:20px;
	background:#DBDBDB;
	color:#353535;
	border:2px solid #dedede;
	border-radius:5px;
}
#theTyped2 {
	margin:0 auto;
	height:40px;
	overflow:hidden;
	margin-bottom:20px;
	background:#e1e1e1;
	color:#353535;
	border:2px solid #dedede;
	border-radius:5px;
}
#typedTextField {
	font-family: Verdana, "sans-serif";
	width:100%;
	height:100%;
	border:0;
	background:#D9D9D9;
	color:#3D3D3D;
	outline: none;
	 resize: none;
	overflow: hidden;
	-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
	cursor:none;
	pointer-events:none
}
#typedTextField2 {
	font-family: Verdana, "sans-serif";
	width:100%;
	height:100%;
	border:0;
	background:#e1e1e1;
	color:#3D3D3D;
	outline: none;
	 resize: none;
	overflow: hidden;
	-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
	cursor:none;
	pointer-events:none
}
::-webkit-input-placeholder {
   text-align: center;
	font-size:90%;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
	font-size:90%;
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
	font-size:90%;
}

:-ms-input-placeholder {  
   text-align: center; 
	font-size:90%;
}
.typingScoreContainer {
	width: calc(100% - 40px);
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    border: 1px solid black;
    padding: 20px;
}
.typingScoreLeft {
	width:65%;
	height:auto;
	float:left;
}
.typingScoreRight {
	width:35%;
	height:auto;
	float:left;
	text-align:right;
}
.typeRed {
	color:red;
	display:inline;
}
.typeBlack {
	color:black;
	display:inline;
}
.typeBlue {
	color:blue;
	display:inline;
}
.typeGrey {
	color:grey;
	display:inline;
}
#listHolder {
	width: 100%;
	max-width:700px;
	margin:15px auto 0px;
}
#entryList {
	list-style-type:none;
	width: 600px;
    margin: 0 auto;
}
#inputHolder {
	position: absolute;
    top: 130px;
    left: 50%;
    right: 50%;
}
.listP {
	position:absolute;
	left:50%;
	right:50%;
	margin-left:-300px;
	font-size:110%;
	width:300px;
	transition: top .3s;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */
}
.listInput {
    width: 320px;
	margin-left:10px;
    border-radius: 6px;
    border: 1px solid #556379;
    box-sizing: border-box;
    padding: 10px;
    font-size: 105%;
}
#inputHolderMem {
	position: absolute;
	left:50%;
	right:50%;
	margin-left:-300px;
}
.listPMem {
	position:absolute;
    top: 110px;
    left: 50%;
    right: 50%;
    margin-left: 100px;
	font-size:110%;
	width:300px;
	transition: color 2s;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */
}
.listInputMem {
    width: 320px;
	margin-left:10px;
    border-radius: 6px;
    border: 1px solid #556379;
    box-sizing: border-box;
	background:#f6f6f6;
    padding: 10px;
    font-size: 105%;
}
#countItMem {
	position: absolute;
    left: 50%;
    right: 50%;
    text-align: center;
    margin-left: 0px;
    font-size: 180%;
    top: 125px;
    width: 300px;
    transition: top .3s;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */
}
#countIt {
	position:absolute;
	left:50%;
	right:50%;
	text-align:center;
	margin-left:-300px;
	font-size:180%;
	top:135px;
	width:300px;
	transition: top .3s;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */
}
.calculator input,
.calculator textarea,
.calculator button {
  border: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  outline: none;
  appearance: none;
  text-align: center;	
}
.calculatorKeys { 
  display: grid; 
  /* other necessary CSS */ 
}
.calculator {
  border-radius: 12px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  max-width: 15em;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 175%;
  font-weight: 300;
  line-height: 1.3;
  width:100%;
}

.calculatorDisplay {
  background-color: #222222;
  color: #fff;
  font-size: 1.714285714em;
  padding: 0.5em 0.75em;
  text-align: right;
}

.calculatorKeys {
  background-color: #999;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.calculatorKeys > * {
  background-color: #fff;
  padding: 0.5em 1.25em;
  position: relative;
  text-align: center;
}

.calculatorKeys > *:active::before,
.calculatorKeys > .is-depressed::before {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5) inset;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.keyOperator {
  background-color: #eee;
	font-weight:bold;
}

.keyEqual {
  background-image: linear-gradient(to bottom, #fe886a, #ff7033);
  grid-column: -2;
  grid-row: 2 / span 5;
}

.calculator input:hover,
.calculator input:active,
.calculator input:focus,
.calculator textarea:hover,
.calculator textarea:active,
.calculator textarea:focus,
.calculator button:hover,
.calculator button:active,
.calculator button:focus {
  outline: none;
}

#answerContainer label {
	display:inline-block;
	font-size:110%;
	margin-right:5px;
}

/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 8px 10px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  top:-7px;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropButs {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor:pointer;
}


/* Change color of dropdown links on hover */
.dropButs:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.showDrop {display:block;}
.holdPopGroup {
	width:100%;
	max-width:600px;
	min-width:400px;
	height:40px;
	margin: 10px auto;
}
.holdPopLeft {
	width:calc(50% - 10px);
	margin-right:10px;
	height:40px;
	text-align:right;
	display: inline-block;
}
.holdPopP {
	font-size:90%;
	width:auto;
}
.holdPopG {
	font-size:110%;
	width:auto;
}
.holdPopRight {
	width:50%;
	height:40px;
	text-align:left;
	display: inline-block;
}
.pReport {
	display:block;
	margin-top:10px;
	margin-bottom:40px;
    padding-left: 5px;
    padding-right: 5px;
}
.pAboveCont {
	display:block;
	margin-top:10px;
}
#graphOcc {
	width:100%;
	height:200px;
}

.graphSub {
	width:100%;
	height:200px;
}
#graphSmall{
	width:100%;
	height:100px;
}
#graphOverall {
	width:100%;
	height:400px;
}

#reportHolder {
	margin-top: 30px;
    width: 100%;
    height: auto;
    float: left;
}
#mdiv {
  width: 25px;
  height: 25px;
  background-color: red;
  border: 1px solid black;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  cursor:pointer;
}

.mdiv {
  height: 25px;
  width: 2px;
  margin-left: 12px;
  background-color: black;
  transform: rotate(45deg);
  Z-index: 1;
}

.md {
  height: 25px;
  width: 2px;
  background-color: black;
  transform: rotate(90deg);
  Z-index: 2;
}
.ordValgtNot {
	margin-top:25px;
	width:100%;
	text-align:center;
	color:red;
	font-weight:bold;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	line-height:25px;
	border:1px solid #c7c7c7;
	border-width:1px 0px;	
}
.ordValgtYes {
	margin-top:25px;
	width:100%;
	text-align:center;
	font-weight:bold;
	line-height:25px;
	border:1px solid #c7c7c7;
	border-width:1px 0px;
	color:#18A31F;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.toploginbar {
	background:url("../barbg.html");
	width:100%;
	height:60px;
	z-index: 10;
    position: absolute;
}
.kvotelogoHold {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.kvotelogo {
	padding:10px 10px 10px 15px;
}
#accessHolder {
	width: calc(100% - 80px);
    max-width: 500px;
    margin: 0px auto;
    font-size: 0.95em;
    padding: 20px;
    background-color: #fff;
    border: 0.5px solid #dfdfdf;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
}
#accessHolderHold {
	background: #eef9f3 url(../bg-graph.html) no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    padding-top: 90px;
}
#beginButtonToRemove {
	margin-bottom:20px;
}
.uAssHolder {
	font-family:'Noto Sans';
	margin-top:5px;
	color:gray;
}
.explain4 {
	max-width: 100%;
    height: auto;
}

.marketing-container {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.mark-prep {
	background-color:#fff;	
}

.mark-emp {
	background-color:#f7f7f7;		
}

.marketing-piece h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.marketing-piece h2 {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.marketing-piece button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.mark-emp button {
    background-color: #007BFF;
}
		
.mark-prep button {
    background-color: #d97800;
}

.mark-prep button:hover {
    background-color: #a95d00;
}
.mark-emp button:hover {
    background-color: #0056b3;
}
.select17Button {
}
.select17ButtonUnMarked {
	height:15px;
	line-height:15px;
	text-align:center;
	border-radius:5px;
	float:left;
	cursor:pointer;
	font-size:100%;
	border:1px solid #4A4A4A;
	color:black;
	margin-bottom:7px;
	margin-left:8px;
	margin-right:2px;
	padding:5px;
	margin-top:2px;
}
.select17ButtonMarked {
	height:15px;
	line-height:15px;
	text-align:center;
	border-radius:5px;
	float:left;
	cursor:pointer;
	font-size:100%;
	background:#878AC5;
	border:1px solid #878AC5;
	color:white;
	margin-bottom:5px;
	margin-left:6px;
	margin-right:0px;
	margin-top:0px;
	padding:7px;
}
.hold17Options {
	width:150px;
	margin:0 auto;
}
.marginBelow {
	margin-bottom:30px;
}
.loader {
    position:absolute;
    top: 50%;
    left: 50%;
	width:200px;
	height:200px;
	margin-top:-200px;
	font-size:1.2em;
}
.loaderimg {
	margin:0 auto;
	width:150px;
	height:150px;
	background: url(../svg/loader.svg);
 	background-size: 150px 150px;
}
#language-container {
	margin: 10px auto 5px;
    width: 200px;
    text-align: center;
}
#memoryGrid {
      display: grid;
      gap: 6px;
      margin: 30px auto;
      max-width: 90vw;
    }
    .memoryCell {
      position: relative;
      width: 60px;
      height: 60px;
      background-color: green;
      border: 1px solid #444;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .memoryMarker {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 30px;
      pointer-events: none;
    }
    #submitBtn, #retryBtn {
      display: none;
      margin-top: 20px;
      padding: 10px 20px;
      font-size: 16px;
    }
    select, button {
      margin-top: 20px;
      font-size: 16px;
      padding: 5px 10px;
    }
    #memoryResult {
      font-size: 18px;
      margin-top: 20px;
      font-weight: bold;
    }
 #memoryNumbersinstruction {
      font-size: 1.2em;
      margin-bottom: 20px;
      font-weight: bold;
    }
#test-container {
			 margin:30px auto;
            max-width: 600px;
            width: 100%;
            background-color: #fff;
            padding: 20px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
	    text-align: center;
		font-size:110%;
        }
    #number-sequence {
      font-size: 32px;
      height: 60px;
      line-height: 60px;
      margin-bottom: 20px;
      font-weight: bold;
    }
    #final-question {
      font-size: 1.2em;
      margin-bottom: 20px;
      font-weight: bold;
    }
    #answer-options {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }
    #answer-options button {
      padding: 10px 20px;
      margin: 10px;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      background: #007bff;
      color: white;
    }
    #answer-options button:hover {
      background: #0056b3;
    }
    #start-buttons button {
      margin: 10px;
      padding: 10px 20px;
      font-size: 16px;
      background: #28a745;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    #start-buttons button:hover {
      background: #218838;
    }
    #wordDisplayMemory {
      font-size: 2em;
      margin: 30px 0;
    }
    .feedbackMemory {
      margin-top: 15px;
      font-weight: bold;
    }
    #questionAreaMemory {
      margin-top: 40px;
    }
#questionAreaMemory input[type="text"] {
      padding: 8px;
      font-size: 16px;
      width: 100px;
      margin-top: 10px;
    }
.speedDistTime_field {
      padding: 8px;
      font-size: 16px;
      width: 100px;
      margin-top: 10px;
    }