/** * {
    margin:0;
    padding:0;
}
body {
    font-family: 'Roboto', Arial,Helvetica,sans-serif;
    text-align: center;
}    **/
.mha-page-title {display:none;}
h1.error-page-title {
    color: #005072;    
}
h2.error-page-subtitle {
    color: #005072;
}
.mha-show-more-btn {
    display: inline-block;
    background: #A9D44F;
    border-radius: 50px;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    text-align: center;
    padding: 0.8em 2em;
    font-weight: 700;
    font-size: 1.2em;
    color: #005072;
}
.mha-show-more-btn:hover {
    background: #005072;
    color: #fff;
}
.error-page-content a {
    text-decoration: underline;
    color: #3e90da;
}
.error-page-content a:hover {
    color: #3e90da;
    text-decoration: underline;
}
.error-page-container {
    text-align: center;
    max-width:1140px;
    margin:0 auto;
    padding:1em;
}
.error-page-content.main-content{
    text-align: left;
}
.error-page-content p {
    line-height:1.65;
    margin-bottom: 1.25em;
}
.error-placeholder {
    max-width: 640px;
    width: 100%;
    height:auto;
    margin: 1em;
    padding-left: 12px;
}
.main-content .error-page-content {
    max-width: 740px;
    margin: 0 auto;
    padding: 2em 0.5em;
}
.error-page-content .mha-show-more-btn {
    margin: 2em 0 2em 0;
}
h1.error-page-title:after {
    content:"";
    width:100%;
    max-width:160px;
    border-bottom:3px solid #D17BF9;
    display:block;
    margin: 1em auto 2em;
}
.error-page-wrap {
    padding: 2em 0;
}

/* --------------------------------------- Updated Style --------------------------------------- */
.error-page-content {
    max-width: 640px;
    margin: 1rem auto 1rem;
    padding: 0.5rem;
    text-align: center;
}
.app-unavailable .error-page-content {
    text-align: left;
}
.error-page-content.bottom-error-content {
    margin-top: 1.5rem;
}
p.error-page-title {
    font-weight: 900;
    color: #005E85;
    font-size: 18px;
}

h1.mha-page-title {
    display: none;
}

/* --------------------------------------- Mediaqueries --------------------------------------- */
@media only screen and (max-width: 1140px) {

}
@media only screen and (max-width: 768px) {
    .error-page-content {
        max-width: 740px;
        margin: 0 auto;
        padding: 0;
    }
    h1.error-page-title {
        color: #005072;
        font-size: 1.25rem;
    }

}
@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 500px) {

}