/* Offcanvas email link */
header .general a {
  color: var(--white);
  font-family: 'Aeonik Pro';
}

/* ALL: TEXT BLOCKS */


.caption p:last-child {
  margin-bottom: 0;
}

.split-text .overline {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: var(--black);
}

.split-text .link {
  display: flex;
  gap: 30px;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .split-text .link {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .split-text .caption {
    margin-right: 30px;
  }
}

.split-text .link:hover {
  border-bottom: none;
}

.split-bg-text .overline {
  color: var(--white);
  font-size: 16px;
  line-height: 26px;
}



/* News Press Contact text */
.richtext-lg,
.richtext-lg a {
  font-size: 26px;
  line-height: 39px;
  text-decoration: none;
  word-break: break-all;
}

.richtext-lg p {
  margin: 0 0 40px 0;
}

.richtext-lg p:last-child {
  margin-bottom: 0;
}

.richtext-lg a {
  color: var(--white);
}

.richtext-lg a:hover {
  text-decoration: underline;
}


@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 993px) {

}


@media screen and (min-width: 600px) {

}


@media screen and (min-width: 1200px) {

}



@media screen and (min-width: 992px) {

}



@media screen and (max-width: 992px) {

  .contact-richtext,
  .contact-richtext a {
    font-size: 21px;
    line-height: 32px;
    text-decoration: none;
  }
}

@media screen and (min-width: 993px) {
  .contact-richtext {
    margin-top: 30px;
  }

  .contact-richtext p {
    margin: 0;
  }

  .contact-richtext,
  .contact-richtext a {
    font-size: 26px;
    line-height: 39px;
    text-decoration: none;
  }

  .contact-richtext a {
    color: var(--white);
  }

  .contact-richtext a:hover {
    text-decoration: underline;
  }
}


/* HOMEPAGE */
.split-bg .link {
  margin: 0 0 35px 18px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  color: var(--white);
}


@media screen and (min-width: 993px) {
    .split-bg .link {
    margin: 0 0 50px 50px;
  }
}

/* HOMEPAGE: Missing from main.css */
@media screen and (min-width: 993px) {
  .left-reverse {
    flex-direction: column;
    align-items: flex-end;
    order: 1;
    margin: 0 50px;
  }
}

.left-reverse {
  flex-direction: column;
  align-items: flex-start;
}

.left-reverse a {
  color: var(--black);
}


/* HOMEPAGE: Move logo up on mobile */
@media screen and (max-width: 992px) {
  .showcase {
    padding-top: 30px;
  }
}

/* HOMEPAGE: Surface video close button on mobile */
@media screen and (max-width: 992px) {
  header {
    left: auto;
    right: 0;
  }

  header:not(.is-open) {
    /*left: auto;
    right: 0;*/
/*    width: calc(100% - 100px);
*/  }
}

/* Fix nav link hover on mobile */
@media screen and (max-width: 992px) {

  .active_nav .nav-bar ul li a,
  .active_nav .nav-bar ul li a:hover,
  .active_nav .nav-bar ul li a:focus {
    color: var(--white);
  }

  .hamburger-logo img {
    max-width: 100%;
  }
}

/* SUBPAGE: NAVIGATIOM */
header nav li a.active::after {
  width: 100%;
}


/* NEWS ITEM */
.article-body {
  max-width: 1030px;
}

.article-body a {
    color: var(--main-color);
}


.article-body p {
  margin-bottom: 25px;
}

.article-body video,
.article-body ol {
  margin-left: 135px;
}

@media screen and (max-width: 992px) {

  .article-body video,
  .article-body ul,
  .article-body ol {
    margin-left: 0;
  }
}

/* CARD IN VIDEO */
@media screen and (max-width: 576px) {

  .bg-split-bg video,
  .bg video {
    max-width: 100%;
  }
}

@media screen and (min-width: 993px) {

  .bg-split-bg video,
  .bg video {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
  }
}


/* Card expandable */
.card-expandable {
  color: var(--black);
}

@media screen and (min-width: 993px) {
  .card-expandable {
    max-width: 900px;
  }
}

.card-expandable__title {
  font-family: 'Aeonik Fono';
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  margin: 0 0 20px 0;
}

.card-expandable__subheadline {
  color: var(--light-grey);
  font-family: 'Aeonik Pro';
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
}

.card-expandable__area {
  position: relative;
}

.card-expandable__area::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  content: '';
  position: absolute;
  opacity: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.card-expandable__area.expanded::after {
  opacity: 0;
}

.card-expandable__text {
  color: var(--light-grey);
  font-family: 'Aeonik Pro';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}

.card-expandable__trigger {
  color: var(--main-color);
  display: inline-block;
  font-family: 'Aeonik Pro';
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 30px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.card-expandable__trigger-icon {
  margin-right: 10px;
  transition: transform .4s ease-in-out;
  transform: translateY(2px);
}


/*  Utilities */

.d-none {
  display: none;
}

.rotate-45 {
  transform: translateY(2px) rotate(45deg);
}