/* IMPORT THE FRAMEWORK */
.post img, .post, .posts, .cat-nav .tabs, .cat-nav, .featured-post .info, .featured-post, .featured-posts {
  position: relative;
}

.hero::before {
  position: absolute;
}

.hero::before {
  display: block;
}

.featured-post .info, .post .info {
  box-sizing: border-box;
}

.hero::before {
  content: "";
}

.post .info {
  text-align: left;
}

.post .info .cat, .cat-nav h2, .featured-post .info .cat {
  text-transform: uppercase;
}

.post, .cat-nav .tabs, .featured-posts, .posts, .featured-post {
  display: flex;
  flex-wrap: wrap;
}

.featured-post {
  justify-content: flex-start;
}

.posts {
  justify-content: space-between;
}

.post img, .featured-post {
  background-repeat: no-repeat;
}

.post img, .featured-post {
  background-size: cover;
}

.post img, .featured-post {
  background-position: center center;
}

.hero {
  background-position: center bottom;
}

.post .info {
  width: 80%;
}

.post .info h2, .cat-nav .tabs a, .featured-post .info h1 {
  font-family: "neurial_grotesk", sans-serif;
}

.post .info .cat, .cat-nav h2, .featured-post .info .cat {
  font-family: "Weekly", sans-serif;
}

.post .info .link, .featured-post .info .link {
  color: #02BBED;
  margin: 1.5em 0;
  background-image: url("/app/images/global/chevron-right.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-right: 1.5em;
}
.post .info .link:hover, .featured-post .info .link:hover {
  color: #FFD600;
}

.featured-posts {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1921px) {
  .featured-posts {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

.posts, .blog-posts > h2, .blog-posts > h3, .cat-nav {
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .posts, .blog-posts > h2, .blog-posts > h3, .cat-nav {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 450px) {
  .posts, .blog-posts > h2, .blog-posts > h3, .cat-nav {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.posts {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .posts {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  .posts {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.post .info .cat, .cat-nav h2, .featured-post .info .cat {
  margin-bottom: 3em;
  color: #8d8d8d;
}

.cat-nav .tabs a, .featured-post .info h1 {
  font-size: 1.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .cat-nav .tabs a, .featured-post .info h1 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .cat-nav .tabs a, .featured-post .info h1 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 450px) {
  .cat-nav .tabs a, .featured-post .info h1 {
    font-size: 1.4em;
  }
}

.post .info h2 {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .post .info h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .post .info h2 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 450px) {
  .post .info h2 {
    font-size: 1.1em;
  }
}

.post .info p {
  font-size: 1.05em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .post .info p {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .post .info p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .post .info p {
    font-size: 0.9em;
  }
}

.post .info .link, .featured-post .info .link, .post .info .cat, .cat-nav h2, .featured-post .info .cat {
  font-size: 0.9em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .post .info .link, .featured-post .info .link, .post .info .cat, .cat-nav h2, .featured-post .info .cat {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .post .info .link, .featured-post .info .link, .post .info .cat, .cat-nav h2, .featured-post .info .cat {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 450px) {
  .post .info .link, .featured-post .info .link, .post .info .cat, .cat-nav h2, .featured-post .info .cat {
    font-size: 0.8em;
  }
}

.post .info h2, .cat-nav .tabs a, .featured-post .info h1 {
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.post .info .cat, .cat-nav h2, .featured-post .info .cat {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.post .info .link, .featured-post .info .link, .post .info p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.short-hero {
  height: 500px !important;
}

.hero {
  height: 1200px;
  background-image: url("/app/images/blog/hero.jpg");
}
.hero::before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(20, 19, 79, 0.65);
}
.hero h1 {
  top: 300px;
  right: 150px;
}

.hero-text {
  width: 50%;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero-text {
    width: 60%;
  }
}
@media screen and (min-width: 760px) and (max-width: 1199px) {
  .hero-text {
    width: 70%;
  }
}
@media screen and (max-width: 759px) {
  .hero {
    height: 1000px;
  }

  .hero-text {
    width: 70%;
  }
  .hero-text p, .hero-text p.long {
    width: 100%;
  }
}
.featured-posts {
  margin-top: -100px;
  z-index: 10;
}

.featured-post {
  width: 50%;
  border-top: 20px solid #02BBED;
}
.featured-post .info {
  width: 50%;
  padding: 3em;
  background-color: #151515;
  margin-bottom: 15em;
}
.featured-post .info h1 {
  line-height: 1.5em;
  color: #FFFFFF;
}
.featured-post .info .cat {
  color: #02BBED;
}

@media screen and (max-width: 1600px) {
  .featured-post .info {
    width: 60%;
    padding: 1.5em;
  }
}
@media screen and (max-width: 960px) {
  .featured-post .info {
    width: 75%;
    padding: 1.5em;
  }
}
@media screen and (max-width: 760px) {
  .featured-post {
    width: 100%;
  }
  .featured-post .info {
    width: 80%;
    padding: 1.5em;
  }
}
.cat-nav {
  padding-top: 4.5em;
  background-color: #151515;
}
.cat-nav .tabs {
  color: #FFFFFF;
  border-bottom: 1px solid #FFD600;
}
.cat-nav .tabs a {
  color: #FFD600;
  padding: 0.8em 1.5em 0.8em 0;
  margin-bottom: 0;
}
.cat-nav .tabs a:hover {
  color: #FFFFFF;
}
.cat-nav .tabs a:active {
  color: #FFFFFF;
}
.cat-nav .tabs .active {
  color: #FFFFFF;
}

.post {
  margin-bottom: 6em;
  width: 32%;
  flex-direction: column;
}
.post .info {
  color: #8d8d8d;
  margin-bottom: 3em;
}
.post .info h2 {
  line-height: 1.3em;
  text-transform: none;
  color: #FFFFFF;
}
.post .info h2:hover {
  color: #02BBED;
}
.post img {
  width: 100%;
}
.post .fade {
  margin-top: auto;
}
.post .fade:hover {
  opacity: 0.5;
}

@media screen and (min-width: 761px) and (max-width: 1064px) {
  .post {
    width: 48%;
  }
}
@media screen and (max-width: 760px) {
  .post {
    width: 100%;
  }
}
