/*
	Main 2.4

	Author: Fady Raad

	Copyright 2014, Dataflow International
	Website: http://www.dataflow.com.lb

	Released on 04/17/2015
*/
@charset "utf-8";
/* CSS Document */

/****************** General ******************/
@font-face {
    font-family: 'open_sansregular';
    src: url('../../font/sassosancjftworeg-webfont.ttf') format('truetype'),
         url('../../font/sassosancjftworeg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*@font-face {
    font-family: 'open_sansbold';
    src: url('../../font/OpenSans-Bold-webfont.eot');
    src: url('../../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/OpenSans-Bold-webfont.woff') format('woff'),
         url('../../font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../../font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	overflow: hidden;
	min-height: 660px;
	min-width: 1024px;
	font-size: 18px;
	font-family:"open_sansregular";
}
html * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
audio{
	display: none;
	height: 0px;
}

/****************** index.html ******************/
.bodyContent{
	height: 100%;
	width: 100%;
}
.mainLoadingScreen {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99999;
}
.mainLoadingScreen div{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
}
.contentContainer{
	width: 100%;
	bottom: 0px;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1024px;
	min-height: 660px;
}
.contentContainer .swiper-container, .contentContainer .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 55;
}
.pauseContainer{
	position: absolute;
	top: 107px;
	bottom: 0;
	width: 100%;
	padding: 5px 45px 7px 45px;
	z-index: 999999;
	background-color: transparent;
	display: none;
}
.headerContainer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 10000;
  	min-width: 1024px;
}
.leftHeaderContainer{
	float: left;
	overflow: hidden;
}
.rightHeaderContainer{
	float: right;
	overflow: hidden;
	height: 65px;
	width: 175px;
	cursor: pointer;
	/*-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s;
	max-height: 65px;*/
}
.rightHeaderContainer:hover{
	width: 200px;
}
.rightHeaderText{
	float: left;
	width: 100px;
	padding: 6px;
	text-align: center;
	color: #FFFFFF;
}
.infoKey, .infoValue{
	text-align: center;
}
.infoKey{
	font-weight: bold;
	font-family: "open_sansregular";
	font-size: 20px;
}
.rightHeaderContainer[data-collapsed=true] .rightHeaderText{
	padding-top: 70px;
	width: auto;
}
.rightHeaderContainer[data-collapsed=true] .infoKey, .rightHeaderContainer[data-collapsed=true] .infoValue{
	text-align: left;
	padding-left: 10px;
}
.rightHeaderImage{
	right: 0px;
	position: absolute;
	width: 42px;
	height: 42px;
	margin: 10px;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 30px;
	/*border: 2px solid #FFFFFF;*/
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.rightHeaderContainer:hover .rightHeaderImage{
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);	
}
.class3Color{
	background-color: #F19623;
}
.class4Color{	
	background-color: #404D9B;
}
.class5Color{
	background-color: #EF4D99;
}
.class6Color{
	background-color: #2C7D48;
}

/****************** Pages ******************/
.pageContainer{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	direction: ltr;
}
.pageHeaderContainer {
	height: 115px;
	width: 100%;
	padding-left: 190px;
	padding-right: 130px;
}
.pageHeaderText1{
	display: -ms-flexbox;
  	-ms-flex-align:center;
  	display: -webkit-box;
  	-webkit-box-align:center;  	
	font-size: 28px;
	color: #004D99;
	position: relative;
	width: initial;
	/* float: left; */
	border-bottom: 4px solid #58CCB4;
	height: 65px;
	padding-left: 15px;
	display: flex;
  	align-items: center;
  	display: -webkit-flex;
  	-webkit-align-items: center;

}
.pageHeaderText2{
	font-size: 20px;
	color: #FFFFFF;
	background: #58CCB4;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	float: left;
	clear: both;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.pageContentContainer {
	position: absolute;
	bottom: 70px;
	top: 115px;
	width: 100%;
	padding: 5px 5px 5px 5px;
}
.componentContainer{
	position: relative;
	width: 100%;
	height: 100%;
}

/*.cjfallon {
	background-color: #1B948C !important;
}

.cjfallon2 {
	background-color: rgba(65,191,183,1) !important;
}

.cjfallon20 {
	background-color: rgba(65,191,183,0.2) !important;
}

.cjfallonBorder20 {
	border: 20px solid rgba(65,191,183,0.2) !important;
}

.cjfallonList{
	list-style: none;
	padding:0;
	margin:0;
}

.cjfallonList li{ 
	padding-left: 1em; 
	text-indent: -.7em;
}

.cjfallonList li:before{
	content: ' ';
	font-size: 0px;
	border: 2px solid #F86709;
	border-radius: 100px;
	padding: 4px;
	vertical-align: super;
	margin-left: 8px;
}
*/
.border-cjfallon{
	border-color: rgba(65,191,183,1) !important;
}
.componentContentWrapper{
	position: absolute;
	bottom: 72px;
	top: 0;
	width: 100%;
	padding: 5px 160px 0px 160px !important;
}

.componentInstructionalTextWrapper{
	padding-bottom: 5px;
	/*font-family: "SimplifiedArabic";*/
	font-size: 20px;
	overflow: hidden;
	line-height: 28px;
	direction: ltr;
}

.contentWrapper{
	height:100%;
	width: 100%;
	position: relative;
}
.mainQuestionTextWrapperWithImage{
	text-align: center;
}

sup{
	vertical-align: super !important;
}
sub{
	vertical-align: sub !important;
}
sup,sub{
	font-size: 70%;
}

.fractionHolder{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 50px;
}
.fractionNumerator{
	position: absolute;
	font-size: 65%;
	line-height: 27px;
}
.fractionDenominator{
	position: absolute;
	font-size: 65%;
	top: 22px;
	border-top: 2px solid rgb(0, 82, 156);
	line-height: 27px;
}
#page1_Video{
	display: -webkit-box;
	-webkit-box-pack:center;	
	-webkit-box-align:center;	
	display: -ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
}

#page1_Video video{
	-webkit-filter: brightness(108.5%); 
}