.nav-gap-item {
  padding-top: 28px;
  padding-bottom: 28px; }
  @media (max-height: 800px), (max-width: 800px) {
    .nav-gap-item {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-height: 480px), (max-width: 480px) {
    .nav-gap-item {
      padding-top: 14px;
      padding-bottom: 14px; } }

.nav-gap-item, .nav-gap-outer {
  padding-left: 14px;
  padding-right: 14px; }
  @media (max-height: 800px), (max-width: 800px) {
    .nav-gap-item, .nav-gap-outer {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-height: 480px), (max-width: 480px) {
    .nav-gap-item, .nav-gap-outer {
      padding-left: 7px;
      padding-right: 7px; } }

#navigation {
  height: 100%;
  overflow-x: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

#navbar {
  background-color: #1f1f1d;
  display: flex;
  pointer-events: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }

#navbar.animationEnabled {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

#navbar.transparent {
  background-color: rgba(31, 31, 29, 0); }

#navbar.transparent.animationEnabled {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

#home-menu {
  flex-grow: 1;
  z-index: 20; }

#home-menu a {
  align-items: center;
  clear: both;
  display: flex;
  float: left;
  height: 100%; }

#home-menu img {
  box-sizing: content-box;
  display: block;
  height: 28px;
  width: auto; }

#navigation .topic {
  align-items: center;
  color: #f9f9f6;
  display: flex;
  font-family: myriad-pro, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none; }

#navigation.compact .topic {
  display: none; }

#fsm-button {
  box-sizing: content-box;
  height: 28px;
  position: relative;
  width: 28px;
  z-index: 20; }

#fsm-button div {
  background-color: white;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 28px; }

#fsm-button div:first-child {
  -webkit-transform: translate(0, -350%);
  -moz-transform: translate(0, -350%);
  -ms-transform: translate(0, -350%);
  -o-transform: translate(0, -350%);
  transform: translate(0, -350%);
  -webkit-animation: top 0.5s linear 0s 1 reverse backwards;
  animation: top 0.5s linear 0s 1 reverse backwards; }

#fsm-button div:nth-child(2) {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: middle 0.5s linear 0s 1 reverse backwards;
  animation: middle 0.5s linear 0s 1 reverse backwards; }

#fsm-button div:nth-child(3) {
  -webkit-transform: translate(0, 250%);
  -moz-transform: translate(0, 250%);
  -ms-transform: translate(0, 250%);
  -o-transform: translate(0, 250%);
  transform: translate(0, 250%);
  -webkit-animation: bottom 0.5s linear 0s 1 reverse backwards;
  animation: bottom 0.5s linear 0s 1 reverse backwards; }

.expanded #fsm-button div:first-child {
  -webkit-animation: bottom 0.5s linear 0s 1 normal forwards;
  animation: bottom 0.5s linear 0s 1 normal forwards; }

.expanded #fsm-button div:nth-child(2) {
  -webkit-animation: top 0.5s linear 0s 1 normal forwards;
  animation: top 0.5s linear 0s 1 normal forwards; }

.expanded #fsm-button div:nth-child(3) {
  -webkit-animation: middle 0.5s linear 0s 1 normal forwards;
  animation: middle 0.5s linear 0s 1 normal forwards; }

@-webkit-keyframes top {
  0% {
    -webkit-transform: translate(0, -350%) rotate(0deg); }
  38% {
    -webkit-transform: translate(0, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, -50%) rotate(135deg); } }
@keyframes top {
  0% {
    transform: translate(0, -350%) rotate(0deg); }
  38% {
    transform: translate(0, -50%) rotate(0deg); }
  100% {
    transform: translate(0, -50%) rotate(135deg); } }
@-webkit-keyframes middle {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0deg); }
  38% {
    -webkit-transform: translate(0, -50%) rotate(90deg); }
  100% {
    -webkit-transform: translate(0, -50%) rotate(225deg); } }
@keyframes middle {
  0% {
    transform: translate(0, -50%) rotate(0deg); }
  38% {
    transform: translate(0, -50%) rotate(90deg); }
  100% {
    transform: translate(0, -50%) rotate(225deg); } }
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translate(0, 250%) rotate(0deg); }
  38% {
    -webkit-transform: translate(0, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, -50%) rotate(135deg); } }
@keyframes bottom {
  0% {
    transform: translate(0, 250%) rotate(0deg); }
  38% {
    transform: translate(0, -50%) rotate(0deg); }
  100% {
    transform: translate(0, -50%) rotate(135deg); } }
#dropdown-menu {
  position: relative; }

#navigation.compact #dropdown-menu {
  display: none; }

#ddm-button {
  height: 100%; }

#ddm-panel {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0s 0.6s;
  -moz-transition: max-height 0s 0.6s;
  -o-transition: max-height 0s 0.6s;
  transition: max-height 0s 0.6s; }

#ddm-content {
  position: relative;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s, transform 0.6s;
  -moz-transition: -moz-transform 0.6s, transform 0.6s;
  -ms-transition: -ms-transform 0.6s, transform 0.6s;
  -o-transition: -o-transform 0.6s, transform 0.6s;
  transition: -webkit-transform 0.6s, -moz-transform 0.6s, -ms-transform 0.6s, -o-transform 0.6s, transform 0.6s; }

#ddm-content svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: #009fe3;
  stroke-width: 0; }

#ddm-panel .ddm-nav-tab {
  position: relative;
  display: flex;
  padding: 0 32px; }

#ddm-panel .ddm-nav-tab * {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: myriad-pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #0c0c0b; }

#ddm-panel .ddm-nav-tab a {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  text-decoration: none; }

#dropdown-menu .ddm-line {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  height: 2px;
  width: 0;
  background-color: #009fe3;
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s; }

#fullscreen-menu {
  position: relative;
  z-index: 10; }

#navigation:not(.compact) #fullscreen-menu {
  display: none; }

#fsm-panel {
  height: 100vh;
  max-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: max-width 0s 0.5s;
  -moz-transition: max-width 0s 0.5s;
  -o-transition: max-width 0s 0.5s;
  transition: max-width 0s 0.5s;
  z-index: 5; }

#fsm-content {
  position: relative;
  left: 100%;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s linear, transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear, transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear, transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear, transform 0.5s linear;
  transition: -webkit-transform 0.5s linear, -moz-transform 0.5s linear, -ms-transform 0.5s linear, -o-transform 0.5s linear, transform 0.5s linear;
  background-color: #1f1f1d;
  max-width: 25vw;
  width: 100vw;
  height: 100%;
  overflow-y: auto; }

@media (max-width: 1024px) {
  #fsm-content {
    max-width: 33.3333333333vw; } }
@media (max-width: 875px) {
  #fsm-content {
    max-width: 50vw; } }
@media (max-width: 640px) {
  #fsm-content {
    max-width: 66.6666666667vw; } }
@media (max-width: 467px) {
  #fsm-content {
    max-width: 75vw; } }
@media (max-width: 400px) {
  #fsm-content {
    max-width: 100vw; } }
#fullscreen-menu.expanded #fsm-content {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

#fsm-content .fsm-section {
  position: relative;
  box-shadow: -10px 12px 0 -10px #009fe3 inset; }

#fsm-content .fsm-tab {
  left: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  position: relative;
  width: 172px; }

#fsm-content .fsm-tab > canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #009fe3; }

#fsm-content .fsm-tab > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: #009fe3;
  stroke-width: 0; }

#fsm-content .fsm-section a, #fsm-content .fsm-section span {
  position: relative;
  display: block;
  text-align: right;
  color: #f9f9f6;
  text-decoration: none; }

#fsm-content .fsm-section {
  padding-bottom: 84px; }
  @media (max-height: 800px), (max-width: 800px) {
    #fsm-content .fsm-section {
      padding-bottom: 60px; } }
  @media (max-height: 480px), (max-width: 480px) {
    #fsm-content .fsm-section {
      padding-bottom: 42px; } }

#fsm-content .fsm-tab a, #fsm-content .fsm-tab span {
  padding-right: 28px;
  padding-top: 6px;
  padding-bottom: 6px; }
  @media (max-height: 800px), (max-width: 800px) {
    #fsm-content .fsm-tab a, #fsm-content .fsm-tab span {
      padding-right: 20px; } }
  @media (max-height: 480px), (max-width: 480px) {
    #fsm-content .fsm-tab a, #fsm-content .fsm-tab span {
      padding-right: 14px; } }

#fsm-content .fsm-section > a, #fsm-content .fsm-section > span {
  margin-right: 28px;
  margin-top: 56px;
  width: 172px;
  margin-left: auto; }
  @media (max-height: 800px), (max-width: 800px) {
    #fsm-content .fsm-section > a, #fsm-content .fsm-section > span {
      margin-right: 20px;
      margin-top: 40px; } }
  @media (max-height: 480px), (max-width: 480px) {
    #fsm-content .fsm-section > a, #fsm-content .fsm-section > span {
      margin-right: 14px;
      margin-top: 28px; } }

@media (max-height: 420px) {
  #fsm-content .fsm-tab {
    width: 160px; }

  #fsm-content .fsm-tab a, #fsm-content .fsm-tab span {
    padding-top: 4px;
    padding-bottom: 4px; }

  #fsm-content .fsm-section > a, #fsm-content .fsm-section > span {
    margin-top: 28px;
    width: 160px; } }
  @media (max-height: 420px) and (max-height: 800px), (max-height: 420px) and (max-width: 800px) {
    #fsm-content .fsm-section > a, #fsm-content .fsm-section > span {
      margin-top: 20px; } }
  @media (max-height: 420px) and (max-height: 480px), (max-height: 420px) and (max-width: 480px) {
    #fsm-content .fsm-section > a, #fsm-content .fsm-section > span {
      margin-top: 14px; } }
