/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.article_card {
  border-radius: 5px;
  margin: 0 10px;
  border: 0.5px solid #c1c1c1;
  margin-bottom: 10px;
  min-height: 454px;
  max-height: 454px; }
  .article_card .image-component img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 174px;
    object-fit: cover; }
  .article_card .description_wrapper {
    text-align: left;
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    padding: 16px; }
    .article_card .description_wrapper .sponsor-grid-box {
      background: #FEF5DE;
      color: #0C2E61;
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 6px;
      padding: 0 8px;
      border-radius: 4px; }
      .article_card .description_wrapper .sponsor-grid-box p {
        margin-bottom: 0; }
      .article_card .description_wrapper .sponsor-grid-box .sponsor-name {
        text-transform: uppercase;
        font-family: "archiabold";
        font-weight: 500; }
  .article_card .small_Text {
    font-weight: 500;
    font-family: "archiabold";
    color: #154EA5;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase; }
  .article_card .heading_Text {
    font-weight: 500;
    font-family: "archiasemibold";
    font-size: 18px;
    line-height: 24px;
    margin: 6px 0 0; }
    .article_card .heading_Text a {
      color: #F664A6 !important;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      /* autoprefixer: off */ }
    .article_card .heading_Text .link-text {
      -webkit-line-clamp: 7; }
    .article_card .heading_Text .sponsor-title {
      -webkit-line-clamp: 6; }
  .article_card .description {
    font-weight: 400;
    font-family: "archiaregular";
    font-size: 13px;
    line-height: 21px;
    max-height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */ }
  .article_card .article-footer {
    height: 32px;
    width: 100%;
    margin-top: auto; }
    .article_card .article-footer .CTA {
      width: 100%;
      border-radius: 100px;
      background: #F994C2;
      height: 32px;
      border: 2px solid #F994C2;
      font-family: "archiasemibold";
      font-weight: 500;
      text-decoration: none;
      font-size: 13px;
      color: #0C2E61;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .article_card .article-footer .CTA:hover {
        background: #FFFFFF !important; }
