/* ABOUT --- BOT */
.board-of-trustees a {
    display: block;
    border-bottom: 0 !important;
}

.board-of-trustees .bot-item {
    padding: 0.5rem;
}

.board-of-trustees .bot-item .details {
    background-color: #E9ECEF;
}

.board-of-trustees .bot-item .name {
    font-size: 1rem;
}

.board-of-trustees .bot-item .company,
.board-of-trustees .bot-item .designation {
    font-size: 0.875rem;
}

.board-of-trustees .bot-item .designation {
    font-weight: 500;
}

.board-of-trustees .bot-item>div,
.board-of-trustees .bot-item>div>span,
.board-of-trustees .bot-item a,
.board-of-trustees .bot-item a .details {
    height: 100% !important;
    display: block;
}


/* ABOUT --- Committee */
.table-committee table tr th {
    height: auto !important;
}

.table-committee table tr td {
    width: 96px;
}

.table-committee table tr td:first-child {
    width: 30%;
}

/* IAC Profiles*/
.iac-profile-tabs.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.iac-profile h4 {
    font-size: 1.25rem;
    text-transform: none;
}

.iac-profile img {
    border-radius: 0.25rem;
}

@media screen and (max-width: 767px) {

    .main-container ol.breadcrumb,
    #page_content.page-content--sidebar .title-breadcrumbs .breadcrumb {
        margin-bottom: 1.25rem !important;
    }

    .region.region-content article>.body>.az-container>.az-section>.container>.row>.az-column.side:has(.menu-sidebar.v2) {
        top: 1.5rem;
    }

    .region.region-content article>.body>.az-container>.az-section>.container>.az-row:has(.side)>.az-column.main {
        top: 3rem;
    }

    .section-first-fold,
    .section-first-fold.az-section {
        padding-top: 8rem !important;
        padding-bottom: 4rem;
    }
}