.nav__item {
    position: static;
    max-width: 280px;
}
.mega__title {  
    font-size: 24px;  
}
.npage__head {
    margin-bottom: 0px!important;
}


.docs-wrap ul{
    padding-left: 0;
}
.docs-wrap ul li {
    list-style: none;
    margin-left: 0;
    
    
}

.docs-wrap ul li a:before{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
  
}

.docs-wrap ul li a[href$=".pdf"]:before{  
    content: "";
    margin-right: 5px;
}

.docs-wrap ul li a[href$=".doc"]:before{    
    content: "\f15b"; 
}
/* mobile */
@media screen and (max-width: 768px) {
	.nav__item {
		
		max-width: 100%;
	}
}