body.head-fixed header#site_header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: auto; }

div.head-bar {
  height: 3rem;
  font-size: 1.125rem;
  user-select: none;
  -webkit-user-select: none; }
  div.head-bar .container {
    padding: 0 2rem; }
  div.head-bar#top_bar .container {
    padding: 0 1rem 0 0.75rem; }
  div.head-bar ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    div.head-bar ul li {
      position: relative;
      display: inline-block;
      white-space: nowrap; }
      div.head-bar ul li > a,
      div.head-bar ul li > div {
        position: relative;
        display: block;
        white-space: nowrap;
        padding: 0.75rem 1rem;
        color: rgba(255, 255, 255, 0.75);
        transition: background-color 0.3s ease-out; }
        div.head-bar ul li > a:hover, div.head-bar ul li > a.active,
        div.head-bar ul li > div:hover,
        div.head-bar ul li > div.active {
          text-decoration: none;
          background-color: #1c1954;
          color: #ffc54e; }
        div.head-bar ul li > a span.glyphicon,
        div.head-bar ul li > div span.glyphicon {
          top: 1px;
          font-size: 1.25rem;
          padding: 0 0.75rem; }
      div.head-bar ul li ul {
        position: absolute;
        z-index: 100;
        right: 0;
        width: auto;
        top: 100%;
        text-align: right;
        background-color: #1c1954;
        display: none; }
        div.head-bar ul li ul:hover {
          display: block; }
        div.head-bar ul li ul li {
          display: block; }
      div.head-bar ul li div:focus + ul {
        display: block; }
    div.head-bar ul#ls2_sites li a.active:after {
      content: "";
      position: absolute;
      left: 1rem;
      right: 1rem;
      bottom: 0.5rem;
      height: 2px;
      background-color: #ffc54e; }
    div.head-bar ul#ls2_sites li a span.glyphicon {
      padding: 0 0.75rem 0 0; }
    div.head-bar ul#ls2_sites li:first-child a {
      padding-left: 0.25rem; }
    div.head-bar ul#ls2_user {
      float: right; }
      div.head-bar ul#ls2_user li#user_identity div {
        padding: 0.75rem 0; }

div.head-bar#top_bar {
  background-color: #3d3979; }

div.head-bar#top_menu {
  background-color: #5e5998; }
  div.head-bar#top_menu ul li a:hover,
  div.head-bar#top_menu ul li a.active {
    background-color: #3d3979;
    color: #ffc54e; }

div.head-bar#sub_menu {
  background-color: #7670b3; }
  div.head-bar#sub_menu ul li a:hover,
  div.head-bar#sub_menu ul li a.active {
    background-color: #3d3979;
    color: #ffc54e; }

@media all and (max-width: 1024px) {
  div.head-bar .container ul {
    padding: 0; }
  div.head-bar .container {
    padding: 0 0.5rem 0 1.5rem; }
  div.head-bar#top_bar .container {
    padding: 0; } }

header#site_header.bg-visual {
  background-color: #3d3979;
  background-image: url(/css/img/head-background.png);
  background-position: center top;
  background-size: 100vw 216px;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  header#site_header.bg-visual div.head-bar#top_bar {
    background-color: transparent; }
    header#site_header.bg-visual div.head-bar#top_bar ul li {
      background-color: rgba(0, 0, 0, 0.4); }
      header#site_header.bg-visual div.head-bar#top_bar ul li > a:hover, header#site_header.bg-visual div.head-bar#top_bar ul li > a.active,
      header#site_header.bg-visual div.head-bar#top_bar ul li > div:hover,
      header#site_header.bg-visual div.head-bar#top_bar ul li > div.active {
        background-color: rgba(0, 0, 0, 0.4); }
  header#site_header.bg-visual div.head-bar#top_menu {
    background-color: rgba(94, 89, 152, 0.4); }
    header#site_header.bg-visual div.head-bar#top_menu ul li > a:hover, header#site_header.bg-visual div.head-bar#top_menu ul li > a.active {
      background-color: rgba(61, 57, 121, 0.6); }
  header#site_header.bg-visual div.head-bar#sub_menu {
    background-color: rgba(118, 112, 179, 0.5); }
    header#site_header.bg-visual div.head-bar#sub_menu ul li > a:hover, header#site_header.bg-visual div.head-bar#sub_menu ul li > a.active {
      background-color: rgba(61, 57, 121, 0.7); }
