.contactSection .defaultLabel.patriotActLabel {
    display: inline;
    font-size: 12px;
    line-height: 19px;
    padding-left: .5em;
}
.landing__nav-wrap{
    background:#000;
    border-bottom: 3px solid #865c35;
}

.landing__register-submit{
    background:#865C35;
    color:#000;
    border:1px solid #865c35;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    border:1px solid #865c35;
    background:#000;
    color:#865c35;
}
.landing__register-textbox .defaultInput{
        -webkit-text-fill-color: inherit;
    color: #fff;
    border-color: #fff;
    background: transparent;
}
input:-internal-autofill-selected{
    background-color:#000 !important;
    color:#000 !important;
}
select.landing__register-dropdown{
    -webkit-text-fill-color: #fff;
    color: #fff;
    border-color: #fff;
    background: #000;
}
.landing__register-disclaimer{
    font-style:normal;
    font-size:13px;
    text-align:center;
    line-height:21px;
}
div.landing__register-textbox{
    margin:0;
}
.landing__register-wrap .contact-form-v2__form{
    background:#000;
}
.landing__register-enter-info{
    font-size:14px;
    line-height:22px;
}
.landing__register-wrap .contact-form-v2__form{
    padding:1.5em;
}
.landing-footer .landing-section-block{
    background:#000;
    border-top: 3px solid #865c35;
}
.landing-footer-copyright .landing-footer-copyright-a a{
    text-decoration:none;
}
.landing-footer-copyright .landing-footer-copyright-a a:hover, .landing-footer-copyright .landing-footer-copyright-a a:focus{
    text-decoration:underline;
}
.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.checkbox a{
    color:#fff;
}
.checkbox a:hover, .checkbox a:focus{
    text-decoration: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:flex-start;
    }
    .landing__register-wrap .contact-form-v2__form {
        width: 420px;
    }
}

@media screen and (max-width:1500px){
    .mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
        background-position: 70% center;
    }
}

@media screen and (max-width:767px){
            .landing-ehl {
        top: 8em !important;
        left: calc(50% - 135px / 2) !important;
    }
    .landing-footer-copyright .landing-footer-copyright-b {
    text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block {
        background-position: 83% center;
    }
        .landing__register-wrap .contact-form-v2__layout {
        padding: 0;
    }
}

@media screen and (max-width:380px){
    .landing__register-wrap .contact-form-v2__form {
    padding: .5em;
}
}