/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.hidden {
  display: none;
}

.canada-map {
  margin: 0 auto;
  width: 100%;
}

.auditor-members article {
  padding: 30px;
  padding-bottom: 14px;
  width: 100%;
}
.auditor-members article img {
  margin-right: 30px;
  float: left;
}
.auditor-members article .meta{
  position: relative;
}

.auditor-members article .meta,
.auditor-members article h1,
.auditor-members article h2
{
  margin-left: 120px;
}
.auditor-members article h1, 
.auditor-members article h2, 
.auditor-members article p {
  margin-bottom: .6rem;
}
.auditor-members article.zebra {
  background: #ffffff;
}

.auditor-members article p.phone,
.auditor-members article p.fax {
  padding-bottom: 0px;
}

.auditor-members article p.phone strong,
.auditor-members article p.fax strong{
  display: inline-block;
  min-width: 30px;
}

.auditor-members article .contact-auditor {
  position: absolute;
  bottom: 0;
  right: 0;
}

.auditor-members article .wp-block-button.floatright {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media only screen and ( max-width: 980px ) {
  .auditor-members article .contact-auditor {
    clear: both;
    float: left;
    position: relative;
    margin-top: 10px;
  }
}
