#site-alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFBC3D;
}
.alert-container {
  padding: 5px 2px 5px 15px;
  min-height: 25px;
  display: flex;
  text-align: left;
  max-width: 68%;
  margin: 0 auto;
  padding-left: 1.25rem;
  align-items: center;
}
.alert-message {
  width: 99%;
  float: left;
  min-height: 25px;
  color: #000000;
}
.alert-container .alert-close {
  position: absolute;
  color: #000000;
  float: right;
  padding: 2px;
  font-size: 1.2rem;
  width: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 22px;
  right: 10px;
  height: 50px;
}
.alert-container .alertButton {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #000;
  text-decoration: none;
  border-radius: 100px;
  padding: 4px 15px;
  margin-left: 5px;
  background-color: #ffbc3d;
  margin: 10px;
  white-space: nowrap;
}
.alertButton a {
  color: #000;
  font-family: NHaasGroteskDSStdBld !important;
}
a.alert-link,
a.alert-link:hover,
a.alert-link:focus {
  text-decoration: none !important;
  color: #000 !important;
  outline: none !important;
  font-family: NHaasGroteskDSStdBld !important;
}
.alert-icon img {
  position: absolute;
  left: 15.5%;
  width: 22px;
}
@media (max-width: 480px) {
  a.alert-link,
  a.alert-link:hover,
  a.alert-link:focus {
    text-decoration: none !important;
    color: #000 !important;
    outline: none !important;
    font-size: 0.75rem;
    font-family: BrandFont, Arial, sans-serif;
  }
  .alert-container {
    max-width: 85%;
    flex-wrap: wrap;
  }
  .alert-container .alert-close {
    position: absolute;
    height: 150px;
  }
  .alert-icon img {
    left: 6%;
    width: 5%;
  }
}
