.banner {
    background-image: url("/assets/images/sallie_mae_images/landing/sosl-dp-newbanner.jpg");
    height: 327px;
}
.h2 {
    font-size: 3.1em;
    margin-top: 0.5em;
}
.banner .h1 {
    font-size: 7.1em;
    font-weight: bold;
    line-height: 48px;
}
.banner .multicolumn_column.width_33 span {
    background-position: center top;
    min-height: 240px;
}
@media only screen and (max-width: 1000px) {
.banner {
    background-color: #f6fafd;
    background-image: url("/assets/images/sallie_mae_images/landing/sosl-dp-responsive.png");
    background-repeat: no-repeat;
    height: auto;
}
.h1 {
    font-size: 7.1em;
    font-weight: bold;
    line-height: 48px;
}
}
@media only screen and (max-width: 850px) {
.responsive .banner .multicolumn_column.width_33 span {
    background-position: -40px bottom;
}
.banner .h1 {
    font-size: 4.6em;
    font-weight: bold;
    line-height: 48px;
}
.banner .h2 {
    font-size: 3em;
    margin-top: 0.5em;
}
}
@media only screen and (max-width: 640px) {
.responsive .banner .column_fill {
    height: 20px;
}
.banner .h1 {
    font-size: 3.4em;
    font-weight: bold;
    line-height: 35px;
}
.banner .h2 {
    font-size: 2.1em;
    margin-top: 0.5em;
}
}
@media only screen and (min-width: 1150px) {
.xceptlargest {
    display: none;
}
}
