/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 10, 2022, 6:36:29 PM
    Author     : Vegan
*/
.featured-posts-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.featured-posts-block:first-child {
  margin-top: 36px;
}
.featured-posts-block .module-parallax-background-block {
  padding-top: 40px;
  padding-bottom: 60px;
}
.news-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*min-height: 60vh;*/
  padding: 0;
}
@media screen and (max-width: 900px) {
  .news-post {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news-post {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 901px) {
  .news-post {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .news-post {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1281px) {
  .news-post {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1441px) {
  .news-post {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.news-post .multi-column-posts {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
.news-post .post-section {
  width: 28.5%;
  position: relative;
  margin-right: 7%;
}
.news-post .post-section h4 {
  font-family: 'AkzidGrtskNext', serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 38px;
}
.news-post .post-section p {
  font-family: 'AkzidGrtskNext', serif;
  font-size: 14px;
  line-height: 21.31px;
  font-weight: 500;
}
.news-post .post-section .post-label {
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #FEEB0D;
  font-weight: 600;
  font-size: 11px;
  font-family: 'AkzidGrtskNext', serif;
  text-transform: uppercase;
}
.news-post .post-section .post-image {
  /*padding-top: 68.75%;*/
  width: 100%;
  position: relative;
  display: block;
}
.news-post .post-section .post-image img {
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.news-post .post-section .post-date {
  font-weight: 700;
  font-family: 'AkzidGrtskNext', serif;
  font-size: 11px;
  line-height: 1.2em;
  padding: 10px 15px;
  visibility: hidden;
}
.news-post .post-section .cta {
  margin-top: 30px;
}
.news-post .post-section:nth-child(3) {
  margin-right: 0;
}
.news-post .post-description {
  width: 25%;
  /*padding-top: -18px;*/
  padding-left: 4.5%;
  padding-top: 100px;
  padding-bottom: 14.3%;
  height: 300px;
}
.news-post .post-description div.description-text {
  position: absolute;
  left: 62px;
  top: auto;
  bottom: 36px;
  width: 100%;
  height: auto;
}
.news-post .post-description h4 {
  /* 40px */
  font-weight: 700;
  font-family: 'AkzidGrtskNext', serif;
  line-height: 1.1875em;
  /*min-width: 901px*/
  /*min-width: 1024px*/
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .news-post .post-description h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news-post .post-description h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 901px) {
  .news-post .post-description h4 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .news-post .post-description h4 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .news-post .post-description h4 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1441px) {
  .news-post .post-description h4 {
    font-size: 40px;
  }
}
.news-post .post-description p {
  font-family: 'AkzidGrtskNext', serif;
  line-height: 1.21em;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .news-post .post-description p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .news-post .post-description p {
    font-size: 18px;
  }
}
@media screen and (min-width: 901px) {
  .news-post .post-description p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .news-post .post-description p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1281px) {
  .news-post .post-description p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1441px) {
  .news-post .post-description p {
    font-size: 18px;
  }
}
.news-post .post-description a.extra-link {
  font-weight: bold;
  text-decoration: underline;
}
.news-post .post-description a.extra-link:hover {
  color: #FEEB0D;
  text-decoration: none;
}
.news-post .post-description a.yellow-arrow {
  position: absolute;
  bottom: 0px;
}
.news-post.show-text-no .multi-column-posts {
  width: 100%;
}
.news-post.show-text-no .multi-column-posts .post-section {
  width: 21.25%;
  margin-right: 5%;
}
.news-post.show-text-no .multi-column-posts .post-section:nth-child(4) {
  margin-right: 0;
}
.news-post.show-text-no .post-description {
  display: none;
}
@media screen and (max-width: 767px) {
  .featured-posts-block {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .news-post {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .news-post .post-description {
    padding-top: 0px;
  }
  .post-image {
    padding-top: 100%;
    width: 100%;
    position: relative;
    display: block;
  }
}
@media screen and (min-width: 1441px) {
  .news-post .post-description a.yellow-arrow {
    bottom: 6px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .featured-posts-block {
    min-height: 65vh;
  }
  .featured-posts-block .module-parallax-background-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .featured-posts-block .featured-posts-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news-post .post-description div.description-text {
    left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .featured-posts-block {
    min-height: inherit;
  }
  .news-post {
    min-height: inherit;
    padding: 200px 0;
  }
  .news-post .multi-column-posts {
    width: 100%;
    justify-content: space-between;
  }
  .news-post .post-description {
    width: calc(75% - 90px);
    margin-top: 50px;
    padding-left: 0;
  }
  .news-post .post-description div.description-text {
    left: 0px;
  }
  .news-post.show-text-no .multi-column-posts .post-section {
    width: 46.5%;
    margin-bottom: 50px;
  }
  .news-post.show-text-no .multi-column-posts .post-section:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-post {
    display: block;
  }
  .news-post .multi-column-posts {
    display: block;
    width: 100%;
  }
  .news-post .post-section,
  .news-post .post-description {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding-left: 0;
  }
  .news-post .post-section div.description-text,
  .news-post .post-description div.description-text {
    padding-top: 80px;
    position: relative;
    left: 0px;
  }
  .news-post.show-text-no .multi-column-posts .post-section {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=module-featured-posts-block.css.map */