/* Top menu */
.top-navigation-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	padding: 5px 0;
}

.top-nav-usps li {
	display: inline-block;
	font-weight: normal;
	line-height: 1em;
}

.top-nav-usps li:not(:last-child) {
	margin-right: 10px;
}
