.spotlights {
  position: relative;
}
@media screen and (max-width: 600px) {
  .spotlights.collapse-on-mobile .desktop-spotlight-card {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .spotlights.collapse-on-mobile .mobile-spotlight-card {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .spotlights:not(.collapse-on-mobile) {
    background: #F4F2EC;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .spotlights:not(.collapse-on-mobile) .spotlight-card .text {
    background: #fff;
  }
  .spotlights:not(.collapse-on-mobile) .spotlight-card .link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .spotlights:not(.collapse-on-mobile) .outer-link {
    margin-top: 25px;
  }
}
.spotlights .spotlights-row {
  margin: 40px 0;
}
@media screen and (max-width: 600px) {
  .spotlights .spotlights-row .desktop-spotlight-card .spotlight-card {
    flex-wrap: wrap;
    padding-right: 15px;
  }
}
.spotlights .spotlights-row .desktop-spotlight-card .spotlight-card .image {
  height: auto;
  width: 201px;
}
@media screen and (max-width: 600px) {
  .spotlights .spotlights-row .desktop-spotlight-card .spotlight-card .image {
    width: 100%;
    height: 202px;
  }
}
.spotlights .spotlights-row .desktop-spotlight-card .spotlight-card .text {
  min-height: 261px;
  width: calc(100% - 201px);
  padding: 25px 20px;
}
@media screen and (max-width: 600px) {
  .spotlights .spotlights-row .desktop-spotlight-card .spotlight-card .text {
    width: 100%;
  }
}
.spotlights .spotlights-row .mobile-spotlight-card {
  display: none;
}
.spotlights .spotlights-row .mobile-spotlight-card .accordion {
  background: #F4F2EC;
  padding: 20px;
}
.spotlights .spotlights-row .mobile-spotlight-card .accordion .open-svg {
  display: none;
}
.spotlights .spotlights-row .mobile-spotlight-card .accordion .closed-svg {
  display: flex;
}
.spotlights .spotlights-row .mobile-spotlight-card .accordion.is-open .closed-svg {
  display: none;
}
.spotlights .spotlights-row .mobile-spotlight-card .accordion.is-open .open-svg {
  display: flex;
}
.spotlights .spotlights-row .mobile-spotlight-card .accordion button {
  min-height: 43px;
  color: #002147;
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  background: none;
  padding: 0;
}
.spotlights .spotlights-row .mobile-spotlight-card .accordion .textarea {
  margin: 10px 0 20px 0;
}
.spotlights .spotlights-row .mobile-spotlight-card .accordion .link a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #002147;
  display: flex;
  align-items: center;
}
.spotlights .spotlights-row .mobile-spotlight-card .accordion .link a svg {
  margin-left: 20px;
  background: #00aec0;
  color: #fff;
  height: 26px;
  width: 26px;
  padding: 2px;
}
@media screen and (max-width: 600px) {
  .spotlights .outer-link {
    width: 100%;
  }
}
.spotlights .outer-link a {
  padding: 12.5px 30px;
  background: #F8F8F8;
  border: 1px solid #DEDBDB;
  color: #002147;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .spotlights .outer-link a {
    width: 100%;
    text-align: center;
  }
}

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