:root {
  --color-white: #fff;
  --color-black: #111;
  --color-text-table: #444;
  --color-teal-blue: #00698F;
  --bg-light: #f5f5f5;
  --bg-partner: #E4FFEF;
  --bg-dark-green: #008080;
  --color-border: #e0e0e0;
  --tag-poi: #96583D;
  --tag-pfp: #FFD002;
  --tag-wow: #00E1D0;
  --tag-nens: #E81E62;
  --tag-rerc: #0053A0;
  --tag-poma: #08848E;
  --ct-footer-dark-border-color: #1a4e61;
  --ct-color-light-interaction-text: #fafbfb;
  --ct-footer-dark-color: #e7f9ff;
  --box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  --font-title: "Poppins";
  --font-body: "Poppins";
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "AlexBrush";
  src: url("../fonts/AlexBrush-Regular.woff") format("woff"), url("../fonts/AlexBrush-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
/* Position */
* {
  box-sizing: border-box;
  word-break: break-word;
}

body {
  margin: 0;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
}

.container {
  max-width: 1310px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container > .row {
  margin: 0;
}
.container > .row > * {
  padding: 0;
}

.container-fluid {
  padding: 0;
}

.container.main-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  img {
    width: 100%;
  }
}

p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

iframe {
  max-width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.ct-header__content-middle3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-toggle-wrapper .navbar-toggle {
  width: 56px;
  height: 56px;
  border: 1px solid var(--color-border);
  outline: none;
  background: transparent;
  right: 30px;
}
@media (max-width: 767.98px) {
  .mobile-menu-toggle-wrapper .navbar-toggle {
    right: 15px;
  }
}
.mobile-menu-toggle-wrapper .navbar-toggle span {
  background: var(--color-black);
  height: 2px;
  width: 24px;
  margin: 0 auto;
  transition: 0.5s;
}

nav.menu-active ~ .mobile-menu-toggle-wrapper .navbar-toggle {
  background-color: var(--bg-light);
}
nav.menu-active ~ .mobile-menu-toggle-wrapper .navbar-toggle .icon-bar {
  transition: 0.3s ease;
  transform-origin: center;
}
nav.menu-active ~ .mobile-menu-toggle-wrapper .navbar-toggle .icon-bar:nth-of-type(1) {
  transform: translateY(6.5px) rotate(45deg);
}
nav.menu-active ~ .mobile-menu-toggle-wrapper .navbar-toggle .icon-bar:nth-of-type(2) {
  opacity: 0;
}
nav.menu-active ~ .mobile-menu-toggle-wrapper .navbar-toggle .icon-bar:nth-of-type(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

table th,
table td {
  padding: 15px;
  border: 1px solid var(--color-border);
}

.addtoany_list.a2a_kit_size_32 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
.addtoany_list.a2a_kit_size_32 > a {
  font-size: 14px;
}
.addtoany_list.a2a_kit_size_32 > a.a2a_button_copy_link, .addtoany_list.a2a_kit_size_32 > a.addtoany_share {
  padding: 9.5px 20px 9.5px 56px;
  border: 1px solid var(--color-border);
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  margin: 0;
  text-decoration: none;
  border-radius: 99px;
  position: relative;
}
.addtoany_list.a2a_kit_size_32 > a.a2a_button_copy_link .a2a_svg,
.addtoany_list.a2a_kit_size_32 > a.a2a_button_copy_link img, .addtoany_list.a2a_kit_size_32 > a.addtoany_share .a2a_svg,
.addtoany_list.a2a_kit_size_32 > a.addtoany_share img {
  display: none;
}
.addtoany_list.a2a_kit_size_32 > a.a2a_button_copy_link::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/content_copy.svg);
  left: 20px;
}
.addtoany_list.a2a_kit_size_32 > a.addtoany_share::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/share.svg);
  left: 20px;
}

.ct-list__rows-above {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  text-align: center;
}

.paragraph--type--wysiwyg {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .paragraph--type--wysiwyg {
    max-width: unset;
    margin: 0;
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--wysiwyg {
    padding: 0 15px;
  }
}
.paragraph--type--wysiwyg .field--name-field-title {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: left;
  text-transform: unset;
}
@media (max-width: 767.98px) {
  .paragraph--type--wysiwyg .field--name-field-title {
    font-size: 18px;
  }
}
.paragraph--type--wysiwyg .field--name-field-wysiwyg-editor p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.field.field--name-body {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .field.field--name-body {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 64px 30px;
  }
}
@media (max-width: 767.98px) {
  .field.field--name-body {
    padding: 64px 15px;
  }
}

.field--name-field-feature-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
  position: relative;
  z-index: 3;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .field--name-field-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .field--name-field-feature-grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
.field--name-field-feature-grid .paragraph--type--feature-grid {
  background-color: #fff;
  padding: 32px 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
  height: 100%;
}
.field--name-field-feature-grid .paragraph--type--feature-grid .field--name-field-icon {
  width: 64px;
}
.field--name-field-feature-grid .paragraph--type--feature-grid .field--name-field-icon img {
  width: 64px;
  height: 64px;
}
.field--name-field-feature-grid .paragraph--type--feature-grid .grid-item-right-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: calc(100% - 80px);
}
.field--name-field-feature-grid .paragraph--type--feature-grid .field--name-field-title {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  text-transform: unset;
}
@media (max-width: 767.98px) {
  .field--name-field-feature-grid .paragraph--type--feature-grid .field--name-field-title {
    font-size: 18px;
  }
}
.field--name-field-feature-grid .paragraph--type--feature-grid .field--name-field-description p {
  color: var(--color-text-table);
}
.field--name-field-feature-grid .paragraph--type--feature-grid .field--name-field-description a {
  white-space: unset;
  display: inline;
}
.field--name-field-feature-grid .paragraph--type--feature-grid .field--name-field-description span {
  white-space: unset;
  display: inline;
}

.ct-list__footer .col-xxs-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.ct-list__footer .col-xxs-12 a[href="/news"],
.ct-list__footer .col-xxs-12 a[href="/events"] {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  padding: 16px 25px 16px 61px;
  background-color: #0054A4;
  border: 1px solid #0054A4;
  color: #fff;
  position: relative;
}
@media (max-width: 575.98px) {
  .ct-list__footer .col-xxs-12 a[href="/news"],
  .ct-list__footer .col-xxs-12 a[href="/events"] {
    max-width: unset;
    width: 100%;
    justify-content: center;
  }
}
.ct-list__footer .col-xxs-12 a[href="/news"]::before,
.ct-list__footer .col-xxs-12 a[href="/events"]::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/icon-event_note.svg);
  left: 25px;
}
@media (max-width: 575.98px) {
  .ct-list__footer .col-xxs-12 a[href="/news"]::before,
  .ct-list__footer .col-xxs-12 a[href="/events"]::before {
    top: 50%;
    left: 30%;
    transform: translate(-30%, -50%);
  }
}
.ct-list__footer .col-xxs-12 a[href="/news"]:hover,
.ct-list__footer .col-xxs-12 a[href="/events"]:hover {
  background-color: #fff;
  color: #0054A4;
}
.ct-list__footer .col-xxs-12 a[href="/news"]:hover::before,
.ct-list__footer .col-xxs-12 a[href="/events"]:hover::before {
  background-image: url(../images/icon-events-node-blue.svg);
}
.ct-list__footer .col-xxs-12 a[href="/news"]::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/newspaper.svg);
  left: 25px;
}
@media (max-width: 575.98px) {
  .ct-list__footer .col-xxs-12 a[href="/news"]::before {
    top: 50%;
    left: 30%;
    transform: translate(-30%, -50%);
  }
}
.ct-list__footer .col-xxs-12 a[href="/news"]:hover {
  background-color: #fff;
  color: #0054A4;
}
.ct-list__footer .col-xxs-12 a[href="/news"]:hover::before {
  background-image: url(../images/newspaper-blue.svg);
}

.views-field-body {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-weight: 400;
  margin-bottom: 0;
}

.paragraph--type--green-call-to-action {
  background-color: #01692a;
  position: relative;
  padding: 112px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .paragraph--type--green-call-to-action {
    padding: 64px 0;
  }
}
.paragraph--type--green-call-to-action > a {
  max-width: 768px;
  margin-left: 22%;
  color: #fff;
}
@media (max-width: 991.98px) {
  .paragraph--type--green-call-to-action > a {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--green-call-to-action > a {
    margin-left: 15px;
  }
}
.paragraph--type--green-call-to-action::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .paragraph--type--green-call-to-action::before {
    width: 320px;
    height: 579px;
  }
}
.paragraph--type--green-call-to-action .field--name-field-title {
  max-width: 768px;
  margin: 0 auto;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .paragraph--type--green-call-to-action .field--name-field-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--green-call-to-action .field--name-field-title {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--green-call-to-action .field--name-field-title {
    max-width: 100%;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--green-call-to-action .field--name-field-title {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
}
.paragraph--type--green-call-to-action .field--name-field-short-description {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .paragraph--type--green-call-to-action .field--name-field-short-description {
    max-width: 100%;
    margin: 0;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--green-call-to-action .field--name-field-short-description {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
}
.paragraph--type--green-call-to-action .field--name-field-short-description p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.paragraph--type--green-call-to-action .field--name-field-short-description p:nth-child(2) {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.paragraph--type--green-call-to-action ul {
  list-style: disc;
  padding-left: 20px;
}
.paragraph--type--green-call-to-action ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 24px;
}
.paragraph--type--green-call-to-action ul li:last-child {
  margin-bottom: 0;
}
.paragraph--type--green-call-to-action .wrapper-field-description {
  width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .paragraph--type--green-call-to-action .wrapper-field-description {
    max-width: 100%;
    margin: 0;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--green-call-to-action .wrapper-field-description {
    padding: 0 15px;
  }
}
.paragraph--type--green-call-to-action .wrapper-field-description a {
  color: #fff;
  font-weight: 600;
}

.paragraph--type--info-overview {
  background-color: var(--bg-light);
  position: relative;
  padding: 112px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .paragraph--type--info-overview {
    padding: 64px 0;
  }
}
.paragraph--type--info-overview::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  .paragraph--type--info-overview::before {
    width: 320px;
    height: 579px;
  }
}
.paragraph--type--info-overview .field--name-field-title {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .paragraph--type--info-overview .field--name-field-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--info-overview .field--name-field-title {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--info-overview .field--name-field-title {
    padding: 0;
  }
}
.paragraph--type--info-overview .field--type-entity-reference .field--name-field-wysiwyg-editor p {
  text-align: center;
  margin-bottom: 0;
}

.paragraph--type--feature-highlight {
  background-color: var(--bg-dark-green);
  max-width: 1240px;
  width: 100%;
  margin: 64px auto 0 auto;
  padding: 32px 24px 40px;
}
@media (max-width: 767.98px) {
  .paragraph--type--feature-highlight {
    padding: 30px 15px;
    margin: 48px 0 0 0;
  }
}
.paragraph--type--feature-highlight .field--name-field-icon {
  position: relative;
  max-width: 80px;
  height: 80px;
  margin: 0 auto 16px auto;
}
.paragraph--type--feature-highlight .field--name-field-icon img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.paragraph--type--feature-highlight .field--name-field-title {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 16px;
  text-transform: unset;
  font-weight: 600;
}
.paragraph--type--feature-highlight .field--name-field-description p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
}
.paragraph--type--feature-highlight .field--name-field-link {
  display: flex;
  justify-content: center;
}
.paragraph--type--feature-highlight .field--name-field-link a {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border: 1px solid var(--color-border);
  padding: 8px 20px;
  margin: 0 auto;
  color: #fff;
}
.paragraph--type--feature-highlight .field--name-field-link a:hover {
  border: 1px solid #0054A4;
  background-color: #fff;
  color: #0054A4;
}
@media (max-width: 575.98px) {
  .paragraph--type--feature-highlight .field--name-field-link a {
    max-width: unset;
    width: 100%;
    justify-content: center;
    margin: 0;
  }
}

.paragraph--type--info-section {
  background-color: #fff;
  position: relative;
  padding: 112px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .paragraph--type--info-section {
    padding: 64px 0;
  }
}
.paragraph--type--info-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section::before {
    width: 320px;
    height: 579px;
  }
}
.paragraph--type--info-section .field--name-field-header-section .field--name-field-title {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .paragraph--type--info-section .field--name-field-header-section .field--name-field-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--info-section .field--name-field-header-section .field--name-field-title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section .field--name-field-header-section .field--name-field-title {
    text-align: left;
  }
}
.paragraph--type--info-section .field--name-field-header-section .field--name-field-wysiwyg-editor p {
  margin-bottom: 0;
}
.paragraph--type--info-section .field--name-field-feature-grid .field__item:nth-child(1) .paragraph--type--feature-grid {
  background-color: #0054A4;
  min-height: 214px;
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section .field--name-field-feature-grid .field__item:nth-child(1) .paragraph--type--feature-grid {
    min-height: auto;
  }
}
.paragraph--type--info-section .field--name-field-feature-grid .field__item:nth-child(2) .paragraph--type--feature-grid {
  background-color: #AB5D16;
  min-height: 214px;
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section .field--name-field-feature-grid .field__item:nth-child(2) .paragraph--type--feature-grid {
    min-height: auto;
  }
}
.paragraph--type--info-section .field--name-field-feature-grid .field__item:nth-child(3) .paragraph--type--feature-grid {
  background-color: #01692a;
  min-height: 214px;
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section .field--name-field-feature-grid .field__item:nth-child(3) .paragraph--type--feature-grid {
    min-height: auto;
  }
}
.paragraph--type--info-section .field--name-field-feature-grid .field--name-field-icon {
  width: 64px;
  height: 64px;
}
.paragraph--type--info-section .field--name-field-feature-grid .field--name-field-icon img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: unset;
}
.paragraph--type--info-section .field--name-field-feature-grid .grid-item-right-group {
  width: calc(100% - 80px);
}
.paragraph--type--info-section .field--name-field-feature-grid .field--name-field-title {
  color: #fff;
  font-size: 20px;
}
.paragraph--type--info-section .field--name-field-feature-grid p span {
  color: #fff;
}
.paragraph--type--info-section .paragraph--type--wysiwyg {
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .paragraph--type--info-section .paragraph--type--wysiwyg {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section .paragraph--type--wysiwyg {
    padding: 0 15px;
  }
}
.paragraph--type--info-section .field--name-field-wysiwyg-editor {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .paragraph--type--info-section .field--name-field-wysiwyg-editor {
    max-width: unset;
    width: 100%;
  }
}
.paragraph--type--info-section .field--name-field-wysiwyg-editor > p {
  text-align: left;
}
.paragraph--type--info-section .field--name-field-wysiwyg-editor > p:first-child {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-table);
  text-transform: unset;
  text-align: left;
}
.paragraph--type--info-section .field--name-field-key-points-list .paragraph--type--wysiwyg .field--name-field-wysiwyg-editor {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .paragraph--type--info-section .field--name-field-key-points-list .paragraph--type--wysiwyg .field--name-field-wysiwyg-editor {
    max-width: 100%;
    width: 100%;
  }
}
.paragraph--type--info-section .field--name-field-key-points-list .paragraph--type--wysiwyg .field--name-field-wysiwyg-editor > p {
  text-align: left;
}
.paragraph--type--info-section .field--name-field-key-points-list .paragraph--type--wysiwyg .field--name-field-wysiwyg-editor > p:first-child {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  text-align: left;
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section .field--name-field-key-points-list .paragraph--type--wysiwyg .field--name-field-wysiwyg-editor > p:first-child {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section .field--name-field-key-points-list .paragraph--type--wysiwyg .field--name-field-wysiwyg-editor > p:first-child {
    font-size: 24px;
  }
}
.paragraph--type--info-section .field--name-field-key-points-list .paragraph--type--wysiwyg .field--name-field-wysiwyg-editor ul li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 24px;
}
.paragraph--type--info-section .field--name-field-key-points-list .paragraph--type--wysiwyg .field--name-field-wysiwyg-editor ul li::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/check-circle-broken.svg);
  left: 0;
}
.paragraph--type--info-section .field--name-field-key-points-list .paragraph--type--wysiwyg .field--name-field-wysiwyg-editor ul li span {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  text-align: left;
}
.paragraph--type--info-section .field--name-field-text-cta .field--name-field-wysiwyg-editor {
  max-width: 768px;
  margin: 0 auto;
}
.paragraph--type--info-section .field--name-field-text-cta .field--name-field-wysiwyg-editor p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
}
.paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button {
  position: relative;
  z-index: 3;
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button {
    max-width: 100%;
  }
  .paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--name-field-wysiwyg-editor {
    margin: 0;
  }
  .paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--name-field-cta {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button {
    max-width: 100%;
    width: 100%;
  }
  .paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--name-field-title {
    padding: 0;
  }
  .paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--name-field-cta {
    padding: 0 15px;
  }
}
.paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--name-field-title {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
  text-transform: unset;
  text-align: left;
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--name-field-title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--name-field-title {
    font-size: 24px;
  }
}
.paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--type-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
  margin-top: 32px;
}
.paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--type-link a {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  display: inline-flex;
  border: 1px solid var(--color-border);
  padding: 8px 57px 8px 24px;
  margin: 0 auto;
  color: #111;
  position: relative;
  min-width: 214px;
}
.paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--type-link a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/icon-arrow_outward-black.svg);
  left: unset;
  right: 22px;
}
.paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--type-link a span {
  margin-left: 4px;
}
.paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--type-link a svg {
  display: none;
}
.paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--type-link a:hover {
  background-color: #0054a4;
  color: white;
}
.paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button .field--type-link a:hover::before {
  filter: brightness(1) invert(1);
}
.paragraph--type--info-section .field--name-field-text-cta .paragraph--type--wysiwyg-cta-button p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  text-align: left;
}

.views-element-container h2 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .views-element-container h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .views-element-container h2 {
    font-size: 32px;
  }
}

.view-nbs-tool-and-guidelines .location-year, .view-ppin-case-study .location-year {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.view-nbs-tool-and-guidelines .location-year a, .view-ppin-case-study .location-year a {
  border: 1px solid #01692a;
  border-radius: 24px;
  max-width: max-content;
  background-color: #01692a;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.view-nbs-tool-and-guidelines .views-field-field-article-category .field-content, .view-ppin-case-study .views-field-field-article-category .field-content {
  border: 1px solid var(--color-border);
  border-radius: 99px;
  padding: 5px 8px;
  color: #0054A4;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  max-width: max-content;
}
.view-nbs-tool-and-guidelines .inv-grid-item, .view-ppin-case-study .inv-grid-item {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #fff;
  min-height: 462px;
}
.view-nbs-tool-and-guidelines .inv-grid-item:hover, .view-ppin-case-study .inv-grid-item:hover {
  border: 1px solid var(--Color-Scheme-1-Body, #444444);
}
@media (max-width: 991px) {
  .view-nbs-tool-and-guidelines .inv-grid-item, .view-ppin-case-study .inv-grid-item {
    min-height: 906px;
  }
}
@media (max-width: 767px) {
  .view-nbs-tool-and-guidelines .inv-grid-item, .view-ppin-case-study .inv-grid-item {
    min-height: auto;
  }
}
.view-nbs-tool-and-guidelines .inv-grid-item-inner, .view-ppin-case-study .inv-grid-item-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.view-nbs-tool-and-guidelines .inv-grid-item-inner > .views-field, .view-ppin-case-study .inv-grid-item-inner > .views-field {
  flex: 0 0 calc(50% - 12px);
}
@media (max-width: 991px) {
  .view-nbs-tool-and-guidelines .inv-grid-item-inner > .views-field, .view-ppin-case-study .inv-grid-item-inner > .views-field {
    flex: 0 0 100%;
  }
}
.view-nbs-tool-and-guidelines .info-right, .view-ppin-case-study .info-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.view-nbs-tool-and-guidelines .views-field-field-article-category a, .view-ppin-case-study .views-field-field-article-category a {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border: 1px solid var(--color-border);
  padding: 8px 20px;
  margin: 0 auto;
  color: #0054A4;
  border-radius: 99px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 28px;
  text-decoration: unset;
}
.view-nbs-tool-and-guidelines .views-field-field-article-category a:hover, .view-ppin-case-study .views-field-field-article-category a:hover {
  border: 1px solid #0054A4;
  background-color: #0054A4;
  color: #fff;
}
.view-nbs-tool-and-guidelines .views-field-title, .view-ppin-case-study .views-field-title {
  font-size: 18px;
  line-height: 1.5;
  color: #111;
}
.view-nbs-tool-and-guidelines .js-pager__items .pager__item, .view-ppin-case-study .js-pager__items .pager__item {
  text-align: center;
}
.view-nbs-tool-and-guidelines .js-pager__items a, .view-ppin-case-study .js-pager__items a {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border: 1px solid var(--Color-Neutral-Darkest, #111111);
  padding: 12px 20px;
  margin: 0 auto;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .view-ppin-events {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .view-ppin-events {
    margin-bottom: 0;
  }
}
.view-ppin-events .ct-list__container {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 991.98px) {
  .view-ppin-events .ct-list__container {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .view-ppin-events .ct-list__container {
    max-width: unset;
    width: 100%;
  }
}
.view-ppin-events .ct-list__rows {
  margin-bottom: 0;
}
.view-ppin-events .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
  flex: 0 0 100%;
}
.view-ppin-events .events-toggle-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  padding: 8px 24px;
  gap: 8px;
  margin: 0 auto !important;
  border: none;
}
@media (max-width: 575.98px) {
  .view-ppin-events .events-toggle-buttons {
    padding: 8px 12px;
  }
}
.view-ppin-events .events-toggle-buttons a {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .view-ppin-events .events-toggle-buttons a {
    font-size: 16px;
  }
}
.view-ppin-events .events-toggle-buttons a.active {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
  max-width: max-content;
  padding: 12px 24px;
  border: none;
  border-radius: 99px;
  color: #fff;
}
@media (max-width: 575.98px) {
  .view-ppin-events .events-toggle-buttons a.active {
    padding: 12px;
  }
}
.view-ppin-events .views-row {
  width: 100%;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
  max-width: unset;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .view-ppin-events .views-row {
    flex-direction: column;
  }
}
.view-ppin-events .views-field-field-image {
  width: calc(36% - 12px);
}
@media (max-width: 767.98px) {
  .view-ppin-events .views-field-field-image {
    width: 100%;
  }
}
.view-ppin-events .views-field-fieldset {
  width: calc(64% - 12px);
  box-shadow: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .view-ppin-events .views-field-fieldset {
    width: 100%;
    height: auto;
  }
}
.view-ppin-events .group-info-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.view-ppin-events .sprep-event-date {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 0;
}
.view-ppin-events .sprep-event-date .views-field-field-event-type {
  border: 1px solid #01692a;
  border-radius: 24px;
  max-width: max-content;
  padding: 4px 8px;
  background-color: #01692a;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.view-ppin-events .sprep-event-date .views-field-field-venue {
  padding-left: 28px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 14px;
  align-content: center;
  position: relative;
  color: #01692a;
  margin-bottom: 0;
  font-weight: 600;
}
.view-ppin-events .sprep-event-date .views-field-field-venue::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/icon-location.svg);
  width: 20px;
  height: 20px;
  left: 0;
}
.view-ppin-events .sprep-event-date .views-field-field-event-end-date {
  border: none;
  padding-left: 28px;
  margin-bottom: 0;
  font-weight: 600;
}
.view-ppin-events .sprep-event-date .views-field-field-event-end-date::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/icon-calendar_today.svg);
  width: 20px;
  height: 20px;
  left: 0;
}
.view-ppin-events .sprep-event-date .views-field-field-event-end-date .field-content {
  margin-bottom: 0;
  align-content: center;
  color: #01692a;
}
.view-ppin-events .views-field-title a {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 0;
}
.view-ppin-news {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .view-ppin-news {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.view-ppin-news .ct-list__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 991.98px) {
  .view-ppin-news .ct-list__container {
    gap: 32px;
  }
}
.view-ppin-news .views-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .view-ppin-news .views-row {
    flex-direction: column;
  }
}
.view-ppin-news .views-row .views-field.views-field-fieldset {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 991.98px) {
  .view-ppin-news .views-row .views-field.views-field-fieldset {
    width: 100%;
    padding-right: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--color-border);
  }
}
.view-ppin-news .views-row .views-field.views-field-field-lead-image {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .view-ppin-news .views-row .views-field.views-field-field-lead-image > .field-content a {
    width: 100%;
  }
  .view-ppin-news .views-row .views-field.views-field-field-lead-image > .field-content a img {
    width: 100%;
  }
}
.view-ppin-news .views-row .views-field-field-topic a {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0054A4;
  margin-bottom: 8px;
}
.view-ppin-news .views-row .views-field-title {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}
.view-ppin-news .views-row .views-field-created {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
}
.view-ppin-news .views-row .views-field.views-field-view {
  width: 50%;
  padding-left: 32px;
  border-left: 1px solid var(--color-border);
}
@media (max-width: 991.98px) {
  .view-ppin-news .views-row .views-field.views-field-view {
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
    border-left: none;
  }
}
.view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 991.98px) {
  .view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows {
    flex-direction: column;
  }
}
.view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 991.98px) {
  .view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row {
    gap: 0;
  }
}
.view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row:last-child {
  border: none;
}
@media (max-width: 991.98px) {
  .view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row:last-child {
    border-bottom: 1px solid var(--color-border);
  }
}
.view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row .views-field.views-field-field-lead-image {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row .views-field.views-field-field-lead-image {
    width: 100%;
  }
  .view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row .views-field.views-field-field-lead-image > .field-content a {
    width: 100%;
  }
  .view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row .views-field.views-field-field-lead-image > .field-content a img {
    width: 100%;
  }
}
.view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row .views-field-fieldset {
  width: calc(100% - 216px);
  padding: 0;
}
@media (max-width: 991.98px) {
  .view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row .views-field-fieldset {
    border-bottom: none;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .view-ppin-homeslider img {
    height: 500px;
  }
}
@media (max-width: 575.98px) {
  .view-ppin-homeslider .splide:not(.splide-banner, .member-profile-tabs).is-initialized {
    margin-right: 0;
  }
  .view-ppin-homeslider img {
    aspect-ratio: unset;
    height: 472px;
  }
}
.view-ppin-projects {
  padding: 112px 0;
}
@media (max-width: 991.98px) {
  .view-ppin-projects {
    padding: 64px 0;
  }
}
.view-ppin-projects .inv-grid-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .view-ppin-projects .inv-grid-inner {
    flex-direction: column;
  }
}
.view-ppin-projects .inv-grid-item {
  flex: 0 0 calc((100% - 24px) / 2);
  max-width: calc((100% - 24px) / 2);
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
  padding: 24px;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .view-ppin-projects .inv-grid-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.view-ppin-projects .inv-grid-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.view-ppin-projects .views-field-field-project-location .field-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
}
.view-ppin-projects .views-field-field-project-location .field-content a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 99px;
}
.view-ppin-projects .views-field-field-project-location .field-content a:nth-of-type(1) {
  position: relative;
  background-color: #01692a;
  border: 1px solid #01692a;
  padding: 5px 8px 5px 32px;
  color: #fff;
}
.view-ppin-projects .views-field-field-project-location .field-content a:nth-of-type(1)::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  width: 20px;
  height: 20px;
  left: 8px;
  background-image: url(../images/icon-location.svg);
  filter: invert(1);
}
.view-ppin-projects .views-field-field-project-location .field-content a:nth-of-type(2) {
  background-color: #fff;
  border: 1px solid var(--color-border);
  padding: 5px 8px;
  color: #111;
}
.view-ppin-projects .views-field-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #111;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .view-ppin-projects .views-field-title {
    font-size: 18px;
  }
}
.view-ppin-projects .views-field-title a {
  color: #111;
}
.view-ppin-projects .views-field-view-node a {
  position: relative;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  max-width: max-content;
  padding-right: 32px;
  display: inline-flex;
}
.view-ppin-projects .views-field-view-node a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  left: unset;
  right: 0;
  background-image: url(../images/icon-next.svg);
  background-size: 7px 12px;
}
.view-nbs-community-voices .col-xxs-12.ct-list__rows-above {
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .view-nbs-community-voices .col-xxs-12.ct-list__rows-above {
    max-width: unset;
    width: 100%;
    margin: 0;
  }
}
.view-nbs-community-voices .col-xxs-12.ct-list__rows-above h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  margin-bottom: 16px;
  text-transform: unset;
}
@media (max-width: 767px) {
  .view-nbs-community-voices .col-xxs-12.ct-list__rows-above h2 {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .view-nbs-community-voices .col-xxs-12.ct-list__rows-above h2 {
    text-align: left;
  }
}
.view-nbs-community-voices .col-xxs-12.ct-list__rows-above p {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .view-nbs-community-voices .col-xxs-12.ct-list__rows-above p {
    text-align: left;
  }
}
.view-nbs-community-voices .ct-list__rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 991.98px) {
  .view-nbs-community-voices .ct-list__rows {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .view-nbs-community-voices .ct-list__rows {
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-nbs-community-voices .ct-list__rows .views-row {
  width: 100%;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
  box-shadow: none;
}
.view-nbs-community-voices .ct-list__rows .views-field-field-image a {
  width: 100%;
}
.view-nbs-community-voices .ct-list__rows .views-field-field-image img {
  width: 100%;
}
.view-nbs-community-voices .ct-list__rows .views-field-field-community-voices-category {
  padding: 24px 20px 0;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #0054A4;
  text-align: left;
}
.view-nbs-community-voices .ct-list__rows .views-field-title {
  padding: 8px 20px;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  margin-bottom: 24px;
  text-align: center;
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .view-nbs-community-voices .ct-list__rows .views-field-title {
    font-size: 18px;
  }
}
.view-nbs-community-voices .ct-list__rows .views-field-created {
  padding: 0 20px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
}
.view-nbs-community-voices .ct-list__rows .views-field-field-summary {
  padding: 0 20px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
}
.view-nbs-community-voices .ct-list__footer .col-xxs-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 575.98px) {
  .view-nbs-community-voices .ct-list__footer .col-xxs-12 {
    display: unset;
  }
}
.view-nbs-community-voices .ct-list__footer .col-xxs-12 a[href="/community-voices"] {
  padding: 16px 68px;
  border: 1px solid #111;
  color: #111;
  position: relative;
  text-align: center;
}
@media (max-width: 575.98px) {
  .view-nbs-community-voices .ct-list__footer .col-xxs-12 a[href="/community-voices"] {
    width: 100%;
  }
}
.view-nbs-community-voices .ct-list__footer .col-xxs-12 a[href="/community-voices"]::before {
  content: none;
}
.view-nbs-community-voices .ct-list__footer .col-xxs-12 a[href="/community-voices"]:hover {
  background-color: #0054A4;
  color: #fff;
  border: 1px solid #0054A4;
}

.views-exposed-form {
  padding: 24px 20px;
  border-bottom: 1px solid var(--color-border);
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
}
.views-exposed-form form .form--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.views-exposed-form form .form--inline > * {
  flex: 1;
}
@media (max-width: 767.98px) {
  .views-exposed-form form .form--inline {
    flex-direction: column;
    gap: 20px;
  }
}
.views-exposed-form .form-item {
  margin-bottom: 0;
}
.views-exposed-form .form-item .ct-theme-light {
  border-radius: 0;
}
.views-exposed-form .ct-label {
  display: none;
}
.views-exposed-form .form-actions .ct-button {
  padding: 12px 40px;
  background-color: #0054a4;
  border: 1px solid #0054a4;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.views-exposed-form .form-actions .ct-button:hover {
  background-color: var(--color-white);
  color: #0054A4;
}
.views-exposed-form .ct-select.ct-theme-light:not(.ct-select--is-invalid):hover {
  border: 1px solid #0054A4;
}
.views-exposed-form .ct-textfield.ct-theme-light:not(.ct-textfield--is-invalid) {
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
}
.views-exposed-form .ct-textfield.ct-theme-light:not(.ct-textfield--is-invalid):hover {
  border: 1px solid #0054A4;
}
.views-exposed-form .ct-select.ct-theme-light {
  display: block;
  padding: 9px 15px;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  font-size: inherit;
  line-height: 28px;
  height: auto;
  color: #111;
  background-image: url(../images/icon-down.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 12px);
  min-width: 74px;
}

.view-pacwaste-news-and-media .views-field-created {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  background: transparent;
  margin: 0;
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  body.user-logged-in .ct-header__top .sprep-header-home-block .sprep-header-home-link {
    font-size: 14px;
  }
  body.user-logged-in .ct-header__top .ct-menu {
    gap: 10px;
  }
  body.user-logged-in .ct-header__top .ct-menu__item__link {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  body.user-logged-in .ct-header.ct-theme-light .ct-header__content-top1 #block-ppin-theme-prismssheaderlogo a {
    width: 120px;
  }
}
body.user-logged-in .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav {
  top: 196px;
}
body.user-logged-in .ui-dialog {
  top: 80px !important;
  height: calc(100% - 80px) !important;
}
body.user-logged-in .section-content-top {
  background-color: #fff;
}

.block-local-tasks-block .ct-item-list {
  margin-left: 80px;
}
@media (max-width: 991.98px) {
  .block-local-tasks-block .ct-item-list {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .block-local-tasks-block .ct-item-list {
    margin-left: 15px;
  }
}
.block-local-tasks-block .ct-item-list .ct-item-list__item {
  margin-right: 16px;
}
@media (max-width: 767.98px) {
  .block-local-tasks-block .ct-item-list .ct-item-list__item {
    margin-right: 10px;
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
.block-local-tasks-block .ct-tabs.ct-theme-light .ct-link {
  padding: 16px 24px;
  border-radius: 0;
  border: 1px solid var(--color-border);
  background: #fff;
}

.ui-dialog {
  position: fixed;
  height: 100% !important;
  top: 0 !important;
  z-index: 101;
  max-width: 1240px;
  width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.ui-dialog::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  .ui-dialog::before {
    width: 320px;
    height: 579px;
  }
}
.ui-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  background-color: #fff;
  border-bottom: none;
  z-index: 10;
}
.ui-dialog .ui-button {
  font-size: 0;
  width: 64px;
  height: 64px;
  border: none;
  background-color: var(--bg-light);
  transform: translateY(-50%);
  margin: 0;
  right: 15px;
  position: absolute;
  top: 32px;
}
.ui-dialog .ui-button .ui-icon {
  background-image: none;
}
.ui-dialog .ui-button .ui-icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/close.svg);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ui-dialog .ui-dialog-content {
  position: relative;
  z-index: 2;
  border: 0;
  padding-top: 48px;
  background: none;
  overflow: auto;
  width: auto;
  min-height: 100% !important;
  height: auto;
}
.ui-dialog .descriptions-content {
  max-width: 768px;
  margin: 0 auto;
}
.ui-dialog h2 {
  margin-bottom: 48px;
}
.ui-dialog h4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #111;
  margin-top: 48px;
  margin-bottom: 24px;
}
.ui-dialog p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
.ui-dialog p:last-child {
  margin-top: 24px;
  margin-bottom: 48px;
  padding: 16px 53px 16px 89px;
  background-color: #0054A4;
  border: 1px solid #0054A4;
  max-width: max-content;
  position: relative;
}
.ui-dialog p:last-child::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/supervisor_account.svg);
  left: 52.5px;
}
.ui-dialog p:last-child a {
  color: #fff;
}
.ui-dialog p:last-child:hover {
  background-color: #fff;
}
.ui-dialog p:last-child:hover a {
  color: #0054A4;
}
.ui-dialog p:last-child:hover::before {
  background-image: url(../images/supervisor_account-blue.svg);
}
.ui-dialog ol li {
  font-family: "Poppins";
  margin-bottom: 24px;
}
.ui-dialog ul {
  list-style: disc;
  padding-left: 20px;
}
.ui-dialog ul li {
  font-family: "Poppins";
  margin-bottom: 24px;
}
.ui-dialog .field--name-field-media-image {
  margin-bottom: 24px;
}
.ui-dialog .field--name-field-media-image img {
  width: 100%;
}

.default-background-image {
  background: #01692a;
  height: auto;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.default-background-image .views-field-fieldset {
  padding: 112px 0;
}
@media (max-width: 991.98px) {
  .default-background-image .views-field-fieldset {
    padding: 64px 0;
  }
}
.default-background-image .views-field-fieldset .banner-info {
  position: relative;
  z-index: 2;
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .default-background-image .views-field-fieldset .banner-info {
    max-width: unset;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .default-background-image .views-field-fieldset .banner-info .views-field-title {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .default-background-image .views-field-fieldset .banner-info .views-field-field-banner-description p {
    text-align: left;
  }
}

.block-system-breadcrumb-block {
  padding: 80px 15px 0 15px;
}
@media (max-width: 991.98px) {
  .block-system-breadcrumb-block {
    padding: 40px 15px 0 15px;
  }
}
.block-system-breadcrumb-block .ct-breadcrumb {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 8px;
  position: relative;
  z-index: 3;
  padding: 0;
}
@media (max-width: 767.98px) {
  .block-system-breadcrumb-block .ct-breadcrumb .ct-item-list:nth-of-type(1) {
    display: none;
  }
  .block-system-breadcrumb-block .ct-breadcrumb .ct-item-list.hide-xxs {
    display: flex !important;
  }
}
.block-system-breadcrumb-block .ct-breadcrumb svg.ct-icon {
  color: #111;
}
.block-system-breadcrumb-block .ct-breadcrumb .ct-item-list__item {
  display: inline-flex;
  align-content: center;
}
.block-system-breadcrumb-block .ct-breadcrumb .ct-breadcrumb__links__link {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #111;
  font-size: 14px;
}

.block-page-title-block {
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .block-page-title-block {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .block-page-title-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block-page-title-block .ct-heading {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-align: center;
}
@media (max-width: 767px) {
  .block-page-title-block .ct-heading {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .block-page-title-block .ct-heading {
    font-size: 32px;
    text-align: center;
  }
}

.ct-header.ct-theme-light .container {
  max-width: unset;
  padding: 0 64px;
}
@media (max-width: 1399.98px) {
  .ct-header.ct-theme-light .container {
    padding: 0 35px;
  }
}
@media (max-width: 991.98px) {
  .ct-header.ct-theme-light .container {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .ct-header.ct-theme-light .container {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .ct-header.ct-theme-light .ct-header__middle > .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.ct-header.ct-theme-light .ct-header__top {
  background: #0054a0;
  padding: 0;
  height: 48px;
  z-index: 3;
  position: relative;
}
@media (max-width: 767.98px) {
  .ct-header.ct-theme-light .ct-header__top {
    display: block !important;
  }
}
.ct-header.ct-theme-light .ct-header__content-top1 {
  display: flex;
  justify-content: space-between;
}
.ct-header.ct-theme-light .ct-header__content-top1 #block-ppin-theme-prismssheaderhome a {
  display: inline-flex;
  color: #fff;
  padding-top: 15px;
  font-weight: 400;
}
.ct-header.ct-theme-light .ct-header__content-top1 #block-ppin-theme-prismssheaderhome a span {
  display: inline-flex;
  color: #fff;
  margin-left: 5px;
}
@media (max-width: 575.98px) {
  .ct-header.ct-theme-light .ct-header__content-top1 #block-ppin-theme-prismssheaderhome a span {
    display: none;
  }
}
.ct-header.ct-theme-light .ct-header__content-top1 #block-ppin-theme-prismssheaderhome a span svg.ext {
  display: none;
}
.ct-header.ct-theme-light .ct-header__content-top1 #block-ppin-theme-prismssheaderlogo a {
  background-image: url(../images/sprep-logo.svg);
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  width: 168px;
  height: 62px;
}
.ct-header.ct-theme-light .ct-header__content-top1 #block-ppin-theme-prismssheaderlogo a img {
  display: none;
}
.ct-header.ct-theme-light .ct-header__content-top1 #block-ppin-theme-useraccountmenu {
  padding-top: 15px;
}
.ct-header.ct-theme-light .ct-header__content-top1 #block-ppin-theme-useraccountmenu .ct-menu .ct-menu__item__link {
  font-weight: 400;
}
.ct-header.ct-theme-light .ct-header__middle {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .ct-menu .ct-menu__sub-menu__wrapper--level-1 {
    background-color: #fff;
  }
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .ct-menu .ct-menu__sub-menu__wrapper--level-1 a {
    color: #111;
  }
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav {
  order: 0;
}
@media (max-width: 991.98px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav {
    position: fixed;
    width: 100%;
    max-width: 375px;
    min-height: calc(100% - 158px);
    max-height: calc(100% - 158px);
    z-index: 10;
    padding-top: 20px;
    overflow-y: auto;
    top: 158px;
    right: auto;
    left: -375px;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
  }
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav.menu-active {
    left: 0;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991.98px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item .ct-text-icon__text {
  display: inline-flex;
  position: relative;
  font-size: 14px;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--active-trail a.ct-menu__item__link {
  color: #0054A4;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--active-trail a.ct-menu__item__link::after {
  background-image: url(../images/icon-down-blue.svg);
  filter: unset;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item a.ct-menu__item__link {
  color: var(--color-black);
  line-height: 1.5;
  padding: 17.5px 16px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item a.ct-menu__item__link {
    font-size: 18px;
    padding: 10.5px 0;
  }
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item a.ct-menu__item__link::after {
  filter: brightness(0);
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item a.ct-menu__item__link:hover .ct-text-icon__text {
  text-decoration: none;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item:hover a.ct-menu__item__link {
  color: #0054A4;
  text-decoration: none;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item:hover a.ct-menu__item__link::after {
  background-image: url(../images/icon-down-blue.svg);
  filter: unset;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--active-trail:hover a.ct-menu__item__link {
  color: #0054A4;
  text-decoration: none;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--active-trail:hover a.ct-menu__item__link::after {
  filter: invert(36%) sepia(86%) saturate(760%) hue-rotate(165deg) brightness(90%) contrast(95%);
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children {
  position: relative;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:hover .ct-menu__sub-menu__wrapper--level-1, .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:focus .ct-menu__sub-menu__wrapper--level-1 {
  background: white;
  width: 320px;
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  padding: 16px 20px;
  border: 1px solid var(--color-border);
}
@media (max-width: 991.98px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:hover .ct-menu__sub-menu__wrapper--level-1, .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:focus .ct-menu__sub-menu__wrapper--level-1 {
    position: unset;
    border: none;
    padding: 0;
  }
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:hover .ct-menu__sub-menu, .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:focus .ct-menu__sub-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:hover .ct-menu__item--level-1, .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:focus .ct-menu__item--level-1 {
  max-width: 100%;
  flex: 0 0 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:hover .ct-menu__item--level-1 .ct-menu__item__link, .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:focus .ct-menu__item--level-1 .ct-menu__item__link {
  text-transform: none;
  padding: 12px 0;
}
@media (max-width: 991.98px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:hover .ct-menu__item--level-1 .ct-menu__item__link, .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:focus .ct-menu__item--level-1 .ct-menu__item__link {
    padding: 12px 0;
  }
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:hover .ct-menu__item--level-1 .ct-menu__item__link:hover, .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:focus .ct-menu__item--level-1 .ct-menu__item__link:hover {
  color: #0054A4;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:hover .ct-menu__item--level-1 .ct-menu__item__link .ct-text-icon__text, .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:focus .ct-menu__item--level-1 .ct-menu__item__link .ct-text-icon__text {
  font-size: 16px;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:hover .ct-menu__item--level-1.ct-menu__item--active-trail .ct-menu__item__link, .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item.ct-menu__item--has-children:focus .ct-menu__item--level-1.ct-menu__item--active-trail .ct-menu__item__link {
  color: #0054A4 !important;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .visually-hidden {
  margin: 0;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .views-exposed-form {
  position: relative;
  margin-left: 24px;
  max-width: unset;
  margin: 0;
  padding: 0;
  border: none;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .views-exposed-form .form--inline {
  display: unset;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .views-exposed-form .search-toggle-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--color-white);
  outline: none;
  width: 56px;
  height: 56px;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 375px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .views-exposed-form .search-toggle-icon {
    left: 0;
  }
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .views-exposed-form form .ct-field.ct-theme-light label {
  display: none;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .views-exposed-form form .ct-field.ct-theme-light input[type=text] {
  display: none;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .views-exposed-form form .form-actions input[type=submit] {
  display: none;
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .views-exposed-form.active form .ct-field.ct-theme-light input[type=text] {
  display: block;
  padding: 9px 15px;
  border-radius: 4px;
  border: 1px solid #e6e9eb;
  background: #fdfdfd;
  font-size: inherit;
  line-height: 28px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 56px;
}
@media (max-width: 575.98px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .views-exposed-form.active form .ct-field.ct-theme-light input[type=text] {
    width: 200px;
  }
}
@media (max-width: 375px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .views-exposed-form.active form .ct-field.ct-theme-light input[type=text] {
    right: -28px;
  }
}
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .mobile-menu-toggle-wrapper {
  display: none;
}
@media (max-width: 991.98px) {
  .ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 .mobile-menu-toggle-wrapper {
    display: block;
  }
}

.ct-footer.ct-theme-dark {
  background: var(--color-black);
  padding: 80px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .ct-footer.ct-theme-dark {
    padding: 64px 0;
  }
}
.ct-footer.ct-theme-dark::before {
  content: none;
}
.ct-footer.ct-theme-dark .container {
  padding-left: 35px;
  padding-right: 35px;
  border-color: transparent;
}
@media (max-width: 991.98px) {
  .ct-footer.ct-theme-dark .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .ct-footer.ct-theme-dark .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ct-footer.ct-theme-dark .ct-footer__middle .row {
  display: grid;
  grid-template-columns: calc(30% - 16px) calc(20% - 32px) calc(20% - 32px) calc(30% - 16px);
  gap: 32px;
  padding: 0 0 80px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 991.98px) {
  .ct-footer.ct-theme-dark .ct-footer__middle .row {
    grid-template-columns: 100%;
  }
}
.ct-footer.ct-theme-dark .col-xxs-12.col-m-3 {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
@media (max-width: 575.98px) {
  .ct-footer.ct-theme-dark .col-xxs-12.col-m-3 {
    margin-bottom: 0;
  }
}
.ct-footer.ct-theme-dark .container.ct-footer__bottom {
  padding-top: 32px;
  padding-bottom: 0;
}
.ct-footer.ct-theme-dark .container.ct-footer__bottom .row {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .ct-footer.ct-theme-dark .container.ct-footer__bottom .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.ct-footer.ct-theme-dark .container.ct-footer__bottom .block-block-content .field--name-body {
  padding: 0;
}
.ct-footer.ct-theme-dark .container.ct-footer__bottom .ct-footer__bottom__content-bottom2 a {
  text-decoration: underline;
}
.ct-footer.ct-theme-dark .block-prismss-footer .prismss-footer-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
.ct-footer.ct-theme-dark .block-prismss-footer .prismss-footer-block .footer-image-wrapper a {
  display: flex;
  width: 142px;
  height: 88px;
}
.ct-footer.ct-theme-dark .block-prismss-footer .prismss-footer-block .footer-image-wrapper a img {
  width: 142px;
  height: 88px;
}
.ct-footer.ct-theme-dark .block-prismss-footer .prismss-footer-block .footer-text-wrapper p {
  color: rgba(255, 255, 255, 0.6);
}
.ct-footer.ct-theme-dark h2 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-transform: unset;
}
.ct-footer.ct-theme-dark .ct-menu li {
  margin-bottom: 0;
}
.ct-footer.ct-theme-dark .ct-menu li .ct-menu__item__link {
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.ct-footer.ct-theme-dark .ct-menu li .ct-menu__item__link:hover {
  color: var(--color-teal-blue);
}
.ct-footer.ct-theme-dark .ct-menu li .ct-menu__item__link:hover .ct-text-icon__text {
  text-decoration: none;
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle3 .ct-menu__item__link {
  display: inline-flex;
  position: relative;
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle3 .ct-menu__item__link .ct-text-icon__group {
  display: inline-flex;
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle3 .ct-menu__item__link .ct-text-icon__group .ct-icon {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form label,
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .ct-field-description,
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form #edit-message {
  font-size: 16px;
  font-weight: 600px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .field--type-email,
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .form-actions {
  margin-bottom: 16px;
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .field--type-email input[type=email],
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .form-actions input[type=email] {
  border-radius: 0;
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .field--type-email input[type=submit],
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .form-actions input[type=submit] {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  background-color: #0054A4;
  border: 1px solid #0054A4;
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .field--type-email input[type=submit]:hover,
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .form-actions input[type=submit]:hover {
  background-color: #fff;
  border: 1px solid #0054A4;
  color: #0054A4;
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .privacy-notice {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 12px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 form .privacy-notice a {
  color: #fff;
  text-decoration: underline;
}
.ct-footer.ct-theme-dark .ct-footer__middle__content-middle4 .newsletter-description {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.ct-footer.ct-theme-dark .ct-footer__bottom .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .ct-footer.ct-theme-dark .ct-footer__bottom .row {
    flex-direction: column;
    gap: 24px;
  }
}
.ct-footer.ct-theme-dark #block-ppin-theme-prismsscopyright .copyright-block {
  color: rgba(255, 255, 255, 0.6);
}
.ct-footer.ct-theme-dark .col-xxs-12.col-m-5 .ct-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ct-footer.ct-theme-dark .col-xxs-12.col-m-5 .ct-menu__item a {
  color: rgba(255, 255, 255, 0.6);
}
.ct-footer.ct-theme-dark .col-xxs-12.col-m-5 .ct-menu__item a:hover {
  color: var(--color-teal-blue);
}
.ct-footer.ct-theme-dark .openid-connect-login-form {
  display: none;
}

.section.sticky-search {
  background-color: #ffffff;
  border-bottom: 1px solid var(--Color-Neutral-Lighter, #e0e0e0);
  position: relative;
  z-index: 2;
}
.section.sticky-search.sticky-active {
  background: #fff;
  position: sticky;
  z-index: 999;
  top: 0px;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.section.sticky-search .container {
  width: 100%;
  max-width: 100%;
}
.section.sticky-search .views-exposed-form {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.section-banner {
  padding: 0;
  margin-bottom: 0;
  z-index: 0;
  background: none;
}
.section-banner .views-field-field-hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 105, 42, 0.5);
}
.section-banner .views-field-field-hero-image * {
  height: 100%;
}
.section-banner .views-field-field-hero-image:has(img) {
  background-color: transparent;
}
.section-banner .views-field-fieldset {
  position: relative;
  z-index: 9;
  padding: 112px 0;
}
@media (max-width: 991px) {
  .section-banner .views-field-fieldset {
    padding: 64px 0;
  }
}
.section-banner .views-field-fieldset::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  background-color: #01692a;
  top: 0;
  left: 0;
  z-index: 2;
}
.section-banner .views-field-fieldset > .field-content {
  max-width: 768px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .section-banner .views-field-fieldset > .field-content {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .section-banner .views-field-fieldset > .field-content {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
.section-banner .views-field-fieldset .banner-info {
  position: relative;
  z-index: 2;
}
.section-banner .views-field-title {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .section-banner .views-field-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-banner .views-field-title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .section-banner .views-field-title {
    font-size: 40px;
  }
}
.section-banner .views-field-title a {
  color: #fff;
}
.section-banner .views-field-field-banner-description p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
}
.section-banner .views-field-field-banner-description p:last-child {
  margin-bottom: 0;
}
.section-banner .views-field-field-cta .field-content {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}
.section-banner .views-field-field-cta .field-content a:nth-of-type(1) {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border: 1px solid #0054A4;
  background-color: #0054A4;
  color: #fff;
}
.section-banner .views-field-field-cta .field-content a:nth-of-type(1):hover {
  background-color: #fff;
  color: #0054A4;
}
.section-banner .views-field-field-cta .field-content a:nth-of-type(2) {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.section-banner .views-field-field-cta .field-content a:nth-of-type(2):hover {
  border: 1px solid #0054A4;
  background-color: #fff;
  color: #0054A4;
}
.section-banner .views-field-field-cta .field-content {
  margin-top: 32px;
}
.section-banner .views-field-field-cta .field-content:empty {
  display: none;
}
.section-main .block-system-main-block {
  padding: 112px 0;
}
.section-events {
  background-color: var(--bg-light);
  position: relative;
  padding-top: 112px;
  padding-bottom: 112px;
}
@media (max-width: 991.98px) {
  .section-events {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .section-events .col-xxs-12 {
    padding: 0;
  }
}
.section-events::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  .section-events::before {
    width: 320px;
    height: 579px;
  }
}
.section-events .spreps-form-event .ct-list__rows {
  margin: 0;
}
.section-events .spreps-form-event .ct-list__rows > * {
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.section-latest-news {
  background-color: var(--color-white);
  position: relative;
  padding-top: 112px;
  padding-bottom: 112px;
}
@media (max-width: 991.98px) {
  .section-latest-news {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-latest-news .col-xxs-12 {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .section-latest-news .col-xxs-12 {
    padding: 0;
  }
}
.section-latest-news::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  .section-latest-news::before {
    width: 320px;
    height: 579px;
  }
}
.section-latest-news .row > .col-xxs-12 {
  padding: 0;
}
@media (max-width: 767.98px) {
  .section-search-sticky .col-xxs-12 {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .section-search-sticky .views-exposed-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-content-top .ct-vertical-spacing--top {
  margin-bottom: 30px !important;
}
.section-content-bottom .row > * {
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .section-content-bottom .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .section-content-bottom .row > * {
    padding: 0;
  }
}

.path-home .section-banner::before {
  content: none;
}
.path-home .section-banner .slide-wrapper {
  height: 100%;
}
.path-home .section-banner .views-field-fieldset {
  position: relative;
  z-index: 9;
  padding: 112px 0;
  height: 100%;
}
@media (max-width: 767px) {
  .path-home .section-banner .views-field-fieldset {
    padding: 70px 0 30px 0;
  }
}
.path-home .section-banner .views-field-fieldset::before {
  content: "";
  background-color: #000;
  opacity: 0.5;
}
.path-home .section-banner .views-field-fieldset > .field-content {
  max-width: 1024px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.path-home .section-banner .views-field-fieldset .views-field-title {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .path-home .section-banner .views-field-fieldset .views-field-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .path-home .section-banner .views-field-fieldset .views-field-title {
    font-size: 40px;
  }
}
.path-home .section-banner .views-field-fieldset .views-field-title a {
  color: #fff;
}
.path-home .section-banner .views-field-fieldset .views-field-field-banner-description p {
  font-size: 20px;
}
.path-home .section-banner .splide__controls {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .path-home .section-banner .splide__controls {
    position: unset;
    flex-direction: row;
    margin-top: 0;
  }
}
.path-home .section-banner .splide__controls .splide__arrows {
  gap: 0;
}
@media (max-width: 767.98px) {
  .path-home .section-banner .splide__controls .splide__arrows {
    justify-content: center;
    margin-bottom: 0;
    width: 100%;
  }
}
.path-home .section-banner .splide__arrow--prev {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
  width: 64px;
  height: 64px;
  position: relative;
}
.path-home .section-banner .splide__arrow--prev:hover, .path-home .section-banner .splide__arrow--prev:focus {
  border: 1px solid #0054A4;
  background-color: #0054A4;
}
.path-home .section-banner .splide__arrow--prev:hover::before, .path-home .section-banner .splide__arrow--prev:focus::before {
  filter: invert(0);
}
@media (max-width: 767.98px) {
  .path-home .section-banner .splide__arrow--prev {
    width: 50%;
    height: 40px;
    background-color: transparent;
    border: none;
  }
  .path-home .section-banner .splide__arrow--prev:hover, .path-home .section-banner .splide__arrow--prev:focus {
    border: none;
    background-color: transparent;
  }
  .path-home .section-banner .splide__arrow--prev:hover::before, .path-home .section-banner .splide__arrow--prev:focus::before {
    filter: brightness(0);
  }
}
.path-home .section-banner .splide__arrow--prev::before {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../images/icon-prev.svg);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0);
}
@media (max-width: 767.98px) {
  .path-home .section-banner .splide__arrow--prev::before {
    filter: unset;
  }
}
.path-home .section-banner .splide__arrow--next {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
  width: 64px;
  height: 64px;
  position: relative;
}
.path-home .section-banner .splide__arrow--next:hover, .path-home .section-banner .splide__arrow--next:focus {
  border: 1px solid #0054A4;
  background-color: #0054A4;
}
.path-home .section-banner .splide__arrow--next:hover::after, .path-home .section-banner .splide__arrow--next:focus::after {
  filter: invert(1);
}
@media (max-width: 767.98px) {
  .path-home .section-banner .splide__arrow--next {
    width: 50%;
    height: 40px;
    background-color: transparent;
    border: none;
  }
  .path-home .section-banner .splide__arrow--next:hover, .path-home .section-banner .splide__arrow--next:focus {
    border: none;
    background-color: transparent;
  }
  .path-home .section-banner .splide__arrow--next:hover::after, .path-home .section-banner .splide__arrow--next:focus::after {
    filter: brightness(0);
  }
}
.path-home .section-banner .splide__arrow--next::after {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../images/icon-next.svg);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .path-home .section-banner .splide__arrow--next::after {
    background-image: url(../images/icon-prev.svg);
    transform: scaleX(-1) translate(-50%, -50%);
  }
}
.path-home .section-main > .container {
  max-width: unset;
  padding: 0;
}
.path-home .section-main > .container .row > * {
  padding: 0;
}
.path-home .section-main > .container .block-system-main-block {
  padding: 0;
}
.path-home .section-main .paragraph--type--green-call-to-action .field--name-field-title {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .path-home .section-main .paragraph--type--green-call-to-action .field--name-field-title {
    padding: 0 15px;
    text-align: left;
  }
}
.path-home .section-main .paragraph--type--green-call-to-action .wrapper-field-description a {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .path-home .section-main .paragraph--type--info-section .field--name-field-key-points-list {
    margin-top: 24px;
  }
}
.path-home .section-main .paragraph--type--info-overview .paragraph--type--feature-highlight .field--name-field-icon img {
  width: 80px;
  height: 80px;
}
.path-home .section-events {
  position: relative;
}
.path-home .section-events .row > * {
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .path-home .section-events .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .path-home .section-events .row > * {
    padding: 0;
  }
}
.path-home .section-events .row > * p {
  text-align: center;
}
.path-home .section-events .view-ppin-events {
  padding: 0;
}
.path-home .section-latest-news {
  position: relative;
}
.path-home .section-latest-news .row > * {
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .path-home .section-latest-news .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .path-home .section-latest-news .row > * {
    padding: 0;
  }
}
.path-node article.node a {
  color: #0054A4;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
}
.path-node article.node .field--name-field-article-category {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  display: flex;
  justify-content: center;
  border: 1px solid var(--Color-Scheme-1-Border, #e0e0e0);
  padding: 5px 8px;
  margin: 16px auto 48px;
  color: #0054A4;
  background-color: transparent;
  border-radius: 99px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 8px;
  min-height: 28px;
  text-decoration: unset;
}
.path-node article.node .field--name-field-case-study-location {
  display: flex;
  align-items: center;
  justify-content: center;
}
.path-node article.node .field--name-field-case-study-location a {
  font-weight: 600;
  color: #01692a;
  display: flex;
  align-items: center;
}
.path-node article.node .field--name-field-case-study-location a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../images/icon-location.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.path-node article.node .field--name-field-download .field__label--content {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.path-node article.node .addtoany_list {
  margin-top: 36px;
}
.path-node article.node .group-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 48px;
}
.path-node article.node .group-contents > * {
  flex: 0 0 calc(50% - 24px);
}
@media (max-width: 767px) {
  .path-node article.node .group-contents > * {
    flex: 0 0 100%;
  }
}
.path-node .section-banner {
  background-color: #fff;
}
.path-node .section-banner:before {
  width: 459px;
  height: 709px;
  left: 0;
  background-image: url(../images/img-bg-top-left.png);
  transform: scaleX(-1);
}
.path-node .section-banner .view-ppin-events .views-row {
  background-color: transparent;
  border: 0;
  position: relative;
  z-index: 3;
  padding: 0;
  text-align: center;
  justify-content: center;
  gap: 16px;
}
.path-node .section-banner .view-ppin-events .views-field-title {
  margin: 0 auto;
}
.path-node .section-banner .view-ppin-events .views-field-title .field-content {
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-transform: none;
  font-weight: 600;
}
.path-node .section-banner .view-ppin-events .views-field-field-event-type {
  display: flex;
  justify-content: center;
}
.path-node .section-banner .view-ppin-events .views-field-field-event-type .field-content {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  border: 1px solid #01692a;
  border-radius: 24px;
  max-width: max-content;
  padding: 4px 8px;
  background-color: #01692a;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-height: 26px;
}
.path-node .section-banner .view-ppin-events .event-date {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.path-node .section-banner .view-ppin-events .views-field-field-venue {
  font-weight: 600;
  color: #01692a;
  display: flex;
  font-size: 14px;
}
.path-node .section-banner .view-ppin-events .views-field-field-venue::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../images/icon-location.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.path-node .section-banner .view-ppin-events .views-field-field-event-end-date {
  font-weight: 600;
  color: #01692a;
  display: flex;
  font-size: 14px;
}
.path-node .section-banner .view-ppin-events .views-field-field-event-end-date::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../images/icon-calendar_today.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.path-node .section-banner .ct-breadcrumb.ct-theme-light .ct-breadcrumb__links__separator,
.path-node .section-banner .ct-breadcrumb.ct-theme-light .ct-breadcrumb__links__link {
  color: #111;
}
.path-node .section-main {
  background-color: #fff;
}
.path-node .section-main .block-system-main-block {
  padding: 48px 0;
}
.path-node .section-main .container {
  max-width: 798px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .path-node .section-main .container {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .path-node .section-main .container .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .path-node .section-main .container .row > * {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .path-node .section-main .field.field--name-body {
    padding: 48px 15px;
    margin: 0;
  }
}
.path-node .section-main .block-addtoany-block {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .path-node .section-main .block-addtoany-block {
    max-width: unset;
    width: 100%;
    padding-bottom: 40px;
  }
}
.path-about-us .section-banner .views-field-fieldset::before {
  background-color: #01692a;
  opacity: 0.5;
}
.path-about-us .section-banner .views-field-field-cta .field-content {
  margin-top: 0;
}
.path-about-us .section-main {
  position: relative;
  padding-top: 112px;
  padding-bottom: 112px;
}
@media (max-width: 991.98px) {
  .path-about-us .section-main {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.path-about-us .section-main::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .path-about-us .section-main::before {
    width: 320px;
    height: 579px;
  }
}
.path-about-us .section-main::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  top: unset;
  bottom: 0;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .path-about-us .section-main::after {
    width: 320px;
    height: 579px;
  }
}
.path-about-us .section-main .block-system-main-block {
  padding: 0;
}
.path-about-us .section-main .block-system-main-block .field--name-body {
  padding: 0;
}
@media (max-width: 991.98px) {
  .path-about-us .section-main .block-system-main-block .field--name-body {
    max-width: unset;
    width: 100%;
  }
}
.path-about-us .section-main .block-system-main-block h6 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #111;
  margin-bottom: 24px;
  margin-top: 48px;
}
.path-about-us .section-main .block-system-main-block ul:nth-of-type(1) li {
  padding-left: 32px;
  position: relative;
}
.path-about-us .section-main .block-system-main-block ul:nth-of-type(1) li::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/check-circle-broken.svg);
  left: 0;
}
.path-about-us .section-main .block-system-main-block ul:nth-of-type(1) li span {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  text-align: left;
}
.path-about-us .section-main .block-system-main-block ul:nth-of-type(1) li:last-child {
  margin-bottom: 0;
}
.path-about-us .section-main .block-system-main-block ul:nth-of-type(2) {
  list-style: disc;
  padding-left: 20px;
}
.path-about-us .section-main .block-system-main-block h4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #111;
  margin-top: 48px;
}
.path-about-us .section-main .block-system-main-block ol {
  margin-bottom: 0;
  padding-left: 20px;
}
.path-about-us .section-main .block-system-main-block ol li::marker {
  font-weight: bold;
}
.path-about-us .section-main .block-system-main-block p:nth-of-type(2), .path-about-us .section-main .block-system-main-block p:nth-of-type(3) {
  margin-top: 24px;
}
.path-about-us .section-main .block-system-main-block p:last-child a {
  margin-top: 24px;
  margin-bottom: 0;
  padding: 16px 53px 16px 89px;
  background-color: #0054a4;
  border: 1px solid #0054a4;
  max-width: max-content;
  position: relative;
  color: #fff;
  font-weight: 600;
  text-decoration: unset;
}
.path-about-us .section-main .block-system-main-block p:last-child a:hover {
  background-color: #fff;
  color: #0054A4;
  cursor: pointer;
}
.path-about-us .section-main .block-system-main-block p:last-child a:hover::before {
  background-image: url(../images/supervisor_account-blue.svg);
}
.path-about-us .section-main .block-system-main-block p:last-child a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/supervisor_account.svg);
  left: 52.5px;
}
.path-about-us .section-main .block-system-main-block .views-field-field-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 24px;
}
.path-about-us .section-main .block-system-main-block .views-field-field-image img {
  margin: 0;
  height: 60px;
}
.path-about-us .section-main .block-system-main-block .views-field-field-image img:first-child {
  width: 145px;
}
.path-about-us .section-main .block-system-main-block .views-field-field-image img:last-child {
  width: 260px;
}
@media (max-width: 480px) {
  .path-about-us .section-main .block-system-main-block .views-field-field-image {
    flex-direction: column;
  }
}
.path-past-events .section-main, .path-events .section-main {
  position: relative;
  z-index: 0;
  background-color: var(--bg-light);
}
.path-past-events .section-main::before, .path-events .section-main::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .path-past-events .section-main::before, .path-events .section-main::before {
    width: 320px;
    height: 579px;
  }
}
.path-past-events .section-main .container, .path-events .section-main .container {
  max-width: 1310px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.path-past-events .section-main .row > *, .path-events .section-main .row > * {
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .path-past-events .section-main .row > *, .path-events .section-main .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .path-past-events .section-main .row > *, .path-events .section-main .row > * {
    padding: 0;
  }
}
.path-past-events .section-main .block-system-main-block, .path-events .section-main .block-system-main-block {
  padding: 0;
}
.path-past-events .section-main .view-ppin-events, .path-events .section-main .view-ppin-events {
  padding: 112px 0;
}
@media (max-width: 991.98px) {
  .path-past-events .section-main .view-ppin-events, .path-events .section-main .view-ppin-events {
    padding: 64px 0;
  }
}
.path-past-events .ct-list__rows, .path-events .ct-list__rows {
  margin: 0;
}
.path-past-events .views-infinite-scroll-content-wrapper, .path-events .views-infinite-scroll-content-wrapper {
  margin: 0;
}
.path-past-events .views-exposed-form, .path-events .views-exposed-form {
  padding: 24px 20px;
  border-bottom: 1px solid var(--color-border);
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
}
.path-past-events .views-exposed-form form .form--inline, .path-events .views-exposed-form form .form--inline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .path-past-events .views-exposed-form form .form--inline, .path-events .views-exposed-form form .form--inline {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .path-past-events .views-exposed-form form .form--inline, .path-events .views-exposed-form form .form--inline {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.path-past-events .views-exposed-form .form-item, .path-events .views-exposed-form .form-item {
  margin-bottom: 0;
}
.path-past-events .views-exposed-form .form-item .ct-theme-light, .path-events .views-exposed-form .form-item .ct-theme-light {
  border-radius: 0;
}
.path-login .ct-footer.ct-theme-dark {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
.path-contact-us .section-main {
  position: relative;
  padding-top: 112px;
  padding-bottom: 112px;
}
@media (max-width: 991.98px) {
  .path-contact-us .section-main {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.path-contact-us .section-main::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  .path-contact-us .section-main::before {
    width: 320px;
    height: 579px;
  }
}
@media (max-width: 767.98px) {
  .path-contact-us .section-main .col-xxs-12 {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .path-contact-us .section-main .field--name-body {
    padding: 0 !important;
  }
}
.path-contact-us .section-main .field--name-body h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-align: left;
}
@media (max-width: 767px) {
  .path-contact-us .section-main .field--name-body h3 {
    text-align: left;
  }
}
.path-contact-us .section-main .field--name-body p {
  margin: 24px 0;
}
.path-contact-us .section-main .field--name-body p:nth-of-type(1), .path-contact-us .section-main .field--name-body p:nth-of-type(4), .path-contact-us .section-main .field--name-body p:last-child {
  font-size: 20px;
  color: #111;
  font-weight: 600;
}
.path-contact-us .section-main .field--name-body p:nth-of-type(2) {
  color: var(--color-text-table);
  font-weight: 700;
}
.path-contact-us .section-main .field--name-body p:nth-of-type(3) {
  color: var(--color-text-table);
  font-weight: 700;
}
.path-contact-us .section-main .field--name-body p:nth-of-type(3) a {
  color: var(--color-text-table);
  font-size: 16px;
  font-weight: 400;
}
.path-contact-us .section-main .type-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
}
.path-contact-us .section-main .type-link a {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  display: inline-flex;
  border: 1px solid var(--color-border);
  padding: 8px 57px 8px 24px !important;
  color: #111;
  position: relative;
}
@media (max-width: 575.98px) {
  .path-contact-us .section-main .type-link a:nth-of-type(1) {
    min-width: 213px;
  }
}
.path-contact-us .section-main .type-link a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/icon-arrow_outward-black.svg);
  left: unset;
  right: 22px;
}
.path-contact-us .section-main .type-link a span {
  margin-left: 4px;
}
.path-contact-us .section-main .type-link a svg {
  display: none;
}
.path-contact-us .section-main .type-link a:hover {
  background-color: #0054a4;
  color: white;
}
.path-contact-us .section-main .type-link a:hover::before {
  filter: brightness(1) invert(1);
}
.path-contact-us .section-main .type-link .ext-link {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border: 1px solid var(--color-border);
  padding: 8px 24px 8px 24px !important;
  position: relative;
}
.path-contact-us .section-main .type-link .ext-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: none;
  right: unset;
  left: 50%;
  transform: translate(-50%, -50%);
}
.path-contact-us .section-main .type-link .ext-link span {
  font-size: 0;
  margin-left: 0 !important;
}
.path-contact-us .section-main .type-link .ext-link.facebook::before {
  background-image: url(../images/Facebook.svg);
}
.path-contact-us .section-main .type-link .ext-link.linkedin::before {
  background-image: url(../images/LinkedIn.svg);
}
.path-contact-us .section-main .type-link .ext-link.twitter::before {
  background-image: url(../images/X.svg);
}
.path-contact-us .section-main .type-link .ext-link.youtube::before {
  background-image: url(../images/Youtube.svg);
}
.path-projects .sticky-active {
  position: unset;
  box-shadow: none;
}
.path-projects .section-content-top {
  position: relative;
}
.path-projects .section-content-top::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.45;
  height: 100%;
}
@media (max-width: 767.98px) {
  .path-projects .section-content-top::before {
    width: 320px;
    height: 579px;
  }
}
.path-projects .section-content-top .col-xxs-12 {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .path-projects .section-content-top .col-xxs-12 {
    padding: 0;
  }
}
.path-projects .section-main {
  position: relative;
  background-color: #fff;
}
.path-projects .section-main .container .row > * {
  padding: 0;
}
@media (max-width: 991.98px) {
  .path-projects .section-main .container .row > * {
    padding: 0;
  }
}
.path-projects .section-main .paragraph--type--info-overview {
  background-color: #fff;
}
.path-projects .section-main .paragraph--type--feature-grid {
  border: 1px solid var(--color-border);
}
.path-projects .section-main .paragraph--type--info-overview::before {
  inset: unset;
  top: 0;
  right: 0;
  transform: scaleX(1);
}
.path-projects .section-main .paragraph--type--wysiwyg .field--name-field-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-transform: unset;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .path-projects .section-main .paragraph--type--wysiwyg .field--name-field-title {
    text-align: left;
  }
}
.path-projects .section-main .field--name-field-feature-grid {
  max-width: 1310px;
  margin-top: 0;
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  .path-projects .section-main .field--name-field-feature-grid {
    max-width: 100%;
    margin: 0;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .path-projects .section-main .field--name-field-feature-grid {
    padding: 0 15px;
  }
}
.path-projects .section-main .grid-item-right-group {
  align-items: center;
  justify-content: flex-start;
  flex-direction: unset;
}
.path-urban-green-spaces-initiative-port-moresby .section-banner {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.path-urban-green-spaces-initiative-port-moresby .section-main {
  background-color: #fff;
}
.path-urban-green-spaces-initiative-port-moresby .section-main::before {
  content: none;
}
.path-urban-green-spaces-initiative-port-moresby .section-main article.contextual-region {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.path-urban-green-spaces-initiative-port-moresby .section-main .field--name-field-project-location {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.path-urban-green-spaces-initiative-port-moresby .section-main .field--name-field-project-location .field__item {
  display: inline-flex;
  position: relative;
  padding-left: 28px;
}
.path-urban-green-spaces-initiative-port-moresby .section-main .field--name-field-project-location .field__item:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  width: 20px;
  left: 0;
  background-image: url(../images/icon-location.svg);
  filter: brightness(1);
  background-size: 100%;
}
.path-search .section-banner {
  background-color: #01692a;
  padding-top: 64px;
  padding-bottom: 64px;
}
.path-search .section-banner .block-page-title-block .ct-heading {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-transform: unset;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .path-search .section-banner .block-page-title-block .ct-heading {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .path-search .section-banner .block-page-title-block .ct-heading {
    font-size: 40px;
  }
}
.path-search .section-main {
  position: relative;
}
.path-search .section-main::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  .path-search .section-main::before {
    width: 320px;
    height: 579px;
  }
}
.path-search .section-main .col-xxs-12 {
  max-width: 768px;
  margin: 0 auto;
  padding: 112px 15px;
}
@media (max-width: 991.98px) {
  .path-search .section-main .col-xxs-12 {
    max-width: unset;
    width: 100%;
    padding: 64px 15px;
  }
}
@media (max-width: 767.98px) {
  .path-search .section-main .col-xxs-12 {
    padding: 64px 0px;
  }
}
.path-search .section-main .views-exposed-form {
  padding: 0;
  border-bottom: none;
}
.path-search .section-main .views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
.path-search .section-main .block-system-main-block {
  padding: 0;
}
.path-search .section-main .block-system-main-block .views-element-container {
  padding: 0;
}
.path-search .section-main .ct-list__rows {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
.path-search .section-main .ct-list__rows .views-field-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b5538e 0%, #eeb092 100%);
  -webkit-background-clip: text;
  margin-top: 32px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}
.path-search .section-main .ct-list__rows .views-field-title a {
  color: #b5538e;
}
.path-search .section-main .ct-list__results-below .ct-pager {
  margin-bottom: 0;
}
.path-search .section-main .ct-list__results-below .ct-pager .ct-text-icon__group {
  display: inline-flex;
  gap: 4px;
}
.path-search .section-main .ct-list__results-below .ct-pager svg.ct-icon {
  display: flex;
  align-content: center;
  height: 24px;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top .views-field-field-project-location .location-wrapper, .path-case-studies-and-lessons-learned .section-content-top .views-field-field-project-location .location-wrapper, .path-projects .section-content-top .views-field-field-project-location .location-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top .views-field-field-project-location .location-item, .path-case-studies-and-lessons-learned .section-content-top .views-field-field-project-location .location-item, .path-projects .section-content-top .views-field-field-project-location .location-item {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 99px;
  max-width: max-content;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top .views-field-field-project-location .location-item:nth-of-type(1), .path-case-studies-and-lessons-learned .section-content-top .views-field-field-project-location .location-item:nth-of-type(1), .path-projects .section-content-top .views-field-field-project-location .location-item:nth-of-type(1) {
  border: 1px solid #01692a;
  background-color: #01692a;
  color: #fff;
  padding: 5px 8px 5px 32px;
  position: relative;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top .views-field-field-project-location .location-item:nth-of-type(1)::before, .path-case-studies-and-lessons-learned .section-content-top .views-field-field-project-location .location-item:nth-of-type(1)::before, .path-projects .section-content-top .views-field-field-project-location .location-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  width: 20px;
  height: 20px;
  left: 8px;
  background-image: url(../images/location_on.svg);
  background-size: 100%;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top .views-field-field-project-location .location-item:nth-of-type(2), .path-case-studies-and-lessons-learned .section-content-top .views-field-field-project-location .location-item:nth-of-type(2), .path-projects .section-content-top .views-field-field-project-location .location-item:nth-of-type(2) {
  border: 1px solid var(--color-border);
  background-color: transparent;
  color: #111;
  padding: 5px 8px;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top .views-field-field-case-study-location .field-content, .path-case-studies-and-lessons-learned .section-content-top .views-field-field-case-study-location .field-content, .path-projects .section-content-top .views-field-field-case-study-location .field-content {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid #01692a;
  border-radius: 99px;
  background-color: #01692a;
  color: #fff;
  max-width: max-content;
  padding: 5px 8px 5px 32px;
  position: relative;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top .views-field-field-case-study-location .field-content::before, .path-case-studies-and-lessons-learned .section-content-top .views-field-field-case-study-location .field-content::before, .path-projects .section-content-top .views-field-field-case-study-location .field-content::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  width: 20px;
  height: 20px;
  left: 8px;
  background-image: url(../images/location_on.svg);
  background-size: 100%;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top .views-field-field-year .field-content, .path-case-studies-and-lessons-learned .section-content-top .views-field-field-year .field-content, .path-projects .section-content-top .views-field-field-year .field-content {
  border: 1px solid var(--color-border);
  border-radius: 99px;
  padding: 5px 8px;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  max-width: max-content;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-main .container, .path-case-studies-and-lessons-learned .section-main .container, .path-projects .section-main .container {
  max-width: 100%;
  padding: 0;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-main .block-system-main-block, .path-case-studies-and-lessons-learned .section-main .block-system-main-block, .path-projects .section-main .block-system-main-block {
  padding-top: 0;
  padding-bottom: 0;
}
.path-nbs-tools-and-guidelines-for-the-pacific .section-banner, .path-case-studies-and-lessons-learned .section-banner, .path-projects .section-banner {
  padding: 0;
}
.path-resources .section-banner {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}
.path-resources .section-banner .default-background-image .views-field-fieldset:before {
  content: none;
}
.path-resources .section-main {
  background-color: var(--bg-light) !important;
  position: relative;
  z-index: 0;
}
.path-resources .section-main::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
}
@media (max-width: 767.98px) {
  .path-resources .section-main::before {
    width: 320px;
    height: 579px;
  }
}
.path-resources .section-main .block-local-tasks-block {
  max-width: 1280px;
  margin: 0 auto;
}
.path-resources .section-main .field.field--name-body {
  padding: 112px 0;
  position: relative;
  max-width: unset;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .path-resources .section-main .field.field--name-body {
    padding: 64px 0;
  }
}
.path-resources .section-main .field.field--name-body .field--name-type-text-list {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .path-resources .section-main .field.field--name-body .field--name-type-text-list {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .path-resources .section-main .field.field--name-body .field--name-type-text-list {
    padding: 0 15px;
  }
}
.path-resources .section-main .field.field--name-body p:nth-child(1) {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: #111;
  margin-bottom: 48px;
}
@media (max-width: 767.98px) {
  .path-resources .section-main .field.field--name-body p:nth-child(1) {
    text-align: left;
    margin-bottom: 32px;
  }
}
.path-resources .section-main .field.field--name-body p:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
}
.path-resources .section-main .field.field--name-body ul li {
  padding-left: 32px !important;
  position: relative;
  margin-bottom: 24px;
}
.path-resources .section-main .field.field--name-body ul li::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/check-circle-broken.svg);
  left: 0;
}
.path-resources .section-main .field.field--name-body ul li span {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  text-align: left;
}
.path-resources .section-main .paragraph--type--info-overview {
  background-color: #fff;
}
.path-resources .section-main .paragraph--type--info-overview::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  opacity: 0.45;
  left: unset;
  transform: unset;
  transform-origin: unset;
}
@media (max-width: 767.98px) {
  .path-resources .section-main .paragraph--type--info-overview::before {
    width: 320px;
    height: 579px;
  }
}
.path-resources .section-main .paragraph--type--info-overview .paragraph--type--wysiwyg .field--name-field-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-align: center;
  text-transform: unset;
}
@media (max-width: 767px) {
  .path-resources .section-main .paragraph--type--info-overview .paragraph--type--wysiwyg .field--name-field-title {
    text-align: left;
  }
}
.path-resources .section-main .paragraph--type--info-overview .field--name-field-wysiwyg-editor > p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .path-resources .section-main .paragraph--type--info-overview .field--name-field-wysiwyg-editor > p {
    text-align: left;
  }
}
.path-resources .section-main .paragraph--type--info-overview .paragraph--type--feature-grid {
  border: 1px solid var(--color-border);
}
.path-news-events .section-main .block-system-main-block {
  padding: 0;
}
.path-news-events .section-main .paragraph--type--info-overview {
  background-color: white;
}
.path-news-events .section-main .paragraph--type--info-overview::before {
  height: 100%;
}
.path-news-events .section-main .paragraph--type--feature-grid {
  border: 1px solid var(--color-border);
}
.path-news-events .section-main .paragraph--type--wysiwyg {
  max-width: 768px;
  margin: 0 auto 32px auto;
}
@media (max-width: 991.98px) {
  .path-news-events .section-main .paragraph--type--wysiwyg {
    max-width: unset;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .path-news-events .section-main .paragraph--type--wysiwyg {
    padding: 0 15px;
  }
}
.path-news-events .section-main .paragraph--type--wysiwyg .field--name-field-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-transform: none;
}
@media (max-width: 767px) {
  .path-news-events .section-main .paragraph--type--wysiwyg .field--name-field-title {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .path-news-events .section-main .paragraph--type--wysiwyg .field--name-field-title {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .path-news-events .section-main .paragraph--type--wysiwyg .field--name-field-wysiwyg-editor p {
    text-align: left;
  }
}
.path-news-events .section-main .paragraph--type--wysiwyg p:nth-of-type(4) a {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border: 1px solid #0054A4;
  background-color: #0054A4;
  color: #fff;
}
.path-news-events .section-main .paragraph--type--wysiwyg p:nth-of-type(4) a:hover {
  background-color: #fff;
  color: #0054A4;
}
.path-news-events .section-events {
  background-color: var(--bg-light);
}
.path-news-events .section-events::before {
  left: unset;
  right: 0;
  transform: scale(1);
}
.path-news-events .section-events .view-ppin-events {
  padding: 0;
}
.path-news-events .section-events .view-ppin-events .ct-list__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 1280px;
  gap: 32px;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .path-news-events .section-events .view-ppin-events .ct-list__container {
    max-width: unset;
    width: 100%;
    flex-direction: column;
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .path-news-events .section-events .view-ppin-events .ct-list__container {
    padding: 0;
  }
}
.path-news-events .section-events .view-ppin-events .ct-list__container .container {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 30%;
  max-width: 30%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .path-news-events .section-events .view-ppin-events .ct-list__container .container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.path-news-events .section-events .view-ppin-events .ct-list__container .container .col-xxs-12 {
  padding-left: 0;
  padding-right: 0;
}
.path-news-events .section-events .view-ppin-events .ct-list__container h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .path-news-events .section-events .view-ppin-events .ct-list__container h3 {
    text-align: left;
  }
}
.path-news-events .section-events .view-ppin-events .ct-list__container .ct-list__rows {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 calc(70% - 32px);
  max-width: calc(70% - 32px);
}
@media (max-width: 991.98px) {
  .path-news-events .section-events .view-ppin-events .ct-list__container .ct-list__rows {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.path-news-events .section-events .view-ppin-events .ct-list__footer {
  margin-left: calc(30% + 32px);
}
@media (max-width: 991.98px) {
  .path-news-events .section-events .view-ppin-events .ct-list__footer {
    margin-left: 0;
  }
}
.path-news-events .section-events .view-ppin-events .ct-list__footer .container {
  max-width: unset;
}
@media (max-width: 991.98px) {
  .path-news-events .section-events .view-ppin-events .ct-list__footer .container {
    display: flex;
    justify-content: center;
  }
}
.path-news-events .section-events .view-ppin-events .ct-list__footer .col-xxs-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 575.98px) {
  .path-news-events .section-events .view-ppin-events .ct-list__footer .col-xxs-12 {
    display: unset;
  }
}
.path-news-events .section-events .view-ppin-events .ct-list__footer .col-xxs-12 a[href="/events"] {
  padding: 16px 25px 16px 25px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  color: #111;
  position: relative;
}
@media (max-width: 575.98px) {
  .path-news-events .section-events .view-ppin-events .ct-list__footer .col-xxs-12 a[href="/events"] {
    width: 100%;
  }
}
.path-news-events .section-events .view-ppin-events .ct-list__footer .col-xxs-12 a[href="/events"]::before {
  content: none;
}
.path-news-events .section-events .view-ppin-events .ct-list__footer .col-xxs-12 a[href="/events"]:hover {
  background-color: #0054A4;
  color: #fff;
  border: 1px solid #0054A4;
}
.path-news-events .section-latest-news {
  position: relative;
}
.path-news-events .section-latest-news::before {
  right: unset;
  left: 0;
  transform: scaleX(-1);
}
.path-news-events .section-latest-news .row > * {
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .path-news-events .section-latest-news .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .path-news-events .section-latest-news .row > * {
    padding: 0;
  }
}
.path-news-events .section-latest-news h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-transform: none;
}
@media (max-width: 767px) {
  .path-news-events .section-latest-news h2 {
    text-align: left;
  }
}
.path-news-events .section-latest-news .view-ppin-news .views-row .views-field.views-field-view .view-display-id-block_2 .ct-list__rows .views-row:last-child {
  border-bottom: 1px solid var(--color-border);
}
.path-news-events .section-community-voices {
  position: relative;
  background-color: var(--bg-light);
  padding: 112px 0;
}
.path-news-events .section-community-voices::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  .path-news-events .section-community-voices::before {
    width: 320px;
    height: 579px;
  }
}
@media (max-width: 991.98px) {
  .path-news-events .section-community-voices {
    padding: 64px 0;
  }
}
.path-news-events .section-community-voices .ct-list__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 48px;
}
.path-news-events .section-community-voices .row > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .path-news-events .section-community-voices .row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .path-news-events .section-community-voices .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.path-news-events .section-content-bottom {
  background-color: #fff;
  position: relative;
}
.path-news-events .section-content-bottom::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.45;
  height: 100%;
}
@media (max-width: 767.98px) {
  .path-news-events .section-content-bottom::before {
    width: 320px;
    height: 579px;
  }
}
@media (max-width: 767.98px) {
  .path-news-events .section-content-bottom .row {
    padding: 0;
  }
}
.path-news-events .section-content-bottom .block-ppin-html-config {
  padding: 112px 0;
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .path-news-events .section-content-bottom .block-ppin-html-config {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 64px 0;
  }
}
.path-news-events .section-content-bottom h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .path-news-events .section-content-bottom h2 {
    text-align: left;
  }
}
.path-news-events .section-content-bottom .field--name-field-wysiwyg-editor p:first-child {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  margin-bottom: 24px;
  text-align: center;
  text-align: left;
}
@media (max-width: 767.98px) {
  .path-news-events .section-content-bottom .field--name-field-wysiwyg-editor p:first-child {
    font-size: 18px;
  }
}
.path-news-events .section-content-bottom .field--name-field-wysiwyg-editor p a {
  color: #0054A4;
}
.path-news-events .section-content-bottom .field--name-field-wysiwyg-editor p:nth-of-type(3) a {
  text-decoration: underline;
  font-weight: 400;
}
.path-news-events .section-content-bottom .field--name-field-wysiwyg-editor p:last-child a {
  display: inline-flex;
  max-width: max-content;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background-image: none;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  background-color: #0054A4;
  border: 1px solid #0054A4;
  color: #fff;
  padding: 16px 27px;
}
.path-news-events .section-content-bottom .field--name-field-wysiwyg-editor p:last-child a:hover {
  background-color: #fff;
  border: 1px solid #0054A4;
  color: #0054A4;
}
.path-news-events .section-content-bottom .field--name-field-wysiwyg-editor ul {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.path-news-events .section-content-bottom .field--name-field-wysiwyg-editor ul li {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.path-news.page-node-type-nbs-page .section-main::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  top: unset;
  bottom: 0;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .path-news.page-node-type-nbs-page .section-main::after {
    width: 320px;
    height: 579px;
  }
}
.path-news.page-node-type-nbs-page .section-main .views-field-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.path-news.page-node-type-nbs-page .section-main .views-field-title a {
  color: #111;
}
.path-news.page-node-type-nbs-page .section-main .views-field-created {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.path-news.page-node-type-nbs-page .section-main .views-element-container.block-views-blockppin-news-block-3 {
  padding-top: 112px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .path-news.page-node-type-nbs-page .section-main .views-element-container.block-views-blockppin-news-block-3 {
    padding-top: 64px;
  }
}
.path-news.page-node-type-nbs-page .section-main .views-element-container.block-views-blockppin-news-block-3 h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .path-news.page-node-type-nbs-page .section-main .views-element-container.block-views-blockppin-news-block-3 h2 {
    text-align: left;
  }
}
.path-news.page-node-type-nbs-page .section-main .views-element-container.block-views-blockppin-news-block-4 {
  padding-bottom: 112px;
  padding-top: 112px;
}
@media (max-width: 991.98px) {
  .path-news.page-node-type-nbs-page .section-main .views-element-container.block-views-blockppin-news-block-4 {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
.path-news.page-node-type-nbs-page .section-main .views-element-container.block-views-blockppin-news-block-4 h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .path-news.page-node-type-nbs-page .section-main .views-element-container.block-views-blockppin-news-block-4 h2 {
    text-align: left;
  }
}
.path-news.page-node-type-nbs-page .section-main .views-element-container.block-views-blockppin-news-block-4 .ct-list__rows {
  margin-bottom: 0;
}
.path-news.page-node-type-nbs-page .section-main .views-element-container.block-views-blockppin-news-block-4 .ct-list__rows .views-field-body {
  margin-bottom: 32px;
}

body:not(.path-frontpage) .ct-image.show-l {
  display: block !important;
}

body:not(.path-frontpage) .section-banner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  height: 100%;
  opacity: 0.5;
  inset: unset;
  top: 0;
  right: 0;
  transform: scaleX(1);
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage) .section-banner::before {
    width: 320px;
    height: 579px;
  }
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage) .section-banner::before {
    height: 100%;
  }
}
body:not(.path-frontpage) .section-banner .banner-info {
  position: relative;
  z-index: 2;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage) .section-banner .banner-info {
    max-width: unset;
    width: 100%;
    margin: 0;
  }
}
body:not(.path-frontpage) .section-banner .banner-info .views-field-title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage) .section-banner .banner-info .views-field-title {
    text-align: left;
  }
}
body:not(.path-frontpage) .section-banner .banner-info .views-field-field-banner-description p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage) .section-banner .banner-info .views-field-field-banner-description p {
    text-align: left;
  }
}
body:not(.path-frontpage).path-past-events .section-banner .views-field-title, body:not(.path-frontpage).path-events .section-banner .views-field-title, body:not(.path-frontpage).path-news .section-banner .views-field-title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).path-past-events .section-banner .views-field-title, body:not(.path-frontpage).path-events .section-banner .views-field-title, body:not(.path-frontpage).path-news .section-banner .views-field-title {
    text-align: center;
  }
}
body:not(.path-frontpage).path-past-events .section-banner .views-field-field-banner-description p, body:not(.path-frontpage).path-events .section-banner .views-field-field-banner-description p, body:not(.path-frontpage).path-news .section-banner .views-field-field-banner-description p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).path-past-events .section-banner .views-field-field-banner-description p, body:not(.path-frontpage).path-events .section-banner .views-field-field-banner-description p, body:not(.path-frontpage).path-news .section-banner .views-field-field-banner-description p {
    text-align: center;
  }
}
body:not(.path-frontpage).page-node-type-nbs-project .section-banner:before, body:not(.path-frontpage).page-node-type-nbs-case-study .section-banner:before {
  right: auto;
  left: 0;
  transform: scaleX(-1);
  height: 709px;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main {
  padding-bottom: 112px;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).page-node-type-nbs-project .section-main, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main {
    padding-bottom: 64px;
  }
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .block-system-main-block, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .block-system-main-block {
  padding: 0;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-field-project-location,
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-field-case-study-location, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-field-project-location,
body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-field-case-study-location {
  display: flex;
  flex-direction: row;
  max-width: max-content;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin: 16px auto 48px;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-field-project-location .field__item,
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-field-case-study-location .field__item, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-field-project-location .field__item,
body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-field-case-study-location .field__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #01692a;
  padding-left: 28px;
  position: relative;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-field-project-location .field__item::before,
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-field-case-study-location .field__item::before, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-field-project-location .field__item::before,
body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-field-case-study-location .field__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  width: 20px;
  left: 0;
  background-image: url(../images/icon-location.svg);
  filter: brightness(1);
  background-size: 100%;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-field-image img, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-field-image img {
  margin: 0 0 48px 0;
  width: 100%;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-body, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-body {
  margin-bottom: 24px;
  padding: 0;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-body h3, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-body h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #111;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-body h3, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-body h3 {
    font-size: 18px;
  }
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-body p .extlink-nobreak, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-body p .extlink-nobreak {
  display: unset;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-body p svg.ext, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-body p svg.ext {
  display: none;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-field-project-timeline p,
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--name-field-project-partners p, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-field-project-timeline p,
body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--name-field-project-partners p {
  text-align: justify;
  hyphens: auto;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--label-above, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--label-above {
  margin-bottom: 24px;
}
body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--label-above .field__label--content, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--label-above .field__label--content {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #111;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body:not(.path-frontpage).page-node-type-nbs-project .section-main .field--label-above .field__label--content, body:not(.path-frontpage).page-node-type-nbs-case-study .section-main .field--label-above .field__label--content {
    font-size: 18px;
  }
}
body:not(.path-frontpage).page-node-type-news .section-banner:before {
  height: 709px;
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
body:not(.path-frontpage).page-node-type-news .section-main .row > * {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).page-node-type-news .section-main .row > * {
    padding: 0;
  }
}
body:not(.path-frontpage).page-node-type-news article {
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).page-node-type-news article {
    max-width: 100%;
  }
}
body:not(.path-frontpage).page-node-type-news article .field--name-field-lead-image {
  margin-bottom: 0;
}
body:not(.path-frontpage).page-node-type-news article img {
  margin: 0;
}
body:not(.path-frontpage).page-node-type-news article .field--name-field-topic {
  padding: 4px 8px;
  background-color: var(--bg-light);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
}
body:not(.path-frontpage).page-node-type-news article h4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #111;
  margin-top: 48px;
}
body:not(.path-frontpage).page-node-type-news article h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #111;
  margin-top: 48px;
}
@media (max-width: 767px) {
  body:not(.path-frontpage).page-node-type-news article h5 {
    font-size: 18px;
  }
}
body:not(.path-frontpage).page-node-type-news article h6 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #111;
  margin-top: 48px;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).page-node-type-news article .field--name-body {
    padding: 0 !important;
  }
}
body:not(.path-frontpage).page-node-type-news article .field--name-body p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  margin-bottom: 24px;
}
body:not(.path-frontpage).page-node-type-news article .field--name-body p:first-child {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #111;
  text-transform: unset;
  margin-top: 48px;
  margin-bottom: 32px;
}
body:not(.path-frontpage).page-node-type-news article .field--name-body p .extlink-nobreak {
  display: unset;
}
body:not(.path-frontpage).page-node-type-news article .field--name-body p svg.ext {
  display: none;
}
body:not(.path-frontpage).page-node-type-news article .name-body-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).page-node-type-news article .name-body-image {
    grid-template-columns: repeat(1, 1fr);
  }
  body:not(.path-frontpage).page-node-type-news article .name-body-image img {
    margin-bottom: 24px;
  }
}
body:not(.path-frontpage).page-node-type-news article .name-body-image img {
  margin-bottom: 0;
}
body:not(.path-frontpage).page-node-type-news article .name-body-image p:first-child {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).page-node-type-news article .name-body-image p:first-child {
    margin-top: 48px;
  }
}
body:not(.path-frontpage).page-node-type-news article .name-body-image p:last-child {
  margin-bottom: 0;
}
body:not(.path-frontpage).page-node-type-news article ul {
  list-style: disc;
  padding-left: 20px;
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).page-node-type-news .section-content-bottom {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).page-node-type-news .section-content-bottom .views-field-field-lead-image a {
    width: 100%;
  }
  body:not(.path-frontpage).page-node-type-news .section-content-bottom .views-field-field-lead-image img {
    width: 100%;
  }
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-transform: none;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  body:not(.path-frontpage).page-node-type-news .section-content-bottom h2 {
    text-align: left;
  }
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).page-node-type-news .section-content-bottom::before {
    width: 320px;
    height: 579px;
  }
}
@media (max-width: 575.98px) {
  body:not(.path-frontpage).page-node-type-news .section-content-bottom .ct-list__rows {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  body:not(.path-frontpage).page-node-type-news .section-content-bottom .splide .splide__controls {
    margin-top: 24px;
  }
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom .splide .splide__controls .splide__arrows {
  display: none;
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom .splide .splide__controls .splide__pagination {
  position: absolute;
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom .splide .splide__controls .splide__pagination li {
  display: inline-block !important;
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom .splide .splide__controls .splide__pagination .splide__pagination__page {
  background: #e0e0e0;
  border-radius: 0 !important;
  width: 12px;
  height: 12px;
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom .splide .splide__controls .splide__pagination .splide__pagination__page.is-active {
  background: #111;
  transform: scale(1);
  z-index: 1;
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom .views-field-fieldset .views-field-field-lead-image {
  margin-bottom: 16px;
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom .views-field-fieldset .views-field-field-topic a {
  color: #0054A4;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 8px;
}
body:not(.path-frontpage).page-node-type-news .section-content-bottom .views-field-fieldset .views-field-title a {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  margin-bottom: 24px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).page-node-type-news .section-content-bottom .views-field-fieldset .views-field-title a {
    font-size: 18px;
  }
}
body:not(.path-frontpage).page-node-type-event .section-banner::before {
  right: auto;
  left: 0;
  height: 709px;
  transform: scaleX(-1);
}
body:not(.path-frontpage).page-node-type-event .section-banner .views-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body:not(.path-frontpage).page-node-type-event article.node img {
  margin: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).page-node-type-event article.node .field--name-body {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
body:not(.path-frontpage).page-node-type-event article.node .field--name-body p:nth-child(2) {
  font-size: 20px;
  color: #111;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 24px;
}
body:not(.path-frontpage).page-node-type-event article.node .field--name-body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 48px;
}
body:not(.path-frontpage).page-node-type-event article.node .field--name-body ul li {
  color: #0054a4;
}
body:not(.path-frontpage).page-node-type-event article.node .field--name-body p:last-child a {
  padding: 16px 28px 16px 64px;
  background-color: #0054a4;
  border: 1px solid #0054a4;
  max-width: max-content;
  position: relative;
  color: #fff;
  font-weight: 600;
  text-decoration: unset;
}
body:not(.path-frontpage).page-node-type-event article.node .field--name-body p:last-child a:hover {
  background-color: #fff;
  color: #0054A4;
  cursor: pointer;
}
body:not(.path-frontpage).page-node-type-event article.node .field--name-body p:last-child a:hover::before {
  background-image: url(../images/supervisor_account-blue.svg);
}
body:not(.path-frontpage).page-node-type-event article.node .field--name-body p:last-child a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-image: url(../images/supervisor_account.svg);
  left: 28px;
}
body:not(.path-frontpage).page-node-type-nbs-article .section-banner:before {
  height: 709px;
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
body:not(.path-frontpage).page-node-type-nbs-article .section-main {
  padding-bottom: 112px;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).page-node-type-nbs-article .section-main {
    padding-bottom: 64px;
  }
}
body:not(.path-frontpage).page-node-type-nbs-article .section-main .block-system-main-block {
  padding: 0;
}
body:not(.path-frontpage).page-node-type-nbs-article .section-main .field--name-body {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).page-node-type-nbs-article .section-main .field--name-body {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
body:not(.path-frontpage).page-node-type-nbs-article .section-main .field--name-body p {
  text-align: justify;
  hyphens: auto;
}
body:not(.path-frontpage).page-node-type-nbs-article .section-content-bottom {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).page-node-type-nbs-article .section-content-bottom {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).page-node-type-nbs-article .section-content-bottom .views-field-field-lead-image a {
    width: 100%;
  }
  body:not(.path-frontpage).page-node-type-nbs-article .section-content-bottom .views-field-field-lead-image img {
    width: 100%;
  }
}
body:not(.path-frontpage).page-node-type-nbs-article .section-content-bottom h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-transform: none;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  body:not(.path-frontpage).page-node-type-nbs-article .section-content-bottom h2 {
    text-align: left;
  }
}
body:not(.path-frontpage).page-node-type-nbs-article .section-content-bottom::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).page-node-type-nbs-article .section-content-bottom::before {
    width: 320px;
    height: 579px;
  }
}
body:not(.path-frontpage).page-node-type-nbs-article .section-content-bottom .views-field-field-article-category .field-content {
  border: none;
  padding: 0;
}
body:not(.path-frontpage).path-disclaimer .section-main {
  padding: 112px 0;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).path-disclaimer .section-main {
    padding: 64px 0;
  }
}
body:not(.path-frontpage).path-disclaimer .section-main .block-system-main-block {
  padding: 0;
}
body:not(.path-frontpage).path-disclaimer .section-main .field--name-body {
  padding: 0;
}
body:not(.path-frontpage).path-privacy-policy .section-main {
  padding: 112px 0;
  position: relative;
}
body:not(.path-frontpage).path-privacy-policy .section-main::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).path-privacy-policy .section-main::before {
    width: 320px;
    height: 579px;
  }
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).path-privacy-policy .section-main {
    padding: 64px 0;
  }
}
body:not(.path-frontpage).path-privacy-policy .section-main .block-system-main-block {
  padding: 0;
}
body:not(.path-frontpage).path-privacy-policy .section-main .field--name-body {
  padding: 0;
}
body:not(.path-frontpage).path-community-voices .section-content-top {
  position: relative;
  background-color: var(--bg-light);
  padding: 112px 0;
}
body:not(.path-frontpage).path-community-voices .section-content-top::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.45;
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).path-community-voices .section-content-top::before {
    width: 320px;
    height: 579px;
  }
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).path-community-voices .section-content-top {
    padding: 64px 0;
  }
}
body:not(.path-frontpage).path-community-voices .section-content-top .row > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).path-community-voices .section-content-top .row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  body:not(.path-frontpage).path-community-voices .section-content-top .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
body:not(.path-frontpage).path-community-voices .section-main::before {
  content: none;
}
body:not(.path-frontpage).page-node-type-nbs-community-voices .section-banner::before {
  right: auto;
  left: 0;
  height: 709px;
  transform: scaleX(-1);
}
body:not(.path-frontpage).page-node-type-nbs-community-voices .section-main article.node img {
  margin: 0 0 48px 0;
  width: 100%;
}
body:not(.path-frontpage).page-node-type-nbs-community-voices .section-main .field--name-field-community-voices-category {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #0054A4;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  body:not(.path-frontpage).page-node-type-nbs-community-voices .section-main .field--name-body {
    padding: 0;
  }
}

body:not(.path-frontpage, .path-about-us) .section-banner .views-field-field-cta {
  display: none;
}

body:not(.path-home) .ct-tabs {
  margin-bottom: 0;
}

.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .section-main {
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .section-main .container {
  max-width: 1310px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .section-main .row > * {
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .section-main .row > * {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .section-main .row > * {
    padding: 0;
  }
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .section-main::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .section-main::before {
    width: 320px;
    height: 579px;
  }
}
@media (max-width: 767.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .section-main .col-xxs-12 {
    padding: 0;
  }
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .section-main .block-system-main-block {
  padding: 0;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .section-main h2 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-bottom: 48px;
  text-transform: unset;
}
@media (max-width: 991px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .section-main h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .section-main h2 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .ct-list__rows {
    margin-right: 0 !important;
  }
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .view-ppin-news .splide__track {
  padding-bottom: 56px;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .ct-item-grid__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 767.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .ct-item-grid__items {
    flex-direction: column;
  }
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .ct-item-grid__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 !important;
  width: calc((100% - 64px) / 3) !important;
  flex-basis: unset;
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .ct-item-grid__item {
    width: calc((100% - 32px) / 2) !important;
  }
}
@media (max-width: 767.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .ct-item-grid__item {
    width: 100% !important;
  }
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .ct-item-grid__item .views-field-field-lead-image a {
    width: 100%;
  }
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .ct-item-grid__item .views-field-field-lead-image img {
    width: 100%;
  }
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .ct-list__results-below .js-pager__items {
  display: flex;
  justify-content: center;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .ct-list__results-below .js-pager__items a {
  border: 1px solid #111;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding: 8px 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #111;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .ct-list__results-below .js-pager__items a:hover {
  background-color: #0054A4;
  border: 1px solid #0054A4;
  color: #fff;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .splide .splide__controls .splide__arrows {
  display: none;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .splide .splide__controls .splide__pagination {
  position: absolute;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .splide .splide__controls .splide__pagination li {
  display: inline-block !important;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .splide .splide__controls .splide__pagination .splide__pagination__page {
  background: #e0e0e0;
  border-radius: 0 !important;
  width: 12px;
  height: 12px;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .splide .splide__controls .splide__pagination .splide__pagination__page.is-active {
  background: #111;
  transform: scale(1);
  z-index: 1;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .views-field-field-lead-image {
  margin-bottom: 16px;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .views-field-field-lead-image img {
  border-radius: 4px 4px 0 0;
}
@media (max-width: 767.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events) .views-field-field-lead-image a {
    width: 100%;
  }
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .views-field-field-topic a {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-table);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #0054A4;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events) .views-field-title .views-field-created {
  margin-bottom: 16px;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-news-events .section-main::before {
  content: none;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-news-events .section-main .container {
  max-width: unset;
  padding: 0;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-news-events .section-main .col-xxs-12 {
  padding: 0;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-case-studies-and-lessons-learned .section-content-top .col-xxs-12, .page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-nbs-tools-and-guidelines-for-the-pacific .section-content-top .col-xxs-12 {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events).path-case-studies-and-lessons-learned .section-content-top .col-xxs-12, .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events).path-nbs-tools-and-guidelines-for-the-pacific .section-content-top .col-xxs-12 {
    padding: 0;
  }
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-case-studies-and-lessons-learned .section-main::before, .page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-nbs-tools-and-guidelines-for-the-pacific .section-main::before {
  content: none;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-case-studies-and-lessons-learned .section-main .container, .page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-nbs-tools-and-guidelines-for-the-pacific .section-main .container {
  max-width: unset;
  padding: 0;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-case-studies-and-lessons-learned .section-main .col-xxs-12, .page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-nbs-tools-and-guidelines-for-the-pacific .section-main .col-xxs-12 {
  padding: 0;
}
.page-node-type-nbs-page:not(.path-frontpage,
.path-projects,
.path-about-us,
.path-events,
.path-past-events).path-case-studies-and-lessons-learned .section-content-top .view-ppin-case-study .inv-grid-item {
  min-height: 302px;
}
@media (max-width: 991.98px) {
  .page-node-type-nbs-page:not(.path-frontpage,
  .path-projects,
  .path-about-us,
  .path-events,
  .path-past-events).path-case-studies-and-lessons-learned .section-content-top .view-ppin-case-study .inv-grid-item .views-field-field-image a {
    width: 100%;
  }
}

.page-node-type-nbs-page.path-resources .section-main .container {
  max-width: unset;
  padding: 0;
}
.page-node-type-nbs-page.path-resources .section-main .container .col-xxs-12 {
  padding: 0;
}

header .ct-menu li.ct-menu__item--level-0 .ct-menu__sub-menu__wrapper--level-1 a,
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item:hover a.ct-menu__item__link .ct-menu__sub-menu__wrapper--level-1 a {
  color: #111 !important;
  font-size: 16px !important;
}
header .ct-menu li.ct-menu__item--level-0 .ct-menu__sub-menu__wrapper--level-1 a:hover,
.ct-header.ct-theme-light .ct-header__middle .ct-header__content-middle3 > nav .ct-menu__item:hover a.ct-menu__item__link .ct-menu__sub-menu__wrapper--level-1 a:hover {
  color: #0054A4 !important;
}

header .ct-menu li.ct-menu__item--level-0:hover .ct-menu__sub-menu__wrapper--level-1::before {
  content: "";
  width: 95%;
  height: 40px;
  background-color: transparent;
  display: block;
  top: -40px;
  position: absolute;
}

.project-filters {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}
.project-filters .filter-link {
  padding: 12px 24px;
  color: #111;
  border-radius: 99px;
}
.project-filters .filter-link.active, .project-filters .filter-link.is-active {
  border: 1px solid #111;
  background-color: #111;
  color: #fff;
}

.path-case-studies-and-lessons-learned .path-projects .section-content-top,
body.user-logged-in.path-projects .section-content-top {
  background: var(--Color-Neutral-Lightest, #f5f5f5);
}

body.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top,
body.path-case-studies-and-lessons-learned .section-content-top {
  background-color: var(--bg-light);
  position: relative;
  padding: 112px 0;
}
@media (max-width: 991.98px) {
  body.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top,
  body.path-case-studies-and-lessons-learned .section-content-top {
    padding: 64px 0;
  }
}
body.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top::before,
body.path-case-studies-and-lessons-learned .section-content-top::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 459px;
  height: 709px;
  background-image: url(../images/img-bg-top-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  transform: scaleX(-1);
  transform-origin: center;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  body.path-nbs-tools-and-guidelines-for-the-pacific .section-content-top::before,
  body.path-case-studies-and-lessons-learned .section-content-top::before {
    width: 320px;
    height: 579px;
  }
}
body.path-nbs-tools-and-guidelines-for-the-pacific .section-main,
body.path-case-studies-and-lessons-learned .section-main {
  position: relative;
  background-color: #fff;
}
body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .container,
body.path-case-studies-and-lessons-learned .section-main .container {
  max-width: 100%;
  padding: 0;
}
body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .col-xxs-12,
body.path-case-studies-and-lessons-learned .section-main .col-xxs-12 {
  padding: 0;
}
body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .paragraph--type--info-overview,
body.path-case-studies-and-lessons-learned .section-main .paragraph--type--info-overview {
  background-color: #fff;
}
body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .paragraph--type--feature-grid,
body.path-case-studies-and-lessons-learned .section-main .paragraph--type--feature-grid {
  border: 1px solid var(--color-border);
}
body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .paragraph--type--info-overview::before,
body.path-case-studies-and-lessons-learned .section-main .paragraph--type--info-overview::before {
  inset: unset;
  top: 0;
  right: 0;
  transform: scaleX(1);
}
body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .paragraph--type--wysiwyg .field--name-field-title,
body.path-case-studies-and-lessons-learned .section-main .paragraph--type--wysiwyg .field--name-field-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #111;
  text-align: center;
  text-transform: unset;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .paragraph--type--wysiwyg .field--name-field-title,
  body.path-case-studies-and-lessons-learned .section-main .paragraph--type--wysiwyg .field--name-field-title {
    text-align: left;
  }
}
body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .field--name-field-feature-grid,
body.path-case-studies-and-lessons-learned .section-main .field--name-field-feature-grid {
  max-width: 1310px;
  padding: 0 30px;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .field--name-field-feature-grid,
  body.path-case-studies-and-lessons-learned .section-main .field--name-field-feature-grid {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .field--name-field-feature-grid,
  body.path-case-studies-and-lessons-learned .section-main .field--name-field-feature-grid {
    padding: 0 15px;
  }
}
body.path-nbs-tools-and-guidelines-for-the-pacific .section-main .grid-item-right-group,
body.path-case-studies-and-lessons-learned .section-main .grid-item-right-group {
  align-items: center;
  justify-content: flex-start;
  flex-direction: unset;
}

.page-node-type-nbs-page:not(.path-frontpage, .path-projects, .path-about-us).path-nbs-tools-and-guidelines-for-the-pacific .page-node-type-nbs-page:not(.path-frontpage, .path-projects, .path-about-us).path-case-studies-and-lessons-learned .section-main::before {
  left: auto;
  top: 0;
  right: 0;
  transform: scale(1);
}

@media (max-width: 991px) {
  body.path-frontpage .navbar-toggle .icon-bar {
    background-color: #111;
  }
  html,
  body {
    overflow-x: hidden;
  }
  html:has(.section-search-sticky),
  body:has(.section-search-sticky) {
    overflow-x: unset;
  }
}

/*# sourceMappingURL=style.css.map */
