/* 
* 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-money-moves.archive .entry-tag a {
  color: #1434CB;
}
.tag-money-moves.archive .sponsored-topic-header {
  overflow: hidden;
  padding: 0;
}
.tag-money-moves.archive .intro {
  padding: 0;
  color: white;
  position: absolute;
  z-index: 4;
  left: 0;
  flex: 1;
  height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tag-money-moves.archive .intro .container-mm-head > * {
  width: 50%;
}
.tag-money-moves.archive .intro h1 {
  font-size: 8rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1440px) {
  .tag-money-moves.archive .intro h1 {
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 900px) {
  .tag-money-moves.archive .intro h1 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 700px) {
  .tag-money-moves.archive .intro h1 {
    font-size: 3.8rem;
    margin-bottom: 1.2rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 580px) {
  .tag-money-moves.archive .intro h1 {
    line-height: 1;
    font-size: 2.8rem;
    white-space: nowrap;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 370px) {
  .tag-money-moves.archive .intro h1 {
    font-size: 2.4rem;
  }
}
.tag-money-moves.archive .intro .description {
  font-family: "sofia-pro";
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 900px) {
  .tag-money-moves.archive .intro .description {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 700px) {
  .tag-money-moves.archive .intro .description {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .tag-money-moves.archive .intro .description {
    font-size: 1.2rem;
  }
}
.tag-money-moves.archive .intro .sponsored {
  margin-top: 0;
  padding-top: 2rem;
  color: white;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .tag-money-moves.archive .intro .sponsored {
    font-size: 1rem;
    padding-top: 2rem;
  }
}
@media (max-width: 500px) {
  .tag-money-moves.archive .intro .sponsored {
    padding-top: 1.2rem;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
.tag-money-moves.archive .intro .sponsored img {
  width: 13.8rem;
}
@media (max-width: 1024px) {
  .tag-money-moves.archive .intro .sponsored img {
    width: 10rem;
  }
}
@media (max-width: 500px) {
  .tag-money-moves.archive .intro .sponsored img {
    width: 6.5rem;
    margin-top: 0.8rem;
  }
}
.tag-money-moves.archive .right-img {
  position: relative;
  overflow: visible;
  left: 50%;
  bottom: 0;
  width: 50%;
}
@media (max-width: 1440px) {
  .tag-money-moves.archive .right-img {
    transform: translateX(-5rem);
    width: 100%;
  }
}
.tag-money-moves.archive .right-img .video-container {
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tag-money-moves.archive .right-img .video-container {
    position: relative;
    width: 100%;
    right: 0;
    min-height: 240px;
  }
  .tag-money-moves.archive .right-img .video-container:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .tag-money-moves.archive .right-img .video-container video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
  }
  .tag-money-moves.archive .right-img .video-container .test {
    width: 100%;
    left: -15%;
    height: 100%;
    position: absolute !important;
  }
}
.tag-money-moves.archive .right-img .video-container .test {
  position: relative;
  display: flex;
}
.tag-money-moves.archive .right-img .video-container .test video {
  height: 340px;
  object-fit: cover;
  left: -10%;
  position: relative;
}
@media (min-width: 769px) {
  .tag-money-moves.archive .right-img .video-container .test video {
    height: 380px;
    left: -17%;
  }
}
@media (min-width: 1025px) {
  .tag-money-moves.archive .right-img .video-container .test video {
    height: 380px;
    left: -8%;
  }
}
@media only screen and (min-width: 1145px) {
  .tag-money-moves.archive .right-img .video-container .test video {
    left: 0%;
  }
}
@media only screen and (min-width: 1255px) {
  .tag-money-moves.archive .right-img .video-container .test video {
    height: 395px;
  }
}
@media only screen and (min-width: 1300px) {
  .tag-money-moves.archive .right-img .video-container .test video {
    height: 415px;
  }
}
@media only screen and (min-width: 1380px) {
  .tag-money-moves.archive .right-img .video-container .test video {
    height: 435px;
  }
}
.tag-money-moves.archive .right-img:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  transform-origin: center;
  transform: translate(-50%, 0%) skew(-28deg);
  content: "";
  z-index: 2;
  height: 100%;
  width: 23rem;
  background: #021E4C;
}
@media (max-width: 768px) {
  .tag-money-moves.archive .right-img:after {
    width: 50%;
    transform: translate(-50%, 0%) skew(-14deg);
    left: -10%;
  }
}
@media (max-width: 500px) {
  .tag-money-moves.archive .right-img:after {
    left: -5%;
  }
}
.tag-money-moves.archive .featured-articles-3col-simple {
  margin-bottom: 0;
}
.tag-money-moves.archive .featured-articles-3col-simple .featured-posts-3col-simple {
  flex-wrap: wrap;
  width: calc(100% + 5rem);
  margin-right: 0;
  margin-left: 0;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .tag-money-moves.archive .featured-articles-3col-simple .featured-posts-3col-simple {
    width: calc(100% + 4rem);
  }
}
@media (max-width: 500px) {
  .tag-money-moves.archive .featured-articles-3col-simple .featured-posts-3col-simple {
    width: 100%;
    display: block;
  }
}
.tag-money-moves.archive .featured-articles-3col-simple .featured-posts-3col-simple > * {
  width: calc(33.33% - 2.5rem);
  margin: 0;
  margin-right: 2.5rem;
  margin-bottom: 3rem;
  border-bottom: 0;
  padding-bottom: 0;
  padding-right: 2.5rem;
  border-right: 1px solid #DEE2E6;
}
.tag-money-moves.archive .featured-articles-3col-simple .featured-posts-3col-simple > * .preview-ratio {
  display: block;
}
@media only screen and (max-width: 900px) {
  .tag-money-moves.archive .featured-articles-3col-simple .featured-posts-3col-simple > * {
    width: calc(50% - 2.5rem);
    margin-right: 2rem;
    padding-right: 2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 500px) {
  .tag-money-moves.archive .featured-articles-3col-simple .featured-posts-3col-simple > * {
    width: 100%;
    display: block;
    margin-right: 0rem;
    padding-right: 0rem;
    border-right: 0;
    margin-bottom: 2.5rem;
  }
}