form.hs-form,
.hs_cos_wrapper .form-title {
max-width: 700px;
display: block;
margin: 0 auto;
}

.section--newsletter {
  float: center;  
  width: 100%;
  position: relative;
  margin-top: 20px;
  border: none;
  color: #003f54;
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 120px;
} 

.newsletter {
  float: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 0x 40px;
  font-size: 24px;
}

.newsletter__form form .hs-form-field > label {
  display: none;
  float: center;
  text-align: center;
}

.newsletter {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.71428571;
  font-family: 'Roboto', sans-serif;
  color: #003f54;
}

.newsletter__text {
  float: center;
  width: 31.94888179%;
  line-height: 2.11111111;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.newsletter__form .hs-error-msg {
  position: absolute;
  float: center;
  font-size: 12px;
  color: red;
}

.newsletter__form .hs_error_rollup .hs-error-msgs li label {
  display: none;
}

.newsletter__form .hs-submit{
  position: absolute;
  float: center;
  padding: 40px 0px 0px;
  width: 700px; 
  text-align: center;
}

.newsletter__form  .input {
  display: -webkit-box;
  display: -ms-flexbox;
  float: center;
  display: flex;
  position: relative;
}

.newsletter__form  .hs-input {
  float: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 20px;
  line-height: 1.5;
  padding: 20px 20px;
  height: 60px;
  -webkit-box-sizing: border-box;
  border-radius: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  width: 700px;
}

.newsletter__form .hs-input::placeholder {
  color: #6a827d;
  font-size: 12px;
}

.newsletter__form .hs-button {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1.69230769;
  text-transform: uppercase;
  padding: 16px 32px;
  -webkit-appearance: none;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  border: 2px solid #003f54;
  letter-spacing: 2.14px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px;
  height: 60px;
  width: 100%;
  text-align: center;
}

.newsletter__form .hs-form-field{
  margin: 0px;
}

.grecaptcha-badge {
  margin:20px 30% 20px;
  }
}

@media(max-width:1279px){
  .newsletter {
    margin: 100px 0px;
    font-size: 24px;
    line-height: 1.66666667;
    margin-bottom: 20px;
  }

  .newsletter__text {
    width: 100%;
    font-size: 16px;
    line-height: 1.625;
  }

  .newsletter__form .input {
    width: 100%;
    margin-top: 20px;
  }

  .newsletter__form .hs-input {
    height: 50px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.66666667;
  }

  .newsletter__form .hs-button {
    font-size: 12px;
    line-height: 1.66666667;
    padding: 15px 20px;
    letter-spacing: 1.7px;
    height: 50px;
    text-align: center;
  }

  .newsletter__form .hs-submit {
    top: 206px;
  }
  .newsletter__form .hs-error-msg {
    position: absolute;
    top: 260px;
    left: 0;
  }
}

@media(max-width:830px){
  .newsletter__form .input {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .newsletter__form .hs-button {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .newsletter__form .hs-submit {
    text-align: center;
    width: 100%;
    position: static;
    margin-top: 20px:
  }

  .newsletter__form .hs-input {
    text-align: center;
    width: 100%;
    position: static;
  }

  .newsletter__text {
    line-height: 1.625;
  }
  .newsletter__form .hs-error-msg {
    position: absolute;
    top: 330px;
    left: 0;
  }
  .grecaptcha-badge {
  margin:20px 20% 20px;
  }
}

/*@media(max-width:767px){
  .newsletter__form .input {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .newsletter__form .hs-button {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .newsletter__form .hs-submit {
    text-align: center;
    width: 100%;
    position: static;
    margin-top: 40px;
  }

  .newsletter__form .hs-input {
    text-align: center;
    width: 100%;
    position: static;
  }

  .newsletter__text {
    line-height: 1.625;
  }
  .newsletter__form .hs-error-msg {
    position: absolute;
    top: 330px;
    left: 0;
  }
  .grecaptcha-badge {
  margin:20px 20% 20px;
  }
}

