body {
	background-color: #fbf5ea;
}
.logobar {
	background: #008b5d;
	height: 44px;
	overflow: hidden;
	margin-bottom: 20px;
}
.logobar h1 {
	float: right;
	margin: 0;
	line-height: 0;
}
.logobar h2 {
	float: left;
	margin: 0;
	line-height: 0;
}

.heading {
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 5px 7px rgba(0,0,0,.1);
}
.heading h2 {
	margin-top: 0;
}

.table {
	margin-top: 20px;
}
.table-header {
	width: 30%;
}
.advisor-items::after {
	content: ", ";
}
.advisor-items:last-child::after {
	content: none;
}
.media-heading {
	margin-bottom: 20px;
}
