/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/sass/full-width-layout.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/* Layout */
.full-width-layout {
  padding-bottom: 45px;
}
.full-width-layout.dark {
  background-color: #000000;
  color: #eee;
}
@media screen and (min-width: 1024px) {
  .full-width-layout {
    padding-bottom: 90px;
  }
}
.full-width-layout h1 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .full-width-layout h1 {
    color: #000000;
    font-size: 48px;
  }
}
.full-width-layout img,
.full-width-layout video {
  display: block;
  width: 100%;
}
.full-width-layout p:last-of-type {
  margin-bottom: 0;
}

.dark .full-width-layout__heading {
  color: #eee;
}

.full-width-layout__heading:last-child {
  margin-bottom: 0;
}

/* Hero */
.full-width-layout__hero {
  display: grid;
  grid-template-areas: "media" "content";
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__hero {
    grid-template-areas: "content media" "empty media-caption";
    grid-template-columns: 1fr 1fr;
    margin-bottom: 90px;
  }
}

.full-width-layout__hero-content {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
  color: #FFFFFF;
  grid-area: media;
  padding: 40px 10px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__hero-content {
    background: none;
    color: #000000;
    grid-area: content;
    height: 100%;
    padding-inline: 60px;
  }
  .full-width-layout__hero-content.dark {
    color: #eee;
  }
}

.full-width-layout__hero-content__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 630px;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__hero-content__inner {
    height: 100%;
    justify-content: center;
    margin-right: 0;
  }
}

.dark .full-width-layout__hero-title {
  color: #eee;
}

.full-width-layout__hero-subtitle-desktop {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.75;
}
.dark .full-width-layout__hero-subtitle-desktop {
  color: #eee;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__hero-subtitle-desktop {
    color: #222222;
    font-size: 22px;
  }
  .dark .full-width-layout__hero-subtitle-desktop {
    color: #eee;
  }
}

.full-width-layout__hero-post-meta,
.full-width-layout__hero-post-meta a {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.667;
}
.dark .full-width-layout__hero-post-meta,
.dark .full-width-layout__hero-post-meta a {
  color: #eee;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__hero-post-meta,
  .full-width-layout__hero-post-meta a {
    color: #222222;
  }
  .dark .full-width-layout__hero-post-meta,
  .dark .full-width-layout__hero-post-meta a {
    color: #eee;
  }
}

.full-width-layout__hero-post-meta a {
  border-bottom: 2px solid #6BB000;
}

.full-width-layout__hero-categories a {
  color: #FFFFFF;
}

.full-width-layout__hero-media {
  --header-height: 55px;
  grid-area: media;
  min-height: calc(100vh - var(--header-height));
}
.full-width-layout__hero-media:has(.full-width-layout__hero-video.is-loaded) .full-width-layout__hero-poster {
  display: none;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__hero-media {
    --header-height: 100px;
  }
}

.full-width-layout__hero-poster,
.full-width-layout__hero-video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.full-width-layout__hero-poster + .full-width-layout__hero-video:not(.is-loaded) {
  display: none;
}

.full-width-layout__dual-image-row-caption,
.full-width-layout__hero-caption {
  grid-area: content;
  padding-inline: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__dual-image-row-caption,
  .full-width-layout__hero-caption {
    grid-area: media-caption;
    padding-left: 0;
  }
}

/* Social */
.full-width-layout__social {
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-inline: auto;
  max-width: 620px;
  padding-inline: 10px;
  row-gap: 10px;
}
.full-width-layout__social a {
  display: block;
  height: 30px;
  vertical-align: middle;
  width: 30px;
}
.full-width-layout__social a.for-wechat {
  outline: none;
}
.full-width-layout__social .icon-for-twitter {
  height: 30px;
  width: 30px;
}
.full-width-layout__social .icon-for-twitter svg {
  height: 24px;
  width: 24px;
}
.full-width-layout__social .icon, .full-width-layout__social .ea-share-count-icon {
  align-items: center;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 20px;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.full-width-layout__social .icon.icon-facebook, .full-width-layout__social .ea-share-count-icon.icon-facebook {
  background-color: #3B579C;
}
.full-width-layout__social .icon.icon-hacker-news, .full-width-layout__social .ea-share-count-icon.icon-hacker-news {
  background-color: #FF6600;
}
.full-width-layout__social .icon.icon-hacker-news:before, .full-width-layout__social .ea-share-count-icon.icon-hacker-news:before {
  background-position: 50% 50%;
}
.full-width-layout__social .icon.icon-google-plus, .full-width-layout__social .ea-share-count-icon.icon-google-plus {
  background-color: #D94B37;
}
.full-width-layout__social .icon.icon-linkedin, .full-width-layout__social .ea-share-count-icon.icon-linkedin {
  background-color: #2B7BB7;
}
.full-width-layout__social .icon.icon-twitter, .full-width-layout__social .ea-share-count-icon.icon-twitter {
  background-color: #41ADEE;
}
.full-width-layout__social .icon.easc-envelope, .full-width-layout__social .ea-share-count-icon.easc-envelope {
  background-color: #1A1A1A;
  font-size: 16px;
}
.full-width-layout__social .icon.icon-weibo, .full-width-layout__social .ea-share-count-icon.icon-weibo {
  background-color: #EB192D;
}
.full-width-layout__social .icon.icon-wechat, .full-width-layout__social .ea-share-count-icon.icon-wechat {
  background-color: #29C80D;
}
.full-width-layout__social .icon.icon-weibo:before, .full-width-layout__social .icon.icon-wechat:before, .full-width-layout__social .ea-share-count-icon.icon-weibo:before, .full-width-layout__social .ea-share-count-icon.icon-wechat:before {
  filter: unset;
}
.full-width-layout__social .ea-share-count {
  display: none;
}

.full-width-layout__share-text {
  color: #666666;
  display: block;
  font-size: 15px;
}
.dark .full-width-layout__share-text {
  color: #aaa;
}
.full-width-layout__share-text .icon-share {
  color: #666666;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.dark .full-width-layout__share-text .icon-share {
  color: #aaa;
}

/* Read time */
.full-width-layout__reading-time {
  margin: 0 auto 20px auto;
  max-width: 620px;
  padding-inline: 10px;
}
.full-width-layout__social + .full-width-layout__reading-time {
  margin-top: 30px;
}
.full-width-layout__reading-time .bsf-rt-reading-time {
  background: #eeeeee;
  color: #222222;
  font-size: 15px;
  line-height: 1.667;
  padding: 10px;
}
.dark .full-width-layout__reading-time .bsf-rt-reading-time {
  background: #000000;
  color: #eee;
}

/* Layout sections  */
.full-width-layout__sections {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.full-width-layout__sections a {
  border-bottom: 2px solid #6BB000;
  color: #222222;
}
.dark .full-width-layout__sections a {
  color: #eee;
}

/* Media credits and caption callout */
.dark .full-width-layout__media-credits {
  color: #aaa;
}

.full-width-layout__media-caption-callout,
.full-width-layout__media-credits,
.full-width-layout__caption {
  color: #666666;
  font-size: 11px;
  line-height: 1.667;
}
.dark .full-width-layout__media-caption-callout,
.dark .full-width-layout__media-credits,
.dark .full-width-layout__caption {
  color: #aaa;
}

.full-width-layout__article-copy-section {
  color: #222222;
  font-size: 16px;
  line-height: 1.667;
}
.full-width-layout__article-copy-section.dark {
  color: #eee;
}

/* Standard image section */
.full-width-layout__standard-image-section,
.full-width-layout__standard-video-section {
  margin: 0 auto;
  max-width: 1200px;
}

/* Narrow video section */
.full-width-layout__narrow-video-section {
  margin: 0 auto;
  max-width: 600px;
}

/* Caption callout section */
.full-width-layout__article-copy-section,
.full-width-layout__caption-callout-section {
  margin: 0 auto;
  max-width: 620px;
  padding-inline: 10px;
  width: 100%;
}

/* Dual Image Row Section */
.full-width-layout__dual-image-row-section {
  display: grid;
  column-gap: 30px;
  grid-template-areas: "media1" "content1" "media2" "content2";
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .full-width-layout__dual-image-row-section {
    grid-template-areas: "media1 media2" "content1 content2";
    grid-template-columns: 1fr 1fr;
  }
}

.full-width-layout__dual-image-row-image {
  object-fit: cover;
}
.full-width-layout__dual-image-row-image:first-of-type {
  grid-area: media1;
}
.full-width-layout__dual-image-row-image:nth-of-type(2) {
  grid-area: media2;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .full-width-layout__dual-image-row-image:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .full-width-layout__dual-image-row-image {
    height: 100%;
  }
}

.full-width-layout__dual-image-row-caption {
  padding-inline: 10px;
}
.full-width-layout__dual-image-row-caption:first-of-type {
  grid-area: content1;
}
.full-width-layout__dual-image-row-caption:nth-of-type(2) {
  grid-area: content2;
}
@media screen and (min-width: 1240px) {
  .full-width-layout__dual-image-row-caption {
    padding-inline: 0;
  }
}

/* 50/50 Image Section */
.full-width-layout__50-50-image-row-section {
  display: grid;
  grid-template-areas: "media1" "media2" "content";
}
@media screen and (min-width: 768px) {
  .full-width-layout__50-50-image-row-section {
    grid-template-areas: "media1 media2" "content content";
    grid-template-columns: 1fr 1fr;
  }
}
.full-width-layout__50-50-image-row-section .full-width-layout__inner {
  grid-area: content;
}

.full-width-layout__50-50-image-row-image {
  object-fit: cover;
}
.full-width-layout__50-50-image-row-image:first-of-type {
  grid-area: media1;
}
.full-width-layout__50-50-image-row-image:nth-of-type(2) {
  grid-area: media2;
}
@media screen and (min-width: 768px) {
  .full-width-layout__50-50-image-row-image {
    height: 100%;
  }
}

/* Section inner container */
* + .full-width-layout__inner {
  margin-top: 30px;
}

.full-width-layout__inner {
  margin-inline: auto;
  max-width: 620px;
  padding-inline: 10px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .full-width-layout__narrow-video-section .full-width-layout__inner {
    padding-inline: 0;
  }
}
@media screen and (min-width: 640px) {
  .full-width-layout__standard-image-section .full-width-layout__inner, .full-width-layout__standard-video-section .full-width-layout__inner {
    padding-inline: 0;
  }
}

/* Terms */
.full-width-layout__categories-section {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  gap: 15px;
  line-height: 1.667;
  margin-inline: auto;
  margin-top: 30px;
  max-width: 1220px;
  padding-inline: 10px;
}
.full-width-layout__categories-section a {
  border-bottom: 2px solid #6BB000;
  color: #222222;
}
.dark .full-width-layout__categories-section a {
  color: #eee;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__categories-section {
    margin-top: 45px;
  }
}

.full-width-layout__terms {
  align-items: center;
  column-gap: 15px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.full-width-layout__terms-separator {
  background: #999999;
  height: 15px;
  width: 1px;
}

/* News */
.full-width-layout__news-section {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 1220px;
  padding-inline: 10px;
}

.full-width-layout__news-post-tile {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.full-width-layout__news-title {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__news-title {
    font-size: 28px;
  }
}

.full-width-layout__news {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.full-width-layout__news img {
  aspect-ratio: 16/9;
  contain-intrinsic-size: none;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .full-width-layout__news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .full-width-layout__news {
    grid-template-columns: repeat(4, 1fr);
  }
}

.full-width-layout__news-post-title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 30px;
}
.dark .full-width-layout__news-post-title {
  color: #eee;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__news-post-title {
    font-size: 20px;
  }
}

.full-width-layout__news-post-excerpt {
  color: #222222;
  font-size: 15px;
  line-height: 1.667;
  margin-top: 15px;
}
.full-width-layout__news-post-excerpt.dark {
  color: #eee;
}
.full-width-layout__news-post-excerpt .read-more {
  color: #000000;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 15px;
}
.dark .full-width-layout__news-post-excerpt .read-more {
  color: #eee;
}
.full-width-layout__news-post-excerpt .read-more br {
  display: none;
}
.full-width-layout__news-post-excerpt .read-more span {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .full-width-layout__news-post-excerpt .read-more {
    font-size: 14px;
  }
}

/*# sourceMappingURL=full-width-layout.css.map*/