.stories-header {
    display: flex;
}
.stories-header__banner {
    display: flex;
    background-image: url(https://www.weber.edu/wsuimages/ever-upward/images/banners/stories-top-banner-1x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    min-height: 600px;
    padding: 6vw;
}
@media only screen and (min-width:1024px) and (min-resolution:192dpi) {
    .stories-header__banner {
    background-image: url(https://www.weber.edu/wsuimages/ever-upward/images/banners/stories-top-banner-2x.jpg);
}
}@media only screen and (max-width:1023px) {
    .stories-header__banner {
    flex-direction: column;
}
}@media only screen and (max-width:767px) {
    .stories-header__banner {
    min-height: calc(100vh - 112px);
}
}.stories-header__page-intro {
    padding: 3em;
    margin: 2vw;
    flex: 3;
}
@media only screen and (min-width:1025px) {
    .stories-header__page-intro {
    height: 400px;
    margin: auto 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}@media only screen and (max-width:640px) {
    .stories-header__page-intro {
    padding: 3em 2em 2em;
}
}.stories-header__page-intro__title {
    color: white!important;
    line-height: 1;
    text-align: center;
}
@media only screen and (max-width:640px) {
    .stories-header__page-intro__title {
}
}.stories-header__page-intro__text {
    color: #FFF;
}
.stories-header__call {
    padding: 3em;
    margin: 2vw;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(221, 220, 218, 0.9);
}
@media only screen and (min-width:1025px) {
    .stories-header__call {
    height: 400px;
    margin: auto 2vw;
}
}@media only screen and (max-width:1023px) {
    .stories-header__call {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0;
}
}.stories-header__call__subtitle {
    color: #8446ac;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-align: center;
}
.stories-header__call__button {
    padding: 0.5em!important;
}