.staff-block {
    width: 23%;
    margin: 1%;
    float: left;
    padding: 5px;
    border-radius: 10px;
    text-align: left;
}

.staff-name {
    font-size: 18px;
    font-weight:bold;
    margin-bottom: 6px;
    width: 100%;
}

.staff-img {
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
}

.staff-title {
    width: 100%;
    margin-bottom: 6px;
}

.staff-jurisdiction {
    width: 100%;
    margin-bottom: 6px;
    font-style: italic;
}

.staff-block .staff-button {
    font-size: 19px;
    font-family: Poppins-Bold;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 10px;
    border: none;
    border-radius: 50px;
    background-color: rgba(19, 51, 140, 0.9);
    transition: 0.5s all;
}

.staff-block .staff-button:hover {
    opacity: 0.6;
}
  
.staff-img-block {
    max-width: 100%;
    width: 100%;
    float: left;
    border-radius: 10px;
    margin-bottom: 15px;
    max-height: 100%;
}

.bio-image {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.notification-heading {
    background: rgb(227, 71, 48);
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}
.clients-heading {
    background: rgb(19,51,140);
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;

}

.account-heading {
    background: rgb(7,158,72);
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;

}

.notifications ul {
    padding: 0;
    margin: 0;
}

.urgent {
    background-color: darkred;
    color: white;
    border-radius: 10px;
}

.notifications ul li, .clients ul li {
    padding: 7px;
    text-align: left;
    margin: 0;
    border-bottom: solid 1px grey;
}

.notifications, .clients {
    padding: 0 0 15px 0;
}

.notifications a:link, .clients a:link {
    color: #000;
    text-decoration: none;
}

.notifications ul li:hover, .clients ul li:hover {
    opacity: 0.6;
    cursor: pointer;
}

.client-name, .doc-name {
    font-weight: bold;
}

.fa-circle-exclamation {
    font-size: 24px; 
    font-weight: bold;
}

.clearMsgDiv {
    margin:5px;
    background-color:#fff;
    display:inline-block;
    width: 10%;
}

.msgDiv {
    display:inline-block;
    width: 85%;
}

.clearMsgDiv:hover {
    opacity: 0.6;
    cursor: pointer;
}

.fa-notebook {
    color:rgba(19, 51, 140, 0.9);
}

.clients a:link, .clients a:visited {
    color: #000;
}

.fa-file-pdf {

    color: rgb(7, 158, 72);

}

.note-btn {
    padding: 10px 25px;
    border: none;
    background: rgb(7, 158, 72);
    background: linear-gradient(83deg, rgb(7, 158, 72) 0%, rgb(1, 188, 113) 100%);
    color: #fff;
    font-weight: bold;
    width: auto;
}

.note-btn:hover {
    background: rgb(7, 158, 72);  
}

.credential-btn {
    padding: 10px 25px;
    border: none; 
    color: #fff;
    font-weight: bold;
    width: auto; 
    background: rgb(7, 158, 72);
    background: linear-gradient(83deg, rgb(7, 158, 72) 0%, rgb(1, 188, 113) 100%);
}

.credential-btn:hover {
    background: rgb(7, 158, 72);
}

.back-btn-area {
    margin: -40px 0 20px 0;
}

.back-btn {
    background: #e34730;
    background: linear-gradient(83deg, rgb(227, 71, 48) 100%, rgb(236, 131, 109) 100%);
    color: #fff;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    padding: 10px 50px;
}

.back-btn:hover {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 1100px) {
    .staff-block {
        height: 370px;
    }

}

@media screen and (max-width: 850px) {
    .staff-block {
        width: 48%;
        height: auto;
        text-align: center;
    }
    .staff-img-block {
        width: 100%;
    }
    .heading {
        text-align:center;
    }
    .bline-inner {
        margin-bottom:25px;
    }
    .committee-list {
        padding-top:25px;
    }
}

@media screen and (max-width: 500px) {
    .staff-block {
        width: 100%;
        margin: 1% 0;
    }
}