.content-section {
		clear: both;
	}
.overall-content-header {
		text-align: center;
	}
.overall-content-header h2 {
		text-align: center;
		padding: 1em 1em 1em 1em;
		font-size: 1.5em;
		margin-bottom: 0;
	}
.overall-content-header h4 {
		display: inline-block;
	}
.overall-content-header a {
		display: inline-block;
		text-decoration: none;
		margin-left: 3em;
		margin-right: 3em;
	}
.overall-content-header .icon {
		display: inline-block;
		width: 2em;
		height: 2em;
		top: 0;
		-webkit-margin-start: 0.4em;
    -webkit-margin-end: 0.4em;
	}
.subheader {
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
.content h3 {
		display: inline-block;
		margin-bottom: 0.7em;
		margin-right: 1em;
	}
.content h4 {
		margin-top: 0;
	}
.sub-heading {
		display: inline-block;
		font-size: 1.2em;
		font-weight: 400;
		font-style: italic;
		margin-bottom: 0.7em;
	}
.sub-column-display {
		display: table;
	}
.sub-column-element {
		display: table-row;
	}
.sub-column-element .cell {
		display: table-cell;
		padding-bottom: 0.5em;
		line-height: 1.5em;
	    font-weight: 400;
	    color: #333;
	}
.sub-column-element .head {
		font-weight: 800;
		white-space: nowrap;
		padding-right: 10px;
	}
p {
	margin-top: 0;
	margin-bottom: 1em;
}
ul {
	margin-top: 0;
	margin-bottom: 1em;
}