/* line 3, ../../func_mods/article_box/fm_article_box.scss */
.fm_article_box {
  margin-bottom: 30px; }
  /* line 6, ../../func_mods/article_box/fm_article_box.scss */
  .fm_article_box .hold_me {
    background-color: #f1f1f1;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: background-color 0.25s; }
    /* line 13, ../../func_mods/article_box/fm_article_box.scss */
    .fm_article_box .hold_me:hover {
      background-color: #e8e8e8; }
    /* line 17, ../../func_mods/article_box/fm_article_box.scss */
    .fm_article_box .hold_me .image {
      background-size: cover;
      background-position: center center;
      padding-top: 62%;
      width: 100%;
      transition: 0.25s all;
      position: relative;
      background-image: url("../../../../_images/mrp_bg.jpg"); }
      /* line 26, ../../func_mods/article_box/fm_article_box.scss */
      .fm_article_box .hold_me .image .photo {
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        left: 0;
        top: 0; }
      /* line 36, ../../func_mods/article_box/fm_article_box.scss */
      .fm_article_box .hold_me .image .term {
        background-color: #cf100f;
        padding: 3px 6px;
        font-size: 11px;
        text-decoration: none;
        color: #fefefe;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2; }
        /* line 50, ../../func_mods/article_box/fm_article_box.scss */
        .fm_article_box .hold_me .image .term:hover {
          background-color: #0a0a0a; }
    /* line 56, ../../func_mods/article_box/fm_article_box.scss */
    .fm_article_box .hold_me .content {
      padding: 30px;
      overflow: hidden; }
      /* line 60, ../../func_mods/article_box/fm_article_box.scss */
      .fm_article_box .hold_me .content h4 {
        margin: 0;
        font-weight: 400; }
        /* line 64, ../../func_mods/article_box/fm_article_box.scss */
        .fm_article_box .hold_me .content h4 a {
          color: #393939;
          text-decoration: none;
          transition: color 0.25s; }
      /* line 71, ../../func_mods/article_box/fm_article_box.scss */
      .fm_article_box .hold_me .content p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 23px;
        transition: color 0.25s; }
      /* line 78, ../../func_mods/article_box/fm_article_box.scss */
      .fm_article_box .hold_me .content .button {
        position: absolute;
        bottom: 30px;
        left: 30px;
        margin: 0; }

/*# sourceMappingURL=fm_article_box.css.map */