/* Justifies #csu-top-nav-right to prevent Select a Site from dropping to second line */
#csu-top-nav-right .navbar-nav>li {
    display: table-cell;
    float: none;
    text-align: center;
}
#csu-top-nav-right .navbar-nav>li .dropdown-menu {
    margin-top: -1px;
    text-align: left;
}
/* Fixes slideshow on homepage */
#homeslider {
	width: 700px;
}
.hidden-ie8 {
	display: none !important;
}