.highlights {}
	.highlights-more {
		float: right;
	}
	.highlights-list {
		margin-bottom: 1rem;
	}
	.highlights-link {
		color: #FFF;
		font-family: roboto-slab, arial, sans-serif;
	}
	.highlights-link:hover, .highlights-link:focus {
		text-decoration: underline;
	}
	.highlights-nav {
		float: left;
		display: flex;
		justify-content: space-between;
		width: 7rem;
	}
	.highlights-footer {

	}