@media (max-width: 991px){
  	html body {
  		margin-top: 0;
  	}
    #masthead #cms-header #cms-header-navigation {
    	z-index: 1;
	    position: fixed !important;
    	margin: 40px 0 0 0;
	    height: auto;
        overflow: scroll;
        max-height: 100%;
        padding: 0 0 42px 0;
        background: none !important;
    }
	#cms-header-wrapper {
		z-index: 201;
	}
	#cms-header {
	    padding-top: 60px;
	    padding-bottom: 15px;
	}
	#masthead #cms-menu-mobile .fa.fa-bars {
		font-size: 32px;
		line-height: 40px;
	}
	#masthead #cms-header-top {
	    position: fixed;
	    top: 0;
	    width: 100%;
	    left: 0;
	    z-index: 2;
	}
	#masthead #cms-header-navigation .main-navigation ul li {
	    padding: 9px 0;
	}
	#cms-header-navigation.collapse #site-navigation {
	    border-bottom: 2px solid #f8f8f8;
	    padding: 0 15px;
	}
	  #masthead #cms-header-navigation .main-navigation li.menu-item-has-children:hover ul.sub-menu {
	    opacity: 1;
	    visibility: visible;
	    max-height: none;
	  }
  }