@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
/*
  Use to delete all the global styles from specific uls.
 */
/*
  If slider should be swiped from edge to edge, but still needs to preserve
  a container's paddings while not scrolled.
 */
/*
  Hide scrollbars but keep functionality.
 */
/*
  File to operate all the fields of the teaser card.
 */
.teaser-card {
  max-width: 400px;
  width: 100%;
  /*
    If we replace the original node image.
   */
  /*
    If we replace the original title.
   */
  /*
    If we replace the original link.
   */
  /*
    If we replace the original text.
   */
}
.teaser-card.wide {
  max-width: 815px;
}
.teaser-card.img-replace .teaser-card__image {
  display: none;
  visibility: hidden;
}
.teaser-card.title-replace .teaser-card__title {
  display: none;
  visibility: hidden;
}
.teaser-card.link-replace .teaser-card__external-link {
  display: none;
  visibility: hidden;
}
.teaser-card.text-replace div.teaser-card__text {
  display: none;
  visibility: hidden;
}
.teaser-card img {
  width: 100%;
  height: auto;
}
.teaser-card .links,
.teaser-card .teaser-card__external-link {
  padding-left: 0;
  margin-top: 20px;
}
.teaser-card .links li:before,
.teaser-card .teaser-card__external-link li:before {
  display: none;
}
.teaser-card .links a,
.teaser-card .teaser-card__external-link a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  align-items: baseline;
  width: -webkit-max-content;
  width: max-content;
  position: relative;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  text-decoration: none;
}
.teaser-card .links a:after,
.teaser-card .teaser-card__external-link a:after {
  height: 15px;
  width: 15px;
  content: "";
  -webkit-transform: translate(10px, 2px);
          transform: translate(10px, 2px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../resources/icons/arrow-forward--black.svg");
  transition: 0.5s;
}
.teaser-card .links a:hover, .teaser-card .links a:focus, .teaser-card .links a:active,
.teaser-card .teaser-card__external-link a:hover,
.teaser-card .teaser-card__external-link a:focus,
.teaser-card .teaser-card__external-link a:active {
  text-decoration: underline;
}
.teaser-card .links a:hover:after, .teaser-card .links a:focus:after, .teaser-card .links a:active:after,
.teaser-card .teaser-card__external-link a:hover:after,
.teaser-card .teaser-card__external-link a:focus:after,
.teaser-card .teaser-card__external-link a:active:after {
  -webkit-transform: translate(15px, 2px);
          transform: translate(15px, 2px);
}
.background-color--blue .teaser-card .links a, .background-color--dark-blue .teaser-card .links a, .background-color--light-blue .teaser-card .links a,
.background-color--blue .teaser-card .teaser-card__external-link a,
.background-color--dark-blue .teaser-card .teaser-card__external-link a,
.background-color--light-blue .teaser-card .teaser-card__external-link a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  align-items: baseline;
  width: -webkit-max-content;
  width: max-content;
  position: relative;
  line-height: normal;
  color: #ffffff;
}
.background-color--blue .teaser-card .links a:after, .background-color--dark-blue .teaser-card .links a:after, .background-color--light-blue .teaser-card .links a:after,
.background-color--blue .teaser-card .teaser-card__external-link a:after,
.background-color--dark-blue .teaser-card .teaser-card__external-link a:after,
.background-color--light-blue .teaser-card .teaser-card__external-link a:after {
  height: 15px;
  width: 15px;
  content: "";
  -webkit-transform: translate(10px, 2px);
          transform: translate(10px, 2px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../resources/icons/arrow-forward--white.svg");
  transition: 0.5s;
}
.background-color--blue .teaser-card .links a:hover, .background-color--blue .teaser-card .links a:focus, .background-color--blue .teaser-card .links a:active, .background-color--dark-blue .teaser-card .links a:hover, .background-color--dark-blue .teaser-card .links a:focus, .background-color--dark-blue .teaser-card .links a:active, .background-color--light-blue .teaser-card .links a:hover, .background-color--light-blue .teaser-card .links a:focus, .background-color--light-blue .teaser-card .links a:active,
.background-color--blue .teaser-card .teaser-card__external-link a:hover,
.background-color--blue .teaser-card .teaser-card__external-link a:focus,
.background-color--blue .teaser-card .teaser-card__external-link a:active,
.background-color--dark-blue .teaser-card .teaser-card__external-link a:hover,
.background-color--dark-blue .teaser-card .teaser-card__external-link a:focus,
.background-color--dark-blue .teaser-card .teaser-card__external-link a:active,
.background-color--light-blue .teaser-card .teaser-card__external-link a:hover,
.background-color--light-blue .teaser-card .teaser-card__external-link a:focus,
.background-color--light-blue .teaser-card .teaser-card__external-link a:active {
  text-decoration: underline;
}
.background-color--blue .teaser-card .links a:hover:after, .background-color--blue .teaser-card .links a:focus:after, .background-color--blue .teaser-card .links a:active:after, .background-color--dark-blue .teaser-card .links a:hover:after, .background-color--dark-blue .teaser-card .links a:focus:after, .background-color--dark-blue .teaser-card .links a:active:after, .background-color--light-blue .teaser-card .links a:hover:after, .background-color--light-blue .teaser-card .links a:focus:after, .background-color--light-blue .teaser-card .links a:active:after,
.background-color--blue .teaser-card .teaser-card__external-link a:hover:after,
.background-color--blue .teaser-card .teaser-card__external-link a:focus:after,
.background-color--blue .teaser-card .teaser-card__external-link a:active:after,
.background-color--dark-blue .teaser-card .teaser-card__external-link a:hover:after,
.background-color--dark-blue .teaser-card .teaser-card__external-link a:focus:after,
.background-color--dark-blue .teaser-card .teaser-card__external-link a:active:after,
.background-color--light-blue .teaser-card .teaser-card__external-link a:hover:after,
.background-color--light-blue .teaser-card .teaser-card__external-link a:focus:after,
.background-color--light-blue .teaser-card .teaser-card__external-link a:active:after {
  -webkit-transform: translate(15px, 2px);
          transform: translate(15px, 2px);
}

.teaser-card__title,
.card__title,
.card__title a,
.card__title a h2,
.teaser-card .field.field--name-title-text {
  font-size: 24px;
  font-weight: 900;
  line-height: 120%;
  color: #282828;
  text-decoration: none;
  margin: 15px 0 10px;
}
@media (max-width: 768px) {
  .teaser-card__title,
  .card__title,
  .card__title a,
  .card__title a h2,
  .teaser-card .field.field--name-title-text {
    font-size: 20px;
  }
}
.background-color--blue .teaser-card__title, .background-color--dark-blue .teaser-card__title, .background-color--light-blue .teaser-card__title,
.background-color--blue .card__title,
.background-color--dark-blue .card__title,
.background-color--light-blue .card__title,
.background-color--blue .card__title a,
.background-color--dark-blue .card__title a,
.background-color--light-blue .card__title a,
.background-color--blue .card__title a h2,
.background-color--dark-blue .card__title a h2,
.background-color--light-blue .card__title a h2,
.background-color--blue .teaser-card .field.field--name-title-text,
.background-color--dark-blue .teaser-card .field.field--name-title-text,
.background-color--light-blue .teaser-card .field.field--name-title-text {
  color: #ffffff;
}

.card__title a:hover,
.card__title a h2:hover,
.card__title a h3:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.card__text {
  font-size: 17px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #282828;
  margin: 0;
}

.card__date,
.card__meta,
.card__location {
  font-size: 11px;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  padding-top: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  flex-wrap: wrap;
}
.card__date:before,
.card__meta:before,
.card__location:before {
  background-size: contain;
  display: block;
}

.card__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
}
.card__links .links a,
.card__links .register a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.card__links .register a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  align-items: baseline;
  width: -webkit-max-content;
  width: max-content;
  position: relative;
  line-height: normal;
  color: #007EAD;
}
.card__links .register a:after {
  height: 15px;
  width: 15px;
  content: "";
  -webkit-transform: translate(10px, 2px);
          transform: translate(10px, 2px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../resources/icons/arrow-forward--blue.svg");
  transition: 0.5s;
}
.card__links .register a:hover, .card__links .register a:focus, .card__links .register a:active {
  text-decoration: underline;
}
.card__links .register a:hover:after, .card__links .register a:focus:after, .card__links .register a:active:after {
  -webkit-transform: translate(15px, 2px);
          transform: translate(15px, 2px);
}
.card__links .links {
  padding-left: 0;
  margin-top: 20px;
}
.card__links .links li:before {
  display: none;
}
.card__links .links a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  align-items: baseline;
  width: -webkit-max-content;
  width: max-content;
  position: relative;
  line-height: normal;
  color: #000000;
}
.card__links .links a:after {
  height: 15px;
  width: 15px;
  content: "";
  -webkit-transform: translate(10px, 2px);
          transform: translate(10px, 2px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../resources/icons/arrow-forward--black.svg");
  transition: 0.5s;
}
.card__links .links a:hover, .card__links .links a:focus, .card__links .links a:active {
  text-decoration: underline;
}
.card__links .links a:hover:after, .card__links .links a:focus:after, .card__links .links a:active:after {
  -webkit-transform: translate(15px, 2px);
          transform: translate(15px, 2px);
}
.background-color--blue .card__links .links a, .background-color--dark-blue .card__links .links a, .background-color--light-blue .card__links .links a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  align-items: baseline;
  width: -webkit-max-content;
  width: max-content;
  position: relative;
  line-height: normal;
  color: #ffffff;
}
.background-color--blue .card__links .links a:after, .background-color--dark-blue .card__links .links a:after, .background-color--light-blue .card__links .links a:after {
  height: 15px;
  width: 15px;
  content: "";
  -webkit-transform: translate(10px, 2px);
          transform: translate(10px, 2px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../resources/icons/arrow-forward--white.svg");
  transition: 0.5s;
}
.background-color--blue .card__links .links a:hover, .background-color--blue .card__links .links a:focus, .background-color--blue .card__links .links a:active, .background-color--dark-blue .card__links .links a:hover, .background-color--dark-blue .card__links .links a:focus, .background-color--dark-blue .card__links .links a:active, .background-color--light-blue .card__links .links a:hover, .background-color--light-blue .card__links .links a:focus, .background-color--light-blue .card__links .links a:active {
  text-decoration: underline;
}
.background-color--blue .card__links .links a:hover:after, .background-color--blue .card__links .links a:focus:after, .background-color--blue .card__links .links a:active:after, .background-color--dark-blue .card__links .links a:hover:after, .background-color--dark-blue .card__links .links a:focus:after, .background-color--dark-blue .card__links .links a:active:after, .background-color--light-blue .card__links .links a:hover:after, .background-color--light-blue .card__links .links a:focus:after, .background-color--light-blue .card__links .links a:active:after {
  -webkit-transform: translate(15px, 2px);
          transform: translate(15px, 2px);
}

.card__meta:before {
  content: "";
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../resources/icons/calendar--grey.svg");
  border-top: 1px solid #B1B1B1;
}

.card__date:before {
  content: "";
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../resources/icons/calendar--blue.svg");
}

.card__location:before {
  content: "";
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../resources/icons/icon-location-on.svg");
}

.layout-tabs {
  transition: 0.3s;
  margin-top: 20px;
  /*
    Bg variations.
   */
  /*
    Tab title.
   */
  /*
    Lb conf page.
   */
  /*
    Tab selection buttons.
   */
  /*
    Tab selection button. removed text-transform: uppercase;
   */
  /*
    Component wrapper.
   */
  /*
    Block with cards.
   */
}
.layout-tabs.background-color--blue .card__title a, .layout-tabs.background-color--dark-blue .card__title a, .layout-tabs.background-color--light-blue .card__title a {
  color: white;
}
.layout-tabs.background-color--blue .layout-tabs__tab-link.is-active, .layout-tabs.background-color--dark-blue .layout-tabs__tab-link.is-active, .layout-tabs.background-color--light-blue .layout-tabs__tab-link.is-active {
  border-bottom: 1px solid;
}
.layout-tabs.background-color--blue .card__meta:before, .layout-tabs.background-color--dark-blue .card__meta:before, .layout-tabs.background-color--light-blue .card__meta:before {
  background-image: url("../../resources/icons/calendar--grey.svg");
}
.layout-tabs.background-color--white .layout-tabs__tab-link, .layout-tabs.background-color--gray .layout-tabs__tab-link, .layout-tabs.background-color--grey .layout-tabs__tab-link, .layout-tabs.background-color--dark-grey .layout-tabs__tab-link {
  color: #000000;
}
.layout-tabs.background-color--white .layout-tabs__tab-link.is-active, .layout-tabs.background-color--gray .layout-tabs__tab-link.is-active, .layout-tabs.background-color--grey .layout-tabs__tab-link.is-active, .layout-tabs.background-color--dark-grey .layout-tabs__tab-link.is-active {
  border-bottom: 1px solid #232C64;
}
.layout-tabs h2 {
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
  text-align: left;
  /* No less than min, no greater than max */
}
@media (min-width: 1601px) {
  .layout-tabs h2 {
    max-width: 1670px;
  }
}
@media (max-width: 1600px) {
  .layout-tabs h2 {
    max-width: 1310px;
  }
}
@media (max-width: 1024px) {
  .layout-tabs h2 {
    max-width: 860px;
  }
}
@media (max-width: 767px) {
  .layout-tabs h2 {
    max-width: 662px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .layout-tabs h2 {
    font-size: 48px;
  }
}
.layout-tabs h2 {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .layout-tabs h2 {
    text-align: center;
  }
  .layout-tabs h2 {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .layout-tabs h2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .layout-tabs h2 {
    position: absolute;
  }
}
@media (min-width: 767px) and (max-width: 1600px) {
  .layout-tabs h2 {
    padding-right: 50%;
  }
}
.layout-tabs.layout-builder__layout {
  padding-top: 30px;
}
.layout-tabs ul.layout-tabs__tabs {
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
  justify-content: flex-end;
  margin: 0 auto;
  z-index: 1;
  gap: 0;
}
@media (min-width: 1601px) {
  .layout-tabs ul.layout-tabs__tabs {
    max-width: 1670px;
  }
}
@media (max-width: 1600px) {
  .layout-tabs ul.layout-tabs__tabs {
    max-width: 1310px;
  }
}
@media (max-width: 1024px) {
  .layout-tabs ul.layout-tabs__tabs {
    max-width: 860px;
  }
}
@media (max-width: 767px) {
  .layout-tabs ul.layout-tabs__tabs {
    max-width: 662px;
    padding: 0 24px;
  }
}
.layout-tabs ul.layout-tabs__tabs {
  display: flex;
}
@media (min-width: 768px) {
  .layout-tabs ul.layout-tabs__tabs {
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 40%;
  }
  .layout-tabs ul.layout-tabs__tabs {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .layout-tabs ul.layout-tabs__tabs {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    top: 85px;
    max-width: 662px;
    left: 50%;
    padding: 0 24px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .layout-tabs ul.layout-tabs__tabs {
    position: absolute;
  }
}
.layout-tabs ul.layout-tabs__tabs li {
  gap: 0;
}
.layout-tabs ul.layout-tabs__tabs li:before {
  display: none;
}
.layout-tabs ul.layout-tabs__tabs li:last-child {
  display: none;
}
.layout-tabs__tab-link {
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
}
.layout-tabs__tab-link {
  color: #8E8E8E;
}
.layout-tabs__tab-link:hover, .layout-tabs__tab-link:active, .layout-tabs__tab-link:focus {
  text-decoration: none;
  border-bottom: 1px solid;
}
.layout-tabs__tab-link.is-active {
  border-bottom: 1px solid #ffffff;
}
.layout-tabs__inner {
  position: relative;
}
.layout-tabs__content > div h2 {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .layout-tabs__content > div h2 {
    padding-top: 15px;
  }
}
.layout-tabs__content-wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  gap: 25px 16px;
  /* No less than min, no greater than max */
}
@media (min-width: 767px) and (max-width: 1024px) {
  .layout-tabs__content-wrapper {
    padding-bottom: 32px;
  }
  .layout-tabs__content-wrapper {
    padding-top: 120px;
  }
}
@media (max-width: 1024px) {
  .layout-tabs__content-wrapper {
    padding-bottom: 32px;
  }
  .layout-tabs__content-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .layout-tabs__content-wrapper {
    padding-top: 48px;
  }
}
.layout-tabs__content-wrapper .primary,
.layout-tabs__content-wrapper .secondary {
  width: calc(50% - 8px);
  max-width: unset;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .layout-tabs__content-wrapper .primary,
  .layout-tabs__content-wrapper .secondary {
    width: 100%;
  }
}
.layout-tabs__content-wrapper .primary .card__meta,
.layout-tabs__content-wrapper .secondary .card__meta {
  border-top: 1px solid #B1B1B1;
  margin-top: 15px;
}
.layout-tabs__content-wrapper .primary .card__meta:before,
.layout-tabs__content-wrapper .secondary .card__meta:before {
  border-top: none;
}
.layout-tabs__content-wrapper .secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  height: -webkit-max-content;
  height: max-content;
  max-width: 800px;
}
.layout-tabs__content-wrapper .secondary > div {
  width: calc(50% - 8px);
  height: -webkit-max-content;
  height: max-content;
}
@media (max-width: 600px) {
  .layout-tabs__content-wrapper .secondary {
    flex-direction: column;
  }
  .layout-tabs__content-wrapper .secondary > div {
    width: 100%;
    max-width: unset;
  }
}
/*# sourceMappingURL=layout-tabs-config.css.map */
