
#mailchimp {
  /*padding: 10px 0;*/
  font-size: 16px;
}

#mailchimp .left {
  /*font-size: 16px;*/
  font-weight: 400;
  padding-left: 70px;
  display: inline-block;
  position: relative;
  line-height: 20px;
  height: 80px;
  margin-top:10px;
}

#mailchimp .left strong {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

#mailchimp .left i.fa {
  display: block;
  position: absolute;
  left: 0;
  line-height: 30px;
  width: 70px;
  font-size: 24px;
  text-align: center;
}

#mailchimp .sign_up {
  position: relative;
}

#mailchimp .sign_up input[type=email] {
  display: block; 
  border:0;
  padding:25px 140px 29px 30px;
  line-height: 30px;
  width: 100%;
  background: #f2f1f1;
  height: 80px;
  border-radius: 0;
}

#mailchimp .sign_up input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  border:0;
  line-height: 30px;
  padding: 25px 0;
  font-weight: 400;
  height: 80px;
  border-radius: 0;
}

/* [230518 - CHANGES START] */

#mailchimp .sign_up input[type=email] {
  display: block; 
  border:0;
  padding:0px 140px 0px 30px;
  line-height: 30px;
  width: 100%;
  background: #f2f1f1;
  height: 50px;
  border-radius: 0;
}

#mailchimp .sign_up input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  border:0;
  line-height: 30px;
  padding: 0px 0;
  font-weight: 400;
  height: 50px;
  border-radius: 0;
}

#mc-embedded-subscribe-form {
  margin-top:25px;
}

#mc-container {
  position:relative;
}

#mc-embedded-privacy-policy {
  padding:2px 0px 0px;
  margin-bottom:0px;
  font-size:12px;
  font-weight:400;
}

#mc-embedded-privacy-policy a,#mc-embedded-subscribe-form a {
  color:#FFFFFF;
  text-decoration:underline;
}

#privacy-policy-link {
  text-decoration:underline;
}

/* [230518 - CHANGES END] */