@charset "UTF-8";
.spotlight {
  background: #FFFFFF;
  padding-bottom: 5.5rem;
  padding-top: 5.5rem;
  position: relative;
}
@media (min-width: 60rem) {
  .spotlight {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}
.spotlight + .spotlight {
  padding-top: 0;
}
.spotlight.with-diagonal {
  padding-bottom: 4rem;
}
@media (min-width: 48rem) {
  .spotlight.with-diagonal {
    padding-bottom: 5.5rem;
  }
}
.spotlight.with-diagonal:after {
  background: #FFFFFF;
  bottom: -50px;
  content: "";
  height: 100px;
  left: 0;
  outline: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.spotlight.with-diagonal.diagonal-left-to-right:after {
  transform: skewY(1.5deg);
}
.spotlight.with-diagonal.diagonal-right-to-left:after {
  transform: skewY(-1.5deg);
}

@media (min-width: 48rem) {
  .spotlight__intro {
    grid-column: 2/span 10;
  }
}
@media (min-width: 60rem) {
  .spotlight__intro {
    grid-column: 3/span 8;
  }
}
.spotlight__intro + .spotlight__quote {
  margin-top: 3.75rem;
}
@media (min-width: 48rem) {
  .spotlight__intro + .spotlight__quote {
    margin-top: 3.125rem;
  }
}

.spotlight__title {
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  .spotlight__content p {
    font-size: 1.25rem;
    line-height: 1.55;
  }
}
.spotlight__content p:last-child {
  margin-bottom: 0;
}

.spotlight__quote {
  grid-template-columns: repeat(12, minmax(10px, 1fr));
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .spotlight__quote {
    display: block !important;
  }
}
@media (min-width: 48rem) {
  .spotlight__quote {
    display: grid;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .spotlight__quote {
    grid-column: 1/span 12;
  }
}

.spotlight__quote-image {
  position: relative;
}
@media (min-width: 48rem) {
  .spotlight__quote-image {
    grid-column: 2/span 3;
  }
}
@media (min-width: 60rem) {
  .spotlight__quote-image {
    grid-column: 3/span 3;
  }
}
.spotlight__quote-image:before {
  background: url("../../images/quote-square.jpg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 38px;
  z-index: 1;
}
.spotlight__quote-image img {
  display: block;
}
.spotlight__quote-image + .spotlight__quote-content {
  margin-top: 3.75rem;
}
@media (min-width: 48rem) {
  .spotlight__quote-image + .spotlight__quote-content {
    margin-top: 0;
  }
}
.spotlight__quote-image + .spotlight__quote-content blockquote::after {
  content: "”";
}

@media (min-width: 48rem) {
  .spotlight__quote-content {
    grid-column: 5/span 7;
  }
}
@media (min-width: 60rem) {
  .spotlight__quote-content {
    grid-column: 6/span 5;
  }
}

.spotlight__captions {
  margin-top: 0.4375rem;
}
@media (min-width: 48rem) {
  .spotlight__captions {
    margin-top: 0.875rem;
  }
}

.spotlight__caption-2 {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-top: 0.3125rem;
}