/*Section 13 Contact Form*/
.form-section {
  background: #fff;
  padding: 100px 20px;
}

.form-section__container {
  max-width: 1010px;
  margin: 0 auto;
}

.form-section__title {
  margin: 0 0 60px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #1E3C62;
}

.form-section__title span {
  color: #FE4500;
}

.form-section__form {
  background: #FAFAFA;
  width: 100%;
}
.hsfc-Button {
	width: 294px!important;
    height: 44px!important;
    text-transform: uppercase!important;
	background-color: #FE4500!important;
	}