/* CSS stylesheet for the leadership pages */
.principal-wrapper{
    border-bottom: 1px solid;
    margin-bottom: 50px;
}
.principal-wrapper h2, .other-officers-wrapper h2{
    font-weight:600;
    margin-bottom: 50px;
}

.other-officers-wrapper{
    margin-bottom: 50px;
}

.principal-officers{
    width: 100%;
    margin-bottom: 90px;
    overflow: hidden;
    background-color: #ffff;
}

.principal-officers-img{
    height: 400px;
}
.principal-officers-info > .title{
    font-weight: 600;
    font-size: 22px;
    margin-bottom:20px;
    margin-top:20px;
}
.principal-officers-info > .name , .other-officers-info > .name{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.other-officers-wrapper .col-md-6{
   margin-bottom: 1.5rem;
}


.other-officers-img{
    height:85px;
}

.grey-block{
    background-color: #f7f7f7;
}
.region-sidebar-grey{
    position: sticky;
    top: 30px;
    margin-top: 50px;
}

.region-sidebar-grey .menu{
    margin-left: 0em;
}
.region-sidebar-grey .menu-item{
    margin-bottom: 1em;
}

.region-content-grey{
    margin-top:50px;
    margin-bottom: 50px;
}

.toggle-tabs{
    display: flex;
    flex-direction: column;
}

.toggler{
    border: 0;
    background-color: transparent;
    text-align: left;
    margin-bottom: 1rem;
    padding:0;
}

.toggler.active{
    color: #b99d64;

}