.landing-page-form {z-index:100;}
.newsletter-form {background: #383C47;transition: all .3s;}
.newsletter-form .container {max-width: 1010px;}
.newsletter-form h6 {font-weight: 300;font-family:'NunitoSans-Light',sans-serif;}
.newsletter-form .form-note {line-height:1.5;font-size:13px;}
.newsletter-form .field-validation-error {color: red;}
.landing-sliders .intro {max-width: 970px;}
.landing-sliders .intro h3 {max-width: 770px;margin-bottom:25px;}
.landing-banner .home-intro {max-width: 1007px;}
.form-btn {z-index:100;}
.umbraco-forms-submitmessage {padding:0 15px;display: block;text-align:center;color:#fff;}
.close-form {
    font-size: 18px;
    width:36px;
    height:34px;
    font-family: NunitoSans-Bold, sans-serif;
    padding: 0;
    border: 0;
    transition: all .3s;
    background: #2289ed;
    position: absolute;
    right: 20px;
    bottom: 100%;
    color: #fff;
}

@media (min-width: 768px) {
    .landing-banner {min-height:calc(100vh - 100px)}
    .newsletter-form {padding-top:30px;padding-bottom:30px}
    .landing-insights,.investment-portfolio {padding-top: 62px;padding-bottom: 56px}
    .landing-insights .card-title {font-size:18px;padding-top:18px}
    .landing-sliders .intro h3 {font-size: 23px;line-height: 38px}
}

@media (min-width: 768px) {
    .landing-banner {min-height: auto;height:auto;padding-bottom:50px;}
}

@media (max-width: 767px) {
    .landing-banner {padding-bottom:30px;}
    .newsletter-form {padding-top:24px;padding-bottom:24px;}
    .newsletter-form h6 {font-size:16px;}
    .newsletter-form .form-control {font-size:13px;min-height:34px;}
    .newsletter-form .form-note {padding-top:10px;}
    .newsletter-form .btn-primary {line-height:30px;}
    .landing-insights, .investment-portfolio {padding-top: 35px;padding-bottom: 36px}
    .mobile-hidden {bottom:-100%!important;}
    div.btn-primary {line-height:34px;border-radius:0;padding:0 10px;min-width:auto;}
    .newsletter-form + .form-btn {width: auto;padding-left: 10px !important;padding-right: 10px !important;}
}