@charset "utf-8";

.rec_body{
	background-color: #84c7e0;
	font-size: 16px;
	text-align: left;
	margin: 0;
	color:#333;
	overflow-y:scroll;
}

.mini_menu{
	position: fixed;
	left:0;
	top:100px;
	
}
.mini_menu div{
	padding: 0.5em;
	padding-bottom: 0.5em;
	font-size: 0.7em;
	background: #fff;
	font-weight:bold; 
	border-bottom: 1px solid #84c7e0;
}
.mini_menu div:hover{
	background: #84c7e0;
	color:#000;
}
.mini_menu .latest{
	background: #ffd1d1;
}
h3,p {
	padding: 0em;
	padding-bottom: 0.2em;
}

h2{ 
	font-size:2em;
	padding: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
}
p{
	font-size:1em;
}
a{
	text-decoration: none;
	color:#22719c;
}
.spacer{ 
	height: 0.5em;
	line-height: 0.5em;
}
hr{
	border: 1px solid #fff;
}
.clear{
	clear: both;
	
}
ol li{
	font-size:1em;
}

.rec_highlight_box{
	padding: 2em;
	background-color: #ffc7a2;
	border-radius: 5px;
	opacity: 0.8;
	color: #000;
}
.sky_bg{	
	background: url(/info/img/rec/sky_bg.png) no-repeat  fixed;	
	background-size: 100%;
}
@media only screen and (max-width: 785px){
	.sky_bg{	
		background: none;
		
	}
	
}

.rec_container{
	margin: 0 auto;
	background-color: #fff;
	max-width: 1170px;
	width: 100%;
	min-height: 100vh;
	/*margin-top: -20px;*/
}
.rec_container ul {
    list-style-type: disc;
	margin-left: 2em;
}
.rec_container ul li{
    text-align: left;
}
.rec_row{
	width: 92%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	gap: 10px 10px; 
}
@media only screen and (max-width: 785px){
	.rec_row{		
		width: 96%;
	 }
	
}

@media only screen and (max-width: 480px) {
	.rec_row{		
		width: 100%;	
	}
	
}

.rec_col{
  flex: 1;
  min-width:190px; /*220px;*/
  width: 100%; 
  
  
}
.rec_col_2{
	flex: 2;
	min-width:360px;
	width: 100%;	
}
.rec_col_3{
	flex: 3;
	min-width:360px;
	width: 100%;	
}
.rec_col_4{
	flex: 4;
	min-width:360px;
	width: 100%;	
}
.rec_col_20pc{
	flex: 1;
	min-width:180px;
	width: 20%; 
}

.posts p{
	font-size:1.5em;
	line-height: 1em;
	

}
.rec_card{
	width: 100%;
	min-width: 200px;
	max-width: 210px;
	display: inline-block;
	padding: 5px;
	flex: 1;
	text-align: center;
	font-weight: bold;
	color:#206682;
}
.rec_card_5{
	width: 100%;
	min-width: 140px;
	max-width: 20%;
	display: inline-block;
	padding: 5px;
	flex: 1;
	text-align: center;
	font-weight: bold;
	color:#206682;
}
.rec_card .figure{
	font-size:2em;
}
@media only screen and (max-width: 785px){
	.rec_col{		
		
		width: 100%;
		
		flex:auto;
	
	  }
	.hidden_on_small{
		display: none;
	} 
}

@media only screen and (max-width: 480px) {
	.rec_container{		
		padding: 0em;		
	}
	.rec_col{
		
		min-width:100%;
		width: 100%;
		
	  }
}
.item{
	background-color:#22719c;
	color: #fff;
	width: 100%;
	
}
.item p{
	padding: 10px;
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;	
}
.item a{
	color: #fff;
}
.list-item{
	
	max-width: 24%;
	
	
}

.rec_table{
	width: 90%;
	margin: 0 auto;
}
.rec_table th, td{	
	padding: 0.5em;
	text-align: center;
}

.rec_table th{
	background-color:#22719c;
	color: #fff;	
}
.rec_table td{
	background-color:#fff;
	color: #000;	
}
.rec_sky_box{
	margin-top: -5px;
	width: 100%;
	min-height: 400px;
	background: url(/info/img/rec/sky_bg.png) no-repeat;			
}
.icon_btn{
	background-color: #7cc3e2;
	color: #000;
	padding: 1em;	
}
.icon_btn:hover{
	background-color: #22719c;
	color: #fff;
}

.rec_alert_box{
	width: 100%;
	padding: 1em;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #E1270E; /* #f35541;*/
	color: #fff;
}
.rec_alert_box p{
	color: #fff;
	text-align: center;
}

.rec_alert_box a{
	color: #fff;
	text-decoration: underline;
}


/*
.rec_role_box .btn span{
	text-align: center;	
}
.rec_role_box a{
	text-decoration: none;
}   
.rec_col_1{
	width: 94%;
	display: block;
	margin: 0 auto;
	text-align: left;	
}
.rec_col_2{
	width: 45%;
	display: inline-block;
	margin: 0 auto;
	flex: 1;
}
.rec_col_3{
	width: 30%;
	display: inline-block;
	margin: 0 auto;
	flex: 1;
}
.rec_col_1_of_2{
	width: 48%;
	display: inline-block;
	margin: 0 auto;
	flex: 1;
}

.rec_col_1_of_3{
	width: 30%;
	display: inline-block;
	margin: 0 auto;
	flex: 1;
	padding: 1em;
	vertical-align: top;
}
.rec_col_2_of_3{
	vertical-align: top;
	width: 60%;
	display: inline-block;
	margin: 0 auto;
	flex: 2;
	padding: 1em;
}
.rec_col_1_of_4{
	width: 22%;
	display: inline-block;
	margin: 0 auto;
	flex: 1;
	padding: 1%;
	vertical-align: top;
	background-color: #ddd;
}

@media only screen and (max-width: 640px){
	.rec_col_1_of_3{width: 94%;}
	.rec_col_2_of_3{width: 94%;}
	.rec_col_1_of_2	{width: 48%;}
	.hidden_on_small{
		display: none;
	}
 
}
@media only screen and (max-width: 480px) {
	.rec_col_1{width: 100%;}
	.rec_col_2{width: 49%;}
	.rec_col_3{width: 90%; margin-bottom: 1em;}	
	.rec_col_1_of_2	{width: 100%;}
}


.rec_col_1 h2{
 
}

.rec_role_name{
	background-color:#22719c;
	width: 94%;
	padding: 1em;
	padding-left: 3%;
	padding-right: 3%;
	color:#fff; 
	margin-top: -6px;
	

	
}
.rec_role_name div{
	min-height:60px;
}
.rec_role img{
	width: 100%;
}*/




/* sky_bg */

.rec_si_flow{
	padding: 1em;
}

.rec_si_flow .btn{
	width: 100%;
	max-width: 380px;
	padding: 10px;	
	margin-top: 1px;
}

.rec_si_flow .lvl_01{
	background-color: #b2d8e7;
	border: 3px solid #0ea0d6;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
.rec_si_flow .lvl_01:hover{
	background-color: #0ea0d6;
	color: #fff;
}
.rec_si_flow .lvl_02{
	background-color: #fff;
	border: 3px solid #0ea0d6;
	color: #000;
	font-weight: bold;
}
.rec_si_flow .lvl_02:hover{
	background-color: #b2d8e7;
	color: #000;
}
.rec_si_flow .green{
	background-color: #308d07;
	border: 3px solid #308d07;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.rec_si_flow .green:hover{
	background-color: #71e83d;
	border: 3px solid #71e83d;
	color: #000;
}


/** Selection Process Flow **/
.rec_si_sp_flow .step{ 
	width: 100%;
	max-width: 320px;
	padding: 8px;	
	margin-top: 0px;
 
} 

.rec_si_sp_flow .lvl_01{
	background-color: #22719c;	
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
.rec_si_sp_flow .tl{
	margin-left:5em;
	max-width: 95px;
	border-left: 3px solid #22719c;	
	color:#999;
	text-align: left; 
	font-size:0.8em;
	
}
  /* -----------------> can start accordion style copy from here ------------------------*/
  
  .accordion-bral {
	min-height: 0;
	min-width: 220px;
	width: 100%;
	height: 100%;
	/*background-color: #FFF;*/
	margin: 0px!important;
  }
  .accordion-bral .ac-label {
	font-family: Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	display: block;
	height: auto;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
	font-size: 19px;
	background: #3a8ab5;
	border-bottom: 1px solid #459ece;
  }
  .accordion-bral .ac-label:hover {
	background: #22719c;
  }
  .accordion-bral input + .ac-label  {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .accordion-bral input:checked + .ac-label,
  .accordion-bral input:checked + .ac-label:active {
	background-color: #22719c !important;
	color: #FFF;
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .accordion-bral input.ac-input {
	display: none;
  }
  .accordion-bral .article {
	background: rgb(240, 240, 240);
	overflow: hidden;
	height: 0px;
	max-height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .accordion-bral .article p {
	
	line-height: 23px;
	font-size: 1em;
	padding: 15px;*/
	padding-top: 5px;
	padding-bottom: 5px;
  }
  .accordion-bral .article h2 {

	margin-block-start: 0em;
    margin-block-end: 0em;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
  }

  .accordion-bral input:checked ~ .article i {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  }
  .accordion-bral input:checked ~ .article.ac-content {
	height: auto;
  }
  
  .accordion-bral i {
	position: absolute;
	transform: translate(-30px, 0);
	margin-top: 16px;
	right: 0;
  }
  .accordion-bral input:checked ~ .ac-label i:before {
	transform: translate(2px, 0) rotate(-45deg);
  }
  .accordion-bral input:checked ~ .ac-label i:after {
	transform: translate(-2px, 0) rotate(45deg);
  }
  .accordion-bral i:before, .accordion-bral i:after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 3px;
	height: 9px;
  }
  .accordion-bral i:before {
	transform: translate(-2px, 0) rotate(-45deg);
  }
  .accordion-bral i:after {
	transform: translate(2px, 0) rotate(45deg);
  }

  
  
  @media (max-width: 550px) {
	.accordion-bral .ac-label {
	font-family: Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	display: block;
	height: auto;
	padding-right: 40px;
	cursor: pointer;
	
	line-height: 33px;
	font-size: 19px;
	
  }
	.accordion-bral i {
	position: absolute;
	transform: translate(-30px, 0);
	margin-top: 2%;
	right: 0;
  }
  }
  /* ---------- accordion style end --------------------------------------- */



  .item p{
	  padding: 0.5em;
  }

  .diagram{
	width: 100%;
	max-width: 920px;
  }


  .rec_content_area{
	background-color:#fff; 
	padding:1em;
	
  }
  .events_desc{
	padding: 1.5em;
	color: #fff;
	background-color:#22719c;
	border-radius: 15px;
  }

