
.admissions-trifold {
    background: black;
    box-shadow: inset -1px 0 white;
    color: white;
    margin: 0 0 1em;
}

.admissions-trifold > div {
    padding: 240px 15px 15px;
}

.undergraduate {
    background: black url("/admissions/graphics/undergraduate-bkgrnd.jpg") no-repeat center top;
    background-size: cover;
}

.graduate {
    background: black url("/admissions/graphics/graduate-bkgrnd.jpg") no-repeat center top;
    background-size: cover;
}

.financial {
    background: black url("/admissions/graphics/costs-bkgrnd.jpg") no-repeat center top;
    background-size: cover;
}

.blurb {
    line-height: 1.4;
}

.admissions-trifold h3 {
    font-size: 2em;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
}

.admissions-trifold a,
.admissions-trifold a:hover {
    border-bottom: 1px solid white;
    color: white;
    text-decoration: none;
}

.admissions-trifold h3 a,
.admissions-trifold h3 a:hover {
    border-bottom: none;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .admissions-trifold h3 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 767px) {
    .admissions-trifold {
        background: none;
        border-bottom: 1px solid #eee;
        color: inherit;
    }
    .admissions-trifold > div {
        background: none;
        padding: 0;
    }
    .admissions-trifold h3 {
        font-weight: normal;
    }
    .admissions-trifold a,
    .admissions-trifold a:hover {
        color: #c8102e;
        border-bottom: none;
        text-decoration: none;
    }
    .admissions-trifold a:hover {
        text-decoration: underline;
    }
}

