#stay_updated {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#stay_updated_title {
  margin-top: 200px;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  #stay_updated_title {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

#stay_updated form {
  width: 100%;
}

#stay_updated_input_and_button {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
@media screen and (max-width: 800px) {
  #stay_updated_input_and_button {
    flex-direction: column;
  }
}

#stay_updated input {
  height: 57px;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  width: 100%;
  color: #B2B2B2;
  padding: 0 0 0 20px;
  border-top: 2px solid #BDA867;
  border-bottom: 1px solid #BDA867;
  border-left: 1px solid #BDA867;
  border-right: 1px solid #BDA867;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  #stay_updated input {
    margin-bottom: 20px;
  }
}

#stay_updated button {
  width: 100%;
  flex-shrink: 2;
}
@media screen and (max-width: 800px) {
  #stay_updated button {
    margin-left: 0;
  }
}

#stay_updated_checkbox_and_text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#stay_updated_checkbox_and_text input {
  width: 5%;
  flex-shrink: 5;
}
@media screen and (max-width: 800px) {
  #stay_updated_checkbox_and_text input {
    margin-right: 10px;
  }
}

#stay_updated_checkbox_and_text span {
  width: 100%;
  font-size: 16px;
}

#stay_updated_text {
  margin: 0;
  margin-bottom: 50px;
}

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