/* HEADERS
-------------------------------------------------- */
h2 {
  margin-bottom: 20px;
  padding: 0.5em 0.75em;
  text-align: center;
  color: #ffffff;
  background-color: #00897b;
}
h3 {
  font-weight: 400;
  color: #00695c;
}
.required-label {
  padding-left: 0.5rem;
  color: #d9534f;
}
.label {
  margin-left: 10px;
  display: inline;
  padding: 0.3em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 2;
}
.radio-inline-other {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline-other input[type="radio"] {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px;
}
.confirm {
  padding-top: 7px;
}
/* BUTTONS
-------------------------------------------------- */
.btn {
  padding: 12px 12px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  width: 100%;
}

.btn-default {
  color: #424242;
  background-color: #ffffff;
  border: 1px solid #757575;
  border-bottom: 3px solid #757575;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  text-decoration: none;
  color: #bdbdbd;
  background-color: #ffffff;
  border-color: #d6d6d6;
}

.btn-submit {
  color: #ffffff;
  font-weight: bold;
  background-color: #00bfa5;
  border-bottom: 3px solid #26a69a;
  border-right: none;
  border-left: none;
  border-top: none;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active {
  text-decoration: none;
  color: #ffffff;
  background-color: #7fdfd2;
  border-color: #7fdfd2;
}

.form-btn-submit,
.form-btn-back {
  display: inline;
}

@media screen and (min-width: 767px) {
  .btn {
    width: 200px;
    margin-bottom: 0px;
  }
}
