@media (min-width: 981px) {
.site-top .site-menu ul,
.footer .footer-menu ul {
	white-space: nowrap;
}
}

.site-top .site-menu ul li.node,
.footer .footer-menu ul li.node {
	margin: 0 14px;
}

.footer .footer-menu ul {
	left: 0 !important;
	float: none !important;
	width: 100%;
	text-align: center;
}

.footer .footer-menu ul li.node {
	float: none !important;
	display: inline-block;
	right: auto !important;
	margin: 0 10px;
}

.blog-lead {
	font-size: 15px;
	line-height: 1.5;
	margin: 8px 0 24px;
	color: #333;
}

.blog-empty {
	padding: 20px 0 40px;
	color: #555;
}

.blog-list {
	padding-bottom: 40px;
}

.blog-card {
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 0 22px;
	margin: 0 0 8px;
}

.blog-card h2 {
	margin: 4px 0 10px;
	font-size: 22px;
	text-transform: none;
}

.blog-card h2 a {
	color: #0083ca;
	text-decoration: none;
}

.blog-card h2 a:hover {
	text-decoration: underline;
}

.blog-date {
	color: #808080;
	font-size: 13px;
	margin-bottom: 6px;
}

.blog-card p {
	margin: 0 0 12px;
	line-height: 1.5;
}

.blog-more {
	color: #0083ca;
	font-family: 'boblicregular', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

.blog-more:hover {
	text-decoration: underline;
}

.blog-article {
	padding-bottom: 48px;
}

.blog-body {
	line-height: 1.55;
	color: #333;
}

.blog-body h2 {
	margin: 22px 0 10px;
	font-size: 20px;
	text-transform: none;
}

.blog-body p,
.blog-body ul {
	margin: 0 0 12px;
}

.blog-figure {
	margin: 8px 0 20px;
	padding: 0;
	max-width: 100%;
}

.blog-figure img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
}

.blog-figure figcaption {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.4;
	color: #808080;
}

.blog-figure figcaption a {
	color: #808080;
	text-decoration: underline;
}

.blog-body li {
	margin: 0 0 6px;
}

.blog-back {
	margin-top: 28px;
}

.blog-back a {
	color: #0083ca;
}
