.hero {
    background-image: url('../images/new-holland-corn-field-2021.jpg');
    background-image: -webkit-image-set(url(../images/new-holland-corn-field-2021.webp) 1x);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
    .hero:after {
        content:'';
        position:absolute;
        left:0; top:0;
        width:100%; 
        height:60%;
        display:inline-block;
        background: rgb(0,84,153);
        background: linear-gradient(180deg, rgb(0, 84, 153) 0%, rgba(0,84,153,0) 80%);
    }

    .hero-ppc-lp {
        background-image: var(--jpg-image);    
        background-image: var(--webp-image);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }
        .hero-ppc-lp:after {
            content:'';
            position:absolute;
            left:0; top:0;
            width:100%; 
            height:60%;
            display:inline-block;
            background: rgb(0,84,153);
            background: linear-gradient(180deg, rgb(0, 84, 153) 0%, rgba(0,84,153,0) 80%);
        }

    .hero-ppc-lp-mobile {
            display: block;
    }

    .hero-ppc {
        background-image: url('../images/PPC_WorkmasterCompact.jpg');
        background-image: -webkit-image-set(url(../images/PPC_WorkmasterCompact.webp) 1x);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .hero-ppc-test {
        background-image: url('../images/PPC_T3Ftractor.jpg');
        background-image: -webkit-image-set(url(../images/PPC_T3Ftractor.webp) 1x);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }
.more-choices {
    font-size: 16px;
    letter-spacing: 1px;
}
.form-wrap {
    background: rgba(10, 36, 60, 0.7);
    border-radius: 4px;
    max-width: 436px;
    padding: 30px;
}
    .form-wrap h2 { 
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .form-wrap .subheader {
        font-size: 80%;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
    form .btn-primary, 
    form .btn-primary.disabled {
        height: 50px;
    }
    /* Accommodate for recaptcha height */
    small.light-blue {
        top: -15px;
        position: relative;
    }
    small.light-blue a {
        color: #fff;
    }
.help-block.with-errors .list-unstyled { margin-bottom: 0; }
.help-block.with-errors li {
    font-size: 80%;
    margin-top: 5px;
    color: red;
}
.g-recaptcha {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.main-copy {
    font-size: 22px;
    margin-bottom: 30px;
}
.contact-method {
    display: none;
}
.products-section { font-size: 15px; }

.display-none {display: none;}

@media only screen and (min-width: 1800px) {
    .form-wrap { float: right; }
}

@media only screen and (min-width: 865px) and (max-width: 1370px) {
    .col-md-8.value-bonanza-ct {
        -ms-flex: 0 0 52.666667%;
        flex: 0 0 52.666667%;
        max-width: 52.666667%;
    }
}

@media only screen and (min-width: 1321px) and (max-width: 1370px) {
    .col-md-8.value-bonanza-ct {
        -ms-flex: 0 0 60.666667%;
        flex: 0 0 60.666667%;
        max-width: 60.666667%;
    }
}

@media only screen and (min-width: 865px) and (max-width: 1320px) {
    .col-md-8.value-bonanza-ct {
        -ms-flex: 0 0 52.666667%;
        flex: 0 0 52.666667%;
        max-width: 52.666667%;
    }
}

@media only screen and (max-width: 1330px) {
    .form-wrap { margin: 0 auto; }
}

@media only screen and (min-width: 1361px) {
    form .btn-primary, 
    form .btn-primary.disabled {
        height: 49px;
        width: 96%;
        /*margin-left: 10px;*/
    }
}

@media only screen and (max-width: 1360px) {
    form .btn-primary,
    form .btn-primary.disabled {
        width: 83%;
        margin-left: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .value-bonanza-ct { padding: 20px 0; }
    .value-bonanza-ct img {
        width: 60%;
        max-width: 310px;
        padding-top: 0 !important;
    }
    small.light-blue { top: 0; }
    .products-section { 
        font-size: 110%;
        text-align: center;
     }
    .products-section .col-xl-4 { margin-bottom: 20px; }
    .g-recaptcha {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
    }
    .button-send { padding-left: 0; }
    form .btn-primary,
    form .btn-primary.disabled {
        width: 100%;
        margin-left: 0;
    }

    .hero-ppc-lp-mobile {
        display: block;
        height: 500px!important;
        background-image: var(--jpg-image);
        background-image: var(--webp-image);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .hero-ppc-lp {
        background-image: none;
        background-color: #005499;
    }


}

@media only screen and (max-width: 480px) {
    .hero-ppc-lp-mobile {
        height: 350px!important;
    }
}

/* Styles for MK Forms */
.google-captcha > .g-recaptcha#recaptcha-input {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.light-blue-form{
    color: #a5d5fc;
}

small.light-blue-form a {
    color: #fff;
}

.form-check-input{
    display: block;
    /*width: 5%;*/
    margin-left: 0px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s;
}

.radio-options{
    margin-bottom: 0px;
}