/* Footer */
.msb-footer {
	font-family: 'Source Sans Pro',Arial,sans-serif;
	font-size: 1.15em;
	padding-top: 20px;
	padding-bottom: 20px;
}
.msb-footer h1, .msb-footer h2, .msb-footer h3, .msb-footer h4, .msb-footer h5 {
	font-family: 'Source Sans Pro',Arial,sans-serif;
	text-transform: none !important;
}
.msb-footer h4 {
	color: #707070;
	font-size: 1.25em;
	font-weight: 500;
}

.msb-footer h4 a {
	color: #c60a45;
	text-decoration: none;
}

.msb-footer h4 a:hover {
	text-decoration: underline;
}

.msb-footer a.img-anchor {
	display: inline-block;
}

.msb-footer .custom-footer-link-list a {
	display: table;
	padding-right: 8px;
	padding-bottom: 5px;
	color: #337ab7
}

.msb-footer .custom-footer-social {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: initial;
}

.msb-footer .custom-footer-apps a {
	display: inline;
}

.msb-footer .custom-footer-banner {
	max-width: 260px;
}

.msb-footer .custom-footer-banner a {
	padding-right: 4px;
	padding-bottom: 8px;
}

.msb-footer .custom-footer-banner p {
	margin-top: 15px;
	opacity: .8;
}

@media all and (min-width: 768px) {
	.msb-footer .custom-footer-banner {
		margin-top: 40px;
		max-width: 360px;
	}
	.msb-footer .custom-footer-contact {
		margin-top: 30px;
	}
}
@media all and (max-width: 768px) {
	.msb-footer .custom-footer-quicklinks {
		margin-top: 20px;
	}
	.msb-footer .custom-footer-banner {
		margin-top: 20px;
	}
}
@media all and (min-width : 992px) {
	.msb-footer .custom-footer-quicklinks {
		margin-top: 0;
	}
	.msb-footer .custom-footer-banner {
		margin-top: 0;
	}
	.msb-footer .custom-footer-contact {
		margin-top: 0;
	}
}
@media all and (min-width: 1200px) {
}

/* Social Media Images */
.social-images {
	padding: 0;
	margin: 0;
}
.social-images:after,
.social-images:before {
	content: "";
	display: table;
}
.social-images:after {
	clear: both;
}
.social-images li {
	float: left;
	list-style: none;
	margin-right: 8px;
}
.social-images li > a {
	width: 30px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.social-images .facebook {background-image: url(/users/templates/shared/images/social/msb-facebook.png);}
.social-images .facebook:hover, .social-images .facebook:focus {background-image: url(/users/templates/shared/images/social/msb-facebook-hover.png);}
.social-images .instagram {background-image: url(/users/templates/shared/images/social/msb-instagram.png);}
.social-images .instagram:hover, .social-images .instagram:focus {background-image: url(/users/templates/shared/images/social/msb-instagram-hover.png);}
.social-images .twitter {background-image: url(/users/templates/shared/images/social/msb-twitter.png);}
.social-images .twitter:hover, .social-images .twitter:focus {background-image: url(/users/templates/shared/images/social/msb-twitter-hover.png);}
.social-images .youtube {background-image: url(/users/templates/shared/images/social/msb-youtube.png);}
.social-images .youtube:hover, .social-images .youtube:focus {background-image: url(/users/templates/shared/images/social/msb-youtube-hover.png);}
