@charset "utf-8";
/* CSS Document */
.aboutpage{

}
.aboutpage .ui-tabs-vertical { width: 100%;
	}

.aboutpage .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em;
   float: left; width: 100%; 
   border:1px solid black;
   
	border:1px solid #ccc;
	height:auto;
box-shadow:2px 2px 10px grey;
	
	}
	
	.aboutpage .ui-tabs-vertical .ui-tabs-nav ul{ 
  list-style-type:none;
  
  
   }
  .aboutpage .ui-tabs-vertical .ui-tabs-nav li a { display:block;
   text-decoration:none;
  display: block;
    background-color: #eaf2f4;

    padding: 20px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
font-size:19px;
  color:black; }
  
  
  .aboutpage .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a , .aboutpage .ui-tabs-vertical .ui-tabs-nav li:hover a { 
color:#a20000;
background-color:white;
/*box-shadow:5px 5px 10px grey;*/
border:1px solid #ccc;
transform:scale(1.01,1.01);

}
 .aboutpage .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 100%;}
 
 
 .aboutpage {
background-color:#f1f1f1;
 }
.aboutpage .mission-vision{
	
	width:100%;

}

 .aboutpage .vision,.aboutpage .mission{
	 width:45%;
	border:1px solid #aaa;
	margin:10px;
	height:180px;
		border:1px solid black;
	border-radius:10px 50px 10px 50px;
	background-color:#014880;
	box-shadow:5px 5px 10px grey;

color:white;	 
 }
  .aboutpage .vision h3,.aboutpage .mission h3{

	  color:yellow;
	  
  }
  
  .aboutpage #tabs-3 #row .mem{
display:inline-block;
margin:20px;
	  
  }
   .aboutpage #tabs-3 .row1,   .aboutpage #tabs-3 .row2,   .aboutpage #tabs-3 .row3,   .aboutpage #tabs-3 .row4 {

	clear:left;
		text-align:center; 
			margin:auto;  

   }
   .aboutpage .bearers{
	border:1px solid #ccc;
	background-color:#eaf2f4;   
   }
   .aboutpage #tabs-3 #row .mem img{
	border:1px solid black;
	margin-bottom:10px;   
   }
   .aboutpage #tabs-3 #row .mem p span{
	font-weight:bold;   
   }
   
   
  .aboutpage  table, .aboutpage th, .aboutpage td {
    border: 1px solid black;
    border-collapse: collapse;
}
.aboutpage td {
    padding: 5px;
    text-align: left;    
}
.aboutpage th{
	
text-align:center;	
}
.aboutpage #tabs-2 h1,.aboutpage #tabs-3 h1{
	width:100%;

	padding:10px;
	text-align:center;
	color:#014880;
margin-bottom:-20px;
font-weight:bold;
}
.aboutpage #tabs-2 hr,.aboutpage #tabs-3 hr{
	border-color:#014880;
	border-width:2px;
}
.aboutpage #tabs-3 h3{
	text-align:center;
color:#014880;	
}
.aboutpage #tabs-3 table th{
background-color:#014880;
color:white;	
}

.aboutpage #tabs-3 table td:hover{
background-color:#eaf2f4;	
transform:scale(1.2,1.2);
transition:0.5s;
	
}
.aboutpage #tabs-4 pre,.aboutpage #tabs-5 pre{
column-count:2;	
font-family:sans-serif;
background-color:#eaf2f4;
border-radius:0px;
padding:30px;
}
.aboutpage #tabs-4 pre strong,.aboutpage #tabs-5 pre strong{
font-size:14px;	
text-transform:uppercase;	
}
.aboutpage #tabs-4 pre hr,.aboutpage #tabs-5 pre hr{

border-color:#eaf2f4;	
}

.aboutpage #tabs-4 h1,.aboutpage #tabs-5 h1,.aboutpage #tabs-6 h1{
color:#014880;
text-align:center;
font-weight:bold;	
}
.aboutpage #tabs-6 table th{
padding:10px;
background-color:#014880;
color:white;

}
.aboutpage #tabs-2 h3,.aboutpage #tabs-2 h4{
color:#014880;

}