#dnx_sidebar {
    width: 100%;
    margin-top: -50px;
    /* border: 1px solid #e8e8e8; */
    border-top: 0;
}

#dnx_sidebar .heading {
background-repeat: no-repeat;
    background-size: 118%;
    background-position-y: bottom;
    text-align: right;
    width: 100%;
    color: #435BA1;
}

#dnx_sidebar .heading h4 {
background: none;
    color: #435BA1;
    text-align: left;
    /* margin-left: 18px; */
    padding-top: 1px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#dnx_sidebar .heading h4:after {
/*content: "";
    display: block;
    width: 38px;
    background-color: #435BA1;
    height: 4px;
    right: 14px;
    margin-top: 8px;*/
	
}
#dnx_sidebar ul {width:100%;margin:0;padding:0;}
#dnx_sidebar li.page_item a { 
font-weight: 400;
    color: #4a4a4a;
    padding-left: 0;
    display: inline-block;
    font-family: inherit;
    font-size: 15px;
	position: relative;
	}
#dnx_sidebar li.page_item {
padding: 10px 0;
    /* border-bottom: 1px solid #ececec; */
    width: 100%;
    margin-top: 0px;
    list-style: none;
    
    background: rgba(255, 255, 255, 0.65);
    margin-left: 0;
}
#dnx_sidebar li.sub {
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    border-bottom: 0;
    border-top: 1px solid #e0e0e0;
    background: #ededed;
}
#dnx_sidebar li.page_item:hover {
    background-color:#435BA1;
    border-color:#435BA1;
    color:#fff!important;
}
#dnx_sidebar li.current_page a:after,#dnx_sidebar li.current_sub a:after {   
    content: "";
    border-bottom: 2px solid #435BA1;
    bottom: -5px;
    position: absolute;
    height: 100%;
    left: 0px;
    width: 100%;
}
#dnx_sidebar li.current_sub:after {padding-left:16px;}
#dnx_sidebar li.page_item:hover > a {
    color:#fff!important;
}


@media only screen and (max-width: 850px) {
#dnx_sidebar {margin: 20px 0!important;width: 100%;height:auto!important}
#dnx_sidebar .heading {height:100px;width:100%}
}