/* Footer */
.msb-footer {
	position: relative; /* Important for static positioning on page-bottom  */
	font-size: 1rem;
	background-color: #f8f8f8;
	border-top: 1px solid #eee;
	line-height: 1.5;
}
.msb-footer .container-fluid {
	/* Center when max-width applied (in template specific files: styles.css) */
	margin-right: auto;
	margin-left: auto;
	padding: 4rem 1rem 1.5rem;
}
.msb-footer .heartland-logo-link {
	display: inline-block;
	width: 145px;
	height: auto;
}
.msb-footer .heartland-logo {
	display: inline-block;
	width: 145px;
	height: 27px;
	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 .sentral-logo-link {
	display: inline-block;
	width: 265px;
	height: auto;
}

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

.msb-footer a {
  color: #005DE9;
  text-decoration: none;
  background-color: transparent; }
  .msb-footer  a:hover {
    color: #003e9d;
    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;
}

.msb-footer .page-bottom {
	opacity: .85;
	padding-top: 3rem;
}
.msb-footer .page-bottom-left {
	position: static;
	left: 4rem;
	bottom: 2.5rem;
}
@media (max-width: 576px) {
	.msb-footer .page-bottom-left {
		left: 2rem;
	}
}
.msb-footer .page-bottom-left .server-id {
	opacity: .5;
	padding-left: 0.5rem;
}
.msb-footer .page-bottom-left .inverted {
	color: #f8f8f8;

}
.msb-footer .page-bottom-right {
	position: absolute;
	left: auto;
	right: 1rem;
	bottom: 2rem;
}

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

/* Social Media Images */
.msb-footer .social-images {
	white-space: nowrap !important;
}
.msb-footer .social-images a {
	text-decoration: none;
}
.msb-footer .social-images a .fa-stack-2x {
	color: #3a3d46;
}
.msb-footer .social-images a:hover .fa-stack-2x,
.msb-footer .social-images a:focus .fa-stack-2x {
	color: #2979BD;
}
.msb-footer .social-images a .fa-stack-1x {
	color: #ffffff;
	z-index: 10;
}
.msb-footer .social-images a .fa-stack-1x.fa-play {
	padding-left: 3px;
	font-size: 80%;
}
.global-payment-sentral-label {
	padding-inline: 87px;
}