.widget-person .photo {
    min-width: -moz-fit-content;
    min-width: fit-content;
}

_:-ms-fullscreen, :root .widget-person .photo {
    width: 100%;
    height: 100%;
}

address {
    font-style: normal;
}

footer address {
    font-size: .9375rem;
    line-height: 1.25rem;
}

.print-footer br {
  display: none;
}

.print-footer address b:after,
.print-footer address > span:after{
  content: " | ";
  display: inline-block;
  padding: 0 0.5rem;
}

.print-footer .col-4-12 + .col-4-12 {
  display: none;
}