@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------  START OF MOBILE LAYOUTS  ------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------- Start of Mobile portrait query ---------------------------------------------------*/
@media (max-width: 420px){
#banner_container {
		display:none;
		visibility:hidden;
	}
	
.banner_image_container {
		width: 100%;
		height:auto;
		overflow:none;
		z-index:9;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		
	}	
	
	#banner_blue_tint_overlay {
		position: absolute;
		top:0px;
		height:200px;
		width: 1024px;
		overflow:none;
		background-color: rgba(40,57,143,0.8);
		z-index:10;
	}
	
	
	.banner_text_container {
		position:absolute;
		top:0px;
		bottom:0px;
		width: 90%;
		overflow:none;
		z-index:11;
		color:#FFFFFF;
		opacity:1;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	#banner_text_for_image_1 {
		margin-left:200px;
	}
	
	#banner_content_divider {
		display:none;
		visibility:hidden;
	}
	
	#index_main_content {
		margin-top:0px;
		bottom:5px;
		height:auto;
		width: 100%;
		overflow:hidden;
		z-index:10;
		background-color: #FFFFFF;
	}
	
	#index_main_content_body {
		display:inline-block;
		float:left;
		width:98%;
		max-height: 100%;
		margin-left:1%;
		margin-right:0%;
		height:auto;
		overflow-x: hidden;
		overflow-y: auto;	
	}
	
	.main_content_box {
		margin-left:1%;
		width:98%;
		margin-top:5px;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:10px;
		border-radius:5px;
		background-color: #F5F4F4;
		-webkit-box-shadow: 0px 1px 5px #A9A9A9;
		box-shadow: 0px 0.5px 5px #A9A9A9;
		-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;	
		overflow:hidden;
	}
	
	.main_content_box h3{
		color:#28398f;
		margin-left:5px;
		margin-top:5px;	
	}
	
	#index_main_content_latest_info {
		display: inline-block;
		float: left;
		width: 98%;
		margin-left: 1%;
		margin-right: 0%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		opacity: 1.0;
	}
	
	.latest_info_article {
	width: 94%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #121A42;
	box-shadow: 0px 0px 10px #121A42;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	color: #FFFFFF;		
	}
	
	.latest_info_article_img {
		width:96%;
		height:auto;
		overflow:hidden;
		margin-left:2%;
		margin-top:5px;	
		border-radius:5px;
		z-index:20;
	}
	
	.latest_info_article h3{
		color:#FFFFFF;
		margin-top:-5px;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:0px;
		padding-top:7px;
		padding-bottom:7px;
		text-align:center;
		font-size:18px;
		width:96%;
		-webkit-box-shadow: 0px 0px 10px #121A42;
		box-shadow: 0px 0px 10px #121A42;
		background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	border-radius:5px;
	z-index:21;	
	}
	
	.latest_info_article p{
		color:#FFFFFF;
		width:92%;
		margin-top:5px;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:10px;
		text-align:left;
		font-size:14px;
		z-index:20;	
	}
	
	.latest_info_article a{
		color:#FA9A11;
		font-weight:bold;
	}
	
	.latest_info_article a:hover{
		color:#FFFFFF;
		font-weight:bold;
	}
}
/*--------------------------------------------------------------------  END  -------------------------------------------------------------------*/

/*----------------------------------------------------------- Start of Mobile landscape query -------------------------------------------------*/
@media (min-width:421px) and (max-width:580px){
#banner_container {
		display:none;
		visibility:hidden;
	}
	
.banner_image_container {
		width: 100%;
		height:auto;
		overflow:none;
		z-index:9;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		
	}	
	
	#banner_blue_tint_overlay {
		position: absolute;
		top:0px;
		height:200px;
		width: 1024px;
		overflow:none;
		background-color: rgba(40,57,143,0.8);
		z-index:10;
	}
	
	
	.banner_text_container {
		position:absolute;
		top:0px;
		bottom:0px;
		width: 90%;
		overflow:none;
		z-index:11;
		color:#FFFFFF;
		opacity:1;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	#banner_text_for_image_1 {
		margin-left:200px;
	}
	
	#banner_content_divider {
		display:none;
		visibility:hidden;
	}
	
	#index_main_content {
		margin-top:0px;
		bottom:5px;
		height:auto;
		width: 100%;
		overflow:hidden;
		z-index:10;
		background-color: #FFFFFF;
	}
	
	#index_main_content_body {
		display:inline-block;
		float:left;
		width:98%;
		max-height: 100%;
		margin-left:1%;
		margin-right:0%;
		height:auto;
		overflow-x: hidden;
		overflow-y: auto;	
	}
	
	.main_content_box {
		margin-left:1%;
		width:98%;
		margin-top:5px;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:10px;
		border-radius:5px;
		background-color: #F5F4F4;
		-webkit-box-shadow: 0px 1px 5px #A9A9A9;
		box-shadow: 0px 0.5px 5px #A9A9A9;
		-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;	
		overflow:hidden;
	}
	
	.main_content_box h3{
		color:#28398f;
		margin-left:5px;
		margin-top:5px;	
	}
	
	#index_main_content_latest_info {
		display: inline-block;
		float: left;
		width: 98%;
		margin-left: 1%;
		margin-right: 0%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		opacity: 1.0;
	}
	
	.latest_info_article {
	width: 94%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #121A42;
	box-shadow: 0px 0px 10px #121A42;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	color: #FFFFFF;		
	}
	
	.latest_info_article_img {
		width:96%;
		height:auto;
		overflow:hidden;
		margin-left:2%;
		margin-top:5px;	
		border-radius:5px;
		z-index:20;
	}
	
	.latest_info_article h3{
		color:#FFFFFF;
		margin-top:-5px;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:0px;
		padding-top:7px;
		padding-bottom:7px;
		text-align:center;
		font-size:18px;
		width:96%;
		-webkit-box-shadow: 0px 0px 10px #121A42;
		box-shadow: 0px 0px 10px #121A42;
		background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	border-radius:5px;
	z-index:21;	
	}
	
	.latest_info_article p{
		color:#FFFFFF;
		width:92%;
		margin-top:5px;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:10px;
		text-align:left;
		font-size:14px;
		z-index:20;	
	}
	
	.latest_info_article a{
		color:#FA9A11;
		font-weight:bold;
	}
	
	.latest_info_article a:hover{
		color:#FFFFFF;
		font-weight:bold;
	}
}
/*--------------------------------------------------------------------  END  -------------------------------------------------------------------*/

/*------------------------------------------------------------- startof iphone6 layout ---------------------------------------------------------*/
@media (min-width:581px) and (max-width:740px){
#banner_container {
		position:relative;
		width:100%;
		height:auto;
		overflow:hidden;
		max-height:200px;
	}
	
.banner_image_container {
		width: 100%;
		height:auto;
		overflow:none;
		z-index:9;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		
	}	
	
	#banner_blue_tint_overlay {
		position: absolute;
		top:0px;
		height:200px;
		width: 1024px;
		overflow:none;
		background-color: rgba(40,57,143,0.8);
		z-index:10;
	}
	
	
	.banner_text_container {
		position:absolute;
		top:0px;
		bottom:0px;
		width: 90%;
		overflow:none;
		z-index:11;
		color:#FFFFFF;
		opacity:1;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	#banner_text_for_image_1 {
		margin-left:200px;
	}
	
	#banner_content_divider {
	margin-top: -10px;
	height: 20px;
	z-index: 12;
	width: 100%;
	overflow: hidden;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	}
	
	#index_main_content {
		margin-top:0px;
		bottom:5px;
		height:auto;
		width: 100%;
		overflow:hidden;
		z-index:10;
		background-color: #FFFFFF;
	}
	
	#index_main_content_body {
		display:inline-block;
		float:left;
		width:70%;
		max-height: 100%;
		margin-left:0%;
		margin-right:0%;
		height:auto;
		overflow-x: hidden;
		overflow-y: auto;	
	}
	
	.main_content_box {
		margin-left:1%;
		width:98%;
		margin-top:5px;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:10px;
		border-radius:5px;
		background-color: #F5F4F4;
		-webkit-box-shadow: 0px 1px 5px #A9A9A9;
		box-shadow: 0px 0.5px 5px #A9A9A9;
		-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;	
		overflow:hidden;
	}
	
	.main_content_box h3{
		color:#28398f;
		margin-left:5px;
		margin-top:5px;	
	}
	
	#index_main_content_latest_info {
	display: inline-block;
	float: left;
	width: 30%;
	margin-left: 0%;
	margin-right: 0%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1.0;
	}
	
	.latest_info_article {
	width: 94%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #121A42;
	box-shadow: 0px 0px 10px #121A42;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	color: #FFFFFF;		
	}
	
	.latest_info_article_img {
		width:96%;
		height:auto;
		overflow:hidden;
		margin-left:2%;
		margin-top:5px;	
		border-radius:5px;
		z-index:20;
	}
	
	.latest_info_article h3{
		color:#FFFFFF;
		margin-top:-5px;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:0px;
		padding-top:7px;
		padding-bottom:7px;
		text-align:center;
		font-size:18px;
		width:96%;
		-webkit-box-shadow: 0px 0px 10px #121A42;
		box-shadow: 0px 0px 10px #121A42;
		background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	border-radius:5px;
	z-index:21;	
	}
	
	.latest_info_article p{
		color:#FFFFFF;
		width:92%;
		margin-top:5px;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:10px;
		text-align:left;
		font-size:14px;
		z-index:20;	
	}
	
	.latest_info_article a{
		color:#FA9A11;
		font-weight:bold;
	}
	
	.latest_info_article a:hover{
		color:#FFFFFF;
		font-weight:bold;
	}
}
/*--------------------------------------------------------------------  END  -------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------  END OF MOBILE LAYOUTS  -------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------*/






/*-------------------------------------------------------------  START OF TABLET LAYOUTS  ------------------------------------------------------*/
/*----------------------------------------------------------- Start of tablet portrait query ---------------------------------------------------*/
@media (min-width: 741px) and (max-width: 800px){
#banner_container {
		position:relative;
		width:100%;
		height:auto;
		overflow:hidden;
		max-height:200px;
	}
	
.banner_image_container {
		width: 100%;
		height:auto;
		overflow:none;
		z-index:9;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		
	}	
	
	#banner_blue_tint_overlay {
		position: absolute;
		top:0px;
		height:200px;
		width: 1024px;
		overflow:none;
		background-color: rgba(40,57,143,0.8);
		z-index:10;
	}
	
	
	.banner_text_container {
		position:absolute;
		top:0px;
		bottom:0px;
		width: 90%;
		overflow:none;
		z-index:11;
		color:#FFFFFF;
		opacity:1;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	#banner_text_for_image_1 {
		margin-left:200px;
	}
	
	#banner_content_divider {
	margin-top: -10px;
	height: 20px;
	z-index: 12;
	width: 100%;
	overflow: hidden;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	}
	
	#index_main_content {
		margin-top:0px;
		bottom:5px;
		height:auto;
		width: 100%;
		overflow:hidden;
		z-index:10;
		background-color: #FFFFFF;
	}
	
	#index_main_content_body {
		display:inline-block;
		float:left;
		width:70%;
		max-height: 100%;
		margin-left:0%;
		margin-right:0%;
		height:auto;
		overflow-x: hidden;
		overflow-y: auto;	
	}
	
	.main_content_box {
		margin-left:1%;
		width:98%;
		margin-top:5px;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:10px;
		border-radius:5px;
		background-color: #F5F4F4;
		-webkit-box-shadow: 0px 1px 5px #A9A9A9;
		box-shadow: 0px 0.5px 5px #A9A9A9;
		-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;	
		overflow:hidden;
	}
	
	.main_content_box h3{
		color:#28398f;
		margin-left:5px;
		margin-top:5px;	
	}
	
	#index_main_content_latest_info {
	display: inline-block;
	float: left;
	width: 30%;
	margin-left: 0%;
	margin-right: 0%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1.0;
	}
	
	.latest_info_article {
	width: 94%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #121A42;
	box-shadow: 0px 0px 10px #121A42;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	color: #FFFFFF;		
	}
	
	.latest_info_article_img {
		width:96%;
		height:auto;
		overflow:hidden;
		margin-left:2%;
		margin-top:5px;	
		border-radius:5px;
		z-index:20;
	}
	
	.latest_info_article h3{
		color:#FFFFFF;
		margin-top:-5px;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:0px;
		padding-top:7px;
		padding-bottom:7px;
		text-align:center;
		font-size:18px;
		width:96%;
		-webkit-box-shadow: 0px 0px 10px #121A42;
		box-shadow: 0px 0px 10px #121A42;
		background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	border-radius:5px;
	z-index:21;	
	}
	
	.latest_info_article p{
		color:#FFFFFF;
		width:92%;
		margin-top:5px;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:10px;
		text-align:left;
		font-size:14px;
		z-index:20;	
	}
	
	.latest_info_article a{
		color:#FA9A11;
		font-weight:bold;
	}
	
	.latest_info_article a:hover{
		color:#FFFFFF;
		font-weight:bold;
	}


}
/*--------------------------------------------------------------------  END  -------------------------------------------------------------------*/


/*----------------------------------------------------------- Start of tablet landscape query --------------------------------------------------*/
@media (min-width: 801px) and (max-width: 1024px){
	#banner_container {
		position:relative;
		width:100%;
		height:auto;
		overflow:hidden;
		max-height:200px;
	}
	
.banner_image_container {
		width: 100%;
		height:auto;
		overflow:none;
		z-index:9;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		
	}	
	
	#banner_blue_tint_overlay {
		position: absolute;
		top:0px;
		height:200px;
		width: 1024px;
		overflow:none;
		background-color: rgba(40,57,143,0.8);
		z-index:10;
	}
	
	
	.banner_text_container {
		position:absolute;
		top:0px;
		bottom:0px;
		width: 90%;
		overflow:none;
		z-index:11;
		color:#FFFFFF;
		opacity:1;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	#banner_text_for_image_1 {
		margin-left:200px;
	}
	
	#banner_content_divider {
	margin-top: -10px;
	height: 20px;
	z-index: 12;
	width: 100%;
	overflow: hidden;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	}
	
	#index_main_content {
		margin-top:0px;
		bottom:5px;
		height:auto;
		width: 100%;
		overflow:hidden;
		z-index:10;
		background-color: #FFFFFF;
	}
	
	#index_main_content_body {
		display:inline-block;
		float:left;
		width:70%;
		max-height: 100%;
		margin-left:0%;
		margin-right:0%;
		height:auto;
		overflow-x: hidden;
		overflow-y: auto;	
	}
	
	.main_content_box {
		margin-left:1%;
		width:98%;
		margin-top:5px;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:10px;
		border-radius:5px;
		background-color: #F5F4F4;
		-webkit-box-shadow: 0px 1px 5px #A9A9A9;
		box-shadow: 0px 0.5px 5px #A9A9A9;
		-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;	
		overflow:hidden;
	}
	
	.main_content_box h3{
		color:#28398f;
		margin-left:5px;
		margin-top:5px;	
	}
	
	#index_main_content_latest_info {
	display: inline-block;
	float: left;
	width: 30%;
	margin-left: 0%;
	margin-right: 0%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1.0;
	}
	
	.latest_info_article {
	width: 94%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #121A42;
	box-shadow: 0px 0px 10px #121A42;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	color: #FFFFFF;		
	}
	
	.latest_info_article_img {
		width:96%;
		height:auto;
		overflow:hidden;
		margin-left:2%;
		margin-top:5px;	
		border-radius:5px;
		z-index:20;
	}
	
	.latest_info_article h3{
		color:#FFFFFF;
		margin-top:-5px;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:0px;
		padding-top:7px;
		padding-bottom:7px;
		text-align:center;
		font-size:18px;
		width:96%;
		-webkit-box-shadow: 0px 0px 10px #121A42;
		box-shadow: 0px 0px 10px #121A42;
		background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	border-radius:5px;
	z-index:21;	
	}
	
	.latest_info_article p{
		color:#FFFFFF;
		width:92%;
		margin-top:5px;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:10px;
		text-align:left;
		font-size:14px;
		z-index:20;	
	}
	
	.latest_info_article a{
		color:#FA9A11;
		font-weight:bold;
	}
	
	.latest_info_article a:hover{
		color:#FFFFFF;
		font-weight:bold;
	}

}
/*--------------------------------------------------------------------  END  -------------------------------------------------------------------*/
/*--------------------------------------------------------------  END OF TABLET LAYOUTS  -------------------------------------------------------*/



/*----------------------------------------------------------- Start of desktop query sml -------------------------------------------------------*/
@media (min-width:1025px) and (max-width:1299px){
	#banner_container {
		position:relative;
		width:1024px;
		height:200px;
		overflow:hidden;
	}
	
	
.banner_image_container {
		width: 1024px;
		height:200px;
		overflow:none;
		z-index:9;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		
	}	
	
	#banner_blue_tint_overlay {
		position: absolute;
		top:0px;
		height:200px;
		width: 1024px;
		overflow:none;
		background-color: rgba(40,57,143,0.8);
		z-index:10;
	}
	
	
	.banner_text_container {
		height:auto;
		max-height:200px;
		width: 924px;
		margin-left:50px;
		margin-top:-200px;
		overflow:none;
		z-index:11;
		color:#FFFFFF;
		opacity:1;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	#banner_text_for_image_1 {
		margin-left:200px;
	}
	
	#banner_content_divider {
	margin-top: -10px;
	height: 20px;
	z-index: 12;
	width: 1024px;
	overflow: hidden;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	}
	
	#index_main_content {
		margin-top:0px;
		bottom:5px;
		height:auto;
		width: 1024px;
		overflow:hidden;
		z-index:10;
	}
	
	#index_main_content_body {
		display:inline-block;
		float:left;
		width:70%;
		max-height: 100%;
		margin-left:0%;
		margin-right:0%;
		height:auto;
		overflow-x: hidden;
		overflow-y: auto;	
	}
	
	.main_content_box {
		margin-left:1%;
		width:98%;
		margin-top:5px;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:10px;
		border-radius:5px;
		background-color: #F5F4F4;
		-webkit-box-shadow: 0px 1px 5px #A9A9A9;
		box-shadow: 0px 0.5px 5px #A9A9A9;
		-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;	
		overflow:hidden;
	}
	
	.main_content_box h3{
		color:#28398f;
		margin-left:5px;
		margin-top:5px;	
	}
	
	#index_main_content_latest_info {
	display: inline-block;
	float: left;
	width: 30%;
	margin-left: 0%;
	margin-right: 0%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1.0;
	}
	
	.latest_info_article {
	width: 94%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #121A42;
	box-shadow: 0px 0px 10px #121A42;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	color: #FFFFFF;		
	}
	
	.latest_info_article_img {
		width:96%;
		height:auto;
		overflow:hidden;
		margin-left:2%;
		margin-top:5px;	
		border-radius:5px;
		z-index:20;
	}
	
	.latest_info_article h3{
		color:#FFFFFF;
		margin-top:-5px;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:0px;
		padding-top:7px;
		padding-bottom:7px;
		text-align:center;
		font-size:18px;
		width:96%;
		-webkit-box-shadow: 0px 0px 10px #121A42;
		box-shadow: 0px 0px 10px #121A42;
		background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	border-radius:5px;
	z-index:21;	
	}
	
	.latest_info_article p{
		color:#FFFFFF;
		width:92%;
		margin-top:5px;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:10px;
		text-align:left;
		font-size:14px;
		z-index:20;	
	}
	
	.latest_info_article a{
		color:#FA9A11;
		font-weight:bold;
	}
	
	.latest_info_article a:hover{
		color:#FFFFFF;
		font-weight:bold;
	}

}
/*--------------------------------------------------------------------  END  -------------------------------------------------------------------*/



/*----------------------------------------------------------- Start of desktop query med -------------------------------------------------------*/
@media (min-width:1300px) and (max-width:1499px){
	#banner_container {
		position:relative;
		width:1024px;
		height:200px;
		overflow:hidden;
	}
	
	
.banner_image_container {
		width: 1024px;
		height:200px;
		overflow:none;
		z-index:9;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		
	}	
	
	#banner_blue_tint_overlay {
		position: absolute;
		top:0px;
		height:200px;
		width: 1024px;
		overflow:none;
		background-color: rgba(40,57,143,0.8);
		z-index:10;
	}
	
	
	.banner_text_container {
		height:auto;
		max-height:200px;
		width: 924px;
		margin-left:50px;
		margin-top:-200px;
		overflow:none;
		z-index:11;
		color:#FFFFFF;
		opacity:1;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	#banner_text_for_image_1 {
		margin-left:200px;
	}
	
	#banner_content_divider {
	margin-top: -10px;
	height: 20px;
	z-index: 12;
	width: 1024px;
	overflow: hidden;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	}
	
	#index_main_content {
		margin-top:0px;
		bottom:5px;
		height:auto;
		width: 1024px;
		overflow:hidden;
		z-index:10;
	}
	
	#index_main_content_body {
		display:inline-block;
		float:left;
		width:70%;
		max-height: 100%;
		margin-left:0%;
		margin-right:0%;
		height:auto;
		overflow-x: hidden;
		overflow-y: auto;	
	}
	
	.main_content_box {
		margin-left:1%;
		width:98%;
		margin-top:5px;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:10px;
		border-radius:5px;
		background-color: #F5F4F4;
		-webkit-box-shadow: 0px 1px 5px #A9A9A9;
		box-shadow: 0px 0.5px 5px #A9A9A9;
		-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;	
		overflow:hidden;
	}
	
	.main_content_box h3{
		color:#28398f;
		margin-left:5px;
		margin-top:5px;	
	}
	
	#index_main_content_latest_info {
	display: inline-block;
	float: left;
	width: 30%;
	margin-left: 0%;
	margin-right: 0%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1.0;
	}
	
	.latest_info_article {
	width: 94%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #121A42;
	box-shadow: 0px 0px 10px #121A42;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	color: #FFFFFF;		
	}
	
	.latest_info_article_img {
		width:96%;
		height:auto;
		overflow:hidden;
		margin-left:2%;
		margin-top:5px;	
		border-radius:5px;
		z-index:20;
	}
	
	.latest_info_article h3{
		color:#FFFFFF;
		margin-top:-5px;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:0px;
		padding-top:7px;
		padding-bottom:7px;
		text-align:center;
		font-size:18px;
		width:96%;
		-webkit-box-shadow: 0px 0px 10px #121A42;
		box-shadow: 0px 0px 10px #121A42;
		background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	border-radius:5px;
	z-index:21;	
	}
	
	.latest_info_article p{
		color:#FFFFFF;
		width:92%;
		margin-top:5px;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:10px;
		text-align:left;
		font-size:14px;
		z-index:20;	
	}
	
	.latest_info_article a{
		color:#FA9A11;
		font-weight:bold;
	}
	
	.latest_info_article a:hover{
		color:#FFFFFF;
		font-weight:bold;
	}

}
/*--------------------------------------------------------------------  END  -------------------------------------------------------------------*/




/*----------------------------------------------------------- Start of desktop query lrg -------------------------------------------------------*/
@media (min-width:1500px){
	#banner_container {
		position:relative;
		width:1024px;
		height:200px;
		overflow:hidden;
	}
	
	.banner_image_container {
		width: 1024px;
		height:200px;
		overflow:none;
		z-index:9;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		
	}	
	
	#banner_blue_tint_overlay {
		position: absolute;
		top:0px;
		height:200px;
		width: 1024px;
		overflow:none;
		background-color: rgba(40,57,143,0.8);
		z-index:10;
	}
	
	
	.banner_text_container {
		position:absolute;
		height:auto;
		max-height:200px;
		width: 924px;
		margin-left:50px;
		margin-top:-200px;
		overflow:none;
		z-index:11;
		color:#FFFFFF;
		opacity:1;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	#banner_text_for_image_1 {
		margin-left:200px;
	}
	
	#banner_content_divider {
	margin-top: -10px;
	height: 20px;
	z-index: 12;
	width: 1024px;
	overflow: hidden;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,0.00) 0%,rgba(40,57,143,1.00) 62.69%,rgba(40,57,143,1.00) 100%);
	}
	
	#index_main_content {
		margin-top:0px;
		bottom:5px;
		height:auto;
		width: 1024px;
		overflow:hidden;
		z-index:10;
	}
	
	#index_main_content_body {
		display:inline-block;
		float:left;
		width:70%;
		max-height: 100%;
		margin-left:0%;
		margin-right:0%;
		height:auto;
		overflow-x: hidden;
		overflow-y: auto;	
	}
	
	.main_content_box {
		margin-left:1%;
		width:98%;
		margin-top:5px;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:10px;
		border-radius:5px;
		background-color: #F5F4F4;
		-webkit-box-shadow: 0px 1px 5px #A9A9A9;
		box-shadow: 0px 0.5px 5px #A9A9A9;
		-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;	
		overflow:hidden;
	}
	
	.main_content_box h3{
		color:#28398f;
		margin-left:5px;
		margin-top:5px;	
	}
	
	#index_main_content_latest_info {
	display: inline-block;
	float: left;
	width: 30%;
	margin-left: 0%;
	margin-right: 0%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1.0;
	}
	
	.latest_info_article {
	width: 94%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #121A42;
	box-shadow: 0px 0px 10px #121A42;
	background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	color: #FFFFFF;		
	}
	
	.latest_info_article_img {
		width:96%;
		height:auto;
		overflow:hidden;
		margin-left:2%;
		margin-top:5px;	
		border-radius:5px;
		z-index:20;
	}
	
	.latest_info_article h3{
		color:#FFFFFF;
		margin-top:-5px;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:0px;
		padding-top:7px;
		padding-bottom:7px;
		text-align:center;
		font-size:18px;
		width:96%;
		-webkit-box-shadow: 0px 0px 10px #121A42;
		box-shadow: 0px 0px 10px #121A42;
		background-image: -webkit-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(40,57,143,1.00) 0%,rgba(40,57,143,1.00) 10.88%,rgba(40,57,143,1.00) 49.22%,rgba(40,57,143,1.00) 90.67%,rgba(17,24,61,1.00) 100%);
	border-radius:5px;
	z-index:21;	
	}
	
	.latest_info_article p{
		color:#FFFFFF;
		width:92%;
		margin-top:5px;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:10px;
		text-align:left;
		font-size:14px;
		z-index:20;	
	}
	
	.latest_info_article a{
		color:#FA9A11;
		font-weight:bold;
	}
	
	.latest_info_article a:hover{
		color:#FFFFFF;
		font-weight:bold;
	}

}
/*--------------------------------------------------------------------  END  -------------------------------------------------------------------*/