/* Site specific CSS - This will load after the main CSS file */

/*# square image 

img { border-radius: 50%; }

#landscape image
.circular--landscape { display: inline-block; position: relative; width: 200px; height: 200px; overflow: hidden; border-radius: 50%; } .circular--landscape img { width: auto; height: 100%; margin-left: -50px; }

#portrait image 
.circular--portrait { position: relative; width: 200px; height: 200px; overflow: hidden; border-radius: 50%; } .circular--portrait img { width: 100%; height: auto; }
*/


.directory__person{
    min-height: 240px;
}

.directory__thumb {
    width: 200px;
    min-height: 240px;
    padding:  10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.directory__info {
    padding-top: 40px;
    width:50%;
}

#directory-profile
.directory__person{
	min-height:420px;
}

#directory-profile
.directory__thumb {
	height: 320px;
	width: 270px;
}


.directory__info__index-title-2, .directory__info__title-2 {
	padding-top: 14px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.directory__info__index-name {
	color: #18453b;
	font-size: 16px;
	font-weight: bold;

}
