.mhc-topfooter {
    height: 110px;
    background-color: #6AB0FE;
    left: 0px;
    position: absolute;
    width: 100%;
}

.bottomHeader-shadow {
	box-shadow: 5px 5px 15px 5px #000000;
}

.mhc-header-logo {
	margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-static-top.navbar-inverse {
	background-color: #022E5D;
}

footer .footer-top {
	background-color: #022E5D;
}

footer .footer-bottom {
	background-color: #022E5D;
}

.mhc-midfooter {
	padding-bottom: 20px;
    padding-top: 130px;
    font-size: 20px;
}

.mhc-midfooter span {
	margin-right: 30px;
}

.mhc-midfooter a {
	display: inline-block;
}

a:hover {
	color: #ffffff;
}

.mhc-midfooterbottomborder {
	left: 0px;
    position: absolute;
	border-bottom: 1px solid #ffffff;
    width: 100%;
}

.mhc-footer {
    font-weight: 700;
}

.text-white {
    color: #ffffff;
}

.mhc-bottomfooter {
	padding-top: 40px;
	width: 110%;
}

.mhc-bottomfooter div {
	padding-left: 0px;
}

.mhc-bottomfooter ul {
	padding: 0;
    list-style: none outside;
    text-align: left;
	display: grid;
}

.mhc-bottomfooter li {
	padding-bottom: 1.25rem;
}

.mhc-bottomfooter P {
	margin: 0 0 0;
}

.w-100 {
    width: 100% !important;
}

.w-30 {
    width: 30% !important;
}

.footer-logo-after {
    font-size: 14px;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

