@charset "utf-8";
/* CSS Document */
.page_title {
    position: relative;
    padding-left: 90px;
}
.page_title::before {
    content: "";
    position: absolute;
    left: 27px;
    top: 9px;
    background: url(../../images/activity_icon.png) no-repeat left top;
    background-size: 54px 37px;
    width: 54px;
    height: 37px;
}
#contentHolder{position:relative;
}
section.mainContent{
	height: 490px;
}
.contentinnermain{
	padding:30px 35px; 	
}
.txtimgWrap {
    margin: 0 auto;
    width: 960px;
    text-align: center;
}
.custom-width1{
	font-family: 'arial';
	width:100%;
	height:auto;
	margin: 0 auto;
	background-color:transparent;
	height:auto;
}
.custom-width1 ul{
	list-style: none;
	margin-left: 10px;
	margin-top: 10px;
}
.custom-width1 ul li{
    padding-bottom: 8px;
    background: url(../../images/bullet_blue.jpg) no-repeat left 6px;
    line-height: 17px;
    padding:0 0px 25px 15px;
}
.imageHolder {
	display: none !important;
}
.img_char {
	display: none;
}
.box_1 {
    width: 210px;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-right:25px;
	position:relative;
}
.box_1 .box_inner {
	position: relative;
	height: 225px;
	background: #470a68;
}
.box_2 {
    width: 210px;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-right:25px;
	position:relative;

}
.box_2 .box_inner {
	position: relative;
	height: 225px;
	background: #0091da;
}
.box_3 {
    width: 210px;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-right:25px;
	position:relative;

}
.box_3 .box_inner {
	position: relative;
	height: 225px;
	background: #00a3a1;
}
.box_4 {
    width: 210px;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-right:0px;
	position:relative;
}
.box_4 .box_inner {
	position: relative;
	height: 225px;
	background: #00338d;
}
.box_1.disabled .box_inner, .box_2.disabled .box_inner, .box_3.disabled .box_inner, .box_4.disabled .box_inner {
	background: #d9dde1;	
}
.box_1.disabled .inner_icon, .box_2.disabled .inner_icon, .box_3.disabled .inner_icon, .box_4.disabled .inner_icon {
	opacity: 0.6;	
}
.box_5{
	margin-right:0px;
}
.box_1 p,.box_2 p,.box_3 p,.box_4 p,.box_5 p{
	display: table-cell;
    width: 210px;
    vertical-align: top;
    text-align: center;    
	font-size: 1em;
	line-height: 1.2em;
	padding: 15px 7px 7px 7px;
	color: #ffffff;
	font-weight: bold;
	
}
.box_1.disabled p,.box_2.disabled p,.box_3.disabled p,.box_4.disabled p,.box_5.disabled p{
	color: #000000;
	opacity: 0.3;
}
.inner_icon {
	position: absolute;
	width: 210px;
	bottom: 0;
	left: 0;
	right: 0;

}
.box_bottom {
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	color: #00318C;
	padding-top: 10px;
}
.disabled .box_bottom {
	color: #BFBFBF;
}
/*.box_2::before,.box_3::before,.box_4::before,.box_5::before{
	content: '';
	background: url(../../images/module1/m05_p12.png) no-repeat;
    width: 34px;
    height: 33px;
    position: absolute;
    left: -28px;
    top: 42%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .box_2::before,.box_3::before,.box_4::before,.box_5::before{
		 left: -28px;
	}
}*/
.box_wrapper{
	width: 960px;
	height: 400px;
	clear: both;
	padding-top: 6%;
}
