header .uk-navbar-sticky img {
    height: 100px;
    width: auto;
}
footer form input#signuppush {
    background-color: #51cd98;
    border: 1px solid #51cd98;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding: 6px 26px;
    font-family: 'Poppins';
}
footer form input#signuppush_email {
    font-size: 18px;
    line-height: 22px;
    padding: 6px 16px;
  width: 100%;
}
footer form .row {
    width: 100%;
  justify-content: center;
  }
footer form .news-btn {
    width: auto;
  margin: 6px 0;
}
footer form .news-input {
    width: 70%;
  margin: 6px 0;
}
em {
    color: #404042;
}
form#mc-embedded-subscribe-form input#mc-embedded-subscribe {
    background-color: #51cd98;
    border: 1px solid #51cd98;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding: 6px 26px;
    font-family: 'Poppins';
  margin-top: 25px;
}
form#mc-embedded-subscribe-form .mc-field-group {
    width: 50%;
    float: left;
}
form#mc-embedded-subscribe-form .mc-field-group label {
    width: 30%;
    display: inline-block;
  margin: 10px 0;
}
form#mc-embedded-subscribe-form .mc-field-group input {
    width: 60%;
  height: 30px;
}
div.mc-newsletter {
    max-width: 960px;
    margin: auto;
}

@media (min-width: 960px) {
    .uk-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
  :not(.uk-sticky-below)>.uk-navbar-container:not(.uk-navbar) {
        padding-top: 0;
        padding-bottom: 10px;
    }
}