/* desktop header section - title */
.alumni-home-sections .header-section {
    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;
}

.alumni-home-sections .header-section .header-user-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;
    background-color: #fff;
    width: 25%;
    margin-left: 1.75vw;
    padding: 0 2rem;
    color: #1c3a5e;
}

.alumni-home-sections .header-section .header-user-block .user-details,
.alumni-home-sections .header-section .header-user-block .user-actions {
    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;
    cursor: pointer;
    color: #1c3a5e;
}

.alumni-home-sections .header-section .header-user-block .user-details .user-name,
.alumni-home-sections .header-section .header-user-block .user-actions {
    font-weight: bold;
}

.alumni-home-sections .header-section .alumni-home-breadcrumbs .main-header {
    padding: 0 2rem;
    margin: 20px 0;
}

.alumni-home-sections .header-section .alumni-home-breadcrumbs .main-header .main-header-text {
    font-size: 2.75rem;
}

.alumni-home-sections .header-section .alumni-home-breadcrumbs .main-header>a {
    color: #1c3a5e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 1px;
    margin-bottom: 1px;
}

/* desktop header section -breadcrumbs */
.alumni-home-sections .header-section .alumni-home-breadcrumbs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.alumni-home-sections .header-section .alumni-home-breadcrumbs p {
    margin: 0;
}

.alumni-home-sections .header-section .alumni-home-breadcrumbs .alumni-home-breadcrumbs-container {
    background: #FFF;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.alumni-home-sections .header-section .alumni-home-breadcrumbs .alumni-home-breadcrumbs-container .breadcrumb {
    background: initial;
    color: #1c3a5e;
    padding: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: initial;
    float: none !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    background: #FFF;
}

.alumni-home-sections .header-section .alumni-home-breadcrumbs .alumni-home-breadcrumbs-container .breadcrumb>a {
    color: #1c3a5e;
    font-weight: bold;
}

/* section header */
.alumni-home-sections .main-content-section .alumni-section-header-wrapper {
    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;
    width: 100%;
}

.alumni-home-sections .main-content-section .panel-people>.main-header {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.alumni-home-sections .main-content-section .alumni-section-header-wrapper .alumni-section-header {
    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;
    width: 100%;
    padding: 2rem;
    background: #FFF;
    height: 9rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
                cursor: default;
}

.alumni-home-sections .main-content-section .alumni-section-header-wrapper .alumni-section-header .alumni-section-header-title {
    font-size: 2.75rem;
    text-transform: uppercase;
    color: #1c3a5e;
}

.heb .alumni-home-sections .main-content-section .alumni-section-header-wrapper.alumni-people .alumni-section-header .alumni-section-header-title {
    direction: rtl;
}

.alumni-home-sections .main-content-section .alumni-section-header-wrapper .alumni-section-header .show-all-updates {
    width: 13rem;
    background-color: #1c3a5e;
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    height: 4.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

/* section gallery */
.alumni-home-sections .main-content-section .alumni-gallery {
    margin-top: 1.5vw;
    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;
}

.alumni-home-sections .main-content-section .alumni-gallery .alumni-updates {
    height: initial;
}

.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: -webkit-calc(19vw * 2);
    height: calc(19vw * 2);
    padding-top: 0.5vw;
}

.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .image-tile-left {
    width: -webkit-calc(19vw * 4);
    width: calc(19vw * 4);
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .image-tile-right {
    width: 19vw;
}

.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container {
    width: 19vw;
    height: 19vw;
    padding: 0.50vw;
}

.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container:first-child:not(.double-height),
.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container:nth-of-type(4):not(.double-height) {
    padding-left: 0;
}

.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container:last-child,
.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container:nth-of-type(3) {
    padding-right: 0;
}

.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container .image-background {
    height: 18vw;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2vw;
    width: 100%;
}

.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container .image-background .image-label {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 5px;
}

.alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container .image-background .image-date {
    color: #FFF;
    font-size: 2rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}

.alumni-home-sections .main-content-section .alumni-gallery .gallery-image-container.double-height {
    height: -webkit-calc(19vw * 2);
    height: calc(19vw * 2);
    padding: 0.50vw 0 0.50vw 1vw;
}

.alumni-home-sections .main-content-section .alumni-gallery .gallery-image-container.double-height .image-background {
    height: -webkit-calc((19vw * 2) - 1vw);
    height: calc((19vw * 2) - 1vw);
}

.alumni-home-sections .main-content-section .alumni-gallery .gallery-image-container.double-width {
    width: -webkit-calc(19vw * 2);
    width: calc(19vw * 2);
}

.lg-backdrop.in {
    opacity: 0.85;
}

.lg-outer {
    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;
    height: 100vh;
    width: 100vw;
}

.lg-outer .lg {
    top: 0 !important;
    bottom: 0;
}

/* general alumni elements - hebrew */
.heb .alumni-home-sections .header-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 7rem;
}

.heb .alumni-home-sections .header-section .header-user-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 1.75vw;
}

.heb .alumni-home-sections .header-section .header-user-block .user-title-text {
    text-align: end;
}

.heb .alumni-home-sections .main-content-section .alumni-section-header-wrapper {
    height: 7rem;
}

.heb .alumni-home-sections .main-content-section .alumni-section-header-wrapper .alumni-section-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.heb .alumni-home-sections .main-content-section .panel-people>div {
    margin: 15px 0 15px 10px;
}

#alumni-home.heb .people-search-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

#alumni-home.heb .people-search-results .alumni-search-member-block {
    width: 100%;
}

#alumni-home.heb .people-search-results .alumni-search-member-block .wide-item {
    width: 100%;
}

@media screen and (max-width: 760px) {

    /* #alumni-home .alumni-home-container-mobile .alumni-home-sections .header-section .alumni-home-breadcrumbs {
        
    }
     */
    .alumni-home-sections .header-section {
        height: 18rem;
    }

    .alumni-home-sections .header-section .alumni-home-breadcrumbs .main-header {
        margin: 0;
        height: 9rem;
    }

    .alumni-home-sections .header-section .alumni-home-breadcrumbs .main-header>a {
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-weight: normal;
    }

    .alumni-home-sections .header-section .alumni-home-breadcrumbs .main-header .main-header-text {
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .alumni-home-sections .header-section .alumni-home-breadcrumbs {
        height: 9rem;
        text-align: center;
    }

    body .alumni-home-sections .main-content-section .alumni-gallery {
        margin-top: 2px;
        margin-bottom: 2rem;
    }

    body .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images {
        height: 30rem;
        padding-top: 0;
    }

    body .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    body .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container .image-background {
        padding: 2rem;
        height: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .alumni-home-sections .main-content-section .alumni-gallery .alumni-gallery-images .gallery-image-container .image-background .image-label {
        font-size: 1.75rem;
    }

    .alumni-home-sections .header-section .header-user-block {
        height: 9rem;
        width: 100%;
        padding: 0 4rem;
        background: rgba(255, 255, 255, 0.5);
        margin: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .people-roller-mobile .people-roller-mobile-sections {}

    #alumni-recent-updates .alumni-home-sections .header-section {
        height: 9rem;
        width: 100%;
    }

    #alumni-recent-updates .alumni-home-sections .header-section .main-header {
        width: 100%;
    }

    #alumni-recent-updates .alumni-home-sections .main-content-section {
        margin-top: 0;
    }

    .lg-outer .lg {
        width: 90vw !important;
        height: 90vh !important;
    }

    /* hebrew - RTL */
     .heb #alumni-recent-updates .alumni-home-sections .header-section .main-header {
         width: 100%;
         min-height: 9rem;
     }

     .heb .alumni-home-sections .main-content-section .alumni-section-header-wrapper {
        height: initial;
     }
}

#media-toggler .media-items-paginator>div {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 2rem;
}

#media-toggler .media-items-paginator>div.selected {
    color: #5bbbc0;
}

