.banner{
	background-image: url(../images/about-background-and-mission-banner.jpg);
	width: 100%;
	height: 300px;
	background-position: center;
}
@media (max-width:768px){
	.banner{
		background-image: url(../images/about-background-and-mission-banner-mobile.jpg);
		height: 0;
		padding-bottom: 50%;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
}

.banner.directors{
	background-image: url(../images/about-board-of-directors-banner.jpg);
}
.banner.credentials{
	background-image: url(../images/about-our-credentials-banner.jpg);	
}

@media (max-width:640px){
	div.banner.cert_banner{
		height: 0;
		padding-bottom: 50%;
		width: 100%;
		background-image: url(../images/banner-v01-cert-mobile.jpg) ;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}	
	.banner.directors{
		background-image: url(../images/about-board-of-directors-banner-mobile.jpg);
		}
	.banner.credentials{
		background-image: url(../images/about-our-credentials-banner-mobile.jpg);	
	}

}


.upper_path_map {
	margin-top: -50px;
	height: 50px;
	margin-bottom: 30px;
	position: relative;
}
.upper_path_map .inner{
	width: 100vw;
	background-color: #FFF;
	height: 100%;
	padding: 17px 23px;
	color: #666;
	border-radius: 4px 0 0 0;
	font-weight: bold;
	font-size: 17px;
	
}
.upper_path_map .inner a{
	color: #666;
    margin: 0 7px;
    font-size: 16px;
}
.upper_path_map .inner a:hover, .upper_path_map .inner a.active{
	text-decoration: none;
	color: #425F87;
}
.about_container{
	padding-left: 90px;
	padding-right: 90px;
}
.top_logo{
	text-align: center;
	padding-top: 40px;
}
.img_box_row{
	margin: 50px 0;
}
.img_box{
	padding: 0;
}
.img_box img{
	width: 100%;
	height: auto;
}
.row.purpose{
	padding-bottom: 50px;
}
.purpose ul {
	padding-left: 20px;
}
.purpose ul li{
	list-style: disc;
	padding: 8px 0;
}
.about_content.directors{
	padding: 30px;
}
.about_content.credentials{
	padding: 30px;
    margin-bottom: 30px;
}

.about_content.credentials h1{
	margin-top: 0;
}

.directors_row{
	margin: 0px 0 30px;	
}
.directors_row img{
	width: 100%;
	height: auto;
}
.directors_row > div{
/*	padding-left: 0;
	padding-right: 30px;*/
	margin: 15px 0;
}
.directors_box .d_name{
	color: #003162;
    font-size: 19px;
}
.directors_box .d_des{
	font-size: 15px;
	color: #666;
}
.directors_box .text_row{
	padding: 10px 15px;
	background-color: #EEEEEE;
}

@media (max-width:998px){
	.about_container{
		padding-left:20px;
		padding-right:20px;
	}
}
