.sm_thick-border-top {
  border-top: 5px solid #e293bf;
}

.sm_thick-border-bottom {
  border-bottom: 5px solid #e293bf;
}

.sm_thin-border-top {
  border-top: 2px solid #e293bf;
}

.sm_thin-border-bottom {
  border-bottom: 2px solid #e293bf;
}

.sm_simple-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}

.sm_dark-overlay {
  position: relative;
}
.sm_dark-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
}

.sm_bg-icon {
  position: absolute;
  bottom: 0;
  font-size: 40vw;
  color: rgba(0, 0, 0, 0.03);
  line-height: 0;
}
.sm_bg-icon.sm_bg-icon-right {
  right: 2%;
}
.sm_bg-icon.sm_bg-icon-left {
  left: 2%;
}
.sm_bg-icon.sm_bg-icon-double-size {
  font-size: 80vw;
}
.sm_bg-icon.sm_bg-icon-half-size {
  font-size: 20vw;
}
.sm_bg-icon.sm_bg-icon-top {
  bottom: auto;
  top: 0;
}

/*# sourceMappingURL=storms-utils.css.map */
