/* Formatted-form */
.required {
  color: red;
}
.formatted-form .form-element  {
  margin: 5px 0;
}
.formatted-form label  {
  font-size: 100%;
}
.formatted-form label + br {
  display: none;
}
.formatted-form .form-element:not(.container-inline) {
  padding-bottom: 25px;
  position: relative;
}
.formatted-form .form-element:not(.container-inline) label.error {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f3ba37;
  padding: 0 5px;
  font-size: 85%;
}
.formatted-form input[type="text"], .formatted-form input[type="email"], .formatted-form select, .formatted-form select#Country {
  width: 100%;
}
.formatted-form select#Country {
  margin-bottom: 0;
}
.formatted-form input[type="email"] {
  box-sizing: border-box;
  color: #3c352c;
  font-family: "PT Sans";
  height: 31px;
  position: relative;
}
.formatted-form .description {
  display: block;
  font-size: 11px;
  line-height: 1.5
}
.formatted-form .error_strings {
  margin-top: 0;
  top: auto;
}
.formatted-form .section-title {
  font-family: 'PT Serif', serif;
}
.formatted-form h3 {
  margin-top: 20px;
}
.formatted-form .text-small {
  font-size: 16px;
}
.formatted-form .news-subscriptions {
  box-sizing: border-box;
  padding: 16px 22px;
  background: #f3f4f3;
  background: -moz-linear-gradient(2deg, #2e3944 0%, #296976 100%);
  background: -webkit-linear-gradient(2deg, #2e3944 0%, #296976 100%);
  background: linear-gradient(2deg, #2e3944 0%, #296976 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3944', endColorstr='#296976',GradientType=0 );
  border: 1px solid #f2f2ee;
  border-radius: 5px;
  color: #fff;
}
.formatted-form .news-subscriptions .section-title {
  color: #fff;
  margin-top: 0;
}
.formatted-form .closing {
  text-align: center;
}
.formatted-form .g-recaptcha > div {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
