@charset "utf-8";
/* CSS Document */
/* Roles Navigation - Top Bar */
#topbar {
	color: #fff;
	max-width: 1366px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0px auto;
	padding: 0px 0px 0px 20px;
}
#nav_roles .rolemenu_for {
	color: #5c5c5c;
	padding: 9px 0px;
	height: 40px;
	font-size: 0.875em;
	font-weight: bold;
}
#nav_roles {}
#nav_roles ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
}
#nav_roles li:after {
	content: '\007c';
	color: #999;
	color: rgba(0, 0, 0, 0.18);
}
#nav_roles li:first-child:after {
	content: '';
}
#nav_roles li {
	float: left;
	margin-left: 0px;
}
#nav_roles li:last-child:after {
	border-right: none;
	content: '';
}
#nav_roles li a {
	color: #710000;
	padding: 5px;
	margin: 5px;
	text-align: center;
	display: inline-block;
	font-size: .8em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	/* letter-spacing: 1px; */
	text-decoration: none;
}
#nav_roles li a:hover {
	background-color: #710000;
	border-radius: 4px;
	color: #fff;
}
#nav_roles .active {
	background-color: #710000;
}

/* HEADER TOOL LINKS */
#nav_header_tools {
	float: right;
}
#nav_header_tools ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	background-color: #fff;
}
#nav_header_tools li:after {
	content: '\00a0\2022\00a0';
	color: #999;
	color: rgba(0, 0, 0, 0.5);
}
#nav_header_tools li:first-child:after {}
#nav_header_tools li {
	float: left;
	margin-left: 0px;
}
#nav_header_tools li:last-child:after {
	border-right: none;
	content: '';
}
#nav_header_tools li a {
	font-size: .725em;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	vertical-align: 2px;
}
#nav_header_tools li a:hover {
	color: #3c3c3c;
	text-decoration: underline;
}
#nav_header_tools .active {
	background-color: #710000;
}