.contact-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.form-field-spacing {
  width: 50%;
  padding: 0 20px;
}

.form-field {
  width: 100%;
}
.form-field input, .form-field select {
  width: 100%;
}

textarea {
  width: 100%;
}

.form-field-fullwidth {
  width: 100%;
}

.contact-title {
  display: flex;
}
.contact-title img {
  margin-left: auto;
  width: 50%;
  max-width: 270px;
}

.contact-information {
  display: flex;
  margin: 0 -20px;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  .contact-information {
    flex-direction: column;
  }
}

.contact-column {
  padding: 0 20px;
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: Merriweather;
  font-weight: 300;
  font-size: 12px;
}
.contact-column:first-child:after {
  content: "";
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  width: 115px;
  height: 2px;
  background-color: #1e1e1e;
}

.contact-column-full {
  width: 100%;
  padding: 0 20px;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: Merriweather;
  font-weight: 300;
  font-size: 12px;
}

.contact-address-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  height: 25px;
  font-weight: bold;
  line-height: 1.8;
}

.contact-button-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 650px) {
  .contact-button-wrapper {
    flex-direction: column;
  }
}

.contact-form-submit {
  margin-top: 30px;
  height: 40px;
}
@media screen and (max-width: 650px) {
  .contact-form-submit {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
/*# sourceMappingURL=contact.css.map */
