/*== Begin Home page newsletter ===*/
.home-newsletter .lp__input_group {
  width: 100%; }
  @media (min-width: 640px) {
    .home-newsletter .lp__input_group {
      width: 75%; } }
.home-newsletter .email-input-field-1 {
  /* margin-left: 130px;*/
  margin: 0px 0px 16px 0px;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 10px 32px 10px 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal; }
  @media (min-width: 991px) {
    .home-newsletter .email-input-field-1 {
      width: 63%;
      padding: 10px 64px 10px 10px; } }
.home-newsletter .newsletter-submit {
  position: absolute;
  height: 40px;
  top: 0;
  border-radius: 3px;
  padding: 12px;
  right: 0; }
  @media (max-width: 500px) and (min-width: 320px) {
    .home-newsletter .newsletter-submit {
      position: initial;
      width: 100%; } }
.home-newsletter .home-newsletter-title {
  font-family: "Andes", sans-serif;
  font-size: 24px;
  line-height: 45px;
  text-transform: none;
  float: left;
  margin-right: 16px;
  position: relative;
  font-weight: normal; }
  @media (max-width: 500px) and (min-width: 320px) {
    .home-newsletter .home-newsletter-title {
      line-height: 30px; } }
/*== end Home page newsletter ===*/
