@charset "utf-8";#g-nav{position:fixed;z-index:9998;top:-120vh;left:0;width:100%;height:100vh;background:#4d88c2;transition:all .6s;display:block}#g-nav.panelactive{top:0}#g-nav.panelactive #g-nav-list{position:fixed;z-index:9998;width:100%;height:100vh;overflow:auto;-webkit-overflow-scrolling:touch}#g-nav ul{position:absolute;z-index:9998;top:50%;left:0;transform:translate(0,-50%);width:100%}#g-nav li{list-style:none;text-align:center}#g-nav li a{color:#fff;text-decoration:none;padding:10px;display:block;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.openbtn4{position:absolute;background:#0054a7;cursor:pointer;width:50px;height:50px;border-radius:5px;z-index:9999;left:25px;top:25px}.openbtn4 span{display:inline-block;transition:all .4s;position:absolute;left:14px;height:2px;border-radius:5px;background:#fff;width:45%}.openbtn4 span:nth-of-type(1){top:13px}.openbtn4 span:nth-of-type(2){top:19px}.openbtn4 span:nth-of-type(3){top:25px}.openbtn4 span:nth-of-type(3):after{content:"Menu";position:absolute;top:5px;left:-2px;color:#fff;font-size:.6rem;text-transform:uppercase}.openbtn4.active span:nth-of-type(1){top:14px;left:18px;transform:translateY(6px) rotate(-45deg);width:30%}.openbtn4.active span:nth-of-type(2){opacity:0}.openbtn4.active span:nth-of-type(3){top:26px;left:18px;transform:translateY(-6px) rotate(45deg);width:30%}.openbtn4.active span:nth-of-type(3):after{content:"Close";transform:translateY(0) rotate(-45deg);top:5px;left:4px}@media screen and (max-width:896px){.openbtn4{position:absolute;background:#0054a7;cursor:pointer;width:50px;height:50px;border-radius:5px;z-index:9999;left:auto;top:5px;right:5px}}