.frm_radio,
.frm_checkbox,
.frm_scale {
  position: relative;
}
.frm_style_formidable-style.with_frm_style .frm_radio label, .with_frm_style .vertical_radio .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label, .with_frm_style .vertical_radio .frm_checkbox label,
.frm_style_formidable-style.with_frm_style .frm_scale label, .with_frm_style .vertical_radio .frm_scale label {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  text-indent: 0;
  align-items: center;
  padding-left: 0;
  font-size: 14px;
  cursor: pointer;
}
.frm_style_formidable-style.with_frm_style .frm_radio label, .with_frm_style .vertical_radio .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label, .with_frm_style .vertical_radio .frm_checkbox label {
  padding-left: 40px;
}
.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
  margin: 14px 17px 14px 10px;
  cursor: pointer;
  position: absolute !important;
  top: 0;
  margin-left: 0;
  opacity: 0;
}
.with_frm_style .frm_scale input[type=radio] {
  position: absolute;
  opacity: 0;
}
.frm_radio label::before, .frm_checkbox label::before, .frm_scale label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 26px;
  height: 26px;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #444444;
}
.frm_radio label::before, .frm_scale label::before {
  border-radius: 50%;
}
.frm_radio input[type=radio]:checked ~ label::after, .frm_scale input[type=radio]:checked ~ label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 11px;
  width: 20px;
  height: 20px;
  z-index: 3;
  background: #444444;
  border-radius: 50%;
}
.frm_scale label {
  flex-direction: column;
  justify-content: center;
  width: 44px;
  padding-top: 35px;
}
.frm_scale label::before {
  left: 7px;
}
.frm_scale input[type=radio]:checked ~ label::after {
  left: 11px;
  top: 11px;
}
.frm_checkbox input[type=checkbox]:checked ~ label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 14px;
  width: 15px;
  height: 6px;
  border: solid;
  border-top-color: transparent;
  border-width: 0 0 4px 4px;
  transform: rotate(-45deg);
  z-index: 4;
}
.frm_radio input:focus ~ label::before, .frm_radio input:hover ~ label::before,
.frm_checkbox input:focus ~ label::before, .frm_checkbox input:hover ~ label::before,
.frm_scale input:focus ~ label::before, .frm_scale input:hover ~ label::before {
  box-shadow: 0 0 0 1px rgba(102,175,233, 0.6), 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102,175,233, 0.6);
  border-color: #66afe9;
}
.frm_style_formidable-style.with_frm_style .frm_radio .frm_screen_reader.frm_hidden, .with_frm_style .vertical_radio .frm_radio .frm_screen_reader.frm_hidden,
.frm_style_formidable-style.with_frm_style .frm_checkbox .frm_screen_reader.frm_hidden, .with_frm_style .vertical_radio .frm_checkbox .frm_screen_reader.frm_hidden {
  position: absolute;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 15px;
}
/* Successful message */
#inner-content .frm_style_formidable-style.with_frm_style .frm_message > h2,
#inner-content .frm_style_formidable-style.with_frm_style .frm_message > h3,
#inner-content .frm_success_style > h2,
#inner-content .frm_success_style > h3 {
  color: #2d522b;
}
@media only screen and (max-width:600px) {
  #form_copd .frm_third:nth-of-type(1) {
    text-align: left;
  }
  #form_copd .frm_third:nth-of-type(3) {
    padding-bottom: 1em;
    border-bottom: 1px solid #585858;
    margin-left: 0;
  }
}
/* Formidable Inline Checkboxes */
.with_frm_style .frm_inline_container .frm_primary_label, .with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container {
  display: inline-block !important;
  vertical-align: middle;
}
.frm_form_field.frm_inline_container .frm_opt_container {
  vertical-align: middle;
}
.frm_style_formidable-style.with_frm_style .frm_message .frm_message {
  background: #ffffff;
  margin-top: 25px;
}

/* Important Section */
.frm_style_formidable-style.with_frm_style .important-section {
  background: #fffacc;
  padding: 0 1.5em;
  border: 1px solid #53524c;
  border-radius: 7px;
  margin: 1em 0;
}
.frm_style_formidable-style.with_frm_style .important-section .frm_description {
  color: #444444;
  font-size: 0.8em;
}
.frm_style_formidable-style.with_frm_style .important-section .frm_required {
  color: #a50000;
  font-weight: bold;
}
#inner-content .important-section .frm_section_heading h3 {
  color: #444444;
  border: none;
}
#inner-content .important-section li:before {
  color: #444444;
}