.entry-title {
    font-family: 'PT Sans', sans-serif!important;
    font-size: 32px;
    font-weight: 700;
    line-height: 42.4px;
    text-align: left;
    color: #000000;
    margin-bottom: 25px;
}

h2.about-us-header {
    font-family: PT Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.06px;
    text-align: left;
    margin-bottom: 24px;
    margin-top: 55px;
}

.about-us-sidebar {
    border: 1px solid #8E7652;
    border-radius: 6px;
    padding: 25px;
}

.about-us-address span,
.about-us-email span {
    font-size: 16px;
    width: 28px;
    display: inline-block;
    text-align: center;
    color: #000000;
}

.about-us-address span{
    margin-top: 5px;
    font-size: 18px;
}

.team {
    margin-top: 4em;
}

.team-org-unit {

}

.team-org-unit + .team-org-unit {
    margin-top: 4em;
}

.team-org-unit-title {
    font-size: 1.6em;
    margin-bottom: 1em;
}

.team-org-unit-list {

}

.team-org-unit-list-item {
    position: relative;
    padding-left: 200px;

    min-height: 150px;
    overflow: hidden;
}

.team-org-unit-list-item + .team-org-unit-list-item {
    margin-top: 3em;
}

.team-org-unit-list-item-header {
    margin-bottom: .7em;
}

.team-org-unit-list-item-header-main {
    display: flex;
    align-items: baseline;
    margin-bottom: .7em;
}

.team-org-unit-list-item-header-name {
    font-size: 1.2em;
    margin-right: .7em;
}

.team-org-unit-list-item-header-job {
    color: #999;
}

.team-org-unit-list-item-header-meta {
    display: flex;
    align-items: center;
}

.team-org-unit-list-item-header-meta-email {
    background-size: auto 95%;
    margin-right: 0.7em;
}

.team-org-unit-list-item-header-meta-linkedin {
    display: block;
    font-size: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: no-repeat center center url("../../img/team/linkedin.png");
    background-size: 100% 100%;
    text-decoration: none;
}

.team-org-unit-list-item-header-meta-facebook-text{
    display: none;
}

.team-org-unit-list-item-header-meta-facebook .icon-facebook-circle{
    font-size: 24px;
    margin-right: 5px;
}

.team-org-unit-list-item-header-meta-facebook:hover{
    text-decoration: none;
}

@media (max-width: 768px) {
    .team-org-unit-list-item-header-meta-facebook .icon-facebook-circle{
        font-size: 18px;
    }
}

.team-org-unit-list-item-thumbnail {
    width: 200px;
    height: 200px;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    position: absolute;
    left: 0;
    top: 0;
}

.team-org-unit-list-item-thumbnail-image {
    width: 70%;
    height: 70%;

    border-radius: 50%;
    overflow: hidden;
    backface-visibility: hidden;
}

.team-org-unit-list-item-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.team-org-unit-list-item-content {
    max-width: 70%;
}

.team-org-unit-list-item-content .mce {
    font-size: 1em;
}


.team-org-unit-list-item-content-show-more {
    margin-top: 1em;

    display: flex;
    justify-content: flex-start;
}

.team-org-unit-list-item-content-show-more a {
    display: block;
    background-size: auto 8px;
}

.team-org-unit-list-item-content-show-more .icon-arrow{
    color: black;
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
}

.about-us-arrow-up{
    display: none;
    transform: rotate(57deg);
}

.team-org-unit-list-item-content-extended {
    display: none;
    margin-top: 1em;
}

.team-org-unit-list-item-header-meta .icon-mail{
    font-size: 20px;
    margin-right: 0.5em;
    color: black;
}

@media (max-width: 1100px) {

    .team-org-unit-list-item {
        padding-left: 140px;
        min-height: 120px;
    }

    .team-org-unit-list-item-content {
        max-width: initial;
    }

    .team-org-unit-list-item-thumbnail {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 768px) {

    .team-org-unit-list-item {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        min-height: initial;
    }

    .team-org-unit-list-item-header {
        order: 2;
    }

    .team-org-unit-list-item-header-main {
        flex-direction: row;
    }

    .team-org-unit-list-item-header-meta {
        font-size: .8em;
        flex-direction: row;
        align-items: center;
    }

    .team-org-unit-list-item-header-meta-email {
        display: block;
        margin-right: 0.7em;
    }

    .team-org-unit-list-item-header-meta-linkedin {
        width: 18px;
        height: 18px;
    }

    .team-org-unit-list-item-content {
        order: 3;
    }

    .mce.team-org-unit-list-item-content-main {
        font-size: .8em;
    }

    .team-org-unit-list-item-thumbnail {
        width: 120px;
        height: 120px;
        position: static;
        order: 1;
        margin-bottom: 1em;
    }

    .team-org-unit-list-item-thumbnail-image {
        width: 100%;
        height: 100%;
    }
}