.featured-bottom {
    background-color:#00994A;
    }
.featured-bottom .block {
    border:none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
.featured-bottom h2 {
    text-shadow:none;
    }    
.featured-bottom #block-joinourmailinglist .form-item-civicrm-1-contact-1-email-email {
    float:left;
    }
.featured-bottom #block-joinourmailinglist .form-item-civicrm-1-contact-1-address-postal-code {
    float:right;
    }
.featured-bottom #block-joinourmailinglist .webform-button--submit {
    background-color:#ed1c24;
    color: #FFF;
    margin-left: 36%;
    position: relative;
}
@media all and (max-width: 926px) and (max-device-width: 926px),
(max-device-width: 926px) and (max-width: 926px) and (orientation:landscape) {
  .featured-bottom #block-joinourmailinglist input {
    float:none;
    width:100%;
  }
  .featured-bottom #block-joinourmailinglist .webform-button--submit {
    margin:auto;
    width:50%;
  }
}