#requests {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 1%;
}

#requests .imagen {
  background-position: bottom center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 450px;
  display: block;
  position: relative;
  background-attachment: fixed;
}

#requests .imagen .overlay {
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#requests .title {
  position: relative;
  height: 450px;
}

#requests .title h2 {
  color: #fff;
  font-size: 43px;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}

#requests .title h2 span {
  margin-top: -7px;
  font-size: 43px;
  font-weight: 300;
}

#request-content {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  padding-top: 3%;
  padding-bottom: 3%;
}
.gform_wrapper ul.gform_fields{
    padding: 0px;
    margin: 0;
    list-style: none;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-size: 16px !important;
    padding-bottom: 2% !important;
    font-weight: 500 !important;
}
.gform_wrapper .top_label .gfield_label{
    font-weight: 500;
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 8px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0px 8px 0px 12px !important;
    font-size: 11px !important;
    height: 37px;
    border: 1px solid #e4e4e4;
    font-weight: 400;
    width: 100%;
}
.gform_wrapper ul li.gfield{
    clear: initial !important;
    display: block;
    position: relative;
    float: left;
}
.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    padding-top: 1%;
    padding-bottom: 0%;
    position: relative;
    width: 100%;
    display: block;
    float: left;
}
.gform_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 24px!important;
    position: relative;
    width: 100%;
    float: left;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-size: 12px !important;
    font-weight: 300;
    margin-top: 6px !important;
}
.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: border-box!important;
    font-weight: 300;
}
/*MOBILE SCREEN*/
@media (max-width: 448px) {
  #requests .title h2 span {
    font-size: 34px;
}
#requests .title h2 {
    font-size: 33px;
}
}
