
.emarkable-accordion{
	color: #4b5156;
}

.em-director-tab{
	text-align:center;
	margin: 25px 0;
	cursor: pointer;
	transition: all 0.2s ease;
}


.em-director-contents{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.em-director-image{
    width: 198px;
    height: 198px;
    display: block;
    border-radius: 50%;
    background-color: gray;
    margin: 0 auto 20px;
    background-size: cover;
	filter: grayscale(1);
}

.em-director-name{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #074575;
    font-weight: bold;
}

.em-director-tab:hover .em-director-name,
.em-director-tab.active .em-director-name{
	color:#910160;
}

.em-director-tab:hover .em-director-image,
.em-director-tab.active .em-director-image{
	filter: grayscale(0);
}

.em-director-title{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #4b5156;
	padding: 3px 0;
}

.em-director-tabs{
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 12px;
}

.em-director-group {
    border-left: 3px solid #006bad;
    padding: 5px 12px;
	margin: 20px 0;
	line-height: 1.3;
}

.em-director-group .em-director-name{
	font-size: 20px;
}

.em-director-group .em-director-title{
	font-size: 16px;font-weight:500;
}

.em-tabs-content{
	display:none;
}

.em-tabs-content.active{
	display:block;
}

a.em-director-icon {
    text-decoration: none;
    background-color: #00aded;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-right: 5px;
}

a.em-director-icon:hover {
	opacity:0.8;
	color: #fff;
}

a.em-director-icon.em-fb{
	background-color:#3a5998;
}

a.em-director-icon.em-lin{
	background-color:#007bb5;
}

@media screen and (min-width:992px) and (max-width:1200px){
	.em-director-image {
		width: 150px;
		height: 150px;
	}
	
	.em-director-name {
		font-size: 14px;
	}
	
	.em-director-title {
		font-size: 12px;
		line-height: 1.2;
	}
}