/* line 3, ../../func_mods/article_box_short/fm_article_box_short.scss */
.fm_article_box_short {
  margin-bottom: 30px; }
  @media only screen and (max-width: 640px) {
    /* line 3, ../../func_mods/article_box_short/fm_article_box_short.scss */
    .fm_article_box_short {
      margin-bottom: 15px; } }
  /* line 9, ../../func_mods/article_box_short/fm_article_box_short.scss */
  .fm_article_box_short .hold_me {
    background-color: #f1f1f1;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: background-color .25s;
    display: flex; }
    /* line 18, ../../func_mods/article_box_short/fm_article_box_short.scss */
    .fm_article_box_short .hold_me:hover {
      background-color: #fefefe; }
      /* line 23, ../../func_mods/article_box_short/fm_article_box_short.scss */
      .fm_article_box_short .hold_me:hover .content h3 a {
        text-decoration: none; }
    /* line 31, ../../func_mods/article_box_short/fm_article_box_short.scss */
    .fm_article_box_short .hold_me .image {
      flex: 0 0 140px;
      background-size: cover;
      background-position: center center;
      width: 100%;
      transition: 0.25s all;
      min-height: 75px; }
      @media only screen and (max-width: 640px) {
        /* line 31, ../../func_mods/article_box_short/fm_article_box_short.scss */
        .fm_article_box_short .hold_me .image {
          flex: 0 0 80px;
          min-height: 55px; } }
      /* line 44, ../../func_mods/article_box_short/fm_article_box_short.scss */
      .fm_article_box_short .hold_me .image .term {
        background-color: #e8e8e8;
        padding: 2px 5px;
        font-size: 12px;
        text-decoration: none;
        color: #fefefe;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        top: 0; }
        /* line 57, ../../func_mods/article_box_short/fm_article_box_short.scss */
        .fm_article_box_short .hold_me .image .term:hover {
          background-color: #0a0a0a; }
    /* line 63, ../../func_mods/article_box_short/fm_article_box_short.scss */
    .fm_article_box_short .hold_me .content {
      padding: 30px;
      overflow: hidden;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 640px) {
        /* line 63, ../../func_mods/article_box_short/fm_article_box_short.scss */
        .fm_article_box_short .hold_me .content {
          padding: 15px; } }
      /* line 73, ../../func_mods/article_box_short/fm_article_box_short.scss */
      .fm_article_box_short .hold_me .content h3 {
        margin: 0px; }
        @media only screen and (max-width: 640px) {
          /* line 73, ../../func_mods/article_box_short/fm_article_box_short.scss */
          .fm_article_box_short .hold_me .content h3 {
            font-size: 15px;
            line-height: 18px; } }
        /* line 80, ../../func_mods/article_box_short/fm_article_box_short.scss */
        .fm_article_box_short .hold_me .content h3 a {
          color: #393939;
          text-decoration: none;
          transition: color .25s; }
      /* line 87, ../../func_mods/article_box_short/fm_article_box_short.scss */
      .fm_article_box_short .hold_me .content p.date {
        font-size: 13px;
        font-weight: bold; }
      /* line 93, ../../func_mods/article_box_short/fm_article_box_short.scss */
      .fm_article_box_short .hold_me .content .categories a {
        color: #1c64a3;
        text-decoration: underline;
        font-weight: bold;
        font-size: 13px; }
      /* line 101, ../../func_mods/article_box_short/fm_article_box_short.scss */
      .fm_article_box_short .hold_me .content .button {
        position: absolute;
        bottom: 30px;
        left: 30px;
        margin: 0px; }

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