.site-alert {
  div[class*="severity"] {
    position: relative;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .severity-high {
    background-color: #C1433C;
    background-image: none;
    border: none;
    color: #fff;

    .site-alert__dismiss-icon {
      color: #fff;
    }
  }

  .severity-medium {
    background-color: #D6D7B5;
    background-image: none;
    border: none;
    color: #000;
  }

  .severity-low {
    background-color: #C6D8EC;
    background-image: none;
    border: none;
    color: #000;
  }

  .text {
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5rem;
    padding: 0;
    margin: 0 auto;
    width: 1060px;

    @media screen and (max-width: 1050px) {
      width: 90%;
    }

    strong {
      font-weight: bold;
    }


  }

  .site-alert__dismiss {

  }

  a {
    color: inherit;

    &:hover {
      filter: opacity(.75);
    }
  }
}

/** Removed placed block **/
.top_bar .site-alert {
  display: none;
}

/** Admin menu adjustments **/
.toolbar-fixed .site-alert,
.toolbar-vertical .site-alert {
  padding-top: 40px;
}

.toolbar-fixed.toolbar-tray-open .site-alert {
  padding-top: 75px;
}
