.ra_newsletter_container {
  width: 100%;
  margin: auto 0px;
  text-align: center;
  border: 0px;
  font-family: Times New Roman !important;
}
.newsletter_item_container {
  width: 98%;
  margin: auto;
  text-align: center;
  padding: 5px;
  border: 0px;
  display: true;
  font-family: Times New Roman !important;
}
.newsletter_input {
  width: 100%;
  height: 2.5rem;
  margin: auto;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: middle;
  border-radius: 3px;
  font-family: Times New Roman !important;
}
.newsletter-submit {
  width: 100%;
  height: 2.5rem;
  color: white;
  background-color: #cfd0d0 !important;
  font-size: 1rem;
  border: 1px !important;
  border-radius: 3px;
  margin: auto;
  padding: 0;
  box-shadow: none;
  font-family: Times New Roman !important;
}
.newsletter-submit:hover {
  background-color: #54595f !important;
  border: 1px !important;
  font-family: Times New Roman !important;
}
.newsletter_message_container {
  height: 100px;
  line-height: 2rem;
  color: #a3832a !important;
  background-color: black !important;
  border: 1px solid #a3832a !important;
  box-sizing: border-box;
  display: none;
  font-family: Times New Roman !important;
}
.message_container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Times New Roman !important;
}
#message_error{
  padding-left:15px;
  color:#B90000;
  display: none;
  text-align:left;
  font-family: Times New Roman !important;
}