/* Outage Styles */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
font-family: 'Open Sans', sans-serif;
color: #323232;
}
a {
color: #107f8a;
text-decoration: none;
}
a:hover,
a:visited {
text-decoration: underline;
}
.portal-maintenance {
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.portal-maintenance__message {
    text-align: right;
    padding: 60px;
    background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width:767px) {
    .portal-maintenance__message {
        text-align: left;
        padding: 16px;
    }
}
.portal-maintenance__message p {
    font-size: 1.2rem;
}
.portal-maintenance__header {
    color: #999999;
    /* this stuff comes with angular theme typography */
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 16px;
}
.portal-maintenance__logo {
    width: 180px;
}
