.committee__inner .card,
.directors-board .board .card {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.directors-board .board__body a:hover .card__body__details,
.directors-board .committees .committee__body.open {
    display: block;
}
.committee__inner .card {
    display: list-item;
    margin-bottom: 0;
    max-width: 100%;
    min-height: 0;
    min-width: auto;
    overflow: auto;
    text-decoration: auto;
    transition: none;
}
.directors-board .board .card {
    display: block;
    margin-bottom: 25px;
    min-height: auto;
    max-width: 350px;
    min-width: 250px;
}

.card-image {
    align-items: center;
    display: flex;
    height: 200px;
    justify-content: center;
    overflow: hidden;
}
.card-image > img {
    height: auto;
    width: 100%;
}
.card-image--rounded {
    border-radius: 50%;
    height: 140px;
    margin: 24px auto 0;
    overflow: hidden;
    width: 140px;
}
.card-headline,
.card-preline {
    font-family: ZurichSans-SemiBold, Arial, sans-serif;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-content {
    padding: 24px;
}
.card-content button.btn {
    display: block;
    margin: 15px auto 0;
}
.card-content a.btn {
    margin-top: 15px;
}
.card-preline {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 14px;
}
.card-preline > .icon {
    float: left;
    font-size: 20px;
    margin-right: 5px;
}
.card-headline {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 991px) {
    .card-content {
        padding: 16px;
    }
    .card-headline {
        font-size: 18px;
    }
}
.card-body {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card--centered .card-preline .icon {
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 15px;
}
.card--centered .tags-control {
    justify-content: center;
}
.directors-board .board__body a:hover .card__thumbnail {
    z-index: 21;
}
.directors-board .board__body a:hover .card__body {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    height: auto !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 44px;
    transform: scale(1.05);
    transition: 0.5s;
    z-index: 20;
}
.directors-board .board li.card {
    overflow: visible;
}