:root {
  --black: black;
  --black_16: rgba(0, 0, 0, 0.16);
  --coal: #2E2E2E;
  --blue: #1E589B;
  --blue_dark: #13437A;
  --blue_light: #5295B4;
  --blue_field_focus: #e5ecef;
  --grey: #989898;
  --grey_placeholder: #919191;
  --tin: #ECF0F0;
  --silver: #F9F8F4;
  --cream: #F5F4EE;
  --white: white;
  --green: #2F772B;
  --success: var(--green);
  --green_light: #58DD51;
  --red: #CC3131;
  --error: var(--red);
  --filter_yellow: #FDDD55;
  --filter_red: #D6532A;
  --filter_blue: #419DD9;
  --filter_purple: #B02BC3;
  --search_border: #43527e;
  --arrow_green: #82CB77;
  --arrow_green_dark: #144C0B;
  --font_sans: "Poppins", sans-serif;
  --font_heading: "Antonio", sans-serif;
  --font_serif: "Crimson Pro", serif;
}

.inductees_list__label > span, .inductees_list__filters__reset > span, .inductees__heading, .inductee_list__card__type span, .inductees_detail__type span {
  letter-spacing: 0.06em;
  font-family: var(--font_heading);
  font-weight: 700;
  text-transform: uppercase;
  transform: translateY(-0.07em);
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.site__copy > * + *,
.site__copy > * + a > * {
  margin-top: 0.8em;
}
.site__copy *[style*="max-width:"][style*="text-align: center"] {
  margin-left: auto;
  margin-right: auto;
}
.site__copy p,
.site__copy li {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 961px) {
  .site__copy p,
  .site__copy li {
    line-height: 1.4444444444;
  }
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .site__copy p,
  .site__copy li {
    font-size: clamp(16px, 1.2857142857vw, 18px);
  }
}
.site__copy ul,
.site__copy ol {
  margin-bottom: 0;
  margin-left: 1.125em;
  padding-left: 0;
}
.site__copy p + ul,
.site__copy p + ol {
  margin-top: 1em;
}
.site__copy li + li {
  margin-top: 0.125em;
}

.clearfix,
.group {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.group:before,
.group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.group:after {
  clear: both;
}

a {
  text-underline-offset: 0.2em;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--cream);
  color: var(--coal);
  margin-top: 0 !important;
}

body {
  font-family: var(--font_serif);
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.375;
  background-color: var(--grey);
}
body.kioskboard-body-padding {
  padding-bottom: 0 !important;
}

.site__border {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.site__container {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  margin: auto;
  overflow: hidden;
  width: 1920px;
  height: 1080px;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.16);
  background-color: var(--cream);
  background-image: url("../images/bg-texture.png");
  background-position: cover;
}

.site__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 180px;
}

.site__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg_defs {
  display: none;
}

.search__form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search__form__label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.search__form__field {
  position: relative;
  display: flex;
  align-items: center;
}

.search__form__input {
  width: 736px;
  height: 81px;
  padding-left: 35px;
  padding-right: 178;
  font-family: var(--font_sans);
  font-size: 22px;
  font-weight: 500;
  border-radius: 50px;
  border: solid 8px var(--black);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
  color: var(--black);
  transition: background 0.2s, border 0.2s, color 0.2s;
}
.search__form__input:focus {
  outline: 0;
  background-color: var(--blue_field_focus);
  border-color: var(--blue_dark);
}
.search__form__input:focus::-moz-placeholder {
  opacity: 0.8;
  color: var(--black);
}
.search__form__input:focus::placeholder {
  opacity: 0.8;
  color: var(--black);
}
.search__form__input::-webkit-search-cancel-button {
  margin-right: 186px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  cursor: pointer;
  color: var(--black);
}
.search__form__input::-moz-placeholder {
  color: var(--grey_placeholder);
  opacity: 1;
  -moz-transition: color 0.2s, opacity 0.2s;
  transition: color 0.2s, opacity 0.2s;
}
.search__form__input::placeholder {
  color: var(--grey_placeholder);
  opacity: 1;
  transition: color 0.2s, opacity 0.2s;
}

.search__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 20px;
  width: 162px;
  height: 50px;
  font-family: var(--font_sans);
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: transparent;
  color: var(--white);
  transition: background 0.2s, color 0.2s;
}
.search__button > * {
  z-index: 5;
  position: relative;
}
.search__button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blue_dark);
  transition: background 0.2s;
}
.search__button:before {
  content: "";
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(47, 119, 43, 0.57) 0%, rgba(88, 221, 81, 0.57) 100%);
  background-color: var(--black);
  transition: opacity 0.2s;
  opacity: 0;
}
.search__form__input:focus + .search__button:after {
  background-color: var(--black);
}
.search__form__input:focus + .search__button:hover::before, .search__form__input:focus + .search__button:focus::before {
  opacity: 1;
}
.search__button:hover, .search__button:focus {
  outline: 0;
  background-color: transparent;
}
.search__button:hover::before, .search__button:focus::before {
  opacity: 1;
}

.site__header {
  z-index: 150;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  height: 85px;
  overflow: visible;
  color: var(--white);
}

.site__header__logo {
  width: 160px;
  height: 85px;
}
.site__header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site__header__filter_count__container {
  display: inline-flex;
  margin-left: auto;
  margin-right: 50px;
  justify-content: flex-start;
  transition: opacity 0.2s, visibility 0.2s;
}
.bio--open .site__header__filter_count__container {
  opacity: 0;
  visibility: hidden;
}

.site__header__filter_count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  height: 50px;
  padding-right: 46px;
  font-family: var(--font_sans);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.16);
  color: var(--blue_dark);
  transition: background 0.2s, color 0.2s;
}
.detail--open .site__header__filter_count:hover, .detail--open .site__header__filter_count:focus {
  cursor: pointer;
  background-color: var(--blue_dark);
  color: var(--white);
}

.inductees_detail__container {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.detail--open .inductees_detail__container {
  opacity: 1;
  visibility: visible;
}

.inductees_detail {
  position: relative;
  width: 1920px;
  height: 1080px;
  border: none;
  overflow: hidden;
  background-color: var(--cream);
  background-image: url("../images/bg-texture.png");
  background-position: cover;
}

.inductees_detail__grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 400fr 675fr 460fr;
  -moz-column-gap: 90px;
       column-gap: 90px;
  align-items: flex-start;
  padding: 0 36px 0 166px;
}

.inductees_detail__background {
  position: absolute;
  bottom: -97px;
  left: -337px;
  width: 942px;
  height: 942px;
  border-radius: 942px;
  overflow: hidden;
  pointer-events: none;
}
.inductees_detail__background:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 235, 249, 0.55);
}

.inductees_detail__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 388px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(226, 225, 219, 0) 1.61%, #E4E3DD 71.31%);
}

.inductees_detail__read_more {
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.inductees_detail__read_more img {
  display: block;
  margin-top: 80px;
  height: auto;
}

.inductees_detail__summary {
  z-index: 20;
  position: relative;
  padding-top: 170px;
  padding-left: 13px;
}

.inductees_detail__image {
  position: relative;
  width: 260px;
  height: 250px;
  margin-left: -13px;
}
.inductees_detail__image img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  border-radius: 8px;
}

.inductees_detail__type {
  position: absolute;
  bottom: -12px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  width: 118px;
  height: 24px;
  background-color: var(--black);
  color: var(--white);
}
.inductees_detail__type span {
  letter-spacing: 0.09em;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.inductees_detail__type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  background-color: black;
}
.inductees_detail__type.inductees_detail__type--athlete:before {
  background-color: var(--filter_yellow);
}
.inductees_detail__type.inductees_detail__type--builder:before {
  background-color: var(--filter_red);
}
.inductees_detail__type.inductees_detail__type--team:before {
  background-color: var(--filter_blue);
}
.inductees_detail__type.inductees_detail__type--olympian:before {
  background-color: var(--filter_purple);
}

.inductees_detail__title {
  margin-top: 36px;
  font-family: var(--font_heading);
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
}
.inductees_detail__title span {
  display: block;
  margin-bottom: -0.25em;
  font-size: 36px;
}

.inductees_detail__stats {
  margin-top: 24px;
}

.inductees_detail__stats__item + .inductees_detail__stats__item {
  margin-top: 12px;
}
.inductees_detail__stats__item dt {
  font-family: var(--font_heading);
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  /* 125% */
  text-transform: uppercase;
}
.inductees_detail__stats__item dd {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.inductees_detail__biography.site__copy {
  grid-row: 1;
  grid-column: 2;
  position: relative;
  padding-top: 170px;
  padding-bottom: 288px;
  padding-right: 60px;
  height: 100%;
  overflow-y: auto;
  will-change: scroll-position;
}
.inductees_detail__biography.site__copy::-webkit-scrollbar {
  display: none;
}
.inductees_detail__biography.site__copy p,
.inductees_detail__biography.site__copy li {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.inductees_detail__biography.site__copy h2 {
  font-family: var(--font_heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
  /* 94.444% */
  text-transform: uppercase;
}
.inductees_detail__biography.site__copy h2 + * {
  margin-top: 1.5em;
}

.inductees_detail__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-items: flex-start;
  max-height: 100%;
  overflow: auto;
  padding-top: 170px;
  padding-bottom: 280px;
}

.inductees_detail__gallery__item {
  align-self: flex-start;
  position: relative;
  height: 0;
  padding-bottom: 76.1261261261%;
  border-radius: 8px;
  overflow: hidden;
}
.inductees_detail__gallery__item > a {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inductees_detail__gallery__item > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 25%;
     object-position: center 25%;
}
.inductees_detail__gallery__item .icon {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  pointer-events: none;
  border-radius: 100px 100px 100px 21px;
  background: linear-gradient(90deg, rgba(248, 215, 72, 0.52) 0%, rgba(253, 221, 85, 0.52) 100%);
}
.inductees_detail__gallery__item .icon img {
  display: block;
  height: auto;
}
.inductees_detail__gallery__item .fade {
  z-index: 15;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 67px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.inductees_detail__back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 200;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  width: 126px;
  height: 126px;
  border: 0;
  border-radius: 0 100px 100px 0;
  background: #82CB77;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--arrow_green);
  color: var(--arrow_green_dark);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.inductees_detail__back:active {
  outline: 0;
  background-color: var(--red);
  color: var(--white);
}
.inductees_detail__back:active .text {
  color: var(--black);
}
.inductees_detail__back svg {
  display: block;
  width: 40px;
  height: auto;
  transform: scaleX(-1) translateY(2px);
}
.inductees_detail__back .text {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  font-family: var(--font_heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  /* 80% */
  text-transform: uppercase;
  color: var(--arrow_green_dark);
  transition: color 0.2s;
}

.section-inductees_list {
  position: relative;
  height: 100%;
}

.inductees_list {
  position: relative;
  display: grid;
  height: 100%;
  grid-template-rows: 1fr 109px;
  width: 100%;
  transition: opacity 0.2s, visibility 0.2s;
}
.bio--open .inductees_list {
  opacity: 0;
  visibility: hidden;
}

.inductees_list__content {
  overflow-x: auto;
  overflow-y: hidden;
  will-change: scroll-position;
}
.inductees_list__content::-webkit-scrollbar {
  display: none;
}
.inductees_list__content .site__inner {
  height: 100%;
}

.inductees_list__scrollable {
  display: grid;
  grid-template-columns: 530px 1fr;
  grid-template-rows: 1fr auto;
  -moz-column-gap: 80px;
       column-gap: 80px;
  padding-right: 136px;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  /* Ensures grid maintains its natural width */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* Allows grid to expand beyond wrapper */
  height: 100%;
}
.inductees_list__scrollable:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1080px;
  height: 100vh;
  background-image: url("../images/bg-header.jpg");
  background-position: top right;
  background-size: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-clip-path: polygon(0 0, 100% 0%, 846px 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 846px 100%, 0% 100%);
}

.inductees_list__intro {
  position: relative;
  margin-top: 145px;
}

.inductees_list__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inductees_list__nav__border {
  z-index: 50;
  position: absolute;
  top: 366px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 224px;
  background: rgba(0, 0, 20, 0.5);
  transition: opacity 0.2s, visibility 0.2s;
}
.inductees_list__nav__border svg {
  transform: translateY(6px);
}

.inductees_list__nav__border--disabled {
  opacity: 0;
  visibility: hidden;
}

.inductees_list__nav__border--prev {
  left: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 0 200px 200px 0;
}
.inductees_list__nav__border--prev .inductees_list__nav__item {
  padding-right: 24px;
  border-radius: 0 100px 100px 0;
}
.inductees_list__nav__border--prev svg {
  display: block;
  height: auto;
  transform: scaleX(-1) translateY(6px);
}

.inductees_list__nav__border--next {
  right: -24px;
  border-radius: 200px 0 0 200px;
}
.inductees_list__nav__border--next .inductees_list__nav__item {
  padding-left: 24px;
  border-radius: 100px 0 0 100px;
}

.inductees_list__nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: var(--arrow_green);
  color: var(--arrow_green_dark);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.inductees_list__nav__item:active {
  outline: 0;
  background-color: var(--red);
  color: var(--white);
}

.inductees__swipe {
  margin-top: 20px;
}
.inductees__swipe img {
  display: block;
  height: auto;
}

.inductees__heading {
  letter-spacing: 0em;
  font-size: 130px;
  line-height: 1;
  margin-right: -40px;
  color: var(--white);
}
.inductees__heading span {
  display: block;
  font-size: 56px;
  margin-bottom: -0.0125em;
}

.inductees_list__intro__copy.site__copy {
  margin-top: 24px;
  color: var(--white);
}
.inductees_list__intro__copy.site__copy p,
.inductees_list__intro__copy.site__copy li {
  font-size: 24px;
  line-height: 1.4166666667;
}

.inductees_list__search {
  position: relative;
  padding-bottom: 130px;
}
.inductees_list__search:before {
  content: "";
  position: absolute;
  bottom: 66px;
  left: 0;
  height: 36px;
  border-left: solid 1px var(--search_border);
  pointer-events: none;
}
.inductees_list__search:after {
  content: "";
  position: absolute;
  bottom: 66px;
  left: 0;
  width: 720px;
  height: 1px;
  background-image: linear-gradient(to right, #43527e 460px, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.inductees_list__search__label {
  cursor: pointer;
}
.inductees_list__search__label span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.inductees_list__search__label svg {
  display: block;
  width: 64px;
  height: auto;
  transform: translateX(-50%);
}

.inductees_list__search__copy.site__copy {
  margin-top: 16px;
  max-width: 350px;
  color: var(--white);
}
.inductees_list__search__copy.site__copy p,
.inductees_list__search__copy.site__copy li {
  font-size: 24px;
  line-height: 1.4583333333;
}

.inductees_list__items {
  grid-column: 2;
  grid-row: 1/span 2;
  display: grid;
  padding-top: 110px;
  padding-bottom: 136px;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-columns: 274px;
  grid-auto-flow: column;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 22px;
}

.inductees_list__card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 16px;
  padding: 12px 12px 15px 16px;
  background-color: var(--white);
  transition: background 0.2s;
}
.inductees_list__card:hover, .inductees_list__card:focus-within {
  background-color: rgba(255, 255, 255, 0.9);
}
.inductees_list__card > a {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inductees_list__card > a span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.inductees_list__card__image {
  position: relative;
  height: 0;
  padding-bottom: 92.7710843373%;
}
.inductees_list__card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.inductee_list__card__type {
  position: absolute;
  bottom: 0;
  left: -29px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  width: 118px;
  height: 24px;
  background-color: var(--black);
  color: var(--white);
  transform: translateY(50%);
  transition: background 0.2s;
}
.inductees_list__card:hover .inductee_list__card__type, .inductees_list__card:focus-within .inductee_list__card__type {
  background-color: var(--blue_dark);
}
.inductee_list__card__type span {
  letter-spacing: 0.09em;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.inductee_list__card__type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  background-color: lime;
}
.inductee_list__card__type.inductee_list__card__type--athlete:before {
  background-color: var(--filter_yellow);
}
.inductee_list__card__type.inductee_list__card__type--builder:before {
  background-color: var(--filter_red);
}
.inductee_list__card__type.inductee_list__card__type--team:before {
  background-color: var(--filter_blue);
}
.inductee_list__card__type.inductee_list__card__type--olympian:before {
  background-color: var(--filter_purple);
}

.inductees_list__title {
  align-self: flex-end;
  font-family: var(--font_sans);
  font-size: 20px;
  font-weight: bold;
  color: var(--coal);
  transition: color 0.2s;
}
.inductees_list__card:hover .inductees_list__title, .inductees_list__card:focus-within .inductees_list__title {
  color: var(--blue_dark);
}
.inductees_list__title span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.inductees_list__search__form {
  position: absolute;
  left: 0;
  bottom: 135px;
  width: 100%;
}

.inductees_list__search__form--detail {
  bottom: 42px;
}

.inductees_list__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  background-color: var(--black);
  color: var(--white);
}

.inductees_list__filters {
  display: grid;
  grid-template-columns: 280px 1fr 280px;
  -moz-column-gap: 70px;
       column-gap: 70px;
  align-items: center;
}

.inductees_list__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inductees_list__label svg {
  display: block;
  width: 38px;
  height: auto;
}
.inductees_list__label > span {
  letter-spacing: 0.024em;
  display: block;
  margin-left: auto;
  padding-left: 11px;
  font-size: 27px;
  line-height: 1.1851851852;
}

.inductees_list__filters__group {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.inductees_list__filters__item {
  position: relative;
}
.inductees_list__filters__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-image: linear-gradient(to right, rgba(47, 119, 43, 0.57) 0%, rgba(88, 221, 81, 0.57) 100%);
  transition: opacity 0.2s;
  opacity: 0;
}
.inductees_list__filters__item .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  color: var(--white);
  transition: color 0.2s;
}
.inductees_list__filters__item .icon svg {
  display: block;
  height: auto;
}

.inductees_list__filters__item--has_value:before {
  opacity: 1;
}

.inductees_list__select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  height: 48px;
  font-family: var(--font_sans);
  font-size: 20px;
  font-weight: 400;
  text-overflow: ellipsis;
  border-radius: 8px;
  border: solid 2px var(--blue_light);
  background-color: transparent;
  color: var(--white);
  transition: background 0.2s, border 0.2s;
}
.inductees_list__select:hover, .inductees_list__select:focus {
  outline: 0;
  background-color: rgba(82, 149, 180, 0.4);
}
.inductees_list__select:focus {
  border-color: var(--white);
}
.inductees_list__filters__item--has_value .inductees_list__select {
  border-color: var(--white);
}
.inductees_list__filters__item--has_value .inductees_list__select:hover, .inductees_list__filters__item--has_value .inductees_list__select:focus {
  background-color: rgba(88, 221, 81, 0.3);
}

.inductees_list__filters__reset {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: var(--white);
  cursor: pointer;
  transition: color 0.2s;
}
.inductees_list__filters__reset:hover, .inductees_list__filters__reset:focus {
  outline: 0;
  color: var(--blue_light);
}
.inductees_list__filters__reset svg {
  display: block;
  width: 56px;
  height: auto;
  margin-left: 18px;
}
.inductees_list__filters__reset > span {
  letter-spacing: 0.024em;
  display: block;
  margin-left: auto;
  padding-left: 11px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.inductees_media__container {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.media--open .inductees_media__container {
  opacity: 1;
  visibility: visible;
}

.inductees_media {
  position: relative;
  width: 1920px;
  height: 1080px;
  border: none;
  overflow: hidden;
  background-color: var(--black);
}

.inductees_media__slides {
  padding-top: 90px;
  padding-bottom: 156px;
  height: 100%;
}

.inductees_media__slides__item {
  position: relative;
  width: 1320px;
  aspect-ratio: 1320/834;
  margin: 0 auto;
}
.inductees_media__slides__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.inductees_media__nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inductees_media__nav__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 200;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 126px;
  border: 0;
  background: #82CB77;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--arrow_green);
  color: var(--arrow_green_dark);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.inductees_media__nav__item:active {
  outline: 0;
  background-color: var(--red);
  color: var(--white);
}
.inductees_media__nav__item:active .text {
  color: var(--white);
}
.inductees_media__nav__item svg {
  display: block;
  width: 40px;
  height: auto;
  transform: translateY(2px);
}
.inductees_media__nav__item .text {
  position: absolute;
  top: 0;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  font-family: var(--font_heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  /* 80% */
  text-transform: uppercase;
  color: var(--arrow_green);
  transition: color 0.2s;
}

.inductees_media__nav__item--prev {
  left: 0;
  padding-right: 20px;
  border-radius: 0 100px 100px 0;
}
.inductees_media__nav__item--prev svg {
  transform: scaleX(-1) translateY(2px);
}
.inductees_media__nav__item--prev .text {
  left: 100%;
}

.inductees_media__nav__item--next {
  right: 0;
  padding-left: 20px;
  border-radius: 100px 0 0 100px;
}
.inductees_media__nav__item--next .text {
  right: 100%;
}

.inductees_media__close {
  z-index: 10;
  position: relative;
  width: 322px;
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 44px;
  padding-right: 44px;
  border-radius: 50px;
  border: 8px solid #2a2a2a;
  background: #565656;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--white);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.inductees_media__close:active {
  background-color: var(--red);
}
.inductees_media__close .text {
  font-family: var(--font_heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  transform: translateY(-2px);
}

.inductees__scroll {
  z-index: 50;
  position: absolute;
  top: 14px;
  left: 150px;
  width: calc(100% - 150px - 50px);
  height: 14px;
}

.inductees__scroll__indicator {
  position: relative;
  width: 100px;
  height: 14px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
  will-change: transform;
}

.inductees_detail__scroll {
  z-index: 160;
  position: absolute;
  top: 0;
  right: 30.8333333333%;
  width: 14px;
  height: 100%;
  padding-top: 170px;
  padding-bottom: 280px;
}

.inductees_detail__scroll__track {
  position: relative;
  height: 100%;
}

.inductees_detail__scroll__indicator {
  position: relative;
  width: 14px;
  height: 100px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
  will-change: transform;
}
