@charset "utf-8";
.contactUs__banner {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  height: 3.125rem;
  background: url("../../img/contact/contact-banner.jpg") 0 0 no-repeat;
  background-size: 10rem 3.125rem;
}
.contactUs-ft {
  margin-top: 0.625rem;
  border-top: 1px solid #d9d9d9;
  padding: 0.625rem 0.3125rem 0;
}
.contactUs-ft h2 {
  font-size: 0.46875rem;
  font-weight: normal;
}
.contactUs-ft dl {
  margin-top: 0.25rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.contactUs-ft dl:first-child {
  margin-top: 0;
}
.contactUs-ft dl dd {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.contactUs-ft article {
  margin-top: 0.46875rem;
  font-size: 0.34375rem;
  color: #666;
}
.contactUs-ft article a {
  color: #666;
}

/*# sourceMappingURL=../maps/contact/contact.css.map */
