.sbc-team-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
}

.team-department {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.team-img-container {
    margin-bottom: 15px;
    width: 80%;
}

.team-img {
    height: 128px;
}

.team-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-name {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#blank-page .team-mail:link,
#blank-page .team-mail:visited {
    color: #E7792D;
    color: var(--main-event-color);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#blank-page .team-mail:hover {
    color: #d86411;
    color: var(--main-event-color-hover);
}

.team-separator {
    margin: 14px 0;
    height: 1px;
    width: 100%;
}

.team-contact,
.team-town-country {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #4a4a4a;
    text-decoration: none;
    margin-bottom: 0;
}

.team-contact:hover {
    color: #4a4a4a;
}

@media only screen and (max-width: 767px) {
    .sbc-team-row {
        margin: 0;
    }
    .team-single {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }
    .team-name {
        font-size: 16px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .team-department {
        font-size: 16px;
        line-height: 14px;
    }
    .team-img-container {
        width: 64px;
        margin-right: 16px;
        margin-bottom: 0;
    }
    .team-img {
        height: 60px;
        max-width: unset !important;
    }
    .team-text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
    .team-mail:link,
    .team-mail:visited,
    .team-contact,
    .team-town-country {
        font-size: 14px;
        line-height: 16px;
    }
    .team-separator {
        margin: 7px 0;
    }
}


/******************************/


/*    Contact Us - TEMPLATE    */


/******************************/

.sbc-team-row-contact .team-img-container .team-separator {
    display: none;
}


/******************************/


/*    Exhibition - TEMPLATE    */


/******************************/

.sbc-team-row-exhibition .team-separator {
    margin-bottom: 5px;
}

.sbc-team-row-exhibition .team-text .team-separator {
    display: none;
}

#blank-page .sbc-team-row-exhibition .team-mail:link,
#blank-page .sbc-team-row-exhibition .team-mail:visited {
    color: #E7792D;
    color: var(--secondary-event-color);
}

#blank-page .sbc-team-row-exhibition .team-mail:hover {
    color: #d86411;
    color: var(--secondary-event-color-hover);
}

@media only screen and (max-width: 767px) {
    .sbc-team-row-exhibition .team-text .team-separator {
        display: block;
        margin-bottom: 12px;
    }
    .sbc-team-row-exhibition .team-img-container .team-separator {
        display: none;
    }
    .sbc-team-row-exhibition .team-single {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}