button {
  margin-bottom: 0;
  border: 1px solid #6a1330;
  background-color: #99a4ae;
  font-family: "Raleway";
}

button:hover {
  background-color: #dedede;
}

.buttonOffset {
  margin: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
}

.alertBanner {
  height: 20rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alertBanner .content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2rem;
  align-items: center;
  text-align: center;
}
.alertBanner .content p, .alertBanner .content h3 {
  font-size: 150%;
}

.buttonsrow {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 2rem;
  justify-content: stretch;
  text-align: center;
}

@media (min-width: 48em) {
  .content {
    max-width: 75%;
    padding: 3rem;
  }
  .content p {
    font-size: 150%;
  }
}
@media (min-width: 64em) {
  .content {
    padding: 4rem;
    max-width: 60%;
  }
}
header:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
header h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #364b5f;
  font-family: "Raleway";
}

.alerts {
  position: relative;
  width: 100%;
  max-height: 15%;
  display: flex;
  z-index: 0;
  background-color: #a42621;
  color: whitesmoke;
}
.alerts h3 {
  font-size: 160%;
}
.alerts .alertContent {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2rem;
  align-items: center;
  text-align: center;
}
.alerts .alertContent h3 {
  color: white;
}
.alerts .alertContent a {
  color: #99a4ae !important;
}
.alerts .alertContent p {
  font-size: 100%;
}

/*# sourceMappingURL=alert.css.map */
