@charset "utf-8";
/* CSS Document */


.bod-main-wrp{ width:100%; margin:50px 0px 80px; position:relative; min-height:300px;}
.bod-inner-wrp{ width:100%; position:relative; margin-bottom:35px;}
.bod-inner-wrp a{ text-decoration:none; outline:none; outline-style:none; border:none; position:relative; display:block;}
.bod-inner-wrp a .bod-pic-wrp{ width:100%;}
.bod-inner-wrp a .bod-pic-wrp img{ width:100%;}

.white-right-btm-wrp{ width:71px; position:absolute; right:0px; bottom:-1px; z-index:10;}

.bod-inner-clr-wrp{ width:100%; min-height:235px; padding:15px; background-color:#ec3f34;  display:none; position:absolute; top:0px; left:0px;}
.bod-inner-wrp a:hover>.bod-inner-clr-wrp{ display:block; }
.bod-inner-clr-wrp h2{ font-family: 'Source Sans Pro', sans-serif; font-weight:300; color:#fff; font-size:22px; text-transform:uppercase; margin:0px; text-align:left;}
.bod-inner-clr-wrp p.sub-desig{ font-family: 'Source Sans Pro', sans-serif; font-weight:700; color:#fbd9d6; font-size:16px; margin:0px; text-align:left; background-image:url(../images/desig-sept_12.jpg); background-repeat:no-repeat; background-position:left bottom; padding-bottom:5px;}
.bod-inner-clr-wrp p.short-desc{ font-family: 'Source Sans Pro', sans-serif; font-weight:400; color:#fff; font-size:16px; line-height:22px; margin:10px 0px 0px 0px; text-align:left;}

.bod-inner-clr-wrp p.bod-read-mre{ color:#fff;font-family: 'Source Sans Pro', sans-serif; font-weight:400; color:#fff; font-size:16px; text-transform:uppercase; position:absolute; bottom:0px; padding-right:10px; background-image:url(../images/read-mre-icn_16.jpg); background-repeat:no-repeat; background-position:center right;}


.profile-container {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #ec3f34;
    height:auto;
    z-index: 9999;
    display: none;
	padding:30px 10px;
}

.profile-container .person-pic {
    width: 100%;
}

.profile-container .person-pic img{ width:100%;}

.profile-container .person-desc {
    width: 100%;
    display: block;
    position: relative;
	text-align:left;
}

.profile-container .person-desc h2{ font-family: 'Source Sans Pro', sans-serif; font-weight:300; color:#fff; font-size:26px; text-transform:uppercase; margin:0px; text-align:left;}

.profile-container .person-desc h2 span{font-family: 'Source Sans Pro', sans-serif; font-weight:700; color:#fbd9d6; font-size:16px; margin:0px; text-align:left; background-image:url(../images/desig-sept_12.jpg); background-repeat:no-repeat; background-position:left bottom; padding-bottom:5px; display:block;}

.profile-container .person-desc p.person-txt{ font-family: 'Source Sans Pro', sans-serif; font-weight:400; color:#fff; font-size:16px; line-height:22px; margin:10px 0px 0px 0px; text-align:left;}

.profile-container .closed-bt {
    cursor: pointer;
    width: 21px;
    background-image: url(../images/closed.png);
    background-repeat: no-repeat;
    height: 22px;
    position: absolute;
    right: -8px;
    top: -15px;
	background-position: 0px 1px;
}