.alert {
  position: relative;
  padding: 1rem 2.5rem 1rem 3.4375rem;
  margin-bottom: 1.5rem;
  border: 0.125rem solid transparent;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: left 0.75rem top 0.75rem;
  background-size: 2rem 2rem;
  line-height: 1.44;
}
.alert button {
  position: absolute;
  display: block;
  right: 0.75rem;
  top: 0.9375rem;
  background: none;
  border: none;
  color: #0052a5;
  font-size: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.alert button span {
  font-size: 1.75rem;
  line-height: 1.25rem;
  font-family: "Open Sans";
  font-weight: bold;
}
.alert-dismissible {
  padding-right: 3.5rem;
}
.alert-dismissible button.close {
  line-height: 1;
  font-size: 1.5rem;
  font-family: "Open Sans Bold";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  color: #0052a5;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.alert-dismissible button.close:hover {
  color: #1b1b1b;
  text-decoration: none;
}
.alert-danger {
  border-color: #d5233f;
  background-image: url('/img/icons/danger-triangle.svg');
}
.alert-info {
  border-color: #006cd7;
  background-image: url('/img/icons/info-circle.svg');
}
.alert-warning {
  border-color: #eba828;
  background-image: url('/img/icons/warning-questionmark.svg');
}
.alert-success {
  border-color: #598527;
  background-image: url('/img/icons/success-check.svg');
}
.alert-location {
  border-color: #006cd7;
  background-image: url('/img/icons/map-marker.svg');
}
