.mod-page-moduleWrap:nth-child(1),
.mod-page-moduleWrap:nth-child(3),
.mod-page-moduleWrap:nth-child(6),
.mod-page-moduleWrap:nth-child(1) .htmlModuleWrap,
.mod-page-moduleWrap:nth-child(3) .htmlModuleWrap,
.mod-page-moduleWrap:nth-child(6) .htmlModuleWrap {
  background: rgb(49, 123, 158);
}

.landing-ehl {
  top: 7.5em;
}

@media screen and (max-width: 768px) {
  .landing__register-wrap .contact-form-v2__form {
    padding: 0;
  }
  #blue3 {
    font-size: 12px;
  }
}


.landing__nav-logo-wrap {
  height: 120px;
}

.mod-page-wrap--landing .defaultCTA {
  font-size: 14px;
}

#blue1 {
  height: 112px
}

#blue2 {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15%
}

#blue2 p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6rem;
  text-align: center;
  font-style: italic;
  max-width: 959px;
  line-height: 1.5em
}

#blue3 p {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.1em
}

@media screen and (max-width:768px) {
  #blue2 {
    min-height: 160px;
    height: auto
  }
}

.url-link {
  text-decoration: none;
  padding-right: .5em
}

.url-link:hover,
.url-link:focus,
.url-link:active {
  text-decoration: underline
}

.smallSpace {
  display: none;
}

.htmlModuleWrap p,
#element-393 .x_fae6260b {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  line-height: 26px;
}

.defaultCTA {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

/* ===== 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;
    }

    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 ===== */

