body, html, .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 !important; 
}
.landing__register-wrap{
    flex-direction:row;
    gap:100px;
}
.landing-footer .landing-section-block{
    background-color:#000;
    background:#000;
}
.fdicLogo img{
    width: 476px;
    height: 30px;
}
.landing__register-submit{

}
.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    background-repeat:no-repeat;
    background-size:cover;
    background-position: bottom;
}
.landing__nav-wrap{
    display:none;
}
.accountFlex{
    display: flex;
    flex-direction: row;
    gap: 40px 0px;
    flex-wrap:wrap;
    justify-content:space-evenly;
    padding:2em 0;
}
.accountFlex div p{
    font-size:18px;
    font-weight:700;
}
.accountFlex div{
    width:20em;
}
ul li{
    width:100%;
}
ul li::before, ul li:before{
    background:#000;
}
div.landing__register-textbox {
    margin: 0;
}
.landing__register-textbox .defaultInput{
    margin:4px 0;
    border: 1px solid #000;
}
select.landing__register-dropdown{
    margin:.25em 0;
    border: 1px solid #000;
}
.landing__register-enter-info{
    color:#000;
    font-weight:700;
    font-size:18px;
    line-height:25px;
}
.landing__register-disclaimer{
    color:#000;
    font-style:normal;
    font-size:13px;
    line-height:21px;
}
.landing__register-wrap .contact-form-v2__form{
    background:#fff;
    padding: 1em;
}
.landing__register-submit{
    background:#2460e1;
    font-family: Myriad Pro Regular, sans-serif;
    border:none;
    width:300px;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    background: #002857;
    border:none;
}

@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 (min-width: 768px) {
    .landing__register-wrap{
        align-items:unset;
        width: 1100px;
    }
        .landing__register-wrap .contact-form-v2__form {
        width: 420px;
                border: 0.0625rem solid #000000;
        border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
    }
}

@media screen and (max-width:1130px){
    .landing__register-wrap{
        gap:15px;
    }
}
@media screen and (max-width:1020px){
    .landing__register-wrap{
        flex-direction:column;
        text-align:center;
    }
    .contactSection{
        margin:auto;
    }
}

@media screen and (max-width: 767px) {
    .landing__register-wrap .contact-form-v2__form {
        border: 0.0625rem solid #000000;
        border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
    }
    .landing__register-wrap .contact-form-v2__form{
        padding:0 !important;
        width:auto;
    }
        .landing-ehl {
        margin-top:1em;
        left: calc(50% - 135px / 2) !important;
    }
    .landing-footer-copyright .landing-footer-copyright-b {
    text-align: center;
}

@media screen and (max-width:500px){
    .siteLogo img{
        width:300px;
    }
    .fdicLogo img{
        height:auto;
        width:300px;
    }
}

@media screen and (max-width:370px){
    .landing__register-submit{
        width:200px;
    }
    .landing__register-wrap .contact-form-v2__form {
        max-width: 250px;
    }
}