.nav-md .container.body .right_col, 
.main_container .top_nav,
footer {
	margin-left: 0px;
}
.right_col,
.nav_menu {
	transform: none !important;
}
.left_col {
	width: 100vw;
}
.nav-md .container.body .col-md-3.left_col {
	width: 99vw;
}
.profile {
	display: flex;
}
.profile_pic {
	margin: 25px auto 0px !important;
    text-align: right !important;
    width: 55% !important;
    max-width: none !important;
}
.profile_pic img {
	max-width: 80px !important;
	margin: 0 !important;
}
.profile_info {
	align-items: center;
    display: flex;
}
.profile_info span {
	font-size: 17px;
}
.profile_info h2 {
	font-size: 17px;
    margin-left: 5px;
}
.left_col .nav_title {
	width: 99vw;
}
.left_col .menu_section,
.left_col .menu_section h3 {
	text-align: center;
    font-size: 16px;
}
.left_col .menu_section h3 {
	padding-left: 0px;
}
.closeMenuBtnMobile {
	display: flex !important;
	left: 0 !important;
}
.otherMenuVoices {
	cursor: pointer;
}
.otherMenuVoices.active {
	background-color: #735879 !important;
    box-shadow: 0px -3px 1px #fff inset !important;
}
.nav.toggle.hidden-md.hidden-lg {
	display: block !important;
}
.left_col {
	visibility: hidden;
}
footer {
	background: #454545;
	color:#fff;
}
footer a {
	color:#fff;
}
@media all and (max-width: 991px) {
	.otherMenuVoices {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	.profile_pic {
    	width: 35% !important;
    }
}