.gform_wrapper .top_label .gfield_label {
    font-size: 14px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 8px 10px;
}
.gform_wrapper select {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 14px;
  height: 43px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper textarea:focus {
	border-color: #999;
	outline: none;
}
.gform_wrapper label.gfield_label, label {
    font-weight: 400;
}
.gform_wrapper .gfield_required {
    color: #aaa;
}
::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3);
}
::-moz-placeholder {
  color: rgba(0,0,0,0.3);
}
:-ms-input-placeholder {
  color: rgba(0,0,0,0.3);
}
:-moz-placeholder {
  color: rgba(0,0,0,0.3);
}


.section-contact-widget-wrapper .gform_wrapper textarea.large {
    height: 150px;
}
.section-contact-widget-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.section-contact-widget-wrapper .gform_wrapper textarea.large,
.section-contact-widget-wrapper .gform_wrapper select.large {
  background-color: rgba(255,255,255,1);
  border: 1px solid rgb(255,255,255);
  border-radius: 4px;
  color: #86939E;
}
.section-contact-widget-wrapper .gform_wrapper .gfield_required {
    color: #fff;
    margin-left: 4px;
}
.section-contact-widget-wrapper .gform_wrapper label.gfield_label, label {
     font-weight: 300; 
}

.section-contact-widget-wrapper .gform_wrapper li.gfield.gfield_error, 
.section-contact-widget-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0 !important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
.section-contact-widget-wrapper .gform_wrapper .gfield_error .gfield_label {
    color: #fff;
}
.section-contact-widget-wrapper .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
}
.section-contact-widget-wrapper .gform_wrapper .validation_message {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    opacity: 0.8;
}
.section-contact-widget-wrapper .gform_wrapper div.validation_error {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #EE255C;
	color: #fff;
	border: 2px solid #EE255C;
	font-weight: 500;
	font-size: 16px;
	padding: 8px 40px;
	display: inline-block;
	border-radius: 4px;
}
.gform_wrapper .gf-button-right .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.gform_wrapper .gf-button-block .gform_footer input.button, 
.gform_wrapper .gf-button-block .gform_footer input[type=submit], 
.gform_wrapper .gf-button-block .gform_page_footer input.button, 
.gform_wrapper .gf-button-block .gform_page_footer input[type=submit] {
    width: 97.2%;
}

.gfield_required {
  /* display: none; */
}

.gfield.sr-only-label label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}