.mm-url--content-container h2 {
    font-style: normal;
}

.mm-url--footer {
    background-color: #0a4b98;
}

.portal_header img {
    max-width: none !important;
    max-height: 100% !important;
}

.portal_footer__left img {
    max-width: 100px;
}

.portal_footer__right {
    margin: 20px auto !important;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    flex-wrap: wrap;
}

.portal_footer__right > * {
    flex: 1 0 50%;
}

.portal_footer__right > div {
    margin-bottom: 0.75em;
}

.portal_footer__right a {
    font-weight: bold;
    text-decoration: underline;
    margin: 0 0.5em;
}

.portal_footer__right p:nth-child(1), .portal_footer__right p:nth-child(4) {
    display: none;
}
