.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block,
.landing-footer .landing-section-block, .landing__register-textbox .defaultInput, select.landing__register-dropdown,.landing__register-submit{
    font-family: "Open Sans", Arial, "sans-serif";
}

.landing-footer-copyright .landing-footer-copyright-c, .landing-footer-copyright .landing-footer-copyright-c a {
    color: #000;
}
.landing-footer .landing-section-block{
    background-color:#fff;
    background:#fff;
    border-top:4px solid #64bd4a;
}
.disc2{
    text-align:center;
    font-size:15px;
    line-height:1.1em;
}
ul li::before, ul li:before {
    content: '\f101';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 24px;
    left: 0;
    color: #004023;
    width: 0;
    height: 0;
    top: 0.25em;
    background: none;
    border-radius: 0;
}
ul li{
    width:100%;
}
html{
    color:#666;
}
.productTitle{
    color: #006B35;
    font-size: 28px;
    text-transform:uppercase;
}
.landing__register-wrap .contact-form-v2__form{
    background:#015b38;
}
.landing__register-disclaimer{
    padding: 1em 0;
    font-size:15px;
    line-height:1.1em;
    text-align:center;
}
.landing__register-textbox .defaultInput{
    margin:0;
}
.landing__register-submit {
    background: #004023;
    border:solid 1px #004023;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    background: #006B35;
    border: solid 1px #006B35;
}
.productFlex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.product{
    width:30em;
}
.landing__nav-logo-img{
    height:130px;
}
.landing__nav-logo-wrap{
    height:160px;
}
.landing__nav-wrap{
    height:175px;
}
@media screen and (min-width:768px){
    .landing__register-wrap {
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .landing__register-wrap .contact-form-v2__layout {
        padding: 15px 0;
    }
    
}

