#header-switch, #menu-switch {
  font-family: 'RationalTWDisplay-Book';
  letter-spacing: 1.1px;
  font-size: 12px; }

#menu {
  display: none; }
  #menu > ul {
    background-color: #00c8ff;
    color: white;
    position: fixed;
    top: 11rem;
    padding: 1.7rem 2.8rem; }
    #menu > ul > li.menu-item {
      min-width: 15rem;
      border-bottom: 3px solid white;
      padding: 1.3rem 0; }
      #menu > ul > li.menu-item > a {
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 2.5rem; }
    #menu > ul > li.menu-item:nth-child(2) {
      padding-top: 0; }
    #menu > ul > li.menu-item:nth-child(3) {
      padding-bottom: 2.1rem; }
    #menu > ul > li:last-child {
      border-bottom: none; }
    #menu > ul li {
      font-family: "RationalTWDisplay-Book"; }
    #menu > ul ul li a {
      font-family: 'RationalTWDisplay-Book';
      font-size: 1rem;
      line-height: 1.3rem;
      color: white; }
    #menu > ul li.menu-item a:hover {
      text-decoration: underline !important; }

#menu.displayed {
  display: block; }

#menu-button {
  transition: top, left 0.2s ease;
  position: fixed;
  left: 2.6rem;
  top: 2.6rem; }
  #menu-button > * {
    display: inline-block;
    vertical-align: middle; }
  #menu-button > :last-child {
    padding-left: 2px; }
  #menu-button #burger {
    width: 28px; }
    #menu-button #burger > div > span {
      transition: transform 0.2s ease;
      display: block;
      height: 2px;
      background-color: #646464; }
    #menu-button #burger > div {
      margin: 5px 0; }
    #menu-button #burger > div:first-child {
      margin: 3px 0 5px 0; }

#menu.sticky > ul {
  top: 6.143rem; }
  #menu.sticky > ul > li.menu-item:nth-child(2) {
    padding-top: 1.5rem; }

.sticky #menu-button {
  border: none;
  padding: 2px calc( 1rem + 2px );
  top: 1.3rem;
  left: 1.3rem; }

#menu-button.displayed #burger > div {
  position: relative; }
#menu-button.displayed #burger > div:nth-child(2) {
  opacity: 0; }
#menu-button.displayed #burger > div:first-child {
  top: 7px; }
  #menu-button.displayed #burger > div:first-child span {
    transform: rotate(-45deg); }
#menu-button.displayed #burger > div:last-child {
  bottom: 7px; }
  #menu-button.displayed #burger > div:last-child span {
    transform: rotate(45deg); }

#menu-button:hover #burger span, #menu-button.active #burger span {
  background-color: white; }

#header-switch a, #menu-switch a {
  color: #646464;
  display: inline-block;
  padding: 0 0 2px 0; }
#header-switch a.active, #menu-switch a.active {
  border-bottom: 2px solid #646464; }

#header-switch {
  position: fixed;
  top: 6.5rem;
  left: 2.6rem; }

#menu-switch {
  display: none; }

#menu-switch a, #menu-switch a.active {
  border-color: white;
  color: white; }

#menu-switch a:hover {
  text-decoration: none; }

.sticky #menu-switch {
  display: inline-block !important; }

.sticky #header-switch {
  display: none; }

@media only screen and (max-width: 1024px) {
  #header-switch {
    top: 7.8rem; } }
@media only screen and (max-width: 1280px) {
  #header-switch {
    top: 7rem; } }
@media only screen and (max-width: 1024px) {
  #header-switch {
    top: 7.7rem; } }
@media only screen and (max-width: 767px) {
  #menu-button {
    left: 13px;
    top: 16px;
    border: none; }

  #menu-button:hover, #menu-button.active {
    background-color: transparent; }
    #menu-button:hover span, #menu-button.active span {
      background-color: #646464 !important; }

  #menu #menu-switch {
    margin: 1.7rem 0; }
  #menu > ul {
    left: 0;
    right: 0;
    bottom: 0;
    top: 6.143rem;
    overflow-y: scroll;
    padding-left: 2.8rem;
    padding-right: 2.8rem; }
    #menu > ul li.menu-item a {
      font-size: 1.9rem;
      line-height: 2.4rem !important; }
    #menu > ul ul li a {
      font-size: 1.4rem !important;
      line-height: 2rem !important; }

  #menu > ul > li.menu-item > a {
    line-height: 3.3rem !important; } }

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