.tempTopMsg {
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    transition: transform 0.3s ease, opacity 0.3s ease, height 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.tempTopMsg span{
   position: relative;
    padding: 0 5px 0;
    background: #ffec3d;
    color: #000;
    border-radius: 5px;
}

.banner-hidden {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    pointer-events: none;
    height: 0 !important;
}

.banner-spacer{
    padding:22px 0px; 
    transition: height 0.3s ease;
}

.banner-spacer.hidden {
    height: 0 !important;
    padding: 0 !important;
}

#hamburger {
    transition: top 0.3s ease;
}

header .top-bar .top-bar-right .is-dropdown-submenu {
    top:100px
}

/* REMOVED: section#hero .grid{ padding-top: 44px !important; } */

.is-dropdown-submenu, 
#mobile-menu.menu-active {
    transition: top 0.3s ease;
} 

@media (max-width: 1208px) {
    #hamburger {
      top:57px;
    }
}
  
@media screen and (max-width:825px) {
    section#hero,.page-template-page-pricingcopy section#hero {
      padding-top: 100px!important;
    }
    .banner-spacer{
      height: 68px;
    }
    #hamburger{
      top:82px;
    }
    #mobile-menu.menu-active {
      top:133px;
    }
}
  
@media screen and (max-width:442px) {
    .banner-spacer{
      height: 95px;
    }
    #hamburger{
      top:110px;
    }
    #mobile-menu.menu-active {
      top:162px;
    }
}