/* Cards
---------------------------------------------------------------------------------------------------*/
.gc-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  padding: 15px;
}
.gc-card h2 {
  font-size: clamp(16px, 3vw, 20px);
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  font-weight: 500;
  color: var(--wp--preset--color--main);
}
.gc-card p {
  color: var(--wp--preset--color--main);
}
.gc-card img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.gc-card__thumbnail {
  margin: 0;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  height: auto;
  max-height: 198px;
}
.gc-card__header {
  width: 100%;
  padding: 0px;
}
.gc-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}
.gc-card__tags p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.gc-card:hover, .gc-card:focus {
  background-color: var(--wp--preset--color--tertiary);
}
.gc-card:hover h2, .gc-card:focus h2 {
  text-decoration: underline;
  color: var(--wp--preset--color--primary);
  text-decoration-color: #f2ab13;
}
.gc-card:hover img, .gc-card:focus img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.gc-card.list {
  padding: 10px 0;
  border-bottom: solid 1px #c7e3f2;
  text-decoration: none;
  background-color: transparent;
  font-weight: 400;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.gc-card.list h2 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #21385b;
}
.gc-card.list h2 span {
  color: #6e6e6e;
  font-weight: 400;
  font-size: 15px;
}
.gc-card.list:hover, .gc-card.list:focus {
  background-color: transparent;
  padding: 10px;
  border-color: #21385b;
  text-decoration: none !important;
}
.gc-card.list:hover h2, .gc-card.list:focus h2 {
  color: #000000;
  text-decoration: none !important;
  text-decoration-color: transparent;
}
.gc-card.list:hover h2 span, .gc-card.list:focus h2 span {
  color: #000000;
}
.gc-card.partner {
  background-color: var(--wp--preset--color--base-2);
  border: solid 1px var(--wp--preset--color--custom-medium-grey);
  padding-top: var(--wp--preset--spacing--20);
  padding-right: var(--wp--preset--spacing--20);
  padding-bottom: var(--wp--preset--spacing--20);
  padding-left: var(--wp--preset--spacing--20);
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gc-card.partner .gc-card__thumbnail {
  max-height: 100%;
  text-align: center;
}
.gc-card.partner img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -o-object-fit: unset;
     object-fit: unset;
  aspect-ratio: unset;
  width: auto;
  height: auto;
  border-radius: 0;
  max-width: 100px;
  max-height: 60px;
}
.gc-card.partner h2 {
  font-size: 12px;
  line-height: 1.3;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  color: var(--wp--preset--color--contrast-2);
  font-weight: 400;
}
.gc-card.employee {
  background-color: var(--wp--preset--color--base-2);
  border: solid 1px var(--wp--preset--color--custom-medium-grey);
  border-radius: 10px;
  padding-top: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--30);
  padding-left: var(--wp--preset--spacing--30);
}
.gc-card.employee h2 {
  font-size: clamp(16px, 3vw, 20px);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.gc-card.employee a {
  cursor: pointer;
}
.gc-card.employee a img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.gc-card.employee a:hover img, .gc-card.employee a:focus img {
  opacity: 0.8;
}
.gc-card.employee img {
  aspect-ratio: 4/3;
  margin-bottom: -7px;
}
.gc-card.employee .gc-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gc-card.employee .gc-card__header img.person {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
  border-radius: 9999px;
}
.gc-card.employee .gc-card__header img.institution {
  aspect-ratio: unset;
  max-width: 130px;
  height: auto;
  width: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  max-height: 95px;
  text-align: right;
}
.gc-card.employee .gc-card__thumbnail:not(.right-column) {
  width: auto;
  max-height: 100%;
}
.gc-card.employee .has-small-font-size {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.gc-card.employee .employee-info {
  margin-top: 0;
  margin-bottom: 3px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 3px;
          margin-block-end: 3px;
}
.gc-card.employee:hover, .gc-card.employee:focus {
  background-color: var(--wp--preset--color--base-2);
}
.gc-card.employee:hover h2, .gc-card.employee:focus h2 {
  text-decoration: none;
}
.gc-card.employee:hover img, .gc-card.employee:focus img {
  mix-blend-mode: normal;
  -webkit-transform: none;
          transform: none;
}
.gc-card.employee-contact {
  background-color: transparent;
  border: 0;
}
.gc-card.employee-contact:hover, .gc-card.employee-contact:focus {
  background-color: transparent;
}
.gc-card.employee-partner {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.gc-card.employee-partner h2 {
  font-size: var(--wp--preset--font-size--small);
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.gc-card.employee-partner .gc-card__header .left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gc-card.employee-partner .gc-card__header .left-column figure {
  width: 63px;
}
.gc-card.employee-partner .gc-card__header .right-column {
  width: auto;
}
.gc-card.employee-partner .gc-card__header img.person {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  border-radius: 9999px;
}
.gc-card.employee-partner .gc-card__header img.institution {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gc-card.employee-partner .gc-card__header figure.right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.gc-card.location {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 15px;
}
.gc-card.location h2 {
  font-size: clamp(16px, 3vw, 18px);
  color: #000;
}
.gc-card.location:hover, .gc-card.location:focus {
  background-color: #f5f5f5;
}
.gc-card.page-image {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gc-card.page-image h2 {
  font-size: clamp(16px, 3vw, 18px);
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  color: var(--wp--preset--color--primary);
}
.gc-card.page-image p {
  color: var(--wp--preset--color--main);
}
.gc-card.page-image figure {
  border-radius: 10px;
}
.gc-card.page-image img {
  border-radius: 10px;
}
.gc-card.page-image .gc-card__header {
  padding: 26px 10px 10px;
}
.gc-card.page-image .gc-card__summary {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.gc-card.page-image:hover img, .gc-card.page-image:focus img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.col-12:has(.list) {
  margin-bottom: 0 !important;
}

.row-cols-1 .gc-card.page-image {
  padding: 0;
}

.row-cols-5 {
  gap: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.w-20 {
  position: relative;
  width: 50%;
  min-height: 1px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 49%;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .w-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 19%;
  }
}
.w-20.mb-5 {
  margin-bottom: 0 !important;
}

.employee-partner {
  height: 100%;
  min-height: 100px;
}
.employee-partner h2 {
  margin: 0 !important;
}
.employee-partner .gc-card__header {
  gap: 16px;
  height: 100%;
}
.employee-partner .left-column {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.employee-partner .partner-figure {
  all: unset;
  width: 60px !important;
  min-width: 60px !important;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.employee-partner .partner-figure img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.employee-partner .instituion-figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  all: unset;
  width: 100px;
  min-width: 100px;
  height: 100%;
  overflow: hidden;
}
.employee-partner .instituion-figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.employee-partner .instituion-figure img {
  all: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gc-employee-volunteer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  background-color: rgb(228, 236, 237);
  padding: 36px;
}
.gc-employee-volunteer figure {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.gc-employee-volunteer figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gc-employee-volunteer header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.gc-employee-volunteer header * {
  margin: 0;
}
.gc-employee-volunteer header p,
.gc-employee-volunteer header h2 {
  text-align: center;
}
.gc-employee-volunteer header h2 {
  font-size: 20px;
}
.gc-employee-volunteer header p {
  font-size: 16px;
}

/* Editor disable links on Gnist block
---------------------------------------------------------------------------------------------------*/
.acf-block-preview a {
  pointer-events: none;
}

/* Last card to the left
---------------------------------------------------------------------------------------------------*/
html .wp-block-post-type-multi .justify-content-center,
html .wp-block-post-type-archive .justify-content-center {
  -ms-flex-pack: flex-start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row,
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
  padding: 0 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row > *:nth-child(1), html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row > *,
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row > * {
  min-width: 100%;
  overflow: hidden;
}
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row .mb-5,
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row .mb-5 {
  margin: unset !important;
  padding: unset !important;
}
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-2,
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-3,
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-4,
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-5,
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-6,
html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1200px) {
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-5,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-6,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1030px) {
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-2, html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-3,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-2,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-4, html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-5, html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-6,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-4,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-5,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-6 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-2, html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-3, html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-4, html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-5, html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-multi .row.row-cols-6,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-2,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-3,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-4,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-5,
  html [data-template="card-bc_employee-partner.twig"].wp-block-post-type-archive .row.row-cols-6 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}