


/* --- FORMS */
.form-wrapper .field-list .title { display: none;}
.formTitle { text-transform: uppercase; font-weight: 700 !important; margin: 0px;}

section:nth-child(2) .content-wrapper {
  overflow: hidden;
  margin-bottom: 5px !important;
}

section:nth-child(2) form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 4vw;
}

section:nth-child(2) .form-block{
  padding-top: 0px !important;
}

section:nth-child(2) .form-wrapper .field-list .field {
    position: relative;
    margin: 0px;
}

section:nth-child(2) .form-wrapper .field-list .field .field-element {
  width: 250px;
  margin: 6px 0 0px;
  border: 1px solid #fff !important;
  border-radius: 0px;
}

/* INDUSTRY formButton */
section:nth-child(2) .form-wrapper input[type=submit] {
  /* transition: all .6s ease 0s !important; */
  position: absolute;
  background-color: #e1192c !important;
  border: none !important;
  color: #fff !important;
  font-family: franklin-gothic-urw;
  font-weight: 700;
  font-style: normal;
  padding-right: 100px !important;
  padding-top: 10px !important;
  padding-bottom: 11px !important;
  margin-left: 5px !important;
  top: 6px !important;
}

section:nth-child(2) :focus {
  outline-width: 0px !important;
}

.industryFormcaption {
  text-align: right;
  margin-right: 4vw;
  color: #fff !important;
}

.industryFormcaption .formTitle {
  color: #fff !important;
}


.industryFormcaption p {
  margin: 0.5rem 0 0.5rem 0;
  font-size: calc((.9 - 1) * 1.2vw + 1rem)!important;
  color: #fff !important;
}


.form-submission-text {
  margin-top: 0px !important;
  /* margin-bottom: 15px; */
  font-weight: bold;
}

.field-error {
  background: none !important;
  line-height: 15px !important;
  margin: 11px 0 !important;
  padding: 0px 15px 0px 0px !important;
  max-width: 230px;
}

.form-item.error{
  display: flex;
  flex-direction: column-reverse;
}






/* ---- MOBILE FIX */
@media screen and (max-width: 767px) {
  .industryFormcaption {
    margin-right: 0vw !important;
    margin-top: 10vw !important;
  }
  .industryFormcaption p {
    margin: 0.5rem 0 0.5rem 0;
  }

  section:nth-child(2) .content-wrapper {
    /* margin-bottom: 17px !important; */
    /* background-color: #000; */
  }

  section:nth-child(2) form {
    /* justify-content: space-evenly;
    margin-right: 0;
    margin-bottom: -1px; */
    /* display: none; */
  }

  section:nth-child(2) .industryFormcaption {
    /* display: none; */
  }




  section:nth-child(2) .form-wrapper .field-list .field .field-element {
    width: 200px !important;
    margin: 0px 0 0px;
  }

  section:nth-child(2) .form-wrapper input[type=submit] {
    position:inherit;
    padding-right: 30px;
  }

/* Hide industry News */
  #block-yui_3_17_2_1_1652757522423_6654, #block-yui_3_17_2_1_1652748600585_7294 {
    display: none;
  }

  #block-yui_3_17_2_1_1652870511229_10329 .field-list .clear {
     margin-top: 5px;
  }


} /* END MOBILE */
