.left-menu__item {
	margin: 0;
	padding: 0;
	background: none;
	line-height: normal;
	margin-bottom: 5px;
}

.left-menu__link {
	display: block;
	font-family: 'Bender', serif;
	font-size: 18px;
	color: #2c3e52;
	padding: 4px 0;
	text-decoration: none;
	letter-spacing: .3px;
}

.left-sidebar .side-title a {
	color: #2c3e52;
	text-decoration: none;
}

.left-sidebar .side-title a:hover {
	color: #0d72ac;
	text-decoration: none;
}

.support-sections {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.support-sections .section {
	width: 250px;
	min-height: 150px;
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
}

.support-sections .section:hover {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	background: #F9F9F9;
	transition: all 0.5s;
}

.support-sections .section .no-img {
	background: #B4B4B4;
	display: inline-block;
	width: 250px;
	min-height: 150px;
}

.support-sections .section a {
	color: #19b5fe;
	font-size: 18px;
	text-decoration: none;
}

.support-sections .section a:hover {
	text-decoration: underline;
}

.date {
	font-family: 'Bender', serif;
	font-weight: 200;
}