/*!
 * /**
 *  * 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-cta-collection {
  justify-content: center;
  display: flex;
}

.bux-cta-collection ul {
  text-align: center;
  margin: 0;
  padding: 24px 0;
}

.bux-cta-collection ul li {
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.75rem;
  display: block;
}

.bux-cta-collection ul li:last-child {
  margin-bottom: 0;
}

.bux-cta-collection__link {
  color: var(--scarlet);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
}

.bux-cta-collection__link:hover {
  border-bottom: 2px solid var(--scarlet);
}

.bux-cta-collection__link:focus {
  outline: 2px solid var(--focus);
}

.bux-cta-collection .icon {
  display: none;
}

@media (width >= 640px) {
  .bux-cta-collection ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 4px;
    display: flex;
  }

  .bux-cta-collection ul li {
    margin-bottom: 0;
    padding: 0 48px;
    display: block;
    position: relative;
  }

  .bux-cta-collection ul li:after {
    content: "";
    background-color: var(--gray-light-60);
    width: 2px;
    height: 32px;
    position: absolute;
    top: 48px;
    right: 0;
  }

  .bux-cta-collection ul li:last-child:after {
    display: none;
  }

  .bux-cta-collection__link {
    text-align: center;
    padding: 48px 0 44px;
    font-size: 1.5rem;
    line-height: 32px;
    display: block;
  }

  .bux-cta-collection__link:hover {
    border-bottom: 4px solid var(--scarlet);
    margin-bottom: -4px;
  }

  .bux-cta-collection .icon {
    color: var(--scarlet);
    padding-right: 12px;
    font-size: 1.875rem;
    display: inline-block;
    translate: 0 7px;
  }
}

html.bux-dark-theme .bux-cta-collection__link, html.bux-dark-theme .bux-cta-collection .icon {
  color: var(--fg-primary);
}

html.bux-dark-theme .bux-cta-collection ul li:after, .bux-cta-collection--gray {
  background-color: var(--gray-light-80);
}

.bux-cta-collection--icons ul li:after {
  top: 52px;
}

@media (width >= 640px) {
  .bux-cta-collection--standard-icons .bux-cta-collection__link {
    align-items: center;
    display: flex;
  }
}

.bux-cta-collection--standard-icons ul li:after {
  height: 72px;
}

.bux-cta-collection--standard-icons .icon {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 3.625rem;
  translate: 0;
}

.bux-cta-collection--standard-icons .icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bux-cta-collection--standard-icons .standard-icon {
  display: none;
}

@media (width >= 640px) {
  .bux-cta-collection--standard-icons .standard-icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 16px 0 0;
    display: block;
  }

  html.bux-dark-theme .bux-cta-collection--standard-icons .standard-icon {
    filter: invert() brightness(1000%);
  }
}

