@media (max-width:1023px){
    .content-container {
        margin: 0 20px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    
    .inner-container {
        padding-bottom: 50px;
        padding-top: 0
    }
    
    .button.mmm {
        background: #4651a0;
        color: #fff;
        float: left;
        font-size: 1.1em;
        font-weight: 200;
        padding: 15px 2.5% 20px 2.5%;
        text-align: center;
        text-decoration: none;
        width: 50%
    }
    
    .button.mmm.quick-links-toggle {
        border-left: 1px solid #fff;
        float: right
    }
    
    .canvas-container {
        min-height: 100%;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
    
    .mobile-mega-menu {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 250ms linear;
        transition: all 250ms linear;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
    }
    
    .mobile-mega-menu a,
    .mobile-mega-menu div,
    .mobile-mega-menu li,
    .mobile-mega-menu ul {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }   
    
    .mobile-mega-menu .widget-region {
        background: #fff;
        padding: 10px 20px;
        clear: both;
        -webkit-transform: translateZ(0)
    }
    
    .mobile-mega-menu nav {
        position: relative
    }
    
    .mobile-mega-menu ul {
        -webkit-transition: all 250ms linear;
        transition: all 250ms linear;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        -webkit-transform: translateZ(0)
    }
    
    .mobile-mega-menu ul.has-been-viewed {
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    
    .mobile-mega-menu ul li ul {
        left: 100%
    }   
    
    .mobile-mega-menu ul li a.back-button:before ,
    .mobile-mega-menu ul li a.next-button:after {        
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-size: 0.889rem;
        padding-right: 7px;
        font-weight: 900;
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #fff;
        text-align: center;      
    }
    
    .mobile-mega-menu ul li a.next-button .arrow {
        display: none;
    }
    
    .mobile-mega-menu ul li a.back-button:before {
        content: "\f053";
    }
    
    .mobile-mega-menu ul li a.close-button {
        background: #4651a0;
        color: #fff;
        text-align: center;
        text-decoration: none;
        text-shadow: none
    }
    
    .mobile-mega-menu ul li:last-child>a {
        border-bottom: none
    }
    
    .mobile-mega-menu ul li:first-child>a {
        border-top: none
    }
    
}


