.container.portal_content.portal_background_color{
display:none; 
}
.mm-url--content-container h2 {
    font-style: normal;
}

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

.portal_header {
    background-color: #002855;
    color: white;
}

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

.portal_footer__right > div {
    text-align: right;
    margin-right: 3em !important;
    margin-bottom: 0.75em;
}

.portal_footer__right > p.show {
    text-align: left;
    margin-left: 45px;
}

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

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