 /* body{
	background:url(../../../course/images/retina/kcBG.png) no-repeat 0 0 !important;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
} */
section.mainContent{
    clear: both;
    height: 85%;
	overflow: hidden; 
    position: relative;
}
#KCContent {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
}
.mcssWrap {
    font-size: 13px;
    left: 0;
    margin: 0 auto;
    max-width: 678px;
    padding: 0;
    position: relative;
    top: 0;
}
.mcmsContainer {
    margin: 55px 0 0;
    position: relative;
    height: 399px;
}

#PageContent{
	background: transparent !important;
}

#KCContent{
	width: 100%;
	height:100%;
	margin: 0;
	/* margin:0 auto;
	background:url(../../../course/images/retina/kcBG.jpg) no-repeat 0 0;
 background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../../fatca_02/images/retina/kcBG.jpg', sizingMethod='scale');
 -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../fatca_02/images/retina/kcBG.jpg', sizingMethod='scale')";
 background-size:1024px 562px; */
}

/* MCSS / MCMS */
.cloneOption, .hiddenOption{
	display: none;
}

.list_alpha{
	float:left;
	height:auto !important;
	margin-right:5px;
}

.mcssWrap{
    font-size: 13px;
    left: 0;
    /* margin: 0 auto; */
    max-width: 100%;
    padding: 0;
    position: relative;
    top: 0;
	float: left;
}
.mcssWrap .scenarioTxt{
    /*margin-top: 26px;*/
	color: #E88729;
    font-size: 22px;
    text-align: center;
}
.mcmsContainer{
    /* margin: 55px 0 0; */
	position:relative;
	height: 399px;
	margin: 0px 10px !important;
}
#mcmsHolder .mcmsContainer{
	margin:0;
}
.mcssQuestion{
    width: 100%;
    min-height:64px;
    color: #FFF;
    position: relative;

}
.mcssQuestion .imgSec{
    width: 72px;
    height:68px;
    float: left;
    color: #FFF;
    text-align: center;
	position: absolute;
	top: 0;
	left:-4px;
	padding-top:7px;
}
.mcssQuestion .questStatus{
	font:12px/normal Arial;
}
.mcssQuestion .questSec{
	min-height:100px;
	padding: 0 0 0 0;
	/* background-image:url(../../../course/images/retina/kc_question.png); */
	background-color: #005eb8;
	background-repeat: no-repeat;

}
.mcssQuestion .questSec .question{	
    height: 100px;
	display: table-cell;
	font: 16px/21px Arial;
	color: #FFF;
	padding: 12px 15px 0 31px;
	vertical-align: middle;
	font-weight: bold;
}
.zoom-in .mcssQuestion .questSec .question {
	font: 24px/normal Arial;	
}
.zoom-in .optionText .txt {
    font-size: 22px;
}
.zoom-in .mcssInstruction{
	font-size: 20px;
}
.optionContainer{
    width: 100%;
	padding: 30px 10px 15px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	min-height: 220px;
}
.optionContainer .row{
	position: relative;
}
.optionIcons{
	float: left;
    left: 0;
    top: 0;
    width: 52px;
}
.tickIco {
    display: block;
    height: 18px;
    margin: 8px 0 0 0;
    position: absolute;
    width: 18px;
   background: url(../images/shell/kc_assets.png) no-repeat -106px -26px;
}
.tickIco.mcssTick {
	background-position: -106px -26px;
}
.tickIco.mcssCross {
    background-position: -153px -26px;
}
.optionIcons .checkBox, .optionIcons .radio {
    cursor:pointer;
    float:right;
    margin-top:8px;
    width: 21px;
    height: 21px;
   background: url(../images/shell/kc_assets.png) no-repeat -22px -51px;
}
.optionIcons .checkBox.MCMSbulletPointsSelected{
	background-position: -57px -51px;
}

.optionIcons .checkBox.MCMSBulletPointsDisabled{
	cursor:default;	
}
.optionIcons .radio{
	background-position: -20px -23px;	
}
.optionIcons .radio.MCSSbulletPointsSelected{
	background-position: -55px  -23px;	
	cursor:default;
}
.optionIcons .radio.MCSSbulletPointsDisable{
	cursor:default;
}

.optionText{
    font: 15px/21px Arial;
    height: auto !important;
    margin: 1px 0;
    max-width: 100%;
    padding: 7px 20px 4px 60px;
    width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.optionText .txt{
	/*display: table-cell;
    vertical-align: middle;*/
	font-size: 16px;
}
.optionText .txt span{
	/*display:table-cell;
	height:auto;
	vertical-align:middle;*/
	color: #333;
}
.mcssInstruction {
    color: #f68d2e;
	font: italic 16px/32px Arial;
	height: 30px;
	margin: 0 0 1px;
	padding: 0 0 0 29px;
	position: relative;
	width: 100%;
	font-style: italic;
	background: #00338d;
	border-top: 4px solid #002e7f;
	line-height: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.floatlft{
    float: left;	
	
}
.floatRht{
    float: right;
	margin-left: 97px;
    margin-top:21px;
}

.mcmsContainer .submitBtn{
	background: #00a3a1;
	color: #FFF;
	width: 85px;
	cursor: pointer;
	float: left;
    margin-top: 0;
	left: 0;
	height: 35px;
	text-align: center;
	line-height: 29px;
	font-weight: bold;
	font-size: 16px;
	border-top: 4px solid #009291;
}
.zoom-in .mcmsContainer .submitBtn{
	width: 95px;
}
.mcmsContainer .submitBtn:hover{
	background: none repeat scroll 0 0 #00a3a1;
}
.mcmsContainer .disabled{
	background: none repeat scroll 0 0 #646464;
    color: #B3B3B3;
	cursor:default;
	border-top: 4px solid #4E4E4E;
}
.mcmsContainer .disabled:hover{
	background: none repeat scroll 0 0 #646464;
    color: #B3B3B3;
	cursor:default;
}
#div_17  .optionContainer{
	padding: 5px 10px 5px 100px;
}
#div_17  .optionText{
	padding: 5px 20px 5px 60px;
}
.magazine .even .gradient{z-index:0;}
.feedBackPopup {
    clear: both;
    display: none;
}
.feedBackContent {
    width: 355px;
    min-height: 150px;
    margin: 0 auto;
    position: relative;
    z-index: 101;
    background: #00a3a1;
    height: auto;
    border: 1px solid #00a3a1;
}
.feedBackContent .titleTxt {
    color: #FFF;
    position: relative;
    cursor: move;
    background: transparent;
}
.feebackText {
    height: auto;
    margin: 10px 20px;
    /* font-size: 14px; */
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    color: #fff;
	line-height: 20px;
}
.feedBackContent .titleTxt span {
    display: block;
    height: 36px;
    line-height: 36px;
    margin: 0 20px 0;
    font-weight: bold;
    color: #fff;
    /* font-size: 14px; */
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.feedBackContent .popupClose {
    cursor: pointer;
    height: auto;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    width: auto;
    background: url(../images/shell/close_popup.png) no-repeat;
    height: 14px;
    width: 14px;
    background-size: cover;
}
/* for Note 8 landscape*/
@media only screen and (min-device-width : 800px) and (max-device-width : 1280px) and (device-aspect-ratio : 8/5) and (-webkit-min-device-pixel-ratio : 1.33) and (orientation : landscape){
/* .mcssWrap{width:90%;
	margin-top:20px;}
#mcmsHolder .mcmsContainer{ margin:20px 0 0;}
.mcmsContainer{ margin: 10px 0 0;}
.mcssWrap .scenarioTxt{margin: 1px 0px 0px 0px;} */
/*.feedBackContent {right: -282px;top: -263px;}*/
}

/* for Note 8 Portrait*/
@media only screen and (min-device-width : 800px) and (max-device-width : 1280px) and (device-aspect-ratio : 5/8) and (-webkit-min-device-pixel-ratio : 1.33) and (orientation : portrait){
/* .mcssWrap{max-width:85%;
	margin-top:180px;}


.mcmsContainer{ margin: 15px 0 0;}
.mcssWrap .scenarioTxt{ margin-top: 26px;}
#div_11{top: 0px !important;}
#div_12{top: 7px !important;} */
/* .feedBackContent { right: -7px; top: 1px;} */

}




@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
}