/**
 * @file
 * Info Card 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.
 */
.info-cards {
  margin: 6rem 0;
}
@media screen and (max-width: 73.0625rem) {
  .info-cards {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 47.9375rem) {
  .info-cards {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    row-gap: 1.875rem;
    margin: 2rem 0;
  }
}

.info-cards__heading {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 47.9375rem) {
  .info-cards__heading {
    margin-bottom: 1.5rem;
  }
}

.info-cards__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
  gap: 2.25rem 6.4%;
}
@media screen and (max-width: 73.0625rem) {
  .info-cards__container {
    grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  }
}
@media screen and (max-width: 47.9375rem) {
  .info-cards__container {
    display: block;
  }
}

.info-card {
  border: 0.375rem solid #003366;
}
@media screen and (max-width: 47.9375rem) {
  .info-card {
    margin-bottom: 1.5rem;
  }
}
.info-card.info-card--has-image {
  grid-column: auto/span 2;
  display: flex;
}
@media screen and (max-width: 47.9375rem) {
  .info-card.info-card--has-image {
    display: block;
  }
}
.info-card .green-button {
  margin-top: auto;
}

.info-card__content {
  padding: 2.5rem 8.5% 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 73.0625rem) {
  .info-card__content {
    padding: 1.5rem 8.5%;
  }
}
@media screen and (max-width: 47.9375rem) {
  .info-card__content {
    display: block;
    height: auto;
    padding: 1.5rem;
  }
}
.info-card--has-image .info-card__content {
  width: 49.2%;
  padding: 2.5rem 4%;
}
@media screen and (max-width: 73.0625rem) {
  .info-card--has-image .info-card__content {
    padding: 1.5rem 4%;
  }
}
@media screen and (max-width: 47.9375rem) {
  .info-card--has-image .info-card__content {
    width: 100%;
    padding: 1.5rem;
  }
}

.info-card__text-editor {
  line-height: 1.5;
  font-size: 1.375rem;
  color: #003366;
}
@media screen and (max-width: 73.0625rem) {
  .info-card__text-editor {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 47.9375rem) {
  .info-card__text-editor {
    font-size: 1rem;
  }
}

.info-card__notes {
  color: #003366;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (max-width: 73.0625rem) {
  .info-card__notes {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .info-card__notes {
    font-size: 0.75rem;
  }
}
.info-card__notes a {
  color: #003366;
  text-decoration: none;
}
.info-card__notes a:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy41IiBoZWlnaHQ9IjE3LjI5OCIgdmlld0JveD0iMCAwIDE3LjUgMTcuMjk4Ij48cGF0aCBkPSJNOC41Mi0xNi4wMTJsLS43NzMuNzczYS40NjkuNDY5LDAsMCwwLDAsLjY2M2w2LjA2LDYuMDZILjQ2OUEuNDY5LjQ2OSwwLDAsMCwwLTguMDQ3djEuMDk0YS40NjkuNDY5LDAsMCwwLC40NjkuNDY5SDEzLjgwNkw3Ljc0Ni0uNDI1YS40NjkuNDY5LDAsMCwwLDAsLjY2M2wuNzczLjc3M2EuNDY5LjQ2OSwwLDAsMCwuNjYzLDBsOC4xOC04LjE4YS40NjkuNDY5LDAsMCwwLDAtLjY2M2wtOC4xOC04LjE4QS40NjkuNDY5LDAsMCwwLDguNTItMTYuMDEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxNi4xNDkpIiBmaWxsPSIlMjMwMzYiLz48L3N2Zz4=");
  filter: invert(0.5) sepia(30%) saturate(10000%) hue-rotate(-505deg) brightness(0.4);
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  top: 0.125rem;
  transition: transform 0.2s;
}
.info-card__notes a:hover:after {
  transform: translateX(0.3125rem);
}

.info-card__image {
  width: 50.8%;
  padding: 3rem 6% 2.5rem 0;
  align-self: flex-start;
}
@media screen and (max-width: 47.9375rem) {
  .info-card__image {
    width: 100%;
    padding: 0 1.5rem 1.5rem;
  }
}

/*# sourceMappingURL=info-cards.css.map*/