/* Mailchimp design */
.su-newsletter-wrapper .su-newsletter {
    position: relative;
}
.su-newsletter-wrapper input.su-newsletter-email {
    width: 100%;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.15);
    float: left;
    margin-right: 0;
    border: 0;
    color: #fff;
}
.su-newsletter-wrapper div.su-newsletter-button {
    position: absolute;
    right: 0;
}
.su-newsletter-wrapper div.su-newsletter-button:before {
    position: absolute;
    left: 50%;
    top: calc(50% - 15px);
    content: "\f003";
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: -8px;
    color: #FFF;
    pointer-events: none;
}
.su-newsletter-wrapper input.su-newsletter-submit {
    box-sizing: border-box;
    text-indent: -2000px;
    border: 0;
    outline: none;
    background: transparent;
    height: 43px;
    width: 50px;
}
