/* HEADER LINK */

/* Hide the header links for the desktop version */
.header-links {
	display: none;
	font-size: 1.3em;
	padding: 0;
}

/* Show the header links for the mobile version */
nav .header-links {
	display: block;
}

.header-links ul {
	list-style: none;
	padding: 0;
}

.header-links ul li a {
	width: 100%;
}

.header-links ul li a label {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	height: 100%;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}

.header-links ul li a img,
.header-links ul li a svg {
	height: 2em;
	margin-top: -1em;
	position: absolute;
	top: 50%;
	right: 0;
	width: 2em;
}

@media all and (min-width: 50em) {

	/* Show the header links for the desktop version */
	.header-links {
		display: block;
		text-align: right;
	}

	/* Hide the header links for the mobile version */
	nav .header-links {
		display: none;
	}

	.header-links ul li {
		border: 0;
		display: inline-block;
		vertical-align: middle;
		margin-left: 1.25em;
	}

	.header-links ul li.first {
		margin-left: 0;
	}

	.header-links ul li a {
		width: auto;
	}

	.header-links ul li label {
		height: 2em;
		line-height: 2em;
		padding: 1em 0 1em 2em;
	}

	.header-links ul li a img,
	.header-links ul li a svg {
		left: 0;
		right: auto;
	}
}