.alhero-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.alhero-img {
    justify-content: center;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 700px;
}

.alhero-pagewidth {
    font-family: Quicksand, sans-serif;
    line-height: normal;
    width: 100%;
    height: 700px;
}

@media screen and (min-width: 1210px) {
    .alhero-pagewidth {
        width: 1210px;
    }
}

.alhero-content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media screen and (max-width: 1110px) {
    .alhero-content-left {
        margin-left: 20px;
    }
}

.alhero-content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
}


@media screen and (max-width: 1110px) {
    .alhero-content-right {
        display: none;
    }
}

.alhero-headline {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 50px;
}


@media screen and (min-width: 640px) {
    .alhero-headline {
        width: 640px;
        font-size: 50px;
    }
}

.alhero-title {
    color: #a8d8ee;
    font-size: 15px;
    font-weight: 700;
}


a.alhero-button {
    padding-top: 12px;
    padding-right: 35px;
    padding-bottom: 12px;
    padding-left: 35px;
    font-family: Quicksand, sans-serif;
    font-size: 13px;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255, 0.25);
    color: #ffffff;
    width: 78px;
    cursor: pointer;
    pointer-events: auto;
    text-decoration: none;
}

a.alhero-button.jennifer {
    width: 110px;
}

a.alhero-button:hover {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.60);
}


.alumni-hero-tabgroup {
    font-family: Quicksand, sans-serif;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


a.alumni-hero-tab:hover {
    text-decoration: none;
}

.alumni-hero-tab {
    margin-bottom: 30px;
    margin-top: 30px;
    cursor: pointer;
}

.alumni-hero-tab-headline {
    color: rgba(255, 255,255, 0.60);
    width: 220px;
    font-size: 18px;
}

.alumni-selected .alumni-hero-tab-headline, a.alumni-hero-tab:hover .alumni-hero-tab-headline {
    color: rgba(255, 255,255, 1.00);
}


.alumni-hero-tab-title {
    color: rgba(168, 216, 238, 0.60);
    margin-bottom: 8px;
    font-weight: 700;
}

.alumni-selected .alumni-hero-tab-title,  a.alumni-hero-tab:hover .alumni-hero-tab-title {
    color: #a8d8ee;
}