@CHARSET "UTF-8";

.mainNavigation>ul:after {
	clear: both;
}

.mainNavigation>ul>li>a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.mainNavigation>ul>li>a:hover {
	text-decoration: underline;
}

.centeredList {
	margin: 0;
	padding: 1em 0;
	list-style-type: none;
	text-align: center;
}

.centeredList>li {
	display: inline;
	margin-left: 1.8em;
}

.centeredList>li:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	main.pseudoTable>section.pseudoTableRow>section.latestNews>header>h1,
	main.pseudoTable>section.pseudoTableRow>article.pseudoTable>header>h1,
	main.pseudoTable>section.pseudoTableRow>header>h1 {
		padding-top: 1em;
	}
	.centeredList>li,.centeredList>li:first-child {
		padding: 1em 0;
		margin: 0 1.8em;
		display: block;
		border-top: 0.1em solid #fff;
	}
	.centeredList>li:first-child {
		padding-top: 0;
		border-top: none;
	}
	.centeredList>li:last-child {
		padding-bottom: 0;
	}
	.centeredList {
		text-align: left;
	}
}