.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #242628;
  font-family: Nunito, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

p {
  font-family: Nunito, sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
  border-left-style: none;
}

.designatelogo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 20%;
  margin-top: 2vw;
  margin-left: 2.5vw;
}

.menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  max-width: 40%;
  margin-top: 2vw;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.body {
  background-color: #242628;
  font-family: Nunito, sans-serif;
  text-decoration: none;
}

.headerimagelarge {
  position: static;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-width: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px 0px 100px;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.tiny {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Nunito, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 0.7vw;
  line-height: 0;
  font-weight: 200;
}

.headersubtitle {
  display: block;
  height: 1vw;
  max-height: none;
  max-width: 40vw;
  margin-top: -1vw;
  margin-left: 1vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.headercolumnleft {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.headercolumnright {
  display: inline-block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.menumobile {
  display: none;
}

.headercolumns {
  display: block;
}

.textmain {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 76%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  margin-left: 10%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: justify;
  white-space: normal;
}

.boxtitle {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3vw;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 1px;
  background-color: #528295;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.boxtitle.topicright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4vw;
  margin-top: 0vw;
  margin-bottom: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-right-style: none;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.boxtitle.topicleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4vw;
  margin-top: 0vw;
  margin-bottom: 0vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-left-style: none;
}

.boxtextheader {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-align: center;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.boxtextheader.topicright {
  position: static;
  display: block;
  margin-left: 3vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 2vw;
  line-height: 1;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
}

.boxtextheader.topicleft {
  margin-right: 3vw;
  margin-left: 0px;
  font-size: 2vw;
  line-height: 1;
}

.boxtextheader.headertopic {
  margin-right: auto;
  margin-left: auto;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  cursor: default;
}

.headerboxes {
  position: absolute;
  left: auto;
  top: 22vw;
  right: 2vw;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 30%;
  height: 20vw;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.topicimagelarge {
  width: 90%;
  max-width: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px 3vw 3vw 0px;
}

.topicimagelarge.left {
  display: inline-block;
  width: 90%;
  max-width: 90%;
  float: left;
  border-left-style: none;
}

.topicimagelarge.right {
  position: static;
  display: inline-block;
  max-width: 90%;
  float: right;
  clear: none;
  border-right-style: none;
  border-left-style: solid;
  border-radius: 3vw 0vw 0vw 3vw;
}

.topic {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  float: none;
  clear: both;
}

.titleboxbig {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 30%;
  height: 20vw;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.titleboxbig.topictitleright {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 10vw;
  overflow: visible;
  width: 35%;
  height: auto;
  margin-bottom: -3vw;
  float: right;
  clear: none;
}

.titleboxbig.topictitleleft {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 10vw;
  overflow: visible;
  height: auto;
  margin-bottom: -3vw;
  float: left;
  clear: none;
}

.titleboxbig.topictitleleft {
  width: 35%;
}

.footer {
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #acacac;
  font-size: 12px;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #cecece;
  font-size: 1rem;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  font-size: 1rem;
}

.container {
  position: static;
  margin-right: auto;
  margin-left: auto;
}

.footertext {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #acacac;
  font-size: 1vh;
  text-align: center;
}

.projecttitlebox {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 30%;
  height: 20vw;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.projecttitlebox.topicheadertitle {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 8vw;
  overflow: visible;
  width: 40%;
  height: auto;
  margin-bottom: -3vw;
  float: right;
  clear: none;
}

.projecttitlebox.topicheadersmall {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 8vw;
  display: none;
  overflow: visible;
  width: 25%;
  height: auto;
  margin-bottom: -3vw;
  float: right;
  clear: none;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.projecttext {
  position: static;
  display: block;
  float: none;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: justify;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.projectlegend {
  position: static;
  display: block;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
}

.projectdetails {
  position: relative;
  left: 0%;
  top: 2vw;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-left: 30px;
}

.topictitlebox {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 30%;
  height: 20vw;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.topictitlebox.topicheadertitle {
  position: absolute;
  left: auto;
  top: 35vw;
  right: 0%;
  bottom: auto;
  overflow: visible;
  width: 40%;
  height: auto;
  float: right;
  clear: none;
}

.thumbnailimage {
  width: 100%;
  max-width: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #fff;
  border-radius: 1px;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-2 {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.columns-2 {
  position: relative;
  display: block;
  max-width: 60%;
}

.menublock {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 32vw;
  height: 36vw;
  margin-top: 6vw;
  margin-right: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 1px;
  background-color: #242628;
}

.mainmenuitem {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.mainmenutext {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: 0px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-align: center;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.menuarrow {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  max-width: 40%;
  margin-top: 2vw;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.linkelement {
  color: #fff;
  text-decoration: none;
}

.project {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 10vw;
  float: none;
  clear: both;
}

.hideonmenu {
  display: block;
}

.map {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-bottom: 5vw;
  float: none;
  clear: both;
}

.googlemaps {
  position: relative;
  display: block;
  width: 90%;
  height: 40vw;
  max-width: 90%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px 3vw 3vw 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.loginarea {
  position: relative;
  left: 0%;
  top: 2vw;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.submit-button {
  background-color: #528295;
}

.field-label {
  color: #fff;
  font-weight: 600;
}

.field-label-2 {
  color: #fff;
  font-weight: 600;
}

.form-block {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .designatelogo {
    max-width: 30%;
    margin-top: 2vw;
  }

  .menu {
    max-width: 40%;
    margin-top: 2vw;
  }

  .headerimagelarge {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 60px;
    outline-color: #fff;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
  }

  .tiny {
    font-size: 1vw;
    line-height: 2vw;
  }

  .headersubtitle {
    margin-top: -2vw;
  }

  .textmain {
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-size: 1rem;
    line-height: 1.5;
  }

  .boxtextheader {
    margin-top: 0px;
    line-height: 1.5;
  }

  .headerboxes {
    top: 22vw;
  }

  .titleboxbig {
    top: 22vw;
  }

  .footer {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-logo-link {
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-image {
    width: 80%;
    max-width: 80%;
  }

  .footer-heading {
    font-size: 1rem;
  }

  .footer-link {
    font-size: 1rem;
  }

  .footertext {
    padding-right: 20px;
    padding-left: 20px;
  }

  .projecttitlebox {
    top: 22vw;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .projecttext {
    font-size: 1rem;
    line-height: 1.5;
  }

  .projectlegend {
    font-size: 0.75rem;
  }

  .column-2 {
    position: static;
  }

  .topictitlebox {
    top: 22vw;
  }

  .mainmenutext {
    margin-top: 0px;
    line-height: 1.5;
  }

  .menuarrow {
    max-width: 40%;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .designatelogo {
    margin-top: 2vw;
  }

  .menu {
    margin-top: 3vw;
  }

  .headerimagelarge {
    border-right-style: none;
    border-bottom-right-radius: 0px;
  }

  .tiny {
    position: static;
    clear: none;
    font-size: 1vw;
    line-height: 2vw;
    text-align: center;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .headercolumnright {
    display: none;
  }

  .menumobile {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .textmain {
    position: static;
    max-width: 90%;
    margin-top: 4vw;
    margin-bottom: 4vw;
    margin-left: 5%;
    clear: both;
    font-size: 1rem;
    line-height: 1.5;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .boxtitle {
    height: 4vw;
  }

  .boxtitle.topicright {
    height: 5vw;
  }

  .boxtitle.topicleft {
    height: 5vw;
  }

  .boxtextheader {
    max-width: 90%;
    margin-top: 0vw;
    margin-left: 0%;
    font-size: 1.75vw;
    line-height: 1.5;
  }

  .boxtextheader.topicright {
    margin-top: 0vw;
    font-size: 2.5vw;
  }

  .boxtextheader.topicleft {
    margin-top: 0vw;
    margin-right: 1vw;
    font-size: 2.5vw;
  }

  .boxtextheader.headertopic {
    font-size: 2vw;
  }

  .headerboxes {
    top: 30vw;
    display: block;
    width: 35%;
    line-height: 20px;
  }

  .topicimagelarge.left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3vw;
    border-right-style: none;
    border-top-right-radius: 0vw;
    border-bottom-right-radius: 0vw;
  }

  .topicimagelarge.right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3vw;
    border-left-style: none;
    border-top-left-radius: 0vw;
    border-bottom-left-radius: 0vw;
  }

  .titleboxbig {
    display: none;
  }

  .titleboxbig.topictitleright {
    bottom: 10vw;
    display: block;
    width: 40%;
    height: 0vw;
  }

  .titleboxbig.topictitleleft {
    display: block;
    width: 40%;
    height: 0vw;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-logo-link {
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-heading {
    font-size: 1rem;
  }

  .footer-link {
    font-size: 1rem;
  }

  .footertext {
    padding: 40px 20px;
    font-size: 10px;
  }

  .projecttitlebox {
    display: none;
  }

  .projecttitlebox.topicheadertitle {
    bottom: 10vw;
    display: block;
    width: 50%;
    height: 0vw;
  }

  .projecttitlebox.topicheadersmall {
    bottom: 10vw;
    display: block;
    width: 50%;
    height: 0vw;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .projecttext {
    position: static;
    margin-top: 4vw;
    margin-bottom: 4vw;
    margin-left: 0%;
    clear: both;
    font-size: 1rem;
    line-height: 1.5;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .projectlegend {
    position: static;
    margin-top: 4vw;
    margin-bottom: 4vw;
    margin-left: 0%;
    clear: both;
    font-size: 0.75rem;
    line-height: 1.5;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-2 {
    position: relative;
  }

  .projectdetails {
    display: block;
  }

  .column-4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-5 {
    position: relative;
    padding-left: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .topictitlebox {
    display: none;
  }

  .topictitlebox.topicheadertitle {
    bottom: 10vw;
    display: block;
    width: 50%;
    height: 0vw;
  }

  .menublock {
    display: none;
    width: 40vw;
    height: 48vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainmenutext {
    display: block;
    max-width: 90%;
    margin-top: 0vw;
    margin-left: 0%;
    font-size: 2.5vw;
    line-height: 1.5;
  }

  .menuarrow {
    margin-top: 3vw;
  }

  .loginarea {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .designatelogo {
    max-width: 30%;
    margin-top: 2vw;
  }

  .menu {
    max-width: 30%;
    margin-top: 3vw;
  }

  .headersubtitle {
    max-width: 50vw;
  }

  .textmain {
    font-size: 1rem;
    line-height: 1.5;
  }

  .boxtextheader {
    font-size: 1.75vw;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 1.25rem;
  }

  .footertext {
    max-width: 90%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 8px;
    text-align: left;
  }

  .projecttext {
    font-size: 1rem;
  }

  .projectlegend {
    font-size: 0.75rem;
  }

  .column-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .mainmenutext {
    font-size: 2.5vw;
  }

  .menuarrow {
    max-width: 30%;
    margin-top: 3vw;
  }

  .googlemaps {
    width: 100%;
    height: 50vw;
    max-width: 100%;
    border-top-right-radius: 0vw;
    border-bottom-right-radius: 0vw;
  }
}

#w-node-a4df0b98-880a-53b3-a602-9e5d1b9bd1ae-a8d2438e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26700c70-02ec-cce0-411c-7f16e75ca0bc-8a312090 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a4df0b98-880a-53b3-a602-9e5d1b9bd1ae-6d84b611 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a4df0b98-880a-53b3-a602-9e5d1b9bd1ae-a60d7a9f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a4df0b98-880a-53b3-a602-9e5d1b9bd1ae-0c23dfdd {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a4df0b98-880a-53b3-a602-9e5d1b9bd1ae-b8230885 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a4df0b98-880a-53b3-a602-9e5d1b9bd1ae-2e7b9d9d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a4df0b98-880a-53b3-a602-9e5d1b9bd1ae-cf64f604 {
  -ms-grid-column-align: center;
  justify-self: center;
}

