/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("./roboto-v18-latin-ext_latin-regular.woff2") format("woff2"), url("./roboto-v18-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

body.top-bar-fixed div#top_bar {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: auto; }

.container {
  width: auto;
  max-width: 1170px; }

div#site_title {
  margin-top: 3rem; }

div.head-bar {
  font-family: Roboto, sans-serif;
  height: 3rem;
  font-size: 1.125rem;
  user-select: none;
  -webkit-user-select: none;
  box-shadow: 0 0 1.5rem #000000, 0 0 1.5rem #000000; }
  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;
      padding-right: 1rem; }
      div.head-bar ul#ls2_user li#user_identity div {
        padding: 0.75rem 0; }
        div.head-bar ul#ls2_user li#user_identity div span.name {
          display: inline-block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }

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

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

@media all and (max-width: 920px) {
  ul#ls2_user li span.name {
    max-width: 14rem; } }

@media all and (max-width: 860px) {
  ul#ls2_user li span.name {
    max-width: 12rem; } }

@media all and (max-width: 800px) {
  div.head-bar#top_bar ul#ls2_sites li.other-sub-site {
    display: none; } }

div.head-bar#top_bar.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; }
  div.head-bar#top_bar.bg-visual ul {
    background-color: transparent; }
    div.head-bar#top_bar.bg-visual ul li {
      background-color: rgba(0, 0, 0, 0.4); }
      div.head-bar#top_bar.bg-visual ul li > a:hover, div.head-bar#top_bar.bg-visual ul li > a.active,
      div.head-bar#top_bar.bg-visual ul li > div:hover,
      div.head-bar#top_bar.bg-visual ul li > div.active {
        background-color: rgba(0, 0, 0, 0.4); }
