

.footer__section--top {
  padding-top: 2.78rem;
  padding-bottom: 2.78rem;
}

.footer h4 {
  margin-bottom: 1.11rem;
  font-family: 
  
    'Roboto', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: 1.22rem;
  line-height: 1.56;
}

.footer__form-title h4,
.footer__icons .module .module__inner > * {
  margin-bottom: 0;
}
/* custom edits */
.footer__section--top .hs-form-field{
  margin-bottom:0px;
}
.footer__section--top .footer__form-title *{
  color:#003462;
}
.footer__section--top .form__box-content form .hs_error_rollup {
  display: none;
}
.footer__section--top .form__box-content form .field>.input {
    margin-top:0;
}
@media(min-width:768px){
  .footer__section--top form .hs-error-msg{
    position:absolute;
  }
  .footer .form__box-content form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer__section--top form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    flex-basis: 71%;
  }
  .footer__section--top form 
}

@media(max-width:767px){
  .footer__section--top form  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
  margin-bottom:20px;
  }
}
/* Dark scheme */



.footer {
  background: #797A7B;
}

.footer__section--top.add_color {
  background: rgba(255, 255, 255, .1);

}
.footer__section--top:not(.add_color){
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.footer h4 {
  color: #fff;
}

/* Light scheme */

