/*Base - site-specific settings*/
.hs-form {
  color: #FFF;
}
.hs-form .hs-richtext p,
.hs-form .hs-richtext h1, .hs-form .hs-richtext h2, .hs-form .hs-richtext h3, .hs-form .hs-richtext h4, .hs-form .hs-richtext h5, .hs-form .hs-richtext h6 {
  color: #FFF;
}
.hs-form .hs-form-field label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hs-form .hs-form-field input,
.hs-form .hs-form-field select {
  font-size: 16px;
  margin-bottom: 20px;
  height: 55px;
}
.hs-form .hs-form-field input[type=hidden] {
  margin-bottom: 0;
}
.hs-form .hs-form-field input[type=checkbox] {
  height: auto;
}
.hs-form .hs-form-field .hs-error-msgs {
  margin-top: -10px;
  margin-bottom: 20px;
}
.hs-form .hs-form-field textarea {
  height: 150px;
  margin-bottom: 20px;
}
.hs-form [class^=form-columns-] {
  width: 100%;
  max-width: 100%;
}
.hs-form .form-columns-1 .hs-input:not([type=checkbox]) {
  width: 100% !important;
}
.hs-form .form-columns-2 .hs-input:not([type=checkbox]) {
  height: 55px;
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-form .form-columns-2 .hs-input:not([type=checkbox]) {
    width: 100% !important;
  }
}
.hs-form ul.no-list {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}
.hs-form .hs-fieldtype-booleancheckbox ul {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}
.hs-form .hs-fieldtype-booleancheckbox label {
  display: flex;
  align-items: center;
  align-items: baseline;
  margin-bottom: 20px;
}
.hs-form .hs-fieldtype-booleancheckbox input {
  margin-right: 10px;
  margin-bottom: 0;
}
.hs-form .hs-form-field .hs-error-msgs {
  margin-top: -10px;
  margin-bottom: 20px;
}
.hs-form .hs-error-msg {
  color: #ECA2A2;
  font-weight: bold;
}
.hs-form .legal-consent-container p {
  font-size: 14px;
}
.hs-form input[type=submit] {
  width: auto;
  height: auto;
  max-width: 100%;
  border: none;
  transition: all 0.3s ease-in-out;
  padding: 20px !important;
  background-color: #AAC158 !important;
}
@media screen and (min-width: 480px) {
  .hs-form input[type=submit] {
    min-width: 300px;
  }
}
@media screen and (max-width: 479px) {
  .hs-form input[type=submit] {
    width: 100%;
  }
}
.hs-form input[type=submit]:hover {
  color: #000;
  cursor: pointer;
}

.form-light .hs-form .hs-richtext p,
.form-light .hs-form .hs-richtext h1, .form-light .hs-form .hs-richtext h2, .form-light .hs-form .hs-richtext h3, .form-light .hs-form .hs-richtext h4, .form-light .hs-form .hs-richtext h5, .form-light .hs-form .hs-richtext h6 {
  color: #000;
}
.form-light .hs-form .hs-form-field label {
  color: #000;
}
.form-light .hs-form .hs-form-field input,
.form-light .hs-form .hs-form-field select {
  color: #000;
}
.form-light .hs-form label.hs-error-msg {
  color: #A82424;
}

body.single-magazine .footer-newsletter {
  display: none;
}
body.single-magazine .footer-title {
  margin-top: 15px;
}
