/*##############################################################################
## Media Queries                                                               #
##############################################################################*/
.alert_container {
  position: relative;
  background: #cc9302;
  height: calc(24px*3); }
  @media only screen and (max-width: 760px) {
    .alert_container {
      height: auto;
      min-height: 64px;
      padding: 24px 0; } }
  .alert_container .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    @media only screen and (max-width: 760px) {
      .alert_container .wrap {
        width: calc(100% - 124px);
        margin: 0;
        padding: 0 24px; } }
    .alert_container .wrap a {
      color: white; }
      .alert_container .wrap a:hover {
        color: #cc9302; }
  .alert_container button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    height: 100%; }

/*# sourceMappingURL=alert.css.map */
