/*=========== TABLE OF CONTENTS ===========
1. Common CSS
2. Page CSS
==========================================*/

/*-------------------------------------
  1. Common CSS
--------------------------------------*/
.item__title--westhoeks {
    color: var(--white_a700) !important;
    text-align: center;
    flex: 1;
    line-height: 121.68%;
  }
  
  .rowlogoother {
    background-color: var(--blue_gray_100);
    width: 24%;
    display: flex;
    padding: 28px var(--space-lg);
    border-radius: var(--radius-xs);
  }
  
  @media only screen and (max-width: 550px) {
    .rowlogoother {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
  
  .footer__project-name {
    text-align: center;
    flex: 1;
    line-height: 18px;
  }
  
  /*-------------------------------------
    2. Page CSS
  --------------------------------------*/
  .stackheader_logo-one {
    height: 976px;
    background-color: var(--white_a700);
    width: 100%;
    position: relative;
  }
  
  .columnheaderlog {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  
  .header {
    z-index: 2;
    position: relative;
    display: flex;
    background-color: var(--white_a700);
    box-shadow: inset 0 -1px 1px 0 #0000003f;
    align-self: stretch;
    align-items: flex-end;
    padding: var(--space-md) var(--space-xl);
  }
  
  @media only screen and (max-width: 550px) {
    .header {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  .section {
    margin-top: -90px;
    margin-left: 64px;
    position: relative;
    align-self: stretch;
    display: flex;
    max-width: 1376px;
    width: 100%;
  }
  
  @media only screen and (max-width: 1050px) {
    .section {
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 0;
    }
  }
  
  .section__content {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  
  @media only screen and (max-width: 1050px) {
    .section__content {
      flex-direction: column;
    }
  }
  
  .content__column {
    margin-top: 122px;
    gap: var(--space-xl);
    z-index: 1;
    display: flex;
    width: 30%;
    position: relative;
    flex-direction: column;
    align-items: center;
  }
  
  @media only screen and (max-width: 1050px) {
    .content__column {
      width: 100%;
    }
  }
  
  .column__title {
    width: 96%;
    line-height: 150%;
  }
  
  @media only screen and (max-width: 1050px) {
    .column__title {
      width: 100%;
    }
  }
  
  .column__description {
    width: 100%;
    line-height: 121.68%;
  }
  
  .section__interactive-map {
    height: 882px;
    margin-left: -320px;
    align-self: center;
    position: relative;
    flex: 1;
    align-content: center;
  }
  
  @media only screen and (max-width: 1050px) {
    .section__interactive-map {
      align-self: stretch;
      width: 100%;
      flex: unset;
      height: auto;
      margin-left: 0;
    }
  }
  
  .interactive-map__map {
    height: 882px;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    border-width: 0;
  }
  
  .interactive-map__locations {
    gap: 88px;
    width: 72%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 33%;
    right: 0;
    left: 0;
    margin: auto;
  }
  
  @media only screen and (max-width: 1050px) {
    .interactive-map__locations {
      gap: 66px;
    }
  }
  
  @media only screen and (max-width: 550px) {
    .interactive-map__locations {
      gap: 44px;
    }
  }
  
  .locations__item {
    background-color: var(--blue_gray_800_e5);
    width: 14%;
    display: flex;
    justify-content: center;
    padding: 8px;
    border-radius: var(--radius-md);
  }
  
  @media only screen and (max-width: 1050px) {
    .locations__item {
      width: 100%;
    }
  }
  
  .locations__item-1 {
    padding-top: 8px;
    padding-bottom: 8px;
    align-self: flex-end;
    background-color: var(--blue_gray_800_e5);
    width: 12%;
    display: flex;
    justify-content: center;
    border-radius: var(--radius-md);
  }
  
  @media only screen and (max-width: 1050px) {
    .locations__item-1 {
      width: 100%;
    }
  }
  
  .footer {
    background-color: var(--gray_200);
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: var(--space-xl);
    margin: auto;
    border-top: 1px solid var(--black_900_28);
  }
  
  @media only screen and (max-width: 550px) {
    .footer {
      padding: 20px;
    }
  }
  
  .footer__copyright {
    margin-top: 22px;
    gap: 54px;
    display: flex;
    width: 88%;
    flex-direction: column;
    align-items: center;
  }
  
  @media only screen and (max-width: 1050px) {
    .footer__copyright {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 550px) {
    .footer__copyright {
      gap: 27px;
    }
  }
  
  .footer__project {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  
  @media only screen and (max-width: 1050px) {
    .footer__project {
      flex-direction: column;
    }
  }
  
  .footer__project-column {
    gap: var(--space-xl);
    align-self: center;
    display: flex;
    width: 40%;
    flex-direction: column;
    align-items: flex-start;
  }
  
  @media only screen and (max-width: 1050px) {
    .footer__project-column {
      width: 100%;
    }
  }
  
  .footer__project-list {
    gap: var(--space-lg);
    display: flex;
    align-self: stretch;
  }
  
  @media only screen and (max-width: 1050px) {
    .footer__project-list {
      flex-direction: row;
    }
  }
  
  @media only screen and (max-width: 550px) {
    .footer__project-list {
      flex-direction: column;
    }
  }
  
  .footer__project-list-item {
    background-color: var(--black_900);
    width: 24%;
    display: flex;
    border-radius: var(--radius-xs);
    border: 1px solid var(--black_900_7f);
  }
  
  @media only screen and (max-width: 550px) {
    .footer__project-list-item {
      width: 100%;
    }
  }
  
  .footer__project-logo {
    height: 94px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius-xs);
  }
  
  @media only screen and (max-width: 1050px) {
    .footer__project-logo {
      height: auto;
    }
  }
  
  .footer__project-list-item-1 {
    background-color: var(--blue_gray_100);
    width: 24%;
    display: flex;
    padding: 28px 18px;
    border-radius: var(--radius-xs);
  }
  
  @media only screen and (max-width: 550px) {
    .footer__project-list-item-1 {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
  
  .footer__funders {
    width: 54%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  
  @media only screen and (max-width: 1050px) {
    .footer__funders {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 550px) {
    .footer__funders {
      flex-direction: column;
    }
  }
  
  .footer__funders-column {
    gap: var(--space-xl);
    display: flex;
    width: 26%;
    flex-direction: column;
    align-items: flex-start;
  }
  
  @media only screen and (max-width: 550px) {
    .footer__funders-column {
      width: 100%;
    }
  }
  
  .footer__funders-logo {
    height: 66px;
    object-fit: cover;
    width: 100%;
    border-radius: var(--radius-md);
  }
  
  @media only screen and (max-width: 1050px) {
    .footer__funders-logo {
      height: auto;
    }
  }
  
  .footer__funders-main {
    align-self: center;
    width: 56%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  
  @media only screen and (max-width: 550px) {
    .footer__funders-main {
      width: 100%;
    }
  }
  
  .footer__funders-main-column {
    gap: var(--space-xl);
    align-self: center;
    display: flex;
    width: 42%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  
  .footer__funders-main-logo {
    height: 38px;
    margin-right: 14px;
    width: 100%;
  }
  
  @media only screen and (max-width: 1050px) {
    .footer__funders-main-logo {
      height: auto;
      margin-right: 0;
    }
  }
  
  .footer__funders-main-link {
    color: var(--futural_green) !important;
    text-decoration: underline;
  }
  
  .footer__contact {
    gap: 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  