.htmlModuleWrap{
    padding: 1.25em 0;
}
.mod-expanding-information-wrap {
    border-bottom: 1px solid #180c53;
}
.expanded .mod-expanding-trigger::before, .expanded .mod-expanding-trigger:before{
    color:#180c53;
}
.mod-expanding-trigger::before, .mod-expanding-trigger:before{
    color:#180c53;
}
.expanded .mod-expanding-trigger, .no-js .mod-expanding-trigger{
    background:none;
    color:#180c53;
}
.mod-expanding-trigger{
    background:none;
    color:#180c53;
    font-size:1em;
    padding:0 1.2em;
}
.mod-expanding-information {
    padding: .5em 1.35em;
}
ul li{
    font-size:16px;
}
.mod-expanding-information-inner p{
    font-size:16px;
}
html, body{
    font-family:"Roboto Condensed", Sans-serif;
}
.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    font-family:"Roboto Condensed", Sans-serif;
}
.landing-footer-copyright .landing-footer-copyright-c, .landing-footer-copyright .landing-footer-copyright-c a{
    color:#000;
}
.landing__register-submit{
    background:#691313;
    font-family:"Roboto Condensed", Sans-serif;
    border:none;
    font-size:16px;
    font-weight:600;
    letter-spacing:.1px;
    text-transform:none;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    border:none;
    background:#180c53;
}

.landing-footer .landing-section-block{
    background-color:#e6eaee;
    background:#e6eaee;
}


.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;
}

.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;
}

@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 .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;
    }
}
@media screen and (max-width:480px){
    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect{
        font-size:13px;
    }
}