/*!
 * /**
 *  * 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-listicle__text, p {
  margin-bottom: 16px;
  font-family: BuckeyeSerif, Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.bux-listicle__text .bux-link__text, p .bux-link__text {
  border-bottom: 0;
}

@media (width >= 0) {
  h1, .bux-h1 {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSerif, Georgia, serif;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 2.25rem;
  }

  h1 a, .bux-h1 a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h1 a:hover, .bux-h1 a:hover {
    text-decoration: underline;
  }

  h2, .bux-h2 {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.875rem;
  }

  h2 a, .bux-h2 a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h2 a:hover, .bux-h2 a:hover {
    text-decoration: underline;
  }

  h3, .bux-h3 {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.625rem;
  }

  h3 a, .bux-h3 a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h3 a:hover, .bux-h3 a:hover {
    text-decoration: underline;
  }

  h4, .bux-h4 {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  h4 a, .bux-h4 a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h4 a:hover, .bux-h4 a:hover {
    text-decoration: underline;
  }

  h5, .bux-h5 {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  h5 a, .bux-h5 a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h5 a:hover, .bux-h5 a:hover {
    text-decoration: underline;
  }

  h6, .bux-h6 {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  h6 a, .bux-h6 a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h6 a:hover, .bux-h6 a:hover {
    text-decoration: underline;
  }

  h1.bux-h1--alt {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 2.25rem;
  }

  h1.bux-h1--alt a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h1.bux-h1--alt a:hover {
    text-decoration: underline;
  }

  h2.bux-h2--alt {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.625rem;
  }

  h2.bux-h2--alt a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h2.bux-h2--alt a:hover {
    text-decoration: underline;
  }
}

@media (width >= 640px) {
  h1, .bux-h1 {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSerif, Georgia, serif;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 3rem;
  }

  h1 a, .bux-h1 a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h1 a:hover, .bux-h1 a:hover {
    text-decoration: underline;
  }

  h2, .bux-h2 {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 2.25rem;
  }

  h2 a, .bux-h2 a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h2 a:hover, .bux-h2 a:hover {
    text-decoration: underline;
  }

  h3, .bux-h3 {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.625rem;
  }

  h3 a, .bux-h3 a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h3 a:hover, .bux-h3 a:hover {
    text-decoration: underline;
  }

  h1.bux-h1--alt {
    color: var(--body-copy);
    margin: 0 0 8px;
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 3rem;
  }

  h1.bux-h1--alt a {
    color: var(--scarlet);
    text-decoration: none;
  }

  h1.bux-h1--alt a:hover {
    text-decoration: underline;
  }
}

.bux-listicle__item {
  margin-bottom: 32px;
}

.bux-listicle__item:last-child {
  margin-bottom: 0;
}

.bux-listicle__title {
  display: flex;
}

.bux-listicle__title-number {
  min-width: 32px;
  height: 32px;
  color: var(--gray-dark-80);
  text-align: center;
  background: var(--gray-light-60);
  margin-right: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.675;
  display: block;
}

.bux-listicle__title-text {
  color: var(--body-copy);
  margin: 0 0 8px;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.bux-listicle__title-text a {
  color: var(--scarlet);
  text-decoration: none;
}

.bux-listicle__title-text a:hover {
  text-decoration: underline;
}

.bux-listicle__title-text {
  margin-top: 3px;
  display: block;
}

.bux-listicle__text {
  padding-left: 48px;
  position: relative;
}

.bux-listicle__item--unordered .bux-listicle__title {
  margin-bottom: 0;
}

.bux-listicle__item--unordered .bux-listicle__title-text {
  margin-top: 0;
  margin-bottom: 16px;
}

.bux-listicle__item--unordered .bux-listicle__title-number {
  display: none;
}

.bux-listicle__item--unordered .bux-listicle__text {
  padding-left: 0;
  left: 0;
}

