/* Gravity Forms Overrides */
/* line 7, ../scss/gravity-forms.scss */
.gf_label_none label {
  display: none !important;
}

/* line 36, ../scss/gravity-forms.scss */
.gform-icon.gform-icon--close {
  display: none !important;
}

/* line 40, ../scss/gravity-forms.scss */
#gform_submit_button_5 {
  font-family: "Helvetica Neue", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
  line-height: 29px;
  fill: #5CB0C5;
  color: #5CB0C5;
  background-color: #fff;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #5CB0C5;
  padding: 6px 35px 6px 50px;
  transition: all 0.3s ease;
}
/* line 54, ../scss/gravity-forms.scss */
#gform_submit_button_5:hover {
  background-color: #F5F5F5;
}

/* line 60, ../scss/gravity-forms.scss */
#gform_5 .gform_footer.top_label {
  position: relative;
}
/* line 62, ../scss/gravity-forms.scss */
#gform_5 .gform_footer.top_label:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/nl-new-post-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  top: 33px;
  left: 26px;
  pointer-events: none;
}
/* line 76, ../scss/gravity-forms.scss */
#gform_5 .gfield_validation_message {
  padding: 0px 10px;
  font-size: 14px;
  background: transparent;
  border: 0;
  margin-top: 0;
}

/* line 85, ../scss/gravity-forms.scss */
#gform_5_validation_container {
  margin-bottom: 2rem;
  text-align: center;
  padding: 20px;
}

/* line 91, ../scss/gravity-forms.scss */
#gform_submit_button_4 {
  transition: all 0.3s ease;
  border-radius: 0 !important;
}
/* line 94, ../scss/gravity-forms.scss */
#gform_submit_button_4:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}
