/* Pad top of body to make room for the fixed header */
body {
  padding-top: var(--nav-height, 88px);
}

/*JJ 47025 Modal Speaker text-transform*/
.modal-open .rf-default-modal h2 {
    text-transform: capitalize;
}
