header.main {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  height: 70px;
  width: 100%;
  font-size: 10.5pt;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #971D20;
  color: white; }
  header.main a {
    color: inherit;
    text-decoration: inherit; }

header.main nav.system {
  position: relative;
  float: left;
  min-width: 200px;
  overflow-x: visible;
  margin-left: 20px;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 70px; }
  header.main nav.system > * {
    display: inline-block;
    height: 100%; }

#globalmenu-button {
  margin-right: 5px; }
  #globalmenu-button img {
    margin-top: -5px;
    height: 20px;
    vertical-align: middle; }

label#globalmenu-button {
  cursor: pointer; }

#globalmenu-popout {
  box-sizing: border-box;
  position: fixed;
  z-index: 2;
  width: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  background-color: white;
  border-right: #CCCCCC;
  transition: width 0.3s ease;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }

#globalmenu-overlay {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: black;
  opacity: 0;
  transition: opacity 0.3s ease, height 0s ease 0.3s; }
  #globalmenu-overlay label {
    display: block;
    width: 100%;
    height: 100%; }

#globalmenu-checkbox {
  display: none; }
  #globalmenu-checkbox:checked ~ #globalmenu-overlay {
    height: 100%;
    opacity: 0.6;
    transition: opacity 0.3s ease; }
  #globalmenu-checkbox:checked ~ #globalmenu-popout {
    width: 300px; }

#globalmenu-scrollcontainer {
  height: 100%;
  width: 300px;
  padding-top: 10px;
  /* The padding pushes the scrollbar into the overflow of the parent container, which is hidden  */
  padding-right: 50px;
  overflow-x: hidden;
  overflow-y: scroll; }
  #globalmenu-scrollcontainer h3 {
    border-bottom: 2px solid #cccccc;
    margin: 10px 15px 5px 15px;
    padding-bottom: 4px;
    width: 270px; }
  #globalmenu-scrollcontainer ul {
    padding: 0;
    margin-bottom: 20px; }
  #globalmenu-scrollcontainer li {
    list-style-type: none;
    font-size: 1.1em;
    line-height: 1.5em; }
    #globalmenu-scrollcontainer li a {
      color: inherit;
      font-weight: normal;
      display: inline-block;
      padding: 5px 10px 5px 50px;
      width: 100%;
      background: no-repeat 20px center;
      background-size: auto 1em; }
      #globalmenu-scrollcontainer li a:hover {
        text-decoration: none;
        background-color: #EEE; }
    #globalmenu-scrollcontainer li.active a,
    #globalmenu-scrollcontainer li a:hover {
      color: #971D20; }

/*# sourceMappingURL=menu.css.map */
