.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;
}

.navbar-static {
  z-index: 5;
  background-color: #fff;
}

.link-block {
  padding: 0vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block.w--current {
  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 {
  padding: 2vw 0px 1vw;
}

.columns {
  margin-top: 1vw;
}

.paragraph {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #008c4a;
  font-size: 21px;
  font-weight: 400;
}

.columns-2 {
  margin-top: 4vw;
}

.green-blurb {
  margin-bottom: 2vw;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #006635;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.column-2 {
  text-align: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-column-std {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #fff;
  text-align: center;
}

.nav-link {
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.nav-link.w--current {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
}

.image {
  display: inline-block;
  width: 4vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #006635;
  font-size: 38px;
  font-weight: 400;
}

.paragraph-2 {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #006635;
  font-size: 16px;
}

.about-columns {
  margin-top: 2vw;
}

.html-embed {
  border: 1px solid transparent;
  opacity: 0.5;
  color: #fff;
}

.html-embed.spacer {
  margin-top: 20px;
  margin-bottom: 0px;
}

.dropdown-list {
  background-color: #abb644;
}

.dropdown-list.w--open {
  background-color: #42783b;
  color: #fff;
}

.dropdown-toggle {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  text-align: center;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link.w--current {
  color: #fff;
}

.green-heading {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #008c4a;
  font-weight: 400;
}

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

.body-paragraph {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #006635;
  font-size: 15px;
}

.body-paragraph.right {
  color: #abb644;
  text-align: left;
}

.body-paragraph.caption {
  margin-top: 10px;
}

.body-paragraph.subtitle {
  margin-bottom: 30px;
  color: #abb644;
}

.column-4 {
  padding-bottom: 10px;
}

.column-5 {
  padding-bottom: 10px;
}

.html-embed-2 {
  opacity: 0.54;
}

.testimonial {
  margin-top: 40px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #006635;
  font-size: 17px;
  line-height: 25px;
}

.body-container {
  margin-top: 30px;
  margin-bottom: 40px;
}

.body-container.contact {
  display: none;
}

.text-span {
  color: #abb645;
  font-size: 13px;
  line-height: 15px;
}

.block-quote {
  margin-top: 20px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 rgba(133, 131, 131, 0.5);
  background-color: hsla(0, 0%, 100%, 0.5);
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #abb645;
  font-size: 19px;
  line-height: 20px;
}

.block-quote.overlay {
  width: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 3vw 5vw;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #b0c7a8;
  text-align: left;
}

.text-span-2 {
  color: #abb645;
  font-size: 26px;
}

.link {
  color: #859020;
  text-decoration: none;
}

.link-2 {
  color: #859020;
  text-decoration: none;
}

.div-block {
  margin-top: 15px;
}

.image-2 {
  margin-bottom: 10px;
}

.column-6 {
  padding-right: 0px;
}

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

.image-3 {
  display: inline-block;
}

.image-full {
  width: 100%;
}

.footer-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}

.navbar-logo {
  width: 20vw;
  max-width: 20vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-left: 0vw;
}

.navbar-row {
  background-color: #42783b;
}

.footer-block {
  background-color: #42783b;
}

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

.icons-bar {
  width: 9vw;
  height: 100%;
  margin-top: 2vw;
  padding: 5px;
  text-align: left;
}

.icons-bar.depreciated {
  display: none;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.iconwhite {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  max-width: 75%;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-6 {
  position: absolute;
}

.icon-column {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icongreen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 15;
  max-width: 75%;
  opacity: 1;
}

.navbar-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100vw;
  background-color: #fff;
}

.green-block {
  padding-top: 1vw;
  padding-bottom: 1vw;
  background-color: rgba(171, 182, 68, 0.9);
}

.white-heading {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-weight: 400;
}

.body-paragraph-white {
  margin-top: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 15px;
}

.body-paragraph-white.right {
  text-align: right;
}

.body-paragraph-white.caption {
  margin-top: 10px;
}

.body-paragraph-white.subtitle {
  margin-bottom: 30px;
}

.image-7 {
  background-color: #fff;
}

.white-heading-big {
  margin-bottom: 40px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

.white-rule {
  height: 2px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.image-8 {
  display: block;
  width: 100%;
}

.bluebell-conatiner {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/bluebells.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: left;
}

.block-quote-2 {
  background-color: transparent;
}

.div-block-3 {
  display: none;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.7)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.7));
}

.swedish-flag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  opacity: 1;
}

.green-rule {
  height: 2px;
  margin-top: 20px;
  background-color: #abb644;
  color: #006635;
}

.project-title {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 40px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #006635;
  font-size: 17px;
  line-height: 25px;
}

.column-10 {
  font-size: 12px;
  line-height: 22px;
}

.home3 {
  border-style: solid;
  border-width: 1px;
  border-color: #b0c7a8;
}

.image-9 {
  width: 100vw;
}

.columns-4 {
  width: 18vw;
}

.flags-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-10 {
  width: 3vw;
  max-width: 3vw;
  padding-top: 2px;
  text-align: left;
}

.dropdown-toggle-2 {
  width: 100%;
  padding: 5px;
}

.dropdown-toggle-2.w--open {
  padding: 5px;
}

.dropdown {
  width: 8vw;
  margin-top: 2vw;
  margin-right: 0px;
  margin-left: 15px;
}

.icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: 0%;
  margin-right: 5px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-weight: 700;
  text-align: left;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #000;
  border-radius: 20px;
}

.column-13 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: left;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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;
}

.text-block-2 {
  text-align: center;
}

.link-block-2 {
  width: 100%;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-list-2 {
  background-color: #abb54b;
}

.dropdown-list-2.w--open {
  background-color: #abb54b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#abb54b), to(#fff));
  background-image: linear-gradient(180deg, #abb54b, #fff);
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-11 {
  width: 75%;
}

.image-12 {
  width: 75%;
}

.image-13 {
  display: none;
}

.navbar {
  display: none;
}

.hamburger-nav-land {
  display: none;
}

.hamburger-nav-fixed-mob {
  display: none;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.desktop-grid-header {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1.5fr 0.5fr 0.5fr;
  grid-template-columns: 1fr 1.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns-9 {
  padding-left: 20px;
}

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

.greenbarcolumn.right {
  padding-right: 0px;
  padding-left: 10px;
}

.whitegreenbarlogo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  padding-right: 5px;
  padding-left: 5px;
  opacity: 1;
}

.greygreenbarlogo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 6;
  padding-right: 5px;
  padding-left: 5px;
}

.columns-10 {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 20px;
}

.navbar-header-desktop {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-2 {
  display: none;
}

.navbar-grid {
  display: block;
  margin-right: 10vw;
  margin-left: 10vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.dropdown-5 {
  margin-right: 0px;
  margin-left: 0px;
}

.icon-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.icon-3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 23px;
  padding-right: 25px;
}

.navbar-header-mobile {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile-grid-header-copy {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1.5fr 0.5fr 0.5fr;
  grid-template-columns: 1fr 1.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-header-mobile-portrait {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile-grid-header-port {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1.5fr 0.5fr 0.5fr;
  grid-template-columns: 1fr 1.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-7 {
  width: 100%;
  height: 30px;
}

.link-block-8 {
  width: 100%;
  height: 30px;
}

.link-block-9 {
  width: 100%;
  height: 30px;
}

.link-block-10 {
  width: 100%;
  height: 100%;
}

.link-block-11 {
  width: 100%;
  height: 100%;
}

.icon-6 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.recent-projects-mobile {
  display: none;
}

.grid-3 {
  display: none;
}

.recent-projects-mob {
  margin-top: 30px;
  margin-bottom: 40px;
}

.recent-projects-mob.contact {
  display: none;
}

.hamburger-nav-port {
  display: none;
}

.hamburger-nav-tablet {
  display: none;
}

.hamburger-nav-fixed-tablet {
  display: none;
}

.onlyshowonmobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-link {
    font-size: 1.5vw;
  }
  .nav-link.responsive {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-list.w--open {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    overflow: visible;
  }
  .dropdown-toggle {
    width: auto;
    padding-left: 19px;
    background-color: #42783b;
  }
  .dropdown-toggle.w--open {
    background-color: #306428;
  }
  .dropdown-toggle.responsive {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    padding-top: 10px;
  }
  .navbar-logo {
    max-width: 25vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    margin-left: 5vw;
  }
  .navbar-row {
    display: none;
  }
  .icons-bar {
    width: 20vw;
    margin-top: 2vw;
  }
  .columns-4 {
    width: 40vw;
  }
  .flags-columns {
    margin-top: 2vw;
  }
  .image-11 {
    max-height: 75%;
  }
  .nav-menu {
    left: auto;
    top: 100%;
    right: 2.5%;
    bottom: 0%;
    display: block;
    width: 30%;
    background-color: #42783b;
  }
  .nav-menu.tablet {
    bottom: auto;
    display: block;
    width: 40%;
    height: auto;
    max-height: 100vh;
    background-color: #a0be5a;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #306428;
  }
  .nav-link-2 {
    background-color: #3b4278;
    color: #fff;
  }
  .hamburger-nav-land {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #42783b;
  }
  .hamburger-nav-fixed-mob {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 4;
    display: none;
    background-color: #42783b;
  }
  .navbar-grid {
    display: -ms-grid;
    display: grid;
    margin-right: 0vw;
    margin-left: 0vw;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .icon-2 {
    margin-right: 0px;
  }
  .icon-3 {
    margin-right: 0px;
    padding-right: 20px;
  }
  .navbartext {
    font-size: 1.5vw;
  }
  .navbar-header-mobile {
    display: none;
  }
  .navbar-header-mobile-portrait {
    display: none;
  }
  .grid {
    display: none;
  }
  .container-3 {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
  }
  .icon-5 {
    color: #fff;
  }
  .container-4 {
    display: none;
  }
  .grid-3 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .container-5 {
    display: none;
  }
  .recent-projects-mob {
    display: block;
  }
  .text-block-3 {
    text-align: left;
  }
  .text-block-4 {
    text-align: left;
  }
  .text-block-5 {
    text-align: left;
  }
  .text-block-6 {
    text-align: left;
  }
  .text-block-7 {
    text-align: left;
  }
  .text-block-8 {
    text-align: left;
  }
  .hamburger-nav-tablet {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #42783b;
  }
  .hamburger-nav-fixed-tablet {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 4;
    display: block;
    background-color: #42783b;
  }
  .onlyshowonmobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    display: block;
  }
  .paragraph-2 {
    margin-top: 15px;
  }
  .dropdown-toggle {
    padding-left: 20px;
    text-align: left;
  }
  .column-3 {
    padding-left: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .body-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-2 {
    width: 100%;
  }
  .navbar-logo {
    width: 35vw;
    max-width: none;
  }
  .navbar-row {
    display: none;
  }
  .icons-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28vw;
    margin-top: 2vw;
    margin-right: auto;
    margin-bottom: 5vw;
    padding-right: 3vw;
    padding-left: 5px;
  }
  .iconwhite {
    max-width: 90%;
  }
  .icon-column {
    padding-left: 0px;
  }
  .icongreen {
    max-width: 90%;
  }
  .body-paragraph-white {
    margin-top: 5px;
  }
  .white-rule {
    padding-right: 0px;
    padding-left: 0px;
  }
  .green-rule {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home3 {
    display: block;
  }
  .flags-columns {
    margin-top: 2vw;
  }
  .column-14 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-15 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .circle-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-8 {
    display: block;
  }
  .column-19 {
    padding-right: 1px;
    padding-left: 1px;
  }
  .column-20 {
    padding-right: 1px;
    padding-left: 1px;
  }
  .column-21 {
    padding-right: 1px;
    padding-left: 1px;
  }
  .container {
    display: block;
    background-color: #42783b;
    color: #fff;
  }
  .nav-menu {
    display: none;
    width: 100vw;
    margin-left: 0vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-menu.tablet {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 60%;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-button.w--open {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #306428;
  }
  .nav-link-2 {
    width: 100%;
    background-color: #42783b;
    color: #fff;
  }
  .nav-link-2.w--current {
    color: #fff;
  }
  .dropdown-2 {
    background-color: #42783b;
  }
  .dropdown-3 {
    background-color: #42783b;
  }
  .image-13 {
    display: none;
    width: 100%;
  }
  .navbar {
    display: block;
  }
  .hamburger-nav-land {
    display: block;
  }
  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-14 {
    width: 100%;
  }
  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-24 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hamburger-nav-fixed-mob {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: block;
    width: 100vw;
  }
  .link-block-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-block-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns-10 {
    padding-left: 20px;
  }
  .navbar-header-desktop {
    display: none;
  }
  .navbar-header-mobile {
    display: block;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .mobile-grid-header-copy {
    margin-right: 15px;
    margin-left: 15px;
    -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 0.75fr;
  }
  .navbar-header-mobile-portrait {
    display: none;
    margin-top: 15px;
    margin-bottom: 1vw;
  }
  .mobile-grid-header-port {
    margin-right: 15px;
    margin-left: 15px;
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
  }
  .image-15 {
    display: none;
  }
  .image-16 {
    display: none;
  }
  .container-3 {
    display: block;
    background-color: #42783b;
  }
  .icon-5 {
    border: 1px solid transparent;
    color: #fff;
  }
  .link-block-12 {
    width: 100%;
    height: 30px;
  }
  .link-block-13 {
    width: 100%;
    height: 30px;
  }
  .link-block-14 {
    width: 100%;
    height: 30px;
  }
  .link-block-15 {
    width: 100%;
    height: 100%;
  }
  .link-block-16 {
    width: 100%;
    height: 100%;
  }
  .recent-projects-mob {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-4 {
    height: 0px;
  }
  .hamburger-nav-port {
    display: none;
  }
  .hamburger-nav-tablet {
    display: none;
  }
  .hamburger-nav-fixed-tablet {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: block;
    width: 100vw;
  }
  .columnshiddenmobile {
    display: none;
  }
  .onlyshowonmobile {
    display: block;
  }
  .image-17 {
    width: 100%;
  }
  .image-18 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-toggle {
    padding-left: 20px;
    text-align: left;
  }
  .body-container {
    display: block;
  }
  .block-quote.overlay {
    padding: 10vw;
  }
  .link.phone {
    color: #abb645;
  }
  .footer-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .navbar-logo {
    width: 40vw;
  }
  .icons-bar {
    margin-top: 2vw;
  }
  .home3 {
    display: none;
  }
  .columns-4 {
    width: 50vw;
  }
  .flags-columns {
    margin-top: 2vw;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -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;
  }
  .nav-menu {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    display: block;
  }
  .nav-menu.tablet {
    width: 80%;
  }
  .menu-button {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
  }
  .image-13 {
    display: block;
  }
  .hamburger-nav-land {
    display: none;
  }
  .hamburger-nav-fixed-mob {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100vw;
  }
  .columns-9 {
    padding-top: 3vw;
    padding-left: 0px;
  }
  .greenbarcolumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .greenbarcolumn.right {
    padding-left: 0px;
  }
  .whitegreenbarlogo {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .columns-10 {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 0px;
  }
  .navbar-header-mobile {
    display: none;
  }
  .navbar-header-mobile-portrait {
    display: block;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .mobile-grid-header-port {
    margin-right: 10px;
    margin-left: 10px;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .image-15 {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .image-16 {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 10px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 0.5fr 1fr 1fr;
    grid-template-columns: 0.5fr 0.5fr 1fr 1fr;
    -ms-grid-rows: 0.25fr;
    grid-template-rows: 0.25fr;
  }
  .icon-4 {
    display: block;
  }
  .container-3 {
    display: none;
  }
  .container-3.fixed {
    display: block;
  }
  .brand {
    display: none;
  }
  .recent-projects-mob {
    display: block;
  }
  .hamburger-nav-port {
    display: block;
  }
  .hamburger-nav-tablet {
    display: none;
  }
  .hamburger-nav-fixed-tablet {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6d57277d943e-97636a96 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-460ab06abdd6-97636a96 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-68b47908e3c7-97636a96 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-3e7f1bd61705-97636a96 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-b4ec166ac43f-e3636a97 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-a0cd41394de8-e3636a97 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-b069e4ce31b4-e3636a97 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-76c8866f0458-e3636a97 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-2e0f601a88dd-97636a96 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-1778fa228687-97636a96 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-15ab34a88bed-97636a96 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-460ab06abdd6-97636a96 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-68b47908e3c2-97636a96 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-68b47908e3c4-97636a96 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-68b47908e3c7-97636a96 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-3e7f1bd61700-97636a96 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-3e7f1bd61702-97636a96 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-3e7f1bd61705-97636a96 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-b4ec166ac44a-e3636a97 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-a0cd41394de3-e3636a97 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-a0cd41394de5-e3636a97 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-a0cd41394de8-e3636a97 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-b069e4ce31af-e3636a97 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-b069e4ce31b1-e3636a97 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-b069e4ce31b4-e3636a97 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-76c8866f0453-e3636a97 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-76c8866f0455-e3636a97 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-76c8866f0458-e3636a97 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

