/* //////////////////////// */
/* INTRO TEXT --start */
/* //////////////////////// */

.form--catalytic-survey .gfield.intro-header-text-container {
  background: transparent !important;
}

.intro-title {
  color: #942f5e;
}
.intro-list-heading {
  margin-top: 20px;
  margin-bottom: 3px;
  font-style: oblique;
  font-weight: 600;
  font-size: large;
}
.intro-form-heading {
  margin: 40px 0;
}
@media (min-width: 1240px) {
  .intro-list {
    list-style-type: disc;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
  }
  .intro-list li {
    margin: 0 20px;
    list-style-position: outside;
  }
}
@media (max-width: 1240px) {
  .intro-text > * {
    text-align: left !important;
  }
}
/* INTRO TEXT --end */

/* FORM */

.required-message{
    width: 100%;
    text-align: center;
    color: #00000094;
    background: transparent !important;
    padding: 25px 10px 0 !important;
}

#field_3_31 {
  width: 100%;
  text-align: center;
  background-color: transparent;
}

.form--catalytic-survey .gform-body {
  margin-bottom: 20px;
}

#gform_3_validation_container .validation_error {
  color: red;
  text-align: center;
}

.form--catalytic-survey .gform_fields {
  display: flex;
  flex-wrap: wrap;
}

.form--catalytic-survey .gfield {
  padding: 40px 30px;
  background: #eff5fc;
}

/* TOP RIGHT */
.form--catalytic-survey #field_3_32 {
  border-top-left-radius: 10px;
  border: 5px solid #335c9229;
  border-right: none;
  border-bottom: none;
  padding: 10px 30px;
  flex: 1 0 auto;
  width: 50%;
}

/* TOP LEFT */
.form--catalytic-survey #field_3_21 {
  border-top-right-radius: 10px;
  border: 5px solid #335c9229;
  border-left: none;
  border-bottom: none;
  padding: 10px 30px;
  flex: 1 0 auto;
  width: 50%;
}

/* BOTTOM LEFT */
.form--catalytic-survey #field_3_34 {
  border: 5px solid #335c9229;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 10px;
  padding: 10px 30px;
  flex: 1 0 auto;
  width: 50%;
}

/* BOTTOM RIGHT */
.form--catalytic-survey #field_3_35 {
  border: 5px solid #335c9229;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 10px;
  padding: 10px 30px;
  flex: 1 0 auto;
  width: 50%;
}

.form--catalytic-survey .q-field {
  text-align: center;
  flex: 1 0 auto;
  border: 5px solid #335c9229;
  border-top-width: 1px;
  border-bottom: none;
  width: 100%;
}

/* FORM Selectors TOP */
.form--catalytic-survey #field_3_1.q-field {
  border-top-width: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* FORM Selectors BOTTOM */
.form--catalytic-survey #field_3_18.q-field {
  border-bottom: 5px solid #335c9229;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form--catalytic-survey .gfield input,
.form--catalytic-survey .gfield select {
  height: 48px;
}

.form--catalytic-survey .section-break {
  flex: 1 0 auto;
  background: none;
  height: 30px;
  padding: 0;
  width: 100%;
}

.form--catalytic-survey .form-label,
.form--catalytic-survey legend {
  font-weight: 700;
  font-size: 20px;
  color: #315d94;
}

.form--catalytic-survey .gfield_description:not(.alert-warning) {
  display: none;
}
.form--catalytic-survey .alert-warning {
  margin: 0;
  background: linear-gradient(45deg, transparent, #fff4cf, transparent);
  border-radius: 0;
  border: none;
}

.form--catalytic-survey .gform-footer,
.form--catalytic-survey .form-select {
  text-align: center;
}

.form--catalytic-survey .gform_button {
  background: #952f5e;
  border: none;
  font-size: large;
}

/* //////////////////////// */
/* RESULTS */
/* //////////////////////// */

.catalytic-results {
  color: #315d94;
  padding: 1em;
  background: #eff5fc;
  border: 5px solid #335c9229;
  margin-bottom: 2em;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.catalytic-results h3 {
  margin: 0;
  font-size: 1.5em;
}

.catalytic-results ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.catalytic-results li:last-child {
  font-size: 1.5em;
  padding-left: 5px;
}

.catalytic-results h6 {
  flex: 1 0 auto;
  width: 100%;
  text-align: center;
}

.catalytic-results-visual {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.catalytic-results-visual .el-item {
  padding: 1em;
  background: #f7f7f7;
  border: 1px solid #ccc;
}

.catalytic-results-visual .el-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalytic-results-visual .el-top .el-title {
  font-size: 2em;
}

.catalytic-results-visual .bar-container {
  background: #00000017;
  height: 11px;
  margin: 10px 0;
  padding: 3px;
  border-radius: 10px;
}

.catalytic-results-visual .inner-bar {
  height: 100%;
  width: 0;
  background: #942f5e;
  border-radius: 10px;
  position: relative;
  transition: width 3s ease-in-out;
}

/* accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .inner-bar {
    transition: none;
  }
}

.catalytic-results-visual .bar-score {
  color: #942f5e;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  margin-top: -17px;
  position: absolute;
  right: 0;
  min-width: 90px;
  left: 0;
  text-align: right;
  display: flex;
}

.catalytic-results-visual .score {
  width: fit-content;
  background: #fff;
  color: #942f5e;
  padding: 5px 12px;
  border-radius: 50px;
  line-height: 1;
  font-weight: 900;
  border: 2px solid #00000024;
}

.catalytic-results-visual .result {
  margin-bottom: 0.5em;
  font-size: 1.7em;
}

.catalytic-results-visual .result strong {
  font-weight: 600;
}

.catalytic-results-visual .el-content > div ul {
  margin-bottom: 0;
}

.catalytic-results-visual .el-content .el-title {
  font-weight: 700;
  font-size: 1em;
  margin: 0;
  padding-right: 10px;
  line-height: 1;
}

.catalytic-results-visual .el-content p {
  margin: 0;
}

.catalytic-results-visual .summary,
.catalytic-results-visual .insights {
  margin-bottom: 1em;
}

@media (max-width: 1024px) {
  .form--catalytic-survey #field_3_32 {
    border-top-right-radius: 10px;
    border-right: 5px solid #335c9229;
    width: 100%;
  }
  .form--catalytic-survey #field_3_21 {
    border-left: 5px solid #335c9229;
    border-right: 5px solid #335c9229;
    border-top: none;
    border-top-right-radius: 0;
    width: 100%;
  }

  .form--catalytic-survey #field_3_34 {
    border-left: 5px solid #335c9229;
    border-right: 5px solid #335c9229;
    border-top: none;
    border-bottom: none;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .form--catalytic-survey #field_3_35 {
    border-left: 5px solid #335c9229;
    border-top: none;
    border-bottom-left-radius: 10px;
    width: 100%;
  }
}

@media (max-width: 940px) {
  .catalytic-results h3 {
    flex: 1 0 auto;
    width: 100%;
    text-align: center;
  }

  .catalytic-results-visual .el-top {
    flex-direction: column;
  }

  .catalytic-results-visual .inner-bar {
    position: unset;
  }

  .catalytic-results-visual .bar-score {
    display: block;
  }

  .catalytic-results-visual .bar-score-text {
    text-align: center;
  }
}

/* //////////////////////// */
/* RESULT FOOTER TEXT */
/* //////////////////////// */

/* hide regular footer schedule cta */
.the-footer-schedule {
  display: none;
}

.footer-cta-learn {
  position: relative;
  font-size: 23px;
  padding: 60px 0;
}
.footer-cta-learn span {
  font-weight: 800;
  color: #315d94;
}
.footer-cta-learn a,
.footer-cta-learn a:hover {
  color: var(--bs-secondary);
}
.footer-cta-learn a:hover {
  opacity: 0.8;
}

.footer-cta-schedule {
  padding-top: 60px;
  font-size: 21px;
  font-weight: 600 !important;
  color: white;
}

.footer-cta-schedule a,
.footer-cta-schedule a:hover {
  color: #ffc70e;
}
.footer-cta-schedule a:hover {
  opacity: 0.8;
}

.footer-cta-schedule::before {
  content: "";
  background-color: #2f5e94;
  border-top: 8px solid var(--bs-secondary);
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 400px;
  transform: translateY(-60px);
}

/* //////////////////////// */
/*PAGE HERO - title and sub title - start */
/* //////////////////////// */

.uk-visible-at-m {
  display: none;
}

@media (min-width: 940px) {
  .uk-visible-at-m {
    display: block;
  }

  .display-3 {
    line-height: 1;
  }
}

/*PAGE HERO - title and sub title - end*/