.full-width-row {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.jumbotron + .full-width-row {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + .full-width-row {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + .full-width-row {
  margin-top: 0px;
}
.jumbotron.no-title + .full-width-row {
  margin-top: -40px;
}
@media (width < 768px) {
  .full-width-row {
    width: 100%;
    position: relative;
    margin-left: 0px;
    left: 0;
  }
}

.Pink-fwr {
  background: #ee3353;
  color: #ffffff;
  padding: 20px;
}

.Yellow-fwr {
  background: #F6CA15;
  color: #3F1833;
  padding: 20px;
}

.Gray-fwr {
  background: #F4F4F4;
  padding: 20px;
}

.Tan-fwr {
  background: #FCF2E8;
  padding: 20px;
}

.Tan-fwr.hero-full-width h2, .Yellow-fwr.hero-full-width h2, .Gray-fwr.hero-full-width h2 {
  color: #3F1833 !important;
}

Tan-fwr h2, .Yellow-fwr h2, .Gray-fwr h2 {
  color: #3f1833 !important;
}

.Purple-fwr {
  background: #3F1833;
  color: #ffffff;
  padding: 20px;
}

@media (max-width: 767px) {
  .hero-full-width {
    top: 10px;
    width: 100%;
  }
  .hero-full-width.full-width-row.Purple, .hero-full-width.full-width-row.Yellow, .hero-full-width.full-width-row.Gray, .hero-full-width.full-width-row.Tan, .hero-full-width.full-width-row.Pink {
    margin-top: -3%;
  }
  .hero-full-width {
    margin-left: 0px !important;
    margin-left: 0px !important;
    padding: 0px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .hero-full-width {
    top: 10px;
    background: rgba(238, 51, 83, 0);
    width: 50%;
  }
  .full-width-row {
    width: 100%;
    position: relative;
    margin-left: 0px;
  }
  .hero-full-width {
    margin-left: 0px !important;
    margin-left: 0px !important;
    padding: 0px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-full-width.full-width-row {
    left: 0% !important;
  }
}

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