.canvas-container {
    display: none;
}
.inner-container {
    padding-bottom: 0;
    padding-top: 0;
}

.mobile-mega-menu ul li a.close-button {
    background: #0070c0;
}

.mobile-mega-menu ul li a {
    background-color: #123d4c;
    color: #fff;
}

.mobile-mega-menu ul li a.next-button {
    background: url(../images/svg/arrow-6-forward.svg) 50% 50% no-repeat #0070c0;
    background-size: 25px;
}

.mobile-mega-menu ul li a.back-button {
    background: url(../images/svg/arrow-6-back.svg) 10px 50% no-repeat #0070c0;
    background-size: 25px;
}

.mobile-mega-menu ul li a.back-button {
    text-indent: 35px;
}

.mobile-mega-menu ul li a {
    font-family: "Montserrat", sans-serif;
}


@media(max-width: 767px) {
    button.navbar-toggler {
        display: none;
    }
    .main-menu.mobile-mega-menu {
        min-height: 370px !IMPORTANT;
        margin-top: 8.5em !IMPORTANT;
        z-index: 11;
        position: fixed;
        top: 0;
    }
    body.body-fixed .main-menu.mobile-mega-menu.open {
        margin-top: 120px !IMPORTANT;
    }
    
    
    .content-container {
        display: none;
    }
    .canvas-container {
        display: block;
    }
    
    a.mobile-menu-toggle {
        display: block !IMPORTANT;
    }
    a.mobile-menu-toggle i {
        color: #fff;
        font-size: 34px;
    }
    
    .mobile-mega-menu {
        margin-top: 6.6em !IMPORTANT;
        text-align: left;
    }
    
}