@font-face {
  font-family: "Silk Serif";
  src: url("/fonts/SilkSerif-Light.woff2") format("woff2"), url("/fonts/SilkSerif-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.33;
  background: #f5f5f5;
  color: #16362F;
  margin: 0;
  padding: 94px 0 0 0;
  text-align: left;
}

.grid_6 {
  width: calc(50% - 15px);
}

.grid_3 {
  width: calc(25% - 22.5px);
  display: block;
}

.grid_4 {
  width: calc(33.33% - 20.1px);
  display: block;
}

.max337 {
  max-width: 337px;
}

.max705,
.news-det p {
  max-width: 705px;
}

.news-det img,
.news-det p {
  display: block;
  margin-bottom: 30px;
}

.news-det img.has-caption {
  display: block;
  margin-bottom: 10px;
}

.middle-h {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
  display: block;
}

.max1195 {
  max-width: 1195px;
}

.max460 {
  max-width: 460px;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  width: calc(100% - 30px - 30px);
  margin-left: auto;
  margin-right: auto;
}

.uppercase {
  text-transform: uppercase;
}

.full-height {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  height: calc(100vh - 94px);
  background-size: cover;
}

.h_h_100 {
  height: calc(100vh - 94px - 120px);
  background-size: cover;
  display: block;
  width: 100%;
  background-position: center;
}

section {
  position: relative;
}

a,
span {
  text-decoration: none;
  color: inherit;
  display: block;
}

a {
  cursor: pointer;
}

img {
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.fadeIn.animated {
  opacity: 1;
}

/* General */
.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Silk Serif";
  font-weight: 300;
}

h1 {
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  max-width: 28em;
}
h1.sml {
  padding-top: 50px;
  font-size: 42px;
  color: #16362F;
  text-align: left;
  text-transform: none;
}

h2 {
  font-size: 42px;
  line-height: 1;
  max-width: 28em;
}

h3,
.h3 {
  font-family: Silk Serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.08;
}

p {
  margin: 0;
}

.dot {
  position: relative;
  padding-left: 20px;
}
.dot::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  left: 4px;
  top: 5px;
  border-radius: 50%;
  background-color: #16362F;
}

.f13 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.f11 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: inherit;
  height: 94px;
  border-bottom: 2px solid;
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}
header #ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}
header #ul li {
  
  list-style: none;
  line-height: 1.6;
}
header #ul li a {
  display: inline-block;
  position: relative;
}
header #ul li a::after {
  position: absolute;
  left: -15px;
  content: "";
  display: block;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  background-color: #A2CD9C;
  top: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
header #ul li a:hover {
  color: #A2CD9C;
}
header #ul li a.active-page {
  color: #A2CD9C;
}
header #ul li a.active-page::after {
  opacity: 1;
}
header .logo {
  width: 385px;
}

#nav-toggle {
  right: 15px;
  z-index: 10;
  display: none;
  width: 30px;
  height: 17px;
}
#nav-toggle span {
  height: 2px;
  width: 100%;
  background: #16362F;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transition: opacity 0.7s;
}
#nav-toggle .sp2 {
  top: 8px;
}
#nav-toggle .sp3 {
  top: 16px;
}
#nav-toggle.active .sp1, #nav-toggle.active .sp3 {
  opacity: 0;
}

.btn {
  display: block;
  background-color: #FFFFFF;
  color: #16362F;
  height: 32px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  width: 210px;
  transition: all 0.5s;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.btn:hover {
  background-color: #16362F;
  color: #FFFFFF;
}

.relative {
  position: relative;
  z-index: 1;
}

.bg-video {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
.bg-video .fullyvideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.fullWidth {
  width: 100%;
  height: auto;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-st {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  align-self: normal;
}

.flex-sbt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

.flex-st-st {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.gap {
  gap: 30px;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

.mb {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.mb4 {
  margin-bottom: 40px;
}

.mb5 {
  margin-bottom: 50px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pad0-15 {
  padding: 0 15px 15px 15px;
}

.pad-top {
  padding-top: 80px;
}

.pad-bottom {
  padding-bottom: 80px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.ptb-100 {
  padding: 100px 0;
}

.border-b {
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  width: 0;
  background-color: #16362F;
  bottom: 0;
  transition: width 0.8s ease-in-out;
}
.border-b.animated {
  width: 100%;
}

.border-t {
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  width: 0;
  background-color: #16362F;
  top: 0;
  transition: width 0.8s ease-in-out;
}
.border-t.animated {
  width: 100%;
}

.video-wrapper {
  position: relative;
}
.video-wrapper a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-wrapper a span {
  display: block;
  padding: 10px;
  color: #fff;
}
.video-wrapper a img {
  display: block;
  margin: auto;
}

.vbox-content {
  width: 80% !important;
  margin: 0 auto !important;
}

.vbox-close {
  top: 20px !important;
  right: 20px !important;
}

.imgHolder {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
.imgHolder img {
  position: relative;
  z-index: 1;
  transform: scale(1.05);
  transition: transform 0.8s ease-in-out;
}
.imgHolder.animated img {
  transform: scale(1);
}
.imgHolder::after {
  position: absolute;
  bottom: 0;
  height: 100%;
  background-color: inherit;
  transition: height 0.8s ease-in-out;
  z-index: 2;
  left: 0;
  width: 100%;
  content: "";
}
.imgHolder.animated::after {
  height: 0;
}

.hover-pop {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  cursor: default;
}
.hover-pop .title {
  padding-bottom: 20px;
  transition: color 0.5s;
  position: relative;
}
.hover-pop .copy {
  opacity: 0;
  transition: opacity 0.5s;
  position: relative;
}
.hover-pop .copy::before {
  position: absolute;
  top: -100vh;
  height: 100vh;
  background-color: #f5f5f5;
  content: "";
  left: 0;
  width: 100%;
  display: block;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: color 0.3s;
}
.underline:hover {
  color: #A2CD9C;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  background-color: transparent;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  line-height: 1.33;
  color: inherit;
  font-family: inherit;
  display: block;
  width: 100%;
}

input[type=submit] {
  cursor: pointer;
  width: auto;
  padding: 0;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 0;
  flex-wrap: wrap;
}

footer {
  background-color: #16362F;
  padding: 50px 0 40px 0;
  color: #FFFFFF;
  input-security-max-width: 337px;
}
footer a {
  transition: color 0.3s;
  font-size: 14px;
  font-weight: 300;
}
footer a:hover {
  color: #A2CD9C;
}

.news-title {
  background-color: #F4EFE8;
  transition: background 0.5s, color 0.5s;
}
.news-title:hover {
  background-color: #16362F;
  color: #FFFFFF;
}
.news-title:hover .imgHolder {
  background-color: #16362F;
}
.news-title .imgHolder {
  background-color: #F4EFE8;
}

.sticky {
  position: sticky;
  top: 94px;
  z-index: 10;
  background: inherit;
}

.news-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  padding: 30px 0 10px 0;
}
.news-control div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 0;
  flex-wrap: wrap;
}

.social a {
  display: inline-block;
  margin-right: 30px;
}

#map {
  height: calc(100vh - 94px - 80px - 80px);
}

.popUp {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  background: #F4EFE8;
  color: #16362F;
}

.innerPop {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 80px 0;
}

.innerPop .container {
  width: 1000px;
  text-align: left;
}
.innerPop .container p {
  margin-bottom: 20px;
}
.innerPop .container h3 {
  margin-bottom: 15px;
}

.innerPop p {
  margin-bottom: 20px;
}

.innerPop h4 {
  margin-bottom: 25px;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  z-index: 50;
}

.close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #16362F;
}

.close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #16362F;
}

@media screen and (max-width: 1000px) {
  .vbox-content {
    width: 90% !important;
    margin: 0 auto !important;
  }
  body {
    padding: 60px 0 0 0;
  }
  h1 {
    font-size: 36px;
  }
  h1.sml,
  h2 {
    font-size: 28px;
  }
  header {
    height: 60px;
    padding: 0 20px;
  }
  header .logo {
    width: 170px;
  }
  .container {
    width: calc(100% - 20px - 20px);
  }
  .pad-top {
    padding-top: 60px;
  }
  .pad-bottom {
    padding-bottom: 60px;
  }
  #nav {
    position: fixed;
    padding: 50px 20px 20px 20px;
    transform: translateX(-100%);
    top: 60px;
    left: 0;
    transform: translateX(-100%);
    height: calc(100vh - 60px);
    background-color: inherit;
    transition: transform 0.5s;
  }
  #nav.active {
    transform: translateX(0);
    width: 100%;
    margin: 0;
  }
  #nav #ul {
    display: block;
  }
  #nav #ul li {
    width: 100%;
  }
  #nav #ul li a {
    display: block;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #nav #ul li a.projects, #nav #ul li a.foundation {
    margin-bottom: 20px;
  }
  .grid_3,
  .grid_4,
  .grid_6 {
    width: 100%;
    margin-bottom: 20px;
  }
  div .grid_6:last-child,
  div .grid_3:last-child,
  div .grid_4:last-child {
    margin-bottom: 0;
  }
  .mb2 {
    margin-bottom: 15px;
  }
  .mb3 {
    margin-bottom: 20px;
  }
  .no-mbm {
    margin-bottom: 0;
  }
  #nav-toggle {
    display: block;
  }
  .hover-pop .copy {
    opacity: 1;
  }
  .ptb-100 {
    padding: 60px 0;
  }
  .copy::before {
    display: none;
  }
  .pb30 {
    padding-bottom: 20px;
  }
  footer .flex-sb {
    justify-content: center !important;
  }
  .logo-f {
    margin: auto;
  }
  .logos {
    display: block;
    padding-top: 20px;
  }
  .logos img {
    display: block;
    margin: 0 auto 30px auto;
  }
}