/*!
 * /**
 *  * 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-social-links .bux-social-links__item, .bux-social-links--light .bux-social-links__item, .bux-social-links--white .bux-social-links__item {
  margin-right: 8px;
  display: inline-block;
}

.bux-social-links .bux-social-links__item:last-child, .bux-social-links--light .bux-social-links__item:last-child, .bux-social-links--white .bux-social-links__item:last-child {
  margin-right: 0;
}

.bux-social-links .bux-social-links__link, .bux-social-links--light .bux-social-links__link, .bux-social-links--white .bux-social-links__link {
  color: inherit;
  border-bottom: none;
}

.bux-social-links .bux-social-links__link:hover, .bux-social-links .bux-social-links__link:focus, .bux-social-links--light .bux-social-links__link:hover, .bux-social-links--light .bux-social-links__link:focus, .bux-social-links--white .bux-social-links__link:hover, .bux-social-links--white .bux-social-links__link:focus {
  color: inherit;
  background-color: inherit;
  border-bottom-color: none;
}

.bux-social-links .bux-social-links__link, .bux-social-links--light .bux-social-links__link, .bux-social-links--white .bux-social-links__link {
  width: 44px;
  height: 44px;
  color: var(--gray-dark-80);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bux-social-links .bux-social-links__link:hover, .bux-social-links--light .bux-social-links__link:hover, .bux-social-links--white .bux-social-links__link:hover {
  color: var(--gray-dark-80);
  background-color: var(--gray-light-60);
}

.bux-social-links .bux-social-links__link:focus, .bux-social-links--light .bux-social-links__link:focus, .bux-social-links--white .bux-social-links__link:focus {
  color: var(--gray-dark-80);
  outline: 2px solid var(--focus);
  background-color: var(--gray-light-60);
}

.bux-social-links .bux-social-links__link span, .bux-social-links--light .bux-social-links__link span, .bux-social-links--white .bux-social-links__link span {
  font-size: 1.25rem;
  line-height: 0;
}

.bux-social-links--dark .bux-social-links__item {
  margin-right: 8px;
  display: inline-block;
}

.bux-social-links--dark .bux-social-links__item:last-child {
  margin-right: 0;
}

.bux-social-links--dark .bux-social-links__link {
  color: inherit;
  border-bottom: none;
}

.bux-social-links--dark .bux-social-links__link:hover, .bux-social-links--dark .bux-social-links__link:focus {
  color: inherit;
  background-color: inherit;
  border-bottom-color: none;
}

.bux-social-links--dark .bux-social-links__link {
  width: 44px;
  height: 44px;
  color: var(--bg-primary);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bux-social-links--dark .bux-social-links__link:hover {
  color: var(--bg-primary);
  background-color: var(--gray-dark-40);
}

.bux-social-links--dark .bux-social-links__link:focus {
  color: var(--bg-primary);
  outline: 2px solid var(--focus);
  background-color: var(--gray-dark-40);
}

.bux-social-links--dark .bux-social-links__link span {
  font-size: 1.25rem;
  line-height: 0;
}

.bux-footer, .bux-footer--light {
  min-height: 200px;
  color: var(--gray-dark-80);
  background-color: var(--gray-light-90);
  padding: 32px 0;
}

.bux-footer .bux-link, .bux-footer--light .bux-link {
  color: var(--gray-dark-80);
  border-bottom: 1px solid var(--gray-dark-80);
}

.bux-footer .bux-link:hover, .bux-footer--light .bux-link:hover {
  color: var(--brand-primary);
  background-color: var(--bg-primary);
  border-bottom-color: var(--brand-primary);
}

.bux-footer .bux-link:focus, .bux-footer--light .bux-link:focus {
  color: var(--brand-primary);
  outline: 2px solid var(--focus);
  background-color: var(--bg-primary);
}

.bux-footer hr, .bux-footer--light hr {
  border: none;
  border-top: 2px solid var(--gray-light-60);
  margin-bottom: 16px;
}

.bux-footer .bux-footer__col--left, .bux-footer--light .bux-footer__col--left {
  margin-bottom: 48px;
}

@media (width >= 640px) {
  .bux-footer .bux-footer__col--left, .bux-footer--light .bux-footer__col--left {
    margin-bottom: 0;
    padding-right: 32px;
  }

  .bux-footer .bux-footer__col--right, .bux-footer--light .bux-footer__col--right {
    padding-left: 32px;
  }
}

.bux-footer .bux-footer__logo, .bux-footer--light .bux-footer__logo {
  margin-bottom: 16px;
}

.bux-footer .bux-footer__logo a, .bux-footer--light .bux-footer__logo a {
  width: 270px;
  display: inline-block;
}

@media (width >= 640px) {
  .bux-footer .bux-footer__logo a, .bux-footer--light .bux-footer__logo a {
    width: 100%;
  }
}

@media (width >= 960px) {
  .bux-footer .bux-footer__logo a, .bux-footer--light .bux-footer__logo a {
    width: 290px;
  }
}

.bux-footer .bux-footer__logo a:focus, .bux-footer--light .bux-footer__logo a:focus {
  outline: 2px solid var(--focus);
}

@media (width >= 640px) {
  .bux-footer .bux-footer__contact, .bux-footer--light .bux-footer__contact {
    max-width: 300px;
  }
}

.bux-footer .bux-footer__contact p, .bux-footer--light .bux-footer__contact p {
  margin-bottom: 0;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.375;
}

.bux-footer .bux-footer__contact--address, .bux-footer--light .bux-footer__contact--address {
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.bux-footer .bux_footer__site-name, .bux-footer--light .bux_footer__site-name {
  font-weight: 700;
}

.bux-footer p.bux_footer__email, .bux-footer p.bux_footer__phone, .bux-footer p.bux_footer__fax, .bux-footer--light p.bux_footer__email, .bux-footer--light p.bux_footer__phone, .bux-footer--light p.bux_footer__fax {
  margin: 8px 0;
}

@media (width >= 640px) {
  .bux-footer .bux-footer__social, .bux-footer--light .bux-footer__social {
    text-align: right;
  }
}

.bux-footer .bux-footer__fine-print, .bux-footer--light .bux-footer__fine-print {
  margin-top: 24px;
}

.bux-footer .bux-footer__fine-print div, .bux-footer .bux-footer__fine-print p, .bux-footer--light .bux-footer__fine-print div, .bux-footer--light .bux-footer__fine-print p {
  margin-bottom: 0;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: .75rem;
}

.bux-footer .bux-footer__fine-print, .bux-footer--light .bux-footer__fine-print {
  text-align: left;
}

@media (width >= 640px) {
  .bux-footer .bux-footer__fine-print, .bux-footer--light .bux-footer__fine-print {
    text-align: right;
  }

  .bux-footer .bux-footer__ada, .bux-footer--light .bux-footer__ada {
    float: right;
    max-width: 400px;
  }
}

.bux-footer .bux-footer__links, .bux-footer--light .bux-footer__links {
  clear: both;
  padding-top: 16px;
}

.bux-footer .bux-footer__links ul, .bux-footer--light .bux-footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bux-footer .bux-footer__copyright, .bux-footer--light .bux-footer__copyright {
  clear: both;
  margin-top: 16px;
}

.bux-footer--dark {
  min-height: 200px;
  color: var(--bg-primary);
  background-color: var(--gray-dark-80);
  padding: 32px 0;
}

.bux-footer--dark .bux-link {
  color: var(--bg-primary);
  border-bottom: 1px solid var(--bg-primary);
}

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

.bux-footer--dark .bux-link:focus {
  color: var(--bg-primary);
  outline: 2px solid var(--focus);
  background-color: var(--gray-dark-40);
}

.bux-footer--dark hr {
  border: none;
  border-top: 2px solid var(--gray-light-60);
  margin-bottom: 16px;
}

.bux-footer--dark .bux-footer__col--left {
  margin-bottom: 48px;
}

@media (width >= 640px) {
  .bux-footer--dark .bux-footer__col--left {
    margin-bottom: 0;
    padding-right: 32px;
  }

  .bux-footer--dark .bux-footer__col--right {
    padding-left: 32px;
  }
}

.bux-footer--dark .bux-footer__logo {
  margin-bottom: 16px;
}

.bux-footer--dark .bux-footer__logo a {
  width: 270px;
  display: inline-block;
}

@media (width >= 640px) {
  .bux-footer--dark .bux-footer__logo a {
    width: 100%;
  }
}

@media (width >= 960px) {
  .bux-footer--dark .bux-footer__logo a {
    width: 290px;
  }
}

.bux-footer--dark .bux-footer__logo a:focus {
  outline: 2px solid var(--focus);
}

@media (width >= 640px) {
  .bux-footer--dark .bux-footer__contact {
    max-width: 300px;
  }
}

.bux-footer--dark .bux-footer__contact p {
  margin-bottom: 0;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.375;
}

.bux-footer--dark .bux-footer__contact--address {
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.bux-footer--dark .bux_footer__site-name {
  font-weight: 700;
}

.bux-footer--dark p.bux_footer__email, .bux-footer--dark p.bux_footer__phone, .bux-footer--dark p.bux_footer__fax {
  margin: 8px 0;
}

@media (width >= 640px) {
  .bux-footer--dark .bux-footer__social {
    text-align: right;
  }
}

.bux-footer--dark .bux-footer__fine-print {
  margin-top: 24px;
}

.bux-footer--dark .bux-footer__fine-print div, .bux-footer--dark .bux-footer__fine-print p {
  margin-bottom: 0;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: .75rem;
}

.bux-footer--dark .bux-footer__fine-print {
  text-align: left;
}

@media (width >= 640px) {
  .bux-footer--dark .bux-footer__fine-print {
    text-align: right;
  }

  .bux-footer--dark .bux-footer__ada {
    float: right;
    max-width: 400px;
  }
}

.bux-footer--dark .bux-footer__links {
  clear: both;
  padding-top: 16px;
}

.bux-footer--dark .bux-footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bux-footer--dark .bux-footer__copyright {
  clear: both;
  margin-top: 16px;
}

.bux-footer--white {
  min-height: 200px;
  color: var(--gray-dark-80);
  background-color: var(--bg-primary);
  padding: 32px 0;
}

.bux-footer--white .bux-link {
  color: var(--gray-dark-80);
  border-bottom: 1px solid var(--gray-dark-80);
}

.bux-footer--white .bux-link:hover {
  color: var(--brand-primary);
  background-color: var(--gray-light-80);
  border-bottom-color: var(--brand-primary);
}

.bux-footer--white .bux-link:focus {
  color: var(--brand-primary);
  outline: 2px solid var(--focus);
  background-color: var(--gray-light-80);
}

.bux-footer--white hr {
  border: none;
  border-top: 2px solid var(--gray-light-60);
  margin-bottom: 16px;
}

.bux-footer--white .bux-footer__col--left {
  margin-bottom: 48px;
}

@media (width >= 640px) {
  .bux-footer--white .bux-footer__col--left {
    margin-bottom: 0;
    padding-right: 32px;
  }

  .bux-footer--white .bux-footer__col--right {
    padding-left: 32px;
  }
}

.bux-footer--white .bux-footer__logo {
  margin-bottom: 16px;
}

.bux-footer--white .bux-footer__logo a {
  width: 270px;
  display: inline-block;
}

@media (width >= 640px) {
  .bux-footer--white .bux-footer__logo a {
    width: 100%;
  }
}

@media (width >= 960px) {
  .bux-footer--white .bux-footer__logo a {
    width: 290px;
  }
}

.bux-footer--white .bux-footer__logo a:focus {
  outline: 2px solid var(--focus);
}

@media (width >= 640px) {
  .bux-footer--white .bux-footer__contact {
    max-width: 300px;
  }
}

.bux-footer--white .bux-footer__contact p {
  margin-bottom: 0;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.375;
}

.bux-footer--white .bux-footer__contact--address {
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.bux-footer--white .bux_footer__site-name {
  font-weight: 700;
}

.bux-footer--white p.bux_footer__email, .bux-footer--white p.bux_footer__phone, .bux-footer--white p.bux_footer__fax {
  margin: 8px 0;
}

@media (width >= 640px) {
  .bux-footer--white .bux-footer__social {
    text-align: right;
  }
}

.bux-footer--white .bux-footer__fine-print {
  margin-top: 24px;
}

.bux-footer--white .bux-footer__fine-print div, .bux-footer--white .bux-footer__fine-print p {
  margin-bottom: 0;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: .75rem;
}

.bux-footer--white .bux-footer__fine-print {
  text-align: left;
}

@media (width >= 640px) {
  .bux-footer--white .bux-footer__fine-print {
    text-align: right;
  }

  .bux-footer--white .bux-footer__ada {
    float: right;
    max-width: 400px;
  }
}

.bux-footer--white .bux-footer__links {
  clear: both;
  padding-top: 16px;
}

.bux-footer--white .bux-footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bux-footer--white .bux-footer__copyright {
  clear: both;
  margin-top: 16px;
}

.bux-footer--white {
  border-top: 2px solid var(--gray-light-60);
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
  color: var(--gray-dark-80) !important;
  border: none !important;
  border-bottom: 1px solid var(--gray-dark-80) !important;
  padding: 0 !important;
  font-size: .75rem !important;
  line-height: 1.5 !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
  cursor: pointer;
  color: var(--brand-primary) !important;
  background-color: var(--bg-primary) !important;
  border-color: var(--brand-primary) !important;
}

