@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;
}

.indentP{
	margin-left: 50px;
}

.indentP20{
	margin-left: 20px;
}

.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.26em;
}

div.screen > img.imgRight + p:first-of-type,
div.screen > img.imgLeft + p:first-of-type,
div.screen > img.widescreenImgIntro + p:first-of-type,
div.screen > img.widescreenImg + 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_0 p:first-of-type {
    margin: 1rem 0rem 1rem 1.5rem;
    color: #eaeaea;
    font-size: 1.6em;
    font-weight: bold;
    /* border-bottom: solid; */
	padding-bottom: .5rem;
}

#C_6, #C_44{
	color: #fff;
}

#C_11 div{
	margin-left: 620px;
}

#C_15 div.scenarioText.anim > div > p:nth-of-type(3),
#C_20 div.scenarioText.anim > div > p:nth-of-type(3),
#C_23 div.scenarioText.anim > div > p:nth-of-type(3),
#C_25 div.scenarioText.anim > div > p:nth-of-type(3),
#C_28 div.scenarioText.anim > div > p:nth-of-type(4){
	margin-left: 30px;
}

#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_43 .newsScreen:nth-of-type(4) p:first-of-type {
    font-size: 1em;
}

#C_43 .newsScreen:nth-of-type(4) p:nth-of-type(2) {
	font-size: 1.26em;
	font-style: italic;
}

#C_43 .newsScreen:nth-of-type(4) p:nth-of-type(3) {
	font-style: italic;
}

#C_29 > p:nth-of-type(1),
#C_34 > 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_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;
}

#C_49 p:first-of-type{
	font-size: 1.26em;
}

/* end  overrides */



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

.strips{
	width: 620px;
	height: 420px;
	float: right;
}
.strip{
	width: 620px;
	height: 50px;
	margin-bottom: 10px;
	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:nth-of-type(7){
	background-color: #6e5eb7;
}

div.strip:nth-of-type(8){
	background-color: #3c2377;
}

div.strip>div:nth-child(1){
	width: 50px;
	height: 50px;
	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:nth-of-type(7)>div:nth-child(1){
	background-color: #5d4ca9;
}

div.strip:nth-of-type(8)>div:nth-child(1){
	background-color: #2c1957;
}

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

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

div.strip > div:nth-child(1) > div:nth-child(1),
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: 180px;
}

/* 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(2){
	position: absolute;
	top: 50px;
	left: 670px;
	height: 130px;
}

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

.abSelection div:nth-of-type(1){
	position: relative;
   /* top: -170px;*/
    left: -90px;
    bottom: 158px;
}

.abSelection div:nth-of-type(1) > p:nth-of-type(1){
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	background-color: #38424C;
    min-width: 170px;
    padding: 8px 2px;
    color: #fff;
    margin-bottom: 0;
    bottom: 0px;
}

.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;
	bottom: 30px;
}

.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{
	min-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 ************************/


/**************** 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;
	width: 900px;
}

.quickRef > div:nth-of-type(2) > div{	
	margin-bottom: 16px;
}

/* .quickRef > div:nth-of-type(2) > div:last-of-type{
	margin-right: 0;
	width: 600px;
} */

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

.quickRef > div:nth-of-type(2) > div > p:first-of-type,
.quickRef .qrTitle{
	font-weight: bold;
	padding: 6px 0 8px 0;
	margin: 0;
	text-transform: uppercase;
	padding: 6px 0 0px 0;
	display: inline-block;
	margin-bottom: 8px;
}

.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: 560px;
}


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


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

div.thumbContainer > div.clickable{
	position: relative;
	float: left;
	margin: 0 28px 0 0;
	background-color: #0B6089;
	box-shadow: 2px 2px 3px #404040;
}

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(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;
}

.helpSection > img + p:first-of-type{
	display: inline-block;
    font-weight: bold;
}
.helpSection > ul{
	margin-left: 32px;
}
/**************** 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: 33%;
	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: 1.25rem;
    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: #E06C55;
	padding: 0;
	margin: 0;
}

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

	height: 46px;
    width: 316px;
    background-color: #E06C55;
    color: #ffffff;
    /* border: 2px solid #E06C55;
    border-radius: 18px; */
    display: none;
}

.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: 1.25rem;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
  	text-align: center;
  	text-transform: uppercase;
}

.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: 36px 34px 20px;
	color: #B0B6C8;
	left: 560px;
}

.LearningCheck > div:nth-child(2) p{
	font-size: 1rem;
	margin-left: 6px;
	margin-right: 6px;
}

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

p.correctInc{
	margin-bottom: 12px !important;
	font-size: 1.125rem !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/kcQuestion.jpg);
	/*background-position: top right;*/
	position: relative;
	/*background-color: rgb(57,67,77);*/
	color: #000;
}

.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;
	display: none;
}

.twoOneCol > div{
	width: 500px;
	font-size: 1rem;
	
}

div.twoOneCol > div:nth-child(1){
	min-height: 380px;
}

/* .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: 575px;
	margin: 0;
	width: 175px;
	bottom: -22px;
	height: 37px;
	cursor: pointer;
	
	height: 46px;
    width: 316px;
    background-color: #E06C55;
    color: #ffffff;
    box-shadow: 3px 3px 4px 1px #2025298c;
}

.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: 1.25rem;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    text-align: center;
}

/**************** 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;
}

.triangleDown {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #38424C;
    position: relative;
    left: 130px;
    top: 16px;
}

.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;
}

.newsScreen p:first-of-type{
	font-size: 1.26em;
}

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

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

.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 */	
}

div.scenarioVerticalScreen:nth-of-type(1) > div.scenarioText > div > p:first-of-type{
	font-size: 1.5rem;
}

.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: 1.26rem;    
}


.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: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: .8em;
}

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

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 animation styles **************/

.anim-1-rect-1 {
	fill: #4472c4;
}

.anim-1-rect-2 {
	fill: #ffc000;
}

.anim-1-rect-3 {
	fill: #385723;
}

.anim-1-lines {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 6px;
	display: none;
}

.anim-1-circle, .anim-1-cls-6 {
	fill: #fff;
}

.anim-1-cls-6 {
	font-size: 60px;
	font-family: Calibri-Bold, Calibri;
	font-weight: 700;
}

div.animContainer{
	width: 510px;
	height: 480px;
	float: left;
	margin: 0 130px 10px 0;
	position: relative;
	top: 0;
	left: 110px;
	overflow: hidden;
}  
	
div.animContainer > div:nth-of-type(3) > p{
	/* display: flex;
	justify-content: center; */
}

div.animText > p:first-of-type{
	font-size: 1.26rem;
}

div.animText > ul{
	margin-left: 660px;
}

.animContainer > div.anim {
	height: 470px;
	width: 128px;
	background-color: #4472c4;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 10px 0 0;
	padding: 0;
}

.animContainer > div.anim:nth-of-type(1) {
	z-index: 3;
}

.animContainer > div.anim:nth-of-type(2) {
	background-color: #ffc000;
	z-index: 2;
	left: 138px;
}

.animContainer > div.anim:nth-of-type(3) {
	background-color: #385723;
	z-index: 1;
	left: 276px;
}

.animContainer > div.anim > p {
	/* display: inline-block; */
    margin: 30px auto 40px auto;
    color: white;
    font-weight: bold;
    font-size: 60px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align: center;
}

.animContainer > div.anim > p > span:nth-of-type(2){
	display: none;
	opacity: 0;
}

/* .animContainer > div.anim > p > span:nth-of-type(2){
	position: relative;
	left: -25px;
} */

.animContainer > div.anim:nth-of-type(2) > p {
	/* margin-left: 52px; */
}

.animContainer > div.anim > div.circle {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: white;
	color: transparent;
	position: relative;
	margin: 10px 0px 40px 28px;
}       

.svg_icon{
	display: none;
	width: 80px;
	height: 80px;
    position: absolute;
    z-index: 4;
    top: 168px;
    left: 160px;
}

.anim_icon {
	fill: none;
	stroke: #4472C4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
}

.anim_vLineVb{
	position: absolute;
	top: 140px;
	left: 199px;
	z-index: 4;
}

.anim_allLines, .anim_vLine {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 6px;            
	display: none;
}        
/********** end animation styles **************/

/*********** roll animation *************/

div.clickText{
	position: absolute;
	top: 0;
	left: 0;
}

div.clickText > div:first-of-type{
	position: absolute;
    top: 73px;
    left: 45px;
    width: 30px;
	z-index: 10;
}

div.clickText > div:first-of-type > img{
	cursor: pointer;
	position: relative;
	margin-top: -14px;
}

div.clickText > div.targetText{
	font-size: 24px;
    color: #fff;/* #364349; */
    position: absolute;
    top: 72px;
    left: 230px;
    width: 370px;
}

div.clickText > div.targetText > p{
	display: none;
}

div.clickText > div.peopleImgs {
	position: relative;
    height: 480px;
    width: 620px;
    overflow: hidden;
}

div.clickText > div.peopleImgs > img{
	position: absolute;
}

div.clickText > div.peopleImgs > img:nth-of-type(1){	
	top: 65px;
	left:120px;
}

div.clickText > div.peopleImgs > img:nth-of-type(2){	
	top: 220px;
    left: 120px;
}

div.clickText > div.peopleImgs > img:nth-of-type(3){	
	top: 180px;
	left:360px;
}

div.clickText > div.peopleImgs > img:nth-of-type(4){	
	top: 313px;
    left: 361px;
}

div.clickText > div.peopleImgs > img:nth-of-type(5){
	top: 184px;
	left: 440px;	
}

div.clickText > div.peopleImgs > img:nth-of-type(6){	
	top: 323px;
    left: 441px;
}

div.clickText > div.peopleImgs > img:nth-of-type(7){	
	top: 55px;
    left: 150px;
	opacity: 0;
}

div.clickText > div.peopleImgs > img:nth-of-type(8){	
	top: 55px;
    left: 174px;
	opacity: 0;
}

/*********** end roll animation *************/


