/*.com_table {
    width: 100%;
}

.com_innerl {
    width: 36%;

    vertical-align: initial;
}

.com_innerr {
    width: 56%;
}

.com_des {
    color: white;
}


.com_des {
    margin: 0 30px 1px 1px;
}

.com_desb {
    margin: 40px 30px 1px 1px;
}


.com_rdata {
    margin: 0 1px 1px 27px;
}
.com_rtitle {
    color: white;
}

.com_centerline {
    border-left-style: dotted;
    border-left-color: white;
}
.com_inline {
    display: inline-block;
}
.com_whitehr {
    width: 45%;
    margin: 0;

    border-top: 1px solid white;
}
.com_innerl a {
    text-decoration: none;

    color: #505050;
}

.com_greenhr {
    border-top: 5px solid #70ba97 !important;
}
.com_logo_bg {
    background: #85c4a5;
}
*/
#committee .row_wrapper.listing .leftcol,
#committee .row_wrapper.listing .rightcol{
    display: inline-block;
    vertical-align: top;
   padding: 30px 20px 20px 0;
}
#committee .row_wrapper.listing .leftcol{
   /* width: 280px; 
    margin-left: 300px;*/
    width: 24%;
}
#committee .row_wrapper.listing .rightcol{
   /*width: 300px;*/
   width: 70%;
   font-size: 14px;
    border-left: 1px dashed white;
    padding-left: 20px;
}
#committee .row_wrapper.listing.single .leftcol{
    width: 24%; 
    margin-left: 0;
}
#committee .row_wrapper.listing.single .rightcol{
   width: 68%;
}
#committee .listing h3{
    margin: 0;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 1em;
    font-weight: bold;
}
#committee .row_wrapper.listing .rightcol .com_pos{
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#committee .row_wrapper.listing .rightcol .name_list_wrapper{
    display: inline-block;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#committee .row_wrapper.listing .rightcol .name_list_wrapper .name_list{
    display: none;
}
#committee .row_wrapper.listing .rightcol .name_list_wrapper .name_list.active{
    display: block;
}
#committee .listing ul{
    padding-left: 0;
}
#committee .listing ul li{
    list-style: none;

}
#committee .listing table tr td{
    padding-left: 1em;
}
#committee .com_des{
    margin-bottom: 1.2em;
    color: white;
}

#committee .com_pos li{
    margin-bottom: 1em;
}
#committee .com_pos li a{
    /*color: #505050;*/
    color: #DBFFE2;
    text-decoration: none;
    -webkit-transition: .5s color;
    -o-transition: .5s color;
    transition: .5s color;
}
#committee .com_pos li a.selected{
    cursor: default;
}
#committee .com_pos li a.selected,
#committee .com_pos li a:hover{
    color: #548A6F;
}
#committee .com_pos li a:after{
    content: " >";
}

#committee .listing .intro{
    padding: 0 14px;
}
#committee .listing .intro_aof,
#committee .listing .intro{
    margin: 0 0 1em 0;
}
#committee .listing .intro_aof ol{
    padding: 0 0 0 1em;
}

.filter.area.row{
    background-color: white;
}

.filter .row_wrapper{
    height: 52px;
}

.filter.area .rightcol {
    float: right;
    min-height: 0;
    text-align: center;
}

.filter.area ul {
    list-style: none;
}

.filter.area ul li {
    display: inline-block;
    margin: 0 1em;
    position: relative;
    cursor: pointer;
}

li.selected_filter{
    color: #85C4A5;
}

.row.filtered{
    display:none;
}
.filter_list{
    margin: 0;
}

.filter.area .triangle {
    position: relative;
    width: 0;
    height: 0;
    top: 17px;
    border-style: solid;
    border-width: 0 9px 13px 9px;
    border-color: transparent transparent #85C4A5 transparent;
}