#alumni-home h1 {
    /* height: 80vh; */
    /* background: #FFF; */
    text-transform: uppercase;
}

#alumni-home .alumni-home-sections {
    float: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* desktop header section - title */

#alumni-home .alumni-home-sections .main-content-section {
    min-height: 70vh;
    /* background: #FFF; */
    margin-top: 1.75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

#alumni-home .alumni-home-sections .main-content-section .no-results-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
    font-size: 1.75rem;
    font-weight: bold;
    color: #1c3a5e;
}

#alumni-home:not(.search-results-open) .alumni-home-sections .main-content-section .people-section {
    margin-top: 2rem;
}

#alumni-home .alumni-home-sections .main-content-section .map-chart-section {
    cursor: default;
    padding: 3rem 12rem 9rem 12rem;
    background: #445E82;
    /* width: 100%; */
    height: 60rem;
}

#alumni-home .alumni-home-sections .main-content-section .map-chart-section-text {
    -webkit-transition: 3s opacity;
    -o-transition: 3s opacity;
    transition: 3s opacity;
    text-transform: uppercase;
    font-size: 3.75rem;
    text-align: center;
    position: relative;
    top: -7rem;
    color: #FFF;
    height: 0;
    opacity: 0;
}

#alumni-home .alumni-home-sections .main-content-section .map-chart-section-text.active {
    opacity: 1;
}

#alumni-home .alumni-home-sections .main-content-section .map-chart-section-text .members-count-text {
    color: #9baec7;
}

#alumni-home .alumni-home-sections .main-content-section .divider-container {
    height: 2px;
    margin: 1.25rem 0 1.75rem 0;
}

#alumni-home .alumni-home-sections .main-content-section .divider-container .divider {
    border-bottom: 2px solid #ccc;
}

#alumni-home .alumni-home-sections .main-content-section .home-page-banner {
    /* background: #FFF; */
    /* min-height: 45rem; */
    /* min-height: 30rem; */
    width: 100%;
    margin-bottom: 1.75vw;
    margin-top: 0;
    background: #D2D2D2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#alumni-home .alumni-home-sections .main-content-section .home-page-banner img.banner-background {
    /* max-height: 22rem; */
    max-height: 100%;
    width: 100%;
    max-width: 100%;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates {
    /* background: #FFF; */
    /* min-height: 45rem; */
    height: auto;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin-top: 1.75vw;
    margin-bottom: 0;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content:not(.opened) {
    /* height: 30rem; */
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

/* #alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-image {
    width: 50%;
    position: relative;
}

#alumni-home.alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-image .slider-image {
    opacity: 0;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-image .slider-image.selected {
    opacity: 1;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-image .slider-image,
#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-image .slider-image.selected {
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

#alumni-home.heb .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-image .slider-image,
#alumni-home.heb .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-image .slider-image.selected {
    right: initial;
    left: 0;
} */

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title {
    color: #1c3a5e;
    width: 100%;
    height: 100%;
    background: #FFF;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#alumni-home :not(.alumni-home-container-mobile) .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title:not(.article-expanded) {
    min-height: 25rem;
}

#alumni-home :not(.alumni-home-container-mobile) .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title .media-center-item {
    margin-bottom: 0 !important;
    height: 100%;
}

#alumni-home :not(.alumni-home-container-mobile) .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title .mc-litigation {
    min-height: 250px;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title .alumni-updates-slider-image {
    width: 40%;
    height: 25rem;
    min-width: 40%;
    background-repeat: no-repeat;
    cursor: default;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title .alumni-updates-slider-image img {
    width: 100%;
    height: auto;
    min-height: initial;
    max-height: initial;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content {
    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: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .alumni-updates-slider-title-content-date {
    font-size: 1.25rem;
    color: #7e8cab;
    font-weight: bold;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .alumni-updates-slider-title-content-text {
    margin: 1rem 0 1.75rem 0;
    font-size: 1.75rem;
    font-weight: bold;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .main-preview-item {
    border: 1px solid #1c3a5e !important;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title {
    max-width: 100%;
    width: 100%;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title img.wise-collapser-image {
    opacity: 1;
}

/* #alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title.heb .alumni-updates-slider-title-content-text {
    direction: rtl;
    text-align: start;
} */

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .main-preview-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#alumni-home .alumni-home-sections .main-content-section .alumni-updates .main-preview-item {
    border: 1px solid #1c3a5e !important;
}

#alumni-home :not(.alumni-home-container-mobile) .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .main-preview-items {
    padding: 1.75vw 0;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .alumni-updates-content .alumni-updates-image {}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input,
#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1c3a5e;
    color: #FFF;
    padding: 0 0.75rem;
    font-weight: normal;
    font-size: 1.5rem;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide div select {
    background-image: url('/files/select-down.png');
    background-color: #1c3a5e;
    color: #FFF;
    padding: 0 0.75rem;
    font-weight: normal;
    font-size: 1.5rem;
    padding: 0 6px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 97%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide div select {
    /* background-image: url('/files/select-down-arrow.png'); */
    /* background-repeat: no-repeat; */
    /* background-position-y: center; */
}

#alumni-home .alumni-home-sections .main-content-section .people-section select option {
    background: #FFF;
    color: #1c3a5e;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide ::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1;
    /* Firefox */
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide :-ms-input-placeholder {
    color: #FFF;
    opacity: 1;
    /* Firefox */
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide ::-ms-input-placeholder {
    color: #FFF;
    opacity: 1;
    /* Firefox */
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide ::placeholder {
    color: #FFF;
    opacity: 1;
    /* Firefox */
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FFF;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input {
    color: #FFF;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-icon {
    height: 100%;
    background: #1c3a5e;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-icon img {
    max-height: 46px;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-people-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-people-list:after {
    top: 0;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-people-list .person-row {
    height: 30px;
    z-index: 99;
    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: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 0.25rem 0.75rem;
    cursor: pointer;
    outline: none !important;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-people-list .person-row span {
    outline: none !important;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .input-search-wide .input-search-wide.general-search .search-people-list .person-row .people-search-by-name {
    padding: 0.25rem;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input .people-search-icon {
    color: #FFF;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input .material-icons {
    padding: 0 1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item .person-title,
#alumni-home .alumni-home-sections .main-content-section .people-section .person-title .person-title {}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item {
    background: #FFF;
    width: 100%;
    height: 10.5rem;
    margin: 0.385vw;
    overflow: hidden;
    outline: 1px solid #ddd;
    outline-offset: -8px;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item {
    background: #FFF;
    width: 100%;
    height: 10.5rem;
    margin: 0.385vw;
    overflow: hidden;
    outline: 1px solid #ddd;
    outline-offset: -8px;
}

@media screen and (min-width: 760px) {
    #alumni-home .alumni-home-sections .main-content-section .people-section .roller-item {
        width: 11.20125vw;
        height: 11.20125vw;
    }

    #alumni-home .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .roller-item-content-padded {
        padding: 1.5rem 1.75rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #alumni-home .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-title {
        font-size: 1.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item>a {
    height: 100%;
    width: 100%;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content.heb {
    direction: rtl;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .roller-item-content-padded {
    padding: 2.5rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-title {
    color: #1c3a5e;
    font-size: 1.75rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.25rem;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-title .person-last-name {
    margin: 0 0.5rem;
}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-title {}

#alumni-home .alumni-home-sections .main-content-section .people-section .roller-item .roller-item-content .person-job-title {
    font-size: 1.75rem;
    max-height: 81%;
    color: #6c6e83;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 0.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* heb */

#alumni-home.heb .alumni-home-sections .main-content-section {
    /* -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; */
}

#alumni-home.heb .alumni-home-sections .main-content-section .people-section .input-search-wide div select {
    background-position-x: 3%;
}

/* mobile */

/* mobile header section */

#alumni-home .alumni-home-container-mobile {
    float: none !important;
}

#alumni-home .alumni-home-container-mobile .alumni-home-sections {
    max-width: 100%;
    font-size: 16px;
}

#alumni-home .alumni-home-container-mobile .alumni-home-sections .header-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#alumni-home .alumni-home-container-mobile .alumni-home-sections .header-section .main-header {
    width: 100%;
    padding: 0;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #1c3a5e;
    background: #FFF;
}

#alumni-home .google-visualization-tooltip,
#alumni-home .google-visualization-tooltip path {
    height: 10vh;
    width: 10vh;
}

#alumni-home .people-roller-wide.big {
    min-height: initial;
}

#alumni-home .people-roller-mobile-sections .person-tile {
    width: 85%;
}

#alumni-home .letters-menu {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
}

#alumni-home .letters-menu .mobile-letter {
    font-size: 2rem;
    color: #adafbb;
    padding: 1rem 0.75rem 0 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#alumni-home .letters-menu .mobile-letter.selected {
    color: #1c3a5e;
}

#alumni-home.heb .letters-menu .mobile-letter {
    padding: 1rem 1.75rem 0 0.75rem;
}

/* hebrew */

#alumni-home.heb .alumni-home-sections .main-content-section .map-chart-section-text {
    direction: rtl;
}

/* #alumni-home.heb .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider {
    -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 .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content {
    text-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
} */

/* #alumni-home.heb .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .main-preview-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
} */

#alumni-home .media-category .media-item-thumb img {
    max-width: 33%;
}

#alumni-home .panel-media-center .media-category .media-item-thumb {
    line-height: 50px;
}

#alumni-home .panel-media-center .media-category .media-cat-thumb.events {
    background-color: transparent;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    line-height: 50px;
}

#alumni-home .media-center-item .litigation-desc,
#alumni-recent-updates .media-center-item .litigation-desc {
    padding: 45px 45px 65px 45px;
    height: auto;
    width: 60%;
    min-width: 60%;
    cursor: default;
}

#alumni-home .media-center-item .litigation-desc.expanded,
#alumni-recent-updates .media-center-item .litigation-desc.expanded {}

#alumni-home .media-center-item .litigation-desc small,
#alumni-recent-updates .media-center-item .litigation-desc small {
    font-size: 1.2em;
    font-weight: bolder;
    opacity: 0.6;
}

#alumni-home .media-center-item .litigation-desc .desc-header,
#alumni-recent-updates .media-center-item .litigation-desc .desc-header {
    font-size: 1.8em;
}

#alumni-home .media-center-item .litigation-img img,
#alumni-recent-updates .media-center-item .litigation-img img {
    height: auto;
    min-height: 260px;
    max-height: 260px;
}

#alumni-home .media-center-item .litigation-desc .desc,
#alumni-recent-updates .media-center-item .litigation-desc .desc {
    font-size: 1.2em;
    color: #1c3a5e;
}

#alumni-home .media-center-item .mtr-bluegray-2,
#alumni-recent-updates .media-center-item .mtr-bluegray-2 {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#alumni-home .media-center-item .mtr-bluegray-2 small,
#alumni-recent-updates .media-center-item .mtr-bluegray-2 small {
    color: #7e8cab;
    opacity: 1;
}

#alumni-home .alumni-home-sections .main-content-section .m-collapse-wrapper,
#alumni-recent-updates .alumni-home-sections .main-content-section .m-collapse-wrapper p,
#alumni-home .alumni-home-sections .main-content-section .m-collapse-wrapper div,
#alumni-recent-updates .alumni-home-sections .main-content-section .m-collapse-wrapper div {
    cursor: default;
    outline: none;
    line-height: 2.5rem;
}

#alumni-home .alumni-home-sections .main-content-section .m-collapse-wrapper a,
#alumni-recent-updates .alumni-home-sections .main-content-section .m-collapse-wrapper a,
#alumni-home .alumni-home-sections .main-content-section .m-collapse-wrapper a,
#alumni-recent-updates .alumni-home-sections .main-content-section .m-collapse-wrapper a {
    display: inline;
    text-decoration: underline;
    cursor: pointer;
}

#alumni-home .alumni-home-sections .main-content-section .m-collapse-wrapper .expander .show-me,
#alumni-recent-updates .alumni-home-sections .main-content-section .m-collapse-wrapper .expander .show-me {
    cursor: pointer;
}

#alumni-home .alumni-home-sections .main-content-section .m-collapse-wrapper .expander>span:not(.show-me) {
    pointer-events: none;
}

#alumni-recent-updates .media-center-item.mc-litigation.media-animate {
    background-color: #fff;
    /* height: 25rem; */
}

#alumni-recent-updates .alumni-home-sections .litigation-img.alumni-updates-slider-image {
    width: 40%;
    height: 25rem;
    min-width: 40%;
    background-repeat: no-repeat;
    cursor: default;
    background-color: #FFF;
    background-size: cover;
    overflow: hidden;
}

#alumni-recent-updates .alumni-home-sections .litigation-img.alumni-updates-slider-image img {
    height: auto;
    width: 100%;
    min-height: initial;
    max-height: initial;
}

@media screen and (min-width: 1376px) {

    #alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title .alumni-updates-slider-image,
    #alumni-recent-updates .alumni-home-sections .litigation-img.alumni-updates-slider-image {
        width: 35%;
        height: 25rem;
        min-width: 35%;
    }

    #alumni-home .media-center-item .litigation-desc,
    #alumni-recent-updates .media-center-item .litigation-desc {
        width: 65%;
        min-width: 65%;
    }
}

@media screen and (min-width: 1700px) {

    #alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title .alumni-updates-slider-image,
    #alumni-recent-updates .alumni-home-sections .litigation-img.alumni-updates-slider-image {
        width: 30%;
        height: 25rem;
        min-width: 30%;
    }

    #alumni-home .media-center-item .litigation-desc,
    #alumni-recent-updates .media-center-item .litigation-desc {
        width: 70%;
        min-width: 70%;
    }
}

@media screen and (max-width: 760px) {

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .header-section .main-header {
        -webkit-transition: 1s opacity;
        -o-transition: 1s opacity;
        transition: 1s opacity;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .header-section .main-header {
        height: 9rem;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .header-section .alumni-home-breadcrumbs .main-header>a {
        padding: 0;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .header-section {
        height: 18rem;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-section-header-wrapper .alumni-section-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-section-header-wrapper .alumni-section-header .members-count-number {
        font-weight: bold;
        color: #1c3a5e;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-section-header-wrapper .alumni-section-header .members-count-text {
        font-weight: normal;
        color: #5F7490;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section {
        margin-top: 2rem;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates {
        height: initial;
        display: block;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider {
        height: initial;
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title .alumni-updates-slider-image {
        height: auto;
        width: 100vw;
        display: block;
        position: relative;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-image .slider-image {}

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title {
        width: 100%;
        display: block;
        position: initial;
        min-height: 30rem;
        height: initial;
        background: transparent;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content {
        width: 100%;
        height: 80%;
        display: block;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title {
        height: 100%;
        width: 100%;
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title>* {
        margin: 0 !important;
        width: 100%;
    }

    #alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .main-preview-items {
        margin-bottom: 2rem;
        padding: 1rem 0 2rem 0;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title .alumni-updates-slider-title-content-date {
        color: #5F7490;
        width: 100%;
        font-weight: bold;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .main-preview-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .main-preview-items .main-preview-item {
        width: 2.5rem;
        height: 2.5rem;
        margin: 0 0.75rem 2.5rem 0.75rem;
        border: 1px solid #1c3a5e !important;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title.heb .alumni-updates-slider-title-content-text {
        /* direction: rtl; */
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .alumni-updates-slider-title-content-text {

        margin: 1.5rem 0 2.5rem 0;
        font-size: 2rem;
        color: #1c3a5e;
        width: 100%;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .show-all-updates {
        width: 100%;
        background-color: #1c3a5e;
        color: #FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.5rem;
        height: 4.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    body #alumni-home:not(.search-results-open) .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section {
        margin-top: 1px;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .meet-our-people {
        background-size: contain;
        width: 100%;
        background-repeat: no-repeat;
        float: none;
        position: relative;
        max-width: 100vw;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .meet-our-people img {
        visibility: hidden;
        position: relative;
        margin-bottom: -9rem;
        max-width: 100vw;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .meet-our-people .mobile-roller-caption {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        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;
        color: #1c3a5e;
        font-weight: bold;
        letter-spacing: 1px;
        -webkit-transition: 3s opacity;
        -o-transition: 3s opacity;
        transition: 3s opacity;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .meet-our-people .mobile-roller-caption.visible {
        opacity: 1;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .meet-our-people .mobile-roller-caption .first-line {
        font-size: 3.5rem;
        font-size: calc(1rem + 5vw);
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .meet-our-people .mobile-roller-caption .second-line {
        font-size: calc(1rem + 7.5vw);
    }

    #alumni-home .alumni-home-container-mobile .input-search-wide .search-icon img {
        padding: 0;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input,
    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input input,
    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide div select {
        background-color: #FFF;
        font-size: 1.5rem;
        background-repeat: no-repeat;
        font-weight: bold;
        color: #adafbb;
        padding: 0 1rem;
    }

    #alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input,
    #alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input input {
        background: #1c3a5e;
        color: #adafbb;
    }

    #alumni-home .alumni-home-sections .main-content-section .people-section .input-search-wide div select {
        background-color: #FFF;
        color: #adafbb;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide div select {
        background-image: url('/files/select-down-arrow.png');
        background-repeat: no-repeat;
        background-position-y: center;
    }

    #alumni-home.heb .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide div select {
        background-position-x: 5%;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide .search-icon {
        padding: 0 0.5rem;
        background: #FFF;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input input {
        padding: 0 1rem;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section select option {
        background: #FFF;
        color: #adafbb;
        font-weight: bold;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide ::-webkit-input-placeholder {
        color: #adafbb;
        opacity: 1;
        font-weight: bold;
        /* Firefox */
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide :-ms-input-placeholder {
        color: #adafbb;
        font-weight: bold;
        opacity: 1;
        /* Firefox */
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide ::-ms-input-placeholder {
        color: #adafbb;
        opacity: 1;
        font-weight: bold;
        /* Firefox */
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide ::placeholder {
        color: #adafbb;
        opacity: 1;
        font-weight: bold;
        /* Firefox */
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide ::-ms-input-placeholder {
        /* Microsoft Edge */
        font-weight: bold;
        color: #adafbb;
    }

    #alumni-home .alumni-home-container-mobile .alumni-home-sections .main-content-section .people-section .input-search-wide .search-input {
        color: #adafbb;
        font-weight: bold;
    }

    #alumni-home .alumni-home-container-mobile .header-section .header-user-block {
        margin: 0;
    }

    #alumni-home .alumni-home-container-mobile .header-section .user-title-text {
        color: #5F7490;
    }

    #alumni-home .media-center-item .litigation-desc,
    #alumni-recent-updates .media-center-item .litigation-desc {
        width: 100%;
        padding: 30px;
    }

    #alumni-home .media-center-item .litigation-img img,
    #alumni-recent-updates .media-center-item .litigation-img img {
        min-height: initial;
        max-height: 260px;
        content: initial;
    }

    #alumni-recent-updates .media-center-item .litigation-img {
        flex: 1;
    }

    #alumni-home .alumni-home-sections .main-content-section .alumni-updates .alumni-updates-content .alumni-updates-slider .alumni-updates-slider-title .alumni-updates-slider-title-content .slide-title img.wise-collapser-image {
        position: relative;
        top: 0;
        left: 0;
    }
}