/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
/* Mixin for button animation,
    use: @include button-animation(); for .btn-primary-dark--white-bg button
*/
/* Mixin for arrow link animation,
    use: @include arrow-link-animation(); for .btn-tertiary-dark--white-bg button
*/
/* Mixin for link animation,
    use: @include link-animation(); for .btn-link-dark--white-bg button
*/
/* Mixin for button background animation,
    use: @include hoverBgEffect($primary-slate, $scale: 1.4, $speed: 0.4s);
*/
/**
 * Mixin for adding gradient line to the bottom.
 * @param {$side-colors} color.
 */
/**
 * Mixin for adding text underline.
 */
/**
 * Mixin for cropping the text.
 * @param {$line-clamp} number of visible lines.
 */
.news-article {
  color: #34303d;
  margin-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .news-article {
    margin: 3.5rem 2rem 6.25rem;
  }
}
@media (min-width: 1024px) {
  .news-article .b-generic-links-wrapper__header {
    margin-bottom: 4.5rem;
  }
}
.news-article .b-generic-link-item__header {
  font-size: 1.25rem;
  font-weight: 400;
}
.news-article .b-nbw-banner-wrapper:first-child {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .news-article .b-nbw-banner-wrapper:first-child {
    margin-top: 4.5rem;
  }
}

.b-news-article__image {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .b-news-article__content-wrapper {
    display: grid;
    grid-template-columns: 1fr 30%;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media (min-width: 1300px) {
  .b-news-article__content-wrapper {
    grid-template-columns: 1fr 24rem;
  }
}
.b-news-article__content {
  padding: 0 2rem;
}
@media (min-width: 1024px) {
  .b-news-article__content {
    padding: 0;
  }
}
.b-news-article__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .b-news-article__title {
    font-size: 2.625rem;
    margin-bottom: 2.5rem;
  }
}
.b-news-article__subtitle {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.b-news-article-latest {
  background: #f6f4f0;
  padding: 2.5rem 2rem;
}
.b-news-article-latest__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e1e0e2;
}
.b-news-article-latest__item {
  border-bottom: 1px solid #e1e0e2;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.b-news-article-latest__item:last-child {
  border: 0;
  padding: 0;
  margin-bottom: 2.5rem;
}
.b-news-article-latest__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.b-news-article-latest__date {
  margin-bottom: 0.5rem;
}
.b-news-article-latest__read-more {
  text-align: left;
}
