.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsletter-signup .paragraph {
  font-size: 11px !important;
  margin-bottom: 5px;
}
.newsletterBox-email {
  float: left;
  margin-right: 2%;
  width: 60%;
}
.newsletterBox-email input {
  display: inline-block;
  width: 94% !important;
  padding: 5px 3%;
  height: 20px !important;
  line-height: 20px !important;
  vertical-align: top;
  margin: 0;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.newsletterBox-signup a {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-size: 11px !important;
  background: black;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.newsletterBox-error,
.newsletterBox-success {
  padding: 10px;
  margin: 10px 0;
}
.newsletterBox-error {
  background: #ffbaba;
  color: #d8000c;
}
.newsletterBox-success {
  background: #dff2bf;
  color: #4f8a10;
}
