form label {
    font-weight: normal;
}
#salutation-error{
  position: absolute;
    bottom: -15px;
    width: 150%;
}
#salutation-error:after, #salutation-error:before{
 display:none;
}
div#edit-salutation .form-item-salutation {
    padding-left: 0;
    flex-basis: 13.666667%;
}
.def-form .form-group input[type=radio] {
  float: left;
}
div#edit-salutation .form-item-salutation label {
    margin-bottom: 1em;
    padding-right: 1em;
}
.def-form .form-group label.error {
    color: #eb3c36;
    font-size: 14px;
    margin-top: 2px;
}
form label.form-required:before {
    font-size: 1.375rem;
    content: "*";
    margin-left: 0;
    background-color: transparent;
}
form label.form-required:after {
    display:none;
}
div#edit-salutation {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
div#edit-email-optin{
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
}
form .form-type-radio + .form-type-radio {
    margin-top: 0;
}
form .form-type-radio + .form-type-radio {
    margin-top: 0;
}
input#edit-actions-submit{
    position: relative;
    padding: 8px 100px 8px 40px;
    border-color: #00235d;
    border-radius: 40px;
    font-family: Avenir Next LT W01 Bold;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px .5em rgba(0,20,54,0);
    color: #00235d;
    cursor: pointer;
    display: inline-flex;
    transition: all .2s ease-in-out;
    font-size: unset;
    border: 1px solid;
    height: 2.35em;
}
.def-form .form-group--submit .btn-after {
    position: relative;
}

.def-form .form-group--submit .btn {
    margin: 0;
   /* margin-right: 1em;*/
    width: auto;
}
.def-form .form-group--submit .btn-after::after {
    display: inline-block;
    content: "";
    width: 17px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 10px;
    background-image: url("/sites/default/files/images/icons/icon-arrow-right.svg");  
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);

}
.def-form .form-group--submit .btn-after:hover::after {
    background-image: url("/sites/default/files/images/icons/icon-arrow-right-white.svg");
}
.def-form .form-group--submit .btn-after:hover input#edit-actions-submit{
  background: #00235d;
  color: #fff;
}
input[id="edit-interests-contact-with-a-sales-representative"] ~ label[id$="-error"]::after,
input[id="edit-interests-contact-with-a-sales-representative"] ~ label[id$="-error"]::before{
  display:none;
}
input[id="edit-interests-contact-with-a-sales-representative"]:checked ~ label[class="option"]:after {
  opacity: 1;
}
.def-form .form-group--submit .btn-after{
  position: relative;
}
.def-form #edit-interests label.error {
    position: absolute;
    bottom: 29px;
}
@media(max-width:768px){
  div#edit-salutation .form-item-salutation{
    display:flex;
    flex-basis:40%;
  }
  .def-form__multi label{
    align-items: flex-start !important;
  }
  form .form-type-checkbox label:before{
    top:25%;
  }
  form .form-type-checkbox label:after{
    top:25%;
  }
  .js-webform-radios.webform-options-display-side-by-side{
    flex-basis: 33%;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0.5em 1.5em 0;
    width: 100%;
  }
}

@media (min-width: 768px){
.def-form .form-group--submit .btn {
    margin: 0;
   /* margin-right: 1em;*/
    width: auto;
}
.def-form .form-group--submit .btn-after{
  position: relative;
}
}
.def-form.invalid .def-form__error-wrapper {
  background-color: transparent !important;
}

select option[value="100"], select option[value="101"], select option[value="102"], select option[value="103"], select option[value="104"], select option[value="105"], select option[value="106"], select option[value="107"], select option[value="108"], select option[value="109"], select option[value="110"], select option[value="111"] {
    display: none;
}
