#site-alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.5rem 0;
  margin-top: -2rem;
}
#site-alert-warning {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff9de;
  padding: 1rem;
  border-radius: 0.25rem !important;
}
#site-alert-info {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e3f2fd;
  padding: 1rem;
  border-radius: 0.25rem !important;
}
#site-alert-success {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #dcf5e6;
  padding: 1rem;
  border-radius: 0.25rem !important;
}
#site-alert-error {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffece0;
  padding: 1rem;
  border-radius: 0.25rem !important;
}
.alert-container {
  font-family: NHaasGroteskDSStd-55Rg;
  padding: 5px 2px 5px 15px;
  min-height: 25px;
  display: flex;
  text-align: left;
  max-width: 85%;
  margin: 0 auto;
  align-items: center;
  margin-left: 10px;
}
.alert-message {
  width: 99%;
  float: left;
  min-height: 25px;
  color: #000000;
}
.alert-message-info p b {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03125rem;
  color: #000000;
  margin: 0px;
  text-decoration: none;
}
.alert-message-success p b {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03125rem;
  color: #000000;
  margin: 0px;
  text-decoration: none;
}
.alert-message-warning p b {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03125rem;
  color: #000000;
  margin: 0px;
  text-decoration: none;
}
.alert-message-warning p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03125rem;
  color: #000000;
  margin: 0px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 0.5rem;
}
.alert-message-success p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03125rem;
  color: #000000;
  margin: 0px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 0.5rem;
}
.alert-message-info p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03125rem;
  color: #000000;
  margin: 0px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 0.5rem;
}
.alert-message-error p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03125rem;
  color: #000000;
  margin: 0px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 0.5rem;
}
.alert-message-error p b {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03125rem;
  color: #000000;
  margin: 0px;
  text-decoration: none;
}
.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 .alert-close-warning {
  position: absolute;
  color: #000000;
  float: right;
  padding: 2px;
  font-size: 1.2rem;
  width: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 28px;
  right: 10px;
  height: 50px;
  top: 5px;
}
.alert-container .alert-close-info {
  position: absolute;
  color: #000000;
  float: right;
  padding: 2px;
  font-size: 1.2rem;
  width: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 28px;
  right: 10px;
  height: 50px;
  top: 5px;
}
.alert-container .alert-close-success {
  position: absolute;
  color: #000000;
  float: right;
  padding: 2px;
  font-size: 1.2rem;
  width: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 28px;
  right: 10px;
  height: 50px;
  top: 5px;
}
.alert-container .alert-close-error {
  position: absolute;
  color: #000000;
  float: right;
  padding: 2px;
  font-size: 1.2rem;
  width: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 28px;
  right: 10px;
  height: 50px;
  top: 5px;
}
.alert-container .alertButton {
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #000;
  text-decoration: none;
  border-radius: 100px;
  padding: 6px 15px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  margin-bottom: 5px;
}
.alert-container .alertButton-info {
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #000;
  text-decoration: none;
  border-radius: 100px;
  padding: 4px 15px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.alert-container .alertButton-warning {
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #000;
  text-decoration: none;
  border-radius: 100px;
  padding: 4px 15px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.alert-container .alertButton-success {
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #000;
  text-decoration: none;
  border-radius: 100px;
  padding: 4px 15px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.alert-container .alertButton-error {
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #000;
  text-decoration: none;
  border-radius: 100px;
  padding: 4px 15px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.alertButton a {
  color: #000;
  text-decoration: none;
}
a.alert-link,
a.alert-link:hover,
a.alert-link:focus {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  white-space: nowrap;
  font-family: VerizonNHGeTX;
  background-color: transparent;
  text-decoration: none;
}
a.alert-link-info,
a.alert-link-info:hover,
a.alert-link-info:focus {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  white-space: nowrap;
  font-family: VerizonNHGeTX;
  background-color: transparent;
  text-decoration: none;
}
a.alert-link-success,
a.alert-link-success:hover,
a.alert-link-success:focus {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  white-space: nowrap;
  font-family: VerizonNHGeTX;
  background-color: transparent;
  text-decoration: none;
}
a.alert-link-error,
a.alert-link-error:hover,
a.alert-link-error:focus {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  white-space: nowrap;
  font-family: VerizonNHGeTX;
  background-color: transparent;
  text-decoration: none;
}
a.alert-link-warning,
a.alert-link-warning:hover,
a.alert-link-warning:focus {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  white-space: nowrap;
  font-family: VerizonNHGeTX;
  background-color: transparent;
  text-decoration: none;
}
.alert-icon img {
  position: absolute;
  left: 1.5%;
  width: 22px !important;
  margin-top: 8px;
}
.alert-icon-info img {
  position: absolute;
  left: 1.5%;
  width: 22px !important;
  margin-top: 8px;
}
.alert-icon-warning img {
  position: absolute;
  left: 1.5%;
  width: 22px !important;
  margin-top: 8px;
}
.alert-icon-error img {
  position: absolute;
  left: 1.5%;
  width: 22px !important;
  margin-top: 8px;
}
.alert-icon-success img {
  position: absolute;
  left: 1.5%;
  width: 22px !important;
  margin-top: 8px;
}
@media (max-width: 480px) {
  a.alert-link,
  a.alert-link:hover,
  a.alert-link:focus {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    white-space: nowrap;
    font-family: VerizonNHGeTX;
    background-color: transparent;
    text-decoration: none;
  }
  a.alert-link-info,
  a.alert-link:hover,
  a.alert-link:focus {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    white-space: nowrap;
    font-family: VerizonNHGeTX;
    background-color: transparent;
    text-decoration: none;
  }
  a.alert-link-success,
  a.alert-link:hover,
  a.alert-link:focus {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    white-space: nowrap;
    font-family: VerizonNHGeTX;
    background-color: transparent;
    text-decoration: none;
  }
  a.alert-link-error,
  a.alert-link:hover,
  a.alert-link:focus {
    font-size: 0.75rem;
    text-decoration: none !important;
    color: #000 !important;
    outline: none !important;
    font-family: VerizonNHGeTX;
  }
  a.alert-link-warning,
  a.alert-link:hover,
  a.alert-link:focus {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    white-space: nowrap;
    font-family: VerizonNHGeTX;
    background-color: transparent;
    text-decoration: none;
  }
  .alert-container {
    max-width: 100%;
    max-height: 100%;
    flex-wrap: wrap;
    padding-left: 3%;
    align-items: normal;
    font-family: NHaasGroteskDSStd-55Rg;
  }
  .alert-container .alert-close-info {
    position: absolute;
    color: #000000;
    float: right;
    padding: 2px;
    font-size: 1.2rem;
    width: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    font-size: 22px;
    right: 5px;
    height: 110px;
  }
  .alert-container .alert-close-success {
    position: absolute;
    color: #000000;
    float: right;
    padding: 2px;
    font-size: 1.2rem;
    width: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    font-size: 22px;
    right: 5px;
    height: 110px;
  }
  .alert-container .alert-close-error {
    position: absolute;
    color: #000000;
    float: right;
    padding: 2px;
    font-size: 1.2rem;
    width: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    font-size: 22px;
    right: 5px;
    height: 110px;
  }
  .alert-container .alert-close-warning {
    position: absolute;
    color: #000000;
    float: right;
    padding: 2px;
    font-size: 1.2rem;
    width: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    font-size: 22px;
    right: 5px;
    height: 110px;
  }
  .alert-icon img {
    position: absolute;
    left: 3.5%;
    width: 22px !important;
    margin-top: 8px;
  }
  .alert-icon-info img {
    position: absolute;
    left: 2.5%;
    width: 22px !important;
    margin-top: -8px;
  }
  .alert-icon-success img {
    position: absolute;
    left: 2.5%;
    width: 22px !important;
    margin-top: -8px;
  }
  .alert-icon-error img {
    position: absolute;
    left: 2.5%;
    width: 22px !important;
    margin-top: -8px;
  }
  .alert-icon-warning img {
    position: absolute;
    left: 2.5%;
    width: 22px !important;
    margin-top: -8px;
  }
  .alert-container .alertButton-warning {
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #000;
    text-decoration: none;
    border-radius: 100px;
    padding: 4px 15px;
    white-space: nowrap;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .alert-container .alertButton-success {
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #000;
    text-decoration: none;
    border-radius: 100px;
    padding: 4px 15px;
    white-space: nowrap;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .alert-container .alertButton-error {
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #000;
    text-decoration: none;
    border-radius: 100px;
    padding: 4px 15px;
    white-space: nowrap;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .alert-container .alertButton-info {
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #000;
    text-decoration: none;
    border-radius: 100px;
    padding: 4px 15px;
    white-space: nowrap;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  #site-alert {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 0.5rem 0;
    margin-top: 0rem;
  }
  .alert-message-warning p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03125rem;
    color: #000000;
    margin: 0px;
    text-decoration: none;
    margin-top: -6px;
    margin-right: 2em;
  }
  .alert-message-success p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03125rem;
    color: #000000;
    margin: 0px;
    text-decoration: none;
    margin-top: -6px;
    margin-right: 2em;
  }
  .alert-message-info p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03125rem;
    color: #000000;
    margin: 0px;
    text-decoration: none;
    margin-top: -6px;
    margin-right: 2em;
  }
  .alert-message-error p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03125rem;
    color: #000000;
    margin: 0px;
    text-decoration: none;
    margin-top: -6px;
    margin-right: 2em;
  }
  .alert-message-warning p b {
    font-size: 1rem;
    font-weight: 700;
    line-height: 0.5rem;
    font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03125rem;
    color: #000000;
    margin: 0px;
    text-decoration: none;
  }
  .alert-message-error p b {
    font-size: 1rem;
    font-weight: 700;
    line-height: 0.5rem;
    font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03125rem;
    color: #000000;
    margin: 0px;
    text-decoration: none;
  }
  .alert-message-success p b {
    font-size: 1rem;
    font-weight: 700;
    line-height: 0.5rem;
    font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03125rem;
    color: #000000;
    margin: 0px;
    text-decoration: none;
  }
  .alert-message-warning p b {
    font-size: 1rem;
    font-weight: 700;
    line-height: 0.5rem;
    font-family: Verizon-NHG-eDS, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03125rem;
    color: #000000;
    margin: 0px;
    text-decoration: none;
  }
}
