/* Sign Up — SU-A */

.centercontent .container:has(.su-page) {
  width: 100%;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Handoff is a single 1250px composition — drop the subpage brand rail here */
.centercontent .container:has(.su-page) .leftdefaultimg,
.centercontent .container:has(.su-page) .weareeverywhere {
  display: none !important;
}

.centercontent .container:has(.su-page) .rightdefaultinfo {
  width: 100%;
  margin-left: 0;
}

.su-page,
.su-page *,
.su-page *::before,
.su-page *::after {
  box-sizing: border-box;
}

.su-page {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #26313a;
}

.su-page a {
  color: #204e75;
  text-decoration: none;
}

.su-page a:hover,
.su-page a:focus {
  color: #163854;
  text-decoration: underline;
}

.su-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 28px;
}

.su-head h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #204e75;
  text-transform: uppercase;
}

.su-head p {
  margin: 0;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.5;
  color: #55606a;
  text-wrap: pretty;
}

.su-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 20px;
  align-items: start;
}

.su-main,
.su-rail {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
  width: 100%;
}

.su-form,
.su-card {
  width: 100%;
}

/* Beat ui-layout `#form-signup { width: 80% }` which left a dead gutter before the rail */
.su-page #form-signup,
.su-page form.su-form {
  width: 100% !important;
  max-width: none;
}

.su-card {
  border: 1px solid #dfe4e8;
  background: #fff;
  border-radius: 0;
}

.su-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  background: #204e75;
}

.su-card__head span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
}

.su-card__head svg {
  flex: none;
  display: block;
  stroke: #fff;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.su-card__head svg.su-icon-star {
  fill: #fff;
  stroke: #fff;
}

.su-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.su-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.su-form .form-group {
  margin: 0;
}

.su-form .form-group.su-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.su-form .col-sm-3,
.su-form .col-sm-6,
.su-form .col-sm-7,
.su-form .col-sm-9,
.su-form .col-xs-12 {
  width: auto;
  float: none;
  padding: 0;
  position: static;
}

.su-form .help-block {
  margin: 4px 0 0;
  font-size: 12px;
  color: #c8341c;
}

.su-form .has-error .su-input,
.su-form .has-error .su-select,
.su-form .has-error select,
.su-form .has-error .form-control {
  border-color: #c8341c;
}

.su-field--agree {
  display: block;
}

.su-row {
  display: grid;
  gap: 16px;
}

.su-row--2 {
  grid-template-columns: 1fr 1fr;
}

.su-row--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.su-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.su-label,
.su-field > label,
.su-form .control-label {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #26313a;
  text-align: left;
}

.su-label .su-req,
.su-field > label .su-req,
.su-form .control-label .su-req {
  color: #c8341c;
  font-weight: 700;
}

.su-label .su-opt,
.su-field > label .su-opt,
.su-form .control-label .su-opt {
  color: #8a9199;
  font-weight: 400;
}

.su-input,
.su-form input.form-control,
.su-form select.form-control,
.su-select select,
.su-form .su-select-wrap select {
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  padding: 8px 10px;
  border: 1px solid #c9ced3;
  border-radius: 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.3;
  color: #26313a;
  background-color: #fff;
  background-image: none !important; /* kill global tiled select-arrow.jpg */
  background-repeat: no-repeat;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.su-form input.form-control::placeholder,
.su-input::placeholder {
  color: #9aa3ab;
  opacity: 1;
}

.su-form input.form-control:focus,
.su-form select.form-control:focus,
.su-input:focus,
.su-select select:focus,
.su-form .su-select-wrap select:focus {
  border-color: #204e75;
  box-shadow: 0 0 0 2px #eef3f8;
}

.su-pw {
  position: relative;
}

.su-pw .form-control,
.su-pw .su-input {
  padding-right: 38px;
}

.su-pw-toggle {
  position: absolute;
  right: 0;
  top: 24px; /* sits on the input row below the label */
  width: 36px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6a747d;
  cursor: pointer;
}

.su-pw-toggle:hover,
.su-pw-toggle:focus {
  color: #204e75;
  outline: none;
}

.su-pw-toggle:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 1px;
}

.su-pw-toggle svg {
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.su-select-wrap {
  position: relative;
}

.su-select-wrap select {
  padding-right: 34px;
}

.su-select-wrap .su-caret {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  color: #6a747d;
}

.su-select-wrap .su-caret svg {
  display: block;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.su-consent {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.su-agree {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #26313a;
  cursor: pointer;
}

.su-agree input[type="hidden"] {
  display: none !important;
}

.su-agree input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  inset: 1px auto auto 0;
  pointer-events: none;
}

.su-agree__box {
  flex: none;
  width: 18px;
  height: 18px;
  margin: 1px 10px 0 0;
  border: 1px solid #c9ced3;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.su-agree__box svg {
  display: none;
  width: 12px;
  height: 12px;
  stroke: #fff;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.su-agree input[type="checkbox"]:checked + .su-agree__box {
  border-color: #204e75;
  background: #204e75;
}

.su-agree input[type="checkbox"]:checked + .su-agree__box svg {
  display: block;
}

.su-agree input[type="checkbox"]:focus-visible + .su-agree__box {
  box-shadow: 0 0 0 2px #eef3f8;
  border-color: #204e75;
}

.su-agree__text {
  flex: 1;
  min-width: 0;
  padding-top: 1px;
}

.su-agree__text a {
  font-weight: 700;
}

.su-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.su-submit {
  display: inline-block;
  margin: 0;
  padding: 13px 30px;
  border: 0;
  border-radius: 0;
  background: #c4470c;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}

.su-submit:hover,
.su-submit:focus {
  background: #a13908;
  color: #fff;
  outline: none;
  text-decoration: none;
}

.su-submit:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.su-signin {
  margin: 0;
  font-size: 13px;
  color: #55606a;
}

.su-signin a {
  font-weight: 700;
}

.su-welcome {
  border: 1px solid #dfe4e8;
  background: radial-gradient(120% 90% at 50% 100%, #2f6293 0%, #204e75 62%, #1c4569 100%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.su-welcome__copy {
  padding: 22px 22px 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.su-welcome__eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #9fc0e0;
  text-transform: uppercase;
}

.su-welcome__title {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.su-welcome__sub {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #d6e2ef;
}

.su-welcome__portrait {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 6px;
}

.su-welcome__portrait img {
  display: block;
  height: 250px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.su-welcome__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 18px 12px;
  background: linear-gradient(0deg, rgba(20, 44, 66, 0.95), rgba(20, 44, 66, 0));
}

.su-welcome__caption strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.su-welcome__caption span {
  display: block;
  font-size: 11.5px;
  color: #b9cee0;
}

.su-reasons {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.su-reason {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.su-reason svg {
  flex: none;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  stroke: #7eb12c;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.su-reason p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #55606a;
}

.su-reason strong {
  color: #26313a;
  font-weight: 700;
}

.su-note {
  border: 1px solid #dfe4e8;
  background: #f7f9fb;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.su-note__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #204e75;
}

.su-pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  background: #eef6e4;
  border: 1px solid #cfe3ab;
  color: #4a6b16;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.su-pill svg {
  width: 14px;
  height: 14px;
  stroke: #7eb12c;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.su-note__body {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #55606a;
}

@media (max-width: 991px) {
  .su-grid {
    grid-template-columns: 1fr;
  }

  .su-rail {
    order: -1;
  }

  .su-welcome__portrait img {
    height: 220px;
  }
}

@media (max-width: 640px) {
  .su-row--2,
  .su-row--3 {
    grid-template-columns: 1fr;
  }

  .su-head h1 {
    font-size: 22px;
  }

  .su-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .su-submit {
    width: 100%;
    text-align: center;
  }
}
