/*===========================================
Board Members
===========================================*/
.members section{
    margin-bottom:3em;
}
    .members h4{
        margin:5px 0; 
        border-left:3px solid var(--visual-green); 
        font-size:1.125rem;
        line-height:1;
        padding-left:5px; 
        margin-left:-5px;
    }
    .members dl{
        border-bottom:1px dotted #ddd;
    }
        .members dt{
            margin:0; 
            float:left; 
            width:180px;
            background-color:rgba(var(--visual-bgcolor-rgb),.3); 
            color:#000; 
            margin-right:24px; 
            padding:3px 15px;
        }
        .members dd{
            color:#777;
            margin:0; 
            padding:3px 5px 8px; 
        }
