.full-width-slider {
  position: relative;
  width: 100%;
  display: block;
}
.full-width-slider .rslides {
  max-width: 100% !important;
}
.full-width-slider .rslides .full-width-slider-text button {
  text-transform: uppercase;
}
.full-width-slider-top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 99, 44, 0.71);
}
.full-width-slider-top-bar .header {
  color: #fff;
  font-size: 1.4em;
  margin: 22px 20px 18px 20px;
}
.full-width-slider-top-bar .button {
  text-transform: uppercase;
  margin: 0 20px;
}
@media screen and (max-width: 600px) {
  .full-width-slider-top-bar .header {
    font-size: 1em;
    margin: 12px 10px 8px 10px;
  }
}
.full-width-slider-bottom-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background-color: rgba(237, 239, 235, 0.71);
}
.full-width-slider-bottom-link .header {
  color: #fff;
  font-size: 1.4em;
  margin: 22px 20px 18px 20px;
}
.full-width-slider-bottom-link .button {
  text-transform: uppercase;
  margin: 0 20px;
}
@media screen and (max-width: 400px) {
  .full-width-slider-bottom-link .header {
    font-size: 0.9em;
    margin: 12px 10px 8px 10px;
  }
}
@media screen and (max-width: 600px) {
  .full-width-slider-bottom-link {
    flex-wrap: wrap;
  }
  .full-width-slider-bottom-link .button {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=view.css.map */