<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*UTEP Custom Styles*/

.nav-utep-primary {
    border-bottom: 1px solid #041E42;
}

.nav-utep-primary &gt; li.active &gt; a,
.nav-utep-primary &gt; li.active &gt; a:hover, 
.nav-utep-primary &gt; li.active &gt; a:focus {
    color: #ffffff;
    background-color: #041E42;
    border: 1px solid #041E42;
}

.nav-utep-primary &gt; li &gt; a {
    border: 1px solid #eeeeee;
    border-bottom: none;
    background-color: #eeeeee;
    color:#041E42;
    
}

.nav-utep-primary &gt; li &gt; a:hover,
.nav-utep-primary &gt; li &gt; a:focus {
    border: 1px solid #041E42;
    background-color: #041E42;
    color: white;

}


.btn-primary-white {
    color: #041E42;
    background-color: #ffffff;
}

a.btn-primary-white {
    color: #041E42;
    font-weight: bold;
    text-decoration:none;
}

.utep-blue-block {
    background-color: #041E42 !important;
    margin: 30px 0;
    padding: 45px 30px;
    
}
.utep-blue-block h1, 
.utep-blue-block h2,
.utep-blue-block h3, 
.utep-blue-block h4
.utep-blue-block h5, 
.utep-blue-block h6,
.utep-blue-block p {
    color: #fff !important;
}

.utep-blue-block h1:first-child, 
.utep-blue-block h2:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

</pre></body></html>