.global-alert {
  background: #fc0;
  padding: 1em 0; }
  .global-alert.info {
    background: #0a4b78;
    color: #FFF; }
  .global-alert.critical {
    background: #c03;
    color: #FFF; }
  .global-alert .row .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .global-alert p {
    margin: 0; }
  .global-alert--content {
    float: left;
    display: flex;
    align-items: center; }
    .global-alert--content .fa-bell {
      /*color: #FFF;*/
      font-size: 2em;
      margin-right: 15px; }
  .global-alert--button {
    display: block;
    color: #333;
    background: #fff;
    padding: 9px 15px;
    border-radius: 3px;
    text-align: center;
    width: 300px;
    margin: 15px auto 5px;
    float: none;
    margin-top: 5px; }

@media (min-width: 992px) {
  .global-alert--content .fas.fa-bell {
    display: inline-block; }

  .global-alert--content {
    float: left;
    display: inline-flex; }

  .global-alert .row .col-12 {
    display: flex; }

  .global-alert--button {
    display: inline-block;
    width: auto;
    float: right;
    margin-left: 30px;
    margin-right: 0;
    min-width: 250px; } }

/*# sourceMappingURL=emergency-banner.css.map */
