@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700");
html,
body {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  font-family: "Avenir Next LT Pro", sans-serif;
  background-color: #fff;
}

@media (min-width: 480px) and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  html,
  body {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .main-container {
    margin: 0 5vw;
  }
}

.prevent-landscape-orientation {
  display: none;
}

ul.pagination {
  padding-top: 15px;
}

ul.pagination ol li {
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: normal;
}

ul.pagination ol li.pagination__current {
  padding-top: 6px;
}

ul.pagination ol li a {
  width: 34px;
  height: 36px;
  font-size: 16px;
  line-height: normal;
  display: block;
  padding-top: 6px;
}

.video-play-icon {
  width: 7.42857143em;
  height: 7.42857143em;
  border: none;
  display: block;
  background: #fff;
  transition: all .1s linear;
  border-radius: 0;
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 80%, 80% 100%, 0 100%, 0 20%, 20% 20%);
          clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 80%, 80% 100%, 0 100%, 0 20%, 20% 20%);
}

.video-play-icon:hover {
  margin-top: -4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0, 0 0);
}

.video-play-icon:before {
  border-color: transparent transparent transparent #000;
  margin-top: -11px;
}

.video-play-icon.video-play-icon--sm {
  width: 5em;
  height: 5em;
}

.video-play-icon.video-play-icon--sm:before {
  border-width: 12px 0 12px 10px;
  margin-left: -4px;
}

@media (max-width: 767px) {
  .masonry__load-more .btn:not(:last-child) {
    margin-bottom: 0;
  }
}

.back-to-top {
  position: fixed;
  width: 4em;
  height: 4em;
  background: #fff;
  border-radius: 0;
  text-align: center;
  right: 2em;
  bottom: 2em;
  padding-top: 19px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 80%, 80% 100%, 0 100%, 0 20%, 20% 20%);
          clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 80%, 80% 100%, 0 100%, 0 20%, 20% 20%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #006B82;
}

.back-to-top i {
  color: #006B82;
}

.back-to-top:hover {
  opacity: 1;
  margin-top: -4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0, 0 0);
}

.accordion li.active .accordion__content > * {
  display: block;
}

p {
  opacity: 1;
}

.process-1:before {
  background: #006B82;
}

.process__item:after {
  border: 2px solid #006B82;
}

.table th {
  font-size: .8rem;
  font-weight: 500;
}

.table td {
  font-size: .8rem;
}

ul,
ol {
  list-style: inside square;
  line-height: 1.4em;
}

ul.accordion,
ol.accordion,
.tabs-container ul,
.tabs-container ol {
  list-style: none;
}

section a[href$=".pdf"],
section a[href$=".PDF"] {
  background-image: url(../img/pdf.png);
  background-size: 16px 16px;
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 18px;
}

.accordion table {
  display: table !important;
}

.accordion li .accordion__content {
  overflow: hidden;
}

ul.tabs {
  margin: 0 auto;
  display: table;
}

@media (max-width: 767px) {
  ul.tabs {
    width: 100%;
  }
}

.tabs li.active .tab__title i {
  color: #006B82;
}

.tabs li.active .tab__title span {
  color: #006B82;
}

.icon-liner {
  border: 1px solid #ccc;
  padding: 10px 10px 10px 0;
  border-radius: 6px;
  margin-bottom: 5px;
}

.icon-liner__icon {
  float: left;
  width: 60px;
  font-size: 33px;
  text-align: center;
}

.icon-liner__content {
  float: left;
  width: calc(100% - 60px);
  font-family: "Avenir Next LT Pro";
}

.icon-liner__content p {
  padding: 5px 0 0 0;
  margin: 0;
}

.icon-liner:after {
  clear: both;
  display: table;
  content: ' ';
}

.horse-data {
  padding: 0;
  font-size: .9rem;
}

.horse-data b {
  font-weight: 500 !important;
}

.horse-data hr {
  margin: 30px 0;
}

.horse-data div {
  padding: 0;
}

.mapbox__marker {
  background-size: contain;
  width: 34px;
  height: 98px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.modal-container .modal-content iframe {
  height: calc(var(--vh, 1) * 80px - 0px);
}

.article__image {
  position: relative;
  width: 100%;
}

.article__image img {
  width: 100%;
  margin-bottom: 0 !important;
  border-radius: 0;
}

.article__image .video-play-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

[class*='bg-']:not(.bg--white):not(.bg--secondary) p, [class*='imagebg']:not(.image--light) p {
  opacity: 1;
}

.accordion .accordion__title:before {
  content: '\e80c';
}

.cc-link {
  line-height: normal;
  padding: 0;
}

@media (max-width: 991px) {
  [data-ocr] {
    cursor: pointer;
  }
}

[class^="stack-"]:before,
[class*=" stack-"]:before {
  margin-top: .9em;
}

.fc-button-primary {
  background-color: #006B82 !important;
  border-color: #006B82 !important;
}

.g-recaptcha > div {
  margin: 1em auto 1.1em;
}

@media (min-width: 1500px) {
  .container {
    width: calc(1470px - 10vw);
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .container {
    width: calc(1170px - 10vw);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: calc(970px - 10vw);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .container {
    width: 100%;
  }
}

body.navbar--fixed .cl-menu {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

body.navbar--active {
  overflow: hidden;
}

body .cl-menu,
body.navbar .cl-menu,
body.navbar--white .cl-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  color: #000;
  background: #fff;
}

body .cl-menu ul,
body .cl-menu ol,
body.navbar .cl-menu ul,
body.navbar .cl-menu ol,
body.navbar--white .cl-menu ul,
body.navbar--white .cl-menu ol {
  list-style: none;
}

body .cl-menu__overlay,
body.navbar .cl-menu__overlay,
body.navbar--white .cl-menu__overlay {
  display: none;
}

body .cl-menu__container,
body.navbar .cl-menu__container,
body.navbar--white .cl-menu__container {
  position: relative;
  z-index: 2;
}

@media (max-width: 1499px) {
  body .cl-menu__container,
  body.navbar .cl-menu__container,
  body.navbar--white .cl-menu__container {
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  body .cl-menu__container,
  body.navbar .cl-menu__container,
  body.navbar--white .cl-menu__container {
    border-bottom: 1px solid black;
    margin: 0 5vw;
  }
}

@media (max-width: 991px) {
  body .cl-menu__container,
  body.navbar .cl-menu__container,
  body.navbar--white .cl-menu__container {
    margin: 0 15px;
    height: 145px;
  }
}

body .cl-menu__container > ul,
body.navbar .cl-menu__container > ul,
body.navbar--white .cl-menu__container > ul {
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  body .cl-menu__container > ul,
  body.navbar .cl-menu__container > ul,
  body.navbar--white .cl-menu__container > ul {
    position: fixed;
    top: 140px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  }
  body .cl-menu__container > ul.visible,
  body.navbar .cl-menu__container > ul.visible,
  body.navbar--white .cl-menu__container > ul.visible {
    display: block;
  }
}

@media (min-width: 992px) {
  body .cl-menu__container > ul,
  body.navbar .cl-menu__container > ul,
  body.navbar--white .cl-menu__container > ul {
    display: table !important;
  }
}

body .cl-menu__container > ul > li,
body.navbar .cl-menu__container > ul > li,
body.navbar--white .cl-menu__container > ul > li {
  position: relative;
  display: inline-block;
  padding: 0;
}

@media (max-width: 991px) {
  body .cl-menu__container > ul > li,
  body.navbar .cl-menu__container > ul > li,
  body.navbar--white .cl-menu__container > ul > li {
    display: block;
  }
}

body .cl-menu__container > ul > li a,
body.navbar .cl-menu__container > ul > li a,
body.navbar--white .cl-menu__container > ul > li a {
  display: block;
  padding: 15px 15px 30px;
  color: #000;
  transition: all .1s linear;
}

@media (min-width: 768px) and (max-width: 991px) {
  body .cl-menu__container > ul > li a,
  body.navbar .cl-menu__container > ul > li a,
  body.navbar--white .cl-menu__container > ul > li a {
    padding: 10px 15px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body .cl-menu__container > ul > li a,
  body.navbar .cl-menu__container > ul > li a,
  body.navbar--white .cl-menu__container > ul > li a {
    padding: 10px 15px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  body .cl-menu__container > ul > li a,
  body.navbar .cl-menu__container > ul > li a,
  body.navbar--white .cl-menu__container > ul > li a {
    padding: 10px 15px 20px;
  }
}

@media (max-width: 991px) {
  body .cl-menu__container > ul > li.active > a,
  body.navbar .cl-menu__container > ul > li.active > a,
  body.navbar--white .cl-menu__container > ul > li.active > a {
    font-weight: 500;
  }
}

body .cl-menu__container > ul > li.has-children > a aside,
body.navbar .cl-menu__container > ul > li.has-children > a aside,
body.navbar--white .cl-menu__container > ul > li.has-children > a aside {
  display: none;
}

@media (max-width: 991px) {
  body .cl-menu__container > ul > li > a,
  body.navbar .cl-menu__container > ul > li > a,
  body.navbar--white .cl-menu__container > ul > li > a {
    padding: 20px 15px;
  }
  body .cl-menu__container > ul > li:not(:last-child),
  body.navbar .cl-menu__container > ul > li:not(:last-child),
  body.navbar--white .cl-menu__container > ul > li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  body .cl-menu__container > ul > li.has-children > a,
  body.navbar .cl-menu__container > ul > li.has-children > a,
  body.navbar--white .cl-menu__container > ul > li.has-children > a {
    position: relative;
    display: block;
  }
  body .cl-menu__container > ul > li.has-children > a aside,
  body.navbar .cl-menu__container > ul > li.has-children > a aside,
  body.navbar--white .cl-menu__container > ul > li.has-children > a aside {
    display: initial;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 56px;
    height: 56px;
    background: #006B82;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 17px;
    transform: rotate(90deg);
  }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  body .cl-menu__container > ul > li.has-children > a aside,
  body.navbar .cl-menu__container > ul > li.has-children > a aside,
  body.navbar--white .cl-menu__container > ul > li.has-children > a aside {
    width: 59px;
    height: 59px;
    padding-top: 18px;
  }
}

@media (min-width: 992px) {
  body .cl-menu__container > ul > li:hover:after, body .cl-menu__container > ul > li:focus:after, body .cl-menu__container > ul > li.active:after,
  body.navbar .cl-menu__container > ul > li:hover:after,
  body.navbar .cl-menu__container > ul > li:focus:after,
  body.navbar .cl-menu__container > ul > li.active:after,
  body.navbar--white .cl-menu__container > ul > li:hover:after,
  body.navbar--white .cl-menu__container > ul > li:focus:after,
  body.navbar--white .cl-menu__container > ul > li.active:after {
    position: absolute;
    width: 1px;
    height: 20px;
    content: ' ';
    background-color: #000;
    left: calc(50% - .5px);
    margin-top: -9px;
    z-index: -1;
  }
  body .cl-menu__container > ul > li:hover > ul,
  body.navbar .cl-menu__container > ul > li:hover > ul,
  body.navbar--white .cl-menu__container > ul > li:hover > ul {
    display: block;
  }
  body .cl-menu__container > ul > li:hover > a,
  body.navbar .cl-menu__container > ul > li:hover > a,
  body.navbar--white .cl-menu__container > ul > li:hover > a {
    color: rgba(0, 0, 0, 0.7);
  }
}

body .cl-menu__container > ul > li > ul,
body.navbar .cl-menu__container > ul > li > ul,
body.navbar--white .cl-menu__container > ul > li > ul {
  display: none;
  position: absolute;
  margin-top: 0;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #000;
}

body .cl-menu__container > ul > li > ul li,
body.navbar .cl-menu__container > ul > li > ul li,
body.navbar--white .cl-menu__container > ul > li > ul li {
  display: block;
  text-align: left;
  position: relative;
  background-color: #fff;
}

body .cl-menu__container > ul > li > ul li a,
body.navbar .cl-menu__container > ul > li > ul li a,
body.navbar--white .cl-menu__container > ul > li > ul li a {
  padding: 10px 10px 0;
  line-height: 1.2em;
  color: #000;
  font-weight: 400;
  opacity: 1;
  display: block;
}

body .cl-menu__container > ul > li > ul li.has-children > a aside,
body.navbar .cl-menu__container > ul > li > ul li.has-children > a aside,
body.navbar--white .cl-menu__container > ul > li > ul li.has-children > a aside {
  float: right;
}

@media (max-width: 991px) {
  body .cl-menu__container > ul > li > ul li.has-children > a aside,
  body.navbar .cl-menu__container > ul > li > ul li.has-children > a aside,
  body.navbar--white .cl-menu__container > ul > li > ul li.has-children > a aside {
    display: initial;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 55px;
    height: 55px;
    background: #006B82;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 17px;
    transform: rotate(90deg);
  }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  body .cl-menu__container > ul > li > ul li.has-children > a aside,
  body.navbar .cl-menu__container > ul > li > ul li.has-children > a aside,
  body.navbar--white .cl-menu__container > ul > li > ul li.has-children > a aside {
    width: 59px;
    height: 59px;
    padding-top: 19px;
  }
}

body .cl-menu__container > ul > li > ul li > ul,
body.navbar .cl-menu__container > ul > li > ul li > ul,
body.navbar--white .cl-menu__container > ul > li > ul li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  width: 100%;
  z-index: 500;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

body .cl-menu__container > ul > li > ul li > ul li,
body.navbar .cl-menu__container > ul > li > ul li > ul li,
body.navbar--white .cl-menu__container > ul > li > ul li > ul li {
  background-color: #fff;
}

@media (max-width: 991px) {
  body .cl-menu__container > ul > li > ul li.is-focused > ul,
  body.navbar .cl-menu__container > ul > li > ul li.is-focused > ul,
  body.navbar--white .cl-menu__container > ul > li > ul li.is-focused > ul {
    display: block;
    position: initial;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  body .cl-menu__container > ul > li > ul li:last-child a,
  body.navbar .cl-menu__container > ul > li > ul li:last-child a,
  body.navbar--white .cl-menu__container > ul > li > ul li:last-child a {
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  body .cl-menu__container > ul > li > ul li:hover > ul,
  body.navbar .cl-menu__container > ul > li > ul li:hover > ul,
  body.navbar--white .cl-menu__container > ul > li > ul li:hover > ul {
    display: initial;
  }
  body .cl-menu__container > ul > li > ul li:hover > a,
  body.navbar .cl-menu__container > ul > li > ul li:hover > a,
  body.navbar--white .cl-menu__container > ul > li > ul li:hover > a {
    color: rgba(0, 0, 0, 0.5);
  }
}

body .cl-menu__container > ul > li > ul li.active > a,
body.navbar .cl-menu__container > ul > li > ul li.active > a,
body.navbar--white .cl-menu__container > ul > li > ul li.active > a {
  font-weight: 500;
}

@media (max-width: 991px) {
  body .cl-menu__container > ul > li.is-focused > ul,
  body.navbar .cl-menu__container > ul > li.is-focused > ul,
  body.navbar--white .cl-menu__container > ul > li.is-focused > ul {
    display: block;
    position: initial;
    transform: translateX(0);
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  body .cl-menu__container > ul > li.is-focused > ul li a,
  body.navbar .cl-menu__container > ul > li.is-focused > ul li a,
  body.navbar--white .cl-menu__container > ul > li.is-focused > ul li a {
    padding: 20px 15px;
  }
}

body .cl-menu__logo,
body.navbar .cl-menu__logo,
body.navbar--white .cl-menu__logo {
  position: absolute;
  top: 20px;
}

@media (max-width: 1499px) {
  body .cl-menu__logo,
  body.navbar .cl-menu__logo,
  body.navbar--white .cl-menu__logo {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  body .cl-menu__logo,
  body.navbar .cl-menu__logo,
  body.navbar--white .cl-menu__logo {
    left: 50%;
    transform: translateX(-50%);
  }
}

body .cl-menu__logo a,
body.navbar .cl-menu__logo a,
body.navbar--white .cl-menu__logo a {
  display: inline-block;
}

body .cl-menu__logo img,
body.navbar .cl-menu__logo img,
body.navbar--white .cl-menu__logo img {
  width: auto;
  height: 64px;
  margin: 0;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  body .cl-menu__logo img,
  body.navbar .cl-menu__logo img,
  body.navbar--white .cl-menu__logo img {
    height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body .cl-menu__logo img,
  body.navbar .cl-menu__logo img,
  body.navbar--white .cl-menu__logo img {
    height: 60px;
  }
}

@media (max-width: 991px) {
  body .cl-menu__logo img,
  body.navbar .cl-menu__logo img,
  body.navbar--white .cl-menu__logo img {
    height: auto;
    width: auto;
    max-height: 75px;
    max-width: 300px;
  }
}

body .cl-menu__logo img.dark,
body.navbar .cl-menu__logo img.dark,
body.navbar--white .cl-menu__logo img.dark {
  display: initial;
}

body .cl-menu__logo img.light,
body.navbar .cl-menu__logo img.light,
body.navbar--white .cl-menu__logo img.light {
  display: none;
}

body .cl-menu__toggler,
body.navbar .cl-menu__toggler,
body.navbar--white .cl-menu__toggler {
  color: #000;
  font-size: 20px;
  position: absolute;
  left: calc(50% - 20px);
  width: 40px;
  text-align: center;
  top: 100px;
  cursor: pointer;
  z-index: 10;
  padding: 5px;
  font-weight: 400;
  cursor: pointer;
}

@media (min-width: 992px) {
  body .cl-menu__toggler,
  body.navbar .cl-menu__toggler,
  body.navbar--white .cl-menu__toggler {
    display: none;
  }
}

body .prevent-default > a,
body.navbar .prevent-default > a,
body.navbar--white .prevent-default > a {
  cursor: default !important;
}

body.navbar--white .cl-menu {
  color: #fff;
  background-color: #fff;
}

@media (min-width: 992px) {
  body.navbar--white .cl-menu__container {
    border-bottom: 1px solid white;
  }
}

@media (min-width: 992px) {
  body.navbar--white .cl-menu__container > ul > li a {
    color: #fff;
  }
  body.navbar--white .cl-menu__container > ul > li:hover > a {
    color: rgba(255, 255, 255, 0.7);
  }
  body.navbar--white .cl-menu__container > ul > li > ul {
    border-top: 1px solid #fff;
  }
  body.navbar--white .cl-menu__container > ul > li:hover:after,
  body.navbar--white .cl-menu__container > ul > li:focus:after,
  body.navbar--white .cl-menu__container > ul > li.active:after {
    background-color: #fff;
  }
}

body.navbar--white .cl-menu__overlay {
  display: none;
}

body.navbar--white .cl-menu__logo img.dark {
  display: none;
}

body.navbar--white .cl-menu__logo img.light {
  display: initial;
}

body.navbar--white .cl-menu__toggler {
  color: #fff;
}

body.navbar--absolute .cl-menu {
  position: fixed;
}

body.navbar--absolute .cl-menu__overlay {
  z-index: 1;
  width: 100%;
  height: 50vh;
  display: block;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

body.navbar--absolute .cl-menu__container {
  position: absolute;
  margin: 0;
  left: 5vw;
  right: 5vw;
}

@media (min-width: 992px) {
  body.navbar--alter .cl-menu__logo img {
    height: 87px;
  }
}

@media (max-width: 991px) {
  body.navbar--alter .cl-menu__logo img {
    height: 75px;
  }
}

@media (max-width: 991px) {
  body.navbar--alter .cl-menu__container {
    height: 145px;
  }
}

@media (min-width: 992px) {
  body.navbar--alter .cl-menu__container > ul > li > a {
    padding: 78px 15px 30px;
  }
}

@media (min-width: 1500px) {
  body.navbar--alter .cl-menu__container > ul > li > a {
    padding: 58px 15px 52px;
  }
}

@media (max-width: 991px) {
  body.navbar--alter .cl-menu__toggler {
    top: 100px;
  }
}

.cl-menu__info {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'phone schedule locales';
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  padding: 10px 0;
  font-size: .85em;
}

@media (max-width: 1499px) {
  .cl-menu__info {
    padding-top: 55px;
    grid-template-areas: 'schedule' 'locales';
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

@media (min-width: 1200px) {
  .cl-menu__info {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .cl-menu__info {
    margin: 0 15px;
    height: 145px;
    margin: 0 15px;
    display: none;
  }
}

.cl-menu__info .phone {
  grid-area: phone;
}

.cl-menu__info .schedule {
  grid-area: schedule;
  font-size: .75em;
}

.cl-menu__info .locales {
  grid-area: locales;
}

@media (min-width: 1500px) {
  .cl-menu__info .locales ul {
    float: right;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .cl-menu__info .locales {
    padding-top: 10px;
    grid-area: unset;
    position: absolute;
    top: -40px;
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cl-menu__info .locales {
    padding-top: 10px;
    grid-area: unset;
    position: absolute;
    top: -40px;
    right: 0;
  }
}

.cl-menu__info ul {
  display: table;
  position: relative;
  margin: 0 auto;
}

.cl-menu__info ul li {
  display: inline-block;
  padding: 0 5px;
}

.cl-menu__info ul li a {
  display: inline-block;
  margin-top: 1px;
}

.cl-menu__info ul li a:not(:first-child) {
  margin-left: 5px;
}

.cl-menu__info--aside {
  display: none;
}

@media (max-width: 991px) {
  .cl-menu__info--aside {
    padding: 0 0 10px;
    display: block;
    height: auto;
  }
  .cl-menu__info--aside div {
    text-align: center;
    padding-bottom: 10px;
  }
}

.cl-menu__info .logo img {
  max-height: 18px;
  margin-bottom: 0;
}

.cl-menu__info .logo img.dark {
  display: initial;
}

.cl-menu__info .logo img.light {
  display: none;
}

@media (min-width: 992px) {
  body.navbar--white .cl-menu__info {
    margin: 0;
  }
}

body.navbar--white .cl-menu__info a {
  color: #fff !important;
  font-weight: bold;
}

body.navbar--white .cl-menu__info--aside {
  color: #fff !important;
}

body.navbar--white .cl-menu__info--aside a {
  color: #fff !important;
  font-weight: bold;
}

body.navbar--white .cl-menu__info .logo img.dark {
  display: none;
}

body.navbar--white .cl-menu__info .logo img.light {
  display: initial;
}

@media (max-width: 991px) {
  body.navbar--absolute .cl-menu__info--aside {
    position: absolute;
    top: 145px;
    left: 15px;
    right: 15px;
    margin: 0;
    z-index: 100;
  }
}

.cl-home {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.cl-home__video-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.cl-home__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.cl-home__video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.cl-home__logo {
  position: absolute;
  z-index: 1;
  bottom: 20vh;
  width: 20vw;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cl-home__logo {
    width: 40vw;
  }
}

@media (max-width: 767px) {
  .cl-home__logo {
    width: 50vw;
  }
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.loading-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999999;
  pointer-events: none;
  opacity: 0;
  transition: all .15s linear;
}

.loading-screen--loading {
  display: block;
  pointer-events: initial;
  opacity: 1;
}

.notification-modal {
  position: fixed;
  z-index: 100000;
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'top top top' 'left center right' 'bot bot bot';
  grid-auto-columns: 30% 40% 30%;
  grid-auto-rows: 1fr max-content 1fr;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1500px) {
  .notification-modal {
    grid-auto-columns: 72% 25% 3%;
    grid-auto-rows: 1.8fr max-content .2fr;
  }
}

@media (max-width: 1199px) {
  .notification-modal {
    display: block;
    overflow: scroll;
    padding: 20px;
  }
}

.notification-modal__center {
  grid-area: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px;
  text-align: center;
}

.notification-modal__center * {
  color: #fff;
  opacity: 1;
}

.notification-modal__center div {
  position: relative;
  margin: 0 auto;
}

.notification-modal__center div:not(:last-child) {
  margin-bottom: 1em;
}

.notification-modal__center h2 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
}

.notification-modal__center button {
  padding: 0 20px;
  border-radius: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.notification-modal__center button:hover {
  color: #fff;
  border-color: #fff !important;
  opacity: .7;
}

.notification-modal__center hr {
  width: 5%;
  margin: 1em auto;
  border-color: #999;
  border-style: dotted;
}

@media (max-width: 1199px) {
  .notification-modal__center {
    padding: 20px;
  }
  .notification-modal__center div {
    max-width: 100%;
    min-height: 100%;
  }
}

.notification-modal__top {
  grid-area: top;
  pointer-events: none;
}

.notification-modal__bot {
  grid-area: bot;
  pointer-events: none;
}

.notification-modal__left {
  grid-area: left;
  pointer-events: none;
}

.notification-modal__right {
  grid-area: right;
  pointer-events: none;
}

.cl-calendar table {
  margin-bottom: 0;
}

section.subscribe.space--xs {
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}

.footer--v2 .social-list {
  padding-top: .7em;
}

.footer--v2 .list-inline li:not(:last-child) {
  margin-right: .5em;
}

@media (max-width: 767px) {
  .footer--v2 .xs--padding {
    padding-top: 1em;
  }
}

.wg-bars--green {
  color: #006B82;
  background-color: #bad46c;
}

.wg-bars .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wg-bars .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wg-bars .info a {
  display: inline-block;
}

.wg-bars .info img {
  max-height: 80px;
}

.wg-bars .info p {
  margin: 0;
}

.wg-bars .info p:nth-child(1) {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 100px;
      flex: 0 1 100px;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  text-align: left;
}

@media (max-width: 991px) {
  .wg-bars .info p:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2em;
    text-align: center;
  }
}

.wg-bars .info p:nth-child(2) {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  text-align: left;
}

@media (min-width: 992px) {
  .wg-bars .info p:nth-child(2) {
    padding-top: 10px;
    max-width: calc(100% - 100px - 280px);
  }
}

@media (max-width: 991px) {
  .wg-bars .info p:nth-child(2) {
    text-align: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2em;
  }
}

.wg-bars .info p:nth-child(3) {
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 280px;
      flex: 0 1 280px;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  text-align: right;
}

.wg-bars .info p:nth-child(3) a {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .wg-bars .info p:nth-child(3) a {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .wg-bars .info p:nth-child(3) {
    text-align: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2em;
  }
}

.wg-bars .sponsors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wg-bars .sponsors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: .4em;
  }
}

.wg-bars .sponsors .sponsor {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

@media (max-width: 991px) {
  .wg-bars .sponsors .sponsor {
    -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    margin-bottom: 2em;
  }
}

@media (max-width: 479px) {
  .wg-bars .sponsors .sponsor {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }
}

.wg-bars .sponsors .sponsor a {
  display: block;
}

.wg-bars .sponsors .sponsor__logo {
  display: block;
  max-height: 50px;
  max-width: 100%;
  position: relative;
  margin: 0 auto .5em;
}

.wg-bars .sponsors .sponsor__name {
  display: block;
  color: #006B82;
}

.wg-bars .sponsors .sponsor__type {
  margin-top: .5em;
  color: #006B82;
  padding: .1em .3em;
  font-size: .8em;
  display: inline-block;
}

.owl-carousel-1 .owl-carousel {
  height: 40vh;
}

.owl-carousel-1 .owl-carousel .owl-video-play-icon {
  width: 3em;
  height: 3em;
  border: none;
  display: block;
  background: #006B82;
  border: 1px solid #fff;
  transition: all .1s linear;
  border-radius: 0;
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 80%, 80% 100%, 0 100%, 0 20%, 20% 20%);
          clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 80%, 80% 100%, 0 100%, 0 20%, 20% 20%);
  margin-top: 30px;
  margin-left: -2em;
}

.owl-carousel-1 .owl-carousel .owl-video-play-icon:before {
  position: absolute;
  top: 46%;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: 0;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #fff;
  margin-left: -4px;
  margin-top: -9px;
}

.owl-carousel-1 .owl-carousel .owl-video-play-icon:hover {
  margin-top: 26px;
  transform: scale(1);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0, 0 0);
}

.owl-carousel-1 .owl-carousel .owl-video-tn {
  background-size: cover;
}

.owl-carousel-1 .owl-carousel .owl-item {
  height: 40vh;
}

.owl-carousel-1 .owl-carousel .owl-item .item {
  height: 100%;
  background-size: cover;
}

.owl-carousel-1 .owl-carousel .owl-item .item--align-top {
  background-position: center top;
}

.owl-carousel-1 .owl-carousel .owl-item .item--align-middle {
  background-position: center center;
}

.owl-carousel-1 .owl-carousel .owl-item .item--align-bottom {
  background-position: center bottom;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video {
  height: inherit;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video--no-title .owl-video-play-icon {
  margin-top: -2em;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video--no-title .owl-video-play-icon:hover {
  margin-top: -2.1em;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video--no-thumbnail .owl-video-wrapper {
  background: unset;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video--no-thumbnail .owl-video-tn {
  display: none;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video .item-content {
  margin-top: -50px;
}

.owl-carousel-1 .owl-carousel .owl-item .item-content {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.owl-carousel-1 .owl-carousel .owl-item .item-content h1 {
  margin: 0;
  display: block;
  color: #fff;
}

.owl-carousel-1 .owl-carousel .owl-item .item-content p {
  display: block;
}

.owl-carousel-1 .owl-carousel .owl-item .item-content a {
  border-radius: 6px;
  background: #006B82;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.owl-carousel-1 .owl-carousel .owl-item .item-content a:hover {
  text-decoration: none;
  opacity: .9;
}

.owl-carousel-1 .owl-carousel .owl-item.owl-video-playing .item-content {
  display: none;
}

.owl-carousel-1 .owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel-1 .owl-carousel .owl-carousel .owl-video-playing .owl-video-tn {
  display: none !important;
}

.owl-carousel-1 .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  pointer-events: none;
  height: 73px;
}

.owl-carousel-1 .owl-theme .owl-nav button {
  pointer-events: all;
}

.owl-carousel-1 .owl-theme .owl-nav .owl-next,
.owl-carousel-1 .owl-theme .owl-nav .owl-prev {
  font-size: 1.5em;
  width: 2em;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  color: #fff;
}

.owl-carousel-1 .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.owl-carousel-1 .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.owl-carousel-1 .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.owl-carousel-1 .owl-theme .owl-dots button {
  pointer-events: all;
}

.owl-carousel-1 .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #fff;
  background: #fff;
}

.owl-carousel-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #006B82;
}

.owl-carousel-1--height-10 .owl-carousel {
  height: 10vh;
}

.owl-carousel-1--height-10 .owl-carousel .owl-item {
  height: 10vh;
}

.owl-carousel-1--height-20 .owl-carousel {
  height: 20vh;
}

.owl-carousel-1--height-20 .owl-carousel .owl-item {
  height: 20vh;
}

.owl-carousel-1--height-30 .owl-carousel {
  height: 30vh;
}

.owl-carousel-1--height-30 .owl-carousel .owl-item {
  height: 30vh;
}

.owl-carousel-1--height-40 .owl-carousel {
  height: 40vh;
}

.owl-carousel-1--height-40 .owl-carousel .owl-item {
  height: 40vh;
}

.owl-carousel-1--height-50 .owl-carousel {
  height: 50vh;
}

.owl-carousel-1--height-50 .owl-carousel .owl-item {
  height: 50vh;
}

.owl-carousel-1--height-60 .owl-carousel {
  height: 60vh;
}

.owl-carousel-1--height-60 .owl-carousel .owl-item {
  height: 60vh;
}

.owl-carousel-1--height-70 .owl-carousel {
  height: 70vh;
}

.owl-carousel-1--height-70 .owl-carousel .owl-item {
  height: 70vh;
}

.owl-carousel-1--height-80 .owl-carousel {
  height: 80vh;
}

.owl-carousel-1--height-80 .owl-carousel .owl-item {
  height: 80vh;
}

.owl-carousel-1--height-90 .owl-carousel {
  height: 90vh;
}

.owl-carousel-1--height-90 .owl-carousel .owl-item {
  height: 90vh;
}

.owl-carousel-1--height-100 .owl-carousel {
  height: 100vh;
}

.owl-carousel-1--height-100 .owl-carousel .owl-item {
  height: 100vh;
}

.evoa-agenda .view-schedule {
  display: table;
  padding: 30px 0 15px;
}

.evoa-agenda .events {
  display: block;
  margin: 0 -15px;
}

.evoa-agenda .events .event {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'image title' 'image date' 'image location';
  -ms-grid-columns: 200px auto;
      grid-template-columns: 200px auto;
  background-color: #eee;
  margin: 0 15px;
}

.evoa-agenda .events .event__image {
  grid-area: image;
  background-size: cover;
  background-position: center center;
}

.evoa-agenda .events .event__title {
  grid-area: title;
  padding: 15px;
  font-weight: bold;
}

.evoa-agenda .events .event__date {
  grid-area: date;
  padding: 0 15px;
}

.evoa-agenda .events .event__location {
  grid-area: location;
  padding: 15px;
}

.evoa-agenda .events .event:hover {
  text-decoration: none;
  color: #006B82;
}

.evoa-agenda .events .event:not(:last-of-type) {
  margin-bottom: 15px;
}

.evoa-agenda .events--half {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'half-1 half-2';
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.evoa-agenda .events--half .event {
  padding: 15px;
  display: block;
}

.evoa-agenda .events--half .event__image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}

.evoa-agenda .events--half .event__date {
  width: 100%;
  text-align: center;
  padding: 15px 15px 0;
}

.evoa-agenda .events--half .event__title {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #bad46c;
}

.evoa-agenda .events--half .event:hover {
  text-decoration: none;
  color: #006B82;
}

.evoa-agenda .events--half .event:not(:last-of-type) {
  margin-bottom: unset;
}

.evoa-agenda .events--half .event:nth-child(1) {
  grid-area: half-1;
}

.evoa-agenda .events--half .event:nth-child(2) {
  grid-area: half-2;
}

@media (max-width: 991px) {
  .cl-blog__sidebar {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .cl-blog__sidebar {
    text-align: center;
  }
}

.cl-blog__sidebar h1 {
  color: #006B82;
}

.cl-blog__articles article:not(:last-child) {
  margin-bottom: 30px;
}

.cl-blog__articles a.h3 {
  color: #6C7766;
  font-weight: 400;
  display: block;
  margin: .3em 0;
}

.cl-blog__article-image {
  display: block;
  background-size: cover;
  background-position: center center;
  padding: 0;
  height: 300px;
  max-width: 450px;
}

.cl-blog__article-image span {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  padding: .3em .6em;
  margin: 0;
  display: table;
}

/*
 * @area global, new
 */
.bar--auth {
  display: none;
}

.bg--green {
  background-color: #bad46c;
}

.color--green {
  color: #bad46c;
}

.hr {
  height: 2px;
  display: block;
  margin: 15px 0;
  width: 45px;
  background-color: #bad46c;
  font-size: 0;
  line-height: 0;
}

.hr:after {
  width: 4px;
  height: 2px;
  margin-left: 48px;
  background-color: #fff;
  display: block;
  content: '';
}

.sighting {
  display: inline-block;
  height: 1.9em;
  width: 1.9em;
  margin-top: -.3em;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.3);
}

.sighting--0 {
  background-color: #FFB3BA;
}

.sighting--1 {
  background-color: #FFDFBA;
}

.sighting--2 {
  background-color: #FFFFBA;
}

.sighting--3 {
  background-color: #BAFFC9;
}

.sighting--4 {
  background-color: #BAE1FF;
}

.accordion.accordion-birds li .accordion__title,
.accordion.accordion-birds li.active .accordion__title {
  opacity: 1;
}

.accordion.accordion-birds li .accordion__title > .h5 {
  opacity: .5;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.accordion.accordion-birds li:hover .accordion__title > .h5,
.accordion.accordion-birds li.active .accordion__title > .h5 {
  opacity: 1 !important;
}

.accordion.accordion-birds li:hover .accordion__title > .h5 {
  opacity: .5;
}

/*
 * @area global, overrides
 */
.row.row--same-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.same-height--center {
  -ms-flex-align: center;
      align-items: center;
}

.row.row--same-height > [class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.video-play-icon {
  background-color: #000;
  width: 4em;
  height: 4em;
  border: 0;
}

.video-play-icon:before {
  border-color: transparent transparent transparent #fff;
  top: 46%;
}

.accordion li.active .accordion__content {
  max-height: initial;
}

.accordion li.active .accordion__content ul,
.accordion li.active .accordion__content ol {
  list-style: initial;
  padding-left: 40px;
}

.menu-vertical > li {
  white-space: initial;
  line-height: 1.2em;
}

.menu-vertical > li:not(:last-child) {
  margin-bottom: 1em;
}

.main-container ul:not(.accordion):not(.tabs-content) {
  list-style-type: disc;
  list-style-position: inside;
}

.main-container ol:not(.accordion):not(.tabs-content) {
  list-style-type: decimal;
  list-style-position: inside;
}

.main-container ul:not(.accordion):not(.tabs-content) ul,
.main-container ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}

.main-container ol ol,
.main-container ul:not(.accordion):not(.tabs-content):not(.slides) ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

.accordion li.active .accordion__content h1,
.accordion li.active .accordion__content h2,
.accordion li.active .accordion__content h3,
.accordion li.active .accordion__content h4,
.accordion li.active .accordion__content h5,
.accordion li.active .accordion__content h6,
.accordion li.active .accordion__content ul,
.accordion li.active .accordion__content ol,
.accordion li.active .accordion__content hr,
.accordion li.active .accordion__content p {
  display: block;
}

.label--small {
  padding: 2px 4px;
  height: auto;
  font-weight: normal;
  letter-spacing: 0;
  border-radius: 4px;
  min-width: initial;
}

table thead th {
  font-weight: bold;
}

/*
 * @plugin simple calendar
 */
.calendar__holder {
  width: 100%;
  padding: 20px;
}

.calendar__holder.calendar-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: .8rem;
  background-color: #bad46c;
  color: #006b82;
  height: 100%;
}

.calendar__holder.calendar-1 .pignose-calendar {
  text-align: center;
  width: 100%;
  min-height: 340px;
}

/*
 * @area header
 * @parent .nav-container
 */
.bar__module--logo {
  text-align: center;
  padding: .9em 0 0;
}

.bar__module--logo .logo {
  max-height: 4.957143em;
}

.bar__module--menu {
  padding-left: 35px;
}

.icon.icon--rotate-left {
  transform: rotate(-35deg);
}

.icon.icon--xxs {
  font-size: .84285714285714em;
}

.bar.bar--sm {
  padding: 0 0 1.3em;
}

.bar__addon--offset {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #bad46c;
  height: 28px;
  width: 25%;
}

.bar__addon--before {
  display: block;
  width: 100%;
  margin-bottom: 1.7em;
  background-color: #bad46c;
}

.bar__addon--before .addon {
  padding: .5em 1.1em;
  display: inline-block;
}

.bar__addon--before .addon.addon--left {
  text-align: center;
  background-color: #006b82;
  width: 200px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 30px;
}

.addon__triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  transform: rotate(55deg);
  position: absolute;
  left: -10px;
  top: 16px;
}

.bar__addon--before .addon.addon--left .icon {
  margin-top: 3px;
  color: #e2b13c;
}

.addon.addon--right {
  margin: 0;
}

.addon.addon--right ul {
  list-style: none;
  font-size: 0;
}

.addon.addon--right ul > li {
  color: #006b82;
  text-align: center;
  font-size: .8rem;
}

.addon.addon--right ul > li:not(.divider) {
  display: inline-block;
  padding: 0 15px 0 0;
}

.addon.addon--right ul > li:not(:first-child) {
  padding: 0 15px 0 0;
}

.addon.addon--right ul > li.divider {
  display: inline-block;
  padding: 0;
  width: 1px;
  background-color: #006b82;
  margin: 0 0;
  height: 40px;
  top: 0;
  position: absolute;
}

@media (max-width: 1200px) {
  .bar__addon--offset {
    display: none;
  }
  .addon__triangle {
    display: none;
  }
  .bar__module--logo {
    padding: 1.6em 0 0;
  }
  .bar__module--menu {
    padding-left: 0;
  }
  .bar__addon--before {
    margin-bottom: 0.9em;
  }
  .bar__addon--before .addon.addon--left,
  .bar__addon--before .addon.addon--right {
    padding: .5em .8em;
    width: 100%;
    text-align: center;
  }
  .addon.addon--right ul > li.divider {
    height: 25px;
    top: initial;
    margin-top: -8px;
  }
}

@media (max-width: 1024px) {
  .bar.bar--sm.bar-1 {
    padding: 0 1.7em;
  }
}

@media (max-width: 767px) {
  .bar.bar--sm {
    padding: 1.8em;
  }
}

@media (max-width: 610px) {
  .addon.addon--right ul > li {
    display: block !important;
    width: 100%;
    padding: 10px !important;
  }
  .addon.addon--right ul > li.divider {
    display: none !important;
  }
}

/*
 * @area events
 */
/*.switchable--events .event:not(:last-child) {
    margin-bottom: 30px;
}*/
.switchable--events a.view-more {
  font-size: .7rem;
  float: right;
  padding-top: 1px;
}

.switchable--events h4 {
  margin: 0 0 20px;
}

.switchable--events h4:after {
  clear: both;
  content: ' ';
  display: table;
}

.switchable--events .event > div {
  height: 198px;
}

.switchable--events .event.short > div {
  height: 90px;
}

.switchable--events .event .event__date {
  padding: 0;
}

.switchable--events .event .event__date div {
  padding: 8px;
}

.switchable--events .event .event__date h4 {
  margin: 0;
}

.switchable--events .event .event__date span {
  display: block;
  margin-top: -5px;
}

.switchable--events .event .event__content {
  padding: 20px;
}

.switchable--events .event .event__content div {
  padding: 0;
}

.switchable--events .event .event__details {
  font-size: .9rem;
  line-height: 1em;
}

.switchable--events .event .event__details i {
  margin-right: 3px;
  color: #e6b439;
}

.switchable--events .event .event__details span {
  margin-right: 10px;
  font-weight: 500;
}

.switchable--events .event .event__description {
  font-size: .7rem;
  line-height: normal;
}

.switchable--events .event .event__description h4 {
  font-weight: 600;
  margin: 12px 0 0;
  line-height: 1em;
}

.switchable--events .video-cover {
  height: 100%;
  min-height: 200px;
}

@media (max-width: 767px) {
  .switchable--events .row > div[class*='col-'] {
    float: left !important;
  }
  .switchable--events .event .event__date {
    height: auto !important;
  }
  .switchable--events .event .event__image {
    margin-top: 0 !important;
    padding-right: 15px;
  }
}

/*
 * @area Trip Advisor
*/
.trip-advisor {
  padding: 0 15px 0 0;
  background-color: initial;
  text-align: center;
}

.trip-advisor .TA_selfserveprop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trip-advisor .TA_selfserveprop > div {
  width: 100% !important;
}

/*
 * @area footer
 */
.footer-2--modified .row > div {
  padding: 15px 15px !important;
}

.footer-2--modified .hr {
  margin-top: -10px;
}

.footer-2--modified form {
  margin-top: 22px;
}

.footer-2--modified form input,
.footer-2--modified form button {
  border-radius: 0;
}

.footer-2.color--green button {
  background-color: #bad46c;
  border: 0;
}

.footer-2--modified .social-list {
  display: block;
  margin: 50px 0 45px;
}

/*
 * @area natural
 */
@media (max-width: 767px) {
  .module__info--natural img {
    margin: 15px auto;
  }
}

/*
 * @area back to top
 */
.back-to-top {
  padding-top: 7px;
}

/*
 * @area share
 */
.btn--icon i.socicon {
  line-height: 26px;
}

/*
 * @area footer
 */
form iframe {
  min-height: initial;
}

@media (min-width: 992px) {
  footer:not(.footer--v2) .g-recaptcha {
    margin-top: 10px;
    transform: scale(0.87);
    transform-origin: 0 0;
  }
}

a.privacy-policy-link {
  text-decoration: underline;
}

footer:not(.footer--v2) form .type--fine-print {
  margin-bottom: 10px;
}
