@media screen and (min-width: 968px) {
  .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
    max-width: none;
  }
}
.defaultCTA{
  margin:0;
}
.landing__register-wrap .contact-form-v2__form {
  border: 0;
  border-radius: 15px;
  background: rgb(24, 38, 80);
}
.text-notif {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .landing__register-wrap {
    width: 960px;
    max-width: 90vw;
    margin: 0 auto;
    align-items: flex-start;
  }
  .landing__register-wrap .contact-form-v2__form {
    width: 401px;
  }
}
.contactSection .formMod.customertype,
.contactSection .formMod.helptype,
.contactSection .formMod.formMod100 {
  display: flex;
  justify-content: center;
}
.landing__register-wrap .contactSection .formMod {
  margin: 0;
}
.landing__register-enter-info {
  font-size: 15px;
  line-height: 1.5em;
  margin-top: .5em;
}
.landing__register-disclaimer {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  text-align: center;
  line-height: 1.5em;
  padding: 1em 0 0 0;
}
.landing__register-submit,
.mod-page-wrap--landing .defaultCTA {
  background-color: #ec0928;
  color: #fff;
  background-image: linear-gradient(to bottom, #FB0021 0%, #ec0928 100%);
  background-image: -o- linear-gradient(to bottom, #FB0021 0%, #ec0928 100%);
  background-image: -moz-linear-gradient(to bottom, #FB0021 0%, #ec0928 100%);
  background-image: -webkit-linear-gradient(to bottom, #FB0021 0%, #ec0928 100%);
  background-image: -ms-linear-graident(to bottom, #FB0021 0%, #ec0928 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FB0021), color-stop(1, #ec0928));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 0px #ec0928, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
  -moz-box-shadow: 0px 6px 0px #ec0928, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  box-shadow: 0px 6px 0px #ec0928, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
  font-weight: bold;
  font-style: italic;
  border: none !important;
  padding: 1em 1.3em 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  width: 297px;
}
.landing__register-submit:hover,
.landing__register-submit:focus,
.mod-page-wrap--landing .defaultCTA:hover,
.mod-page-wrap--landing .defaultCTA:focus {
  color: #fff;
    background-image: linear-gradient(to bottom, #ad3847 0%, #ec0928 100%);
    background-image: -o-linear-gradient(to bottom, #ad3847 0%, #ec0928 100%);
    background-image: -moz-linear-gradient(to bottom, #ad3847 0%, #ec0928 100%);
    background-image: -webkit-linear-gradient(to bottom, #ad3847 0%, #ec0928 100%);
    background-image: -ms-linear-gradient(to bottom, #ad3847 0%, #ec0928 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad3847), color-stop(1, #ec0928));
    border:none;
}
.landing__register-product,
.contactSection .formMod.formMod100 {
  width: 300px;
}
select.landing__register-dropdown {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .landing__register-wrap {
    flex-direction: row;
    align-items: center;
    gap: 4em;
  }
}
.bordered {
  border: 1px solid #000;
  padding: 8px;
}
.bordered p {
  line-height: 1.2em;
  color: #000;
}
.bordered ul li {
  line-height: 1.2em;
  width: 100%;
  display: block;
  color: #000;
}
ul li::before,
ul li:before {
  background: #20419a;
  width: .5em;
  height: .5em;
}
.mod-page-wrap--landing .defaultCTA {
  width: auto;
  letter-spacing: normal;
  font-size: 0.9em;
  padding: 1.2em 1.7em 1.2em 1.7em;
      word-break: break-word;
}
.landing-footer .landing-section-block {
  background: #fff;
}
.landing-footer-copyright .landing-footer-copyright-c {
  color: #000;
}
.landing-footer-copyright .landing-footer-copyright-c a {
  color: #000;
  text-decoration: none;
}
.landing-footer-copyright .landing-footer-copyright-c a:hover,
.landing-footer-copyright .landing-footer-copyright-c a:focus,
.landing-footer-copyright .landing-footer-copyright-c a:active {
  text-decoration: underline;
}
ul li {
  display: block;
  width: 100%;
}
.landing-footer {
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .landing__register-wrap .contact-form-v2__layout {
    padding: 4px 0;
  }
  .bordered p,
  .bordered ul li {
    font-size: 1em;
  }
  .bordered {
    margin: 1em 0;
  }
  p,
  td,
  li,
  .formMod .defaultCTA {
    font-size: 1em;
  }
}
ul li,
ul li p {
  color: #000;
}

/* ===== Mobile Sizing ===== */
/* ===== 20250624 ===== */

.fullWrap {
    --body-width: 100vw;
}

.fullWrap.adminCollapsed,
.fullWrap.adminOpen {
    --body-width: calc(100vw - 45px);
}

@media screen and (max-width: 280px)
{
    .fullWrap {
        --body-width: 280px;
    }

    .fullWrap {
        min-width: var(--body-width);
    }
}

@media screen and (max-width: 325px)
{
    .fullWrap.adminCollapsed,
    .fullWrap.adminOpen {
        --body-width: 325px;
    }

    .fullWrap.adminCollapsed,
    .fullWrap.adminOpen {
        min-width: var(--body-width);
    }
}

.landing__nav-logo-wrap {
    max-height: calc(var(--body-width) / 5);
}

.landing__register-wrap .contact-form-v2__form {
    min-width: 280px;
    max-width: var(--body-width);
}

select.landing__register-dropdown {
    margin-top: .25em !important;
}

.fdic-logo-img-wrap, .fdic-logo-img {
    max-width: var(--body-width);
}

@media screen and (max-width: 400px) {
    .contactSection .formMod.formMod100 {
        display: flex;
        justify-content: center;
    }

    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
        width: 240px;
        font-size: 12px;
    }
  .landing__register-submit{
    width:200px;
  }
    select.landing__register-dropdown {
        width: 240px;
        height: 38px;
        font-size: 12px;
        margin-top: 8px !important;
    }
    .landing__register-product, .contactSection .formMod.formMod100{
      width:200px;
    }
    .landing__register-enter-info{
      width:200px;
    }
    .landing__register-disclaimer{
      width:200px;
    }
}

.landing__register-heading,
.landing__register-subheading {
  max-width: calc(var(--body-width) * 0.8);
}

/* ===== End ===== */

