@charset "UTF-8";
/* CSS Modifications which only apply to this site */

/* Site Header */
.title-bar-right,
.title-bar-right h2 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 0;
	font-weight: 300;
}
.title-bar-right small,
.title-bar-right h2 small {
	font-size: 10px;
	line-height: 12px;
	color: #fff;
}
.mainNavigation .dropdown .dropdown-menu {
    left: inherit !important;
    right: inherit !important;
}
.quick-links li a[href$=".pdf"]:before {
	content: none;
}
.quick-links li a[href$=".doc"]:before, .quick-links li a[href$=".docx"]:before {
	content: none;
}
.sidenav .top-level[data-toggle="collapse"]::after {
    top: 4px;
}