/* Hospital Overview FAR STARTS */
html .far-column .cmp-far {
    height: 100%;
}

html .far-column {
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.08), 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

html .far-column > div {
    height: auto !important;
}

html .far-column .cmp-far__slim.cmp-far__slim {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 30px;
    box-shadow: none;
}

html .far-column .cmp-far__slim.cmp-far__slim .cmp-far__rep-image {
    order: -1;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

html .far-column .cmp-far__slim.cmp-far__slim .cmp-far__heading p {
    text-align: center !important;
}

html .far-column .cmp-far__slim.cmp-far__slim .cmp-far__zip {
    margin-top: 30px;
}
/* Hospital Overview FAR ENDS */

/* Education for You registration box vertical separator STARTS */
@media (min-width: 1000px) {
    .right-vertical-separator {
        position: relative;
    }
    .right-vertical-separator:before {
        content: '';
        position: absolute;
        width: 1px;
        height: calc(100% - 96px);
        right: 0;
        background-color: #001965;
        top: 48px;
    }
}
/* Education for You registration box vertical separator ENDS */

/* Education for you filters STARTS */
.filter > div { width: 100%; }
.filter__group-wrapper:first-child { display: none; }
.filter__controls {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 675px) {
    .filter__controls .filter__body {
        width: auto !important;
    }
}
@media (min-width: 1000px) {
    .filter__controls {
        flex-direction: row;
    }
    
}
/* Education for you filters ENDS */