body>script+img{display: none;}

footer .footer{
    background-color: #0f2233;
    height: 370px;
    min-height: unset;
}

.lp-nav{
    position: fixed;
    height: 68px;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    background:#fff;
    z-index: 1010;
}
.lp-nav img{
    max-height: 100%;
    max-width: 40%;
}

main.main{
    /* padding-top: 68px; */
}

.footer.lp-footer{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #1b314c;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-height: 38vh;
    text-align: center;
}
.footer .btn.btn-primary{
    background: #e75;
    border-color: #e75;
    border-radius: 50px;
    color: #fff;
}
.footer .btn.btn-primary:active, .footer .btn.btn-primary:focus, .footer .btn.btn-primary:hover{
    background-color: #e95227 !important;
    border-color: #e95227 !important;
}

.entity-form{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.hero.hero-lg{
    height: auto;
}

@media(min-width:1020px){
    .hero .hero-form{
        margin-top: -60px;
    }
}