/* Hyphen */
.hyphenate {
    hyphens: auto;
}

/* Team Widget */
.team-widget .team__item .image img, .team-widget .team__item .team__image img {
    border-radius: unset;
}

.team-widget .team__item .image, .team-widget .team__item .team__image {
    border-radius: unset;
}

.team-widget .team__item .image--portrait, .team-widget .team__item .team__image--portrait {
    margin-bottom: 0;
    margin-right: 30px;
    width: 70px;
    height: 105px;
    float: left;
}

.team-widget .team__item .image--portrait img, .team-widget .team__item .team__image--portrait img {
    width: 100%;
}

/* WhatsApp */
.header__contact-shortcut--whatsapp::before,
.slide-nav-item-shortcut-whatsapp > a::before {
    display: inline-block;
    line-height: 1;
    font-family: iconfont !important;
    font-weight: 400 !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f18a";
}

.chat {
    cursor: pointer;
}

.team__item.chat .image .icon-social-whatsapp-24::before {
    font-size: 5rem;
    color: rgba(0, 106, 179, 1)
}

/* Jobs */
.job__header {
    padding-left: 0;
}

/* List Image Search Person */
.person.list__image {
    width: 220px;
}

@media (min-width: 720px) {
    .person.list__image {
        width: 130px;
    }
}

/* Printing */
@media print {
    .hide-on-print {
        display: none;
    }
}
