:root {
        --darkorange: #C45945;
}
.ums-emergency {
        background-color: var(--darkorange);
        font-weight: 300;
}
.ums-emergency-icon {
        color: white;
        font-size: 6em;
}
.ums-emergency-wrapper {
        font-size: 75%;
        padding: 20px;
        text-align: center;
}
.ums-emergency-content {
        padding: 20px 40px;
}
.ums-emergency-content .title {
        display: inline-block;
        font-family: slab-serif, serif;
        font-size: 1.5em;
        font-weight: inherit;
        margin: 0;
        padding-top: 10px;
}
.ums-emergency-content .body {
        margin: 1em 0;
}
.ums-emergency-toggle .button {
        background-color: #3f2c1c;
        color: white;
        font-weight: inherit;
        position: relative;
}