/* Footer */
.msb-footer {
	font-size: 1.15em;
	background: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #eee;
	width: 100%;
	position: fixed;
	bottom: 0;
}
@media (max-height: 600px) {
	/* Ensure the fixed footer does not overlay other elements on small screens */
	.msb-footer {
		position: relative;
		margin-top: 2rem;
	}
}
.msb-footer h1, .msb-footer h2, .msb-footer h3, .msb-footer h4, .msb-footer h5 {
	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;
}

.sentral-logo{
	display: inline-block;
	width: 265px;
    height: 65px;
    background-image: url('../../shared/images/sentral-logo.svg');
	background-size: cover;
}

.msb-footer .sentral-logo:hover, .msb-footer .sentral-logo:focus {
	filter: drop-shadow(0 3px 3px #343a40);
}

.msb-footer .heartland-logo {
	display: inline-block;
	width: 165px;
    height: 25px;
    padding-bottom: 30px;
	background-image: url('../../shared/images/heartland-logo.svg');
	background-size: cover;
}

.msb-footer .heartland-logo:hover, .msb-footer .heartland-logo:focus {
	filter: drop-shadow(0 3px 3px #343a40);
}

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

.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;
}

.hover-shadow:hover, .hover-shadow:focus {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@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(/payments/templates/shared/images/social/msb-facebook.png);}
.social-images .facebook:hover, .social-images .facebook:focus {background-image: url(/payments/templates/shared/images/social/msb-facebook-hover.png);}
.social-images .instagram {background-image: url(/payments/templates/shared/images/social/msb-instagram.png);}
.social-images .instagram:hover, .social-images .instagram:focus {background-image: url(/payments/templates/shared/images/social/msb-instagram-hover.png);}
.social-images .twitter {background-image: url(/payments/templates/shared/images/social/msb-twitter.png);}
.social-images .twitter:hover, .social-images .twitter:focus {background-image: url(/payments/templates/shared/images/social/msb-twitter-hover.png);}
.social-images .youtube {background-image: url(/payments/templates/shared/images/social/msb-youtube.png);}
.social-images .youtube:hover, .social-images .youtube:focus {background-image: url(/payments/templates/shared/images/social/msb-youtube-hover.png);}

