/* nunito-200 - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/nunito-v16-latin-200.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/nunito-v16-latin-200.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/nunito-v16-latin-200.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/nunito-v16-latin-200.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/nunito-v16-latin-200.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/nunito-v16-latin-200.svg#Nunito') format('svg');
	/* Legacy iOS */
}

/* nunito-regular - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/nunito-v16-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/nunito-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/nunito-v16-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/nunito-v16-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/nunito-v16-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/nunito-v16-latin-regular.svg#Nunito') format('svg');
	/* Legacy iOS */
}

/* nunito-700 - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/nunito-v16-latin-700.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/nunito-v16-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/nunito-v16-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/nunito-v16-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/nunito-v16-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/nunito-v16-latin-700.svg#Nunito') format('svg');
	/* Legacy iOS */
}

ul {
	margin-left: -20px;
	list-style: square;
}

li::marker {
	color: #6d7d8c;
}

.fa-ul {
	margin-left: 1.7em;
}

footer li a,
.fa-li,
footer a {
	color: #656565;
	text-decoration: none;
}

footer li a:hover,
footer a:hover {
	color: #e06565;
}

.list-inline-item {
	padding-right: 1.3em;
	padding-left: 0.6em;
}

footer p:first-line {
	font-weight: bold;
	text-transform: uppercase;
}