/*.brand-nav {
  background: #656565;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDM0MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #656565 0%, #343434 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656565), color-stop(100%,#343434));
  background: -webkit-linear-gradient(top, #656565 0%,#343434 100%);
  background: -o-linear-gradient(top, #656565 0%,#343434 100%);
  background: -ms-linear-gradient(top, #656565 0%,#343434 100%);
  background: linear-gradient(to bottom, #656565 0%,#343434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#343434',GradientType=0 );
  height: 29px;
  z-index: 100;
}

.brand-nav a {
  color: #fff;
  height: 29px;
  float: left;
  line-height: 29px;
  margin-left: 2px;
  overflow: hidden;
  position: relative;
}

.brand-nav a img {
  left: 0;
  position: relative;
  top: 0;
}

.brand-nav a:hover img {
  top: -29px;
}

.brand-nav a.makemusic:hover img {
  top: 0;
}

.brand-nav .sub-brands {
  float: right;
}

.brand-nav .drop-shadow {
  background: url('../images/brand-nav/drop-shadow.png') 0 0 repeat-x;
  bottom: -10px;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}*/
.eco-nav > div.container {
  margin-left: 1rem;
}

a.site-logo figure figcaption {
  opacity: 0;
}
.nav-header.nav-scrolling.brand-nav {
  margin-top: 3.5rem;
  padding: 0;
  height: 2.5rem;
  background-color: #fff;
  z-index: 10000;
}
.brand-nav > div.container {
  margin-left: 2rem;
}
.col-2.mm-logo {
  height: 3rem;
}

.menu-header-container,
.menu-header-container_eco_nav {
  z-index: 9000;
}

.menu-header-container,
.menu-header-container_eco_nav,
.menu-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.menu-header-container,
.menu-header-container_eco_nav {
  display: none;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 0.11s ease-out;
}
.logged-in .menu-header-container,
.logged-in .menu-modal-backdrop,
.logged-in .nav-header.nav-scrolling {
  top: 32px;
}

.nav-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0.5rem 0;
  background: #efefef;
  transition: opacity 0.11s ease-out;
}

.nav-header.nav-scrolling {
  position: fixed;
  background: #efefef;
  border-bottom: 1px solid #bbb;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.nav-header.nav-scrolling.eco-nav {
  position: fixed;
  background: #000;
  padding-top: 1.5rem;
  height: 1.5rem;
}

.nav-header.nav-scrolling.mm-nav {
  margin-top: 6.95rem;
}

.nav-header.nav-scrolling .mobile-menu-controls a {
  color: #000;
}

.nav-header .mobile-menu-controls {
  height: 2rem;
}

.nav-header .mobile-menu-controls a {
  font-size: 1.5rem;
  color: #000;
}

.nav-header .mobile-menu-controls a:last-child {
  margin-left: 1.65rem;
}

.nav-header .menu,
.nav-header .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav-header .menu li,
.nav-header .sub-menu li {
  margin: 0;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-header .menu a,
.nav-header .sub-menu a {
  width: 100%;
  display: block;
  padding: 1rem;
  color: #fff;
  background: #000;
  transition: all 0.11s ease-out;
  border-bottom: 1px solid transparent;
}

.nav-header .menu a:active,
.nav-header .menu a:active:focus,
.nav-header .menu a:focus,
.nav-header .menu a:hover,
.nav-header .sub-menu a:active,
.nav-header .sub-menu a:active:focus,
.nav-header .sub-menu a:focus,
.nav-header .sub-menu a:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}

.nav-header .menu a:active,
.nav-header .menu a:active:focus,
.nav-header .sub-menu a:active,
.nav-header .sub-menu a:active:focus {
  background: #000;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #fff;
}

.nav-header .menu .menu-item-has-children > a,
.nav-header .sub-menu .menu-item-has-children > a {
  display: inline-block;
  vertical-align: middle;
}

.nav-header .menu .menu-item-has-children > a:first-child,
.nav-header .sub-menu .menu-item-has-children > a:first-child {
  width: calc(100% - 3.5rem);
}

.nav-header .menu .menu-item-has-children > a.collapse,
.nav-header .menu .menu-item-has-children > a.expand,
.nav-header .sub-menu .menu-item-has-children > a.collapse,
.nav-header .sub-menu .menu-item-has-children > a.expand {
  width: 3.5rem;
  padding: unset;
  padding-right: 1rem;
  margin-top: 0.25rem;
  text-align: right;
  line-height: 1.571;
  color: #575759;
}

.nav-header .menu .menu-item-has-children > a.collapse:active,
.nav-header .menu .menu-item-has-children > a.collapse:active:focus,
.nav-header .menu .menu-item-has-children > a.collapse:focus,
.nav-header .menu .menu-item-has-children > a.collapse:hover,
.nav-header .menu .menu-item-has-children > a.expand:active,
.nav-header .menu .menu-item-has-children > a.expand:active:focus,
.nav-header .menu .menu-item-has-children > a.expand:focus,
.nav-header .menu .menu-item-has-children > a.expand:hover,
.nav-header .sub-menu .menu-item-has-children > a.collapse:active,
.nav-header .sub-menu .menu-item-has-children > a.collapse:active:focus,
.nav-header .sub-menu .menu-item-has-children > a.collapse:focus,
.nav-header .sub-menu .menu-item-has-children > a.collapse:hover,
.nav-header .sub-menu .menu-item-has-children > a.expand:active,
.nav-header .sub-menu .menu-item-has-children > a.expand:active:focus,
.nav-header .sub-menu .menu-item-has-children > a.expand:focus,
.nav-header .sub-menu .menu-item-has-children > a.expand:hover {
  color: #575759;
  background: 0 0;
  box-shadow: none;
}

.nav-header .menu .menu-item-has-children > a.collapse:after,
.nav-header .sub-menu .menu-item-has-children > a.collapse:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nav-header .menu .current-menu-ancestor > a:first-child,
.nav-header .menu .current-menu-item > a,
.nav-header .sub-menu .current-menu-ancestor > a:first-child,
.nav-header .sub-menu .current-menu-item > a {
  color: #000;
}

.nav-header .menu .current-menu-ancestor > a:first-child:focus,
.nav-header .menu .current-menu-ancestor > a:first-child:hover,
.nav-header .menu .current-menu-item > a:focus,
.nav-header .menu .current-menu-item > a:hover,
.nav-header .sub-menu .current-menu-ancestor > a:first-child:focus,
.nav-header .sub-menu .current-menu-ancestor > a:first-child:hover,
.nav-header .sub-menu .current-menu-item > a:focus,
.nav-header .sub-menu .current-menu-item > a:hover {
  color: #000;
}

.nav-header .menu {
  background: #fff;
  height: 100vh;
  max-height: 46rem;
  overflow-y: auto;
}

.nav-header .menu > .current-menu-item > a:first-child {
  color: #bbb;
}

.nav-header .menu > .current-menu-ancestor > a:first-child {
  color: #fff;
}

.nav-header .sub-menu {
  display: block;
  padding: 0 0 0 1rem;
  background: #efefef;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}

.nav-header .sub-menu > li > a {
  background: #efefef;
}

.nav-header .sub-menu > .current-menu-ancestor > a:first-child,
.nav-header .sub-menu > .current-menu-item > a:first-child {
  color: #bbb;
}
@media (min-width: 992px) {
  .menu-header-container_eco_nav {
    display: block;
    position: fixed;
    top: 0.75rem;
    left: auto;
    bottom: auto;
    right: 2rem;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    overflow-y: visible;
    opacity: 1;
  }
  .nav-header .menu {
    padding: 0;
  }
  .nav-header .menu,
  .nav-header .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }
  .nav-header .menu li,
  .nav-header .sub-menu li {
    position: relative;
    margin: 0;
    background: 0 0;
  }
  .nav-header .menu .menu-item-has-children > a,
  .nav-header .sub-menu .menu-item-has-children > a {
    display: inline-block;
    vertical-align: middle;
  }
  .nav-header .menu .menu-item-has-children > a:first-child,
  .nav-header .sub-menu .menu-item-has-children > a:first-child {
    width: 100%;
  }
  .nav-header .menu .menu-item-has-children > a.collapse,
  .nav-header .menu .menu-item-has-children > a.expand,
  .nav-header .sub-menu .menu-item-has-children > a.collapse,
  .nav-header .sub-menu .menu-item-has-children > a.expand {
    width: auto;
    height: 1rem;
    padding-right: 0;
    margin: auto 1rem auto -0.5rem;
    line-height: 1;
  }
  .nav-header .menu .menu-item-has-children > a.collapse:after,
  .nav-header .menu .menu-item-has-children > a.expand:after,
  .nav-header .sub-menu .menu-item-has-children > a.collapse:after,
  .nav-header .sub-menu .menu-item-has-children > a.expand:after {
    font-size: 0.75rem;
  }
  .nav-header .menu {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    top: auto;
    left: auto;
    background: 0 0;
    width: auto;
    height: auto;
    overflow-y: visible;
  }
  .nav-header .menu > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
  }
  .nav-header .menu > li > a {
    width: 100%;
    padding: 0;
    margin: 0.5rem 1rem;
    color: #000;
    background: 0 0;
    transition: all 0.11s ease-out;
    font-weight: bold;
  }
  .nav-header .menu > li > a:nth-child(2) {
    margin-left: -0.75rem;
  }
  .nav-header .menu > li > a:active,
  .nav-header .menu > li > a:active:focus,
  .nav-header .menu > li > a:focus,
  .nav-header .menu > li > a:hover {
    text-decoration: none;
    color: #575759;
    background: 0 0;
  }
  .nav-header .menu > li > a:active,
  .nav-header .menu > li > a:active:focus {
    box-shadow: none;
  }
  .nav-header .menu > li:a:first-child {
    border-bottom: 1px solid #000;
  }
  .nav-header .menu > li:hover > a:first-child {
    border-bottom: 1px solid #000;
    color: #000;
  }
  .nav-header #menu-eco-nav-menu > li:a:first-child {
    border-bottom: 1px solid #fff;
  }
  .nav-header #menu-eco-nav-menu > li:hover > a:first-child {
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .nav-header .menu > li + li {
    margin: 0 0rem;
  }
  .nav-header .menu > li:first-child > a:first-child {
    margin-left: 0;
  }
  .nav-header .menu > li:first-child .sub-menu {
    left: 0;
  }
  /*.nav-header .menu>li:nth-last-child(3) {
  margin-right: 1.75rem
}*/
  .nav-header .menu > li:nth-last-child(2) {
    /*margin-left: 1.75rem;*/
    overflow-x: visible;
  }
  .nav-header .menu > li:nth-last-child(2):before {
    content: "";
    position: absolute;
    z-index: 10;
    display: block;
    top: 0.5rem;
    bottom: 0.5rem;
    left: -1.75rem;
    background: #fff;
    background: #bbb;
  }
  .nav-header .menu > li:last-child {
    margin-right: 0;
  }
  .nav-header .menu > li:last-child > a:active,
  .nav-header .menu > li:last-child > a:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .nav-header .menu > li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
  .nav-header .menu .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .nav-header .menu .menu-item-has-children > a.collapse,
  .nav-header .menu .menu-item-has-children > a.collapse:active,
  .nav-header .menu .menu-item-has-children > a.collapse:active:focus,
  .nav-header .menu .menu-item-has-children > a.collapse:focus,
  .nav-header .menu .menu-item-has-children > a.collapse:hover,
  .nav-header .menu .menu-item-has-children > a.expand,
  .nav-header .menu .menu-item-has-children > a.expand:active,
  .nav-header .menu .menu-item-has-children > a.expand:active:focus,
  .nav-header .menu .menu-item-has-children > a.expand:focus,
  .nav-header .menu .menu-item-has-children > a.expand:hover,
  .nav-header.nav-scrolling .menu > li > a,
  .nav-header.nav-scrolling .menu > li > a:active,
  .nav-header.nav-scrolling .menu > li > a:active:focus,
  .nav-header.nav-scrolling .menu > li > a:focus,
  .nav-header.nav-scrolling .menu > li > a:hover {
    color: #000;
  }
  .nav-header.nav-scrolling.eco-nav .menu > li > a {
    color: #fff;
  }
  .nav-header .menu > .current-menu-ancestor > a:first-child,
  .nav-header .menu > .current-menu-item > a:first-child {
    color: #000;
  }
  .nav-header .sub-menu {
    display: none;
    padding: 0;
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 100%;
    left: 1rem;
    z-index: 100;
    min-width: 12.5em;
    background: #f5f5f5;
  }
  .nav-header .sub-menu > li {
    display: block;
    width: 100%;
  }
  .nav-header .sub-menu > li > a {
    background: #efefef;
    color: #575759;
    padding: 1rem;
    width: auto;
    margin: 0;
  }
  .nav-header.nav-scrolling .menu > li > a:hover {
    color: #000;
    border-bottom: 1px solid #000;
  }
  .nav-header.nav-scrolling .menu > li:nth-last-child(2):before {
    background: #bbb;
  }
  .nav-header.nav-scrolling .menu .menu-item-has-children > a.collapse,
  .nav-header.nav-scrolling .menu .menu-item-has-children > a.collapse:active,
  .nav-header.nav-scrolling .menu .menu-item-has-children > a.collapse:active:focus,
  .nav-header.nav-scrolling .menu .menu-item-has-children > a.collapse:focus,
  .nav-header.nav-scrolling .menu .menu-item-has-children > a.collapse:hover,
  .nav-header.nav-scrolling .menu .menu-item-has-children > a.expand,
  .nav-header.nav-scrolling .menu .menu-item-has-children > a.expand:active,
  .nav-header.nav-scrolling .menu .menu-item-has-children > a.expand:active:focus,
  .nav-header.nav-scrolling .menu .menu-item-has-children > a.expand:focus,
  .nav-header.nav-scrolling .menu .menu-item-has-children > a.expand:hover,
  .nav-header.nav-scrolling .menu > .current-menu-ancestor > a:first-child,
  .nav-header.nav-scrolling .menu > .current-menu-item > a:first-child {
    color: #000;
  }
  .nav-header .menu > .current-menu-ancestor:not(:last-child) > a:first-child,
  .nav-header .menu > .current-menu-item:not(:last-child) > a:first-child {
    border-bottom: 1px solid #000;
  }
  .expand.nav-header.nav-scrolling .menu .menu-item-has-children > a.collapse:active {
    border-bottom: none;
  }
  .nav-header.nav-scrolling.eco-nav .menu > li.hide-desktop > a:nth-child(1),
  .nav-header.nav-scrolling.eco-nav .menu > li.hide-desktop > a:nth-child(2),
  .nav-header.nav-scrolling.eco-nav .menu > li.hide-desktop > a:nth-child(3),
  .nav-header.nav-scrolling.eco-nav .menu > li.hide-desktop > a:nth-child(4) {
    display: none;
  }
}
.nav-header .site-logo,
.nav-header .sm-logo,
.fn-logo,
.gt-logo,
.site-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-header .site-logo,
.sm-logo,
.nav-header .sm-logo,
.nav-header .fn-logo,
.nav-header .gt-logo {
  margin: 0;
}

.nav-header .site-logo figure,
.nav-header .sm-logo figure,
.nav-header .fn-logo figure {
  background-repeat: no-repeat;
  width: 10.25rem;
  height: 6.1rem;
  margin: auto 0;
}

.nav-header .site-logo figure,
.nav-header.nav-scrolling .site-logo figure {
  background-image: url(https://wpmedia-prod-makemusic-com.s3.us-west-1.amazonaws.com/wp-content/uploads/2022/03/MakeMusic_Logo_TM_Horizontal_White_NoSpace3.svg);
  position: absolute;
  bottom: -2.1rem;
  left: 3rem;
}

.nav-header .sm-logo,
.nav-header.nav-scrolling .sm-logo {
  background-image: url(https://wpmedia-prod-makemusic-com.s3.us-west-1.amazonaws.com/wp-content/uploads/2021/11/SmartMusic.svg);
  position: relative;
  bottom: -0.9rem;
  background-size: 6.5rem;
  margin-left: 1.7rem;
  padding: 0 10px;
  height: 2.75rem;
  background-repeat: no-repeat;
  background-position: top;
}

.nav-header .fn-logo,
.nav-header.nav-scrolling .fn-logo {
  background-image: url(https://wpmedia-prod-makemusic-com.s3.us-west-1.amazonaws.com/wp-content/uploads/2021/11/Finale.svg);
  position: relative;
  bottom: -0.8rem;
  background-size: 2.8rem;
  margin-left: 0.25rem;
  padding: 0 10px;
  height: 2.75rem;
  background-repeat: no-repeat;
  background-position: top;
}

.nav-header .gt-logo,
.nav-header.nav-scrolling .gt-logo {
  background-image: url(https://wpmedia-prod-garritan-com.s3.us-west-1.amazonaws.com/wp-content/uploads/2021/08/Garritan-extra.svg);
  position: relative;
  bottom: -0.15rem;
  background-size: 4rem;
  margin-left: -0.15rem;
  padding: 0 12px;
  height: 2.75rem;
  background-repeat: no-repeat;
  background-position: center;
}

.menu-header-container_brand_nav > ul#menu-brand-nav-menu > li {
  border-bottom: 0px solid #fff;
  transition: border-bottom 0.3s ease-in-out;
}

.menu-header-container_brand_nav > ul#menu-brand-nav-menu > li:first-child,
.menu-header-container_brand_nav > ul#menu-brand-nav-menu > li:nth-child(2) {
  height: 1.6rem;
}

.menu-header-container_brand_nav > ul#menu-brand-nav-menu > li:first-child {
  width: 6rem;
}

.menu-header-container_brand_nav > ul#menu-brand-nav-menu > li:nth-child(2) {
  width: 4rem;
}

.menu-header-container_brand_nav > ul#menu-brand-nav-menu > li:last-child {
  width: 4rem;
  height: 3.1rem;
}

.menu-header-container_brand_nav > ul#menu-brand-nav-menu > li:first-child:hover {
  border-bottom: 3px solid #ea7200;
}

.menu-header-container_brand_nav > ul#menu-brand-nav-menu > li:nth-child(2):hover {
  border-bottom: 3px solid #0081aa;
}

.menu-header-container_brand_nav > ul#menu-brand-nav-menu > li:last-child:hover {
  border-bottom: 3px solid #000;
}

.nav-header.brand-nav .menu li.sm-logo > a,
.nav-header.brand-nav .menu li.fn-logo > a,
.nav-header.brand-nav .menu li.gt-logo > a,
.nav-header.eco-nav .menu li.sm-logo > a,
.nav-header.eco-nav .menu li.fn-logo > a,
.nav-header.eco-nav .menu li.gt-logo > a {
  opacity: 0;
}

@media (max-width: 991px) {
  .nav-header.nav-scrolling.eco-nav {
    height: auto;
  }
  .nav-header .site-logo figure,
  .nav-header.nav-scrolling .site-logo figure {
    bottom: -3rem;
  }
  .col-2.mm-logo {
    margin-left: -13px;
  }
  .nav-header .sm-logo figure,
  .nav-header.nav-scrolling .sm-logo figure,
  .nav-header .fn-logo figure,
  .nav-header.nav-scrolling .fn-logo figure {
    bottom: -1.5rem;
  }

  .nav-header.nav-scrolling.eco-nav {
    padding-top: 1rem;
  }
  .force-inline-center {
    justify-content: left;
  }
  .nav-header.nav-scrolling.brand-nav {
    display: none;
  }
  .nav-header.nav-scrolling.mm-nav {
    margin-top: 4.65rem;
    background-color: #fff;
    z-index: 10;
    height: 54.25px;
    padding: 14px 0;
  }
  .menu-header-container_eco_nav {
    display: none;
    box-shadow: none;
  }
  .nav-header .menu {
    width: 60%;
  }
  .nav-header .menu a {
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding-left: 1.7rem;
  }
  .nav-header .menu .menu-item-has-children > a.expand:after,
  .nav-header .sub-menu .menu-item-has-children > a.expand:after {
    content: "+";
    color: #000;
    display: inline-block;
    font-family: mm-icons;
    font-size: 1.5rem;
    transition: transform 0.11s ease-out;
    transition: transform 0.11s ease-out, -webkit-transform 0.11s ease-out;
  }
  .nav-header .menu .menu-item-has-children > a.collapse:after,
  .nav-header .sub-menu .menu-item-has-children > a.collapse:after {
    content: "-";
    color: #000;
    display: inline-block;
    font-family: mm-icons;
    font-size: 1.5rem;
    transition: transform 0.11s ease-out;
    transition: transform 0.11s ease-out, -webkit-transform 0.11s ease-out;
  }
  .nav-header.nav-scrolling.eco-nav .menu > li.brand-drop > a:nth-child(1) {
    color: #000;
  }
  .nav-header .sm-logo,
  .nav-header.nav-scrolling .sm-logo {
    margin-left: 1.33rem;
    background-position: left;
    background-color: #efefef;
    bottom: 0rem;
  }

  .nav-header .fn-logo,
  .nav-header.nav-scrolling .fn-logo {
    margin-left: 1.33rem;
    background-position: left;
    background-color: #efefef;
    bottom: 0rem;
  }

  .nav-header .gt-logo,
  .nav-header.nav-scrolling .gt-logo {
    margin-left: 1.33rem;
    background-position: left;
    background-color: #efefef;
    bottom: -0.15rem;
  }

  .nav-header.nav-scrolling.eco-nav .menu > li:nth-child(5)::before {
    content: "";
    position: relative;
    width: 80%;
    height: 1px;
    left: 1rem;
    display: block;
    clear: both;
    background-color: black;
  }

  .nav-header.nav-scrolling.eco-nav .menu > li:nth-child(4) {
    padding-bottom: 18px;
    position: relative;
  }

  .nav-header.nav-scrolling.eco-nav .menu > li:nth-child(5) > a {
    padding-top: 2rem;
  }
  .eco-nav > div.container {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .nav-header .site-logo figure,
  .nav-header.nav-scrolling .site-logo figure {
    background-image: url(https://wpmedia-prod-makemusic-com.s3.us-west-1.amazonaws.com/wp-content/uploads/2022/03/MakeMusic_Logo_TM_Horizontal_White_NoSpace3.svg);
    margin-top: 4px;
  }

  .nav-header .sm-logo figure,
  .nav-header.nav-scrolling .sm-logo figure {
    background-image: url(https://wpmedia-prod-makemusic-com.s3.us-west-1.amazonaws.com/wp-content/uploads/2021/11/SmartMusic.svg);
    margin-top: 4px;
  }
  .nav-header .fn-logo figure,
  .nav-header.nav-scrolling .fn-logo figure {
    background-image: url(https://wpmedia-prod-makemusic-com.s3.us-west-1.amazonaws.com/wp-content/uploads/2021/11/Finale.svg);
    margin-top: 4px;
  }
}
