div.user-alert {
    background: rgba(0,0,0,1);
    color: white;
    font-size: 1rem;
    line-height: normal;
    padding: 10px 0 0;
    border-bottom: 7px solid #e91d88;

    text-align: center;
}

div.user-alert.user-alert-undergraduate {
  border-bottom-color: #003087;
}




div.user-alert ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  width: 100%;
}

div.user-alert a {
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 10px;
  border: 1px solid;
  font-size: .875rem;
  text-transform: uppercase;
  font-family: brandon-grotesque,Helvetica,san-serif;
  font-weight: bold;

  transition: all 250ms linear;
}

div.user-alert a.open-day {
  background-color: #e91d88;
}

div.user-alert a.open-day:hover {
  background-color: #fff;
  color: #e91d88;
}

div.user-alert a:hover {
  background-color: #e91d88;
}

div.user-alert div.user-alert-close {
  width: 15px;
  text-align: right;
  float: right;
  overflow: visible;
  margin-right: 10px;
  text-decoration: none;
}

div.user-alert span.user-label {
  background: black;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

div.user-alert div.user-alert-message {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}



div.user-alert .user-alert-message-vod a {
  background-color: #fff;
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}


div.user-alert .user-alert-message-vod a img {
  /* max-width: 1440px; */
  width: 100%;
}