/* Static mods to webflow css */
.gallery-image-details h1 {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
}

.widget-list-item .w--current {
  color: #40B6DF;
}

body {
  background-color: #f8e4e6;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

a {
  color: #40b6df;
  text-decoration: underline;
}

.language-selector-container {
  margin-top: 19px;
}

.page-wrap-container {
  padding: 0px 38px 38px;
  background-color: #fff;
}

.language-selector-wrap {
  width: 103px;
  float: right;
  margin-bottom: 5px;
}

.language-selector {
  padding-bottom: 6px;
  font-size: 12px;
}

.site-header {
  padding-top: 32px;
  padding-bottom: 32px;
}

.search-form {
  width: 240px;
  margin-top: 18px;
  float: right;
}

.search-form-input {
  width: 100%;
  height: 46px;
  margin-bottom: 0px;
  padding-left: 50px;
  border-style: none;
  background-color: #f3f3f3;
  background-image: url('../images/search-icon.png');
  background-position: 19px 50%;
  background-repeat: no-repeat;
}

.footer-container {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-color: #f4f4f4;
}

.footer-list-item {
  float: left;
}

.footer-list-item.copyright {
  width: 70%;
}

.footer-list-item.social {
  margin-right: 15px;
  float: right;
}

.footer-copyright-text {
  margin-bottom: 0px;
}

.content-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar {
  background-color: transparent;
}

.navbar.menu {
  padding-left: 0px;
}

.nav-menu {
  margin-bottom: 10px;
  float: none;
}

.nav-link {
  margin-right: 12px;
  padding: 15px 17px;
  background-color: #eee;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #333;
}

.nav-link.home {
  background-color: #f8e4e6;
}

.nav-link.about-us {
  background-color: #ffd571;
}

.nav-link.research {
  background-color: #fffa37;
}

.nav-link.dropdown {
  padding-right: 30px;
}

.nav-link.conservation.w--current {
  color: #333;
}

.nav-link.contact {
  margin-right: 0px;
  background-color: #7fdcfa;
}

.nav-link.stay {
  background-color: #e241a7;
}

.sidebar-widget {
  padding: 20px;
  margin-bottom: 15px;
  background-color: #f4f4f4;
}

.teaser {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.teaser.question {
  margin-bottom: 0rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.attention {
  margin-bottom: 1rem;
  color: #888;
  font-size: 1.15rem;
  line-height: 1.4em;
}

.wp-title {
  margin-top: 0px;
  margin-bottom: 15px;
}

.widget-title {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.sub-menu {
  background-color: #eee;
}

.sub-menu.w--open {
  padding-left: 0px;
}

.sub-menu.research-sub-menu {
  left: 0px;
  background-color: #fffa37;
}

.sub-menu.sub-sub.w--open {
  position: absolute;
  left: 100%;
  top: 0px;
}

.sub-nav-link {
  width: 100%;
  padding: 14px 30px 14px 20px;
  background-color: transparent;
  color: #444;
  font-size: 0.9rem;
  text-decoration: none;
  text-transform: none;
}

.sub-nav-link:hover {
  text-decoration: underline;
}

.sub-nav-link.w--current {
  color: #333;
  text-decoration: underline;
}

.sub-nav-link.nav-link:hover {
  text-decoration: underline;
}

.slider-icon {
  width: 45px;
  height: 45px;
  padding: 9px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, .4);
  font-size: 27px;
}

.lang-item {
  margin-left: 15px;
  float: left;
}

.language-selector-link {
  color: #333;
  text-decoration: none;
}

.language-selector-link.active {
  color: #222;
  text-decoration: underline;
}

.conservation {
  background-color: #3ed14a;
}

.media {
  background-color: #e3b3e2;
}

.language-selector-list {
  margin-bottom: 0px;
}

.about-sub-menu {
  background-color: #ffd571;
}

.home-slider {
  height: auto;
}

.sidebar-banner {
  padding: 20px;
  background-image: url('../images/field-noted-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.banner-title {
  margin-top: 0px;
  font-size: 25px;
}

.banner-action {
  color: #fff;
}

.banner-text {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-style: italic;
  font-weight: 300;
}

.widget-list-item {
  display: block;
  margin-bottom: 0.75rem;
  color: #666;
  font-size: 1rem;
  line-height: 1.5em;
  text-decoration: none;
}

.widget-list-item.w--current {
  color: #40b6df;
  text-decoration: underline;
}

.faq-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 25px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: hsla(0, 0%, 95%, .6);
}

.faq-item.question {
  margin-bottom: 0px;
}

.faq-item.answer {
  background-color: rgba(216, 244, 255, .5);
}

.faq-indicator {
  margin-right: 30px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(0, 0, 0, .05);
  font-size: 3.5rem;
  line-height: 2rem;
}

.faq-set {
  margin-bottom: 20px;
}

.inset-image {
  margin-bottom: 30px;
  margin-left: 30px;
  float: right;
}

.inset-image-image {
  margin-right: 25px;
}

.answer {
  margin-bottom: 0rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.content-image-left {
  margin-top: 5px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}

.content-image-left.no-float {
  float: none;
}

.content-image-right {
  margin-bottom: 30px;
  margin-left: 30px;
  float: right;
}

.slide1 {
  background-image: url('../images/random-photo-slider1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.random-video-container {
  position: relative;
  background-color: #222;
}

.partner-logo {
  margin-top: 30px;
  margin-right: 40px;
  margin-bottom: 30px;
}

.research-sub-menu {
  left: 204px;
}

.dropdown-icon {
  margin-right: 10px;
}

.dropdown-icon.sub-level {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sub-level-drop {
  width: 100%;
}

.wp-image.content-image {
  width: 50%;
  margin-top: 5px;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  padding: 4px;
  float: left;
  border: 1px solid #ccc;
  background-color: #eee;
}

.simple-gallery-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.simple-gallery-image {
  max-height: 200px;
}

.isla-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

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

.content {
  padding-right: 50px;
}

.flexi-sidebar {
  position: relative;
  z-index: 1000;
  width: 300px;
}

.flexi-sidebar.full {
  width: 100%;
}

.flexi-sidebar-container {
  width: 300px;
}

.gallery-thumbnail {
  color: #fff;
  cursor: pointer;
}

.gallery-arrow {
  border-bottom: 1px solid red;
}

.gallery-details-content {
  padding: 22px;
  background-color: #dcdfe9;
}

.gallery-close {
  position: relative;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-image: url('../images/close.png');
  background-position: 100% 0px;
  background-size: 28px;
  background-repeat: no-repeat;
}

.gallery-content-image {
  width: 60%;
  background-color: #eee;
}

.gallery-image-details {
  width: 35%;
}

.gallery-details-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.footer-social {
  color: #333;
  font-size: 1rem;
}

.button {
  padding: 13px 20px;
  background-color: #3ed14a;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.label {
  font-size: 0.9rem;
  font-weight: 600;
}

.apply-now {
  margin-bottom: 0rem;
  font-size: 12px;
  text-decoration: underline;
}

.flexi-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apply-here {
  float: left;
  color: #333;
  text-decoration: none;
}

.apply-here-text {
  margin-bottom: 0rem;
  color: #333;
  font-size: 12px;
}

html.w-mod-js *[data-ix="hide-initial-opacity"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .nav-link {
    margin-right: 3px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.8rem;
  }
  .brand {
    max-width: 390px;
  }
  .simple-gallery-image {
    max-height: 150px;
  }
}

@media (max-width: 767px) {
  .site-header.wp-header {
    padding-bottom: 0px;
  }
  .search-form {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .search-form-input {
    width: 100%;
  }
  .widget-list-item {
    display: block;
    font-size: 13px;
  }
  .sidebar {
    width: 100%;
  }
  .brand {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: center;
  }
  .simple-gallery-image {
    max-height: 112px;
  }
  .content-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .content {
    padding-right: 0px;
  }
  .flexi-sidebar {
    width: 100%;
  }
  .flexi-sidebar-container {
    width: 100%;
  }
  .gallery-content-image {
    width: 100%;
  }
  .gallery-image-details {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .simple-gallery-image {
    max-height: 80%;
    margin-bottom: 20px;
  }
}
