/* -----------------------------------------------------------------------------
   f-c02: Featured News Article
*/
/* line 8, components/scss/f-c02.scss */
.f-c02_inner-wrap {
  background: #ffffff;
}

/* line 13, components/scss/f-c02.scss */
.f-c02_image {
  background-size: 100%;
  background-repeat: no-repeat;
  height: 200px;
}

/* line 19, components/scss/f-c02.scss */
.f-c02_text {
  padding: 18px;
}

@media (min-width: 35em) {
  /* line 24, components/scss/f-c02.scss */
  .f-c02v0 {
    position: relative;
  }

  /* line 28, components/scss/f-c02.scss */
  .f-c02_inner-wrap {
    background: -webkit-linear-gradient(from left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #ffffff 50%);
    background: linear-gradient(to  right , rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #ffffff 50%);
    display: table;
    min-height: 500px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  /* line 39, components/scss/f-c02.scss */
  .f-c02_image {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 53%;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }

  /* line 51, components/scss/f-c02.scss */
  .f-c02_text {
    padding-left: 50%;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 42em) {
  /* line 89, components/scss/f-c02.scss */
  .f-c02_inner-wrap {
    background: -webkit-linear-gradient(from left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 62%, #ffffff 62%);
    background: linear-gradient(to  right , rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 62%, #ffffff 62%);
  }

  /* line 93, components/scss/f-c02.scss */
  .f-c02_image {
    right: 38%;
  }

  /* line 97, components/scss/f-c02.scss */
  .f-c02_text {
    padding-left: 64%;
  }
}
