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

/* BRANDING */
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: 1.25rem !important;
    padding-left: 1.25rem !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;
}

.site-brand {
    margin-top: 10px;
}
.csu-site-title-image {
    width: 210px;
   /* max-width: 210px; breaks things in ie*/ 
    min-width: 150px;

}

/* 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: #DA3D0F !important;
    border-bottom-color: #DA3D0F !important;
}
nav > * > .tabs .tab a.active {
    color: #DA3D0F !important;
    border-bottom-color: #DA3D0F !important;
}

#main-nav .sub-nav .right-panel ul li a, #main-nav .sub-nav .right-panel a { 
    color: #DA3D0F !important;
}

/* MASTHEAD NAV END */