body {
    font-family: "Ubuntu", sans-serif !important;
}

.center {
    text-align: center !important;
}

.end {
    self-align: end;
    text-align: right;
}

.light {
    color: #A2A2A2 !important;
}

.whitelabel {
    display: none;
    visibility: hidden;
}

.notification-text {
    text-align: right;
    color: #fff;
    font-size: 10px;
    width: 55%;
}

.portal_header {
    height: 66px;
    background-color: #ffffff;
    border-bottom: 10px solid #70ad47;
    padding-left: 0;
}

.portal_banner {
    background-position: 0 !important;
}

.portal_footer {
    border: none !important;
}

.portal_header svg {
    margin-top: 6px;
}

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

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

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

.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) {
    display: none;
}
