/* SEARCH */
 .search-widget .search-button {
    background: white !important;
}
/* SEARCH END */

/* BRANDING */
div.col.siteName {
    padding-top: 0 !important;
}
img.csu-logo-image.csu-site-title-image {
    border-right-color: #F1F1F1;
}
a.csu-site-title {
    color: #222222 !important;
    text-decoration: underline !important;
    line-height: 44px !important; /*1.25rem !important;*/
    padding-left: 0px !important;
    font-size:15px;
    font-family: 'Basis Grotesque Regular', sans-serif !important;
}
a.csu-site-title:hover, 
a.csu-site-title:focus {
    color: #222222 !important;
    text-decoration: none !important;
}
/* BRANDING END */

/* MASTHEAD NAV */

.tabs.tabs-transparent .tab a, .tabs.tabs-transparent .tab.disabled a, .tabs.tabs-transparent .tab.disabled a:hover { 
    font-family: 'Basis Grotesque Medium', sans-serif !important;
    font-size: 13.5px !important;
}

nav > * > .tabs .tab a:hover,
nav > * > .tabs .tab a:focus {
    color: #C92D0C !important;
    border-bottom-color: #C92D0C !important;
}
nav > * > .tabs .tab a.active {
    color: #C92D0C !important;
    border-bottom-color: #C92D0C !important;
}
/* MASTHEAD NAV END */