.column {
  width: 47.5%;
  margin-right: 5%;
  display: inline-block;
  float: left;
  padding-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .column {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }
}
.column:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .column:last-of-type {
    border-top: 1px solid #d8d8d8;
    padding-top: 30px;
  }
}
.column a {
  display: block;
}
.column p, .column a {
  margin-bottom: 0;
  display: inline-block;
  float: left;
  clear: both;
}
.column p a, .column a a {
  margin-bottom: 0;
  display: inline-block;
  line-height: 1.8;
}
.column p a:hover, .column a a:hover {
  text-decoration: underline;
}
.column p.address, .column a.address {
  margin-bottom: 26px;
  padding-left: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 860px) {
  .column p.address, .column a.address {
    margin-bottom: 18px;
  }
}
.column p.company_number, .column a.company_number {
  margin-top: 26px;
}
@media screen and (max-width: 860px) {
  .column p.company_number, .column a.company_number {
    margin-top: 18px;
  }
}
.column p span, .column a span {
  width: 180px;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  .column p span, .column a span {
    width: 160px;
  }
}
.column > a {
  line-height: 1.8;
  padding-left: 40px;
  position: relative;
}
.column > a:before {
  content: "";
  width: 40px;
  height: 1.8em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.4;
  transition: opacity 400ms ease;
}
.column > a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 40px;
  background: #4d4d4d;
  transition: width 400ms ease;
}
.column > a.email:before {
  background-image: url(../images/icons/email-grey@2x.png);
}
.column > a.phone:before {
  background-image: url(../images/icons/phone-grey@2x.png);
}
.column > a.vcard:before {
  background-image: url(../images/icons/vcard-grey@2x.png);
  background-size: 21px;
}
.column > a:hover:before {
  opacity: 1;
}
.column > a:hover:after {
  width: 90%;
  width: calc(100% - 40px);
}
.column h3 {
  margin-bottom: 2px;
  padding-left: 40px;
  position: relative;
}
.column h3:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/location-grey@2x.png);
  opacity: 0.4;
  transition: opacity 400ms ease;
}

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