.feedback {
  overflow: hidden;
  padding-top: 1.5em;
}
@media screen and (min-width: 35em) {
  .feedback .smallHeader {
    margin-right: 1em;
    text-align: left;
  }
}
.feedback button {
  cursor: pointer;
  margin-top: 1em;
  min-width: 90px;
  width: auto;
  font-weight: 600;
  background-color: #2B5F46;
  color: white;
  border: none;
}
.feedback button:focus,
.feedback button:hover,
.feedback button.active {
  background-color: white;
  color: #2B5F46;
  box-shadow: inset 0 0 0 1px #2B5F46;
}
.feedback button input {
  left: -999em;
  position: absolute;
}
.feedback button + button {
  margin-left: .5em;
}
.feedback button.negative:focus,
.feedback button.negative:hover,
.feedback button.negative.active {
  background-color: white;
  box-shadow: inset 0 0 0 1px #d62827;
  color: red;
  color: #d62827;
}
@media screen and (min-width: 35em) {
  .feedback button {
    margin-top: 0;
  }
}
.no-js .feedback {
  display: none;
}
.feedback textarea {
  display: block;
  height: 8em;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 35em) {
  .feedback .initialResponse {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 25rem;
    margin: auto;
  }
}
.feedback .infoResponse {
  margin: 1.5em auto 0;
  width: 100%;
  max-width: 27.556em;
  text-align: left;
}
.feedback .infoResponse button {
  float: right;
  margin-top: .5em;
}
.feedback .infoResponse label {
  display: block;
}
.feedback .infoResponse .error {
  clear: both;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
}
.feedback .infoResponse.note,
.feedback .infoResponse.notice {
  text-align: center;
}
.feedback .infoResponse.note.alert,
.feedback .infoResponse.notice.alert {
  text-align: left;
}
.feedback .infoResponse--text {
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #195c5c;
}
