.webform-submission-form{
color: #525252;
font-family: "Helvetica Neue",Arial,sans-serif;
font-size: 22px;
font-weight: 400;
line-height:1.5em;
float:right;
}
.gds-form-input__label-wrapper{
padding-bottom:8px;
}
.helperText{
display:none;
}

.gds-form-input__input{
    width: 100%;
    height: 60%;
    border: 2px solid #525252
    border-radius: 2px;
    font-size: 16px;

}
.gds-heading{
    color: #525252;
}
.gds-btn--primary{
        text-align: center;
    text-decoration: none;
     padding: 8px 20px;
    transition: background .3s;
    background-color: #f60;
    border: none;
    color: #000;
    font-size: 16px;
    border-radius: 4px;
        cursor: pointer;
    padding: 8px 20px;
}
.node-23 .gds-cell--l-third {
  display: none;
}
.node-23 .gds-cell--l-two-thirds {
  width: 100%;
}
.node-23 article .gds-cell--m-half {
  padding: var(--spacer-l);
  margin-bottom: 0;
}
.node-23 article .gds-cell--m-half:nth-of-type(2) {
  background-color: #f5faff;
}
.webform-submission-form {
  float: initial;
}
.node-23 .gds-form-input input,
.node-23 .gds-form-input__input--date,
.node-23 .gds-form-input .select2-selection--date,
.node-23 .gds-form-input__input-wrapper--date {
  max-width: 100%;
}
.node-23 .gds-form-input {
  max-width: 100%;
  width: 100%;
}
.node-23 .gds-form-input__input-wrapper--time {
  min-height: initial;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background-color: unset;
}
.node-23 .gds-form-input__label-wrapper {
  padding: 0;
  margin-top: -2px;
}
.node-23 .gds-form-input__inner--radio {
  align-items: center;
}
.node-23 #edit-i-agree--label-wrapper,
.node-23 #edit-i-agree-2--label-wrapper {
  line-height: 1;
  margin-top: -4px;
}
.node-23 #edit-i-agree--wrapper {
  border-top: 1px solid var(--color-primary-light);
  padding-top: 30px;
}
.node-23 #edit-submit {
  color: #fff;
  background-color: #06c;
}
.node-23 #edit-submit:hover {
  background-color: #06c;
}
.node-23 .gds-form-input__radio-checked {
  background-color: #06c;
}