/*!
 * /**
 *  * Buckeye UX - version 1.5.1
 *  * Copyright (C) 2026 The Ohio State University
 *  * /
 *
 */
.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  clip-path: rect(0 0 0 0) !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.visually-hidden:active, .visually-hidden:focus {
  width: auto !important;
  height: auto !important;
  clip-path: auto !important;
  margin: 0 !important;
  position: static !important;
  overflow: visible !important;
}

.bux-link--scarlet .bux-link__text--underline, .bux-link--alt .bux-link__text--underline, .bux-link--reverse .bux-link__text--underline, .bux-link .bux-link__text--underline {
  border-bottom: 1px solid;
}

.bux-link--before.bux-link--scarlet .bux-link__text, .bux-link--before.bux-link--alt .bux-link__text, .bux-link--before.bux-link--reverse .bux-link__text, .bux-link--before.bux-link .bux-link__text {
  margin-left: 20px;
}

.bux-link--before.bux-link--scarlet:before, .bux-link--before.bux-link--alt:before, .bux-link--before.bux-link--reverse:before, .bux-link--before.bux-link:before {
  content: "";
  padding-right: 4px;
  font-family: bux-icons;
  font-size: 1rem;
  position: absolute;
}

.bux-link--after.bux-link--scarlet:after, .bux-link--after.bux-link--alt:after, .bux-link--after.bux-link--reverse:after, .bux-link--after.bux-link:after {
  content: "";
  padding: 0 4px;
  font-family: bux-icons;
  font-size: 1rem;
  position: relative;
  top: 2px;
}

.bux-link {
  border-bottom: 1px solid;
  font-family: inherit;
  text-decoration: none;
}

.bux-link:focus {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
  border-bottom: none;
}

.bux-link {
  color: var(--link);
  border-bottom-color: var(--link);
}

.bux-link:hover {
  color: var(--gray-dark-80);
  background-color: var(--gray-light-80);
  border-bottom-color: var(--gray-dark-80);
}

.bux-link:focus {
  color: var(--link);
}

.bux-link:visited {
  color: var(--visited);
  border-bottom-color: var(--visited);
}

.bux-link {
  border-bottom: none;
}

.bux-link--reverse {
  border-bottom: 1px solid;
  font-family: inherit;
  text-decoration: none;
}

.bux-link--reverse:focus {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
  border-bottom: none;
}

.bux-link--reverse {
  color: var(--link);
  border-bottom-color: var(--link);
}

.bux-link--reverse:hover {
  color: var(--gray-dark-80);
  background-color: var(--gray-light-80);
  border-bottom-color: var(--gray-dark-80);
}

.bux-link--reverse:focus {
  color: var(--link);
}

.bux-link--reverse:visited {
  color: var(--visited);
  border-bottom-color: var(--visited);
}

.bux-link--reverse {
  border-bottom: none;
}

.bux-link--alt {
  border-bottom: 1px solid;
  font-family: inherit;
  text-decoration: none;
}

.bux-link--alt:focus {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
  border-bottom: none;
}

.bux-link--alt {
  color: var(--link);
  border-bottom-color: var(--link);
}

.bux-link--alt:hover {
  color: var(--gray-dark-80);
  background-color: var(--gray-light-80);
  border-bottom-color: var(--gray-dark-80);
}

.bux-link--alt:focus {
  color: var(--link);
}

.bux-link--alt:visited {
  color: var(--visited);
  border-bottom-color: var(--visited);
}

.bux-link--alt {
  border-bottom: none;
}

.bux-link--scarlet {
  border-bottom: 1px solid;
  font-family: inherit;
  text-decoration: none;
}

.bux-link--scarlet:focus {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
  border-bottom: none;
}

.bux-link--scarlet {
  color: var(--bg-primary);
  border-bottom-color: var(--bg-primary);
}

html.bux-dark-theme .bux-link--scarlet {
  color: var(--fg-primary);
  border-color: var(--fg-primary);
}

.bux-link--scarlet:visited {
  color: var(--visited-light);
  border-bottom-color: var(--visited-light);
}

.bux-link--scarlet:hover {
  color: var(--gray-dark-80);
  background-color: var(--gray-light-80);
  border-bottom-color: var(--bg-primary);
}

.bux-link--scarlet:focus {
  color: var(--gray-dark-80);
  outline: 2px solid var(--focus-light);
  background-color: var(--gray-light-80);
}

.bux-link--scarlet {
  border-bottom: none;
}

.bux-header, .bux-header--white {
  color: var(--gray-dark-60);
  background-color: var(--bg-primary);
  padding: 16px 0;
}

@media (width >= 640px) {
  .bux-header, .bux-header--white {
    padding: 32px 0;
  }
}

.bux-header .bux-header__site-name-parent, .bux-header .bux-header__site-name-slogan, .bux-header--white .bux-header__site-name-parent, .bux-header--white .bux-header__site-name-slogan {
  color: var(--gray-dark-60);
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}

@media (width >= 640px) {
  .bux-header .bux-header__site-name-parent, .bux-header .bux-header__site-name-slogan, .bux-header--white .bux-header__site-name-parent, .bux-header--white .bux-header__site-name-slogan {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.bux-header .bux-header__site-name-parent, .bux-header--white .bux-header__site-name-parent {
  padding-bottom: 4px;
}

.bux-header .bux-header__site-name-slogan, .bux-header--white .bux-header__site-name-slogan {
  padding-top: 4px;
}

.bux-header .bux-header__site-name, .bux-header a, .bux-header--white .bux-header__site-name, .bux-header--white a {
  color: var(--gray-dark-80);
  margin-top: 0;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.875rem;
  text-decoration: none;
}

@media (width >= 640px) {
  .bux-header .bux-header__site-name, .bux-header a, .bux-header--white .bux-header__site-name, .bux-header--white a {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.bux-header .bux-header__site-name:focus, .bux-header a:focus, .bux-header--white .bux-header__site-name:focus, .bux-header--white a:focus {
  outline: 2px solid var(--focus);
}

.bux-header--dark {
  color: var(--bg-primary);
  background-color: var(--gray-dark-80);
  padding: 16px 0;
}

@media (width >= 640px) {
  .bux-header--dark {
    padding: 32px 0;
  }
}

.bux-header--dark .bux-header__site-name-parent, .bux-header--dark .bux-header__site-name-slogan {
  color: var(--bg-primary);
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}

@media (width >= 640px) {
  .bux-header--dark .bux-header__site-name-parent, .bux-header--dark .bux-header__site-name-slogan {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.bux-header--dark .bux-header__site-name-parent {
  padding-bottom: 4px;
}

.bux-header--dark .bux-header__site-name-slogan {
  padding-top: 4px;
}

.bux-header--dark .bux-header__site-name, .bux-header--dark a {
  color: var(--gray-dark-80);
  margin-top: 0;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.875rem;
  text-decoration: none;
}

@media (width >= 640px) {
  .bux-header--dark .bux-header__site-name, .bux-header--dark a {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.bux-header--dark .bux-header__site-name:focus, .bux-header--dark a:focus {
  outline: 2px solid var(--focus);
}

