/* 9569937 - 8/2/24 - Jon B */

@media (max-width: 1220px) {
  body:not(.fsComposeMode).test-fixed #fsHeader {
    position: fixed;
    top: 0;
    left: 0;
  }

  .test-fixed #fsMenu {
    position: fixed;
    height: 100vh;
    padding-bottom: 0;
  }

  .test-fixed #fsMenu .fsMenu {
    height: 100%;
    overflow: auto;
  }
}