<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #464646;
  padding: 9px 0px;
  height: 40px;
  font-size: 0.875em;
  font-weight: bold;
}
#nav_roles {
  float: right;
}
#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: #ffffff;
    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:focus, #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;
  margin: 0px 10px 0px 10px;
}
#nav_header_tools ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0px 5px 0px;
    overflow: hidden;
    /* background-color: #fff; */
}
#nav_header_tools li:after {
    content: '\00a0\2022\00a0';
    color: #c98484;
    /* color: rgb(255 255 255 / 50%); */
}
#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;
    color: #ffffff;
}
#nav_header_tools li a:hover {
color: #ffffff;
    text-decoration: underline;
}
#nav_header_tools .active {
  background-color: #710000;
}
</pre></body></html>