@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

.services-cta {
  background-color: #36454F;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
  width: 100%;
}

.services-cta .services-cta-content .services-discussion-icon::before {
  color: #DDD;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 20px;
  font-size: 32px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f086';
}


.services-cta .services-cta-content h2 {
  color: #DDD;
  padding: 0px 10px;
  text-transform: uppercase;
  font-size 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight 300;
}

.services-cta .services-cta-content .services-cta-text {
  color: #DDD;
}

.services-cta .services-cta-form {
  color: #DDD;
  width: 100%;
  display: inline-block;
  padding: 10px;
  text-align: center;
  align-content: center;
  align-items: center;
  position: relative;
  width: 40%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.services-cta .services-cta-form .hs-form-field {
  margin-top: 15px;
}

.services-cta .services-cta-form .hs-form-field .hs-input {
  margin-top: 5px;
}

.services-cta .services-cta-form .hs-form-required {
  display: none;
}

.services-cta .services-cta-form  .hs-error-msgs {
  background-color: #CE271B;
  margin:0;
  margin-top:3px;
  /*margin-right:8px; had to change because of min.css*/
  margin-right:17px;
  padding:3px;
  list-style-type: none;
  font-size: 12px;
  font-style: italic;
  border: 1px solid #CE271B;
  border-radius: 3px;
  position:relative;
}

.services-cta .services-cta-form  .hs-error-msgs>li {
  margin:0;
}

.full-width-page .services-cta .services-cta-form  .hs-error-msgs label, .tabber-wrpper .hs-error-msgs label, .tabber-wrpper .hs-form .hs-error-msgs label, .training-main-content .hs-error-msgs label {
  color:white;
}

.services-cta .services-cta-form  .hs-error-msgs::before {
  border-bottom: 3px solid #CE271B;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
  height: 0;
  top:-4px;
  position: absolute;
  width: 0;
}


form.hs-form,
.hs_cos_wrapper .form-title {
  text-align: left;
  display: inline-block;
margin: 0 auto;
}

/* To center the form title within a form module */
.hs_cos_wrapper .form-title {
  text-align: center;
}

.services-cta .services-cta-form .hs-input {
  background: #ebebeb;
  border: 1px solid transparent;
  border-radius: 5px;
  box-sizing:border-box;
  color:#242424;
  padding:10px;
  width: 100%;
}

.services-cta .services-cta-form .hs-message .input textarea {
  width: 100%;
  height: 150px;
  resize: none;
}

.services-cta .services-cta-form .hs-button {
  background: #CE271B;
  color:#ffffff;
  border:none;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  line-height: 1.15;
  padding: 15px 10px;
  margin: 15px 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

.services-cta .services-cta-form .hs-button:hover {
  background-color: #1E73BE;
}

.services-cta .services-cta-form .hs-form-required {
  color: #FFFFFF;
}

.services-cta .content-wrapper {
  min-height: 400px;
  padding: 0;
}

.services-cta .services-cta-content {
  align-items: center;
  align-content: center;
  text-align: center;
}

@media only screen and (max-width: 641px) {

  .services-cta .services-cta-form {
    width: 100%;
  }
  
  .full-width-page .services-cta .services-cta-content .services-cta-form form fieldset.form-columns-2 .field.hs-form-field.hs_lastname>label {
    display: inline-block !important;
  }
  
}
