/* Article Newsletter
   ========================================================================== */
.article__newsletter {
  padding: 0;
  margin: 25px auto 20px;
}
.article__newsletter ul {
  display: none;
}
.article__newsletter-choice {
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 5px;
  border: 1px solid #BCBDC0;
  width: 100%;
}
.newsletter--choice {
  font-size: 11px;
  line-height: 11px;
  color: #414142;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}
.newsletter--icon {
  margin: auto;
}
.newsletter--icon img {
  width: 14px;
}
.article__newsletter-email {
  border-radius: 0 5px 5px 0;
  border: 1px solid #BCBDC0;
  width: 90%;
}
.article__newsletter-form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.article__newsletter-form--sending {
  opacity: 0.25;
  position: relative;
}
.article__newsletter-form--sending::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.article__newsletter-box {
  border-radius: 3px;
  background: white;
  width: 100%;
  height: 30px;
  display: flex;
  font-size: 12px;
  line-height: 12px;
  color: black;
}
.article__newsletter-email {
  display: inline-block;
  outline: 0;
  padding: 8px 10px;
  margin-right: 10px;
}
.article__newsletter-email-label {
  display: block;
  flex-grow: 1;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  color: #414142;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
}
.article__newsletter-email-label-icon {
  vertical-align: middle;
}

.article__newsletter-terms {
  margin-top: 10px;
}

.article__newsletter-captcha-input {
  display: inline-block;
  outline: 0;
  border: 0;
  padding: 8px 11px;
  flex-grow: 1;
  font-size: 12px;
  line-height: 12px;
}
.article__newsletter-captcha-label {
  color: black;
  display: none;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
}
.article__newsletter-captcha {
  align-items: center;
  display: none;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
}
.article__newsletter-captcha-image {
  margin: 0 10px 15px 0;
  width: 62px;
}
.article__newsletter-icon-refresh {
  margin: 0 5px 15px 0px;
}
.article__newsletter-change-captcha {
  background: none;
  border: none;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 10px -1px;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  color: black;
}
.article__newsletter-submit {
  background: #E40001;
  color: white;
  font-weight: bold;
  border: none;
  float: right;
  padding: 9px 12px;
  margin: 0;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
}
.article__newsletter-submit-two {
  background: gray;
  color: gray;
  font-weight: bold;
  border: none;
  float: right;
  padding: 9px 12px;
  border-left: 1px solid gray;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 14px;
  margin: 0;
}
.article__newsletter-text {
  font-family: Helvetica;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  margin-top: 20px;
}
.article__newsletter-text a {
  color: black;
  text-decoration: underline;
}
.article__newsletter-message {
  color: #f00;
  font-size: 12px;
  width: 100%;
  display: none;
  padding: 10px 0 0 0;
}
.article__newsletter-success {
  display: block;
}
.article__newsletter-success-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.article__newsletter-success-title .icon {
  width: 14px;
  padding-right: 5px;
}
.article__newsletter-success-text {
  font-size: 13px;
  color: black;
  line-height: 17px;
}



@media (min-width: 661px) {
  .article__newsletter {
    box-sizing: content-box;
    max-width: 620px;
    margin: 20px auto 25px;
    float: left;
  }
  .article__newsletter-email,
  .article__newsletter-choice {
    width: 50%;
  }
  .article__newsletter-email-label,
  .article__newsletter-text {
    padding: 0;
  }
  .article__newsletter-captcha .article__newsletter-box {
    width: 66%;
    margin: 0 0 10px auto;
  }
  .article__newsletter-captcha-label {
    padding: 20px 0 0 20px;
  }
  .article__newsletter-captcha {
    padding: 0 20px 10px 20px;
    width: auto;
  }
  .article__newsletter-box,
  .article__newsletter-captcha-input {
    font-size: 13px;
    line-height: 13px;
  }
  .article__newsletter-captcha,
  .article__newsletter-message {
    padding: 0;
  }
  .article__newsletter-box {
    margin: 0;
  }
  .article__newsletter-change-captcha {
    margin: 0 0 0 -1px;
  }
  .article__newsletter-message {
    width: 50%;
  }
  .article__newsletter-email-label {
    border-radius: 5px 0 0 5px;
    border-right: none;
    width: auto;
  }
  .article-related-links + .article__newsletter .article__newsletter-email-label,
  .article-related-links + .article__newsletter .article__newsletter-email {
    border-right: 1px solid gray;
    border-radius: 5px;
  }
  .article-related-links + p + .article__newsletter .article__newsletter-email-label,
  .article-related-links + p + .article__newsletter .article__newsletter-email {
    border-right: 1px solid gray;
    border-radius: 5px;
  }
}
