.blasts h2 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.3em;
}
.blasts .page-body {
  font-size: 1em;
  padding: 0;
}
.blasts .page-body .button {
  min-width: 11em;
  border-style: solid;
  border-width: 2px;
  border-color: #0A5FA9;
}
.blasts .page-body .button:hover, .blasts .page-body .button:focus {
  color: #fff;
  background-color: rgb(7.1508379888, 67.9329608939, 120.8491620112);
  border-color: rgb(7.1508379888, 67.9329608939, 120.8491620112);
}
.blasts .page-body > .content-wrapper {
  max-width: 56rem;
  padding: 2rem;
  border: 1px solid #D7D7D7;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.9);
}
.blasts .page-introduction {
  font-size: 1.125em;
  color: #0A5FA9;
  margin-bottom: 1.5em;
}
.blasts .page-introduction p {
  margin: 0;
}
.blasts .page-introduction p + p {
  margin-top: 1em;
}
.blasts .blast-options .blast-option-wrapper + .blast-option-wrapper {
  margin-top: 3em;
}
.blasts .blast-options .blast-option-wrapper p {
  margin: 0;
}
.blasts .blast-options .blast-option-wrapper p + p {
  margin-top: 1em;
}
.blasts .blast-options .blast-option-wrapper > .flex-container {
  margin-left: -1rem;
  margin-right: -1rem;
}
.blasts .blast-options .blast-option-wrapper > .flex-container > * {
  margin-left: 1rem;
  margin-right: 1rem;
}
.blasts .blast-options .blast-option-wrapper > .flex-container > * {
  margin-bottom: 1rem;
}
.blasts .blast-options .blast-option-wrapper > .flex-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blasts .blast-options .blast-option-wrapper > .flex-container > .column-one {
  width: 60%;
  min-width: 20em;
}
.blasts .blast-options .blast-option-wrapper > .flex-container > .column-two {
  width: 20%;
  min-width: 11em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.blasts .blast-options .blast-option-wrapper > .flex-container > .column-two > .wrapper {
  text-align: center;
}
.blasts .instructions-tip {
  font-size: 1.125em;
  line-height: 1.5555555556;
  font-weight: 400;
  padding: 0.7222222222em 1.5555555556em 0.8888888889em;
  border-radius: 4px;
  max-width: 17.1666666667em;
  color: #0A5FA9;
  background-color: rgb(220.7, 232.6, 242.96);
  margin-top: 2rem;
}
.blasts .instructions-tip h2 {
  font-size: 1em;
  margin-bottom: 0;
}
.blasts .instructions-tip h2 + p {
  margin-top: 0;
}
.blasts .instructions-tip > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 80em) {
  .blasts .page-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .blasts .page-body > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .blasts .page-body .instructions-tip {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 60em) {
  .blasts .page-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .blasts .page-body > .content-wrapper {
    padding: 1rem;
  }
  .blasts h2 {
    font-size: 1.5em;
  }
  .blasts .blast-options .blast-option-wrapper + .blast-option-wrapper {
    margin-top: 1em;
  }
}

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