  /*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.logo {
  display: block;
}

@media print {
  .logo {
    margin-left: 24px;
    content: url("/themes/custom/csuohio_theme/csu-mobile.svg");
  }
}