.staff-modal section.modal-footer {
  gap: 15px;
}
.staff-modal section.modal-footer:before,
.staff-modal section.modal-footer:after {
  display: none;
}
.staff-modal section.modal-footer .btn {
  display: flex;
}
.modal-dialog {
  width: 680px;
  max-width: 100%;
}
.btn {
  white-space: break-spaces;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: white;
}
.bodyNavigation.full .container-fluid {
  column-gap: 15px;
}
.bodyNavigation .bodyNavigation-link a {
  width: 100%;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
}
.location .hours.branch-hours {
  th,
  td {
    display: inline;
    font-weight: 400;
    padding-right: 0;
  }
}
