<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hide the content section header */
body .page-title {
   display:none;
}

/* Slider CSS */
 
.white {
    margin-top: 60px;
}
 
.owl-stage-outer {
    background-image: url(https://www.northwestern.edu/brand/images/color/palette/swatch1.png);
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: center center;
}
 
.owl-stage {
   
}
 
.owl-carousel {
 
}
 
 
.sa_hover_container {
    display: flex !important;
    flex-basis: 0;
    justify-content: center;
}
 
.owl-carousel .owl-item img {
    border-radius: 50%;
    max-width: 275px !important;
    border: 10px solid #4e2a84;
    margin-right: 50px;
}
 
.owl-carousel .owl-item .slide_text {
    align-self: center;
    width: 700px;
    margin-top: 40px;
}
 
.owl-carousel .owl-item .slide_text h2 {
    color: white;
    font-family: "Campton Bold", Impact, sans-serif;
    font-size: 28px;
    margin-top: 8px;
}
 
.owl-carousel .owl-item .slide_text h3 {
    color: white;
    font-family: "Campton Book", Tahoma, sans-serif;
    font-size: 22px;
    display: inline;
    margin-right: 10px;
}
 
.owl-carousel .owl-item .slide_text h4 {
    color: #dad5e8 !important;
    font-size: 15px;
    font-weight: lighter;
    display: inline;
}
 
.owl-carousel .owl-item .slide_text p {
    color: white;
    font-size: 16px;
    margin-top: 6px;
    line-height: 1.5em;
}
 
 
@media only screen and (max-width: 1100px)  {
    .owl-stage-outer {
        background-size: 100% 80%;
        background-repeat: no-repeat;
        background-position: center center;
    }
 
    .owl-carousel .owl-item img {
        border-radius: 50%;
        max-width: 275px !important;
        border: 10px solid #4e2a84;
        margin-right: 50px;
    }
}
 
@media only screen and (max-width: 680px)  {
    .sa_hover_container {
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        text-align: center;
    }
 
    .owl-carousel .owl-item img {
        margin-right: 0;
        border-radius: 50%;
        max-width: 275px !important;
        border: 10px solid #4e2a84;
    }
 
    .owl-carousel .owl-item .slide_text {
        align-self: center;
        width: 100%;
        padding: 0 30px;
        margin: 10px 0 50px 0;
    }
 
    .owl-carousel .owl-item .slide_text h3 {
        display: block;
    }
 
}
</pre></body></html>