/* rem base: 16px */
.contactSection .defaultInput, 
.contactSection .defaultSelect {
    margin: 0;
    border: 1px solid black;
}

.landing__register-enter-info {
    font-family: 'Titillium Web';
}

.landing__register-disclaimer {
    font-family: 'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
}

select.landing__register-dropdown {
    border: 1px solid black;
}

.landing__nav-wrap {
    height: 140px;
}

.landing__nav-logo-wrap {
    height: 110px;
}

.landing__register-wrap {
    padding: 10px 0 225px 0;
}

.mod-page-wrap--landing .landing__block {
    background-position: bottom;
}

.landing__register-wrap .contact-form-v2__form {
    border: 0;
    background: rgb(245, 179, 51);
    width: 360px;
}

.landing__register-submit {
    background: #0091B3;
    width: 300px;
    height: 54px;
    font-size: 16px;
    border: none;
    font-family: "Droid Sans", sans-serif;
}

.landing__register-enter-info,
.landing__register-disclaimer {
    color: #1e4170;
}

.landing__register-enter-info {
    font-size: 19px;
    line-height: 26px;
}

.landing__register-disclaimer {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
}

.landing__nav-wrap,
.landing-footer .landing-section-block {
    background: rgb(35,62,111);
}

@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: 50%;
    }
}

@media screen and (min-width: 768px) {
    .landing__nav {
        width: auto;
    }
    
    .landing__register-wrap {
        align-items: center;
    }

    .landing__register-wrap .contact-form-v2__form {
        height: 300px;
        width: 668px;
    }

    .landing__register-submit {
        width: 300px;
        height: 48px;
        font-size: 16px;
        font-family: "Droid Sans", sans-serif;
    }
}

/* ===== 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-heading,
.landing__register-subheading {
  max-width: calc(var(--body-width) * 0.8);
}

/* ===== End ===== */


@media screen and (max-width: 768px) {
    .landing__register-wrap .contact-form-v2__layout {
        padding: 30px 4px;
    }
}
@media screen and (max-width:380px){
    .landing__register-submit{
        width:230px;
    }
}