<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.optionalCallout {
    background: #800000 url(../../img/student-life/students-walking-faded.jpg) repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 0;
}

.optionalCallout p {
    color: #800000;
    background: #fff;
    margin: 0 auto;
    max-width: 760px;
    padding: 1rem;
    z-index: 20;
    position: relative;
}

.optionalCallout p strong {
    display: block;
    font-weight: 500;
}

.optionalCallout p a {
    color: #800000;
    text-decoration: none;
    display: block;
    ; }

.optionalCallout p a:hover {
    color: #000;
}

.optionalCallout p .fa-floatleft {
    display: block;
    ; margin-right: 0;
    padding: 0.2rem 0.6rem;
    position: absolute;
    left: -9px;
    top: -1px;
    ; }

.optionalCallout .optionalCallout_text {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    position: relative;
}

@media (min-width: 400px) {
    .optionalCallout p {
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
}

@media (min-width: 581px) {
    .optionalCallout p {
        width: 91%;
        text-align: center;
        /* margin-top: -1.5rem; */
        bottom: 1.5rem;
    }

    .optionalCallout p strong {
        display: inline;
    }

    .optionalCallout p .fa-floatleft {
        ; display: inline;
        ; float: none;
        ; position: relative;
        ; left: auto;
        ; top: auto;
    }

    .optionalCallout .optionalCallout_text {
        float: none;
        text-align: center;
        padding: 0;
    }

    .hero-sb img {
        float: none;
        height: auto;
        max-width: 185%;
        width: 118%;
        margin-left: -9%;
    }
}

@media (min-width: 941px) {
    .hero-sb img {
        position: absolute;
        z-index: 1;
        margin-top: 0;
        margin-left: 0;
        right: 0;
        ; }
}

@media (min-width: 1024px) {
    .hero-sb img {
        margin-top: -10%;
        width: 104%;
    }

    .hero-sb img.align-image-top {
        margin-top: 0%;
    }
}

@media (min-width: 1160px) {
    .hero-sb img {
        margin-top: -12%;
        width: 100%;
    }

    .hero-sb img.align-image-top {
        margin-top: 0%;
    }
}

@media (min-width: 1400px) {
    .hero-sb img {
        margin-top: -18%;
        width: 100%;
    }

    .hero-sb img.align-image-top {
        margin-top: 0%;
    }
}

@media (min-width: 1760px) {
    .hero-sb img {
        margin-top: -18%;
        width: 100%;
    }

    .hero-sb img.align-image-top {
        margin-top: 0%;
    }
}

@media (min-width: 901px) {
    .optionalCallout p {
        font-size: 1.25rem;
    }
}

.seawolfStrip .wpb_wrapper {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
}

.seawolfStrip .wpb_wrapper span {
    width: 100%;
    font-weight: 900;
    margin: 4px 0;
}

.seawolfStrip .wpb_wrapper span strong {
    font-weight: 900;
    clear: left;
    display: inline-block;
}

@media (min-width: 1160px) {
    .seawolfStrip .wpb_wrapper span {
        display: inline;
        margin: 0;
        float: none;
        width: auto;
        font-weight: 900;
    }

    .seawolfStrip .wpb_wrapper span strong {
        font-weight: 900;
    }
}</pre></body></html>