@charset "utf-8";
/* CSS Document */

#contentHolder{
	position:relative;
}
section.mainContent{
	height:525px;
	padding-left: 0px;
}
.contentwrapper{
	padding-top:45px;
}
.txtimgContainer {
	margin: 5px 25px 20px 25px;
	color: #00318C;
	font-size: 18px;
}
.table_main {
	display: flex;
	padding-top: 10px;
	margin: 0 25px;
}
.left_text {
	width: 50%;
	border-left: 2px solid #00318C;
	border-bottom: 2px solid #00318C;
	height: 385px;
}
.left_text .table_head {
	background: #00318C;
	color: #ffffff;
	text-align: center;
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	height: 25px;
	
}
.left_text .table_head span, .right_text .table_head span {
	display: none;
}
.right_text {
	width: 50%;
	border-left: 4px solid #1E49E2;
	border-right: 2px solid #1E49E2;
	border-bottom: 2px solid #1E49E2;
	height: 385px;
}
.right_text .table_head {
	background: #1E49E2;
	color: #ffffff;
	text-align: center;
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	height: 25px;
}
.table_inner {
	padding: 10px 10px 10px 10px;
}
.right_text .table_inner {
	color: #1E49E2;
}
.table_inner ul {
    list-style: disc;
    margin-left: 17px;
}
.table_inner ul li {
    padding-bottom: 8px;
    background: none;
    line-height: 22px;
    padding: 0 0px 10px 5px;
	display: none;
}
.table_inner ul li ul {
    list-style: circle;
    margin: 10px 0 0 27px;
}
.table_inner ul li ul li {
    padding-bottom: 8px;
    background: none;
    line-height: 19px;
    padding: 0 0px 10px 5px;
}
.btm_para {
	font-style: italic;
	margin: 10px 25px 0;
	display: none;
}
.show_1 span, .show_7 span {
	display: none;
} 