.card-resource {
  padding: 3.5rem 0 3rem; }
  @media screen and (min-width: 64rem) {
    .card-resource {
      padding: 3.5rem 0 4rem; } }
  @media screen and (min-width: 80rem) {
    .card-resource {
      padding: 3.5rem 0 5rem; } }
  .card-resource__c1 {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box; }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .card-resource__c1 {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 80rem) {
      .card-resource__c1 {
        padding-left: 40px;
        padding-right: 40px; } }
    .card-resource__c1.links {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: 2rem; }
      @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
        .card-resource__c1.links {
          flex-wrap: wrap;
          margin-top: 0; } }
  .card-resource__heading {
    font-weight: 400;
    line-height: 1.11;
    margin: 0;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    max-width: 30rem;
    margin: 0 auto 2rem; }
    @media screen and (min-width: 48rem) {
      .card-resource__heading {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media screen and (min-width: 64rem) {
      .card-resource__heading {
        font-size: 48px;
        font-size: 3rem; } }
    @media screen and (min-width: 80rem) {
      .card-resource__heading {
        font-size: 54px;
        font-size: 3.375rem; } }
    @media screen and (min-width: 30rem) {
      .card-resource__heading {
        padding: 2rem 0; } }
    @media screen and (min-width: 64rem) {
      .card-resource__heading {
        padding: 2.5rem 0; } }
  .card-resource__cards {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 48rem) {
      .card-resource__cards {
        flex-direction: row;
        justify-content: center; } }
    .large .card-resource__cards {
      padding: 0; }
  .card-resource__item {
    background-color: #fff;
    text-align: left;
    margin: 0;
    text-decoration: none; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .card-resource__item {
        width: 100%;
        margin-top: 2rem; } }
    .card-resource__item:not(.-image) {
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17);
      border-bottom: 8px solid #cf000d; }
      @media screen and (min-width: 80rem) {
        .card-resource__item:not(.-image) .card-resource__content {
          padding-left: 3.125rem; } }
    .card-resource__item.-image {
      display: flex;
      align-items: flex-end;
      background-size: cover;
      background-position: center top;
      min-height: 15.625rem; }
      @media screen and (min-width: 48rem) {
        .card-resource__item.-image {
          min-height: 18rem; } }
      @media screen and (min-width: 64rem) {
        .card-resource__item.-image {
          min-height: 28rem; } }
      .large .card-resource__item.-image {
        min-height: 28.125rem; }
        @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
          .large .card-resource__item.-image {
            min-height: 18rem; } }
        @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
          .large .card-resource__item.-image {
            min-height: 15.625rem; } }
      .card-resource__item.-image .card-resource__content {
        padding: 1.5rem 1rem;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        transition: background-color 300ms ease; }
        @media screen and (min-width: 64rem) {
          .card-resource__item.-image .card-resource__content {
            padding: 2.5rem 2rem; } }
        @media screen and (min-width: 75rem) {
          .card-resource__item.-image .card-resource__content {
            padding: 2.5rem 3rem; } }
      .card-resource__item.-image .card-resource__link {
        color: #fff;
        margin: 0;
        text-decoration: none;
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: 400; }
      .card-resource__item.-image:hover .card-resource__content {
        background-color: rgba(0, 0, 0, 0.8); }
    @media screen and (min-width: 48rem) {
      .card-resource__item {
        width: 50%;
        min-height: 21.5625rem; } }
    @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .card-resource__item {
        min-height: 18rem; } }
  .card-resource__content {
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem 4rem; }
  .card-resource__item-title {
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    letter-spacing: 1.25px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #666;
    text-transform: uppercase; }
    @media screen and (min-width: 64rem) {
      .card-resource__item-title {
        margin-bottom: 2.5rem; } }
  .card-resource__item-link {
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
    color: #000;
    transition: color .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.02em;
    margin: 0; }
    @media screen and (min-width: 64rem) {
      .card-resource__item-link {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 80rem) {
      .card-resource__item-link {
        font-size: 30px;
        font-size: 1.875rem; } }
    .card-resource__item-link:hover {
      color: #7f7f7f; }
    .card-resource__item-link + .card-resource__item-link {
      margin-top: 1rem; }
    @media screen and (min-width: 64rem) {
      .card-resource__item-link + .card-resource__item-link {
        margin-top: 1.5rem; } }

.card-resource-small__item {
  box-sizing: border-box;
  background-size: cover;
  background-position: center top;
  display: flex;
  text-decoration: none;
  align-items: flex-end; }

.card-resource-small__content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 300ms ease;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 64rem) {
    .card-resource-small__content {
      padding: 2.5rem 2rem; } }
  .card-resource-small__content:hover {
    background-color: rgba(0, 0, 0, 0.8); }

.card-resource-small__link {
  color: #fff;
  margin: 0;
  text-decoration: none;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400; }

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .card-group .card-resource__item {
    margin: auto; }
    .card-group .card-resource__item:not(:first-child) {
      margin-top: 2rem; } }

@media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  .card-group .card-resource__item:nth-of-type(n + 3) {
    margin-top: 2rem; } }

.card-group .card-resource-small__item {
  min-height: 400px;
  max-width: 300px; }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .card-group .card-resource-small__item {
      margin: auto; }
      .card-group .card-resource-small__item:not(:first-child) {
        margin-top: 2rem; } }
  @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .card-group .card-resource-small__item {
      min-height: 450px;
      max-width: 350px; }
      .card-group .card-resource-small__item:nth-of-type(n + 3) {
        margin-top: 2rem; } }
  @media screen and (min-width: 64rem) {
    .card-group .card-resource-small__item {
      min-height: 450px; }
      .card-group .card-resource-small__item__content {
        min-height: 150px; } }

/*# sourceMappingURL=card-resource.css.map */