.gated-content-wrapper .hide {
  display: none
}
.gated-content-wrapper .wp-block-sutherland-gated-content-box {
  width: 50%;
  margin: 125px auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  @media (min-width: 1600px) { 
    width: 50%;
  }
  @media (max-width: 1200px) { 
      width: 50%;
  }
  @media (max-width: 1100px) { 
      width: 50%;
  }
  @media (max-width: 1024px) { 
      width: 55%;
  }
  @media (max-width: 992px) { 
      width: 75%;
      margin-top: 125px;
  }
  @media (max-width: 768px) { 
      width: 75%;
      margin-top: 125px;
  }

  @media (max-width: 767px) { 
      width: 100%;
      margin-top: 0;
  }
}
@media (max-width: 1599px) {
  .gated-content-wrapper .wp-block-sutherland-form-fields .mktoFormRow .mktoField {
      font-size: 18px;
  }
}
.gated-content-wrapper .wp-block-sutherland-form-fields .mktoFormRow .mktoField {
  padding: 10px 27px 10px 27px;
  line-height: 30px;
}
.gated-content-wrapper .wp-block-sutherland-form-fields .mktoFormRow .mktoField {
  font-size: 18px;
  color: #636e70;
  font-family: "proxima-nova";
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  float: none;
  outline: none;
}
@media (max-width: 1599px) {
  .gated-content-wrapper .wp-block-sutherland-form-fields .mktoForm .mktoField {
      padding: 6px 27px;
      font-size: 20px;
  }
}
.gated-content-wrapper .wp-block-sutherland-gated-content-form .gated-content-form-inner .mb-form__header h5 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 38px;
}