@charset "utf-8";
/* Global Content Formatting and styles */

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, textarea, button {
    -webkit-appearance: none;
    -webkit-border-radius: 0; 
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?9vd68h');
	src:url('../fonts/icomoon.eot?#iefix9vd68h') format('embedded-opentype'),
		url('../fonts/icomoon.woff?9vd68h') format('woff'),
		url('../fonts/icomoon.ttf?9vd68h') format('truetype'),
		url('../fonts/icomoon.svg?9vd68h#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right:before {
	content: "\e601";
}
.icon-arrow-left:before {
	content: "\e602";
}
.icon-remove:before {
	content: "\e608";
}
.icon-remove2:before {
	content: "\e600";
}

/* Global ----------------------------------------------------------------- */


html { 
  background: url(../images/bg.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}


.page {
	height:100%;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	
}
header {
	width: 100%;
	position: relative;
}
header a.logo {
	width: 136px;
	height: 120px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/logo_large.png);
	display: block;
}

#logo_text {
	color: #FFF;
	position: absolute;
	top:0;
	margin-left: 136px;
	font-size: 2em;
	padding-top: 20px;
}
a.mobile_menu {
	display: none;
}
nav {
	width: 100%;
	display: block;
	overflow: hidden;
}

nav a {
	margin: 12px 0px 10px 20px;
}

#main_content {
	max-width: 1100px;
	position: relative;
	width: 98%;
	z-index: 1000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid hsla(202, 46%, 82%, 0.2);
	-webkit-border-radius:0 7px 0 7px;
	-moz-border-radius:0 7px 0 7px;
	-ms-border-radius:0 7px 0 7px;
	-o-border-radius:0 7px 0 7px;
	border-radius:0 7px 0 7px;
	-webkit-box-shadow: 5px 5px 10px #08090b;
	-moz-box-shadow: 5px 5px 10px #08090b;
	-ms-box-shadow: 5px 5px 10px #08090b;
	box-shadow: 5px 5px 10px #08090b;
	/*padding-left:3px;*/
	padding-top:3px;
}

@media only screen and (min-width : 780px) {
	#main_content {
		padding-bottom: 20px;
	}
}

#title_bar {
	width: 100%;
	color: #fefef2;
	min-height: 32px;
	padding: 8px 5px 8px 8px;
}

#guide_player_title {
	float: left;
	width: 100%;
	margin-right: -180px;
}
#guide_player_title h1 {
	font-size: 1.5em;
	color: #fefef2;
	margin: 0 190px 8px 5px;
	font-weight: normal;
}

#primary_content, .home #primary_contentn{
	width: 100%;
	min-height: 500px;
}

.icon_nav {
	width: 100%;
	}
.page #main_content #primary_content {
}

.icon_nav ul {
	list-style: none;
}
.icon_nav li {
	width: 46%;
	float: left;
	margin: 10px 2%;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width : 750px) {
.icon_nav li {
	width: 98%;
	float: none;
	margin: 10px auto;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
}

.icon_nav a {
	display: block;
	background-repeat: no-repeat;
	min-height: 150px;
	padding-left: 120px;
	font-size: 1.1em;
	margin: 0;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0px 1px 8px #67A1D1;
	-webkit-box-shadow: 0px 1px 8px #67A1D1;
}
.icon_nav li a.icon1 {
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(../images/quiz_icon.png);
	}
.icon_nav li a.icon2 {
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(../images/flashcard_icon.png);
}
.icon_nav li a h3 {
	font-size: 1.2em;
	color: #67A1D1;
	margin: 0em;
}
.icon_nav a p {
	line-height: 1.2em;
	font-size: .9em;
	color: #000034;
	margin: 0em;
}
.teaser a p:hover {
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
	color: #67A1D1;
	margin: .5em;
	font-weight: bold;
}
h2 {
	font-size: 1.7em;
	color: #67A1D1;
	margin: 0.2em 0 0.6em 0;
}
h3 {
	font-size: 1.5em;
	color: #67A1D1;
	margin: 1em 0 1em 0;
}
h4 {
	font-size: 1.3em;
	color: #67A1D1;
	margin: 0.5em 0 0.5em 0;
}
p {
	margin: 0 0 .75em 0;
	color: antiquewhite;
}
a {
	color: #67A1D1
}
a:hover {
	color: #009eff
}

.news_article {
	width: 100%;
	height: 100%;
	min-height: 490px;
	float: none;
	position: relative;
	background-color: #EFF5FB;
	padding: 20px 20px 10px 20px;
}

#article_list {
	width: 100%;
	float:none;
	position: relative;
}

@media only screen and (min-width : 780px) {
	.news_article {
	width: 70%;
	max-width: 760px;
	float: right;
	}
	
	#article_list {
	width: 29%;
	float:left;
	margin-left: 1%;
	margin-top: 5px;
	}
}


footer {
	font-size: 0.85em;
	background: hsla(240, 46%, 10%, 0.7) none repeat scroll 0 0;
	color: #67a1d1;
	padding: 10px;
}
a.cta {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
}
.promo h3 {
	font-size: 1.1em;
	margin: 0;
}
.promo p {
	line-height: 1.2em;
	font-size: .9em;
	margin-bottom: .5em;
}
.promo {
	background-repeat: no-repeat;
}
.promo.one {
	background-image: url(/images/promo_1.jpg);
}
.promo.two {
	background-image: url(/images/promo_2.jpg);
}
.promo.three {
	background-image: url(/images/promo_3.jpg);
}
nav a {
	color: #d1a867;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
}

nav a:hover {
	color: #fff;
}


a.article_link {
	background-color: #346085;
	border: 1px solid #000034;
	color: #d1a867 ;
	display: block ;
	padding: 10px 30px 10px 10px ;
	position: relative ;
	text-decoration: none;
	text-transform: uppercase;
	width: 100% ;
}
 
a.article_link:after {
	content: '»';
	font-size: 20px ;
	height: 28px ;
	line-height: 26px ;
	margin-top: -14px ;
	position: absolute ;
	right: 6px ;
	text-align: center ;
	text-indent: 1px ;
	top: 50% ;
	width: 28px ;
}

.clear-fix {
	clear: both;
	line-height: 1px;
}

.radius {
	-ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
	border-radius: 3px;
}
/* Global Formatting and styles For Quiz Content*/

#primary_content{
	width: 71%;
	position: relative;
	float: left;
}
.home #primary_content{
	width: 82%;
	position: relative;
	float: left;
}
#secondary_content{
	width: 96%;
	position: relative;
}

.max_width{
	max-width: 1100px;
	margin: 0 auto;
}


#player, #ajax {
	height: 100%;
	min-height: 500px;
	width: 98%;
	max-width: 760px;
	min-width: 320px;
	overflow: hidden;
	margin: auto;
	position: relative;
	border: 2px solid #000034;
	background:hsla(240, 46%, 10%, 0.5);
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
	
	}
#playerContent {
	height: 100%;
	margin: 10px;
	padding-bottom: 10px;
}

.article_teaser {
	
	min-height: 60px;
	margin-bottom: 10px;
}
.article_teaser a {
	display:block;
	background-repeat: no-repeat;
	background-image: url(../images/promo_1.jpg);
	padding-left: 70px;
	font-size: 1.1em;
	margin: 0;
}
.article_teaser p {
	line-height: 1.2em;
	font-size: .9em;
	margin-bottom: .5em;
}

.article_teaser .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
	border-bottom: 1px solid #000034;
}
.article_teaser .promo .content {
	padding: 0px 20px 5px 90px;
}

#playerInnerWrapper {
	overflow: hidden;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	position: relative;
}
#menu_wrapper {
	position: absolute;
	top: 10px;
	margin-top: 20px;
	z-index: 1000;
	background-color: hsla(207,54%,61%,0.70);
	width: 200px;
	left: -160px;
}
#xml_menu {
	width: 160px;
	background-color: #CCC;
	height: 400px;
}

#displayResults {
	width: 100%;
	max-width: 760px;
	height: 440px;
	position: relative;
}

#player_horizontal_ad_container {
	width: 100%;
	max-width: 728px;
	margin: 10px auto;
}


.drop_shadow{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

.drop_shadow_small{
	-webkit-box-shadow: 0 5px 3px -3px #777;
	        box-shadow: 0 5px 3px -3px #777;
}


/* Global Formatting and styles For Quiz Selector*/
#quizSelector {
	width: 100%;
	margin: auto;
	max-width: 740px;
	min-height: 475px;
	position: relative;
}

#quizSelector h3 {
	font-size: 1.4em;
	color: #67A1D1;
	margin: 0.5em;
}
.selector_box {
   display:block;
   position: relative;
   width: 100%;
   padding-bottom: 10%;
}

.selector_boxInner {
   position: absolute;
   left: 4px;
   right: 4px;
   top: 4px;
   bottom: 4px;
   background-color: #FFF;
   border: 1px solid rgba(0,0,0,0.2);
   box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}


.topic {
	background-color: #67a1d1;
   position: absolute;
   left: 5px;
   right: 5px;
   top: 5px;
   bottom: 5px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.topicInner {
	padding: 4%;
}


.dark-button{
	position: relative;
	display: inline-block;
	width: 96%;
	padding: 5px 2%;
	margin: 10px 2%;
	overflow: hidden;
	font-size: 1.3em;
	line-height: 3rem;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-clip: padding-box;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6),
		0px -1px 1px rgba(0, 0, 0, 0.5);
	background-color: #67a1d1;
	border: 1px solid rgba(0,0,0,0.50);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8), 
		inset 0 1px 1px rgba(255,255,255,0.7), 
		inset 0 -1px 1px rgba(0,0,0,0.2) ;
	color: #FFF;
	cursor: pointer;
	}

.dark-button:hover{
	background-image: linear-gradient(#5cabed, #67a1d1);
	}


.dark-button:active,.dark-button.down{
	background-image: linear-gradient(#5cabed, #67a1d1);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), 
		0px -0.5px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8), 
		inset 0 0.5px 0.5px rgba(255,255,255,0.7), 
		inset 0 -0.5px 0.5px rgba(0,0,0,0.2);
	}
	
	
#restart{
	display: inline-block;
	cursor: pointer;
}
.sml_txt {
	font-size: 0.7em;
}

















#content_item {
	width:100%;
}

.course_area {
	width: 100%;
	clear: both;
}

.boxformat {
	border: 1px solid hsla(202, 46%, 82%, 0.2);
	-webkit-border-radius:0 7px 0 7px;
	-moz-border-radius:0 7px 0 7px;
	-ms-border-radius:0 7px 0 7px;
	-o-border-radius:0 7px 0 7px;
	border-radius:0 7px 0 7px;
	-webkit-box-shadow: 5px 5px 10px #08090b;
	-moz-box-shadow: 5px 5px 10px #08090b;
	-ms-box-shadow: 5px 5px 10px #08090b;
	box-shadow: 5px 5px 10px #08090b;
	/*padding-left:3px;*/
	padding-top:3px;
}




/* top navigation
----------------------------------------------------------------------------------------------------*/
#playerNav {
	position: absolute;
	top:0px;
	left:0px;
	z-index:100;
}

#menu{
	min-height: 40px;
	width: 100%;
	position: relative;
	float: none;
	clear:both;
	display:block;
}

#menu ul {
	list-style:none;
	margin:0px;
	margin-left:10px;
}

#menu ul li {
	display:inline;
	margin:0px;
	list-style:none;
	line-height:30px;
	float:left;
	width:auto;
}

#menu ul li a{
	font-weight:bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#menu ul li a:link, #menu ul li a:visited{
color:#a5c7dc;

}
#menu ul li a:hover{
color:#fff;

}

a.button {
	display: block;
	width:100%;
	background: hsla(240, 46%, 10%, 0.7);
	border-left: 1px solid hsla(202, 46%, 82%, 0.2);
	border-right: 1px solid hsla(202, 46%, 82%, 0.2);
	border-top: 1px solid hsla(202, 46%, 82%, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align:center;
	color: #72aed2;
	font-size:0.8em;
	font-weight:bold;
	z-index:100;
	cursor: pointer;
}
.qselect{
	display: block;
	width:98%;
	margin: 1%;
	background: hsla(240, 46%, 10%, 0.7);
	border-left: 1px solid hsla(202, 46%, 82%, 0.2);
	border-right: 1px solid hsla(202, 46%, 82%, 0.2);
	border-top: 1px solid hsla(202, 46%, 82%, 0.2);
	border-radius: 4px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-decoration: none;
	text-align:center;
	color: #72aed2;
	font-size:0.9em;
	font-weight:bold;
	z-index:100;
	cursor: pointer;
}



a.button:hover, qselect:hover {
	background: hsla(240, 46%, 10%, 0.75);
text-decoration:none;
color:#FFF;
}



#listContainer{
	
}
#listWrapper {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
 	overflow: hidden;
  	transition: height 300ms;
	-moz-transition: height 300ms; /* Firefox */
    -webkit-transition: height 300ms; /* Safari and Chrome */
    -o-transition: height 300ms; /* Opera */
}
#expList ul, li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}
#expList p {
    margin:0;
    display:block;
}
#expList p:hover {
}
#expList li {
	line-height: 140%;
	text-indent: 0px;
	padding-left: 0.5rem;
	border-bottom: 1px solid hsla(0,18%,97%,1.00);
}
 
/* Collapsed state for list element */
#expList .collapsed {
    background-image: url(../images/collapsed.png);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url(../images/expanded.png);
}

#expList label {
	font-size: 1rem;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 2;
	margin-bottom: 0;
}

.label-align input[type="checkbox"]{
	vertical-align:middle;
	margin-right:0.6rem;
	margin-top: 0.6rem;
	-webkit-appearance:checkbox;
} 

.label-align span{
	margin-right: 40px;
	display: block;
}

.left{
	float:left;
}
.right{
	float:right;
}


/* footer
----------------------------------------------------------------------------------------------------*/

/* ICON STYLING */

#sub_sel_icon_wrapper {
	float: left;
	width: 113px;
}
#caption {
	text-align: center;
	margin: 5px;
	position: relative;
	font-weight: normal;
	width: 102px;
}
#topic_header_icon {
	height: 50px;
	width: 60px;
	float: left;
	margin-right: 10px;
}
#topic_header_text{
	font-size: xx-large;
	color: #a5c7dc;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	margin-top: 10px;
}
.thumb {
	margin-right: 10px;
}
.imgRight {
	float: right;
	position: relative;
}

.test {
	position:relative;
	float:left;
	width:500px;
}
#contentInnerWrapper {
	margin-right: 15px;
	margin-left: 15px;
}

.teaser {
	min-height: 48px;
	margin-bottom: 2px;
	width: 100%;
}
.teaser:nth-child(even){
    clear: both;
}
.teaser a {
	display:block;
	min-height: 50px;
	margin: 0;
	text-decoration: none;
}

.teaser a h3 {
	margin: 0;
	
}
.teaser a p:hover {
	color: #FFFFFF;
	
}
input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(1.5);

  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
}

.see-through-white {
        background-color: hsla(60,86%,97%,0.70);
    }
.see-through-db {
        background-color: hsla(240, 46%, 10%, 0.5);
    }
.see-through-lb {
	background-color: hsla(207,54%,61%,0.70);
    }
#randomTest {
	width: 100%;
	margin: auto;
	
}
#randomTest p, #listWrapper p, #disclaimer p {
	margin: 1%;
	color: hsla(60, 86%, 97%, 0.7);
}
#randomTestButtons {
	width: 98%;
	margin: auto;
	
}
#randomTestButtons input[type=radio] {
	display: none;
	margin: 10px;
}
#randomTestButtons input[type=radio] + label {
    display:inline-block;
	margin: -2px;
	margin-left: 0.5%;
	margin-bottom: 6px;
	width: 32%;
    padding: 4px 12px;
    background-color: hsla(60, 86%, 97%, 0.7);
    border-color: #ddd;
	border-radius: 4px;
	text-align: center;
	line-height: 1.5em;
}
#randomTestButtons input[type=radio]:checked + label { 
   background-image: none;
    background-color:#d0d0d0;
}