.featured-stories {
  padding: 40px 0
}
@media (min-width:576px) {
  .featured-stories {
    padding: 50px 0
  }
}
.featured-stories__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:992px) {
  .featured-stories__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.featured-stories__row.heading {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px
}
@media (min-width:992px) {
  .featured-stories__row.heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
  }
}
@media (min-width:576px) {
  .inner .featured-stories__row.heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.featured-stories__title {
  color: #333;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 10px
}
@media (min-width:992px) {
  .featured-stories__title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
    margin-bottom: 0
  }
}
.featured-stories__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
@media (min-width:768px) {
  .featured-stories__more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.featured-stories__more li {
  color: #454c53;
  font-size: 18px;
  line-height: 28px
}
@media (min-width:768px) {
  .featured-stories__more li:first-child {
    margin-right: 15px
  }
}
.inner .featured-stories__more {
  display: none
}
@media (min-width:576px) {
  .inner .featured-stories__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.inner .featured-stories__more .btn {
  white-space: nowrap
}
.featured-stories__mobile {
  text-align: center
}
@media (min-width:576px) {
  .featured-stories__mobile {
    display: none
  }
}
.featured-story {
  width: 100%
}
@media (min-width:576px) {
  .featured-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%
  }
}
@media (min-width:992px) {
  .featured-story {
    margin-right: 1%;
    width: 24%
  }
}
@media (min-width:992px) {
  .featured-story:first-child {
    width: 49%
  }
}
@media (min-width:576px) {
  .featured-story:nth-child(6n+1),
  .featured-story:nth-child(6n+6) {
    margin-bottom: 2%
  }
}
@media (min-width:992px) {
  .featured-story:nth-child(6n+1),
  .featured-story:nth-child(6n+6) {
    /* margin-bottom: 1%; */
    width: 48%
  }
  .featured-stories .featured-story:nth-child(6n+1),
  .featured-stories .featured-story:nth-child(6n+6) {
    margin-bottom: 1%;
}
}
@media (max-width:575.98px) {
  .featured-story:nth-child(odd) {
    margin-right: 0
  }
}
@media (max-width:991.98px) {
  .featured-story:nth-child(odd) {
    /* margin-right: 2% */
  }
}
@media (min-width:992px) {
  .featured-story {
    margin-bottom: 1%
  }
}
@media (max-width:991.98px) {
  .featured-story {
    margin-bottom: 2%
  }
}
@media (max-width:575.98px) {
  .featured-story {
    margin-bottom: 30px
  }
}
.featured-story__outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
@media (min-width:576px) {
  .featured-story__outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
@media (min-width:576px) {
  .featured-story__author {
    display: none!important
  }
}
.featured-story__author{
  display: none !important;
}
/*# sourceMappingURL=maps/featured-stories.css.map */
@media (min-width:992px) {
.featured-stories .featured_story_homepage{
  display: flex;
  flex-wrap: wrap
}
}
@media (min-width:576px) {
  .featured-stories .featured_story_homepage{
    display: flex;
    flex-wrap: wrap
  }
  }
.featured-story {
  padding: 0
}
.featured-story__inner {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.featured-story__thumbnail {
  position: relative
}
.featured-story__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 257px
}
@media (min-width:992px) {
  .featured-story__thumbnail img {
    height: 458px
  }
}
.featured-story__bookmark {
  background-color: #f1efe8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 10px;
  right: 10px
}
.featured-story__bookmark [class^=icon-]::before {
  color: #454c53;
  width: 11px;
  margin-bottom: 4px;  
  display: flex;
  justify-content: center;
}
.featured-story__video {
  background-color: rgba(0,0,0,.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.featured-story__video [class^=icon-]::before {
  color: #fdfeff;
  font-size: 48px
}
.featured-story__category {
  background-color: #26282b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: .01em;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 12px
}
.featured-story__content {
  background-color: #f4f2ed;
  padding: 24px 24px 12px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.featured-story__title {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  /* -o-text-overflow: ellipsis;
  text-overflow: ellipsis; */
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
@media (min-width:992px) {
  .featured-story__title {
    font-size: 24px;
    line-height: 29px;
    -webkit-line-clamp: 3;
    line-clamp: 3
  }
}
.featured-story__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
@media (min-width:992px) {
  .featured-story__desc {
    font-size: 18px;
    line-height: 28px;
    -webkit-line-clamp: 3;
    line-clamp: 3
  }
}
.featured__story:not(:first-child):not(:last-child) .featured-story__desc {
  display: none
}
.featured-story__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.featured-story__author-pic {
  margin-right: 12px;
  width: 24px
}
.featured-story__author-name {
  font-size: 16px;
  font-weight: 24px;
  font-weight: 700;
  color: #000000;
}
.featured-story__read {
  background-color: #f4f2ed;
  color: #454c53;
  padding: 0 24px 34px
}
@media (min-width:992px) {
  .featured-story__read {
    padding-top: 24px
  }
}
.featured-story__read small {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px
}
.featured-story__read [class^=icon-] {
  margin-right: 5px
}

/*# sourceMappingURL=maps/featured-story.css.map */

.featured-story__btn {
  display: none;
}
@media (max-width: 1212px) {
  .featured-story__btn {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px;
  }
  .stores__btn--primary {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #7345b2;
      border-color: #7345b2;
      color: #fff;
  }
  .featured-story__btn a {
      font-size: 16px;
      line-height: 19px;
      padding: 12px 20px;
  }
  @media (min-width: 576px) {
      .featured-story__btn a {
          font-size: 18px;
          line-height: 27px;
          padding: 16px 32px;
      }
  }
  .stores--btn {
      border-width: 1px;
      border-style: solid;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      border-radius: 999px;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      -webkit-transition-property: color, border-color, background-color, fill;
      -o-transition-property: color, border-color, background-color, fill;
      -moz-transition-property: color, border-color, background-color, fill;
      transition-property: color, border-color, background-color, fill;
      -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
  }
  .featured-story__btn {
      display: block;
  }
}

article.featured-story {
  display: flex;
  flex-direction: column;
}
