sandia-alert {
    margin: 0 auto;
    padding: 1em 1.5em 1em 1.5em;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 8px;
    z-index: 10;
    background-color: rgba(253, 210, 37, 0.9);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
  }
  
  #alert-subsite > .sandia-alert {
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 1em 1.5em 1em 1.5em;
    width: 70%;
    max-width: 1200px;
    margin-bottom: 8px;
    z-index: 10;
    background-color: rgba(253, 210, 37, 0.9);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
  }
  
  span#alert-subsite {
    // top: 10%;
    // position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  #top-alert-subsite {
    background: #ac0101;
    color: #fff;
    width: 100%;
    margin: 0;
    top: 0px;
    left: 0px !important;
    z-index: 0;
    position: absolute;
  
    a,
    a:hover,
    a:visited {
      color: #fff !important;
      text-decoration: underline !important;
    }
  
    .close-button {
      width: 130px;
    }
  }

@media screen and (max-width: 37.5em) {
    .sandia-alert {
      width: 90%;
    }
  
    #alert-subsite > .sandia-alert {
      width: 90%;
    }
  }
  
  .alert-system {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: fixed;
    top: 20%;
    margin: 0 auto;
    z-index: 999;
  }


// Container for alert.
span.top-level-alerts {
    z-index: 22;
    position: relative;
  }
  
  // Inner alert element.
  .alert-top-level {
    background: #ac0101;
    color: #fff;
    // background: #CC0000;
    width: auto;
    margin: 0;
    padding: 1em 1.5em 1em 1.5em;
    top: 80px;
    z-index: 100;
  
    p {
      max-width: 95%;
    }
  
    a,
    a:hover,
    a:visited {
      color: #fff !important;
      text-decoration: underline !important;
    }
  }
  
  .alert-title {
    font-size: 1.55em;
  }
  
  .alert-copy {
    font-size: 1.1em;
  }
  
  .sandia-alert .close {
    float: right;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #323940;
    text-shadow: 0;
    opacity: 1;
    margin-top: -20px;
    background: none;
    border: none;
  }

  .close-button {
    color: #fff;
    float: right;
    background: none;
    border: none;
  }
  
  .alert-dateTime {
    font-size: 0.9em;
    margin: -0.7em 0 0;
    color: #333 !important;
    padding-top: 1em;
  }
