html, .mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
  font-family:"Nunito Sans", sans-serif;
}
html{
  line-height:1.2em;
}
p{
  font-size:18px;
}
.landing__nav-logo-img{
  left:.5em;
  width:auto;
  position:relative;
}
.landing-footer-copyright-c img{
  width:308px;
}
.landing__register-textbox .defaultInput, select.landing__register-dropdown{
  font-size:14px
}

@media screen and (min-width: 768px) {
    .landing-footer-copyright {
        top: 1.15rem;
        left: 0;
        height: 0;
        width: 31.9rem;
        line-height: 1.2rem;
    }
    .landing-section-fit.is-first {
  max-width: 60em;
}
}
}
@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;
  }
}
.landing__register-wrap .contact-form-v2__form {
  border: 0;
  border-radius: 15px;
  background: #842530;
}
.text-notif {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  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: 16px;
  line-height: 1.5em;
  margin-top: .5em;
}
.landing__register-disclaimer {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  line-height: 1.5em;
  padding: 1em 0 0 0;
}
.mod-page-wrap--landing, .landing__register-submit  {
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 16px;
  width: 297px;
}
.landing__register-submit{
  text-transform: uppercase;
}
.landing__register-submit:hover,
.landing__register-submit:focus
 {
  color: #fff; 
  background:#842530; 
  cursor: pointer;
}
.mod-page-wrap--landing .defaultCTA{
  background:#842530;
  border:1px solid #842530;
  color:#fff;
}
.mod-page-wrap--landing .defaultCTA:hover, .mod-page-wrap--landing .defaultCTA:focus{
  background:#fff;
  color:#000;
  border:1px solid #842530;
}
.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 {
  padding: 8px;
}
.bordered p {
  line-height: 1.2em;
  color: #000;
  font-size:20px;
}
.bordered ul li {
  line-height: 1.2em;
  width: 100%;
  display: block;
  color: #000;
  font-size:20px;
  padding: 0em 1em 0em 2.25em;
}
ul li::before,
ul li:before {
  background: #000;
  width: .5em;
  height: .5em;
      top: .35em;
}
.mod-page-wrap--landing .defaultCTA {
  width: auto;
  letter-spacing: normal;
  font-size: 20px;
    padding: 0.7em 2em 0.7em 2em;
    text-transform:uppercase;
}
.landing-footer .landing-section-block {
  background: #597897;
}
.landing-footer-copyright .landing-footer-copyright-c {
  color: #fff;
}
.landing-footer-copyright .landing-footer-copyright-c a {
  color: #fff;
  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%;
}
@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: 100%;
    }
}


@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);
}


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:420px){
  .landing__register-wrap .contact-form-v2__form{
    padding:0 .2em;
  }
}

@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;
    }

    select.landing__register-dropdown {
        width: 240px;
        height: 38px;
        font-size: 12px;
        margin-top: 8px !important;
    }
}

.landing__register-heading,
.landing__register-subheading {
  max-width: calc(var(--body-width) * 0.8);
}

/* ===== End ===== */
@media screen and (max-width:380px){
  .contact-form-v2__wrapper.landing__register-form p{
    max-width:80%;
  }
}
@media screen and (max-width:370px){
    .landing__register-submit{
        width:200px;
    }
    .landing__register-wrap .contact-form-v2__form {
        max-width: 250px;
    }
}
@media screen and (max-width:480px){
    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect{
        font-size:13px;
    }
}