/* 1 - NY ranks 49th */
.theme-stop-reading-challenge:nth-of-type(1) {
  padding: 60px 15px;
  font-size: 1.45em;
  background-color: #d5f11c;
}

@media (max-width: 767px) {
  .theme-stop-reading-challenge:nth-of-type(1) {
    font-size: 15px;
  }
}

.theme-stop-reading-challenge:nth-of-type(1) h2 {
  font-weight: 900;
  color: #d72b68;
}

@media (max-width: 767px) {
  .theme-stop-reading-challenge:nth-of-type(1) h2 {
    font-size: 26px;
  }
}


/* 2 - Stop reading for 5 mins */
.theme-stop-reading-challenge:nth-of-type(2) {
  padding: 60px 15px;
  font-size: 1.45em;
  background-color: #fff;
}

@media (max-width: 767px) {
  .theme-stop-reading-challenge:nth-of-type(2) {
    font-size: 15px;
  }
}

.theme-stop-reading-challenge:nth-of-type(2) span {
  font-weight: 700;
  color: #dc3274;
}

.theme-stop-reading-challenge:nth-of-type(2) h3 {
  font-size: 1.5em;
  font-weight: 900;
  color: #26282e;
}

img.stop-reading-challenge-button {
  position: absolute;
  transform: rotate(4deg);
}

@media (max-width: 767px) {
  img.stop-reading-challenge-button {
    position: relative;
  }
}


/* 3 - Stop reading 6 tips */
.theme-stop-reading-challenge:nth-of-type(3) {
  padding: 150px 15px 80px;
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
  background-color: #d72b68;
}

@media (max-width: 767px) {
  .theme-stop-reading-challenge:nth-of-type(3) {
    padding: 60px 15px;
    font-size: 15px;
  }
}

ul.grid.col-3.stop-reading-grid {
  display: grid;
  margin: 25px 0;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 768px) and (max-width: 1199px) {
  ul.grid.col-3.stop-reading-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  ul.grid.col-3.stop-reading-grid {
    grid-template-columns: 1fr;
  }
}

ul.grid.col-3.stop-reading-grid li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding: 40px 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, .10);
}

@media (max-width: 767px) {
  ul.grid.col-3.stop-reading-grid li {
    margin: 5px;
    padding: 15px;
  }
}

ul.grid.col-3.stop-reading-grid li a {
  color: #fff;
  text-decoration: underline;
}


/* 4 - Pick a Level */
.theme-stop-reading-challenge:nth-of-type(4) {
  padding: 60px 15px;
  font-size: 1.15em;
  background-color: #f3f3f3;
  background-image: url(/content/images/2021/stop-reading-challenge/bg-social.jpg);
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .theme-stop-reading-challenge:nth-of-type(4) {
    font-size: 15px;
  }
}

.grid.col-3.stop-reading-level-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .grid.col-3.stop-reading-level-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .grid.col-3.stop-reading-level-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.grid.col-3.stop-reading-level-grid li {
  display: flex;
  flex: 0 0 calc(31% - 20px);
  flex-direction: column;
  margin: 15px;
  padding: 40px 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .1) 0px 4px 6px -1px, rgba(0, 0, 0, .06) 0px 2px 4px -1px;
}

.stop-reading-level-grid.center {
  text-align: center;
}

.stop-reading-level-grid h4 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 800;
}

.theme-stop-reading-challenge:nth-of-type(4) h2 {
  font-weight: 900;
  color: #26282d;
}

.theme-stop-reading-challenge:nth-of-type(4) h3 {
  font-size: 1.25em;
  font-weight: 700;
  color: #d82967;
}

.theme-stop-reading-challenge p.time {
  margin-top: 10px;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 600 !important;
  color: #d82867;
}

.theme-stop-reading-challenge p.rsvp-button {
  margin-top: 30px;
  text-align: center;
}

.theme-stop-reading-challenge p.rsvp-button a.btn {
  text-transform: uppercase;
  background: #d82967;
  border: #d82967 solid 1px;
}

.theme-stop-reading-challenge p.rsvp-button a.btn:hover {
  color: #d82967;
  background-color: transparent;
  border: #d82967 solid 1px;
}


/* 5 - Click to participate*/
.theme-stop-reading-challenge:nth-of-type(5) {
  padding: 60px 15px;
  font-size: 1.25em;
  font-weight: 600;
  background-color: #d5f11c;
}

@media (max-width: 767px) {
  .theme-stop-reading-challenge:nth-of-type(5) {
    font-size: 15px;
  }
}

.theme-stop-reading-challenge:nth-of-type(5) h2 {
  font-size: 1.5em;
  font-weight: 900;
  color: #26282e;
}

.theme-stop-reading-challenge:nth-of-type(5) h3 {
  margin-bottom: 35px;
  font-size: 1.25em;
  font-weight: 700;
  color: #26282e;
}

.theme-stop-reading-challenge:nth-of-type(5) .btn-primary {
  padding: 13px 27px;
  font-size: 23px;
  white-space: unset;
  background: #d82967;
  border: #d82967 solid 1px;
}

.theme-stop-reading-challenge:nth-of-type(5) .btn-primary:hover,
.theme-stop-reading-challenge:nth-of-type(5) .btn-primary:hover:focus,
.theme-stop-reading-challenge:nth-of-type(5) .btn-primary:hover:active {
  color: #d82967;
  background: transparent !important;
  border: #d82967 solid 1px !important;
}

/* OVERRIDES */
.banner-inner .theme-stop-reading-challenge {
  padding: 80px 15px;
  background-color: #fff;
}

.banner-inner .theme-stop-reading-challenge h4 {
  font-weight: 900;
  color: #d72a69;
}

@media (max-width: 767px) {
  .banner-inner .theme-stop-reading-challenge h4 {
    font-size: 30px;
  }
}

.banner-inner .theme-stop-reading-challenge h4:before {
  display: none;
}