#header .logo img{
    max-height: 85px;
}

.custom-card{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-shadow: 5px 5px lavender;
}
.custom-card-body{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.custom-card-title{
    margin:0;
    /* margin-bottom: 0.75rem; */
    padding: 5px;
    font-weight: 500;
    background-color: lavender;
    background-color: #3c4c6a;
    color: #fefefe;
    min-height: 82px;
    text-align: center;
    line-height: 30px;
}
.custom-list-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin:0;
}
.custom-list-group-flush .custom-list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.custom-list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.custom-list-group-item {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin:0;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.custom-list-group-item a{
    color:#407ba3;
}
.circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 6px;
    background: #fff;
    /* border: 3px solid #000;
    color: #000; */
    text-align: center;
    font: 20px Arial, sans-serif;
    color: #3c4c6a;
}

.card_height{
height:250px;
max-height: 260px;
overflow: auto;
}
.custom-list-group-item > a {
display: block;
}
.nested_link > a {
font-size: 15px;
color: brown;
}
.team .member .pic{
    max-height: 165px;
}
.latest_news{
    border-radius: 12px;
    background-color: #304362;
    text-align: center;
    color: white;
}