.footer, .footer a {
	background-color: #353535; color: #fff;
}
.region-footer li a {
	display: block;
}
.region-footer .mm-blurb, .region-footer .mm-break {
	display: none;
}
li.footermap-item ul {
	padding-left: 0;
}
li.footermap-item--depth-1 li.footermap-item--depth-2:nth-child(5) { /* how to break into next col? */}
.footermap-item.footermap-item--depth-1 {
	font-weight: bold;
}
.footermap-item.footermap-item--depth-3 {
	margin-left: 20px;
}
.subscribe-lnk {
	display: inline-block;
	width: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.subscribe-lnk a:first-child {
	font-size: 18px;
	line-height: 35px;
	color: #ffffff !important;
	font-weight: 500;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	text-align: center;
	background-color: transparent;
}
.subscribe-lnk p {
	color: #bcbbbb !important;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.subscribe-lnk {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.subscribe-lnk {
		width:150px;
	}
}