.landing__register-textbox .defaultInput, select.landing__register-dropdown{
  border: 1px solid #000;
}

body {
  background: rgb(246, 246, 246);
  font-family: "Myriad Pro Regular", sans-serif;
}
.mod-page-wrap.mod-page-wrap--landing,
.mod-page-wrap--landing .htmlModuleWrap,
.mod-page-wrap--landing .landing__block {
  font-family: "Myriad Pro Regular", sans-serif;
}
.landing__block--register {
  background-position: center;
}
@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: 0;
  background: rgb(246, 246, 246);
  padding: 0.5em 1em 1em 1em;
  color: #000;
}
.landing__register-disclaimer {
  color: #5e5e5e;
}
@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: 18px;
  line-height: 1.5em;
  margin-top: .5em;
  color: #000;
}
.landing__register-disclaimer {
  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 {
  border: 2px solid #204385;
  background: #204385;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "PT Sans", Arial, sans-serif;
  padding: 0em 1.3em 0em 1.5em;
  text-decoration: none;
  text-transform: none;
  font-size: 17px;
  width: 300px;
}
.landing__register-submit:hover,
.landing__register-submit:focus,
.mod-page-wrap--landing .defaultCTA:hover,
.mod-page-wrap--landing .defaultCTA:focus {
  color: #204385;
  border: 2px solid #204385;
  background: #fff;
  cursor: pointer;
}
.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
}
.bordered ul li {
  line-height: 1.2em;
  width: 100%;
  display: block;
}
ul li::before,
ul li:before {
  background: rgb(55, 70, 90);
  width: 4px;
  height: 4px;
  margin: 0.6em 0 0 -0.4em;
}
.mod-page-wrap--landing .defaultCTA {
  width: auto;
  letter-spacing: normal;
  font-size: 0.9em;
  padding: 1.2em 1.7em 1.2em 1.7em;
}
.landing-footer .landing-section-block {
  background: rgb(32,67,133);
}
ul li {
  display: block;
  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;
  }
}
@media screen and (min-width: 768px) {
  .landing-section-fit {
    max-width: 60em;
  }
}
@media screen and (max-width: 767px) {
  .htmlModuleWrap .landing-section-fit {
    width: 100%;
  }
}
.fancyTable th,
.fancyTable td {
  font-size: 1em;
  line-height: 1.25em;
  color: #353535;
  background: #fff;
  border: 1px solid #c7c7c7;
}
.fancyTable .fancyTableHead th {
  color: #fff;
  background: #204385;
  border: none;
  text-align: left;
  font-weight: bold;
}
.grid-5 {
  display: flex;
  margin: .5em 0;
  text-align:center;
}
.grid-5 p {
  flex-basis: 0;
  flex-grow: 1;
  display: inline-block;
  font-weight: bold;
  color: #37465A;
  font-size: 18px;
  font-family: Myriad Pro Regular, sans-serif !important;
}
.grid-5 p:nth-child(5) {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .overflowTable::before,
  .overflowTable:before,
  .overflowTable::after,
  .overflowTable:after {
    display: none;
  }
  .grid-5 {
    display: none;
  }
}
#element-306 {
  margin-bottom: 2em;
}
#element-306 p {
  padding: 0;
}
h2,
h3 {
  font-weight: bold;
  color: rgb(55, 70, 90);
}
#fees h2,
#fees h3 {
  margin: 0;
  padding: 0;
}
#fees h2 {
  margin-bottom: 1em;
}

/* ===== 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:420px){
  .landing__register-product, .contactSection .formMod.formMod100 {
    width: auto;
}
.landing__register-wrap .contact-form-v2__form {
    min-width: 280px;
    max-width: 280px;
    width:auto;
}
.landing__register-submit, .mod-page-wrap--landing .defaultCTA{
  width:250px;
}
}

@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 ===== */

