.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea
{
  color: #30313d;
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 5px;
  transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
}

.gform_wrapper.gravity-theme input:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus  {
  outline: 0;
  border-color: #0573e180;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px var(--p-colorPrimaryAlpha20), 0 1px 1px 0 var(--p-colorBackgroundContrastAlpha08);
}

.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
  color: #30313d;
}

.event-head h3.split-blue strong {
  margin-top: 0.5em;
  display: block;
  font-size: 36px;
  line-height: 1.2;
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus-visible {
  outline: 0;
}

.gform_wrapper.gravity-theme .gfield_required {
  display: none !important;
}

.gform_wrapper .gfield--type-product,
.gform_wrapper .gfield--type-stripe_creditcard {
  margin-top: 40px;
}

.section.event-head {
  background: var(--pale-grey);
  padding: 60px 0;
}

.myflex_info {
  margin-top: 40px;
}

.section.enroll-form {
  background-color: var(--background-highlight);
  box-shadow: 0 10px 40px -23px rgba(105, 126, 153, 0.5);
  z-index: 1;
  position: relative;
  padding: 30px 0 100px 0;
}
.section.enroll-form p.break {
  margin-bottom: 30px;
}
.section.enroll-form p a:not(.btn) {
  color: var(--main-blue);
}

.section.enroll-form p a:not(.btn):hover {
  text-decoration: underline;
}

.myflex_learn, .myflex_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.myflex_info {
  align-items: flex-start;
}

.together {
  width: 100%;
  padding: 62px 0 100px;
  display: block;
}

.myflex_learn .myflex1_learn, .myflex_info .myflex1_info, .myflex_info .myflex2_info {
  width: 100%;
}

.myflex_learn .myflex2_learn {
  width: 100%;
  max-width: 613px;
  margin-right: 105px;
}

.section.section-learn.together .myflex1_learn .btn {
  max-width: 235px;
  width: 100%;
  margin-top: 26px;
}

.section.section-learn.together .myflex1_learn .btn .text {
  width: 100%;
}

.learn_para_b {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: var(--basalt);
}


.section.section-learn {
  margin-right: 40px;
  padding-top: 55px;
  padding-bottom: 60px;
  background: var(--pale-grey);
}


.section.enroll-form a.btn+a.btn {
  margin-left: 1em;
}

@media (max-width: 1200px) {
  .myflex_learn, .myflex_info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section.event-head {
    padding: 30px 0;
  }

  .event-head h3.split-blue strong {
    font-size: 20px;
  }

  .myflex_info {
    margin-top: 20px;
  }


  .section.section-learn.together .myflex_learn .myflex2_learn {
    margin-right: 0;
    margin-bottom: 70px;
  }

  .myflex_true .myflex2_true,
  .myflex_learn .myflex2_learn {
    margin-right: 0;
  }

  .myflex_learn .myflex1_learn {
    padding-top: 40px;
  }


}
