.fdm-hidden {
	display: none;
}
.fdm-clear {
	clear: both;
}

.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: 32px;
	color: #444;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.fdm-menu-sidebar-section-title-selected {
	color: #9B1230;
	font-size: 34px;
}
.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;
}

/* HIDDEN/EXPANDABLE MOBILE SIDEBAR */
.fdm-sidebar-mobile-expand-area {
	display: none;
	width: 100%;
}
.fdm-sidebar-mobile-expand-button {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 180px;
	padding: 8px;
	margin: 0 calc(50% - 90px);
	background: #9B1230;
	color: #fff;
	transition: background .35s;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}
.fdm-sidebar-mobile-expand-button:hover {
	background: #BF1B3F;
}
.fdm-sidebar-mobile-expand-button:after {
	font-size: .8em;
	content: "\00a0\00a0\00a0▼";
}
.fdm-sidebar-mobile-expand-button.open:after {
	font-size: .8em;
	content: "\00a0\00a0\00a0▲";
}

@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;
	}
	.fdm-sidebar-mobile-expand-1 .fdm-sidebar {
		display: none;
		margin-top: 32px;
	}
	.fdm-sidebar-mobile-expand-1 .fdm-sidebar-mobile-expand-area {
		display: block;
	}
}
