/*** Temp solution for the mobile menu scrolling issue before the site builder 2 release***/
@media (max-width: 991px) {
  .sticky-main-menu .header .navbar-collapse.show {
    overflow-y:scroll;
    height:calc(100vh - 5rem);
  }
  
  .site-branding .site-logo {
    margin-left: 0;
  }
}