.search-btn, .social-button, .eesc-heading:before, .eesc-heading h2, .crumbs a:after, .inpage-link, .sec-subheading:before, .cr-icon, .key-icon, .quote-symbol, .interview-cover, .news-row:after, .ed-heading, .ed-text, .sitemap-container ul ul a:before {
  display: inline-block;
}

.main-menu-button, #backtotop:before, #backtotop span, .eesc-heading.aligncenter:after, .scrolldown:before, .scrolldown span, .hb-1:after, .hb-2:after, .home-event, .home-event:after, .crumbs span:after, .page-top:after, .pattern-left:before, .pattern-right:after, .ar-photo, .ar-photo:after, .interview-row:before, .ls-heading:before {
  display: block;
}

#backtotop:before, .scrolldown:before, .hb-1:after, .hb-2:after, .home-event:after, .page-top:after, .sec-subheading:before, .pattern-left:before, .pattern-right:after, .ar-photo:after, .interview-row:before, .news-row:after, .sitemap-container ul ul a:before, .ls-heading:before {
  content: '';
}

.main-menu-inner, .main-menu-container .menu-item-has-children ul, .home-slide:before, .home-slide:after, .slide-caption, .home-event:after, .crumbs span:after, .pattern-left:before, .pattern-right:after, .ar-photo:after, .interview-row:before, .news-row:after, .audio-container video {
  position: absolute;
}

.main-menu-button, .main-menu-container > ul > li, .home-event, .ar-photo {
  position: relative;
}

.ed-heading, .ed-text, .sitemap-container ul ul a:before {
  vertical-align: top;
}

.search-btn, .eesc-heading:before, .eesc-heading h2, .eesc-heading.aligncenter:after, .inpage-link, .sec-subheading:before, .cr-icon {
  vertical-align: middle;
}

.main-menu-inner, .overlay .wrapper {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.home-slide, .home-event, .ar-photo, .interview-cover, .history-error-message {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-menu-icon, .search-btn, .social-button, #backtotop:before, .bx-wrapper .bx-controls-direction a, .scrolldown:before, .hb-1:after, .hb-2:after, .home-event:after, .hb-3, .crumbs a:after, .page-top:after, .inpage-link, .cr-icon, .key-icon, .quote-symbol, .news-row:after, .sitemap-container ul ul a:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

body {
  min-width: 300px;
  color: #000;
  font-family: "Alegreya", "Noto Serif TC", serif;
  font-size: 50%;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: lining-nums tabular-nums;
  /* 62% */
}

.container {
  position: relative;
  width: 100%;
  min-width: 300px;
}

.wrapper {
  width: 90%;
  margin: auto;
  max-width: 1350px;
}

.inpage-wrapper {
  position: relative;
  z-index: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 3.5em;
}

h3 {
  font-size: 3.2em;
}

h4 {
  font-size: 2.8em;
}

h5 {
  font-size: 2.4em;
}

h6 {
  font-size: 2em;
}

a {
  text-decoration: none;
}

i,
em {
  font-style: italic;
}

p {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

/* MOBILE */
.mobile,
.main-menu-corner {
  display: none;
}

/* HEADER */
.header {
  position: absolute;
  width: 100%;
  z-index: 101;
  border-bottom: 1px solid #fff;
  padding: 20px 0 0;
}

.header-wrapper {
  width: 90%;
  max-width: 1350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.header-left {
  width: 275px;
}

.header-right {
  width: calc(95% - 275px);
}

.main-menu-button {
  display: none;
  z-index: 101;
  cursor: pointer;
}

.main-menu-inner {
  width: 100%;
}

.main-menu-desc.close {
  display: none;
}

.main-menu-icon {
  width: 100%;
  height: 25px;
  background-image: url(images/main-menu-button@2x.png);
  text-align: center;
}

.main-menu-desc {
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
  z-index: 101;
}

.header-logo {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 275px;
  margin-bottom: 19.1px;
}

.hr-top {
  text-align: right;
  margin-bottom: 22px;
}

.language-switcher {
  display: inline-block;
  vertical-align: middle;
}

.language-switcher li {
  display: inline-block;
}

.language-switcher a {
  color: #fff;
  font-size: 1.8em;
  padding: 0 18px;
  border-right: 1px solid #fff;
}

.language-switcher a:hover {
  color: #B7C47F;
}

.search-btn {
  width: 1.8em;
  height: 1.8em;
  margin-left: 18px;
  background-image: url(images/search.png);
}

.search-btn:hover {
  background-image: url(images/search-green.png);
}

/* MENU */
.main-menu-container {
  display: block;
}

.main-menu-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.main-menu-container > ul > li {
  padding-bottom: 25px;
}

.main-menu-container > ul > li > a {
  /*font-size: 2.4em;*/
  font-size: 19px;
  color: #fff;
}

.main-menu-container > ul > li:hover:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: '';
}

.main-menu-container > ul > li:hover a {
  color: #e5eeee;
}

.main-menu-container ul ul,
.main-menu-container > ul:after {
  display: none;
}

.main-menu-container .menu-item-has-children {
  position: relative;
}

.main-menu-container .menu-item-has-children ul {
  display: none;
  background-color: #866030;
  left: -15px;
  top: calc(100%);
  width: 20.9vw;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.main-menu-container .menu-item-has-children ul a:hover {
  background-color: #866030;
  color: #fff;
}

.main-menu-container .menu-item-has-children ul li a {
  display: block;
  font-size: 2em;
  padding: 25px 15px;
  color: #fff;
  text-align: left;
}

.main-menu-container .menu-item-has-children ul li a:hover {
  background-color: #fff;
  color: #866030;
}

.main-menu-container .menu-item-has-children:hover ul {
  display: block;
}

.main-menu-container .menu-item-has-children:nth-last-child(2) > ul {
  left: unset;
  right: -15px;
}

.conservation-restoration .main-menu-container > ul > li.menu-item-has-children:nth-child(5):after,
.main-menu-container > ul > li.active:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: '';
}

.main-menu-container .menu-item-has-children:last-child ul {
  left: unset;
  right: 0;
}

/* FOOTER */
.footer {
  background-color: #415D61;
  color: #fff;
}

.footer-wrapper {
  overflow: hidden;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7em 0;
}

.ft-left {
  width: 32%;
  width: 506px;
}

.ft-right {
  width: 65%;
  width: calc(97% - 506px);
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5%;
  margin-right: 4%;
}

.footer-logo img {
  max-width: none;
  height: 52px;
}

.footer-logo-3 img,
.footer-logo-4 img {
  height: 68px;
}

.social-buttons {
  margin-top: 5em;
}

.social-button {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  margin-right: 3em;
  border-radius: 46px;
  background-size: 22px;
  transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}

.social-button:hover {
  background-color: #B7C47F;
  border-color: #B7C47F;
}

.facebook {
  background-image: url(images/facebook.png);
  background-size: 11.2px;
}

.instagram {
  background-image: url(images/instagram.png);
}

.youtube {
  background-image: url(images/youtube.png);
  background-size: 54.6%;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.8;
}

.footer-contact a {
  color: #fff;
}

.footer-contact div:first-child {
  width: 73px;
}

.footer-menu-container {
  width: 100%;
}

.footer-menu-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
}

.footer-menu-container > ul > li {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-bottom: 5em;
}

.footer-menu-container > ul > li:nth-child(5) {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.footer-menu-container > ul > li > a {
  font-weight: 700;
  line-height: 1.8;
  font-size: 2.4em;
}

.footer-menu-container > ul > li > ul > li > a {
  font-size: 2.2em;
}

.footer-menu-container li {
  margin-bottom: 2em;
}

.footer-menu-container a {
  display: block;
  color: #fff;
}

.footer-menu-container a:hover {
  color: #B7C47F;
}

.footer-menu-container .menu-item-has-children {
  /*  display: inline-block;
        vertical-align: top;*/
}

.footer-menu-container .menu-item-has-children > a {
  padding-bottom: 15.6px;
}

.footer-bottom {
  border-top: 1px solid #fff;
  padding: 25px 0;
}

.bottom-menu {
  display: inline-block;
  float: right;
}

.bottom-menu a {
  color: #fff;
  margin-right: 10px;
  text-align: right;
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 5px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

.bottom-menu a:last-child {
  border: 0;
}

.copyright {
  display: inline-block;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

.content {
  position: relative;
}

.inpage-content {
  margin-top: -3em;
  padding-bottom: 18em;
}

#backtotop {
  position: absolute;
  display: block;
  bottom: 11em;
  right: 5%;
  z-index: 9999;
}

#backtotop:before {
  width: 54px;
  height: 54px;
  border-radius: 54px;
  border: 1px solid #fff;
  background-image: url(images/back-to-top.png);
}

#backtotop span {
  font-size: 2em;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

/*   #backtotop.sticky {
            position: fixed;
        }*/
/* GENERNAL */
.primary-btn {
  display: inline-block;
  min-width: 365px;
  text-align: center;
  color: #415D61;
  border: 1.5px solid #415D61;
  background-color: #fff;
  font-size: 2.5em;
  background-image: url(images/more-btn-dark.png);
  background-size: 31.5px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 18px 10px;
  transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}

.primary-btn:hover {
  background-color: #415D61;
  color: #ffff;
  background-image: url(images/more-btn-light.png);
}

.primary-btn + .primary-btn {
  margin-left: 0.8em;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.sec-padding {
  position: relative;
  padding: 7em 0;
  overflow: hidden;
}

.eesc-heading {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
}

.eesc-heading:before {
  width: 27.3px;
  height: 4px;
  background: #3cb06a;
  background: -webkit-gradient(linear, left top, right top, from(#3cb06a), to(#2a95da));
  background: linear-gradient(90deg, #3cb06a 0%, #2a95da 100%);
  margin-right: 10px;
  content: "";
}

.eesc-heading.aligncenter {
  display: block;
  margin-bottom: 15px;
}

.eesc-heading.aligncenter:before {
  display: none;
}

.eesc-heading.aligncenter:after {
  width: 54.6px;
  height: 4px;
  background: #3cb06a;
  background: -webkit-gradient(linear, left top, right top, from(#3cb06a), to(#2a95da));
  background: linear-gradient(90deg, #3cb06a 0%, #2a95da 100%);
  margin: 15px auto 0;
  content: "";
}

/* HOME */
.home-slider-container .bx-viewport,
.home-slider {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}

.home-slider-container,
.bx-wrapper {
  position: relative;
}

.home-slide {
  width: 100%;
  height: 100%;
}

.home-slide:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
}

.home-slide:after {
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 7.8%;
  background: #E5EEEE;
  background: -webkit-gradient(linear, left bottom, left top, from(#e5eeee), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #e5eeee 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
}

.slide-caption {
  top: 156px;
  width: 100%;
  color: #fff;
  z-index: 2;
}

.slide-caption h2 {
  font-size: 7.8em;
  font-weight: 500;
  margin-bottom: 10px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
}

.slide-caption p {
  font-size: 4.8em;
  line-height: 1.375;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
}

.slide-wrapper {
  width: 90%;
  margin: auto;
}

.bx-wrapper .bx-controls-direction a {
  width: 27px;
  height: 55px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: inherit;
  opacity: 0.25;
}

.bx-wrapper .bx-prev {
  left: 15.6px;
  background-image: url(images/slide-prev.png);
}

.bx-wrapper .bx-next {
  right: 15.6px;
  background-image: url(images/slide-next.png);
}

.bx-wrapper .bx-pager {
  left: 50%;
  bottom: 50px;
  width: 90%;
  margin: auto;
  text-align: left;
  max-width: 1350px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 9.6px;
  height: 9.6px;
  border-radius: 10px;
  margin: 0 6px;
  border-radius: 15px;
  background-color: transparent;
  border: 1px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff;
}

.scrolldown {
  position: absolute;
  display: block;
  bottom: 77px;
  right: 5%;
}

.scrolldown:before {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #fff;
  background-image: url(images/scroll-down.png);
}

.scrolldown span {
  font-size: 2em;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.hb-1 {
  background-color: #E5EEEE;
  padding: 5em 0 0 0;
}

.hb-1:after {
  width: 100%;
  padding-bottom: 17%;
  background-size: 100%;
  background-image: url(images/home-wave-bg.png);
}

.hb-heading {
  font-size: 4.5em;
  margin-bottom: 1em;
  color: #000000;
}

.explore-cards,
.home-events {
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.explore-card {
  position: relative;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-bottom: 2%;
}

.explore-card:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
  opacity: .4;
  content: '';
}

.explore-card:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#738daf), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #738daf 0%, rgba(255, 255, 255, 0) 100%);
}

.explore-card:hover img {
  -webkit-transform: perspective(1000px) scale(1.1, 1.1);
  transform: perspective(1000px) scale(1.1, 1.1);
  -webkit-transform-style: flat;
  transform-style: flat;
}

.ec-img {
  width: 100%;
  padding-bottom: 100%;
}

.ec-heading {
  position: absolute;
  left: 4%;
  top: 4%;
  color: #fff;
  font-size: 3.3em;
  z-index: 2;
}

.hb-2 {
  margin-top: -1.5%;
}

.hb-2:after {
  width: 100%;
  padding-bottom: 17%;
  background-size: 100%;
  background-image: url(images/home-wave-bg-2.png);
  margin-top: -3em;
}

.home-events {
  gap: 1.5%;
  margin-bottom: 6em;
}

.home-event {
  background-color: #E3E8EF;
  background-image: url(images/home-event-bg.jpg);
  -ms-flex-preferred-size: 23.8%;
      flex-basis: 23.8%;
  padding-bottom: 35px;
}

.home-event:hover img {
  -webkit-transform: perspective(1000px) scale(1.1, 1.1);
  transform: perspective(1000px) scale(1.1, 1.1);
  -webkit-transform-style: flat;
  transform-style: flat;
}

.home-event:hover .he-heading {
  color: #415D61;
}

.home-event:hover:after {
  background-color: #415D61;
}

.home-event:after {
  right: 15px;
  bottom: 15px;
  width: 31.5px;
  height: 31.5px;
  background-size: 40%;
  background-color: #738DAF;
  background-image: url(images/arrow-right-light.png);
  border-radius: 31px;
  margin-top: 9.6px;
}

.he-image {
  width: 100%;
  padding-bottom: 75%;
}

.he-inner {
  display: block;
  padding: 15px;
  overflow: hidden;
}

.he-tab {
  display: inline-block;
  background-color: #738DAF;
  font-size: 1.8em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  text-align: left;
  padding: 5px 10px;
}

.he-heading {
  display: block;
  text-align: left;
  font-size: 2.8em;
  color: #000;
}

.hb-3 {
  width: 100%;
  background-color: #ECF0DE;
  background-size: 100%;
  background-image: url(images/mountain-graphic-bg.png);
  padding-bottom: 17%;
  background-position: center bottom -2px;
}

.large-heading {
  font-size: 4.8em;
  margin-bottom: 0.8em;
}

/* Inpage */
.breadcrumbs {
  margin-left: 50px;
  max-width: 70%;
  margin-top: 30px;
}

.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4em;
}

.crumbs li {
  position: relative;
}

.crumbs a {
  color: #415D61;
  text-transform: capitalize;
}

.crumbs a:after {
  width: 9px;
  height: 16px;
  background-image: url(images/angle-right-solid-grey.png);
  margin: 0 27px;
  content: "";
}

.crumbs span:after {
  width: 100%;
  height: 1px;
  bottom: 2px;
  background-color: #3c8188;
  content: "";
}

.text-block p {
  margin-bottom: 2em;
  font-size: 2.8em;
  line-height: 2;
}

.text-block p:last-child {
  margin-bottom: 0;
}

.text-block a {
  color: #415D61;
}

.text-block a:hover {
  color: #738DAF;
}

.text-block ul {
  list-style: inside;
  margin-bottom: 2em;
}

.text-block ol {
  list-style: decimal;
  margin-bottom: 2em;
}

.text-block ol li {
  margin-left: 18px;
}

.text-block ul + h4 {
  margin-top: 2em;
}

.text-block li {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2%;
}

.text-block li ul,
.text-block li ol {
  margin-left: 18px;
  margin-top: 18px;
}

.text-block li li {
  font-size: 1em;
}

.text-block li a {
  color: #738DAF;
}

.text-block li p {
  font-size: 1em;
}

.text-block tr:nth-child(even) td {
  background-color: #fcfdff;
}

.text-block td {
  font-size: 2.8em;
  padding: 10px;
}

.text-block td td {
  font-size: 1em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photo {
  position: relative;
  display: block;
  overflow: hidden;
}

.photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.photo:hover img {
  -webkit-transform: perspective(1000px) scale(1.1, 1.1);
  transform: perspective(1000px) scale(1.1, 1.1);
  -webkit-transform-style: flat;
  transform-style: flat;
}

.page-top {
  position: relative;
  background-color: #866030;
  padding-top: 160px;
}

.page-top:after {
  width: 100%;
  padding-bottom: 17%;
  background-size: 100%;
  background-image: url(images/page-top-pattern.png);
  margin-top: 11px;
}

.parent-heading {
  font-size: 3.6em;
  color: #fff;
  margin-bottom: 1em;
}

.page-heading {
  font-size: 7.8em;
  color: #fff;
}

.inpage-links {
  display: inline-block;
  padding: 20px 30px;
  background-color: #fff;
  margin-top: 4em;
}

.inpage-link {
  font-size: 2.4em;
  background-image: url(images/tab-btn-brown.png);
  background-position: right center;
  padding: 3px 0;
  padding-right: 34px;
  margin-right: 2em;
  color: #000;
}

.inpage-link:last-child {
  margin-right: 0;
}

.sec-padding:first-child {
  padding-top: 0;
}

.sec-subheading {
  font-size: 2.8em;
  text-transform: uppercase;
}

.sec-subheading:before {
  display: inline-block;
  width: 36px;
  height: 13px;
  background-color: #866030;
  margin-right: 19px;
  margin-bottom: 2px;
}

.sec-heading {
  font-size: 4.8em;
  line-height: 1.3;
  color: #415D61;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

.section.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.section.flex > .text-block {
  width: 47%;
}

.section.flex > .image-block,
.section.flex > .image-blocks {
  width: 49%;
  margin-top: 0;
}

.image-block {
  position: relative;
}

.image-block img {
  display: block;
}

.image-caption {
  font-size: 2.16em;
  margin-top: 8px;
}

.pattern-left {
  position: relative;
}

.pattern-left:before {
  left: 0;
  top: 21px;
  width: 27%;
  padding-bottom: 6.7%;
  background-image: url(images/pattern-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.pattern-right {
  position: relative;
}

.pattern-right:after {
  left: 0;
  top: 46%;
  width: 100%;
  padding-bottom: 18%;
  background-image: url(images/pattern-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.small-wrapper {
  max-width: 889px;
  margin: auto;
}

.image-blocks.flex {
  gap: 2%;
}

.image-blocks {
  margin-bottom: 5%;
  margin-top: 12em;
}

.image-blocks .image-block {
  margin-bottom: 3%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.image-tab {
  position: absolute;
  top: 1.2em;
  left: 1.2em;
  display: inline-block;
  background-color: #866030;
  font-size: 2.16em;
  color: #fff;
  margin-bottom: 18px;
  text-align: left;
  padding: 5px 10px;
}

#conservation-guardians .section.flex > .text-block {
  width: 49%;
}

#conservation-guardians:before {
  top: 34%;
}

#conservation-guardians:after {
  top: 70.4%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  margin-top: 4%;
}

.video-container iframe,
.video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
}

#vr360:before {
  top: unset;
  bottom: 0;
}

.scroll-animation.reveal {
  transform: translateY(150px);
  -ms-transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -ms-transition: 1s all ease;
}

.scroll-animation.reveal.active {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
}

.scroll-animation.fadein {
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -ms-transition: 1s all ease;
}

.scroll-animation.fadein.active {
  opacity: 1;
}

.home-banner-video video {
  width: 100%;
}

.home-slider-container {
  overflow: hidden;
}

.about .page-top {
  background-color: #475c60;
}

.about .page-top:after {
  background-image: url(images/page-top-pattern-about.png);
}

.about .inpage-link {
  background-image: url(images/tab-btn-green.png);
}

.about .main-menu-container .menu-item-has-children ul {
  background-color: #293d41;
}

.about .main-menu-container .menu-item-has-children ul li:hover a {
  color: #293d41;
}

.contact-rows {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-row {
  margin-top: 3em;
}

.contact-row:hover .cr-link {
  color: #738DAF;
}

.cr-icon {
  width: 36px;
  height: 36px;
  background-size: auto 50%;
  background-color: #475c60;
  border-radius: 60px;
  margin-right: 10px;
}

.cr-text {
  display: inline-block;
  width: calc(99% - 50px);
  vertical-align: top;
  color: #000;
  margin-top: 4px;
}

.cr-link {
  display: block;
  color: #415D61;
  font-weight: 500;
  overflow-wrap: break-word;
}

.cr-link:hover {
  color: #738DAF;
}

.email {
  background-image: url(images/email.png);
  background-size: 50%;
}

.pin {
  background-image: url(images/pin.png);
  background-size: auto 50%;
}

.education .inpage-content {
  padding-bottom: 0;
  background-image: url(images/education-bg-pattern.png);
  background-size: 100%;
  background-repeat: repeat-y;
}

.education .page-top {
  background-color: #475D84;
}

.education .page-top:after {
  background-image: url(images/page-top-pattern-education.png);
}

.education .inpage-link {
  background-image: url(images/tab-btn-blue.png);
}

.education .sec-heading {
  color: #475D84;
}

.education .sec-subheading:before {
  background-color: #475D84;
}

.education .video-container {
  position: relative;
  width: 80%;
  padding-bottom: 44.8%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 24px #475d84;
          box-shadow: 0 3px 24px #475d84;
  margin: auto;
}

.education .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.education #vr360 {
  padding-bottom: 13em;
}

.education #vr360 .video-container {
  width: 100%;
  padding-bottom: 56%;
}

.education .main-menu-container .menu-item-has-children ul {
  background-color: #31466a;
}

.education .main-menu-container .menu-item-has-children ul li:hover a {
  color: #31466a;
}

#key-achievements-and-value {
  background-color: #fff;
  padding-bottom: 14em;
}

.key-rows {
  gap: 2%;
}

.key-row {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #F2F4F8;
}

.key-row:nth-child(2) {
  top: 7em;
}

.key-row h3 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2%;
}

.key-row ul {
  list-style: disc;
  margin-left: 20px;
}

.key-row p,
.key-row li {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.key-row li {
  text-align: left;
  margin-bottom: 1em;
}

.key-row-inner {
  padding: 20px;
}

.key-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 4%;
}

.large-wrapper {
  max-width: 1550px;
}

.highlight-row {
  gap: 3%;
}

.highlight-row .highlight-images {
  position: relative;
  width: 38%;
  padding-bottom: 10%;
}

.highlight-row .text-block {
  width: 60%;
}

.highlight-image-1 {
  width: 92%;
  text-align: right;
  margin-bottom: 6%;
  margin-left: 5%;
}

.highlight-image-2 {
  width: 80%;
  text-align: right;
}

.slider-container {
  position: relative;
  text-align: center;
}

.slider-container .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  bottom: 0;
  left: 50%;
  text-align: center;
}

.slider-container .bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 40px;
}

#selected-participant-feedback {
  background-color: #475d84;
}

.quotes {
  padding: 4em 0 8em 0;
}

.quote-symbol {
  background-image: url(images/quote.png);
  width: 40px;
  height: 40px;
  margin: 0 auto 3em 0;
  text-align: center;
}

.quote {
  position: relative;
  padding: 0 0 18em 0;
}

.quote-text {
  display: block;
  width: calc(100% - 80px);
  max-width: 960px;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 4% auto;
}

.quote-name {
  display: block;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.quote-name:before {
  display: block;
  width: 60px;
  height: 4px;
  margin: 0 auto 15px auto;
  background-color: #fff;
  content: '';
}

.text-light {
  color: #fff !important;
}

.page-top-details {
  padding: 3em 0;
}

.page-top-details-row {
  padding: 1em 0 0;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.page-top-details-row span {
  display: inline-block;
}

.page-top-details-row span:first-child {
  width: 120px;
}

.page-top-details-row span:last-child {
  font-weight: 500;
}

.media .inpage-content {
  padding-bottom: 0;
  background-image: url(images/media-bg-pattern.png);
  background-size: 100%;
  background-repeat: repeat-y;
}

.media .page-top {
  background-color: #788bab;
}

.media .page-top:after {
  background-image: url(images/page-top-pattern-media.png);
}

.media .inpage-link {
  background-image: url(images/tab-btn-grey-blue.png);
}

.media .sec-heading,
.media .main-menu-container .menu-item-has-children ul:hover a {
  color: #788bab;
}

.media .main-menu-container .menu-item-has-children ul {
  background-color: #475a7b;
}

.album-rows {
  gap: 1.33%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.album-row {
  position: relative;
  width: 48.5%;
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
  margin-bottom: 3%;
}

.album-row:hover .ar-caption {
  color: #788bab;
}

.album-row:hover .ar-photo:after {
  background-color: rgba(120, 139, 171, 0.5);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 100;
}

.ar-caption-bottom {
  font-size: 2em;
  padding: 10px 5px;
  display: block;
  background-color: #edf1f9;
  color: #000;
}

.video-row {
  width: 49%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.ar-photo {
  display: none;
  width: 100%;
  padding-bottom: 56%;
  display: none;
}

.ar-photo:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}

.ar-photo:first-child {
  display: block;
}

.ar-caption {
  font-size: 3em;
  margin-top: 15px;
}

.interview-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #738daf;
  padding: 3em 1em;
  transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}

.interview-row:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}

.interview-row:hover:before {
  background-color: rgba(228, 236, 250, 0.8);
}

.ir-left {
  width: 20%;
}

.interview-cover {
  width: 100%;
  padding-bottom: 58%;
  z-index: 2;
  background-color: #788bab;
  background-image: url(images/placeholder.png);
}

.interview-details {
  z-index: 2;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
  width: 100%;
}

.interview-heading {
  display: block;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  z-index: 2;
  width: 80%;
}

.news-row {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.news-row:after {
  right: 10px;
  top: 22px;
  width: 40px;
  height: 40px;
  background-color: #788bab;
  background-size: 40%;
  background-image: url(images/arrow-right-light.png);
  border-radius: 31px;
  z-index: 2;
}

.news-heading {
  display: block;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  z-index: 2;
  padding-right: 100px;
}

.interview-date {
  display: block;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
  color: #788bab;
}

.news-left {
  z-index: 2;
}

.news-date {
  display: block;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.2;
  background-color: #788bab;
  color: #fff;
  padding: 5px;
}

.event-details-container {
  border-bottom: 1px solid #ccc;
  padding: 3em 0;
}

.event-details {
  margin-bottom: 2%;
}

.ed-heading {
  width: 110px;
  padding: 8px 8px 8px 0;
  border-right: 1px solid #ccc;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2;
}

.ed-text {
  padding: 8px;
  margin-left: 18px;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2;
  background-color: #edf1f9;
  color: #788bab;
}

a.ed-text {
  max-width: calc(100% - 120px);
  color: #788bab;
  word-break: break-word;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

a.ed-text:hover {
  background-color: #788bab;
  color: #fff;
}

.event .inpage-content,
.single-news .inpage-content,
.single-interview .inpage-content {
  padding-bottom: 0;
  background-image: url(images/event-bg-pattern.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 10em;
}

.ecology-biodiversity .inpage-content {
  padding-bottom: 0;
  z-index: 1;
}

.ecology-biodiversity .page-top {
  z-index: 2;
}

.event-status {
  display: inline-block;
  padding: 8px;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2;
  background-color: #f3f7fb;
  color: #475d84;
  margin-bottom: 15px;
}

.history .inpage-content {
  padding-bottom: 0;
}

.history .page-top {
  background-color: #bda37d;
}

.history .page-top:after {
  background-image: url(images/page-top-pattern-history.png);
}

.history .inpage-link {
  background-image: url(images/tab-btn-brown.png);
}

.history .sec-heading {
  color: #bda37d;
}

.ecology-biodiversity .page-top {
  background-color: #636849;
  background-image: url(images/page-top-pattern-ecology.png);
  background-position: left bottom -100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.ecology-biodiversity .page-top:after {
  background-image: url(images/page-top-pattern-ecology.png);
}

.ecology-biodiversity .inpage-link {
  background-image: url(images/tab-btn-brown.png);
}

.ecology-biodiversity .sec-heading {
  color: #636849;
}

.ecology-biodiversity .main-menu-container .menu-item-has-children ul {
  background-color: #525737;
}

.ecology-biodiversity .main-menu-container .menu-item-has-children ul li:hover a {
  color: #525737;
}

.visitor-guidelines .inpage-content {
  padding-bottom: 0;
}

.visitor-guidelines .page-top {
  background-color: #b8c386;
}

.visitor-guidelines .page-top:after {
  background-image: url(images/page-top-pattern-visitor-guideline.png);
}

.visitor-guidelines .sec-heading {
  color: #b8c386;
}

.visitor-guidelines .main-menu-container .menu-item-has-children ul {
  background-color: #919b5f;
}

.visitor-guidelines .main-menu-container .menu-item-has-children ul li:hover a {
  color: #919b5f;
}

.embed-section {
  position: relative;
  width: 100%;
  height: 80vh;
}

.embed-section iframe,
.embed-section .error-message {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sitemap-container a {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
}

.sitemap-container a:hover {
  color: #475c60;
}

.sitemap-container li {
  margin-bottom: 45px;
}

.sitemap-container ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  margin-top: 1%;
  margin-bottom: -10px;
}

.sitemap-container ul ul li {
  margin-bottom: 10px;
}

.sitemap-container ul ul a {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  color: #000;
}

.sitemap-container ul ul a:before {
  background-image: url(images/sitemap-arrow.png);
  width: 9px;
  height: 12px;
  margin-right: 8px;
  margin-top: 6px;
}

.conservation-restoration .sec-heading {
  color: #866030;
}

.logos-section {
  margin: 9em 0 12em 0;
}

.logo-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}

.logo-row {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2.4em;
}

.logo-row img {
  width: auto;
  height: 65px;
  max-width: none;
}

.ls-heading {
  font-size: 3.2em;
  margin-bottom: 2em;
  color: #415d61;
}

.ls-heading:before {
  width: 36px;
  height: 5px;
  background-color: #415d61;
  margin: 0 auto 15px auto;
}

.news-flex-content {
  gap: 2%;
}

.news-flex-content .text-block {
  width: 58%;
}

.news-flex-content .text-block .sec-subheading:first-child {
  margin-top: 0;
}

.news-flex-content .image-block {
  width: 40%;
}

.news-flex-content .image-block img {
  display: block;
}

.news-flex-content .image-block div + div {
  margin-top: 3%;
}

.buttons {
  margin-top: 5em;
}

.buttons .primary-btn {
  text-align: left;
}

.buttons .primary-btn span {
  display: inline-block;
  width: calc(100% - 50px);
}

.single-news .sec-subheading,
.single-interview .sec-subheading {
  margin: 4em 0 1em 0;
}

.single-news .sec-subheading:before,
.single-interview .sec-subheading:before {
  background-color: #788bab;
  margin-bottom: 5px;
}

.single-news .text-block p,
.single-news .text-block li,
.single-interview .text-block p,
.single-interview .text-block li {
  font-size: 2.4em;
}

.square .ar-photo {
  padding-bottom: 100%;
}

.square.album-row {
  width: 24%;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}

.flex-1-2 .album-row {
  position: relative;
  width: 49%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.image-caption {
  font-size: 2em;
  margin-bottom: 3em;
}

.single-news .image-block,
.single-interview .image-block {
  max-width: 960px;
  margin: auto;
}

.single-news .image-block img,
.single-interview .image-block img {
  width: 100%;
}

.audio-container {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

.audio-container video {
  width: 100%;
  height: 100%;
}

.history .page-top {
  /*
    padding-bottom: 0;
    background-image: none;
    padding-top: 144px;*/
}

.he-date {
  display: block;
  font-size: 2em;
  margin-top: 1em;
  color: #000;
}

.media-row {
  margin-bottom: 2em;
}

.media-row .he-image {
  padding-bottom: 56%;
}

.logo-row.with-text {
  height: 60px;
}

.logo-row.with-text span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  padding: 20px 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.hb-3 .primary-btn {
  padding-right: 50px;
  background-position: right 10px center;
}

.ls-subheading {
  color: #537175;
  margin-bottom: 0.5em;
}

.logos-section .logos-section {
  margin: 7em 0;
}

.news-cards {
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-card {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  width: 32%;
  padding: 15px;
  background-color: #edf1f9;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2%;
}

.nc-symbol {
  background-image: url(images/quote-2.png);
  width: 30px;
  height: 30px;
  margin: 0 auto 10px 0;
}

.nc-text {
  color: #000;
}

.nc-name {
  font-weight: 700;
  margin-top: 8px;
  text-align: right;
  color: #788bab;
}

.nc-location {
  color: #000;
  text-align: right;
}

.language-switcher li:last-child a {
  border-right: 0;
  padding-right: 0;
}

.language-switcher li.active a {
  font-weight: 700;
}

.carousel-container {
  width: calc(100% - 106px);
  margin: auto;
}

.carousel-slide {
  display: block;
  padding: 15px;
  overflow: hidden;
}

.gallery-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.33%;
}

.gallery-photo {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}

.cs-photo {
  display: block;
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
  margin-bottom: 5%;
  cursor: pointer;
}

.education.seminar .inpage-content {
  background-position: center top 10px;
}

.history-error-message {
  background-image: url(images/history-map.png);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay .wrapper {
  position: absolute;
  top: calc(50% - 30px);
}

.error-message {
  font-size: 2.8em;
  line-height: 1.4;
  text-align: center;
}

.error-message a {
  color: #738DAF;
}

.eco-iframe-container {
  position: relative;
}

.eco-iframe-container:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  content: '';
  background: #fff;
}
/*# sourceMappingURL=style.css.map */