/* Variables */
.locations-list-block .alignwide {
  margin: 0;
  padding: 0;
  width: 100%; }
.locations-list-block .phone,
.locations-list-block .fax,
.locations-list-block .healthlink,
.locations-list-block .address {
  margin-bottom: 10px; }
  .locations-list-block .phone:before,
  .locations-list-block .fax:before,
  .locations-list-block .healthlink:before,
  .locations-list-block .address:before {
    content: "";
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 100;
    width: 20px; }
.locations-list-block .phone:before {
  content: "\f879"; }
.locations-list-block .fax:before {
  content: "\f1ac"; }
.locations-list-block .healthlink:before {
  content: "\f47e"; }
.locations-list-block .address:before {
  content: "\f3c5"; }
body.wp-admin .locations-list-block {
  position: relative; }
  body.wp-admin .locations-list-block:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2; }

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