.d-flex {
  display: flex;
}

.d-center {
  justify-content: center;
}

.modal-title--awards {
  flex-wrap: wrap-reverse;
  align-items: center;
}
.modal-title--awards h2 {
  width: 70%;
}
.modal-title--awards img {
  width: 105px;
  height: 100px;
}

.winners-dropdown:hover {
  cursor: pointer;
}

.awards-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon {
  width: 100%;
  background: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/book-awards/assets/2022/comingsoon-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.coming-soon__container {
  height: 100vh;
  position: relative;
  margin-left: unset;
}
.coming-soon__content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  align-self: center;
  max-width: 550px;
  text-align: center;
}
.coming-soon__image {
  width: 100%;
  max-width: 232px;
  margin: 0 auto;
}
.coming-soon__title {
  font-size: 44px;
  line-height: 48.4px;
  margin: 10px 0;
  letter-spacing: 1px;
}
.coming-soon__textbox {
  width: 100%;
  font-size: 20px;
  line-height: 32px;
}
.coming-soon__textbox p {
  margin-bottom: 16px;
}
.coming-soon__button {
  background-color: #7635DB;
  text-align: center;
  width: 280px;
  margin: 0 auto;
  padding: 10px 0px;
  border-radius: 73px;
  transition: ease-in-out;
  transition-duration: 0.2s;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: white;
}
.coming-soon__button:hover {
  transform: scale(1.05);
  color: #fff !important;
}

.awards-nav {
  position: relative;
  width: 100%;
  background: #7635DB;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.awards-nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.awards-nav__container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.awards-nav__logo {
  width: 54px;
  margin: 5px 0 0 0;
}
.awards-nav__items {
  padding-left: 0px;
  min-width: 900px;
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
}
.awards-nav__items li {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: white;
  white-space: nowrap;
}
.awards-nav__items li:last-child {
  margin-right: 0px;
  color: #FFC549;
}
.awards-nav__items li:last-child a {
  margin-right: 0px;
  color: #FFC549 !important;
}
.awards-nav__items li:hover {
  color: #fff;
  text-decoration: underline;
}
.awards-nav__items li svg {
  margin-left: 7px;
  margin-top: -5px;
  transition: ease-in-out;
}
.awards-nav__items li a {
  color: #fff !important;
}
.awards-nav::-webkit-scrollbar {
  display: none;
}
.awards-nav::-webkit-scrollbar-track {
  display: none;
}
.awards-nav::-webkit-scrollbar-thumb {
  display: none;
}
.awards-nav::-webkit-scrollbar-thumb:hover {
  display: none;
}

.awards-top-banner {
  margin: 30px;
  padding: 33.4px;
  text-align: center;
  background: url("https://cdn.teachwire.net/_tw/bookawardsbluebg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 4px solid #00ACEE;
}
.awards-top-banner--home {
  text-align: center !important;
  border: 0;
  background: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/book-awards/assets/2022/mainbg.svg");
}
.awards-top-banner__content {
  max-width: 800px;
  margin: 0 auto;
}
.awards-top-banner__content--home {
  margin: 0 auto;
  width: 100%;
  max-width: 717px;
}
.awards-top-banner__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.awards-title {
  margin-top: 0;
  font-weight: 500;
  color: #000;
  font-size: 32px;
  line-height: 140%;
}
.awards-title--large {
  font-size: 44px;
  line-height: 110%;
  margin-bottom: 15px;
}
.awards-title span {
  color: #7635DB;
}

.awards-subtitle {
  color: #6B7B9B;
  font-weight: 500;
  font-size: 24px;
  line-height: 33.6px;
  margin-bottom: 0px;
}

.awards-button {
  width: 100%;
  max-width: 280px;
  padding: 10px 10px;
  border-radius: 73px;
  transition: ease-in-out;
  transition-duration: 0.2s;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.awards-button--primary {
  background-color: #7635DB;
  color: white;
}
.awards-button:hover {
  margin-top: -5px;
  max-width: 300px;
  padding: 15px 10px;
  color: #fff !important;
}
.awards-button__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.awards-button--transparent {
  margin: 5px;
  width: fit-content;
  padding: 11.5px 25px;
  color: #000000;
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0);
}
.awards-button--transparent:hover {
  color: #000 !important;
}
.awards-button--winner {
  margin: 0px;
}
.awards-button--winner:hover {
  max-width: 280px;
  margin-top: unset;
  background: black;
  color: white !important;
  padding: 11.5px 25px;
}
.awards-button--winner--active {
  max-width: 280px;
  margin-top: unset;
  background: black;
  color: white !important;
  padding: 11.5px 25px;
}
.awards-button--center {
  margin: 0 auto;
}
.awards-button .offpageSVG {
  margin: 0 0 -5px 8px;
  margin-top: 0px;
}

.winners-nav {
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgba(42, 45, 51, 0.12);
  overflow: scroll;
  padding: 24px 0px 24px 15px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.winners-nav::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.winners-nav__container {
  display: flex;
  gap: 10px;
  width: fit-content;
}

.awards-logo {
  width: 100%;
  max-width: 213px;
  margin: 0 auto;
}

.awards-breadcrumb {
  margin-top: 24px;
}

.inverted-cards {
  margin: 60px 30px;
}
.inverted-cards div {
  align-items: center;
}
.inverted-cards__content {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
.inverted-cards__content div {
  width: 50%;
}
.inverted-cards__content:nth-child(even) {
  flex-direction: row-reverse;
}
.inverted-cards__image {
  width: 100%;
  max-width: 625px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inverted-cards__image img {
  padding: 15px 15px 0px 15px;
}
.inverted-cards__title {
  font-size: 44px;
  line-height: 110%;
  margin-bottom: 15px;
}
.inverted-cards__text {
  width: 100% !important;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.inverted-cards__text p {
  margin-bottom: 20px;
}
.inverted-cards__text p strong {
  font-weight: 500;
}
.inverted-cards__text a {
  color: #00ACEE;
  font-weight: 500;
  text-decoration: underline;
  transition-duration: 0.1s;
}
.inverted-cards__text a:hover {
  text-decoration: none;
  color: #00ACEE;
}
.inverted-cards__text ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: 20px;
  padding-left: 16px;
}
.inverted-cards__text ul li {
  list-style-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/book-awards/assets/2022/bullet.png");
  padding-left: 16px;
}

.info-boxes {
  margin: 0 30px 64px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-boxes__box {
  width: 100%;
  max-width: 650px;
  border-radius: 4px;
  margin-top: 30px;
  padding: 66px 33px;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.info-boxes__box:nth-child(odd) {
  background: #FFC549;
}
.info-boxes__box:nth-child(even) {
  background: #2ACDB6;
}
.info-boxes__content {
  width: 100%;
  max-width: 396px;
}
.info-boxes__text {
  font-size: 32px;
  line-height: 44.8px;
  font-weight: 400;
}
.info-boxes__text a {
  text-decoration: underline;
  color: #000;
}
.info-boxes__text a:hover {
  color: #000;
}

.twitter-section {
  margin: 0 30px 0 30px;
  text-align: center;
}
.twitter-section__content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.twitter-section__logo {
  margin: 0 auto;
}
.twitter-section__logo--small {
  width: 30px;
  height: 24.96px;
}
.twitter-section__subtitle {
  color: #6B7B9B;
  font-weight: 500;
  font-size: 24px;
  line-height: 33.6px;
  margin-top: 6px;
  margin-bottom: 0px;
}
.twitter-section__hashtag--large {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #00ACEE;
  padding: 0;
  margin: 0 0 16px 0;
}

.tweets {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  column-count: 3;
}
.tweets:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin-top: -20px;
}
.tweets__box {
  border: 1px solid #C7D0E1;
  border-radius: 5px;
  padding: 30px;
  width: 100%;
  max-width: 430px;
  margin-bottom: 25px;
  display: inline-block;
  color: #000;
}
.tweets__box:hover {
  color: #000;
}
.tweets__box span {
  font-weight: 500;
  color: #00ACEE;
}
.tweets__box span:hover {
  text-decoration: none;
  color: #00ACEE;
}
.tweets__box p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  padding-bottom: 17px;
  margin: 0px;
}
.tweets__view-button {
  font-size: 16px !important;
  line-height: 22.4px !important;
  padding-bottom: 0 !important;
  margin: 0;
  color: #00ACEE;
  font-weight: 500;
}
.tweets__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tweets__profile-pic-container {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 5px 20px 0 0;
}
.tweets__profile-pic {
  align-self: center;
}
.tweets__username {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 150% !important;
  letter-spacing: 0.02em !important;
  padding: 0 !important;
  margin: 0;
  color: #6B7B9B !important;
}
.tweets__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  padding: 0 !important;
  margin: 0;
  color: #000 !important;
}

.cta-section {
  text-align: center;
  margin: 80px 0 60px 0;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 1340px;
  margin: 0 30px 50px 30px;
}
.cards__container {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  align-items: stretch;
  gap: 30px;
}
.cards__card {
  border: 4px solid #000000;
  border-radius: 3px;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  padding: 32px 32px 40px 32px;
  flex-grow: 4;
}
.cards__card--3 {
  width: 320px;
  min-height: 628.76px;
}
.cards__card--4 {
  width: 305px;
}
.cards__card--small {
  padding: 16px 24px 65px 24px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.cards__card--small:hover .cards__title--small {
  text-decoration: underline;
}
.cards__card--small:hover {
  -webkit-box-shadow: 8px 8px #7635db;
  box-shadow: 8px 8px #7635db;
}
.cards__btn-bottom {
  position: absolute;
  color: #fff;
  background: #000;
  padding: 10px 30px;
  bottom: 0;
  right: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.cards__btn-bottom:hover {
  color: #fff;
  cursor: pointer;
}
.cards__btn-bottom svg {
  margin: 0 0 -3px 8px;
}
.cards__img-container {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.cards__img-container--small {
  width: 150px;
  height: 150px;
}
.cards__img {
  margin: 0 auto;
  align-self: center;
  object-fit: cover;
  height: 100%;
}
.cards__img--small {
  width: 150px;
}
.cards__img--border {
  border: 4px solid #000;
}
.cards__divider {
  margin: 0 auto;
}
.cards__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  margin: 0;
  padding: 24px 0 0 0;
}
.cards__title--small {
  font-size: 20px;
  line-height: 28px;
}
.cards__social {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6B7B9B;
  margin: 0;
}
.cards__social a {
  color: #6B7B9B;
  text-decoration: none;
}
.cards__social-img {
  height: 14.63px;
  width: 18px;
  margin: 0 4px -2px 0 !important;
}
.cards__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
.cards__text--small {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0px;
}

.winners {
  margin: 0 30px;
}
.winners hr {
  margin: 16px 0 32px 0;
  width: 100%;
  height: 3px;
  background: #000;
}
.winners__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.winners__book {
  width: 100%;
}
.winners__book--small {
  max-width: 190px;
  margin-bottom: 0px;
}
.winners__book--large {
  max-width: 300px;
  margin-bottom: 0px;
  max-height: 400px;
}
.winners__category {
  min-height: 464px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.winners__category--winner {
  background: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/book-awards/assets/2022/winner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 35px 32px 71.5px;
}
.winners__category--winner div {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 30px;
  align-items: center;
  color: white;
  text-align: center;
}
.winners__category--winner div div {
  display: unset;
}
.winners__category--winner div h2 {
  font-size: 44px;
  line-height: 110%;
  margin-top: 0px;
  max-width: 600px;
  font-style: italic;
  margin-bottom: 16px;
}
.winners__category--winner div p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  max-width: 600px;
}
.winners__category--runner-up {
  background-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/book-awards/assets/2022/runner-up-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 61.5px;
}
.winners__category--runner-up div {
  display: flex;
  align-items: center;
}
.winners__category--shortlist {
  border-bottom: 1px solid #C7D0E1;
  display: flex;
  gap: 40px;
  min-height: unset;
  padding-bottom: 30px;
  margin-bottom: 20px;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  align-items: end;
}
.winners__category--shortlist--no-border {
  border-bottom: 0 !important;
}
.winners__category--shortlist__wrapper {
  width: 190px;
}
.winners .winners__category--shortlist--3 .winners__category--shortlist__wrapper {
  width: 410px;
}
.winners .winners__category--shortlist--3 div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: start;
}
.winners .winners__category--shortlist--3 div div {
  display: unset;
  flex-wrap: unset;
  width: 190px;
}
.winners__bookname {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #000000;
  margin: 16px 0 0 0;
}
.winners__bookname a {
  color: #000 !important;
}
.winners__bookname a:hover {
  text-decoration: underline;
  color: #000 !important;
}
.winners__bookname-container {
  min-height: 84px;
}
.winners__author {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0px;
}
.winners__author-container {
  min-height: 63px;
}
.winners__publisher {
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0px;
}
.winners__publisher a {
  color: #000 !important;
}
.winners__publisher a:hover {
  text-decoration: underline;
  color: #000 !important;
}
.winners__winner {
  width: 100%;
  max-width: 877px;
  margin-bottom: 20px;
}
.winners__winner--2 {
  max-width: unset;
}
.winners__runner-up {
  width: 100%;
  max-width: 423px;
  margin-bottom: 20px;
}
.winners__runner-up--2 {
  width: 100%;
  max-width: 650px;
}
.winners__shortlisted {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
}

.notification-box {
  max-width: 1400px;
  display: flex;
  background-color: #FFEFCE;
  padding: 10px 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  position: relative;
  margin: 20px 30px 20px 30px;
}
.notification-box p {
  width: fit-content;
  margin: 0;
}
.notification-box p strong {
  font-weight: 500 !important;
}
.notification-box svg {
  position: absolute;
  right: 15px;
  top: 16px;
  transition: transform 0.2s ease-in-out;
}
.notification-box svg:hover {
  transform: rotate(90deg);
}

.dropdown-indicator svg {
  position: absolute !important;
  top: -16px;
  left: 84px;
}

@media only screen and (max-width: 1305px) {
  .inverted-cards__title {
    line-height: 130%;
    font-size: 24px;
  }
  .inverted-cards__content:nth-child(even) div {
    margin-left: 30px;
  }

  .info-boxes {
    justify-content: center;
  }
  .info-boxes__box {
    max-width: unset;
  }
  .info-boxes__content {
    max-width: unset;
  }

  .awards-subtitle {
    font-size: 20px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1380px) {
  .tweets {
    width: 90%;
    margin: 0 auto;
    column-count: 2;
    max-height: unset;
  }
  .tweets__box {
    max-width: unset;
    width: unset;
  }
  .tweets a {
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
  }
  .tweets p {
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
  }
}
@media only screen and (max-width: 840px) {
  .tweets {
    column-count: 1;
  }
}
@media only screen and (max-width: 890px) {
  .awards-top-banner {
    text-align: left;
  }

  .cards {
    justify-content: center;
    margin: 30px 30px 50px 30px;
  }
  .cards__card--3 {
    min-height: unset;
  }
  .cards__card--4 {
    min-height: unset;
  }
}
@media only screen and (max-width: 1364px) {
  .winners__category--shortlist {
    justify-content: center;
  }
  .winners__category--winner {
    padding: 32px 35px;
  }
  .winners__category--winner div {
    flex-wrap: wrap;
  }
  .winners__winner {
    max-width: unset !important;
  }
  .winners__runner-up {
    max-width: unset !important;
  }
}
@media only screen and (max-width: 510px) {
  .winners {
    margin: 11px;
  }
  .winners__category--shortlist div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .winners__category--shortlist div div {
    display: unset;
    flex-wrap: unset;
    width: 187px;
  }
  .winners__book {
    width: 100%;
  }
  .winners__book--small {
    max-width: 150px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .winners__category {
    min-height: unset;
  }
  .winners__category--winner div h2 {
    font-size: 24px;
    line-height: 120%;
    text-align: center;
  }
}
@media only screen and (max-width: 374px) {
  .winners__category--shortlist div {
    display: unset;
    flex-wrap: unset;
  }
  .winners__category--shortlist div div {
    display: unset;
    flex-wrap: unset;
  }
}
@media only screen and (max-width: 473px) {
  .modal-title--awards h2 {
    width: 100%;
  }

  .tweets__profile-pic-container {
    margin: 3px 8px 0px 0px;
    width: 40px;
    height: 40px;
  }

  .tweets__username {
    line-height: 100% !important;
  }

  .twitter-section__logo--small {
    width: 20px;
    height: 16.26px;
  }

  .twitter-section__hashtag--large {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .dropdown-indicator svg {
    display: none;
  }
}
@media (max-width: 990px) {
  .cards {
    justify-content: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .inverted-cards {
    margin: 24px 30px;
  }
  .inverted-cards__content div {
    width: 100%;
  }
  .inverted-cards__image {
    margin-bottom: 20px !important;
  }
  .inverted-cards__text {
    line-height: 27px;
    font-size: 18px;
  }
  .inverted-cards__title {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .awards-nav__items li {
    font-size: 16px;
  }

  .inverted-cards {
    margin: 24px 16px;
  }
  .inverted-cards--border-bottom {
    border-bottom: 1px solid #C7D0E1;
  }
  .inverted-cards--border-bottom:last-child {
    border-bottom: unset;
  }
  .inverted-cards__content {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap-reverse;
    margin-bottom: 0px;
  }
  .inverted-cards__title {
    margin-right: unset;
  }
  .inverted-cards__content:nth-child(even) {
    flex-direction: row;
  }
  .inverted-cards__content:nth-child(even) div {
    margin-left: unset;
  }
  .inverted-cards__image {
    max-width: unset;
  }
}
.mob-show {
  display: none;
}

@media only screen and (max-width: 800px) {
  .mob-hide {
    display: none;
  }

  .mob-show {
    display: block;
  }

  .inverted-cards {
    margin: 24px 16px;
  }
  .inverted-cards__content div {
    width: 100%;
  }
  .inverted-cards__image {
    margin-bottom: 20px !important;
  }
  .inverted-cards__text {
    line-height: 27px;
    font-size: 18px;
  }

  .cards {
    margin: 20px 16px 50px 16px;
  }

  .awards-top-banner {
    margin: 24px 16px 0 16px;
    padding: 30px 16px;
  }

  .twitter-section {
    margin: 24px 16px 0 16px;
  }

  .info-boxes {
    margin: 24px 16px 0 16px;
  }
  .info-boxes__box {
    padding: 24px 16px;
  }
  .info-boxes__text {
    font-size: 20px;
    line-height: 24px;
  }
  .info-boxes__img {
    height: 74px;
  }

  .coming-soon {
    padding-bottom: 30px;
  }
  .coming-soon__content {
    top: 10%;
  }

  .awards-title--large {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .cards {
    margin: 40px 16px;
    gap: 20px;
  }
  .cards__img-container {
    width: 100px;
    height: 100px;
  }
  .cards__img {
    width: 100px;
  }
  .cards__title {
    font-size: 24px;
    line-height: 120%;
  }
  .cards__text {
    font-size: 18px;
    line-height: 150%;
    text-align: left;
  }

  .inverted-cards__text ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media only screen and (max-width: 925px) {
  .cards {
    gap: 20px;
  }
  .cards__card--3 {
    min-height: unset;
  }
}
@media only screen and (max-width: 1400px) {
  .winners__category--shortlist__wrapper {
    width: 410px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .winners__category--shortlist__wrapper div {
    display: unset;
    flex-wrap: unset;
  }
}
@media only screen and (max-width: 440px) {
  .winners__category--shortlist__wrapper {
    width: fit-content;
  }
}
@media only screen and (max-width: 380px) {
  .winners__category--shortlist__wrapper {
    display: flex;
    justify-content: center;
  }
}
.shortlist {
  border: 4px solid #000000;
  width: 100%;
  position: relative;
  padding-top: 85px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0px;
}
.shortlist__category {
  color: #FFF;
  background: #000;
  width: fit-content;
  min-width: 260px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
}
.shortlist__book-container {
  width: 337.5px;
  margin-bottom: 40px;
}
.shortlist__book {
  width: 100%;
  display: flex;
  justify-content: center;
}
.shortlist__book img {
  height: 235px;
  width: auto;
}
.shortlist__text {
  text-align: center;
}
.shortlist__text a {
  color: #000 !important;
}
.shortlist__text a:hover {
  color: #000 !important;
}
.shortlist__text h3 {
  margin: 0 !important;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 140% !important;
}
.shortlist__text h4 {
  margin: 0 !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 150% !important;
}
.shortlist__text p {
  font-weight: 300;
  font-size: 13px !important;
  line-height: 150% !important;
}

.classroom-inspiration {
  width: 100%;
  height: 254px;
  background: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/book-awards/assets/2022/comingsoon-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 35px 41px;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 20px 0px;
}
.classroom-inspiration__logo {
  width: 100%;
  max-width: 166px;
}
.classroom-inspiration__logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.classroom-inspiration__content {
  display: flex;
  align-items: center;
}
.classroom-inspiration__content h2 {
  margin: 0 !important;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
}
.classroom-inspiration__content p {
  margin: 4px 0 8px 0 !important;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}
.classroom-inspiration__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  transform: translate(-50%, -50%) !important;
  left: 50%;
  top: 50%;
  height: 48px;
  width: 226px;
  border-radius: 73px;
  background-color: #7635DB;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out;
  transition-duration: 0.2s;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
.classroom-inspiration__button p {
  color: #fff !important;
}
.classroom-inspiration__button-container {
  height: 48px;
  width: 226px;
  position: relative;
}
.classroom-inspiration__button-container a {
  color: #fff !important;
}
.classroom-inspiration__button-container a:hover {
  color: #fff !important;
}
.classroom-inspiration__button:hover {
  width: 250px;
  height: 53px;
}

@media only screen and (max-width: 716px) {
  .shortlist__category {
    width: 100%;
  }
  .shortlist__book-container {
    display: flex;
    justify-content: center;
  }
  .shortlist__book img {
    height: auto;
    width: 151px;
  }
  .shortlist__text {
    min-width: 153px;
    margin-left: 10px;
    text-align: left;
  }
  .shortlist__text h3 {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 735px) {
  .classroom-inspiration {
    background-size: 100% 100%;
    height: fit-content;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
  }
  .classroom-inspiration__logo {
    max-width: 117px;
  }
  .classroom-inspiration__content {
    text-align: center;
  }
  .classroom-inspiration__content div {
    width: 100%;
  }
  .classroom-inspiration__content h2 {
    font-size: 32px;
  }
  .classroom-inspiration__content p {
    font-size: 18px;
  }
  .classroom-inspiration__button {
    width: 100%;
  }
  .classroom-inspiration__button p {
    color: #fff !important;
  }
  .classroom-inspiration__button-container {
    width: 100%;
  }
  .classroom-inspiration__button:hover {
    width: 110%;
    height: 110%;
  }
}

/*# sourceMappingURL=bookawards.css.map */
