/* Scoped finishing layer for the Latest News page only. */
body.page-id-18 {
  --clx-ln-blue: #00a4dc;
  --clx-ln-blue-dark: #007cd8;
  --clx-ln-ink: #030b2f;
  --clx-ln-muted: #66708a;
  --clx-ln-border: rgba(3, 11, 47, .11);
}

body.page-id-18 .clx-latest-news-hero .clx-title-1,
body.page-id-18 .clx-foundation-hero .wp-block-post-title.clx-title-1 {
  font-size: clamp(2.65rem, 5vw, 4.55rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
}

body.page-id-18 .clx-latest-news-hero .clx-text-1 .wp-block-post-excerpt__excerpt,
body.page-id-18 .clx-foundation-hero .wp-block-post-excerpt.clx-text-1 .wp-block-post-excerpt__excerpt {
  font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
}

body.page-id-18 .clx-news-filter-form {
  border-radius: 22px !important;
  padding: clamp(26px, 2.2vw, 38px) !important;
}

body.page-id-18 .clx-news-filter-form .clx-filter-controls {
  gap: clamp(14px, 1.25vw, 24px) !important;
  grid-template-columns: minmax(330px, 1.45fr) minmax(230px, .95fr) minmax(210px, .8fr) minmax(142px, .36fr) !important;
}

body.page-id-18 .clx-news-filter-form input,
body.page-id-18 .clx-news-filter-form select {
  border-color: var(--clx-ln-border);
  border-radius: 10px;
  color: var(--clx-ln-ink);
  font-size: clamp(1.05rem, 1.5vw, 1.15rem);
  font-weight: 700;
  line-height: 1.5;
  min-height: 54px;
}

body.page-id-18 .clx-news-search-field {
  display: block;
  position: relative;
}

body.page-id-18 .clx-news-search-field::before {
  content: none !important;
}

body.page-id-18 .clx-news-search-icon {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m21 21-4.35-4.35M10.5 18a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15Z' stroke='%2366708a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 22px 22px no-repeat !important;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(3, 11, 47, .48);
  display: inline-flex;
  height: 24px;
  left: 18px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  z-index: 1;
}

body.page-id-18 .clx-news-search-icon svg {
  display: none;
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 100%;
}

body.page-id-18 .clx-news-search-field input {
  padding-left: 56px;
}

body.page-id-18 .clx-news-reset-button,
body.page-id-18 .clx-tabs a.is-active {
  align-items: center;
  background: linear-gradient(135deg, var(--clx-ln-blue-dark), var(--clx-ln-blue)) !important;
  border: 1px solid var(--clx-ln-blue) !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 26px rgba(0, 164, 220, .22);
  color: #fff !important;
  display: inline-flex;
  font-size: clamp(1.05rem, 1.5vw, 1.15rem);
  font-weight: 800;
  justify-content: center;
  line-height: 1.5;
  min-height: 50px !important;
  min-width: 108px;
  padding: 0 24px !important;
  text-decoration: none !important;
  text-transform: none;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

body.page-id-18 .clx-news-reset-button {
  background: #fff !important;
  border-color: rgba(0, 164, 220, .44) !important;
  box-shadow: 0 12px 28px rgba(3, 11, 47, .05);
  color: var(--clx-ln-blue-dark) !important;
  min-height: 54px !important;
  text-transform: uppercase;
  width: 100% !important;
}

body.page-id-18 .clx-tabs a.is-active:hover,
body.page-id-18 .clx-tabs a.is-active:focus-visible {
  background: linear-gradient(135deg, var(--clx-ln-blue-dark), var(--clx-ln-blue)) !important;
  border-color: var(--clx-ln-blue) !important;
  box-shadow: 0 14px 30px rgba(0, 164, 220, .24);
  color: #fff !important;
  outline: none;
  transform: translateY(-1px);
}

body.page-id-18 .clx-news-reset-button:hover,
body.page-id-18 .clx-news-reset-button:focus-visible {
  background: linear-gradient(135deg, var(--clx-ln-blue-dark), var(--clx-ln-blue)) !important;
  border-color: var(--clx-ln-blue) !important;
  box-shadow: 0 14px 30px rgba(0, 164, 220, .24);
  color: #fff !important;
  outline: none;
  transform: translateY(-1px);
}

body.page-id-18 .clx-tabs {
  gap: 12px clamp(18px, 2vw, 38px) !important;
}

body.page-id-18 .clx-tabs a,
body.page-id-18 .clx-tabs span {
  color: var(--clx-ln-ink);
  font-size: clamp(1.05rem, 1.5vw, 1.15rem);
  line-height: 1.5;
  min-height: 44px !important;
  text-decoration: none !important;
}

body.page-id-18 .clx-tabs a:not(.is-active):hover,
body.page-id-18 .clx-tabs a:not(.is-active):focus-visible {
  color: var(--clx-ln-blue-dark);
}

body.page-id-18 .clx-meta {
  color: var(--clx-ln-muted) !important;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  margin-bottom: clamp(12px, 1.1vw, 18px) !important;
  text-transform: uppercase;
}

body.page-id-18 .clx-meta span {
  color: var(--clx-ln-blue) !important;
}

body.page-id-18 .clx-meta time {
  color: var(--clx-ln-muted) !important;
}

body.page-id-18 .clx-featured-news-dynamic {
  gap: clamp(36px, 4vw, 72px) !important;
  padding: clamp(30px, 2.7vw, 48px) !important;
}

body.page-id-18 .clx-featured-news-dynamic h2.clx-title-2 {
  color: var(--clx-ln-ink);
  font-size: clamp(2.15rem, 3.8vw, 3.2rem) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  margin-bottom: clamp(20px, 1.7vw, 28px) !important;
  text-transform: uppercase;
}

body.page-id-18 .clx-featured-news-dynamic p.clx-text-2,
body.page-id-18 .clx-news-card p.clx-text-2 {
  color: rgba(3, 11, 47, .72);
  font-size: clamp(1.05rem, 1.5vw, 1.15rem) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

body.page-id-18 .clx-featured-news-dynamic .wp-element-button {
  background: linear-gradient(135deg, var(--clx-ln-blue-dark), var(--clx-ln-blue)) !important;
  box-shadow: 0 12px 26px rgba(0, 164, 220, .22) !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.page-id-18 .clx-featured-news-dynamic .wp-element-button:hover,
body.page-id-18 .clx-featured-news-dynamic .wp-element-button:focus-visible {
  background: linear-gradient(135deg, #006fc4, var(--clx-ln-blue-dark)) !important;
  box-shadow: 0 16px 34px rgba(0, 124, 216, .28) !important;
  color: #fff !important;
  outline: none;
  transform: translateY(-2px);
}

body.page-id-18 .clx-news-dynamic-grid {
  gap: clamp(24px, 2vw, 36px) !important;
}

body.page-id-18 .clx-news-dynamic-card {
  border-radius: 18px;
}

body.page-id-18 .clx-news-dynamic-card > .clx-news-card__image {
  border-radius: 0 !important;
  line-height: 0;
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden;
  padding: 0 !important;
  width: 100% !important;
}

body.page-id-18 .clx-news-dynamic-card > .clx-news-card__image img {
  border-radius: 0 !important;
  display: block;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.page-id-18 .clx-news-card__body {
  gap: 0;
  padding: clamp(14px, 1.15vw, 22px) clamp(18px, 1.65vw, 28px) clamp(18px, 1.65vw, 28px) !important;
}

body.page-id-18 .clx-news-card h3.clx-title-4 {
  color: var(--clx-ln-ink);
  font-size: clamp(1.05rem, 1.35vw, 1.18rem) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  margin: 0 0 clamp(10px, 1vw, 16px) !important;
  min-height: 0 !important;
}

body.page-id-18 .clx-news-card h3.clx-title-4 a {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--clx-ln-ink) !important;
  display: -webkit-box;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.page-id-18 .clx-news-card p.clx-text-2 {
  display: -webkit-box;
  margin: 0 0 clamp(14px, 1.15vw, 20px) !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

body.page-id-18 .clx-news-read-more {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--clx-ln-blue) !important;
  display: inline-flex;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem) !important;
  font-weight: 800 !important;
  gap: 14px;
  line-height: 1.45 !important;
  padding: 0 !important;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease;
}

body.page-id-18 .clx-news-read-more:hover,
body.page-id-18 .clx-news-read-more:focus-visible,
body.page-id-18 .clx-news-card h3 a:hover,
body.page-id-18 .clx-news-card h3 a:focus-visible {
  color: var(--clx-ln-blue-dark) !important;
  text-decoration: none !important;
}

body.page-id-18 .clx-news-read-more:hover,
body.page-id-18 .clx-news-read-more:focus-visible {
  outline: none;
  transform: translateX(2px);
}

body.page-id-18 .clx-news-read-more span,
body.page-id-18 .clx-featured-news-dynamic .wp-element-button span,
body.page-id-18 .clx-news-mailing-cta .wp-element-button span {
  display: inline-flex;
  transform: translateY(-1px);
  transition: transform .18s ease;
}

body.page-id-18 .clx-news-read-more:hover span,
body.page-id-18 .clx-news-read-more:focus-visible span,
body.page-id-18 .clx-featured-news-dynamic .wp-element-button:hover span,
body.page-id-18 .clx-featured-news-dynamic .wp-element-button:focus-visible span,
body.page-id-18 .clx-news-mailing-cta .wp-element-button:hover span,
body.page-id-18 .clx-news-mailing-cta .wp-element-button:focus-visible span {
  transform: translate(4px, -1px);
}

body.page-id-18 .clx-news-dynamic-pagination {
  gap: clamp(10px, 1vw, 18px) !important;
  margin-block: clamp(14px, 1.5vw, 26px) clamp(22px, 2vw, 36px) !important;
}

body.page-id-18 .clx-news-dynamic-pagination a,
body.page-id-18 .clx-news-dynamic-pagination span {
  border: 1px solid transparent;
  height: 48px;
  min-width: 48px;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

body.page-id-18 .clx-news-dynamic-pagination .is-current {
  background: linear-gradient(135deg, var(--clx-ln-blue-dark), var(--clx-ln-blue));
  box-shadow: 0 12px 28px rgba(0, 164, 220, .22);
  color: #fff !important;
}

body.page-id-18 .clx-news-dynamic-pagination a:hover,
body.page-id-18 .clx-news-dynamic-pagination a:focus-visible {
  background: var(--clx-ln-blue);
  border-color: var(--clx-ln-blue);
  color: #fff !important;
  transform: translateY(-1px);
}

body.page-id-18 .clx-news-mailing-cta {
  background-color: #03152d !important;
  background-image: linear-gradient(90deg, rgba(3, 11, 47, .92) 0%, rgba(3, 11, 47, .62) 52%, rgba(3, 11, 47, .78) 100%), url("../backgrounds/background-networking-cocktail.jpg") !important;
  border-radius: 20px !important;
  gap: clamp(28px, 4vw, 76px);
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  min-height: clamp(190px, 15vw, 260px);
  padding: clamp(34px, 3.4vw, 58px) clamp(36px, 4vw, 70px) !important;
}

body.page-id-18 .clx-news-mailing-cta h2.clx-title-2 {
  color: #fff !important;
  font-size: clamp(2.15rem, 3.8vw, 3.2rem) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  margin: 0 0 clamp(14px, 1.2vw, 20px) !important;
}

body.page-id-18 .clx-news-mailing-cta p.clx-text-2 {
  color: rgba(255, 255, 255, .92) !important;
  font-size: clamp(1.05rem, 1.5vw, 1.15rem) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 0;
}

body.page-id-18 .clx-news-mailing-cta .clx-button-row {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(16px, 1.3vw, 22px) !important;
  justify-content: center !important;
  margin-left: auto !important;
  max-width: min(100%, 390px) !important;
  width: 100% !important;
}

body.page-id-18 .clx-news-mailing-cta .wp-element-button {
  align-items: center !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  font-weight: 800 !important;
  gap: 18px !important;
  justify-content: space-between !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  min-height: clamp(58px, 4.4vw, 68px) !important;
  overflow: hidden !important;
  padding: 0 clamp(28px, 2.4vw, 38px) !important;
  position: relative !important;
  isolation: isolate !important;
  text-decoration: none !important;
  transition:
    background-color var(--wp--custom--transition--base),
    border-color var(--wp--custom--transition--base),
    box-shadow var(--wp--custom--transition--base),
    color var(--wp--custom--transition--base),
    transform var(--wp--custom--transition--base) !important;
  width: 100% !important;
  -webkit-text-fill-color: #fff;
}

body.page-id-18 .clx-news-mailing-cta .clx-button-row > a.wp-block-button__link.wp-element-button:not(.is-outline) {
  background-color: #e00000 !important;
  background-image: linear-gradient(90deg, #e00000 0%, #f00000 100%) !important;
  border: 2px solid transparent !important;
  box-shadow: 0 14px 30px rgba(224, 0, 0, .24) !important;
}

body.page-id-18 .clx-news-mailing-cta .clx-button-row > a.wp-block-button__link.wp-element-button.is-outline {
  background-color: rgba(2, 18, 36, .32) !important;
  background-image: none !important;
  border: 2px solid #00a4dc !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 10px 24px rgba(0, 164, 220, .16) !important;
}

body.page-id-18 .clx-news-mailing-cta .clx-button-row > a.wp-block-button__link.wp-element-button::before {
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

body.page-id-18 .clx-news-mailing-cta .clx-button-row > a.wp-block-button__link.wp-element-button:not(.is-outline)::before {
  background: linear-gradient(90deg, #e00000 0%, #f00000 100%);
}

body.page-id-18 .clx-news-mailing-cta .clx-button-row > a.wp-block-button__link.wp-element-button.is-outline::before {
  background: rgba(2, 18, 36, .32);
}

body.page-id-18 .clx-news-mailing-cta .clx-button-row > a.wp-block-button__link.wp-element-button:not(.is-outline):hover,
body.page-id-18 .clx-news-mailing-cta .clx-button-row > a.wp-block-button__link.wp-element-button:not(.is-outline):focus-visible {
  background-color: #f00000 !important;
  background-image: linear-gradient(90deg, #f00000 0%, #ff1b1b 100%) !important;
  box-shadow: 0 18px 36px rgba(224, 0, 0, .32) !important;
  color: #fff !important;
  outline: none;
  transform: translateY(-2px) !important;
}

body.page-id-18 .clx-news-mailing-cta .clx-button-row > a.wp-block-button__link.wp-element-button.is-outline:hover,
body.page-id-18 .clx-news-mailing-cta .clx-button-row > a.wp-block-button__link.wp-element-button.is-outline:focus-visible {
  background-color: rgba(0, 164, 220, .16) !important;
  border-color: #21c5ee !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 16px 34px rgba(0, 164, 220, .24) !important;
  color: #fff !important;
  outline: none;
  transform: translateY(-2px) !important;
}

body.page-id-18 .clx-news-mailing-cta .clx-button-row > a.wp-block-button__link.wp-element-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .42) !important;
  outline-offset: 4px !important;
}

@media (max-width: 1180px) {
  body.page-id-18 .clx-news-filter-form .clx-filter-controls,
  body.page-id-18 .clx-featured-news-dynamic,
  body.page-id-18 .clx-news-mailing-cta {
    grid-template-columns: 1fr !important;
  }

  body.page-id-18 .clx-news-mailing-cta .clx-button-row {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  body.page-id-18 .clx-latest-news-dynamic {
    gap: 28px;
  }

  body.page-id-18 .clx-news-filter-form {
    padding: 20px !important;
  }

  body.page-id-18 .clx-news-filter-form input,
  body.page-id-18 .clx-news-filter-form select,
  body.page-id-18 .clx-news-reset-button {
    min-height: 50px !important;
  }

  body.page-id-18 .clx-tabs {
    gap: 10px !important;
  }

  body.page-id-18 .clx-tabs a,
  body.page-id-18 .clx-tabs span {
    min-height: 40px !important;
    padding-inline: 14px !important;
  }

  body.page-id-18 .clx-news-card__body {
    padding: 16px 20px 20px !important;
  }

  body.page-id-18 .clx-news-mailing-cta {
    padding: 30px 24px !important;
  }

  body.page-id-18 .clx-news-mailing-cta .clx-button-row {
    margin-left: 0 !important;
    max-width: 100% !important;
  }

  body.page-id-18 .clx-news-mailing-cta .wp-element-button {
    min-height: 56px !important;
    padding-inline: 24px !important;
  }
}
