.prof-banner {
    height: 60vh;
    position: relative;
    border-bottom:1px solid #cccccc;
}

.prof-banner.prof-img {
    background-color:#f9f9f9;
    background-image:url('../img/prof-default-bg.png');
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.banner-cover{
    background-color:rgba(0,0,0,0.50);
    height:100%;
    width:100%;
    position: relative;
    display: flex
}

.prof-banner-content{
    margin:auto auto;
}

.prof-banner-content h2{
    color:#fff;
}

.prof-banner-content
.profile-picture {
    width:200px;
    height:200px;
    background:#f5f5f5;
    border-radius:50%;
    border:5px solid #fff;
}

.stat-container{
    position:absolute;
    z-index: 2;
    bottom:0;
    left:0;
    background:#f8f8f8;
    width:100%;
    height:60px;
}

.stat-content{
    height:100%;
    background:#f8f8f8;
}

.stat-position{
    height:100%;
}

.stat-btn{
    position:relative;
    padding-top:10px;
}

.stat-btn a.button{
    border:1px solid #ccc;
    background:none;
    font-size:14px;
    padding-left:30px;
    padding-right:30px;
    color:#707070;
    font-family: 'Open Sans', sans-serif;
    font-weight:500;
    text-transform: uppercase;
}

.stat-right a.m-resume{
    background:#fff;
    border:1px solid #e2e1e1;
    position: relative;
    color:#029ddf;
    float:right;
    font-size:14px;
    margin-top:8px;
    margin-bottom:0;
    line-height: 20px;
    padding: 10px 15px;
}

.stat-right a.m-resume span:before{
    content:url('../img/icons/careerGateway_07.png');
    float: left;
    line-height: 0;
}

.stat-right a.m-resume span{
    margin-right:8px;
}

.stat-right a.m-resume::before{
    position: absolute;
    right:-1px;
    top:-1px;
    content:'';
    height:11px;
    width:11px;
    background-image:url('../img/flip-small_03.png');
}

.stat-right a.m-resume:hover::before{
    background-image:none;
}

.stat-center{

}

.stat-count-container {
    margin-top:15px;
}

.stat-count{
    text-align:center;
}

.stat-count h3{
    margin-bottom:0;
    line-height: 16px;
    text-align:center;
    font-weight:600;
}

.stat-count span{
    font-size:12px;
    font-weight:500;
}

.p-info-head {
    border-bottom:1px solid #ccc;
}

.main-info-left{
    padding-top:30px;
    padding-bottom:50px;
    padding-right:20px;
    border-right:1px solid #ccc;
}

.p-info{
    margin-bottom:30px;
}

.p-info-head{
    padding-bottom:10px;
    margin-bottom:10px;
}

.p-info-head span{
    font-size:18px;
    font-weight:600;
}

.personal-info{
    position:relative;
    font-size:14px;
    padding:5px 10px;
}

.personal-info.bgcolored{
    background:rgba(0,0,0,0.02);
}

.personal-info .details-left{
    float:left;
    font-weight: 600;
}

.personal-info .details-right{
    float:right;
}

.main-info-right{
    padding:30px 0;
}

.main-info-right a{
    display: block;
    margin-bottom:5px;
    text-align:left;
    background:#029ddf;
}

.profile-info{
    padding:30px 20px;
}

.message-note{
    position: fixed;
    background:#fff;
    border-radius:50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding:20px;
    bottom:20px;
    right:20px;
    z-index: 999;
    color: #029ddf;
    cursor: pointer;
}

.message-note:hover{
    box-shadow: 0 0px 0px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.message-note:active{
    bottom:18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}