.fdm-hidden {
	display: none;
}

.fdm-menu-sidebar-div {
	position: relative;
	float: left;
	width: 300px !important;
	margin: 48px 60px 0 0;
}
.fdm-sidebar {
	position: relative;
	float: left;
	width: 100%;
}
.fdm-menu-sidebar-section {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.fdm-menu-sidebar-section-title {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	color: #18214A;
	font-size: 1.2em;
	font-weight: bold;	
	cursor: pointer;
	font-family: 'IM Fell DW Pica', serif;
	border-bottom: 1px solid #777;
	padding: 5px;
}
.fdm-menu-sidebar-section-title-selected {
	color: #18214A;
	/*font-size: 1.4em;*/
	
}
.fdm-menu-sidebar-section-description {
	position: relative;
	float: left;
	width: 100%;
	color: #777;
	font-size: 17px;
	line-height: 1.5;
	margin-top: -16px;
	margin-bottom: 32px;
	display: none;
}


@media screen and (max-width: 1024px) {
	.fdm-menu-sidebar-div {
		width: 200px !important;
	}
}

@media screen and (max-width: 568px) {
	.fdm-menu-sidebar-div {
		width: 100% !important;
		margin-right: 0;
		border-bottom: 2px solid #e6e5e8;
		margin-top: 0px;
	}
	
}

