﻿.logo {
	position: relative;
	box-sizing: border-box;
	color: #333;
}

body > footer .logo {
	margin: 0 0 20px 0;
	display: block;
	width: 100%;
	max-width: 215px;
}

body > footer h2 {
	margin-bottom: 10px;
	font-weight: bold;
}

body > footer .links a {
	color: #333;
	font-weight: 500;
}

body > footer nav ul {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

body > footer a {
	color: #333;
	text-decoration: none;
	font-size: 1.4rem;
}

	body > footer a.more, body > footer nav ul li{
		position: relative;
	}

		.links li:before, .content .links li:before, body > footer a.more:before, body > footer nav ul li:before, .content .link li:before {
			content: "\F006";
			font-family: wurfont;
			position: absolute;
			top: .25em;
			margin: 0;
			left: -0.3em;
			color: inherit;
			line-height: inherit;
			font-size: 1em;
		}

body > footer {
	position: relative;
	color: #2e425d;
	font-size: 1.7rem;
	background: url(../images/backgrounds/page-shadow.png) #f6f7f2 50% 0 no-repeat;
	height: 350px;
	line-height: 1.4;
	margin-top: -340px;
	max-width: 900px;
	padding: 27px 40px 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

	body > footer a {
		color: #2e425d;
		text-decoration: none;
	}

		body > footer a:hover, body > footer .links a:hover {
			color: #2e425d;
			text-decoration: underline;
		}

	body > footer .logo {
		margin: 0 0 20px -11px;
		display: block;
	}

	body > footer h2 {
		padding-bottom: 4px;
	}

footer nav ul li:before, .content .link li:before {
	content: "\F006";
	font-family: wurfont;
	position: absolute;
	margin: 0;
	left: -0.3em;
	color: inherit;
	line-height: inherit;
	font-size: 1em;
}

	article > footer .links li, body > footer .links li {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	body > footer nav ul li {
		padding-left: 12px;
	}

	body > footer a.more, body > footer p {
		margin-bottom: 16px;
		background: 0;
	}

	body > footer nav {
		clear: both;
		padding-top: 16px;
	}

			body > footer nav ul li {
				display: inline-block;
				margin-right: 36px;
			}

		body > footer nav ul {
			padding: 30px;
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
		}

	body > footer .site-wide-items {
		display: none;
	}

@media (max-width: 1023px) body>footer nav ul {
	text-align: left;
}

@media(max-width:600px) {
	body > footer .site-wide-items {
		display: inline-block;
	}
}

#main > footer {
	line-height: 1.6;
	clear: both;
	margin: 0 -20px -20px;
	padding: 1px 40px 20px;
	background: #eeede6;
}

	#main > footer .article-footer__header .follow {
		float: right;
		margin-top: .76923em;
	}

	#main > footer .article-footer__header h2 {
		float: left;
		margin: 1em 0;
	}

	#main > footer h3 {
		margin-bottom: 5px;
	}

		#main > footer h2 a, #main > footer h3 a, #main > footer h2 a:visited, #main > footer h3 a:visited {
			color: #333;
			text-decoration: none;
		}

			#main > footer h2 a:hover, #main > footer h3 a:hover, #main > footer h2 a:active, #main > footer h3 a:active {
				color: #3a84c1;
				text-decoration: none;
			}


