#edit-title {
  background: #6b2d89;
  background: linear-gradient(90deg, #6b2d89 0%, #4b79bb 50%, #c24e94 100%);
}

#edit-actions .ecl-button--primary {
  background-color: #214493;
  background-image: -webkit-gradient(linear, left top, right top, from(#214493), to(#0b6e6c));
  background-image: -webkit-linear-gradient(left, #214493, #0b6e6c);
  background-image: -moz-linear-gradient(left, #214493, #0b6e6c);
  background-image: -ms-linear-gradient(left, #214493, #0b6e6c);
  background-image: -o-linear-gradient(left, #214493, #0b6e6c);
  background-image: linear-gradient(left, #214493, #0b6e6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#214493", endColorStr="#0b6e6c", gradientType="1");
}

#edit-actions .ecl-button--primary, .ecl-form-group .ecl-form-label, #edit-flexbox .ecl-radio__group .ecl-form-label, #edit-title h2 {
  font-family: Arial, Helvetica, sans-serif;
}

#edit-actions .ecl-button--primary, #edit-title h2 {
  font-weight: bold;
}

.oe-subtheme--wrapper .ecl-site-navigation {
  width: 1170px;
  max-width: 1170px;
  padding: 0;
}

#edit-title {
  width: 100%;
  height: 100%;
  position: relative;
}
#edit-title h2 {
  font-size: 70px;
  color: #ffffff;
  max-width: 1170px;
  width: 1170px;
  margin: auto;
  min-height: 290px;
  margin-top: 75px;
}

#edit-title::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  padding-bottom: 144px;
  width: 100%;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #ffffff transparent;
}

#edit-flexbox {
  background: #FAFAFA;
  padding: 24px 89px 30px;
  max-width: 1140px;
  margin: auto;
  margin-top: 50px;
  box-shadow: 2px 2px 4px RGBA(193, 193, 193, 0.5);
}
#edit-flexbox .ecl-radio__group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 25px 0px;
  border-bottom: 1px solid RGB(151, 151, 151, 0.41);
}
#edit-flexbox .ecl-radio__group .ecl-form-label {
  font-weight: 400;
  font-size: 22px;
  color: #0a0a0a;
  line-height: 24px;
  width: 100%;
}
#edit-flexbox .ecl-radio__group .ecl-u-mv-m {
  padding: 11px 18px;
  border: 1px solid #214493;
  background: #F7FCFF;
  border-radius: 20px;
  margin-right: 18px;
  margin-top: 22px !important;
  margin-bottom: 0px !important;
  width: auto;
}
#edit-flexbox .ecl-radio__group .ecl-u-mv-m .ecl-radio__label {
  margin-bottom: 0;
}
#edit-flexbox .ecl-radio__group .ecl-u-mv-m .ecl-radio__label .ecl-radio__box::before {
  display: none;
}

.webform-flex--1 {
  border-bottom: 1px solid RGB(151, 151, 151, 0.41);
  margin-top: 0;
}

.webform-flex--1:last-child {
  border-bottom: 0;
}

.ecl-form-group {
  padding: 25px 0px;
}
.ecl-form-group .ecl-form-label {
  font-weight: 400;
  font-size: 22px;
  color: #0a0a0a;
  line-height: 24px;
  width: 100%;
}
.ecl-form-group div {
  width: 100%;
}
.ecl-form-group div .ecl-text-area {
  width: 100%;
  background: #ffffff;
  border: 1px solid #164194;
  border-radius: 27px;
}

#edit-actions {
  align-items: center;
  max-width: 1140px;
  margin: auto;
  padding: 25px 0;
}
#edit-actions .ecl-button--primary {
  border-radius: 27px;
  padding: 15px 40px;
  color: #FFFFFF;
  width: 300px;
}

/*# sourceMappingURL=survey-page.css.map */
