/**
 * @file
 * Large Spotlight styles.
 */
/**
 * @file
 * Dependencies.
 *
 * The necessary dependencies for compiling styles.
 * Nothing here should compile into CSS, helpers only.
 */
/**
 * @file
 * Color variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Typography declarations.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Functions.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/* Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 *
 * Reference: https://css-tricks.com/snippets/sass/strip-unit-function/
*/
/* Convert a value (raw number or pixel size) into rems. */
/**
 * @file
 * General variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Mixins.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * Breakpoint
 *
 * usage example:
 * @include breakpoint($feature: max-width, $value: 1509px) {
 *  display: none;
 * }
 */
/* Dynamic containment mixin. */
/**
 * @file
 * Z-Indices.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
.large-spotlight {
  display: flex;
  position: relative;
  margin: 6rem 0;
}
@media screen and (max-width: 73.0625rem) {
  .large-spotlight {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 47.9375rem) {
  .large-spotlight {
    flex-direction: column;
    flex-direction: column-reverse;
    margin: 3rem 0;
  }
}
@media screen and (max-width: 73.0625rem) {
  .page-layout--two-column .large-spotlight {
    flex-direction: column;
    flex-direction: column-reverse;
    margin: 2rem 0;
  }
}
.large-spotlight picture {
  display: inline-block;
  width: 67.5%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 47.9375rem) {
  .large-spotlight picture {
    width: 100%;
  }
}
.page-layout--two-column .large-spotlight picture {
  width: 62.8%;
}
@media screen and (max-width: 73.0625rem) {
  .page-layout--two-column .large-spotlight picture {
    width: 100%;
  }
}
.large-spotlight picture img {
  width: 100%;
  min-height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.large-spotlight__content {
  width: 32.5%;
  padding: 5rem 7% 0 0;
  z-index: 1;
}
@media screen and (max-width: 87.4375rem) {
  .large-spotlight__content {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .large-spotlight__content {
    width: 44%;
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .large-spotlight__content {
    width: 100%;
    padding: 2rem 0 0;
  }
}
.page-layout--two-column .large-spotlight__content {
  width: 37.2%;
  padding-top: 3.5rem;
}
@media screen and (max-width: 73.0625rem) {
  .page-layout--two-column .large-spotlight__content {
    width: 100%;
    padding: 2rem 0 0;
  }
}
.large-spotlight__content .large-spotlight__title {
  font-size: 3rem;
  margin-bottom: 2.5rem;
  padding: 3rem 0;
  color: #ffffff;
  position: relative;
  word-wrap: break-word;
  hyphens: auto;
}
@media screen and (max-width: 94.3125rem) {
  .large-spotlight__content .large-spotlight__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .large-spotlight__content .large-spotlight__title {
    font-size: 3rem;
    margin-bottom: 1.75rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 47.9375rem) {
  .large-spotlight__content .large-spotlight__title {
    font-size: 1.75rem;
    color: #003366;
    margin-bottom: 1.375rem;
    padding: 0;
  }
}
.page-layout--two-column .large-spotlight__content .large-spotlight__title {
  font-size: 3.125rem;
  margin-bottom: 2rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 87.4375rem) {
  .page-layout--two-column .large-spotlight__content .large-spotlight__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .page-layout--two-column .large-spotlight__content .large-spotlight__title {
    font-size: 1.75rem;
    color: #003366;
    padding: 0;
    margin-bottom: 1.375rem;
  }
}
.large-spotlight__content .large-spotlight__title span {
  position: relative;
  z-index: 1;
}
.large-spotlight__content .large-spotlight__title:after {
  content: "";
  position: absolute;
  width: calc(100vw - 8px);
  top: 0;
  left: calc((-100vw + 1316px) / 2);
  background-color: #005028;
  height: 100%;
}
@media screen and (max-width: 94.3125rem) {
  .large-spotlight__content .large-spotlight__title:after {
    left: -26.6%;
    width: 445.6%;
  }
}
@media screen and (max-width: 73.0625rem) {
  .large-spotlight__content .large-spotlight__title:after {
    left: -20.6%;
    width: 345%;
  }
}
@media screen and (max-width: 47.9375rem) {
  .large-spotlight__content .large-spotlight__title:after {
    display: none;
  }
}
.page-layout--two-column .large-spotlight__content .large-spotlight__title:after {
  width: 50vw;
}
@media screen and (max-width: 94.3125rem) {
  .page-layout--two-column .large-spotlight__content .large-spotlight__title:after {
    left: -34.4%;
  }
}
@media screen and (max-width: 73.0625rem) {
  .page-layout--two-column .large-spotlight__content .large-spotlight__title:after {
    display: none;
  }
}
.large-spotlight__content .large-spotlight__description p {
  font-size: 0.9375rem;
  line-height: 1.9;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 73.0625rem) {
  .large-spotlight__content .large-spotlight__description p {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.large-spotlight__content .green-button {
  border-width: 1px;
}

/*# sourceMappingURL=large-spotlight.css.map*/