<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --darkBlue: #323c4c;
    --ltrBlue: #00abbe
}
body.portal {
    background: var(--darkBlue);
}
    body.portal h1,
    body.portal h2 {
        text-transform: none;
    }
body.portal .wrap.header {
    background: var(--darkBlue);
    padding-bottom: 30px;
}
body.portal #user &gt; div {
    float: right;
    color: #fff;
    text-align: right;
}
    body.portal #user &gt; div,
    body.portal #user span {
        font-family: 'AvenirLTStd-Medium', Calibri, Arial, Helvetica, sans-serif;
        font-size: 1.125rem;
        line-height: 1.5;
    }
body.portal #user a {
    color: var(--ltrBlue);
}
body.portal #user form {
    display: inline;
}
body.portal .wrap.footer {
    background: var(--darkBlue);
}
body.portal form {
    margin: 0 0 10px;
}
    body.portal label:not(.fas) {
        font-family: 'AvenirLTStd-Medium', Calibri, Arial, Helvetica, sans-serif;
        font-size: 1.125rem;
        line-height: 1.4;
        color: var(--ltrBlue);
    }
        body.portal label.forCheck {
            line-height: 1.5;
            padding: 0.25rem 0;
            color: var(--ltrBlue);
        }

@media only screen and (min-width: 960px) and (max-width: 1279px) {
    #logo a {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 959px) {
    body.portal .wrap.header {
        padding-bottom: 10px;
    }
    body.portal #user &gt; div,
    body.portal #user span {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    body.portal .wrap.header {
        padding-bottom: 20px;
    }
}</pre></body></html>