/*
 * /**
 *  * Buckeye UX - version 1.5.1
 *  * Copyright (C) 2026 The Ohio State University
 *  * /
 *
 */
@media (width >= 960px) {
  .bux-hero .bux-hero__image-container {
    width: 90%;
  }
}
.bux-hero__image > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bux-hero__image iframe {
  height: 100%;
}
.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;
}

button:not([class]),
.bux-button {
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  width: auto;
  color: var(--bg-primary);
  text-align: center;
  background: none;
  background-color: var(--scarlet);
  border: none;
  border: 2px solid var(--scarlet);
  margin: 0;
  padding: 0.625rem 1.25rem;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

button:not([class]):hover,
.bux-button:hover {
  color: var(--bg-primary);
  background-color: var(--gray-dark-60);
  border-color: var(--gray-dark-60);
}

button:not([class]):focus,
button:not([class]):active,
.bux-button:focus,
.bux-button:active {
  color: var(--bg-primary);
  outline: 2px solid var(--focus);
  outline-offset: 1px;
  background-color: var(--scarlet);
  border: 2px solid var(--scarlet);
}

.bux-button--disabled {
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  width: auto;
  color: var(--gray-dark-20);
  text-align: center;
  background: none;
  background-color: var(--gray-light-80);
  border: none;
  border: 2px solid var(--gray-light-80);
  margin: 0;
  padding: 0.625rem 1.25rem;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.bux-button--disabled:hover {
  color: var(--gray-dark-20);
  background-color: var(--gray-light-80);
  border-color: var(--gray-light-80);
}

.bux-button--disabled:focus,
.bux-button--disabled:active {
  color: var(--gray-dark-20);
  outline: 2px solid var(--focus);
  outline-offset: 1px;
  background-color: var(--gray-light-80);
  border: 2px solid var(--gray-light-80);
}

.bux-button--disabled {
  cursor: not-allowed;
}

.bux-button--alt {
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  width: auto;
  color: var(--scarlet);
  text-align: center;
  background: none;
  background-color: var(--bg-primary);
  border: none;
  border: 2px solid var(--scarlet);
  margin: 0;
  padding: 0.625rem 1.25rem;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.bux-button--alt:hover {
  color: var(--bg-primary);
  background-color: var(--gray-dark-60);
  border-color: var(--gray-dark-60);
}

.bux-button--alt:focus,
.bux-button--alt:active {
  color: var(--scarlet);
  outline: 2px solid var(--focus);
  outline-offset: 1px;
  background-color: var(--bg-primary);
  border: 2px solid var(--scarlet);
}

html.bux-dark-theme .bux-button--alt {
  border-width: 4px;
}

.bux-button--alt-disabled {
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  width: auto;
  color: var(--gray-dark-20);
  text-align: center;
  background: none;
  background-color: var(--gray-light-80);
  border: none;
  border: 2px solid var(--gray-light-60);
  margin: 0;
  padding: 0.625rem 1.25rem;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.bux-button--alt-disabled:hover {
  color: var(--gray-dark-20);
  background-color: var(--gray-light-80);
  border-color: var(--gray-light-60);
}

.bux-button--alt-disabled:focus,
.bux-button--alt-disabled:active {
  color: var(--gray-dark-20);
  outline: 2px solid var(--focus);
  outline-offset: 1px;
  background-color: var(--gray-light-80);
  border: 2px solid var(--gray-light-60);
}

.bux-button--alt-disabled {
  cursor: not-allowed;
}

html.bux-dark-theme .bux-button--alt-disabled {
  border-width: 4px;
}

.bux-button--small {
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  width: auto;
  color: var(--bg-primary);
  text-align: center;
  background: none;
  background-color: var(--scarlet);
  border: none;
  border: 2px solid var(--scarlet);
  margin: 0;
  padding: 0.625rem 1.25rem;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.bux-button--small:hover {
  color: var(--bg-primary);
  background-color: var(--gray-dark-60);
  border-color: var(--gray-dark-60);
}

.bux-button--small:focus,
.bux-button--small:active {
  color: var(--bg-primary);
  outline: 2px solid var(--focus);
  outline-offset: 1px;
  background-color: var(--scarlet);
  border: 2px solid var(--scarlet);
}

.bux-button--small {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.bux-button--small-disabled {
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  width: auto;
  color: var(--gray-dark-20);
  text-align: center;
  background: none;
  background-color: var(--gray-light-80);
  border: none;
  border: 2px solid var(--gray-light-80);
  margin: 0;
  padding: 0.625rem 1.25rem;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.bux-button--small-disabled:hover {
  color: var(--gray-dark-20);
  background-color: var(--gray-light-80);
  border-color: var(--gray-light-80);
}

.bux-button--small-disabled:focus,
.bux-button--small-disabled:active {
  color: var(--gray-dark-20);
  outline: 2px solid var(--focus);
  outline-offset: 1px;
  background-color: var(--gray-light-80);
  border: 2px solid var(--gray-light-80);
}

.bux-button--small-disabled {
  cursor: not-allowed;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.bux-button--alt-small {
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  width: auto;
  color: var(--scarlet);
  text-align: center;
  background: none;
  background-color: var(--bg-primary);
  border: none;
  border: 2px solid var(--scarlet);
  margin: 0;
  padding: 0.625rem 1.25rem;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.bux-button--alt-small:hover {
  color: var(--bg-primary);
  background-color: var(--gray-dark-60);
  border-color: var(--gray-dark-60);
}

.bux-button--alt-small:focus,
.bux-button--alt-small:active {
  color: var(--scarlet);
  outline: 2px solid var(--focus);
  outline-offset: 1px;
  background-color: var(--bg-primary);
  border: 2px solid var(--scarlet);
}

.bux-button--alt-small {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

html.bux-dark-theme .bux-button--alt-small {
  border-width: 4px;
}

.bux-button--alt-small-disabled {
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  width: auto;
  color: var(--gray-dark-20);
  text-align: center;
  background: none;
  background-color: var(--gray-light-80);
  border: none;
  border: 2px solid var(--gray-light-60);
  margin: 0;
  padding: 0.625rem 1.25rem;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.bux-button--alt-small-disabled:hover {
  color: var(--gray-dark-20);
  background-color: var(--gray-light-80);
  border-color: var(--gray-light-60);
}

.bux-button--alt-small-disabled:focus,
.bux-button--alt-small-disabled:active {
  color: var(--gray-dark-20);
  outline: 2px solid var(--focus);
  outline-offset: 1px;
  background-color: var(--gray-light-80);
  border: 2px solid var(--gray-light-60);
}

.bux-button--alt-small-disabled {
  cursor: not-allowed;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

html.bux-dark-theme .bux-button--alt-small-disabled {
  border-width: 4px;
}

.bux-button--icon {
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  width: auto;
  color: var(--scarlet);
  text-align: center;
  background: none;
  background-color: var(--gray-light-80);
  border: none;
  border: 2px solid var(--gray-light-80);
  margin: 0;
  padding: 0.625rem 1.25rem;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.bux-button--icon:hover {
  color: var(--bg-primary);
  background-color: var(--gray-dark-60);
  border-color: var(--gray-dark-60);
}

.bux-button--icon:focus,
.bux-button--icon:active {
  color: var(--scarlet);
  outline: 2px solid var(--focus);
  outline-offset: 1px;
  background-color: var(--gray-light-80);
  border: 2px solid var(--gray-light-80);
}

.bux-button--icon {
  text-align: left;
  align-items: center;
  display: flex;
}

.bux-button__icon {
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  display: flex;
}

.bux-button__icon .icon {
  padding-top: 9px;
  font-size: 28px;
}

a.bux-button {
  display: inline-block;
}

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

html.bux-dark-theme .bux-button:hover {
  color: var(--bg-primary);
}

.bux-button .bux-button--alt,
.bux-button .bux-button--alt-small {
  background-color: var(--bg-primary);
  border-color: var(--fg-primary);
}

.bux-button .bux-button--alt:hover,
.bux-button .bux-button--alt-small:hover {
  color: var(--bg-primary);
  background-color: var(--fg-primary);
}

@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-image {
  width: 100%;
  display: block;
}

.bux-image__float-left {
  float: left;
  margin-bottom: 32px;
  margin-right: 32px;
}

.bux-image__float-right {
  float: right;
  margin-bottom: 32px;
  margin-left: 32px;
}

.bux-image--16x9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.bux-image--1x1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.bux-image--3x2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.bux-media-border {
  border: 1px var(--gray-light-60) solid;
}

.bux-image-caption {
  border-bottom: 2px solid var(--gray-light-80);
  margin-bottom: 32px;
}

.bux-image-caption__text {
  margin: 8px 0 10px;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.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;
}

a.bux-text-link {
  color: var(--gray-dark-80);
  margin-right: 25px;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

a.bux-text-link:after {
  vertical-align: -0.2em;
  color: var(--brand-primary);
  content: "";
  padding-left: 8px;
  font-family: bux-icons;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 50ms;
}

html.bux-dark-theme a.bux-text-link:after {
  color: var(--static-white);
}

a.bux-text-link:hover {
  color: var(--brand-primary);
  text-decoration: none;
}

html.bux-dark-theme a.bux-text-link:hover {
  color: var(--fg-primary);
}

html.bux-dark-theme a.bux-text-link:hover .bux-text-link__text {
  border-bottom: 1px solid var(--fg-primary);
}

a.bux-text-link:hover:after {
  padding-left: 16px;
  transition-duration: 50ms;
}

a.bux-text-link:focus {
  outline: 2px solid var(--focus);
}

.bux-hero .bux-hero__content {
  background-color: var(--gray-light-90);
  padding: 24px;
}

@media (width >= 960px) {
  .bux-hero .bux-hero__content {
    padding: 32px 32px 32px 64px;
  }
}

.bux-hero .bux-hero__header {
  color: var(--gray-dark-80);
  font-family: BuckeyeSerif, Georgia, serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.25rem;
  display: block;
  overflow: hidden;
}

@media (width >= 960px) {
  .bux-hero .bux-hero__header {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.bux-hero .bux-hero__header span {
  display: block;
}

.bux-hero .bux-hero__subheader {
  color: var(--gray-dark-40);
  margin-bottom: 24px;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
  display: block;
  overflow: hidden;
}

@media (width >= 960px) {
  .bux-hero .bux-hero__subheader {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.bux-hero .bux-hero__subheader span {
  display: block;
}

.bux-hero {
  display: flex;
  position: relative;
}

.bux-hero__carousel-items {
  width: 100%;
  margin: 0;
}

@media (width >= 960px) {
  .bux-hero__carousel-items {
    padding: 0 15px;
  }
}

.bux-hero__content {
  order: 1;
  width: 100%;
}

.bux-hero__container {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  align-items: stretch;
  transition: opacity 0.5s;
  display: none;
  position: relative;
}

.bux-hero__image {
  order: 0;
  height: 0;
  position: relative;
  overflow: hidden;
}

.bux-hero__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}

.bux-hero__image--3x2 img,
.bux-hero__image--3x2 video {
  aspect-ratio: 3 / 2;
}

.bux-hero__image--16x9 img {
  aspect-ratio: 16 / 9;
}

.bux-hero__button {
  z-index: 99;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--gray-dark-60);
  cursor: pointer;
  background-color: var(--gray-light-80);
  border: solid 2px var(--gray-light-60);
  border-radius: 0;
  font-size: 1.75rem;
  position: absolute;
}

.bux-hero__button:hover {
  color: var(--bg-primary);
  background-color: var(--gray-dark-60);
  border-color: var(--gray-dark-60);
}

.bux-hero__button:focus {
  outline: 2px solid var(--focus);
  outline-offset: -2px;
}

.bux-hero__button .icon {
  padding-top: 0.0625rem;
  display: block;
}

.bux-hero__button--left {
  left: 0;
}

.bux-hero__button--right {
  right: 0;
}

.bux-hero__tabs {
  display: none;
}

@media (width >= 960px) {
  .bux-hero__tabs {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 16px;
    left: auto;
    right: auto;
  }
}

.bux-hero__tab {
  cursor: pointer;
  background: var(--static-white);
  border: 2px solid var(--gray-dark-40);
  border-radius: 100%;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 10px;
}

.bux-hero__tab:first-child {
  margin-left: 0;
}

.bux-hero__tab:hover {
  background: var(--gray-dark-40);
  border: none;
}

.bux-hero__tab--active {
  background: var(--gray-dark-60);
  border: 2px solid var(--bg-primary);
  width: 1.375rem;
  height: 1.375rem;
}

@media (width >= 960px) {
  .bux-hero {
    flex-direction: row;
    align-items: stretch;
  }

  .bux-hero__container {
    flex-direction: row;
    overflow-y: hidden;
  }

  .bux-hero__content {
    flex-shrink: 2;
    order: 0;
  }

  .bux-hero__image {
    order: 1;
    padding-top: 100%;
  }

  .bux-hero__image img {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }
}

.bux-hero--card-right .bux-hero__content {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

@media (width >= 960px) {
  .bux-hero--card-right.bux-hero--3x2 .bux-hero__content {
    padding: 32px 64px 32px 32px;
  }

  .bux-hero--card-right.bux-hero--16x9 .bux-hero__content {
    padding: 16px 64px 16px 16px;
  }
}

.bux-hero--card-left .bux-hero__content {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

@media (width >= 960px) {
  .bux-hero--card-left.bux-hero--3x2 .bux-hero__content {
    padding: 32px 32px 32px 64px;
  }

  .bux-hero--card-left.bux-hero--16x9 .bux-hero__content {
    padding: 16px 16px 16px 64px;
  }
}

.bux-hero--card-full .bux-hero__content {
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 32px;
}

@media (width >= 960px) {
  .bux-hero--card-full .bux-hero__content {
    order: 1;
    width: auto;
    margin-top: -70px;
  }
}

.bux-hero--card-full .bux-text-link {
  cursor: pointer;
}

.bux-hero--card-full .bux-text-link:after {
  font-size: 1.25rem;
  font-weight: 400;
  display: inline;
  position: absolute;
  top: auto;
}

.bux-hero--card-full .bux-hero__header {
  font-size: 1.75rem;
  line-height: 2.125rem;
}

@media (width >= 960px) {
  .bux-hero--card-full .bux-hero__header {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.bux-hero--card-full .bux-hero__subheader {
  margin-bottom: 0;
}

.bux-hero--card-full .bux-hero__container {
  flex-direction: column;
  align-items: center;
}

.bux-hero--card-full .bux-hero__image-container {
  width: 100%;
}

.bux-hero--card-full .bux-hero__image {
  z-index: 1;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

@media (width >= 960px) {
  .bux-hero--card-full .bux-hero__image {
    order: 0;
  }
}

.bux-hero--card-full img {
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 0;
  left: 0;
}

.bux-hero--card-full video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bux-hero--card-full .bux-hero__video-button {
  z-index: 3;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bux-hero--card-full .bux-hero__video-button:focus {
  outline: 2px solid var(--focus);
  outline-offset: -2px;
}

.bux-hero--card-full .bux-hero__video-button-icon {
  width: 50px;
  height: 50px;
  color: var(--scarlet);
  background: var(--static-white);
  border: 4px solid var(--scarlet);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 8px 8px 0;
  font-size: 1.875rem;
  font-weight: 800;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: bux-icons !important;
}

@media (width >= 960px) {
  .bux-hero--card-full .bux-hero__video-button-icon {
    border: 5px solid var(--scarlet);
    width: 65px;
    height: 65px;
    margin: 0 20px 16px 0;
    font-size: 2.8125rem;
  }
}

.bux-hero--card-full .bux-hero__video-button-icon--play,
.bux-hero--card-full .bux-hero__video-button-icon--pause {
  visibility: hidden;
}

.bux-hero--card-full .bux-hero__video-button-icon--play .bux-icon,
.bux-hero--card-full .bux-hero__video-button-icon--pause .bux-icon {
  margin: 0;
  display: block;
}

.bux-hero--card-full .bux-hero__video-button-icon--play .bux-icon {
  transform: translateX(2px);
}

@media (width >= 960px) {
  .bux-hero--card-full .bux-hero__video-button-icon--play .bux-icon {
    transform: translateX(3px);
  }
}

.bux-hero--card-full
  .bux-hero__video-button:hover
  .bux-hero__video-button-icon--play,
.bux-hero--card-full
  .bux-hero__video-button:focus
  .bux-hero__video-button-icon--play {
  visibility: hidden;
}

.bux-hero--card-full
  .bux-hero__video-button:hover
  .bux-hero__video-button-icon--pause,
.bux-hero--card-full
  .bux-hero__video-button:focus
  .bux-hero__video-button-icon--pause {
  visibility: visible;
  line-height: 2.1875rem;
}

@media (width >= 960px) {
  .bux-hero--card-full
    .bux-hero__video-button:hover
    .bux-hero__video-button-icon--pause,
  .bux-hero--card-full
    .bux-hero__video-button:focus
    .bux-hero__video-button-icon--pause {
    line-height: 4.5625rem;
  }
}

.bux-hero--card-full
  .bux-hero__video-play:hover
  .bux-hero__video-button-icon--play,
.bux-hero--card-full
  .bux-hero__video-play:focus
  .bux-hero__video-button-icon--play {
  visibility: visible;
}

.bux-hero--card-full
  .bux-hero__video-play:hover
  .bux-hero__video-button-icon--pause,
.bux-hero--card-full
  .bux-hero__video-play:focus
  .bux-hero__video-button-icon--pause {
  visibility: hidden;
}

.bux-hero--3x2 .bux-hero__image {
  padding-top: 66.66%;
}

@media (width >= 960px) {
  .bux-hero--3x2 .bux-hero__content {
    width: 40%;
  }

  .bux-hero--3x2 .bux-hero__image-container {
    width: 60%;
  }
}

.bux-hero--16x9 .bux-hero__image {
  padding-top: 56.25%;
}

@media (width >= 960px) {
  .bux-hero--16x9 .bux-hero__content {
    width: 40%;
  }

  .bux-hero--16x9 .bux-hero__image-container {
    width: 60%;
  }
}

.showing {
  z-index: 2;
  opacity: 1;
  display: flex;
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    left: 40px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    left: -40px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.bux-hero-container {
  position: relative;
}

.bux-hero--scarlet .bux-hero__content {
  background-color: var(--scarlet);
  padding: 24px;
}

@media (width >= 960px) {
  .bux-hero--scarlet .bux-hero__content {
    padding: 32px 32px 32px 64px;
  }
}

.bux-hero--scarlet .bux-hero__header {
  color: var(--bg-primary);
  font-family: BuckeyeSerif, Georgia, serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.25rem;
  display: block;
  overflow: hidden;
}

@media (width >= 960px) {
  .bux-hero--scarlet .bux-hero__header {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.bux-hero--scarlet .bux-hero__header span {
  display: block;
}

.bux-hero--scarlet .bux-hero__subheader {
  color: var(--bg-primary);
  margin-bottom: 24px;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
  display: block;
  overflow: hidden;
}

@media (width >= 960px) {
  .bux-hero--scarlet .bux-hero__subheader {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.bux-hero--scarlet .bux-hero__subheader span {
  display: block;
}

.bux-hero--white .bux-hero__content {
  background-color: var(--static-white);
  padding: 24px;
}

@media (width >= 960px) {
  .bux-hero--white .bux-hero__content {
    padding: 32px 32px 32px 64px;
  }
}

.bux-hero--white .bux-hero__header {
  color: var(--static-black);
  font-family: BuckeyeSerif, Georgia, serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.25rem;
  display: block;
  overflow: hidden;
}

@media (width >= 960px) {
  .bux-hero--white .bux-hero__header {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.bux-hero--white .bux-hero__header span {
  display: block;
}

.bux-hero--white .bux-hero__subheader {
  color: var(--gray-light-60);
  margin-bottom: 24px;
  font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
  display: block;
  overflow: hidden;
}

@media (width >= 960px) {
  .bux-hero--white .bux-hero__subheader {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.bux-hero--white .bux-hero__subheader span {
  display: block;
}

@media (width >= 960px) {
  .bux-hero--card-right .bux-hero__image {
    order: 1;
  }

  .bux-hero--card-right .bux-hero__content {
    order: 2;
  }
}
