.fieldset-legend {
  font-size: 25px;
  font-weight: lighter;
  color: #707070;
}

.fieldset-wrapper {
  display: flex;
  justify-content: center;
}

legend {
  text-align: center;
  padding: 10px;
}

.form-radios {
  flex-direction: column;
  width: 70%;
}

.ui-dialog-buttonpane {
  display: none;
}

.ui-dialog {
  border-radius: 15px;
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.webform-button--next {
  display: none;
  background-color: white;
  color: #707070;
  border: none;
}
.webform-button--next:hover {
  background-color: #707070;
  color: white;
  border: none;
}

.webform-button--submit {
  background-color: #33A3A7;
  border: none;
  border-radius: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.webform-button--submit:hover {
  background-color: #005255;
}
.webform-button--submit:focus {
  background-color: #005255;
}

.form-actions {
  display: flex;
  flex-direction: row-reverse;
}

.form-textarea-wrapper {
  padding: 20px;
}
.form-textarea-wrapper textarea {
  width: 100%;
  height: 20px;
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  outline: none;
  padding: 5px;
  font-size: 16px;
  resize: none;
}
.form-textarea-wrapper textarea:focus {
  border-bottom: 1px solid black;
  transition: border-color 0.3s;
}

#webform-submission-audience-survey-add-form {
  text-align: center;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}

#edit-which-best-describes-you--wrapper-legend {
  font-size: 25px;
  color: #707070;
}

#edit-which-best-describes-you {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.js-form-type-radio {
  text-align: center;
}

.webform-options-display-buttons label.webform-options-display-buttons-label:not([for*=opt-out]) {
  font-weight: lighter;
  font-size: 20px;
  border: none;
  padding: 5px;
  border-radius: 30px;
  background-color: #33A3A7;
  color: #FFFFFF !important;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
.webform-options-display-buttons label.webform-options-display-buttons-label:not([for*=opt-out]):hover {
  background-color: #1f6163;
  color: white;
}
.webform-options-display-buttons label.webform-options-display-buttons-label[for*=opt-out] {
  font-weight: lighter;
  font-size: 15px;
  border: none;
  padding: 5px;
  color: #6F6F6F;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
.webform-options-display-buttons input:focus + label.webform-options-display-buttons-label {
  color: #FFFFFF;
  box-shadow: none;
  border: none;
}

.option {
  cursor: pointer;
}

.toggled {
  background-color: #1f6163;
  color: white;
}
