.webform-submission-form.centreform {
  overflow: inherit;
}

.webform-submission-form .form-actions {
  clear: both;
  display: flex;
}

.webform-submission-form .form-actions input.webform-button--previous {
  background-color: #d3d3d3;
}

.webform-submission-form .form-item label {
  margin-bottom: 5px;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}

.webform-submission-form .webform-options-display-buttons-wrapper .form-item label {
  line-height: 44px;
}

.webform-submission-form .form-item .description {
  color: #fff;
}

.webform-submission-form .form-item-markup {
  color: #fff;
}

.webform-submission-form .form-item-markup a {
  color: #ffffff;
}

.webform-submission-form .form-item label {
  word-break: break-word;
  color: inherit;
}

.webform-submission-form textarea {
  color: #333333;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 0px none transparent;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  width: 100%;
  resize: none;
}
.js-form-type-textarea .text-count-wrapper{
  margin-top: -7px;
  margin-bottom: 20px;
}
.webform-submission-form input[type="text"],
.webform-submission-form select {
  color: #333333;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0px none transparent;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  width: 100%;
  height: 70px;
}

.sidebar .webform-submission-form input[type="text"],
.sidebar .webform-submission-form select {
  height: 60px;
}

.webform-scale-options input:checked + label {
  color: #fff;
  border-color: #fff;
  background-color: #db2350;
}

.webform-scale-text-min, .webform-scale-text-max {
  position: absolute;
  border-radius: 5px;
  padding: 3px;
  background-color: white;
  opacity: 0.7;
}


.fieldgroup {
  padding: 0 0 40px 0;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid white;
}

.webform-scale-flexbox .webform-scale-options {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -5px;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

.webform-scale-flexbox .webform-scale-option {
  flex: 1;
  margin: 0 5px;
}

.webform-scale-options input + label, .webform-scale-options input + label.option {
  display: block;
  color: #cccccc;
  padding: 5px;
  border: 0px;
  height: auto;
  width: 100%;
}

.fieldset-legend {
  word-break: break-word;
  margin-bottom: 5px;
  color: inherit;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}

.webform-scale {
  display: inline-block;
  width: 100%;
}

.webform-scale-options {
  white-space: nowrap;
  margin: 5px -5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}

.webform-scale-option {
  flex: 1;
  text-align: center;
  min-width: 30px;
  margin: 0 5px;
}

.webform-scale-options input + label, .webform-scale-options input + label.option {
  display: block;
  color: #cccccc;
  padding: 5px;
  border: 0px;
  height: auto;
  width: 100%;
  border-radius: 5px;
}

.webform-scale-flexbox .webform-scale-text {
  margin: inherit;
  position: relative;
  display: block;
}

label.option:hover {
  background-color: #e3e3e3;
  color: black;
  cursor: pointer;
}

.iti__country-list .iti__country-name {
  color: #392e44;
}

.webform-submission-form .form-required::before {
  content: '*';
  font-weight: bold;
  font-size: 1.2em;
  padding-right: 10px;
  vertical-align: middle;
}

.webform-submission-form a {
  color: inherit;
}

.webform-submission-form .form-item-telephone-advanced-phone .form-item--error-message {
  margin-top: initial;
  max-width: 517px;
}

.webform-submission-form .js-form-type-textarea > label {
	margin-top: 10px !important;
}
