﻿h2#committee_members small,
h2#documents small {
    font-size: 50%;
}

.committee_mini_menu {
    margin-bottom: 15px;
    max-width: 100%;
}

.committee_mini_menu .committee_box {
    background-color: #FFFFFF;
    border: 2px solid var(--theme-color);
    border-radius: var(--border-radius);
    margin-bottom: 15px;
}

.committee_mini_menu .committee_box h3 {
    color: #222222;
    padding: 10px 20px;
}

.committee_mini_menu .committee_box ul {
    margin: 15px 20px !important;
    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;
}

img.member_profile_photo {
    float: left;
    margin: 0px 15px;
    width: 20%;
    border: 1px solid;
}

@media screen and (max-width: 991px) {
    img.member_profile_photo {
        margin: 0px 0px 10px 0px !important;
    }
}

@media screen and (max-width: 767px) {
    img.member_profile_photo {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    img.member_profile_photo + strong {
        display: block;
        width: 100%;
        text-align: center;
    }

    .member_profile_buttons {
        text-align: center;
    }
}

.committee_member_box {
    border: 0.5px solid var(--primary-500);
    margin-bottom: 15px;
    min-height: 190px;
    padding: 10px;
}

.committee_member_box h3 {
    font-size: 1.31rem;
}

.committee_member_box h4 {
    font-size: 1.15rem;
}

.committee_member_box .location + .contact {
    margin-top: -1rem;
}

.committee_member_image img {
    height: 170px;
    width: 170px;
    object-fit: cover;
    object-position: top;
}

.committee_member_box .modal-body img {
    height: 400px;
    object-fit: cover;
}

.committee_member_box .modal-body h3 {
    margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
    .committee_mini_menu {
        float: none;
        margin-left: 0;
        max-width: unset;
    }

    .committee_member_box {
        min-height: unset;
    }

    .modal-body img {
        height: auto;
    }
}

@media print {
    .committee_member_box p:last-child:first-line {
        color: black !important;
    }

    .committee_member_box p:last-child {
        pointer-events: none;
        color: white !important;
    }
}
