@charset "utf-8";

/* some basic stylng required due to reset.css */

p{
	margin-bottom: .6em;
}

/*p:last-of-type{
	margin-bottom: 0;
}*/

h3{
	font-size: 1.26em;
	margin-bottom: .5rem;
	margin-top: 0px;
}

li{
	/*list-style: disc;*/
    padding-bottom: 6px;
    margin: 0px;
}

li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0.5em 1.5em 0.4em 17px;
}

ul ul{
	margin-top: .15em;
	margin-bottom: .15em;
}

ul ul li{
	list-style-type: circle;
}

ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}

/* end basic stylng required due to reset.css */

html {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	height:100%;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

img {
	margin: 0;
	padding: 0;
	border: none;	
}

input[type="button"], input[type="submit"] {
	-webkit-border-radius:0; 
	-webkit-appearance: none;
}

#debugOutput {	
	width: 930px;
	height: 250px;
	font-size: 13px;
	font-family:"Courier New", Courier, monospace;
	overflow: auto;
	display: none;
}

/**************** Main UI Styles ************************/

#player{
	margin: 0 auto;
	padding: 0; 
	width: 930px;
	/*overflow-x: hidden;*/
	/*padding: 0 20px 40px 20px;*/ /*apply only for screenshots*/
}

#titleBar {
	margin: 0;	
	padding: 0;
	width: 930px;
	height: 25px;
	background-color: #38424C;
	position: relative;
}

#header{
	margin: 0 0 16px 0;	
	padding: 0;
	width: 930px;
	height: 80px;
	background-color: #fff;
	position: relative;
}

.headerLine{
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
	width: 100%;
    position: absolute;
    bottom: 0px;
}

#screenFrame{
	width: 930px;
	min-height: 480px;
	/*background-color: #ececec;	*/
	padding:0;
	margin: 0 0 10px 0;
	position: relative;
}

#footer{
	width: 930px;
	position: relative;
	margin-bottom: 40px;
}


#courseTitle{
	text-align: center;
    padding-top: 5px;
    color: #fff;
	font-size: .9rem; /*10/14*/
	text-transform: uppercase;
}

#debugBox{
    text-align: center;
    padding-top: 5px;
    color: #fff;
    font-size: .9rem;
    width: 200px;
    height: 20px;
    position: absolute;
    left: 600px;
    top: 0px;
    display: none;
}

.titleIcon{
	margin: 3px 4px 0 9px;
	background-repeat: no-repeat;
    cursor: pointer;   
    width: 19px;
    height: 19px;
    float: right;
}

#tocBtn{
    float: left;
    cursor: pointer;
    margin: 5px 0 0 6px;
}

#moduleTitle{
	font-size: .8rem; /*10/14*/
	text-transform: uppercase;
	color: #9599a7;
	padding-top: 22px;
	font-weight: bold;
	margin: 0;
}

#contentTitle{
    font-size: 2.3rem;
    color: #38424C;
    margin: 0;
    width: 860px;
}

.smallTopicFont{
	font-size: 1.6rem;
}

.navBtn{
	height: 27px;
	width: 27px;
	float: right;
	cursor: pointer;
}

#backBtn{
	background-image: url(images/back.png);	
	position: absolute;
    right: 30px;
    top: 40px;
}

#fwdBtn{
	background-image: url(images/fwd.png);
	position: absolute;
    right: 0px;
    top: 40px;
}

.fwdBtnDisabled {
    background-image: url(images/fwdDisabled.png) !important;
    cursor: default !important;
}

#backBtnF{
	background-image: url(images/back.png);	
	margin-top: -6px;
	margin-right: 4px;
}

.backBtnDisabled {
    background-image: url(images/backDisabled.png) !important;
    cursor: default !important;
}

#fwdBtnF{
	background-image: url(images/fwd.png);
	margin-top: -6px;
}

#progressBar{
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
	width: 850px;
    position: relative;
    top: 8px;
}

#progBtn{
	position: absolute;
	cursor: pointer;
}

#screenNum{
	position: absolute;
    top: -30px;
    height: 22px;
    padding-top: 4px;
    width: 26px;
    background-color: #38424d;
    color: #fff;
    text-align: center;
    display: none;
}

/**************** End Main UI Styles ********************/

/**************** TOC Styles ****************************/

#toc{
	min-width: 200px;
	height: 100%;
	z-index: 100;
	background-color: #404C58;
	position: absolute;
	display: none;
}

.tocHeader{
	position: relative;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #8c8b8b;
}

.tocHeader > img:nth-of-type(1){
	position: absolute;
	top: calc(50% - 12px);
  	left: calc(50% - 45px);
}

.tocHeader > img:nth-of-type(2){
	position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.logoLine{
	border-top: 1px solid #8c8b8b;
	width: 100%;
	position: absolute;
	top: 80px;
}

.tocContainer{
	margin-bottom: 60px;
}

.moduleItem{
	height: 50px;
	border-bottom: 1px solid #8c8b8b;
	position: relative;
	width:100%;
	background-color: #404C58;
	color: #fff;
	font-size: .71rem; /*10/14*/
	text-transform: uppercase;
	margin-right: 18px;
	cursor: pointer;
}

.moduleItem:hover{
	background-color: #4B5869;
}

.moduleItem > img{
	padding: 7px 10px 0 10px;
    position: relative;
    top: 6px;
}

.modIcon{
	background-image: url(images/modIcon.png);
	position: relative;
	top:14px;
	left:10px;
	height: 20px;
	width: 20px;
}

.moduleItem > p{
	position: relative;
	top:0px;
	padding-left:40px;
	padding-right: 20px;
	width: 100%;
	color: #fff;
	font-size: .71rem; /*10/14*/
	text-transform: uppercase;
	width:100%;
}

.topicCon{
	display: none;
}

.topicItem{
	cursor: pointer;
	position: relative;
	top:0px;
	padding: 7px 20px 7px 40px;
	width: 100%;
	color: #fff;
	font-size: .71rem; 
}

/*.topicItem:hover{
	background-color: #4B5869;
}*/

.topicItem hr{
	height: 1px;
    background-color: #8c8b8b;
    width: 100%;
    position: relative;
    left: -40px;
    bottom: -7px;
}


/************************* General ********************/

.screen{
	line-height: 1.13;
}
.show{
	display: block;
}

.underline{
	text-decoration: underline;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.hide{
	display: none;
}

.hideVis{
	visibility: hidden;
}

.disabledMenuItem{
	cursor: default;
	color: #ccc;
}

.clickable {
    cursor: pointer;
}

.hr1px {
	height: 1px;
	background-color: #000;
	border: none;
	margin: 20px 0px 0px;
}

.textbox{
	margin: 0;
	padding: 0;
	position: relative;	
}

.singleTxtColl{
	width: 290px;
	float: left;
}

.textBoxOverImage{
	font-size: 1.2rem;
    font-weight: normal;
    padding: 8px 10px;
    margin: 0px;
    color: #fff;
    background-color: #566977;
    width: 290px;
    position: absolute;
}

.txtInstruction {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
   	margin: 0 0 1rem 0;
    letter-spacing: 0.1px;
}

.listRight{
	margin-left: 659px;
}

.imgRight{
	width: 620px;
	height: 480px;
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft{
	width: 620px;
	height: 480px;
	float: left;
	margin: 0 20px 10px 0;
}

.fullscreenImg{
	width: 930px;
	height: 480px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	display: block;
}

.widescreenImg{
	width: 930px;
	height: 260px;
	margin-bottom: 9px;
}

.widescreenImgThin{
	width: 930px;
	height: 180px;
	margin-bottom: 20px;
}

.widescreenImgIntro{
	width: 930px;
	height: 239px;	
	padding-bottom: 18px;
}

.bgColor0{
	background-color: #38424d;
}

.bgColor1{
	background-color: #38424d;
}

.largeTxt{
	font-size:20px;
}

a{
	color:#d38d1d;
}

.popupClose{
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

.popUnderlay{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	z-index: -1;
}

.popUnderlay > p{
	display: none;
}


div.txtColumnRight {
    width: 295px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 1rem 1.4rem;
   
}

div.leftTxtCol{
	position: absolute;
    right: 20px;
    top: 20px;
    width: 300px;
    color: #38424c;
}

div.leftTxtCol p{
	margin-bottom: 8px;
}

.noXoverflow{
	width: 930px;
	overflow-x: hidden;
}

div.screen > img.fullscreenImg + div{
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px;
	width: 290px;
}

div.screen > img.fullscreenImg + div > p:first-of-type{
	font-size: 1.25em;
}

div.screen > img.imgRight + p:first-of-type,
div.screen > img.imgLeft + p:first-of-type,
div.screen > img.widescreenImgIntro + p:first-of-type
{
	font-size: 1.26em;
	margin-bottom: .5rem;
	margin-top: 0px;
}

div.screen > img.imgLeft ~ ul{
	margin-left: 660px;
}

.displayText{
	display: none;
}

/***** background images *************/





/***** end background images *************/


/********* news story background images *************/




/********* end news story background images *************/

/********* virtual scenario background images *************/



/********* end virtual scenario background images *************/


/* overrides */

#C_6, #C_9, #C_14, #C_24, #C_47, #C_36, #C_42{
	color: #fff;
}

#C_1 div{
	width: 370px;
	color: #38424c; /*#c69476;*/
	margin: 38px 0 0 50px;
}

#C_1 div span{
	display: block;
}

/* #C_1 div span:nth-of-type(1),
#C_1 div span:nth-of-type(3)
{
	font-size: 18px;
	font-weight: normal;
}

#C_1 div span:nth-of-type(3){
	margin-top: -6px;
	margin-left: 22px;
}

#C_1 div span:nth-of-type(2),
#C_1 div span:nth-of-type(4)
{
	font-size: 34px;;
	font-weight: 500;
	margin-top: -6px;
}

#C_1 div span:nth-of-type(4)
{
	margin-top: -9px;
} */

#C_1 div > p:nth-of-type(2){
	font-size: 13px;
    font-weight: bold;
	text-transform: uppercase;
	/* margin-top: 332px; */
}

#C_1 > div > p:nth-child(1){
	font-size: 30px;
    font-weight: 500;
    /* width: 220px; */
}

#C_1 > div > p:nth-child(1) > span{
	margin-top: -6px;
}

#C_7 div,
#C_9 div,
#C_15 div,
#C_47 div
{
	left:auto;
	right: 0;
}

#C_15 > div{
	width: 220px;
}

/*#C_27 div.newsScreen:nth-of-type(2) p:nth-of-type(2)
{
	top: 226px;
}

 #C_27 > div > div > div:nth-child(2) > p{
	width: 280px;
    right: 80px;
} */

#C_33 > div.thumbContainer > div:nth-child(3),
#C_39 > div.thumbContainer > div:nth-child(2),
#C_43 > div.thumbContainer > div:nth-child(2){
	margin-right: 0;
}

#C_44 div.scenarioQuestion {
	font-size: 14px;
}

#C_44 div.scenarioQuestion .vs2Ans{
	padding-top: 16px;
	padding-bottom: 16px;
}

#C_42 > div > p:first-of-type{
	font-size: 16px;
}

div.popBody > p:nth-of-type(1){
	font-weight: bold;
}

/* #C_28 div.popBody > p:nth-of-type(3){
	font-weight: bold;
} */

#C_25 div.newsContainer > div.newsScreen:first-of-type{
	color: #45aeaa;
}

#C_27 div.newsContainer > div.newsScreen:first-of-type{
	color: #A02161;
}

#C_29 div.newsContainer > div.newsScreen:first-of-type{
	color: #015a84;
}

#C_32 div.newsContainer > div.newsScreen:first-of-type{
	color: #009cde;
}

#C_36 div.newsContainer > div.newsScreen:first-of-type{
	 color:  #ecaa9d; /*#e7bab1; #e07763; */
}

#C_38 div.newsContainer > div.newsScreen:first-of-type{
	color: #4b236c;
}

#C_28 > div.thumbContainer > div.clickable{
	background-color: #A02161;
}

#C_30 > div.thumbContainer > div.clickable{
	background-color: #015a84;
}

#C_33 > div.thumbContainer > div.clickable{
	background-color: #009cde;
}

#C_37 > div.thumbContainer > div.clickable{
	background-color: #e07763;
}

#C_39 > div.thumbContainer > div.clickable,
#C_43 > div.thumbContainer > div.clickable
{
	background-color: #4b236c;
}



#C_26 > div:first-of-type > p, 
#C_28 > div:first-of-type > p, 
#C_30 > div:first-of-type > p, 
#C_26 > div:first-of-type > p, 
#C_33 > div:first-of-type > p, 
#C_37 > div:first-of-type > p, 
#C_39 > div:first-of-type > p, 
#C_43 > div:first-of-type > p
{
	text-transform: uppercase;
	font-size: 14px;
    margin-bottom: 15px;
}

#C_50 img,
#C_51 img,
#C_52 img,
#C_53 img,
#C_54 img,
#C_55 img,
#C_56 img,
#C_57 img,
#C_58 img,
#C_59 img,
#C_60 img,
#C_61 img,
#C_62 img{
	width: auto;
	height: auto;
}

#C_48 > p:nth-of-type(3),
#C_48 > p:nth-of-type(4),
#C_48 > p:nth-of-type(5)
{
	position: absolute;
    top: 186px;
    left: 188px;
    color: #fff;
	font-size: 18px;
}

#C_48 > p:nth-of-type(4)
{
	left: 282px;
}

#C_48 > p:nth-of-type(5)
{
	left: 378px;
}


#C_52 > p:nth-of-type(2),
#C_52 > p:nth-of-type(3),
#C_52 > p:nth-of-type(4)
{
	position: absolute;
    width: 70px;
    font-size: 12px;
    color: rgb(102, 153, 204);
    left: 688px;
    text-align: center;
	top: 38px;
}

#C_52 > p:nth-of-type(3){
	top: 150px;
}
#C_52 > p:nth-of-type(4){
	top: 284px;
}

#C_53 > p:nth-of-type(3),
#C_53 > p:nth-of-type(4),
#C_53 > p:nth-of-type(5),
#C_53 > p:nth-of-type(6),
#C_53 > p:nth-of-type(7)
{
	width: 100px;
    color: rgb(102, 153, 204);
    top: 117px;
    left: 646px;
    position: absolute;
	text-align: center;
	font-size: 18px;
}

#C_53 > p:nth-of-type(4)
{
	left: 468px;
    color: white;
}

#C_53 > p:nth-of-type(5)
{
    top: 296px;
}

#C_53 > p:nth-of-type(6)
{
	left: 824px;    
}

#C_53 > p:nth-of-type(7)
{
	left: 505px;
    top: 167px;
	font-size: 16px;
}


#C_54 > p:nth-of-type(2),
#C_54 > p:nth-of-type(3),
#C_54 > p:nth-of-type(4),
#C_54 > p:nth-of-type(5),
#C_54 > p:nth-of-type(6)
{
	width: 100px;
    color: rgb(102, 153, 204);
    top: 117px;
    left: 646px;
    position: absolute;
	text-align: center;
	font-size: 18px;
}

#C_54 > p:nth-of-type(3)
{
	left: 468px;    
}

#C_54 > p:nth-of-type(4)
{
    top: 296px;	
}

#C_54 > p:nth-of-type(5)
{
    left: 824px;
	color: white;
}

#C_54 > p:nth-of-type(6)
{
	left: 782px;
    top: 170px;
	font-size: 16px;
}


#C_55 > p:nth-of-type(3),
#C_55 > p:nth-of-type(4),
#C_55 > p:nth-of-type(5),
#C_55 > p:nth-of-type(6)
{
	width: 100px;
    color: rgb(102, 153, 204);
    top: 117px;
    left: 646px;
    position: absolute;
	text-align: center;
	font-size: 18px;
}

#C_55 > p:nth-of-type(4)
{
	left: 468px;    
}

#C_55 > p:nth-of-type(5)
{
    top: 296px;	
	color: white;
}

#C_55 > p:nth-of-type(6)
{
    left: 824px;	
}


#C_56 > p:nth-of-type(4),
#C_56 > p:nth-of-type(5),
#C_56 > p:nth-of-type(6)
{
	width: 140px;
    color: rgb(102, 153, 204);
    top: 108px;
    left: 662px;
    position: absolute;
    text-align: center;
    font-size: 18px;
}

#C_56 > p:nth-of-type(5)
{
	left: 446px;
    top: 128px;  
}

#C_56 > p:nth-of-type(6)
{
    top: 342px;	
	color: white;
}


#C_57 > p:nth-of-type(4),
#C_57 > p:nth-of-type(5),
#C_57 > p:nth-of-type(6)
{
	width: 140px;
    color: rgb(102, 153, 204);
    top: 108px;
    left: 662px;
    position: absolute;
    text-align: center;
    font-size: 18px;
}

#C_57 > p:nth-of-type(5)
{
	left: 446px;
    top: 128px;  
}

#C_57 > p:nth-of-type(6)
{
    top: 342px;	
	color: white;
}

#C_58 > p:nth-of-type(2)
{
	width: 140px;
    color: rgb(255, 187, 51);
    top: 134px;
    left: 706px;
    position: absolute;
    text-align: center;
    font-size: 18px;
}


#C_59 > p:nth-of-type(4),
#C_59 > p:nth-of-type(5),
#C_59 > p:nth-of-type(6)
{
	width: 130px;
    color: rgb(255, 187, 51);
    top: 62px;
    left: 606px;
    position: absolute;
    text-align: center;
    font-size: 18px;
}

#C_59 > p:nth-of-type(5)
{
	left: 784px;
    top: 150px;
}

#C_59 > p:nth-of-type(6)
{
    top: 314px;
}


#C_60 > p:nth-of-type(4),
#C_60 > p:nth-of-type(5),
#C_60 > p:nth-of-type(6)
{
	width: 130px;
    color: rgb(255, 187, 51);
    top: 78px;
    left: 616px;
    position: absolute;
    text-align: center;
    font-size: 18px;
}

#C_60 > p:nth-of-type(5)
{
	left: 804px;
    top: 150px;
    width: 110px;
}

#C_60 > p:nth-of-type(6)
{
    top: 314px;
}


#C_61 > p:nth-of-type(4),
#C_61 > p:nth-of-type(5)
{
	width: 130px;
    color: rgb(255, 187, 51);
    top: 68px;
    left: 636px;
    position: absolute;
    text-align: center;
    font-size: 18px;
}

#C_61 > p:nth-of-type(5)
{
    top: 312px;
}

#C_62 > p:nth-of-type(2)
{
	width: 130px;
    color: rgb(102, 153, 102);
    top: 57px;
    left: 716px;
    position: absolute;
    text-align: center;
    font-size: 18px;
}



#C_19 > div > div > div:nth-child(2) > div > p:nth-child(2),
#C_31 > p:nth-of-type(1),
#C_32 > p:nth-of-type(1),
#C_33 > p:nth-of-type(1)
{
	font-size: 1em;
}

#C_29 > p:nth-of-type(1),
#C_34 > p:nth-of-type(1),
#C_37 > p:nth-of-type(1)
{
	font-size: 1.26em;
}

#C_11 > p:nth-of-type(1){
	font-size: 1.26em;
	margin-bottom: .5rem;
	margin-top: 0px;
}

#C_20 > p:nth-of-type(3){
	margin-left: 670px;
}

#C_20c > div{
	margin-left: 620px;
}

#C_20d > div:first-child > div{
	color: #fff;
}

#C_20e ul{
	list-style-type:disc;
}

#C_24 > div > div:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(3){
	margin-left: 40px;
}

#C_24 > div > div:nth-child(2) > p:nth-child(7){
	margin-left: 20px;
}

.indentFromLeft{
	margin-left: 20px;
}

#C_38 > div.moveUp > div:nth-of-type(1){
	width: 430px;
}

#refBtn, #helpBtn, #progBtn{
	display: none;
}

/* end  overrides */



/**************** strips and imgPopup Styles ************************/

.strips{
	width: 620px;
	height: 420px;
	float: right;
}
.strip{
	width: 620px;
	height: 90px;
	margin-bottom: 15px;
	position: relative;
}

div.strip:nth-of-type(1){
	background-color: #45AEAA;
}
div.strip:nth-of-type(2){
	background-color: #E06A54;
}
div.strip:nth-of-type(3){
	background-color: #482167;
}
div.strip:nth-of-type(4){
	background-color: #009CDE;
}
div.strip:nth-of-type(5){
	background-color: #F6B331;
}
div.strip:nth-of-type(6){
	background-color: #AA0061;
}

div.strip>div:nth-child(1){
	width: 90px;
	height: 90px;
	background-image: url("images/iIcon.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

div.strip:nth-of-type(1)>div:nth-child(1){
	background-color: #3d9996;			
}
div.strip:nth-of-type(2)>div:nth-child(1){
	background-color: #da4d34;
}
div.strip:nth-of-type(3)>div:nth-child(1){
	background-color: #310C59;
}
div.strip:nth-of-type(4)>div:nth-child(1){
	background-color: #0d83b5;
}
div.strip:nth-of-type(5)>div:nth-child(1){
	background-color: #F28C2A;
}
div.strip:nth-of-type(6)>div:nth-child(1){
	background-color: #980055;
}

div.strip>div:nth-child(2){
	position: absolute;
	left: 90px;
	top: 0;
}

div.strip span{
	margin: 34px 0 0 24px;
	display: inline-block;
	color: #fff;
}

div.strip > div:nth-child(1) > span{
	display: none;
}

.imgPopup{
	box-shadow:4px 4px 10px 0px rgba(60,60,60,.5);
	width:413px;
	display: none;
	outline: 0;
	position: absolute;
	top: 30px;
	left: 250px;
	z-index: 100;
	/*overflow-y: auto;
    overflow-x: hidden;
    max-height: 480px;*/
}

.imgPopup .popHeader{
	background-image: url("images/iIcon.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.imgPopup .popHeader img{
	display: block;
}

.imgPopup .popBody{
	background-color: #3E4852;
	/*width:353px;*/
	min-height: 150px;
	/*opacity: .95;*/
	color: #fff;
	padding: 30px;
	overflow-x: hidden;
    max-height: 213px;
}

/* strips 4 */

.strips4 .strip{
	height: 100px;
}

.strips4 div.strip>div:nth-child(1){
	height: 100px;
	width: 100px;
	background-image: url("images/iIcon.png");
}

.strips4 div.strip>div:nth-child(2){
	left: 90px;
	top: 0px;
}

/* strips 5 */

.strips5 .strip{
	height: 84px;
}

.strips5 div.strip>div:nth-child(1){
	height: 84px;
	width: 84px;
	background-image: url("images/iIcon.png");
}

.strips5 div.strip>div:nth-child(2){
	left: 90px;
    top: 0px;
}

/**************** End strips and imgPopup Styles ************************/



/**************** thumbs and clrPopup Styles ************************/

.thumbs{
	width: 930px;
}

.thumb{
	width: 930px;
	height: 195px;
	margin: 0 0px 12px 0px;
	position: relative;
	float: left;
	box-shadow:4px 4px 10px 0px rgba(60,60,60,.5);
}

div.thumb>img{
	display: block;
}
div.thumb>img:nth-of-type(2){
	position: absolute;
	top:0;
}

div.thumb:nth-of-type(1){
	background-color: #085E87;	
}

/*div.thumb:nth-of-type(2){
	background-color: #015A84;
}

div.thumb:nth-of-type(3){
	background-color: #B00062;
	margin-right: 0;
}

div.thumb:nth-of-type(4){
	background-color: #E06A54;
	margin-bottom: 0;
}

div.thumb:nth-of-type(5){
	background-color: #01AF40;
	margin-bottom: 0;
}

div.thumb:nth-of-type(6){
	background-color: #009CDE;
	margin-bottom: 0;
	margin-right: 0;
}*/



div.thumb > div {
	position: relative;
    top: -33px;
    padding: 0 20px;
    color: #fff;
}

div.thumb > div > span{
	text-transform: uppercase;
}

div.thumb > div > img{
	float: right;
}

.clrPopup{
	box-shadow:4px 4px 10px 0px rgba(60,60,60,.5);
	width:763px;
	display: none;
	outline: 0;
	position: absolute;
	top: 80px;
	left: 85px;
	z-index: 100;
	/*overflow-y: auto;
    overflow-x: hidden;
    max-height: 480px;*/
}

.clrPopup .popHeader{
	height: 54px;
	padding-top: 26px;
	text-align: center;
	color: #fff;
	font-size: 1.33rem;
	padding-left: 10px;
    padding-right: 10px;
}

.clrPopup .popBody{
	background-color: #3E4852;
	/*width:353px;*/
	min-height: 150px;
	/*opacity: .95;*/
	color: #fff;
	padding: 30px;
	max-height: 240px;
	overflow-x: hidden;
}

/**************** End thumbs and clrPopup Styles ************************/

/**************** 2 wider thumbs overrides ************************/

/*#C_14 .thumb{
	width: 283px;
	height: 435px;
	margin: 0 12px 12px 0px;
	position: relative;
	float: left;
}

#C_14 div.thumb:nth-of-type(1){
	background-color: #45AEAA;
}

#C_14 div.thumb:nth-of-type(2){
	background-color: #AA0061;	
	margin-right: 0;
}
*/

/**************** end 2 wider thumbs overrides ************************/

/**************** vertical thumbs override ************************/


#C_13 .thumbs{
	width: 930px;
	/*height: 480px;*/
}

#C_13 .thumb{
	height: 340px;
    width: 453px;
}

#C_13 div.thumb:nth-of-type(1){
	background-color: #015A84;
}

#C_13 div.thumb:nth-of-type(2){
	background-color: #E06A54;
}

#C_13 div.thumb > div > div > img {
    margin-top: 1px;
}



/**************** end vertical thumbs override ************************/



/**************** maps and widePopup Styles ************************/

.maps{
	width: 930px;
	height: 450px;
	position: relative;
}

.maps > img:nth-of-type(1){
	position: absolute;
	left: 0
	top: 0;
	z-index: -1;
}

.map{			
	/*margin-bottom: 20px;*/
	position: absolute;
	/*width: 54px;
    height: 68px;*/
}

div.map:nth-of-type(1){
	width: 133px;
    height: 120px;
    top: 34px;
    left: 382px;
}

div.map:nth-of-type(2){
	width: 302px;
    height: 179px;
    top: 3px;
    left: 1px
}

div.map:nth-of-type(3){
	width: 337px;
    height: 335px;
    top: 88px;
    left: 590px;
}

div.map:nth-of-type(4){
	width: 375px;
    height: 108px;
    top: 19px;
    left: 485px;
}

div.map:nth-of-type(5){
	width: 240px;
    height: 300px;
    top: 151px;
    left: 68px;
}

div.maps  + div.popup div.popBody > p:nth-of-type(1){
	font-weight: bold;
}

.widePopup{
	box-shadow:4px 4px 10px 0px rgba(60,60,60,.5);
	width:763px;
	display: none;	
	outline: 0;
	position: absolute;
	top: 80px;
	left: 85px;
	z-index: 100;
	/*overflow-y: auto;
	overflow-x: hidden;
	max-height: 450px;*/
}

.widePopup .popHeader{
	height: 136px;
}

.widePopup .popHeader img{
	display: block;
}

.widePopup .popBody{
	background-color: #E6EAF3;
	/*width:353px;*/
	min-height: 160px;
	/*max-height: 300px;*/
	/*opacity: .95;*/
	color: #000;
	padding: 30px;	
	overflow-x: hidden;
	max-height: 200px;
}

/**************** end maps and widePopup Styles ************************/

/**************** fullImgPopup Styles ************************/

.fullImgPopup{
	box-shadow:4px 4px 10px 0px rgba(60,60,60,.5);
	width: 770px;
	display: none;	
	outline: 0;
	position: absolute;
	top: -6px;
	left: 80px;
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
	height: 470px;
}

.fullImgPopup .popHeader{
	height: 470px;
}

.fullImgPopup .popHeader img{
	display: block;
}

.fullImgPopup .popBody{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	min-height: 200px;
	color: #000;
	padding: 22px 0px 0px 30px;
	font-size: 1.2em;
}

.fullImgPopup .popBody ul{
	font-size: .9em;
}

.widePopCol{
	width: 400px;
}

/**************** end fullImgPopup Styles ************************/


/**************** selection and resultPopup Styles ************************/

.abSelections{
	position: relative;
	width: 930px;
	height: 400px;
	/*margin-bottom: 20px;*/
	/*background-color: #B7BBC7;*/
}

.abSelections > img{
	position: absolute;
	z-index: -1;
}

.selectionPair{
	display: none;	
}

#C_23 div.selectionPair > img,
#C_40 div.selectionPair > img
{
	position: relative;
	left:60px;
}

div.selectionPairFolders{
	position: absolute;
	right: 50px;
	top: 50px;
}

div.selectionPairFolders > img:nth-of-type(1){
	position: relative;
}

div.selectionPairFolders > img:nth-of-type(2){
	position: relative;
    top: 5px;
}

div.selectionPairFolders > p{
	text-align: center;
    position: relative;
    top: -70px;
    text-transform: uppercase;
    font-weight: bold;
}

div.selectionPairFolders > p:nth-of-type(2){
	 top: -64px;
}

.selectionPair > .abSelection:nth-of-type(1){
	position: absolute;
	top: 50px;
	left: 680px;
	height: 130px;
}

.selectionPair > .abSelection:nth-of-type(2){
	position: absolute;
	top: 220px;
	left: 680px;
	height: 130px;
}

.abSelection > p{
	text-align: center;
	position: relative;
	top: -70px;
	text-transform: uppercase;
	font-weight: bold;
}

.abSelection{
	/*opacity: .01;*/
}

.blueBox{
	width: 220px;
	/*height: 90px;*/
	box-shadow:4px 4px 10px 0px rgba(60,60,60,.5);
	padding: 20px;
	position: absolute;
	top: 260px;
	left: 40px;
	background-color: #38424d; /*#0596D7*/
	color: #fff;
}

.correctPopup{
	box-shadow:4px 4px 10px 0px rgba(60,60,60,.5);
	width:413px;
	display: none;
	outline: 0;
	position: absolute;
	top: 20px;
	left: 250px;
	z-index: 100;
}

.correctPopup > span{
	display: none;
}

.correctPopup .popHeader{
	height: 70px;
	padding-top: 30px;
	text-align: center;
	color: #5ADA4F;
	font-size: 1.66rem;
	background-color: #303942;
}

.correctPopup .popHeader > span{
	display: inline-block;
	position: relative;
	top:-12px;
	margin-left: 4px;
}

.correctPopup .popBody{
	background-color: #3E4852;
	/*width:353px;*/
	min-height: 210px;
	/*opacity: .95;*/
	color: #fff;
	padding: 30px;
}

.endMessage{
	display: none;
}
/**************** end selection and resultPopup Styles ************************/

/**************** btn selection and resultPopup Styles ************************/
.abSelectionsBtns{
	position: relative;
	width: 930px;
	height: 400px;
	margin-bottom: 0px;
	background-color: #B7BBC7;
}

.abSelectionsBtns > img{
	position: absolute;
}

.abSelectionsBtns .selectionPair{
	display: none;	
}

.abSelectionsBtns .selectionPair:nth-of-type(1){
	display: block;
}

.abSelectionsBtns .abSelection{
	width: 130px;
    background-color: #b0b8c9;
    color: #38424d;
    position: absolute;
    padding: 8px 8px 0;
    bottom: 20px;
    box-shadow: 4px 4px 10px 0px rgba(60,60,60,.1);
}

.abSelectionsBtns .abSelection:nth-of-type(2){
	right:20px;
}

.abSelectionsBtns .abSelection > p{
	text-align: center;
	position: relative;
	top: 0px;
    font-size: 1.2rem;
    text-transform: none;
    font-weight: normal;
}

.abSelectionsBtns .blueBox{
	width: 320px;
    min-height: 160px;
    padding: 20px;
    position: absolute;
    top: 176px;
    left: 540px;
    background-color: #38424d;
    color: #fff;
}

.abSelectionsBtns .blueBox > span{
	display: inline-block;
	margin-bottom: 70px;
}
/**************** end btn selection and resultPopup Styles ************************/

/**************** info boxes Styles ************************/
/*#C_10 > div{
	position: relative;
	color: #fff;
	height: 540px;
}

#C_10 div.infoBox{
	box-shadow:4px 4px 10px 0px rgba(60,60,60,.5);
	padding: 20px 20px 0 20px;
	position: relative;
}

#C_10 div.infoBox p:nth-of-type(1){
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 6px;
	font-family: Georgia, serif;
}

#C_10 div.infoBox:nth-of-type(1) p:nth-of-type(1){
	margin-top: 70px;
	width: 380px;
}

#C_10 div.infoBox p:nth-of-type(3){
	font-size: 0.8rem;
	position: absolute;
	bottom: 10px;
}

#C_10 div.infoBox:nth-of-type(1){
	position: absolute; 
	top: 145px;
	left: 0;
	width: 890px;
	height: 230px;
	background-color: #009CDE;
	box-shadow:0px 0px 0px 0px rgba(60,60,60,.5);
}

#C_10 div.infoBox:nth-of-type(2){
	position: absolute; 
	top: 20px;
	left: 250px;
	width: 190px;
	height: 150px;
	background-color: #AA0061;
}

#C_10 div.infoBox:nth-of-type(3){
	position: absolute; 
	top: 0px;
	left: 650px;
	width: 230px;
	height: 200px;
	background-color: #FFC000;
}

#C_10 div.infoBox:nth-of-type(4){
	position: absolute; 
	top: 110px;
	left: 418px;
	width: 220px;
	height: 200px;
	background-color: #004F71;
}

#C_10 div.infoBox:nth-of-type(5){
	position: absolute; 
	top: 270px;
	left: 645px;
	width: 210px;
	height: 200px;
	background-color: #64CCC9;
}

#C_10 div.infoBox:nth-of-type(6){
	position: absolute; 
	top: 320px;
	left: 320px;
	width: 210px;
	height: 195px;
	background-color: #E06A54;
}
*/


/**************** end info boxes Styles ************************/


/**************** desk select Styles ************************/

#C_58 > div{
	position: relative;
	background-image: url("images/4_5_3.jpg");
	height: 480px;
}

#C_58 > div > div:nth-of-type(1){
	position: absolute;
	top: 399px;
    left: 132px;
}

#C_58 > div > div:nth-of-type(2){
	position: absolute;
	top: 380px;
    left: 379px;
}

#C_58 > div > div:nth-of-type(3){
	position: absolute;
	top:359px;
	left:690px;
}

#C_58 > div > div > span,
#C_58 .target{
	display: none;
}

#C_58 .clrPopup .popBody{
	min-height: 100px;
}

#C_58 h3{
	font-style: italic;
	margin-top: 10px;
}


/**************** end desk select Styles ************************/


/**************** speechBubble Styles ************************/

.speechBubble{
	width: 830px;
    min-height: 414px;
    background-color: #e4e8ec;/*background-color: #e4e8ec; */ /*#e6edf1; rgb(230, 230, 240) #C5EEFF; */
    padding: 50px 0 16px 100px;
    color: #004E6F; /*#004E6F;*/
}

.speechBubble img{
	position: absolute;
	right: 45px;
	top: 60px;
}

.speechBubble > p:nth-of-type(1){
	font-size: 8rem;   
    font-family: Georgia, serif;
    position: absolute;
    left: 30px;
    top: 21px;
}

#C_30 .speechBubble > p:nth-of-type(1){
	left: 38px;
}

.speechBubble > p:nth-of-type(2){
	font-size: 3rem; 
	margin-bottom: .5rem;
	width: 450px;
	position: relative;
	left: 30px;
}  

.speechBubble > div:nth-of-type(2)/*,
.speechBubble > p:nth-of-type(3)*/{
	width: 300px;
    position: absolute;
    top: 140px;
    left: 540px;
    color: #fff;
    font-size: 15px;
    padding: 0 1rem;
}  

.speechBubble > div:nth-of-type(1){
	width: 450px;
	line-height: 1.2;
	position: relative;
    left: 34px;
}



/**************** end speechBubble Styles ************************/

/**************** Quick Reference Content Styles **********************/


.quickRef > div:nth-of-type(1){
	font-size: 17px;
	padding: 18px 20px 16px;
	margin-bottom: 16px;
	margin-top: 16px;
	color: #fff;
	background-color: #38424d;
}

.quickRef > div:nth-of-type(2){	
	/*-webkit-columns: 290px 3;
	columns: 290px 3;*/
	font-size: 15px;
}

.quickRef > div:nth-of-type(2) > div{	
	float: left;
	width: 296px;
	margin-right: 20px;
}

.quickRef > div:nth-of-type(2) > div:last-of-type{
	margin-right: 0;
}

.quickRef p{
	padding-bottom: 6px;
    margin: 0px;
}

.quickRef .qrTitle{
	font-weight: bold;
	padding: 6px 0 8px 0;
	margin: 0;
	text-transform: uppercase;
	padding: 6px 0 0px 0;
	display: inline-block;
}

.quickRef p.qrSubTitle{
	/*text-decoration: underline;*/
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0;
}

.quickRef ul{
	padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.quickRef ul > li:last-of-type{
	margin-bottom: 5px;
}


/**************** End Quick Reference Content Styles ************************/

/**************** Accordian Content Styles ***************************************/

.accordianContainer{
	margin-top:13px;
}
.clickable {
	cursor: pointer;		
}

div.accordianContainer > div.clickable{
	position: relative;
	margin-bottom: 20px;
}

div.accordianContainer > div.clickable > div:nth-of-type(1){
	height: 65px;
	box-shadow: 2px 2px 3px #404040;
}

div.accordianContainer > div.clickable > div:nth-of-type(2){
	padding: 20px;
	background-color: #d7eaf4;
	position: relative;
    z-index: -10;
}

div.accordianContainer > div.clickable > div:nth-of-type(2) > p{
	margin-bottom: 10px;
}

div.accordianContainer > div.clickable > div:nth-of-type(1) > img:nth-of-type(2){
	position: absolute;
    top: 0;
    left: 0;
}

div.accordianContainer > div.clickable > div:nth-of-type(1) > img:nth-of-type(3){
	transform: rotate(.25turn);
    position: absolute;
    left: 10px;
    top: 40px;

}

div.accordianContainer > div.clickable > div:nth-of-type(1) > p:nth-of-type(1){
	position: absolute;
    top: 8px;
    left: 12px;
    color: #fff;
   	width: 490px;
}


/**************** End Accordian Content Styles **********************************/


/************** new thumb styles *************************************/

div.thumbContainer > div.clickable{
	position: relative;
	float: left;
	margin: 0 24px 20px 0;
	background-color: #45aeaa;
	box-shadow: 2px 2px 5px 1px hsl(0deg 0% 61%);
}

div.thumbContainer > div.clickable:last-of-type{
	margin-right: 0;
	/*box-shadow: 3px 3px 4px 1px #a1a1a1;*/
}
div.thumbContainer > div.clickable > div:nth-of-type(1) > img:nth-of-type(1){
	display: block;
}

div.thumbContainer > div.clickable > div:nth-of-type(1) > img:nth-of-type(2){
	position: absolute;
    top: 0;
    left: 0;
}

div.thumbContainer > div.clickable > div:nth-of-type(1) > img:nth-of-type(3){
	position: absolute;
    bottom: 20px;
    right: 20px;
}

div.thumbContainer > div.clickable > div:nth-of-type(1) > p:nth-of-type(1){
	position: absolute;
    left: 20px;
    bottom: 12px;
    color: #fff;
    width: 230px;
}

/********* end thumb styles *********************************/


/**************** stages Styles **********************/

div.stages > div.stage{
	display: none;
}

div.stages > div.stage > div > p:first-of-type{
	font-size: 1.26em
}

div.stages > div.stage:nth-of-type(4) > div > p:first-of-type{
	font-size: 1em
}

#arrowContainer{
	position: relative;
    width: 930px;
    overflow: hidden;
    /*background-color: coral;*/
    margin-bottom: 20px;
    height: 240px;
    z-index: 1;
}

#arrowContainer hr{
	height: 3px;
    background-color: #fff;
    width: 186px;
    position: relative;
}

#arrowContainer > #a4 hr{
	width: 154px;
}

#arrowContainer ul {
	margin: 8px -1px 6px 18px;
	list-style-type:square;
}

#arrowContainer li{
	padding: 5px 0px 0px 0px;
    width: 130px;
    font-weight: normal;
}

#arrowContainer > div.images{
	display: none;
	position: absolute;
	top:0;
	left:0;
}
#arrowContainer > div.images > img{
	position: absolute;
	top:0;
	left:0;
}

#arrowContainer > div.arrow{
	 position:absolute;
	 top:0px;
	/* display: none;*/
}

#arrowContainer > div.arrow > div{
	position: absolute;
	top: 75px;
	left: 80px;
	color: #fff;
	font-weight: bold;
}

#arrowContainer > div.arrow > div > li{
	margin: 6px 0px 14px 6px;
    font-size: 16px;
}

#arrowContainer > div.arrow > div > p:not(first-of-type){
	width: 100px;
}

#arrowContainer > div.arrow > div > p:first-of-type{
	margin: 6px 0px 14px 0px;
    text-transform: uppercase;
    font-size: 22px;
    width: 100%;
}

#arrowContainer > div#a1{ 
  left:-60px;  
  z-index: 20;
}

#arrowContainer > div#a2{
  left:183px;
  z-index: 19;
}

#arrowContainer > div#a3{
  left:425px;
  z-index: 18;
}

#arrowContainer > div#a4{
  left:668px;
  background-color: #5ba352;
  z-index: 17;
}


/**************** end stages Styles **********************/



/**************** Assessment Content Styles **********************/


fieldset { 
	border: 0px;
	display: none;
	width: 870px;
	margin: 0;
	padding: 0;
}

label {
	font-size: 16px;
}

.qOrdinal {
	margin-right: 15px;
	font-weight: bold;
}

.optSpan{
    display: block;
    margin-left: 40px;
    margin-top: -18px;
    font-size: 16px;
}

legend {
  text-align: left;
  width: 870px;
  color: #000;
  margin:0;
  padding:0;
  padding-bottom: 20px;
}

legend > span:nth-of-type(2){
	display: block;
	margin-top: 10px;
}
.quesSpan {
	display: block;
	width: 840px;
	font-weight: bold;
}

fieldset > p {
    margin: 0 0 7px;
}


input {
	margin: 0px 3px 0px 0px ;
	vertical-align: -1px;
}

input:hover {
	cursor: pointer;
}

.feedback {
	display: none;	
}	

div.qFeedback > .fbTxt > p:last-child{
	font-weight: bold;
}

.fbSectionRef{
	font-weight: bold;
	margin-top: 16px;	
}

.showFeedback{
	display: block;
}

#submitBtn{
	/*border-radius:20px/10px;*/
	background-color: #CC0066;
}

#submitBtn:hover {
	cursor: pointer;
}

#submitBtn:disabled {
	cursor: default;
}

/* for ie 8 */
.disableBtn {
	cursor: default;
}

.enableBtn {
	cursor: pointer;
}

/*.submitButton {
	display: block;
	margin: 30px auto 0px;
	padding: 0;
}*/

.submitButtonDisabled {
	display: block;
	margin: 30px auto 0px;
	padding: 2px 12px;
	background-color: #ddd !important;
	/*color: #fff;*/
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1px;
	/*border: 0.25px outset #aaa;*/
	border: none;
	width: 100px;
}

.submitButtonEnabled {
    display: block;
    margin: 30px auto 0px;
    padding: 2px 12px;
    background-color: #CC0066;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    /* border: 1.5px outset #CBCBCB; */
    border: none;
    width: 100px; 
}

.submitButtonEnabled:hover {
	background-color: #990066;
}

#knolCheck{
	/*border-radius:20px/10px;*/
}

.knolCheckBtn {
	display: block;
    margin: 30px auto 0px;
    padding: 2px 12px;
    color: #FFF;
    background-color: #CC0066;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    /* border: 1.5px outset #CBCBCB; */
    border: none;
    /*width: 260px;*/
}

.knolCheckBtn:hover {
	/*background-color: #990066;*/
	/*background-color: #D76000;*/
}

.closeCourseBtn,
.knolCheckBtnLeft {
    display: block;
  /*  float: right;
    margin: -6px 0 0 0;*/
    padding: 2px 12px;
    color: #FFF;
    background-color: #CC0066;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    /* border: 1.5px outset #CBCBCB; */
    border: none;
   /* position: relative;
    top: -20px;*/
}

.closeCourseBtn{
	padding: 2px 40px;
    margin: 14px auto 20px;
}

.closeCourseBtn:hover,
.knolCheckBtnLeft:hover {
	background-color: #CC0066;
}

#fbResultsContainer {
	margin-top: 20px;	
}

.fbCheckAll{
    display: block;
    margin-top: 6px;
    font-weight: bold;
    font-style: italic;
}

.qResult {
	width: 930px;
	height: 20px;
	background-color: #000;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 15px;
	color: #FFF;
	cursor: pointer;
}

.imgBlock {
	float: left;
    height: 20px;
    margin: 0 10px;
}

.qFeedback {
	background-color: #E4E4E4;
    margin: 0 0 3px;
    padding: 1px 20px 14px;
	font-size: 15px;
}

.qFeedback ul{
	margin-left: 56px;
}

.fQuestionTitle {
	margin-right: 10px;	
}

.fbQuestion {
	margin: 10px 0;
	font-weight: bold;
}

.fOptions {
	margin: 10px 0 0 40px;
}

.fbHeading {
	 margin: 15px 0 6px;
	 font-weight:bold;
}

.fbTxt {
	margin: 10px 0 0 40px;
}

.qResult > span {
    vertical-align: middle;
}

div.fOptions > p {
    margin: 4px 0;
}

.userAnsRed {
	color: rgb(223,39,39);	
}

.userAnsGreen {
	color: rgb(65,129,28);	
}

.submitMsgClass {
	color: #E56A54;
	margin: 20px 0 -16px;	
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/**************** End Assessment Content Styles ************************/

/**************** Resources Content Styles **********************/

.resourcesTxtMain {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 28px;
}

/*.resourcesTxtMain ~ .resourcesList{
	margin-top: -4px;
}*/

.resourcesTxtMain:last-of-type{
	padding-bottom: 8px;
}

.resourcesTxt {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-top: 2px;
	margin: 0px;
}

.resourcesIcon {
	margin: 2px 6px 0 0;
	padding: 0px;
	border: none;
}

.resourcesRule {
	margin: 0 0 8px;
	padding: 0;
	height: 1px;
	background-color: #b0b8c9;
	border: none;
}

.resourcesList {
	font-size: 16px;
	padding-bottom: 6px;
	margin: 0px 0 0 44px;
}

.resourcesListTitle {
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin: 0px;
}

.resourcesListItem {
	list-style: disc;
	padding-bottom: 6px;
	margin: 0px;
}

.resourcesListInner {
	font-size: 16px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 20px;
}

.resourcesListInnerItem {
	list-style:circle;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}

ul.resourcesListInner > li:first-of-type{
	padding-top: 7px;
    padding-bottom: 0;
}

ul.resourcesListInner > li:last-of-type{
	padding-top: 4px;
}

.lowercase {
	text-transform:lowercase;
}

div.helpPage > p{
	margin-left: 29px;
}

div.helpPage > ul{
	margin-left: 44px;
}

/**************** End Resources Content Styles ************************/

/**************** Video scenario Styles ************************/

.videoScenario{
	width: 930px;
	position: relative;
	overflow: hidden;
}

video{
	position: absolute;
	left: 0;
	top:0;
	z-index: -1;
}		

.videoScenario > div.panelHolder{
	width: 0px;
	overflow: hidden;
	position: relative;
}

.videoScenario > div{
	width: 270px;
	min-height: 482px;
	background-color: #4b5763; /*#3E4852;*/
	opacity: .99;
	color: #fff;
	padding: 20px;
}

.videoScenario p{
	line-height: 1.1;
}

.scenarioLeft{
	/*box-shadow: inset -2px 0px 0px 2px rgba(255, 255, 255, 0.1);*/
	position: relative;    
	left: -310px;
}

.scenarioLeft > p:nth-of-type(1){
	margin-bottom: 20px;
	font-weight: bold;
}

.scenarioRight{
	/*box-shadow: inset 2px 0px 0px 2px rgba(255, 255, 255, 0.1);*/
	position: absolute;
	top:0;
	left: 930px;
}

.scenarioRight > p:nth-of-type(1){
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.scenarioRight > div{			
	padding: 10px 0;
	border-bottom: dotted 1px #B1B6C9;	
	cursor: pointer;
}
.scenarioRight > div:nth-of-type(1){
	border-top: dotted 1px #B1B6C9;
}

.scenarioRight > div:hover{
	background-color: #767987;
}

.scenarioRight > div > span{
	font-size: 30px;
	float: left;
}

.scenarioRight > div > p{
	margin: 2px 0 0 30px;
}

.scenarioResult{
	position: absolute;
	top:0;
	left: -310px;
	/*box-shadow: 4px 4px 10px 0px rgba(60,60,60,.1);*/
	/*box-shadow: inset -2px 0px 0px 2px rgba(255, 255, 255, 0.1);*/
}

.scenarioResult > p:nth-of-type(1),
.scenarioResult > p:nth-of-type(2){
	margin-bottom: 50px;		    
    font-size: 1.66rem;
    text-align: center;
    display: none;
}

.resultBackplate{
	position: absolute;
	width: 100%;
	height: 70px;
	top:0;
	left: 0;
	background-color: #303942;
	color: #303942;
	z-index: -1
}

.scenarioResult.correct .scenarioCorrect{
	display: block;
}

.scenarioResult.incorrect .scenarioIncorrect{
	display: block;
}

p.scenarioCorrectAndIncorrect{
	display: block;
}

/**************** End Video scenario Styles ************************/


/********** Learn How/More *******************/

.learnHowContainer{
	overflow: hidden;
	height: 384px;
	width: 870px;
	position: absolute;
	left: 0;
	top: -21px;
}

.learnHowContainer > div:nth-child(1){
	top: 348px;
	z-index: 2;
	position: relative;
	height: 37px;
	cursor: pointer;
}

.learnHowContainer hr{
	position: absolute;
	top:17px;
	height: 2px;
	width: 870px;
	background-color: #E8AC33;
	padding: 0;
	margin: 0;
}

.learnHowContainer > div:nth-child(1) > div{
	position: absolute;
	height: 100%;
	right: 675px;
	margin: 0;
	width: 175px;
}

.learnHowContainer img{
	position: absolute;
	top:0px;
	right: 0px;
	padding: 0;
	margin: 0;
}

.learnHowContainer > div:nth-child(1) p{
	padding: 0;
	margin: 0;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.learnHowContainer > div:nth-child(2){
	position: absolute;
	background-image: url(images/learnHowBg.png);
	height: 342px;
	width: 870px;
	margin: 0;
	bottom: 21px;
}

.learnHowContainer > div:nth-of-type(2) > div {	
	margin: 20px;
	width: 50%;
	position: absolute;
	top: 0;
	opacity: 0;
}

/*
.learnHowContainer > div:nth-child(2) p{
	font-size: 16px;
	margin: 0 6px;
}
*/
/************************************************/


/************* Learn More **********************/
/* These classes provide overrides where necessary on learnHowContainer 
classes and should always be used in conjunction */

.learnMoreContainer{
	height: 500px;
	width: 620px;
}

.learnMoreContainer > div:nth-child(1){
	top: 464px;
}

.learnMoreContainer hr{
	width: 620px;
}

.learnMoreContainer > div:nth-child(1) > div{
	right: 425px;
}

.learnMoreContainer > div:nth-child(2){
	background-image: url(images/learnHowBgN.png);
	background-repeat: no-repeat;
	height: 458px;
	width: 620px;
}

.learnMoreImgLeft {
    width: 620px;
    height: 458px;
    float: left;
    margin: 0 20px 10px 0;
}

.twocolLHS {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 390px;
	background-repeat: no-repeat;
	position:relative;
}

.twocolLHSColumnLeft {
	float: left;
	width: 269px;
	padding: 9px 0px 8px 17px;
	margin: 280px 0px 0px 0px;
}

#twocolLHSColumnMiddle {
	float: left;
	width: 269px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#twocolLHSColumnRight {
	float: left;
	width: 269px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

.twoOneCol > div > p:last-child,
.txtInstruction {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

.sourceLink{
	font-size: 13px;
	margin: 0;
	/*position: absolute;
	top: 370px;*/
	line-height: 1;
}


/**************** Learn How/More End  Styles ************************/

/********** conflictContainer *******************/

div.moveUp{
	width: 890px;
	height: 440px;
	padding: 20px;
}

div.moveUp > img:first-child{
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
}

div.moveUp > div:nth-of-type(1){
	float: left;
	height: 390px;
	width: 295px;
}

div.moveUp > div:nth-of-type(1) > p:first-child{
	font-size: 1.26em;
    margin-bottom: .5rem;
    margin-top: 0px;
}

div.moveUp > div:nth-of-type(1) > p:last-child{	
    font-size: 13px;
    text-transform: uppercase;
   	margin: 0 0 1rem 0;
    letter-spacing: 0.1px;
}

.moveUpContainer{
	overflow: hidden;
	height: 489px;
	width: 930px;
	position: absolute;
	left: 0;
	top: -21px;
}

.moveUpContainer > div:nth-child(1){
	top: 437px;
	z-index: 2;
	position: relative;
	height: 50px;
	cursor: pointer;
}

.moveUpContainer hr{
	position: absolute;
	top:24px;
	height: 2px;
	width: 930px;
	background-color: #004F71;
	padding: 0;
	margin: 0;
}

.moveUpContainer > div:nth-child(1) > div{
	position: absolute;
	height: 46px;
	right: 586px;
	margin: 0;
	width: 316px;
	background-color: #004F71;
	color: #fff;
	border: 2px solid #004F71;
	/*border-radius: 18px;*/
	box-shadow: 3px 3px 7px 1px rgb(0 0 0 / .57);
	/*text-transform: uppercase;*/
}

.moveUpContainer img{
	position: absolute;
	top:0px;
	right: 0px;
	padding: 0;
	margin: 0;
}

.moveUpContainer > div:nth-child(1) p{
	padding: 0;
	margin: 0;
    position: relative;
   /* color: #fff;*/
    font-size: 1.25rem;
    text-align: center;
   /* font-weight: bold;*/
    top: 50%;
    -webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.moveUpContainer > div:nth-child(1) p:nth-of-type(2){
	position: absolute;
    top: 12px;
    left: 8px;
	visibility: hidden;
}

.moveUpContainer > div:nth-child(2){
	position: absolute;
	background-image: url(images/learnHowBg.png);
	/*background-repeat-x: no-repeat;*/
	height: 438px;
	width: 930px;
	margin: 0;
	bottom: 30px;
}

.moveUpContainer > div:nth-of-type(2) > div {	
	margin: 20px;
	width: 53%;
	position: absolute;
	top: 0;
	opacity: 0;
	left: 0;
	height: 396px;
}

.moveUpBut > p:nth-of-type(2){
	opacity: 0;
}

/************************************************/

/********** LearningCheck *******************/

.LearningCheckCon{
	position: relative;
}

.LCTitle{
	color: #E8AC32;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 6px;
    padding-top: 0px;
    margin: 0px;
}

.LearningCheck{
	overflow: hidden;
	height: 484px;
	width: 930px;
	position: absolute;
	left: 0;
	top: -21px;
}

.LearningCheck > div:nth-child(1){
	top: 448px;
	z-index: 2;
	position: relative;
	height: 37px;
	cursor: pointer;
}

.LearningCheck hr{
	position: absolute;
	top:17px;
	height: 2px;
	width: 930px;
	background-color: #E8AC32;
	padding: 0;
	margin: 0;
}

.LearningCheck > div:nth-child(1) > div{
	position: absolute;
	height: 100%;
	right: 735px;
	margin: 0;
	width: 175px;
}

.LearningCheck img{
	position: absolute;
	top:0px;
	right: 0px;
	padding: 0;
	margin: 0;
}

.LearningCheck > div:nth-child(1) p{
	padding: 0;
	margin: 0;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.LearningCheck > div:nth-child(2){
	position: absolute;
	background-image: url(images/learnHowBg2.png);
	height: 442px;
	width: 930px;
	margin: 0;
	bottom: 21px;
}

.LearningCheck > div:nth-of-type(2) > div {	
	margin: 20px;
	width: 50%;
	position: absolute;
	top: 0;
	/*opacity: 0;*/
	display: none;
}

.LearningCheck > div:nth-of-type(2) > div:first-child{	
	display: block;
	opacity: 0;
	width:310px;
	padding: 0 20px;
	color: #fff;
	left: 560px;
}

.LearningCheck > div:nth-child(2) p{
	font-size: 16px;
	margin: 0 6px;
}

p.txtInstruction2{
	margin-top: 12px !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
}

p.correctInc{
	margin-bottom: 12px !important;
	font-size: 18px !important;
	color: #E8AC32 !important;
}

div.LearningCheck > div:nth-child(2) > div:nth-child(1) > ul{
	margin: 8px 0;
}

/********** End LearningCheck *******************/

/**************** twoOne column Content Styles ************************/


.twoOneCol {
	padding: 22px 0px 0px 30px;
    margin: 0px;
    height: 420px;
	background-repeat: no-repeat;
	position:relative;
	background-color: #D9D9D6; 
	background-image: url(images/QuestionMarks_Panel.jpg);
	background-position: top right;
	position: relative;
}

.twoOneCol input{
	margin: 0 7px 0 0;
}

.twoOneCol .optSpan{
	margin-left: 40px;
}

.twoOneCol > hr{
	position: absolute;
	top:-12px;
	left: 580px;
    height: 454px;
	width: 2px;
	background-color: #fff;
}

.twoOneCol > div{
	width: 530px;
    font-size: 16px;
}

.twoOneCol > div > p{
	/*margin: 0 0 6px;*/
}

.twoOneCol > div > p:nth-child(1){
	margin: 6px 0 6px;	
}

.twoOneCol > div > p:nth-child(2){
	/*margin-bottom: 12px;*/
	margin-top: 12px;
}

.twoOneCol > div > p:last-child{	
	margin: 16px 0 6px;	
}

.twoOneCol > div:nth-child(3){
	position: absolute;
	height: 100%;
	right: 735px;
	margin: 0;
	width: 175px;
	bottom: -22px;
	height: 37px;
	cursor: pointer;
}

.twoOneCol  > div:nth-child(3) > img {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
}

.twoOneCol > div:nth-child(3) > p {
    padding: 0;
    margin: 0;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: none;
}

/**************** End twoOne column Content Styles ************************/

/*************** scenarioWithVirtualScreens2 *****************************/

.vScenario2,
.vScenario4{
	width: 930px;
	height: 480px;
	overflow: hidden;	
	position: relative;	
}

.vOuterCon{
	position: relative;
}

.vContainer{
	width: 930px;
	height: 480px;
	position: relative;
	float: left;
}

.vContainer3{
	width: 1343px;
}

.vContainer2{
	width: 930px;
	height: 480px;
	position: absolute;
	left: 1343px;
	top: 0;
}

.vsPanel1{
	background-color: rgb(57,67,77);
	width: 366px;
	height: 480px;
	position: absolute;
	left: 34px;
	color: #B0B6C8;
}

.vsPanel1 > div,
.vsPanel2 > div,
.vsPanel3 > div{
	padding: 20px;
}

.vsPanel1 > div:nth-of-type(1){
	background-color: #FCD106;
	height: 30px;
	color: rgb(57,67,77);
	font-size: 26px;
}

.vsPanel2,
.vsPanel3{
	background-color: rgb(57,67,77);
	width: 366px;
	height: 480px;
	position: absolute;
	right: 34px;
	color: #B0B6C8;
}

.vsPanel2 > div:nth-of-type(1){
	background-color: #FCD106;
	min-height: 30px;
	color: rgb(57,67,77);
	font-size: 20px;
    line-height: 1;
}

.vsPanel2 > div:nth-of-type(1) > p:last-of-type{
	margin-bottom: 0;
}

.vsPanelLeft{
	right: auto;
	left: 34px;
}

.vsSubmit {
        /* border: 1.5px #B0B6C8 solid; */
    width: 120px;
    /* border-radius: 14px; */
    margin: 9px auto 0px;
    position: absolute;
    bottom: 20px;
    left: 32%;
    background-color: #FCD106;
    color: rgb(57,67,77);
    box-shadow: 3px 3px 4px 1px #202529; /*2px 2px #202529;*/
}

.vsSubmit:hover{
	cursor: pointer;
	background-color: #B0B6C8;
	color: rgb(57,67,77);
}

.vsSubmit > p {
    text-align: center;
    padding-top: 9px;
    font-size: 18px;
}

.vsBut{
	border: 1.5px #FCD106 solid;
    width: 120px;
   /* border-radius: 14px;*/
    margin: 24px auto 0px;
    /*background-color: #FCD106;*/
    color: #FCD106;
    box-shadow: 2px 2px #202529;
    height: 35px;
}

.vsButSelected{
	background-color: #FCD106;
	color: rgb(57,67,77);
}

.vsBut:hover{
	cursor: pointer;
	background-color: #FCD106;
	color: rgb(57,67,77);
}

.vsBut > p{
	text-align: center;
    padding-top: 7px;
    font-size: 18px;
}

.vsQuestion{
	padding-top: 0 !important;
    padding-bottom: 0;
    margin-top: -14px;
}

.vsQuestion > div:nth-of-type(2){
	position: absolute;
    bottom: 20px;
    left: 120px;
}

.vsQuestion .vsBut{
	margin: 20px auto 0px;
}

.vsPanel3{
	/*top: 480px;*/
	right: -400px
}

.panelHolder{
	position: relative;
}

.vsPanel3 .vsPartCorrect,
.vsPanel3 > div:nth-of-type(1),
.vsPanel3 > div:nth-of-type(2){
	background-color: #00AF40;
	height: 30px;
	color: #fff;
	font-size: 26px;
}

.vsPanel3 > div:nth-of-type(2){
	background-color: #EC0928;
}

.vsPanel3 .vsPartCorrect{
	background-color: #FF9740;
}

div.vScenario4 .vContainer{
	width: 3203px;
}

.vsScreen{
	width: 930px;
	height: 480px;
}

/*div.vsScreen:nth-of-type(1){
	background-image: url("images/2_3_7_a.jpg");
	width: 930px;
	float: left;
}

div.vsScreen:nth-of-type(2){
	background-image: url("images/2_3_7_b.jpg");
	width: 1343px;
	float: left;
}

div.vsScreen:nth-of-type(3){
	background-image: url("images/2_3_7_c.jpg");
	width: 930px;
	float: left;
	position: relative;
}*/

div.vsScreen .vsPanel1 > div:nth-of-type(1),
div.vsScreen .vsPanel2 > div:nth-of-type(1){
	background-color: #49C8CF;
}

.vsPanel1b{
	position: relative;
}

.vsPanel1b > div:nth-of-type(1){
	width: 260px;
	position: absolute;
	top: 70px;
	left: 120px;
	background-color: rgb(57,67,77);
	text-align: right;
}

.vsPanel1b > div:nth-of-type(2){
	width: 280px;
    position: absolute;
    top: 50px;
    right: 15px;
    background-color: rgb(57,67,77);
}

.vsPanel1b > div:nth-of-type(1) > div:nth-of-type(1),
.vsPanel1b > div:nth-of-type(2) > div:nth-of-type(1){
	background-color: #49C8CF;
    height: 30px;
    font-size: 28px;
    padding: 20px 20px 4px;
    color: rgb(57,67,77);
}

.vsPanel1b > div:nth-of-type(1) > div:nth-of-type(2),
.vsPanel1b > div:nth-of-type(2) > div:nth-of-type(2){
	padding: 10px 20px 20px;
	color: #B0B6C8;
}

.triangleRight {
    width: 0;
    height: 0;
    border-bottom: 20px solid #49C8CF;
    border-right: 20px solid transparent;
    position: absolute;
    top: 33px;
    left: 260px;
}

.triangleLeft {
    width: 0;
    height: 0;
    border-bottom: 20px solid #49C8CF;
    border-left: 20px solid transparent;
    position: absolute;
    top: 33px;
    left: -20px;
}

.vsAns{
	border-bottom: dotted 1px;
    padding: 20px 2px;
    cursor: pointer;
}

/*.vsAns:hover{
	cursor: pointer;
	background-color: #858b9c;
	color: rgb(57,67,77);
}*/

.vsAns:hover span{
	color: rgb(57,67,77);
}

.vsAns:not(.vsAnsSelected):hover {   	
	background-color: #858b9c;
	color: rgb(57,67,77); 
}

.vsAns span{
	float: left;
	color: #D6B52A !important;
}

.vsAnsSelected{
	background-color: #434D56;
	/*color: rgb(57,67,77);*/
	box-shadow: 3px 3px 4px 1px #202529;
	border-bottom: none;
}

.vsAnsSpanSelected{
	color: rgb(57,67,77) !important;
}

.vsAns:first-of-type{
	margin-top: -20px;
}

.vsAns:last-of-type{
	border-bottom: none;
	margin-top: 0;
}

.vsAns p{
	margin-left: 30px;
	margin-bottom: 0;
}


/*************** End scenarioWithVirtualScreens2 *****************************/




/***** News with virtual screens ******/

.newsContainer{
	position: relative;
	 width: 2790px;
}

.newsScreen{
	width: 930px;
	height: 480px;
	float: left;
	position: relative;
}

div.newsScreen:nth-of-type(2) {
    position: absolute;
    left: 465px;
}

.newsScreen p{
	font-size: 22px;
    margin: 20px;
    width: 260px;
	font-weight: bold;
}

div.newsScreen:nth-of-type(2) p{
	position: relative;
    left: 550px;
    font-size: 16px;
	font-weight: normal;
}

/* .newsScreen:nth-of-type(1) p{
	font-size: 1em;
} */

div.newsScreen:nth-child(1) > div:nth-child(1)
{	
   	margin: 22px 0 0 27px;
    width: 260px;
    font-size: 35px;
    font-family: "Times New Roman";
    /* text-transform: capitalize; */
    float: left;
    color: #fff;
    font-weight: bold;
}

div.newsScreen:nth-child(1) > div:nth-child(2) > p:nth-child(1)
{
	font-size: 20px;
	color: #000;
}

div.newsScreen:nth-of-type(2) > div:nth-of-type(1)
{
	margin: 20px 0 0 20px;
    width: 290px;
   	height: 440px;
}

div.newsScreen:nth-of-type(3) > div:nth-of-type(1)
{
	margin: 20px 20px 0 0px;
    width: 290px;
    float: right;
    height: 440px;
}

div.newsScreen:nth-of-type(4) > div:nth-of-type(1)
{
	margin: 20px 0 0 20px;
    width: 290px;
    height: 440px;
}

.diaBox{
	position: absolute;
    top: 140px;   
    background-color: rgb(57,67,77);
}

.diaBoxRight{	
     right: 130px;
}

.diaBoxLeft{	
     left: 130px;
}

.diaBox > div:nth-of-type(1){
	padding: 20px;
	height: 20px;
	width: 260px;
	background-color: #4196AB;
}

.diaBox > div:nth-of-type(1) span:nth-of-type(1){
	font-weight: bold;
}

.diaBox > div:nth-of-type(1) span:nth-of-type(2){
	display: inline-block;
	padding: 0 5px;
}

.diaBox > div:nth-of-type(2){
	padding: 20px;
	min-height: 20px;
	width: 260px;
	color: #B0B6C8;
}

.diaBoxRight .speechTriangle{
	width: 0;
    height: 0;
    border-bottom: 20px solid #4196AB;
    border-left: 20px solid transparent;
    position: absolute;
    top: 40px;
    left: -20px;
}

.diaBoxLeft .speechTriangle{
	width: 0;
    height: 0;
    border-bottom: 20px solid #4196AB;
    border-right: 20px solid transparent;
    position: absolute;
    top: 40px;
    right: -20px;
}

.diaPanel{
	width: 360px;
	height: 480px;
	background-color: rgb(57,67,77);
	color: #B0B6C8;
	position: absolute;
	top:0;
}

.diaPanelRight{
	right: 30px;
}

.diaPanelLeft{
	left: 30px;
}

.diaPanel > div:nth-of-type(1){
	width: 100%;
	height: 20px;
	background-color: #4196AB;
}

.diaPanel > div:nth-of-type(2){
	padding: 20px 20px 0 20px;
}



.diaBurnt .diaBox > div:nth-of-type(1),
.diaBurnt .diaPanel > div:nth-of-type(1){
	background-color: #a17659;
}

.diaBurnt .speechTriangle
{
	border-bottom: 20px solid #a17659;
}

.diaOlive .diaBox > div:nth-of-type(1),
.diaOlive .diaPanel > div:nth-of-type(1){
	background-color: #97a159;
}

.diaOlive .speechTriangle
{
	border-bottom: 20px solid #97a159;
}

.diaMauve .diaBox > div:nth-of-type(1),
.diaMauve .diaPanel > div:nth-of-type(1){
	background-color: #8b59a1;
}

.diaMauve .speechTriangle
{
	border-bottom: 20px solid #8b59a1;
}

.diaAqua .diaBox > div:nth-of-type(1),
.diaAqua .diaPanel > div:nth-of-type(1){
	background-color: #59a19a;
}

.diaAqua .speechTriangle
{
	border-bottom: 20px solid #59a19a;
}

.diaOrange .diaBox > div:nth-of-type(1),
.diaOrange .diaPanel > div:nth-of-type(1){
	background-color: #c56235;
}

.diaOrange .speechTriangle
{
	border-bottom: 20px solid #c56235;
}

.diaPurple .diaBox > div:nth-of-type(1),
.diaPurple .diaPanel > div:nth-of-type(1){
	background-color: #A15987;
}

.diaPurple .speechTriangle
{
	border-bottom: 20px solid #A15987;
}

.diaBlue .diaBox > div:nth-of-type(1),
.diaBlue .diaPanel > div:nth-of-type(1){
	background-color: #4196AB;
}

.diaBlue .speechTriangle
{
	border-bottom: 20px solid #4196AB;
}

.diaGreen .diaBox > div:nth-of-type(1),
.diaGreen .diaPanel > div:nth-of-type(1){
	background-color: #90B184;
}

.diaGreen .speechTriangle
{
	border-bottom: 20px solid #90B184;
}

.diaCoral .diaBox > div:nth-of-type(1),
.diaCoral .diaPanel > div:nth-of-type(1){
	background-color: #D55F5F;
}

.diaCoral .speechTriangle
{
	border-bottom: 20px solid #D55F5F;
}

.diaLightBlue .diaBox > div:nth-of-type(1),
.diaLightBlue .diaPanel > div:nth-of-type(1){
	background-color: #63B0E6;
}

.diaLightBlue .speechTriangle
{
	border-bottom: 20px solid #63B0E6;
}

.newsScreen > img{
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
}
 

/****** End News with virtual screens ********/

/***** scenarioVerticalContainer *************/

div.scenarioVerticalContainer{
	margin: 0;
	width: 930px;
	height: 480px;
	position: relative;
	overflow-y: hidden; 
}

div.scenarioVerticalContainer > div.scenarioVerticalScreen{	
	width: 930px;
	height: 480px;
	position: absolute;
	top:0;
	left: 0;
	box-shadow: 0 -5px 9px -1px rgba(0, 0, 0, 0.1);
}

div.scenarioVerticalContainer > div.scenarioVerticalScreen:nth-of-type(1){
	background-color: #5BC2E7; 
	color: #222731;
}

div.scenarioVerticalContainer > div.scenarioVerticalScreen:nth-of-type(2){
	top:480px;	
	background-color: #004F71;
	z-index: -1;
	color: #fff;
}

div.scenarioVerticalContainer > div.scenarioVerticalScreen:nth-of-type(3){
	top:480px;
	background-color: #004F71;
	z-index: -2;
	color: #fff;
}

div.scenarioVerticalContainer > div.scenarioVerticalPanel{
	color: #fff; /*#38424C;*/
}

/* screen 1 */

div.scenarioVerticalScreen:nth-of-type(1) > div.clouds{
	position: absolute;
	top: 86px;
    left: 62px;
}

div.scenarioVerticalScreen:nth-of-type(1) > div.clouds > img:nth-of-type(1){
	position: absolute;
    top: 0px;
    left: 0px;
}

div.scenarioVerticalScreen:nth-of-type(1) > div.clouds > img:nth-of-type(2){
	position: absolute;
    top: 186px;
    left: 208px;
}

div.scenarioVerticalScreen:nth-of-type(1) > div.clouds > img:nth-of-type(3){
	position: absolute;
    left: 258px;
    top: 234px;
}

div.scenarioVerticalScreen:nth-of-type(1) > div.clouds > img:nth-of-type(4){
	position: absolute;
    left: 308px;
    top: 267px;
}

.scenarioText, .scenarioQuestion, .scenarioVerticalPanel{
	position: absolute;
	height: 100%;
   	top: 0px;
    left: 430px;
    width: 420px;
    display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */	
}

.scenarioVerticalPanel{
	display: none;
}

.scenarioQuestion{
	left: 0;
}

.scenarioQuestion > div > p:nth-of-type(1),
.scenarioText > div > p:nth-of-type(1){
	font-weight: bold;
    font-size: 24px;    
}


.scenarioQuestion > div > p:nth-of-type(1){
	margin-bottom: 18px;
}

/* screen 2 */

.scenarioVerticalContainer .planesImage{
	position: absolute;
	width: 400px;
    height: 480px;
}

div.plane1Host{
	position: absolute;
	top: 214px;
    left: 115px;
    height: 188px;
    width: 80px;
}

div.plane1Host > div.plane1Head{
	position: absolute;
	top: 1px;
	left: 0;
	height: 113px;
	width: 80px;	
	color: transparent;
	background-image: url("images/plane1Head.png");
	background-position: top;
	background-repeat: no-repeat;
}

div.plane1Host > img{
	position: absolute;
	top: 112px;
    left: 0;
}

.planesImage > img:nth-of-type(1){
	position: absolute;
    top: 85px;
    left: 170px;
}

div.plane3Host{
	position: absolute;
	top: 152px;
    left: 240px;
    height: 225px;
    width: 63px;
}

div.plane3Host > div.plane3Head{
	position: absolute;
	top: 0;
	left: 0;
	height: 123px;
	width: 63px;	
	color: transparent;
}

div.plane3Host > img{
	position: 	absolute;
	top: 127px;
    left: 31px;
}

.scenarioVerticalContainer input{
	margin-right: 6px;
}

.scenarioVerticalContainer .vs2But{
	border: 1.5px solid;
	width: 120px;
	margin: 24px auto 0px;
	height: 35px;
}

.scenarioVerticalContainer .vs2But:hover{
	background-color: #fff;
	color: #222731;
	cursor: pointer;
}

.vs2But > p {
    text-align: center;
    padding-top: 7px;
    font-size: 18px;
}

.scenarioVerticalContainer .vs2Ans {
    border-bottom: dotted 1px;
    padding: 20px 2px;
    cursor: pointer;
}

.scenarioVerticalContainer .vs2Ans:first-of-type {
    margin-top: -20px;
}

.scenarioVerticalContainer .vs2Ans:hover{
	background-color: #e2e0d554;
}

.scenarioVerticalContainer .vs2Ans p {
    margin-top: -18px;
    margin-left: 38px;
    margin-bottom: 0;
}

/* screen 3 */


.scenarioVerticalScreen:nth-of-type(3) > div.vs2ResultColor{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 410px;
    height: 480px;
    margin: 0;
    background-color: #222731;
    color: transparent; 
}

.scenarioVerticalNonCorrect{
	background-color: #222731;
}

.scenarioVerticalScreen:nth-of-type(3) > .scenarioText{
	left: 0px;
    width: 320px;
    padding: 0 50px;
}

.scenarioVerticalScreen:nth-of-type(3) .scenarioVericalResult p{
	/*display: none;*/
	font-size: 22px;
	font-weight: bold;
	margin-bottom: .8em;
	display: inline-block;
}

.scenarioVerticalScreen:nth-of-type(3) .scenarioVericalResult p > img{
	display: inline-block;
    /* vertical-align: middle; */
    margin-right: 10px;
    margin-bottom: -13px;
    margin-left: -2px;
}

.scenarioVericalResult img{
	margin-bottom: -15px;
    margin-right: 10px;
    display: inline-block;
}

div.vsDummyPanel{
	background-color: #004F71;
	position: absolute;
	top: 480px;
	left: 410px;
	width: 520px;
	height: 480px;
	/*opacity: 0;*/
}

div.scenarioVerticalContainer div.plane3Head{
	background-image: url("images/planeYellow.png");
	background-position: top;
	background-repeat: no-repeat;
}

div.scenarioVerticalContainer.yellowTheme > div.scenarioVerticalScreen:nth-of-type(1){
	background-color: #FFD100; 
	color: #38424C;
}

div.scenarioVerticalContainer.yellowTheme div.plane3Head{
	background-image: url("images/planeLightBlue.png");
}

div.scenarioVerticalContainer.lightGreenTheme > div.scenarioVerticalScreen:nth-of-type(1){
	background-color: #7CCC6C; 
	color: #38424C;
}

div.scenarioVerticalContainer.lightGreenTheme div.plane3Head{
	background-image: url("images/planeLightGreen.png");
}

/***** end scenarioVerticalContainer *************/

/******** start svg *********************************/

#C_48 > div > p:first-of-type{
	font-size: 20px;
}

svg.svgInfoGraphic{
	width: 380px;
	height: 480px;
	float: left;
	margin: 0 120px;
	overflow: visible;
	position: relative;
}

svg.svgInfoGraphic rect{
	fill: #6292C3; 
	stroke: #6292C3;
	stroke-width: 1;
}
svg.svgInfoGraphic #col2 > rect{
	fill: #F9C963;
	stroke: #F9C963;
	stroke-width: 1;
}
svg.svgInfoGraphic #col3 > rect{
	fill: #629461;
	stroke: #629461;
	stroke-width: 1;
}
svg.svgInfoGraphic circle{
	stroke-width: .4;
	fill: #fff;
	stroke: #fff;
}
svg.svgInfoGraphic line{
	stroke: #fff;
	fill: none;
	stroke-width: 2;
}
svg.svgInfoGraphic #longPath > path{
	stroke: #fff;
	fill: none;
	stroke-width: 2;
}
svg.svgInfoGraphic #longPath > line{
	stroke: #6292C3;
}
svg.svgInfoGraphic #longPath > line:nth-of-type(2){
	stroke: #F9C963;
}

svg.svgInfoGraphic div:nth-of-type(1) > p{
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 116px;
	top: 25px;
	left: 0;
}

svg.svgInfoGraphic div:nth-of-type(1) > p:nth-of-type(2){
	left: 132px;
}
svg.svgInfoGraphic div:nth-of-type(1) > p:nth-of-type(3){
	left: 264px;
}

svg.svgInfoGraphic div:nth-of-type(2) > p{
	color: #fff;
	font-size: 24px;
	position: absolute;
	text-align: center;
	width: 116px;
	top: 176px;
	left: 0;
}

svg.svgInfoGraphic div:nth-of-type(2) > p:nth-of-type(2){
	left: 132px;
}
svg.svgInfoGraphic div:nth-of-type(2) > p:nth-of-type(3){
	left: 264px;
}

/* screen 2 */

svg.svgInfoGraphic div:nth-of-type(3) > p{
	color: #6292C3;
	font-size: 4px;
	position: absolute;
	text-align: center;
	width: 10px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(1){
	top: 258px;
	left: 13px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(2){
	top: 258px;
	left: 93px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(3){
	top: 299px;
	left: 53px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(4){
	top: 257px;
	left: 38px;
	width: 40px;
	font-size: 6px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(5){
	top: 270px;
    left: 17px;
    width: 34px;
	background:hsl(221deg 49% 89%);
	padding: 2px 1px 1px;
	border-radius: 20%;
	/* filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));   */	
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(6){
	top: 274px;
	left: 67px;
	width: 30px;
	background:hsl(221deg 49% 89%);
	padding: 2px 1px 1px;
	border-radius: 20%;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(7){
	top: 333px;
	left: 38px;
	width: 40px;
	font-size: 6px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(8){
	top: 340px;
	left: 13px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(9){
	top: 340px;
	left: 93px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(10){
	top: 381px;
	left: 53px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(11){
	top: 412px;
	left: 38px;
	width: 40px;
	font-size: 6px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(12){
	top: 422px;
	left: 13px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(13){
	top: 422px;
	left: 93px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(14){
	top: 463px;
	left: 53px;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(15){
	top: 245px;
	left: 170px;
	width: 40px;
	font-size: 6px;
	color: #F9C963;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(16){
	top: 263px;
    left: 208px;
    width: 34px;
	background: #fff;
	padding: 2px 1px 1px;
	color: #F9C963;
	border-radius: 20%;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(17){
	top: 299px;
	left: 185px;
	color: #F9C963;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(18){
	top: 334px;
	left: 170px;
	width: 40px;
	font-size: 6px;
	color: #F9C963;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(19){
	top: 348px;
    left: 208px;
    width: 33px;
	background: #fff;
	padding: 2px 1px 1px;
	color: #F9C963;
	border-radius: 20%;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(20){
	top: 381px;
	left: 185px;
	color: #F9C963;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(21){
	top: 410px;
    left: 171px;
    width: 37px;
    font-size: 5px;
    color: #F9C963;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(22){
	top: 463px;
	left: 185px;
	color: #F9C963;
}

svg.svgInfoGraphic div:nth-of-type(3) > p:nth-of-type(23){
	top: 242px;
	left: 302px;
	width: 40px;
	font-size: 5px;
	color: #629461;
}

svg.svgInfoGraphic div:nth-of-type(3){
	/* display: none; */
}

#markerCirc{
	stroke: #7c2121 !important;  /* #839799*/
	fill: none !important;
	stroke-width: 8px;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

#clipWin{
	stroke: #7c2121 !important;
	fill: none !important;
	stroke-width: 14px;      
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

#svgInfo2 > foreignObject > div:nth-of-type(3) > p{
	display: none;
}

#svgInfo2 > #col2 > #longPath,
#svgInfo2 > #col3 > #longPath
{
	display: none;
}

#C_52 > div:nth-of-type(2){
	position: relative;
	float: right;
	width: 620px;
	height: 480px;
} 

#C_52 > div:nth-of-type(1){
	float: left;
    width: 310px;
}
#C_52 > div:nth-of-type(3)
{
	clip-path: url(#myClip);
    position: absolute;
    top: 0;
    right: 20px;
    width: 380px;
    height: 480px;
}

#C_52 > div:nth-of-type(3) > svg:first-of-type
{
	float: unset;
    margin: auto;
}

#C_52 > div:nth-of-type(3)
{
	overflow: hidden;
}

#C_52 > div:nth-of-type(4)
{
	width: 440px;
    height: 440px;
    position: absolute;
    top: 17px;
    left: 500px;
}

#C_52 .textPayload{
	display: none;
}

#C_52 > div.textPayloadTarget > p:nth-of-type(1){
	font-size: 20px;
}



/*********** end svg *********************************/

/**** survey ******/
.surveyContainer{
    background-color: #EFF5FA;
}

.surveyContainer > div:nth-of-type(1){
    padding: 3rem 9.7rem 0rem;
}

.surveyContainer > div:nth-of-type(1) > p:nth-of-type(1){
    font-size: 1.4rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.surveyContainer > div:nth-of-type(1) > p:nth-of-type(2){
    font-size: 0.8rem;
    text-transform: uppercase;
    margin: 0 0 0.75rem 0;
    letter-spacing: .0125rem;
    font-family: calibri, sans-serif;
}

.surveyContainer > .questionScreen{
    background-color: transparent;
    min-height: auto;
	position: relative;
}

.surveyContainer .nQuestion{
    margin-top: 1.75rem;
    margin-left: 9.8rem;
}

.surveyContainer .qOption{
    width: 80%;
    padding-top: 0.625rem;
    padding-bottom: 0;
	display: inline-block;
    width: auto;
    margin-right: 1rem;
    min-width: 5rem;
    text-align: center;
}

.surveyContainer .qOption > p:nth-of-type(1){
    visibility: hidden;
}

.makeVisible{
    visibility: visible !important;
}

.surveyContainer .qLeaf{
	left: 3.7rem;
    height: 2.5rem;
	top: -0.5rem;
}

/* .surveyContainer .qLeaf > p{
    font-size: 3rem;
    top: 0.4625rem;
} */

.surveySubmit{
    min-width: 6rem;
    font-size: 1.25rem;
    margin: 0.6rem 44% 3rem;
    padding: 0.5rem 1rem;
    font-family: Calibri;
}

.surveySubmit > p{
	margin-bottom:0;
}

.surveySubmit:enabled{
    cursor: pointer;
}

.surveyOptionSelected {
    background-color: #719198  !important;
    color: #fff;
}

.surveyContainer textarea{
    border: none;
    background-color: #F9FDFE;
    width: 80%;
	height: 4rem;
	font-size: 0.8rem;
}

.uploadInstruction{
    width: 100%;
    text-align: center;
    padding: 2rem 0 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin: 0 0 0.75rem 0;
    letter-spacing: .0125rem;
    font-family: calibri, sans-serif;
	margin-top: -1rem;
}

.surveyContainer svg{
	width: 1.3rem;
 }

 .surveyContainer .quesText{
	width: 80%;
 }

 .surveyContainer .quesText > p{
	margin-bottom: 1rem;
 }

 .surveyContainer div.nQuestion{
	margin-bottom: 3rem;
 }

 .surveyOptions{
	width: 80%;	
}

 .surveyContainer .svStar{
	fill:none;
	stroke:#000000;
	stroke-miterlimit:10;
}

 /* .starLabelOptions > div > p {
    display: inline-block;
    padding: 0 1rem;
    border-right: 0.1rem solid #000;
}

.starLabelOptions > div > p:last-of-type {
    border-right: none;
}

.starLabelOptions{
	justify-content: center;
    display: flex;
} */

.starLabelOptions
{
	position: relative;
    left: 0;
    top: 0;
}

.starContainer{
	width: 80%;
	/* display: flex;
    justify-content: center; */
	padding: 0.5rem 0 0.8rem 0;
	background-color: #EFF5FA;
	padding: 0;
    margin-top: -1.3rem;
}

/* div.surveyContainer > div:nth-of-type(5) .starLabelOptions > div > p{
	padding: 0 .4rem;
} */

.dStar{
	display:inline-block;
	margin-right: 1.3rem;
}

.starContainer > div.dStar:last-of-type{
	margin-right:0;
}

.dStar:hover{
	cursor: pointer;
}

.surveyContainer > div:nth-of-type(2) .surveyOptions,
.surveyContainer > div:nth-of-type(4) .surveyOptions,
.surveyContainer > div:nth-of-type(5) .surveyOptions
{
	background-color: #EFF5FA;
    padding-top: 1rem;
}

.qLeaf {
    width: 7.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0rem;
    left: 4rem;
}

div.qLeaf>p {
    color: #37424C;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 3rem;
    top: -0.6375rem;
}

/**** end survey ******/

/************** user notice ****************/


.starLabelOptions > div > p,
.userNotice{
	visibility: hidden;
	position: absolute;
    top: 0.2rem;
    right: 1.5rem;
    padding: 0.625rem 0.9375rem;
    width: 11.25rem;
    background-color: #EABA4B;
    color: #10100f;
    box-shadow: 0.1875rem 0.1875rem 0.4375rem 0rem rgb(60 60 60 / 50%);
    font-family: calibri, sans-serif;
    font-size: 1.0625rem;
    z-index: 1000;
	transition: opacity .75s;
}

.starLabelOptions > div > p{
	right: auto;
    top: 0.5rem;
    width: auto;
}

.userNotice::before{
	content: "";
    width: 0;
    height: 0;
    border-bottom: 1.75rem solid #EABA4B;
    border-top: 0.6875rem solid transparent;
    border-right: 0.6875rem solid transparent;
    border-left: 0.6875rem solid transparent;
    position: absolute;
    right: -0.3625rem;
    top: -2rem;
    transform: rotate(15deg);
}

.showUserNotice{
	visibility: visible !important;
	opacity: 1 !important;
}

/*************** end user notice ****************/