html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

* {
  padding: 0;
  margin: 0;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

select:disabled{
   opacity: 1;
   color: #FF5600;
}

body{
	font-family: Roboto, sans-serif;
	color: #626262;
	font-size: 18px;
	line-height: 21px;
}

body#index div#page-wrapper{
	height: 100vh;
	background-image: url(../img/bg_wrapper.png);
	background-color: #DFE1DF;
	background-repeat: no-repeat;
	background-position: top center;
	overflow-y:hidden;
}

body#app div#page-wrapper{
	background-image: url(../img/bg_appwrapper.png);
	background-color: #DFE1DF;
	background-repeat: no-repeat;
	background-position: top right;
	overflow-y:hidden;
}

/*Whole sticky footer sections*/
body#index div#footer{
	min-height: 100px;
	width: 100%;
	position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    color: #fff;
    font-size: 15px;
	line-height: 18px;
	padding-top: 10px;
	background-color: #2B608C;
	font-size-adjust: none;
}

/*Whole footer sections*/
body#app div#footer{
	width: 100%;
    color: #fff;
    font-size: 15px;
	line-height: 18px;
	padding-top: 10px;
	background-color: #BF4E0C;
	font-size-adjust: none;
}

div#footer p,div#footer a{
	font-size: 15px;
	line-height: 18px;
}

#home-mesge{
	margin-top:10px;
	display: none;
}

#canvas{
	min-height: 800px;
	position: relative;
}

#pro-srdropdown-close{
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 5px;
}

#app-logo{
	background-color: #FFF;
	display: inline-block;
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.6);
	margin-left: 20px;
	padding: 0px 5px;
}

#index-top-logo{
	width:580px; 
	margin:0px auto; 
	background-color:#FFF; 
	text-align:center; 
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.6);
}

#pro-srdropdown-close:hover,#pro-srdropdown-close:focus{
	opacity: 0.7
}

#pro-srdropdown-close img{
	width: 100%;
}

#rook-srdropdown-close{
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 5px;
}

#rook-srdropdown-close:hover,#rook-srdropdown-close:focus{
	opacity: 0.7
}

#rook-srdropdown-close img{
	width: 100%;
}

#close{
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

#close:hover,#close:focus{
	opacity: 0.7
}
#close img{
	width: 100%;
}

#qmark{
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 5px;
	margin-top: 15px;
}

#qmark:hover,#qmark:focus{
	opacity: 0.7
}
#qmark img{
	width: 100%;
}

#qmark-index{
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

#qmark-index:hover,#qmark-index:focus{
	opacity: 0.7
}
#qmark-index img{
	width: 100%;
}

#succ_rate{
	width: 160px;
	display: inline-block;
	float: right;
	color: #626262;
	text-decoration: none;
	text-align: center;
	margin-top: 13px;
	margin-right: 15px;
}

#succ_rate:focus,#succ_rate:hover{
	opacity: 0.7;
}

#succ_rate_rookie{
	width: 160px;
	display: inline-block;
	float: right;
	color: #626262;
	text-decoration: none;
	text-align: center;
	margin-top: 13px;
	margin-right: 15px;
}

#succ_rate_rookie:focus,#succ_rate_rookie:hover{
	opacity: 0.7;
}

#footer a{
	color: #FFF;
}

#pro-srdropdown{
	width: 340px;
	position: fixed;
	top: -600px;
	left: 50%;
	margin-left: -188px;
	z-index: 1250;
	border: 7px solid #2B608C;
	background-color: #FFF;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.7);
	padding: 10px 15px;
}

#pro-srdropdown h2{
	font-family: 'Merriweather', serif;
	font-size: 32px;
	line-height: 40px;
	color: #2B608C;
	margin-bottom: 10px;
	border-bottom: 2px solid #2B608C;
}

#pro-srdropdown tr:nth-child(odd){
	background-color: #F7F7F7;
}

#pro-srdropdown table{
	text-align: left;
	width: 100%;
}

#pro-srdropdown th{
	width: 60%;
	padding: 5px 10px;
}

#pro-srdropdown td{
	width: 40%;
	text-align: center;
}

/**/

#rook-srdropdown{
	width: 400px;
	position: fixed;
	top: -600px;
	left: 50%;
	margin-left: -218px;
	z-index: 1250;
	border: 7px solid #2B608C;
	background-color: #FFF;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.7);
	padding: 10px 15px;
}

#rook-srdropdown h2{
	font-family: 'Merriweather', serif;
	font-size: 32px;
	line-height: 40px;
	color: #2B608C;
	margin-bottom: 10px;
	border-bottom: 2px solid #2B608C;
}

#rook-srdropdown tr:nth-child(odd){
	background-color: #F7F7F7;
}

#rook-srdropdown table{
	text-align: left;
	width: 100%;
}

#rook-srdropdown th{
	width: 50%;
	padding: 5px 10px;
}

#rook-srdropdown td{
	width: 50%;
	text-align: center;
}

/*Left side of footer*/
#footer-left{
	min-height: 100px;
	width: 65%;
	float: left;
	text-align: left;
	padding-bottom: 10px;
}

/*<img> and <p> in left side of footer*/
#footer-left img, #footer-left p{
	margin-left: 25px;
}

/*Right side of footer*/
#footer-right{
	min-height: 100px;
	width: 35%;
	float: left;
	text-align: right;
	padding-bottom: 10px;
}

/*<img> and <p> in right side of footer*/
#footer-right img, #footer-right p{
	margin-right: 25px;
}

.numdropdown{
	width: 115px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 1000;
	display: none;
}

.numdropdown select{
	width: 50px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	border: 2px solid #DDD;
}

.os-icons{
	width:26px; 
	vertical-align:middle; 
	margin-left:5px;
	display: none;
}

#dd1{
	left: -245px;
	top: 335px;
}

#dd2{
	left: 205px;
	top: 320px;
}

#dd3{
	left: 65px;
	top: 220px;
}

#dd4{
	left: -60px;
	top: 430px;
}

#logo_big{
	width: 1000px;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -200px;
	z-index: 200;
}

@media only screen and (min-width : 1400px) {
    #logo_big{
		width: 1500px;
		height: 600px;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-left: -750px;
		margin-top: -300px;
		z-index: 200;
	}
}

#select-dropdown{
	width: 700px;
	position: fixed;
	top: -1000px;
	left: 50%;
	margin-left: -375px;
	margin-top: -200px;
	z-index: 300;
	border: 10px solid #2B608C;
	background-color: #FFF;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.7);
	padding: 10px 15px;
}

#select-dropdown h1{
	font-family: 'Merriweather', serif;
	font-size: 32px;
	line-height: 40px;
	color: #2B608C;
	margin-bottom: 10px;
}

#select-dropdown h2,.txt-dropdown h2,.small-dropdown h2,.big-dropdown h2{
	font-family: 'Merriweather', serif;
	font-size: 26px;
	line-height: 32px;
	color: #2B608C;
	margin-bottom: 10px;
}

.big-dropdown{
	width: 75%;
	height: 400px;
	position: fixed;
	top: -1000px;
	left: 50%;
	margin-left: -40%;
	z-index: 1300;
	border: 7px solid #2B608C;
	background-color: #FFF;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.7);
	padding: 10px 15px;
}

.txt-dropdown{
	width: 750px;
	position: fixed;
	top: -1000px;
	left: 50%;
	margin-left: -393px;
	z-index: 1300;
	border: 7px solid #2B608C;
	background-color: #FFF;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.7);
	padding: 10px 15px;
}

.txt-dropdown p,.small-dropdown p,.big-dropdown p{
	margin-bottom: 10px;
}

.txtdd-cntnt p{
	width:550px;
}

#txtdd-cc{
	background-image: url('../img/char_thumbsup.png');
	background-repeat: no-repeat;
	background-size: 24%;
	background-position: center right;
}

#txtdd-priv{
	background-image: url('../img/char_mirror.png');
	background-repeat: no-repeat;
	background-size: 24%;
	background-position: top right;
}

#txtdd-terms{
	background-image: url('../img/char_happy.png');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center right;
}

#txtdd-acc{
	background-image: url('../img/char_whiteboard.png');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: top right;
}

.instr-list{
	list-style-position:outside; 
	margin-left:20px;
	color: rgb(43,96,140);
}

.normal{
	color: #626262 !important
}

.instr-list li{
	margin-bottom: 7px;
}

.small-dropdown{
	width: 400px;
	position: fixed;
	top: -1000px;
	left: 50%;
	margin-left: -218px;
	z-index: 1300;
	border: 7px solid #2B608C;
	background-color: #FFF;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.7);
	padding: 10px 15px;
}

#instr-char1{
	background-image: url('../img/char_thumbsup.png');
	background-repeat: no-repeat;
	background-size: 19%;
	background-position: center right;
}

#instr-char2{
	background-image: url('../img/char_mirror.png');
	background-repeat: no-repeat;
	background-size: 27%;
	background-position: center right;
}

#instr-char3{
	background-image: url('../img/char_happy.png');
	background-repeat: no-repeat;
	background-size: 27%;
	background-position: center right;
}

#close-dropdown{
	background-image: url('../img/char_close.png');
	background-repeat: no-repeat;
	background-size: 24%;
	background-position: top right;
}

.dd-select{
	margin-top: 20px;
}

.rem-top{
	background-color: rgb(191,78,12);
	color: #FFF;
	padding: 5px 10px 5px 35px;
	background-image: url('../img/reminder_white.svg');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 7px 3px;
}

.rem-bot{
	background-color: rgb(238, 238, 238);
	padding: 5px 10px;
}

.slink{
	color: #2B608C;
}

.bbtn{
	display: inline-block;
	padding: 10px;
	background-color: #2B608C;
	color: #FFF;
	text-decoration: none;
}

.bbtn:hover,.bbtn:focus{
	opacity: 0.7;
}

/*full screen overlay used in quiz/summary*/
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8); /* Black background with opacity */
  z-index: 1200; /* Specify a stack order in case you're using a different order for other elements */
}

#start{
	cursor: default;
}

.strong{
	font-weight: bold;
}

.orange{
	color: #F7941D;
}

.em{
	font-style: italic;
}



.frag{
	width: 400px;
	height: 400px;
	display: block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 160px;
}

.arr{
	width: 300px;
	height: 300px;
	display: block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: -50px;
	right: 0;
	text-align: center;
	margin-top: 200px;
}

#pro-hud{
	width: 400px;
	padding: 10px 15px;
	position: absolute;
	top: 120px;
	left: 20px;
	z-index: 1020;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 16px;
	line-height: 21px;
}



#rookie-hud{
	width: 500px;
	
	position: absolute;
	top: 120px;
	left: 20px;
	z-index: 1020;
	
	
	font-size: 16px;
	line-height: 21px;
}

#rookie-hud .hud-panel{
	width: 350px;
	background-color: rgba(0,0,0,1);
	padding: 10px 15px;
	color: #FFF;
	float: left;
	min-height: 100px;
}

#rookie-hud .hud-trigger{
	width: 110px;
	background-color: rgba(0,0,0,1);
	color: #FFF;
	float: left;
	text-decoration: none;
	vertical-align: middle;
	padding: 5px 0px;
	transform: rotate(90deg);
	left: -40px;
	top:34px;
	position: relative;
}

#rookie-hud .hud-trigger:hover,#rookie-hud .hud-trigger:focus{
	opacity: 0.7;
}

#rookie-hud .hud-trigger img{
	padding: 5px;
	margin-top: 4px;
	vertical-align: middle;
}

#rookie-hud-hidden{
	width: 90px;
	
	position: absolute;
	top: 155px;
	left: -35px;
	z-index: 1020;
	color: #FFF;
	background-color: rgba(0,0,0,0.8);
	font-size: 18px;
	line-height: 21px;
	padding: 10px;
	text-decoration: none;
	display: none;
	transform: rotate(90deg);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

#rookie-hud-hidden:hover,#rookie-hud-hidden:focus{
	opacity: 0.7;
}


.pro-subm{
	display: inline-block;
	width: 100px;
	border: 2px solid #FFF;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-right: 7px;
	padding: 5px 0px;
}

.pro-subm:hover,.pro-subm:focus{
	background-color: #FFF;
	color: #4A4A4A;
}

.rook-subm{
	display: inline-block;
	width: 100px;
	border: 2px solid #FFF;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-right: 7px;
	padding: 5px 0px;
}

.rook-subm:hover,.rook-subm:focus{
	background-color: #FFF;
	color: #4A4A4A;
}

.rook-subm-crrct{
	display: inline-block;
	width: 100px;
	border: 2px solid #49AF41;
	background-color: #49AF41;
	text-decoration: none;
	text-align: center;
	margin-right: 7px;
	padding: 5px 0px;
	cursor: default;
	color: #FFF;
}

.rook-subm-incrrct{
	display: inline-block;
	width: 100px;
	border: 2px solid #E70000;
	background-color: #E70000;
	text-decoration: none;
	text-align: center;
	margin-right: 7px;
	padding: 5px 0px;
	cursor: default;
	color: #FFF;
}

.rook-subm2{
	width: 150px !important;
}

.pro-subm-crrct{
	display: inline-block;
	width: 100px;
	border: 2px solid #49AF41;
	background-color: #49AF41;
	text-decoration: none;
	text-align: center;
	margin-right: 7px;
	padding: 5px 0px;
	cursor: default;
	color: #FFF;
}

.pro-subm-incrrct{
	display: inline-block;
	width: 100px;
	border: 2px solid #E70000;
	background-color: #E70000;
	text-decoration: none;
	text-align: center;
	margin-right: 7px;
	padding: 5px 0px;
	cursor: default;
	color: #FFF;
}

#notify{
	width: 200px;
	padding: 15px;
	background-color: #2B608C;
	position: fixed;
	z-index: 250;
	right: 25px;
	bottom: -150px;
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
	color: #FFF;
}

.hidden{
	display: none;
}

.pro-next{
	display: inline-block;
	width: 200px;
	border: 2px solid #FFF;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-right: 7px;
	padding: 5px 0px;
	margin-bottom: 3px;
}

.pro-next:hover,.pro-next:focus{
	background-color: #FFF;
	color: #4A4A4A;
}


.drpdwn{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 50px;
	left: 0;
	right: 0;
	z-index: 1000;
}

.drpdwn select{
	font-size: 18px;
	padding: 5px;
	border: 2px solid #ddd;
	text-align: center;
	width: 50px;
	display: block;
}

#drpdwn-1{
	top: 350px;
	left: -355px;
}

#drpdwn-2{
	top: 290px;
	left: 335px;
}

#drpdwn-3{
	top: 163px;
	left: -35px;
}

#drpdwn-4{
	top: 518px;
}

.frag-img{
	width: 100%;
}

.temp-btns{
	width: 160px;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	color: #FFF;
	position: absolute;
	z-index: 1020;
	padding: 10px;
	text-decoration: none;
	cursor: default;
}

.temp-btns:hover,.temp-btns:focus{
	opacity: 0.55;
}

#toggledd{
	top: 0px;
	right: 20px;
}

#togglearw{
	top: 45px;
	right: 20px;
}

#arrow{
	z-index: 1010;
	display: none;
}

#frag-5{
	z-index: 50;
	
}

#frag-1{
	z-index: 55;
	left: -481px;
	top: 37px;
}

#frag-2{
	z-index: 55;
	left: 482px;
	top: -25px;
}

#frag-3{
	z-index: 55;
	top: -295px;
	left: 32px;
}

#frag-4{
	z-index: 55;
	top: 249px;
	left: 155px;
}

#sr-perc{
	font-weight: bold;
	color: rgb(43,96,140);
}

#sr-perc_rook{
	font-weight: bold;
	color: rgb(43,96,140);
}

.bluebolds{
	font-weight: bold !important;
	color: rgb(43,96,140) !important;
}