.subheading{
    color:#0f4981;
    font-size:32px !important;
        padding: 0 0 20px 0 !important;
}
.infoFlex p{
    font-size:30px !important;
}
.infoFlex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top:.5em;
}
.htmlModuleWrap{
    padding: 1.25em 0;
}
.mod-expanding-information-wrap {
    border-bottom: 1px solid #0f4981;
}
.expanded .mod-expanding-trigger::before, .expanded .mod-expanding-trigger:before{
    color:#0f4981;
}
.mod-expanding-trigger::before, .mod-expanding-trigger:before{
    color:#0f4981;
}
.expanded .mod-expanding-trigger, .no-js .mod-expanding-trigger{
    background:none;
    color:#0f4981;
}
.mod-expanding-trigger{
    background:none;
    color:#0f4981;
    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;
        padding: 0 0 .8em 0;
}
html, body{
    font-family:"Libre Franklin", Sans-serif;
}
.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    font-family:"Libre Franklin", Sans-serif;
}
.landing-footer-copyright .landing-footer-copyright-c, .landing-footer-copyright .landing-footer-copyright-c a{
    color:#000;
}
/*.landing__register-submit{
    background:#386794;
    font-family:"Libre Franklin", Sans-serif;
    border:1px solid #386794;
    font-size:16px;
    font-weight:600;
    letter-spacing:.1px;
    text-transform:none;
    border-radius:32px;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    border:1px solid #386794;
    background:#fff;
    color:#000;
} */

.landing__register-submit {
    background: #041A55;
    border:1px solid #000;
    width: 328px;
    height: 56px;
    display: inline-block;
    border-radius: 32px;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    font-family: 'Inter' important!;
    font-weight: 600;           /* Semibold */
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.landing-footer .landing-section-block{
    background-color:#fff;
    background:#fff;
}


.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: center;
}

.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::before,
ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 1.3em;
    height: 1.3em;
    top: .5em;
    left: .3em;
    background: url("/uploads/images/251210111605.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
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;
}

.tierFlex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.tierCaps{
    color:#0f4981;
    text-transform:uppercase;
}
.subheading1{
    color:#0f4981;
    font-size:15px;
}
.caps{
    text-transform:uppercase;
}
ul{
    max-width:90em;
}
ul li{
    width:35%;
}


@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:600px){
    ul li {
        width: 100%;
    }
}
@media screen and (max-width:500px){
    .siteLogo img{
        width:300px;
    }
    .fdicLogo img{
        height:auto;
        width:300px;
    }
}
@media screen and (max-width:440px){
    .tierFlex{
        flex-wrap:wrap;
        text-align: left;
        justify-content: flex-start;
    }
}
@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;
    }
}