.c-resource-list {
  margin-bottom: 30px; }
  .c-resource-list__image-container, .c-resource-list__image-container--has-video {
    position: relative;
    display: block; }
    .c-resource-list__image-container--has-video:after {
      content: '';
      background: url(../images/play.svg) no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 80px;
      height: 80px; }
      @media (max-width: 1199px) {
        .c-resource-list__image-container--has-video:after {
          width: 64px;
          height: 64px; } }
      @media (max-width: 991px) {
        .c-resource-list__image-container--has-video:after {
          width: 50px;
          height: 50px; } }
  .c-resource-list__data-container {
    padding: 15px 25px; }
    @media (max-width: 1199px) {
      .c-resource-list__data-container {
        padding: 15px 20px; } }
    @media (max-width: 991px) {
      .c-resource-list__data-container {
        padding: 15px; } }
    @media (max-width: 767px) {
      .c-resource-list__data-container {
        padding: 15px 0; } }
    @media (max-width: 575px) {
      .c-resource-list__data-container {
        padding: 15px 0; } }
  .c-resource-list__title {
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 5px;
    color: #4a4a4a; }
    @media (max-width: 1199px) {
      .c-resource-list__title {
        font-size: 1em; } }
    @media (max-width: 991px) {
      .c-resource-list__title {
        font-size: 1em; } }
    @media (max-width: 767px) {
      .c-resource-list__title {
        font-size: 1em; } }
    @media (max-width: 575px) {
      .c-resource-list__title {
        font-size: 1em; } }
  .c-resource-list__categories {
    display: inline-block;
    margin-bottom: 5px;
    border-left: 1px solid #d7e7ca;
    padding-left: 5px; }
  .c-resource-list__category {
    display: inline-block;
    color: #80ba27;
    font-size: 0.875em;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500; }
    .c-resource-list__category:hover, .c-resource-list__category:active, .c-resource-list__category:focus {
      color: #80ba27; }
    @media (max-width: 1199px) {
      .c-resource-list__category {
        font-size: 0.8125em; } }
    @media (max-width: 991px) {
      .c-resource-list__category {
        font-size: 0.8125em; } }
    @media (max-width: 767px) {
      .c-resource-list__category {
        font-size: 0.8125em; } }
    @media (max-width: 575px) {
      .c-resource-list__category {
        font-size: 0.8125em; } }
  .c-resource-list__date {
    display: inline-block;
    font-size: 0.875em;
    color: #9b9b9b;
    margin: 0 5px 5px 0;
    font-style: italic; }
    @media (max-width: 1199px) {
      .c-resource-list__date {
        font-size: 0.8125em; } }
    @media (max-width: 991px) {
      .c-resource-list__date {
        font-size: 0.8125em; } }
    @media (max-width: 767px) {
      .c-resource-list__date {
        font-size: 0.8125em; } }
    @media (max-width: 575px) {
      .c-resource-list__date {
        font-size: 0.8125em; } }
  .c-resource-list__excerpt {
    font-size: 0.875em;
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .c-resource-list__excerpt {
        font-size: 0.8125em; } }
    @media (max-width: 991px) {
      .c-resource-list__excerpt {
        font-size: 0.8125em; } }
    @media (max-width: 767px) {
      .c-resource-list__excerpt {
        font-size: 0.8125em; } }
    @media (max-width: 575px) {
      .c-resource-list__excerpt {
        font-size: 0.8125em; } }
  .c-resource-list__button-container {
    padding-top: 5px; }
  .c-resource-list__button {
    background: transparent;
    color: #4a4a4a;
    border: 2px solid #cbf68b;
    border-radius: 100px;
    padding: 6px 20px;
    font-size: 0.75em;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    min-width: 170px;
    text-align: center; }
    .c-resource-list__button:hover, .c-resource-list__button:active, .c-resource-list__button:focus {
      color: #4a4a4a; }
    @media (max-width: 1199px) {
      .c-resource-list__button {
        font-size: 0.75em; } }
    @media (max-width: 991px) {
      .c-resource-list__button {
        font-size: 0.75em; } }
    @media (max-width: 767px) {
      .c-resource-list__button {
        font-size: 0.75em; } }
    @media (max-width: 575px) {
      .c-resource-list__button {
        font-size: 0.75em; } }

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