body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 60px;
  max-width: 160px;
  -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;
}

.nav-link {
  color: #50a190;
  font-size: 1.3em;
  font-weight: 600;
}

.hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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-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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 100% auto;
  grid-template-rows: 100% auto;
  background-color: #fff;
}

.heroinner {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 9em;
  line-height: 1em;
  text-align: center;
}

.hero-button {
  margin-top: 100px;
  padding: 10px 28px;
  border-radius: 20px;
  background-color: #fff;
  color: #50a190;
  font-size: 1.1em;
  font-weight: 700;
}

.content-card_tag_text {
  margin-bottom: 0px;
  color: #333;
  font-weight: 500;
}

.header-image {
  overflow: hidden;
  width: 100%;
  max-height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-tag-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing-subcategory-h3 {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}

.header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.hero {
  background-color: transparent;
}

.article-date {
  width: 100%;
  margin-bottom: auto;
  font-family: 'PT Serif', serif;
  color: #b1b1b1;
  font-size: 1.2em;
  line-height: 1em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.content-card_tag {
  display: inline-block;
  width: auto;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #b1b1b1;
  border-radius: 2px;
}

.article-header {
  height: 70vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 142, 96, 0.75)), to(rgba(221, 142, 96, 0.75))), url('../images/PHOTO-2021-12-12-15-15-04.jpg');
  background-image: linear-gradient(180deg, rgba(221, 142, 96, 0.75), rgba(221, 142, 96, 0.75)), url('../images/PHOTO-2021-12-12-15-15-04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-h1 {
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 9em;
  line-height: 1.2em;
  text-align: center;
}

.article-content {
  margin-top: 60px;
}

.article-content.hidden {
  display: none;
}

.article-h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #50a190;
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: 700;
}

.article-h3.hidden {
  display: none;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  line-height: 1.8em;
  font-weight: 400;
}

.paragraph.hidden {
  display: none;
}

.article-image-grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  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;
  grid-template-rows: auto;
}

.image-credits {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #b1b1b1;
  font-size: 1.25em;
  line-height: 1.8em;
  font-weight: 400;
  text-align: center;
}

.article-image-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brandlogo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.background-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.article-video {
  margin-top: 30px;
}

.articlehero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 161, 144, 0.87)), to(rgba(80, 161, 144, 0.87))), url('../images/PHOTO-2021-12-12-15-15-04.jpg');
  background-image: linear-gradient(180deg, rgba(80, 161, 144, 0.87), rgba(80, 161, 144, 0.87)), url('../images/PHOTO-2021-12-12-15-15-04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16vh;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.footer-text {
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 400;
}

.footerinner {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #ececec;
  }

  .nav-link {
    color: #009c70;
  }

  .icon {
    color: #009c70;
  }

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

  .heroinner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-h1 {
    font-size: 8em;
    text-align: center;
  }

  .hero-button {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .heroinner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-h1 {
    border-style: none;
    font-size: 6em;
    text-align: left;
  }

  .header-tag-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .landing-subcategory-h3 {
    margin-top: 10px;
    font-weight: 400;
    text-align: left;
  }

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

  .article-date {
    text-align: left;
  }

  .article-h1 {
    font-size: 4em;
    text-align: center;
  }

  .article-image-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-credits {
    text-align: left;
  }

  .articlehero {
    height: 50vh;
  }
}

@media screen and (max-width: 479px) {
  .hero-h1 {
    font-size: 5em;
  }

  .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .article-h1 {
    font-size: 3em;
  }

  .articlehero {
    height: 40vh;
  }
}

#w-node-_39d7c522-cb46-3d43-bb11-680680741fe6-8fb6989c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}