/* line 15, ../scss/grfluxxmlhome.scss */
#happy-blog * {
  font-family: 'Poppins', Arial, sans-serif;
}
/* line 19, ../scss/grfluxxmlhome.scss */
#happy-blog .category-nav {
  text-align: center;
  font-size: 0;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  /* line 27, ../scss/grfluxxmlhome.scss */
  #happy-blog .category-nav:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background: #e5e5e5;
    z-index: 1;
  }
}
/* line 40, ../scss/grfluxxmlhome.scss */
#happy-blog .category-nav ul {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 10;
}
@media (min-width: 480px) {
  /* line 40, ../scss/grfluxxmlhome.scss */
  #happy-blog .category-nav ul {
    padding: 0 25px;
  }
}
/* line 50, ../scss/grfluxxmlhome.scss */
#happy-blog .category-nav ul li {
  display: inline-block;
}
@media (min-width: 480px) {
  /* line 50, ../scss/grfluxxmlhome.scss */
  #happy-blog .category-nav ul li {
    margin-right: 3px;
  }
}
@media (max-width: 479px) {
  /* line 50, ../scss/grfluxxmlhome.scss */
  #happy-blog .category-nav ul li {
    width: 100%;
  }
}
/* line 61, ../scss/grfluxxmlhome.scss */
#happy-blog .category-nav ul li:nth-last-child(1) {
  margin: 0;
}
/* line 65, ../scss/grfluxxmlhome.scss */
#happy-blog .category-nav ul li button {
  background: #f4f4f4;
  color: #bababa;
  min-width: 125px;
  text-align: center;
  border: 0;
  font-size: 18px;
  border-radius: 0;
  line-height: 40px;
}
@media (max-width: 479px) {
  /* line 65, ../scss/grfluxxmlhome.scss */
  #happy-blog .category-nav ul li button {
    width: 100%;
  }
}
/* line 79, ../scss/grfluxxmlhome.scss */
#happy-blog .category-nav ul li button.active {
  background: #114078;
  color: #fff;
}
/* line 88, ../scss/grfluxxmlhome.scss */
#happy-blog .content-wrapper [class*="flux-"] {
  display: none;
}
/* line 91, ../scss/grfluxxmlhome.scss */
#happy-blog .content-wrapper [class*="flux-"].active {
  display: block;
}
/* line 96, ../scss/grfluxxmlhome.scss */
#happy-blog .content-wrapper .article {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin: 0 15px 30px;
  height: 270px;
}
@media (max-width: 991px) {
  /* line 96, ../scss/grfluxxmlhome.scss */
  #happy-blog .content-wrapper .article {
    height: 485px;
  }
}
@media (max-width: 767px) {
  /* line 96, ../scss/grfluxxmlhome.scss */
  #happy-blog .content-wrapper .article {
    height: auto;
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  /* line 112, ../scss/grfluxxmlhome.scss */
  #happy-blog .content-wrapper .article[class*="col-sm"] {
    width: calc(50% - 15px);
  }
  /* line 116, ../scss/grfluxxmlhome.scss */
  #happy-blog .content-wrapper .article[class*="col-sm"]:nth-child(odd) {
    margin-left: 0;
  }
  /* line 120, ../scss/grfluxxmlhome.scss */
  #happy-blog .content-wrapper .article[class*="col-sm"]:nth-child(even) {
    margin-right: 0;
  }
}
/* line 126, ../scss/grfluxxmlhome.scss */
#happy-blog .content-wrapper .article .article-img {
  display: inline-block;
  line-height: 270px;
  height: 270px;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 126, ../scss/grfluxxmlhome.scss */
  #happy-blog .content-wrapper .article .article-img {
    width: 100%;
    height: 210px;
    line-height: 210px;
  }
}
/* line 138, ../scss/grfluxxmlhome.scss */
#happy-blog .content-wrapper .article .article-img img {
  max-height: 100%;
}
/* line 143, ../scss/grfluxxmlhome.scss */
#happy-blog .content-wrapper .article .article-content {
  border-top: 10px solid #114078;
  padding: 15px 0;
  padding-right: 10px;
}
@media (max-width: 991px) {
  /* line 143, ../scss/grfluxxmlhome.scss */
  #happy-blog .content-wrapper .article .article-content {
    padding: 15px;
  }
}
/* line 152, ../scss/grfluxxmlhome.scss */
#happy-blog .content-wrapper .article .article-content .article-resume {
  display: inline-block;
  max-height: 200px;
  overflow: hidden;
  padding-right: 5px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  /* line 152, ../scss/grfluxxmlhome.scss */
  #happy-blog .content-wrapper .article .article-content .article-resume {
    height: 200px;
  }
}
@media (max-width: 767px) {
  /* line 152, ../scss/grfluxxmlhome.scss */
  #happy-blog .content-wrapper .article .article-content .article-resume {
    max-height: none;
    height: inherit;
  }
}
/* line 168, ../scss/grfluxxmlhome.scss */
#happy-blog .content-wrapper .article .article-content .article-resume .article-title {
  color: #114078;
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}
/* line 177, ../scss/grfluxxmlhome.scss */
#happy-blog .content-wrapper .article .article-content .article-more {
  color: #114078;
  text-decoration: underline;
}
/* line 181, ../scss/grfluxxmlhome.scss */
#happy-blog .content-wrapper .article .article-content .article-more:before {
  content: "> > ";
  display: inline-block;
  padding-right: 7px;
  vertical-align: middle;
  letter-spacing: -1.5px;
}
