div.highlights-header {
	width: 100%;
	margin: 0 auto 30px;
}

div.highlights-header h2 {
	color: #0096D4;
	margin: 0;
	display: block;
}

div.columns-2 div.column-1 h3 {
	font-weight: bold;
}

div.page-banner {
	display: block;
	width: 100%;
	max-width: 1120px;
	height: 300px;
	background-image: url(/National_Library/oe_/https://area.autodesk.com/resources/images/bifrost/community_banner_desktop.png);
	background-repeat: no-repeat;
	color: #fff;
	padding: 50px 25px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 40px;
	background-position: right;
}

div.page-banner .page-banner-text-wrapper {
	width: 60%;
	display: inline-block;
	padding: 70px 0;
}

div.page-banner .page-banner-text-wrapper h1 {
	color:#fff;
	font-weight: bold;
	font-size: 48px;
}

.blogs-box {
	width: 67%;
	float: left;
}

.forums-feed-box {
	width: 33%;
	float: left;
}

.piece {
	width: 50%;
	float: left;
}

div.highlight-section-header {
	display: block;
	min-height: 35px;
	clear: both;
	padding: 10px 0;
	margin: 30px auto;
}

div.highlight-section-header.underlined {
	border-bottom: 2px solid #666;
}

div.highlight-section-header h2 {
	float: left;
	color: #0096D4;
	margin: 0;
}

div.highlights-wrapper div.columns-3 div.column-1:first-of-type {
	padding-left: 0;
}

div.highlights-wrapper div.columns-3 div.column-1:last-of-type {
	padding-right: 0;
}

div.highlight-section-header .view-more {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
}

div.highlights-wrapper {
	margin: 10px auto 30px;
}

.generic-popup p {
	font-size: 16px;
}

@media screen and (max-width:480px) {

	div.highlight-section-header h2 {
		float: left;
		color: #0096D4;
		margin: 15px 0;
	}

	div.highlight-section-header .view-more {
		margin-top: 10px;
		display: block;
		float: none;
		clear: both;
	}

	.blogs-box {
		width: 100%;
		float: none;
	}

	.forums-feed-box {
		width: 100%;
		float: none;
	}

	.piece {
		width: 100%;
		float: none;
	}

	div.highlight-section-header .view-more {
		margin-top: 5px;
		margin-right: 5px;
	}

	div.page-banner {
		width: 100%;
		max-width: 1120px;
		height: 300px;
		background-image: url(/National_Library/oe_/https://area.autodesk.com/resources/images/bifrost/community_banner_mobile.png) !important;
		padding: 10px !important;
		margin-bottom: 0;
		background-position: right;
	}

	div.page-banner .page-banner-text-wrapper {
		width: 100% !important;
		padding: 10px;
		padding-top: 110px;
	}

	div.page-banner .page-banner-text-wrapper h1 {
		font-size: 40px;
	}

	div.page-banner .page-banner-text-wrapper p {
		font-size: 18px;
	}
}
