.acfd-content-page-teamoverview {
}

.acfd-content-page-teamoverview-item {
    display: block;
    padding: 10px 0;
    color: #000;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.acfd-content-page-teamoverview .font-size-larger {
    font-size: 110%;
}

.acfd-content-page-teamoverview-item:hover,
.acfd-content-page-teamoverview-item:focus {
    text-decoration: none;
    color: #000;
}

.acfd-content-page-teamoverview.open .acfd-content-page-teamoverview-item {
    opacity: 0.5;
}

.acfd-content-page-teamoverview.open .acfd-content-page-teamoverview-item.open {
    opacity: 1;
    position: relative;
}

.acfd-content-page-teamoverview .acfd-content-page-teamoverview-item:after {
    content: '';
    position: absolute;
    opacity: 0;
    bottom: -36px;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
    margin: auto;
    transform: rotate(45deg);
    background-color: #fffef6;
    z-index: 100;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -ms-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
}

.acfd-content-page-teamoverview.open .acfd-content-page-teamoverview-item.open:after {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.acfd-content-page-teamoverview-item .title {
    margin-top: 5px;
    white-space: nowrap;
    font-size: 92%;
}

.acfd-content-page-teamoverview-item .image img {
    width: 100%;
}

@media (max-width: 767px) {
    .acfd-content-page-teamoverview .acfd-content-page-teamoverview-item:after {
        content: normal;
    }
}