/* First parameter define amount of columns (default: 1)
 * Second parameter define how many columns each item should span (default: 1)
 * Third parameter defines if the column is fluid or not
 */
@-webkit-keyframes arrow-bounce {
  0%,
  50%,
  100%,
  to {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
  75% {
    -webkit-transform: translateY(0.375rem) translateZ(0);
            transform: translateY(0.375rem) translateZ(0);
  }
}
@keyframes arrow-bounce {
  0%,
  50%,
  100%,
  to {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
  75% {
    -webkit-transform: translateY(0.375rem) translateZ(0);
            transform: translateY(0.375rem) translateZ(0);
  }
}

@-webkit-keyframes arrow-bounce-to-right {
  0%,
  50%,
  100%,
  to {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  75% {
    -webkit-transform: translateX(0.375rem) translateZ(0);
            transform: translateX(0.375rem) translateZ(0);
  }
}

@keyframes arrow-bounce-to-right {
  0%,
  50%,
  100%,
  to {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  75% {
    -webkit-transform: translateX(0.375rem) translateZ(0);
            transform: translateX(0.375rem) translateZ(0);
  }
}

@keyframes arrow-bounce {
  0%,
  50%,
  100%,
  to {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
  }
  75% {
    -webkit-transform: translateY(0.375rem) translateZ(0);
            transform: translateY(0.375rem) translateZ(0);
  }
}

@keyframes arrow-bounce-to-right {
  0%,
  50%,
  100%,
  to {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  75% {
    -webkit-transform: translateX(0.375rem) translateZ(0);
            transform: translateX(0.375rem) translateZ(0);
  }
}

.long-content__article {
  display: block;
}

/**
 * HEADER
 */
.long-content-header--with-image {
  position: relative;
  margin-bottom: 1.5rem;
}

.long-content-header--with-image .long-content-header__hero-section {
  position: relative;
}

.long-content-header--with-image .long-content-header__flex-column-wrapper {
  /**
      * Fix for the IE11 bug https://github.com/philipwalton/flexbugs#flexbug-3
      */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  position: relative;
}

.long-content-header--with-image .long-content-header__flex-column-wrapper > .component-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: -webkit-calc(100vh - 3.5625rem);
  min-height: calc(100vh - 3.5625rem);
}

.long-content-header--with-image .long-content-header__text-container {
  width: 100%;
  margin: auto 0 2rem 0;
}

.long-content-header--with-image .long-content-header__heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.long-content-header--with-image .long-content-header__headings {
  color: #fff;
}

.long-content-header--with-image .long-content-header__summary {
  font-weight: 400;
}

.long-content-header--with-image .long-content-header__summary-mobile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.long-content-header--with-image .long-content-header__summary-mobile {
  max-width: 42rem;
  margin: 1.5rem 0;
}

.long-content-header__reading-time-arrow {
  margin-bottom: 2rem;
}

.long-content-header__heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.long-content-header__headings {
  max-width: 42rem;
  width: 100%;
}

.long-content-header__divider {
  padding-top: 1rem;
}

.long-content-header__divider hr {
  height: 1px;
  margin: 0;
  max-width: 42rem;
  margin: 0 auto;
}

/**
  * IMAGE HEADER
  */
.long-content-header__img-wrapper {
  max-width: 90rem;
  width: 100%;
}

.long-content-header__img-wrapper picture,
.long-content-header__img-wrapper noscript,
.long-content-header .ls-blur-up-img,
.long-content-header .js-object-fit-clone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.long-content-header__img-wrapper img {
  height: 100%;
  width: auto;
  max-width: 100%;
  width: 100%;
  font-family: 'object-fit: cover';
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
  * COMMON for all article headers
  */
.article-header .ls-blur-up-img,
.article-header .js-object-fit-clone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.article-header__img-wrapper img {
  height: 100%;
  width: auto;
  max-width: 100%;
  width: 100%;
  font-family: 'object-fit: cover';
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-header__text-wrapper {
  padding-top: 3rem;
}

.article-header__img-wrapper picture,
.article-header__img-wrapper noscript {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.article-header__img-wrapper,
.article-header--image .looped-video {
  position: relative;
  height: 17.5rem;
}

.article-header--image .banner-image,
/*.article-header--image .youtube-player,*/
.article-header--image .looped-video {
  margin-bottom: -1rem;
}

/**
  * TEXT ONLY header
  */
/**
  * BANNER header
  */
.article-header--image .youtube-player {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  /*padding-top: 3rem;*/
  padding-top: 0rem;
}

/**
  * Q&A header
  */

.article-header--qna .banner-image {
  margin-bottom: 0;
}

.article-header--qna .article-header__text-wrapper {
  padding-top: 2rem;
}

/**
  * META INFORMATION
  */
.long-content-meta {
  display: block;
  width: 100%;
  margin-top: 2rem;
}

.long-content-meta.long-content-meta--basic {
  margin-top: 0;
  /* margin-bottom: 1.5rem; */
}

.long-content-meta.long-content-meta--basic .long-content-meta__info {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}

.long-content-meta.long-content-meta--basic .long-content-meta__reading-time {
  display: inline-block;
  width: auto;
  margin-top: 0;
}

.long-content-meta.long-content-meta--basic .long-content-meta__last-edited {
  margin-right: 1rem;
}

.long-content-meta__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 42rem;
  margin: 0 auto;
}

.long-content-meta__last-edited {
  display: inline-block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 1.5rem;
  word-wrap: break-word;
}

.long-content-meta__author {
  display: inline-block;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-top: 0.125rem;
  word-wrap: break-word;
  text-transform: uppercase;
}

.long-content-meta__reading-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  word-wrap: break-word;
}

@media screen and (min-width: 36em) {
  .article-header__img-wrapper,
  .article-header--image .looped-video {
    height: 25rem;
  }
  .article-header--image .banner-image,
  /*.article-header--image .youtube-player,*/
  .article-header--image .looped-video {
    margin-bottom: -2rem;
  }
  .article-header--image .youtube-player {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /*.article-header--image .youtube-player {
    padding-top: 4rem;
  }*/
  .article-header--qna .banner-image {
    margin-bottom: 0;
  }
  .article-header--qna .article-header__text-wrapper {
    padding-top: 1rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .long-content-meta.long-content-meta--basic {
    margin-top: 0;
    margin-bottom: 0;
  }
  .long-content-meta.long-content-meta--basic .long-content-meta__info {
    max-width: 100%;
  }
}

@media screen and (min-width: 48em) {
  .long-content-meta {
    margin-top: 3rem;
  }
  .long-content-header--with-image .long-content-meta {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 62em) {
  .long-content-header--with-image .long-content-header__flex-column-wrapper > .component-content {
    min-height: -webkit-calc(100vh - 6.125rem);
    min-height: calc(100vh - 6.125rem);
  }
  .article-header__text-wrapper {
    padding-top: 4rem;
  }
  .article-header__img-wrapper,
  .article-header--image .looped-video {
    height: 37.5rem;
  }
  .article-header--image .youtube-player {
    max-width: 68rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .article-header--qna > .component-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
  .article-header--qna .banner-image,
  .article-header--qna .article-header__text-wrapper {
    width: 50%;
    height: 37.5rem;
  }
  .article-header--qna .banner-image {
    margin-right: 1.5rem;
  }
  .article-header--qna .article-header__text-wrapper {
    margin-left: 1.5rem;
    margin-right: 3rem;
    padding-right: 0rem;
    padding-left: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .article-header--qna picture,
  .article-header--qna noscript {
    height: 100%;
  }
  .long-content-header--with-image .long-content-meta {
    position: absolute;
  }
  .long-content-meta__last-edited {
    margin-right: 0;
  }
  .long-content-meta__author {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .long-content-meta__reading-time {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 62em) and (max-width: 75em) {
  .article-header--qna .banner-image,
  .article-header--qna .article-header__text-wrapper {
    width: 50%;
    height: auto;
  }
  .article-header--qna .article-header__text-wrapper {
    min-height: 37.5rem;
  }
  .article-header--qna .banner-image,
  .article-header--qna .banner-image > .component-content,
  .article-header--qna .article-header__img-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 37.5rem;
  }
  .article-header--qna .ls-blur-up-img,
  .article-header--qna .js-object-fit-clone {
    min-height: 37.5rem;
  }
  .article-header--qna .article-header__img-wrapper {
    position: relative;
    height: auto;
    min-height: 37.5rem;
  }
}

@media screen and (min-width: 75em) {
  .long-content-meta__info {
    max-width: 10rem;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 118.75em) {
  .article-header--qna .article-header__text-wrapper {
    padding-top: 4rem;
  }
}
.article-header__text-wrapper.article-youtube-banner-content{
	padding-top:0 !important;
}

/*# sourceMappingURL=long-content.css.map */
