.fakeHeaderDSK {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}

.fakeHeaderMBL {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 584px) {
  body {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 584px) {
  .fakeHeaderMBL {
    display: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .fakeHeaderDSK {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

small {
  color: #696969;
}
input[type='radio'],
input[type='checkbox'],
input[type='submit'],
input[type='email'],
input[type='text'],
input[type='tel'],
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
input[type='tel'],
input[type='text'],
input[type='email'],
input[type='submit'],
input[type='checkbox'],
select {
  border-radius: 0 !important;
}
input[type='radio'] {
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
input[type='checkbox'] {
  width: 100%;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
input[type='radio'],
input[type='checkbox'] {
  border: 1px solid rgb(105, 105, 105);
  margin-right: 8px;
  position: relative;
}
input[type='radio']:checked::before,
input[type='checkbox']:checked::before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #b3c618;
  position: absolute;
  top: 2px;
  left: 2px;
}
input[type='radio']:checked::before {
  border-radius: 100%;
}
h3 {
  font-family: "CLAASCultivaWeb", Arial, sans-serif;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 5px 0;
}
fieldset label {
  display: flex;
}
select {
  padding: 7px 12px !important;
}
input[type='submit'].button,
.button-link {
  -webkit-appearance: none;
  background: #b3c618;
  border: 1px solid #d7d7d7;
  display: inline-block;
  width: auto;
  padding: 6px 12px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
input[type='submit'].button:hover,
.button-link:hover,
input[type='submit'].button:active,
.button-link:active,
input[type='submit'].button:focus,
.button-link:focus {
  color: #fff;
  background: #b3c618;
  border: 1px solid #b3c618;
  transition: background 0.25s ease-in-out;
}
input[type='submit'].button:disabled {
  opacity: .5;
}
.forms-radio-group-item {
  display: inline-flex;
  margin-right: 45px;
  margin-bottom: 0;
}
legend,
.forms-nested-checkbox-group-item {
  margin-bottom: 20px;
}
.forms-nested-checkbox-group {
  margin-top: 20px;
  margin-bottom: 0;
}
.form-2-column-split-content {
  display: flex;
  justify-content: space-between;
}
.form-2-column-split-content-item {
  width: 46%;
}
.forms-nested-checkbox-group-item {
  list-style: none;
}

.forms-nested-checkbox-group > .forms-nested-checkbox-group-item:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
  .form-2-column-split-content {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .forms-radio-group-item {
    display: flex;
    margin-bottom: 20px;
  }
  .form-2-column-split-content {
    display: block;
  }
  .form-2-column-split-content-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.isRequired:after {
 content: "*";
 display: inline-block;
}
