body .alumni-search:not(.search-results-open) .alumni-home-sections .main-content-section .people-section {
    margin-top: 0;
}

body .alumni-search .people-results-caption {
    display: none;
}

body .alumni-search .people-search-results {
    width: 100%;
    margin: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.75vw;
}

body .alumni-search:not(.search-results-open) .people-search-results .people-search-results-repeat,
body .alumni-search .people-search-results .people-search-results-repeat {
    width: 46.75vw;
    margin: 0.75vw 0;
    -webkit-box-shadow: 0px 7px 12px -2px rgba(211, 210, 210, 0.86);
            box-shadow: 0px 7px 12px -2px rgba(211, 210, 210, 0.86);
}

.alumni-search .alumni-home-sections .main-content-section {
    margin-top: 1.75vw;
}

.alumni-search .alumni-search-member-block {
    height: initial;
}

.alumni-search .people-search-results .wide-item .mtr-black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -4px;
}

body .alumni-search .people-search-results .wide-item {
    width: initial;
    padding: initial;
    margin: initial;
    height: 18rem;
}

@media screen and (min-width: 768px) {
    .alumni-search .people-search-results .wide-item {
        font-size: 1.3em;
    }
}

.alumni-search .alumni-search-member-block .wide-item .name-header-large {
    font-size: 1.5em !important;
}

.alumni-search .alumni-search-member-block .name-header-role .qualified-abroad-indicator {
    font-weight: bold;
}

.alumni-search .alumni-search-member-block .member-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem;
    height: 100%;
}

.alumni-search .alumni-search-member-block .member-block .person-result-info {
    width: 60%;
    padding: 0;
    height: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.alumni-search .alumni-search-member-block .member-block .person-result-info .person-info.location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.alumni-search .alumni-search-member-block .member-block .person-result-info .person-info.location .address-text {
    padding: 0 0.5rem;
}

.alumni-search .alumni-search-member-block .member-block .person-result-actions {
    width: 40%;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.alumni-search .alumni-search-member-block .member-block .person-result-actions .action-button {
    width: 80%;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.alumni-search .alumni-search-member-block .member-block .person-result-actions .action-button.full-info {
    background: #1c3a5e;
    color: #FFF;
}

.alumni-search .alumni-search-member-block .member-block .person-result-actions .action-button.send-mail {
    background: #FFF;
    color: #1c3a5e;
    border: 1px solid #1c3a5e;
    margin-top: 2rem;
}

@media screen and (max-width: 760px) {
    .alumni-search .people-roller-mobile .people-roller-mobile-sections {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        padding: 2rem;
        max-width: 100vw;
    }

    .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile {
        width: 85%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item,
    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item {
        width: 100%;
        height: 14rem;
        margin: 0;
        outline: 1px solid #1c3a5e;
        margin-top: 0.5rem;
    }

    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .person-title,
    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .person-title {
        font-size: 2.75rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        font-weight: normal;
    }

    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .person-title span:nth-of-type(2),
    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .person-title span:nth-of-type(2) {
        margin: 0 0.5rem;
    }

    body .alumni-search .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .roller-item-content-padded,
    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .roller-item-content-padded {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 1.5rem 3rem;
        direction: ltr;
    }

    body .alumni-search.heb .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .roller-item-content-padded,
    body .alumni-search.heb .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .roller-item-content-padded {
        direction: rtl;
    }

    body .alumni-search .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-job-title,
    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .person-job-title {
        padding-top: 0;
        font-size: 2.4rem;
        max-width: 100%;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }

    /* body .alumni-search .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-job-title span:nth-of-type(2),
    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .person-job-title span:nth-of-type(2) {
        padding: 0 0 0 0.75rem;
        text-overflow: ellipsis;
        overflow: hidden;
    } */

    .alumni-search .people-roller-mobile .people-roller-mobile-sections .letters-menu {
        width: 15%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: bold;
    }

    .alumni-search .people-roller-mobile .people-roller-mobile-sections .letters-menu .mobile-letter {
        font-size: 2rem;
        color: #adafbb;
        padding: 1rem 0.75rem 0 1.75rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .alumni-search.heb .people-roller-mobile .people-roller-mobile-sections .letters-menu .mobile-letter {
        padding: 1rem 1.75rem 0 0.75rem;
    }

    body .alumni-search .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-job-title .person-job-title-at,
    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .person-job-title .person-job-title-at {
        padding: 0 0.5rem;

    }


    body .alumni-search .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-job-title .person-job-title-company,
    body .alumni-search .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .person-job-title .person-job-title-company {
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    /* hebrew */
    /* body .heb .alumni-search .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-job-title .person-job-title-company,
    body .heb .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .person-job-title .person-job-title-company {
        text-overflow: ellipsis;
        overflow: hidden;
        display: flex;
    }


    body .heb .alumni-search .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-job-title .person-job-title-company .person-job-title-at,
    body .heb .people-roller-mobile .people-roller-mobile-sections .person-tile .roller-item .roller-item-content .person-job-title .erson-job-title-company .person-job-title-at {
        padding: 0 0.75rem;

    } */
}