.contact-detail-wrapper {
  background: url("../../images/articles/contact/contact-bg.jpg") no-repeat bottom center #D32C48;
  color: #ffffff;
  padding: 1rem;
}

.cms-section {
  margin: 3rem auto;
}
.cms-section .section-title {
  display: block;
  border-bottom: 2px solid #3D3B3B;
  margin: 0 0 1.5rem;
  padding-bottom: 0.5rem;
}

.contact-box {
  margin: 1rem 0;
}
.contact-box .icon {
  font-size: 2.1428571429rem;
  display: block;
  margin-bottom: 0.5rem;
}
.contact-box .social-icon {
  margin: 0.5rem auto;
}
.contact-box .social-icon a {
  color: #ffffff;
  font-size: 1.5714285714rem;
}
.contact-box .social-icon a:hover {
  text-decoration: none;
  color: #9f0e26;
}

.contact-title {
  font-size: 1.1428571429rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  display: block;
}
.contact-title span[class*=cas-i] {
  font-size: 0.85em;
}

.tel {
  font-weight: 700;
  white-space: nowrap;
}

.form-wrapper.contact {
  display: block;
}

.contact-other h3 {
  margin-top: 0;
}

.x-field, input[type=text]#siteName {
  display: none;
}

@media screen and (min-width: 48em) {
  .button.send-button {
    width: auto;
  }
  .contact-detail-wrapper {
    background-position: 50% 80%;
  }
  .contact-box {
    padding: 1rem 2rem;
    margin: 2rem 0;
  }
}
/*# sourceMappingURL=contact.css.map */
