.page-node-type-front .feat-articles {
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-node-type-front .feat-articles__header {
  width: 100%;
  margin-bottom: 2rem;
}
.page-node-type-front .feat-articles__header .title .block-title {
  font-size: 1.875rem;
  margin-bottom: 1rem;
}
.page-node-type-front .feat-articles__header .title .block-title a {
  color: #333;
}
.page-node-type-front .feat-articles__header .title .block-title a:hover {
  color: #84c9dd;
}
.page-node-type-front .feat-articles__header .more-link {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-node-type-front .feat-articles__header .more-link::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.56' height='6.22' viewBox='0 0 7.56 6.22'%3E%3Ctitle%3EArrow%3C/title%3E%3Cpath d='M7.44,3.43,4.8,6.12a.42.42,0,0,1-.61-.06.43.43,0,0,1,0-.56L6.1,3.56H.43A.44.44,0,0,1,0,3.12a.44.44,0,0,1,.43-.43H6.1L4.19.74a.44.44,0,0,1,0-.62.44.44,0,0,1,.6,0h0L7.43,2.81A.45.45,0,0,1,7.44,3.43Z' style='fill:%23fff'/%3E%3C/svg%3E");
  line-height: 0;
  text-align: center;
  width: 34px;
  height: 20px;
  padding-top: 14px;
  margin-right: 12px;
  background: #333333;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-node-type-front .feat-articles__header .more-link:hover, .page-node-type-front .feat-articles__header .more-link:focus {
  color: #38a3c1;
}
.page-node-type-front .feat-articles__header .more-link:hover::before, .page-node-type-front .feat-articles__header .more-link:focus::before {
  margin-left: 5px;
  margin-right: 7px;
  background: #38a3c1;
}
.page-node-type-front .feat-articles__content {
  width: 100%;
}
@media (min-width: 480px) {
  .page-node-type-front .feat-articles__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-node-type-front .feat-articles__header .title .block-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-node-type-front .feat-articles__header .title .block-title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  .page-node-type-front .feat-articles--hb .feat-articles__content {
    width: 100%;
  }
  .page-node-type-front .feat-articles--hb .articles-list__item {
    width: 33.33333333%;
  }
}
.page-node-type-front .articles-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.page-node-type-front .articles-list__item {
  width: 100%;
  margin-bottom: 80px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 480px) {
  .page-node-type-front .articles-list__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-node-type-front .articles-list__item {
    width: 33.33333333%;
  }
}
/*# sourceMappingURL=featured-articles.css.map */
