/* 
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* TEXT TRUNCATE
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block.
* Usage: @include text-truncate;
* Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/*
* DON'T BREAK
* Useful mixing so links don't overrun their container
* Usage: @include dontbreak();
* Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(bottomright, 3deg, topleft, 3deg, #fff);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
/*
* SASS Parent append
* Useful if you want to add an append to the parent without writing it out again
* Usage: @include parent-append(":hover")
* Source: https://codepen.io/imkremen/pen/RMVBvq
*/
/*
* Checked animation
*/
.tag-exporting-matters {
  background: #ECE8DF;
}
.tag-exporting-matters .sponsored-topic-header {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .tag-exporting-matters .sponsored-topic-header {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 2rem;
  }
}
.tag-exporting-matters .sponsored-topic-header .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .tag-exporting-matters .sponsored-topic-header .intro {
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
.tag-exporting-matters .sponsored-topic-header .intro h1 {
  font-size: 8rem;
  line-height: 1.1;
  white-space: normal;
  margin-bottom: 3rem;
  word-spacing: 100px;
}
@media (max-width: 1440px) {
  .tag-exporting-matters .sponsored-topic-header .intro h1 {
    font-size: 7rem;
  }
}
@media (max-width: 1024px) {
  .tag-exporting-matters .sponsored-topic-header .intro h1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .tag-exporting-matters .sponsored-topic-header .intro h1 {
    font-size: 5.5rem;
    max-width: 44rem;
  }
}
@media (max-width: 500px) {
  .tag-exporting-matters .sponsored-topic-header .intro h1 {
    font-size: 4.4rem;
    max-width: 30rem;
  }
}
.tag-exporting-matters .sponsored-topic-header .intro .sponsored {
  margin-top: 0rem;
  padding-top: 3rem;
}
.tag-exporting-matters .sponsored-topic-header .right-img {
  width: calc(50% - 4rem);
  margin-left: 4rem;
  position: relative;
  left: 0;
}
.tag-exporting-matters .sponsored-topic-header .right-img:after {
  display: none !important;
}
@media (max-width: 768px) {
  .tag-exporting-matters .sponsored-topic-header .right-img {
    width: 100%;
    margin-left: 0rem;
  }
}
.tag-exporting-matters .sponsored-topic-header .right-img .height-100 {
  display: block;
  width: 100%;
  position: relative;
}
.tag-exporting-matters .sponsored-topic-header .right-img .height-100:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.tag-exporting-matters .sponsored-topic-header .right-img .height-100 iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.tag-exporting-matters .sponsored-topic-header .description {
  max-width: 50rem !important;
}
@media (max-width: 768px) {
  .tag-exporting-matters .featured-posts-3col-simple > *:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .tag-exporting-matters .featured-posts-3col-simple {
    display: flex;
    justify-content: space-between;
  }
  .tag-exporting-matters .featured-posts-3col-simple > * {
    width: calc(33.33% - 2rem);
  }
}
@media (max-width: 500px) {
  .tag-exporting-matters .featured-posts-3col-simple {
    display: block;
  }
  .tag-exporting-matters .featured-posts-3col-simple > * {
    width: 100%;
  }
}
.tag-exporting-matters .load-more-container > * .preview-ratio {
  display: block !important;
}
@media (min-width: 769px) {
  .tag-exporting-matters .load-more-container {
    display: flex;
  }
  .tag-exporting-matters .load-more-container > * {
    width: calc(33.33% - 5rem);
  }
}
@media (max-width: 768px) {
  .tag-exporting-matters .load-more-container {
    display: flex;
  }
  .tag-exporting-matters .load-more-container > * {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 500px) {
  .tag-exporting-matters .load-more-container {
    display: block;
  }
  .tag-exporting-matters .load-more-container > * {
    width: 100%;
  }
}
.tag-exporting-matters .block-title, .tag-exporting-matters .load-more-container > *, .tag-exporting-matters .featured-posts-3col-simple > * {
  border-color: rgba(25, 25, 25, 0.4) !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(25, 25, 25, 0.4);
  padding-bottom: 2.5rem;
}

.sponsored-topic-header {
  display: flex;
  align-items: center;
  margin-bottom: 4rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}
.tag-42425 .sponsored-topic-header {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .tag-42425 .sponsored-topic-header .right-img {
    margin-top: 3rem;
  }
}
@media (min-width: 1025px) {
  .tag-42425 .sponsored-topic-header {
    padding-top: 3rem !important;
  }
}
@media (max-width: 768px) {
  .sponsored-topic-header {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 2rem;
    border-bottom: 0;
  }
}
.sponsored-topic-header .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 50%;
}
@media (max-width: 768px) {
  .sponsored-topic-header .intro {
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 0rem !important;
  }
}
.tag-42425 .sponsored-topic-header .intro {
  display: block;
}
@media (min-width: 769px) {
  .tag-42425 .sponsored-topic-header .intro {
    padding-top: 1rem !important;
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.tag-42425 .sponsored-topic-header .intro h1 {
  width: 100%;
}
.tag-42425 .sponsored-topic-header .intro .sponsored {
  padding-top: 0;
  margin-top: 1.5rem;
  display: block;
  font-size: 0;
  color: transparent;
  line-height: 0;
  position: relative;
  padding-left: 1.2rem;
}
@media (min-width: 769px) {
  .tag-42425 .sponsored-topic-header .intro .sponsored {
    width: 12rem;
  }
}
@media (max-width: 768px) {
  .tag-42425 .sponsored-topic-header .intro .sponsored {
    margin-top: 1.5rem;
  }
}
.tag-42425 .sponsored-topic-header .intro .sponsored img {
  max-width: 8rem;
}
.tag-42425 .sponsored-topic-header .intro .sponsored:before {
  content: "Sponsored by";
  text-transform: uppercase;
  position: absolute;
  left: 0.2rem;
  top: 0;
  font-size: 0.8rem;
  text-align: left;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: bottom left;
  color: #6c757d;
}
.tag-42425 .sponsored-topic-header .intro .sponsored img {
  margin-top: 0;
}
.sponsored-topic-header .intro h1 {
  font-size: 8rem;
  line-height: 0.9;
  white-space: normal;
  margin-bottom: 3rem;
}
@media (max-width: 1440px) {
  .sponsored-topic-header .intro h1 {
    font-size: 7rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .sponsored-topic-header .intro h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .sponsored-topic-header .intro h1 {
    font-size: 5rem;
    margin-top: 2.5rem;
  }
}
@media (max-width: 500px) {
  .sponsored-topic-header .intro h1 {
    font-size: 4.4rem;
    max-width: 30rem;
  }
}
.sponsored-topic-header .intro .sponsored {
  margin-top: 0rem;
  padding-top: 3rem;
}
.sponsored-topic-header .intro .sponsored img {
  max-width: 10rem;
}
@media (max-width: 1024px) {
  .sponsored-topic-header .intro .sponsored {
    padding-top: 2rem;
  }
  .sponsored-topic-header .intro .sponsored img {
    max-width: 9rem;
  }
}
.sponsored-topic-header .right-img {
  width: 50%;
  margin-left: 0rem;
  position: relative;
  left: 0;
}
.sponsored-topic-header .right-img:after {
  display: none !important;
}
@media (min-width: 769px) {
  .tag-42425 .sponsored-topic-header .right-img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .sponsored-topic-header .right-img {
    width: 100%;
    margin-left: 0rem;
  }
}
.sponsored-topic-header .right-img .height-100 {
  display: block;
  width: 100%;
  position: relative;
}
.sponsored-topic-header .right-img .height-100:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.sponsored-topic-header .right-img .height-100 iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.tag-42425 .sponsored-topic-header .right-img .height-100:after {
  padding-bottom: 55%;
}
.sponsored-topic-header .description {
  padding-top: 2rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .sponsored-topic-header .description {
    padding-right: 0;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .featured-posts-3col-simple > *:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.featured-posts-3col-simple.noslide {
  flex-wrap: wrap;
  margin-right: -4rem !important;
  width: calc(100% + 4rem) !important;
  border-bottom: 1px solid var(--main-border-color);
}
.featured-posts-3col-simple.noslide > * {
  width: calc(33.33% - 2rem) !important;
  margin-left: 0rem !important;
  margin-right: 2rem !important;
  margin-bottom: 4rem !important;
  padding-right: 2rem !important;
  padding-bottom: 0rem !important;
  border-right: 1px solid var(--main-border-color) !important;
}
.featured-posts-3col-simple.noslide > *:nth-child(4) {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .featured-posts-3col-simple.noslide > *:nth-child(4) {
    display: block;
  }
  .featured-posts-3col-simple.noslide > *:nth-child(even) {
    border-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .featured-posts-3col-simple.noslide {
    margin-right: -4rem !important;
  }
  .featured-posts-3col-simple.noslide > * {
    width: calc(50% - 2rem) !important;
  }
}
@media (max-width: 768px) {
  .featured-posts-3col-simple.noslide {
    margin-right: 0rem !important;
    width: 100% !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .featured-posts-3col-simple.noslide > * {
    width: 100% !important;
    border-right: 0 !important;
    margin-bottom: 3rem !important;
    margin-right: 0rem !important;
    padding-right: 0 !important;
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid var(--main-border-color) !important;
  }
}

@media (max-width: 768px) {
  .featured-articles-3col-simple {
    margin-bottom: 3rem;
  }
}

@media (min-width: 769px) {
  .load-more-container {
    display: flex;
    justify-content: space-between;
  }
  .load-more-container > * {
    width: calc(33.33% - 5rem);
  }
}
@media (max-width: 768px) {
  .load-more-container {
    display: flex;
    justify-content: space-between;
  }
  .load-more-container > * {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 500px) {
  .load-more-container {
    display: block;
  }
  .load-more-container > * {
    width: 100%;
  }
}
.load-more-container > * .preview-ratio {
  display: none !important;
}
@media (max-width: 768px) {
  .load-more-container > *:nth-child(4n+1), .load-more-container > *:nth-child(4n+2) {
    /* Your CSS styles for these elements */
  }
  .load-more-container > *:nth-child(4n+1) .preview-ratio, .load-more-container > *:nth-child(4n+2) .preview-ratio {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .load-more-container > *:nth-child(4n+2), .load-more-container > *:nth-child(4n+3) {
    /* Your CSS styles for these elements */
  }
  .load-more-container > *:nth-child(4n+2) .preview-ratio, .load-more-container > *:nth-child(4n+3) .preview-ratio {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .load-more-container > *:nth-child(8n+1), .load-more-container > *:nth-child(8n+2), .load-more-container > *:nth-child(8n+3), .load-more-container > *:nth-child(8n+4) {
    /* Your CSS styles for these elements */
  }
  .load-more-container > *:nth-child(8n+1) .preview-ratio, .load-more-container > *:nth-child(8n+2) .preview-ratio, .load-more-container > *:nth-child(8n+3) .preview-ratio, .load-more-container > *:nth-child(8n+4) .preview-ratio {
    display: block !important;
  }
}

.block-title, .load-more-container > * {
  border-color: var(--main-border-color) !important;
  border-right: 0 !important;
  border-bottom: 1px solid var(--main-border-color) !important;
  padding-bottom: 2.5rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .load-more-container > *:first-child {
    display: none;
  }
}