/* =========================================================================
   Unified site footer — one implementation for both flavors (mondo + mk),
   using the mk look. Markup in footer.php; the footer rules that used to
   live in css/app*.css and style*.css were removed in favor of this file
   (same pattern as css/header.css).
   ========================================================================= */
footer {
	background: #EEEEEE;
	padding-top: 30px;
	margin-top: 30px;
	padding-bottom: 1rem;
	min-height: 94px;
}
body.white footer {
	margin-top: 0;
}
footer p {
	margin: 0;
}
@media screen and (max-width: 63.9375em) {
	footer .newsletter {
		margin-top: 30px;
	}
}
footer .newsletter button,
footer .newsletter .button {
	margin-right: 0;
	margin-left: 0;
	height: 39px;
}
footer .last-row {
	margin-top: 50px;
}
footer .e-mail {
	padding: 0;
}
footer .e-mail input {
	border: 1px solid #FFF;
	box-shadow: none;
}
footer .e-mail input:focus {
	border: 1px solid #F2AF1D;
}
#footer tr {
	background: transparent !important;
}
#footer .partners a,
#footer .partners img {
	display: inline-block;
	vertical-align: middle;
}
#footer .partners img {
	margin: 0 20px 20px 0;
}
@media (max-width: 900px) {
	#footer {
		padding-left: 2.1875rem;
		padding-right: 2.1875rem;
	}
}

/* social icons (right column) */
.social {
	list-style: none;
}
.social li {
	float: right;
	font-size: larger;
	margin-right: 40px;
}

/* footer menu */
.footer_menu {
	list-style: none;
	margin-bottom: 0;
}
.footer_menu li {
	display: inline-block;
	padding-top: 5px;
	padding-right: 30px;
	white-space: nowrap;
}
.footer_menu li a {
	border-bottom: none;
}
.footer_menu li a:link {
	text-decoration: none;
}
.footer_menu li a:hover {
	text-decoration: underline;
}
