.all-awards {
  padding-top: 50px;
  padding-bottom: 50px;
}

.featured-award-grid {
  padding-top: 50px;
}

.featured-award-grid .span-4 img {
  height: 80%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.featured-award-grid .span-4 .image-part {
  background: var(--color-light-gray);
  display: flex;
  aspect-ratio: 16 / 9;
}

.featured-award-grid .span-4 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.featured-award-grid .text-part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 40px;
}

.featured-award-grid .text-part>* {
  margin-top: auto;
  margin-bottom: auto;
}

.all-awards .allYears {
  display: flex;
  flex-direction: row;
}

.all-awards hr {
  margin: 0;
  border: none;
  height: 1px;
  background: var(--color-light-gray);
}

.all-awards .allYears .yearButton {
  width: 100px;
  height: 50px;
  display: flex;
  border: 0px solid var(--color-light-gray);
  border-right: 1px solid var(--color-light-gray);
  background: white;
  cursor: pointer;
}

.all-awards .allYears .yearButton:first-child {
  border-left: 1px solid var(--color-light-gray);
}

.all-awards .allYears .yearButton:hover, .all-awards .allYears .yearButton.active {
  background-color: var(--color-light-gray);
}

.all-awards .allYears .yearButton p {
  margin: auto;
}

.all-awards .yearDataContainer {
  position: relative;
  padding-top: 30px;
}

.all-awards .yearDataContainer .yearAwardsData {
  display: flex;
  flex-direction: row;
  height: auto;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.25s linear;
  transition-delay: 0.25s;
  pointer-events: all;
}

.all-awards .yearDataContainer .yearAwardsData .leftSection {
  width: 40%;
}

.all-awards .yearDataContainer .yearAwardsData .rightSection {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
}

.all-awards .yearDataContainer .yearAwardsData.hidden {
  pointer-events: none;
  height: 0px;
  opacity: 0;
  transition-delay: 0s;
}

@media screen and (max-width:980px) {
  .featured-award-grid .span-4 {
    grid-column: span 12;
  }

  .selectParent {
    display: flex !important;
    flex-direction: row;
    width: 100vw;
  }

  .SSLeft {
    width: 10vw;
    height: 40px;
    border-top: 1px solid var(--color-light-gray);
    border-bottom: 1px solid var(--color-light-gray);
  }

  .SSright {
    width: 20vw;
    height: 40px;
    border-top: 1px solid var(--color-light-gray);
    border-bottom: 1px solid var(--color-light-gray);
  }

  .all-awards .allYears.mobile-only {
    width: 80vw;
    margin-left: 0px;
    margin-right: 0px !important;
    padding-left: 0px;
    margin-bottom: 0px;
    border: none;
    border: 1px solid var(--color-light-gray);
  }
}
