.newsletter .h4 {
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
}
.newsletter .lined > p:first-of-type:not(.noline) {
  border-top: none;
}

.newsletter .form {
  margin: 50px 0;
}

.newsletter .form input {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid;
  margin-top: 20px;
  margin-right: 5%;
}

.newsletter .form input:nth-of-type(2) {
  margin-right: 0;
}

.newsletter .form input a.collapse-action {
  text-transform: none;
}

.newsletter .form input [type=text] {
  display: inline-block;
}

.newsletter .form button {
  cursor: pointer;
  font-size: 18px;
  font-family: "GT America Extended", Helvetica, Arial, sans-serif;
  padding: 0 3px;
  margin: 12px 0 0;
  background-color: #000;
  color: #fff;
  width: 100%;
}

.newsletter .form button:hover {
  background-color: #fff;
  color: #000;
}

.newsletter .form .styled-select {
  width: 100%;
  margin-bottom: 5px;
}

.newsletter .form [data-idx="0"] {
  display: none;
}

.newsletter ul {
  margin: 0 !important;
}

.form.unsubscribe input, .form.unsubscribe button {
    margin-top: 0;
    margin-bottom: 0;
}

.form.unsubscribe button {
  margin-top: -8px;
}

.form.unsubscribe {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .newsletter .form input {
    display: block;
  }

  .buttons {
    display: block;
    margin-top: 30px !important;
  }

  .contactform .captcha-block {
    margin-top: 30px;
  }
}
