﻿
.committee_grid_item{
    margin-bottom: 20px;
}


.committee_mini_menu {
    margin-bottom: 15px;
}

    .committee_mini_menu .committee_box {
        background-color: #D2DCE1;
        margin-bottom: 15px;
    }

        .committee_mini_menu .committee_box h2 {
            background-color: #4C8CC2;
            color: #FFF;
            padding: 10px 15px;
        }

        .committee_mini_menu .committee_box ul {
            margin: 15px !important;
            max-height: 158px;
            padding-left: 0;
            overflow-y: auto;
        }

            .committee_mini_menu .committee_box ul li {
                line-height: 1.3em;
                margin-bottom: 5px;
            }

        .committee_mini_menu .committee_box p {
            margin: 15px !important;
        }

        .committee_mini_menu .committee_box ul {
            list-style: none;
        }

        .committee_mini_menu .committee_box li:before {
            display: none;
        }

.group_members {
    background: var(--blue-lightest);
    padding: 20px;
    margin-bottom: 30px;
}

    .group_members .listing_grid {
        gap: 3em 1em;
    }

.group_member {
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
}

    .group_member img {
        margin-bottom: 10px;
        width: 200px;
        height: 200px;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }

    .group_member h4,
    .group_member h5 {
        margin: 0;
    }

    .group_member p {
        margin: 5px 0;
    }

    .group_member .email {
        color: var(--lilac);
        font-size: .9em;
        font-weight: 500;
        line-height: 1.2em;
        padding: 4px 0;
    }

        .group_member .email i {
            --space: 2px;
            font-size: 1.1em;
        }

    .group_member a:hover {
        color: var(--pink);
    }

    .group_member .title {
        /*font-weight: 700;
        color: var(--purple);*/
    }
        .group_member .title a{
            font-weight: 400;
            color: var(--blue-dark);
        }
        .group_member .title a:hover {
            font-weight: 400;
            color: var(--pink);
        }

        .group_member .organisation {
            /*color: var(--lilac);*/
        }

    .group_member .position {
        /*background: var(--purple-light);
        padding: 7px 10px;
        color: #fff;
        margin-top: 10px;
        line-height: 1.3em;
        max-width: 200px;*/
    }

.committee_schedule {
    --basic-color: var(--lilac);
    margin-top: 10px;
}

    .committee_schedule .month_row {
    }

.committee_schedule {
    padding: 15px;
    border-color: var(--lilac);
    background: var(--off-white);
}

    .committee_schedule .event_title strong {
        font-size: 1.2em;
        margin: 9px 0 0;
        font-family: var(--heading-font);
    }

    .committee_schedule .event_details {
        display: flex;
        margin-bottom: 5px;
    }

    .committee_schedule .event_stats {
        position: absolute;
        right: 25px;
        top: 20px;
        z-index: 2;
    }

        .committee_schedule .event_stats a {
            font-weight: 500;
            margin-left: 5px;
        }

            .committee_schedule .event_stats a:hover {
                color: var(--blue);
            }

            .committee_schedule .event_stats a i {
                margin-right: 5px;
            }

    .committee_schedule .event_detail a {
        color: var(--purple);
    }

.profile_container {
    margin-top: -30px;
    background: var(--warm-grey);
}

.group_member_profile {
    display: flex;
    gap: 2em;
}


.image_block.committee {
    background: var(--blue-light);
    --height: 160px;
}

    .image_block.committee .bg_image {
        mix-blend-mode: soft-light;
        opacity: .7;
    }

        .image_block.committee .image_block_text {
            font-weight: 400;
        }

        .image_block.committee .image_block_text span {
            display: inline-block;
            font-size: 0.75em;
            line-height: 1.6em;
            margin-top: 10px;
        }

    .image_block.committee:hover .image_block_text {
        color: #fff;
    }

.listing_grid.governance .image_block {
    --height: 300px;
}

    .listing_grid.governance .image_block .image_block_text {
        font-size: 1.4em;
    }


@media screen and (max-width: 767px) {
    .committee_mini_menu {
        float: none;
        margin-left: 0;
        max-width: unset;
    }

    .group_member_profile {
        flex-flow: column;
    }
}
