.header {
	width: 100%;
	height: 50px;
}

.header img{
	height: 50px;
	width: 50px;
	margin-left: calc(50vw - 110px)
}

.header > a > span{
	display: none;
}

#sidenav {
	padding-top: 60px;
}

#sidenav a {
	font-size: 18px;
}

.dropdown-backdrop {
	display: none;
}

.breadcrumb {
	height: 10px
}

.breadcrumb > li{
	display: none;
}

.footer {
	padding-left: 15px;
	text-align: center;
}

.footer table{
	margin: auto;
	text-align: left;
}

.content {
	padding-top: 60px;
}

.panel-padding {
	padding: 20px 30px;
}

.ccg-panel > h2:first-child {
	margin-left: 15px;
}

.page-top {
	height: auto;
	text-align: center;
	padding-bottom: 10px;
}

.page-top img {
	display: none;
}

.page-top h1{
	position: static;
}

.page-top small{
	position: static;
}

.publication-card {
	width: calc(100% - 30px);
}

.project-card {
	width: 290px;
}

.fund-card {
	width: 290px;
}

.side-list {
	float: unset;
	max-width: unset;
	width: 100%;
}

.filter-radio {
	margin-left: 0px;
}