/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.contactbox {
  position: relative;
  margin-bottom: 0.625rem;
}
.contactbox + .contactbox:last-child {
  margin-bottom: 1rem;
}
.contactbox:after {
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: 0;
  content: "";
}
.contactbox a {
  color: #000;
}
.contactbox a:hover, .contactbox a:focus {
  text-decoration: none;
}
.contactbox-wrap {
  z-index: 20;
  position: relative;
  padding: 1.25rem 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .contactbox-wrap {
    padding: 1.5625rem 2.1875rem;
  }
}
.contactbox-icon {
  font-size: 2.75rem;
  line-height: 1;
  margin-right: 1.5625rem;
}
@media print, screen and (min-width: 40em) {
  .contactbox-icon {
    margin-right: 2.1875rem;
  }
}
.contactbox-icon:before {
  margin: 0;
}
.contactbox-title {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .contactbox-title {
    display: inline-block;
    margin-right: 0.625rem;
  }
}
.contactbox-additional {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 64em) {
  .contactbox-additional {
    display: inline-block;
    font-size: 1.25rem;
  }
}
/*# sourceMappingURL=contactbox.css.map */
