@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%;
    }
}
.landing__register-wrap{
    padding:0 0 30px 0;
}
.mblAppIcon{
    display:flex;
    flex-direction:row;
    gap:10px;
}
.mobileApp{
        padding: 10px;
    border: 3px solid #aa9c00;
    border-radius: 12px;
    width: 23.5em;
}
.mblAppIcon p{
    padding:0;
    border:3px solid #aa9c00;
    border-radius:12px;
}
.topTxt{
    font-size:24px;
    font-weight:bold;
}
.logos{
    float:right;
    display:flex;
}
.landing-ehl{
    display:none;
}
.address{
        display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width:160%;
    margin-top:1em;
    flex-wrap:wrap;
}
.address p{
    color:#000;
}
.landing-footer-copyright .landing-footer-copyright-c, .landing-footer-copyright .landing-footer-copyright-c a{
    color:#000;
}
.landing-footer .landing-section-block{
background:#f0f3f5;
}
.landing__register-dob{
    margin-bottom:3em !important;
}
.landing__register-submit{
    background:#7A7000;
    border:1px solid #7A7000;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    background:#AA9C00;
    border:1px solid #7A7000;
}
.landing__register-enter-info{
    margin-bottom:2em !important;
}
.landing__register-wrap .contact-form-v2__form{
    padding:2em;
    background:#01203c;
}
.landing__register-wrap{
    flex-direction:row;
}
.caps{
    text-transform:uppercase;
    font-size:24px;
}
.mod-page-wrap--landing .landing__register-wrap .htmlModuleWrap {
    background: transparent;
    display: none;
}
.contentArea ul li{
    width:100%;
    font-size:20px;
    color:#01203c;
}
.landing__nav-wrap{
    border:3px solid #7A7000;
}
div.landing__register-textbox{
    margin:0;
}
p{
    color:#01203c;
}
.landing__register-textbox .defaultInput{
    margin:0;
}
ul li::before, ul li:before{
    display:none;
}
ul li{
    padding: 1.5em 1em .5em 2.25em;
}
.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    font-family:'Roboto', sans-serif;
}

.contentArea p{
    font-size:28px;
}
@media screen and (max-width:1030px){
    .address{
        width:100%;
    }
}
@media screen and (max-width:940px){
    .landing__register-wrap{
        gap:50px;
        flex-wrap:wrap;
        justify-content:center;
    }
    .mobileApp{
        margin:auto;
    }
    .contentArea{
        width: 455px;
    text-align: center;
    }
    .logos{
        float:none;
        justify-content:center;
    }
}

@media screen and (max-width:767px){
    .landing-footer-copyright{
        left:0;
    }
}
@media screen and (max-width:420px){
    .mblAppIcon{
        flex-wrap:wrap;
        justify-content:center;
    }
    .mobileApp{
        width:auto;
        margin:.5em;
    }
}
@media screen and (max-width:600px){
    .logos img{
        width:135px !important;
        float:none !important;
    }
}
@media screen and (max-width:340px){
    .landing__register-wrap .contact-form-v2__form{
        padding:2em 0;
        width:264px !important;
    }
}
@media screen and (max-width:767px){
    .landing-footer-copyright .landing-footer-copyright-b{
        text-align:center;
    }
}
@media screen and (min-width: 768px){
    .landing__register-wrap{
        align-items:flex-start;
    }
        .landing__register-wrap .contact-form-v2__form {
        width: 455px;
        height:450px;
        }
}