body {
  padding-bottom: 0px !important;
}

html {
  font-size: 18px;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  html p,
  html a {
    font-size: 18px !important;
  }
}

.hbtr-repeater {
  margin: 0;
  display: flex;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .hbtr-repeater {
    flex-direction: column;
  }
  .hbtr-repeater .hbtr-repeater__item {
    height: 120px;
  }
}
.hbtr-repeater__item {
  position: relative;
  width: 100%;
  height: 370px;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
}
.hbtr-repeater__item img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-height: 100%;
}
.hbtr-repeater__item h3 {
  font-size: 1.88rem;
  background-color: white;
  margin: 0;
  padding: 12px 20px;
  line-height: 1.6;
  display: inline-block;
  font-weight: 400;
  color: #006A8B;
  cursor: pointer;
}

.slide-nav__menu {
  display: none;
}

.modal-active {
  opacity: 1 !important;
  z-index: 99 !important;
}

.repeater-modal {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  background: rgba(98, 98, 98, 0.61);
  transition: all 0.5s ease-in-out;
}
.repeater-modal p {
  font-size: 1rem;
}
.repeater-modal__inner {
  margin: 10%;
  overflow-y: auto;
  max-height: 100vh;
}
@media (max-width: 768px) {
  .repeater-modal__inner {
    padding-bottom: 150px;
  }
}
.repeater-modal__inner--content {
  display: flex;
  flex-direction: row;
  background-color: white;
  max-height: 80%;
}
.repeater-modal__inner--content__img {
  max-width: calc(62.5% + 0px) !important;
  flex-basis: calc(62.5% + 0px) !important;
}
.repeater-modal__inner--content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.repeater-modal__inner--content__desc {
  max-width: calc(37.5% + 0px) !important;
  flex-basis: calc(37.5% + 0px) !important;
  padding: 100px 5.73066vw 100px;
}
.repeater-modal__inner--content__desc h3 {
  font-size: 2.22rem;
  color: #007BBF;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .repeater-modal__inner--content {
    flex-direction: column;
  }
  .repeater-modal__inner--content__img {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .repeater-modal__inner--content__desc {
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding: 20px;
  }
}
.repeater-modal__inner--nav {
  display: flex;
  justify-content: space-between;
  padding: 25px 40px;
  background-color: #007BBF;
  letter-spacing: 0.1em;
}
.repeater-modal__inner--nav #nav-next:after {
  content: " >";
}
.repeater-modal__inner--nav #nav-prev::before {
  content: "< ";
}
.repeater-modal__inner--nav span {
  color: white !important;
  border: solid 3px white;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px !important;
}
.repeater-modal__inner--nav div:first-child {
  flex: 1;
}

.wp-block-video {
  padding-bottom: 56.25%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.wp-block-video video {
  height: 106vh;
  width: auto;
}
@media (min-width: 1024px) {
  .wp-block-video video {
    pointer-events: none;
  }
}

.hbtr-toc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hbtr-toc__item {
  width: 100%;
  max-width: 300px;
}
.hbtr-toc__item a {
  width: 100%;
  font-size: 1.11rem;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-block;
  text-decoration: none;
  color: white;
  background-color: #007BBF;
  height: 80px;
  letter-spacing: 0.1em;
}
.hbtr-toc__item a span {
  color: #DEDCDC;
}
.hbtr-toc__item a:hover {
  color: white;
}

.hbtr-map {
  margin: 0;
  position: relative;
}
.hbtr-map img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hbtr-map__marker {
  position: absolute;
  width: 61px;
  height: 61px;
  background: url(./../images/pin.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hbtr-map__marker {
    width: 30px;
    height: 30px;
  }
}

.wp-editor-group {
  margin: 10px 0;
  border: solid 1px grey;
  padding: 10px 6px;
}

.map-modal {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  background: rgba(98, 98, 98, 0.61);
  transition: all 0.5s ease-in-out;
}
.map-modal p {
  font-size: 1rem;
}
.map-modal__inner {
  background-color: #007BBF;
  margin: 10%;
}
.map-modal__inner--content {
  display: flex;
  flex-direction: row-reverse;
}
.map-modal__inner--content__img {
  width: calc(50% + 0px) !important;
  flex-basis: calc(50% + 0px) !important;
}
.map-modal__inner--content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-modal__inner--content__desc {
  max-width: calc(50% + 0px) !important;
  flex-basis: calc(50% + 0px) !important;
  padding: 100px 5.73066vw 100px;
  color: white;
}
@media (max-width: 768px) {
  .map-modal__inner--content {
    flex-direction: column;
  }
  .map-modal__inner--content__img {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  .map-modal__inner--content__desc {
    width: 100% !important;
    flex-basis: 100% !important;
    padding: 20px;
    max-width: 100% !important;
  }
}

.hbtr-image-modal {
  text-align: center;
}
.hbtr-image-modal span {
  background-color: white;
  padding: 12px 20px;
  color: #007BBF;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}
.hbtr-image-modal span:hover {
  color: #007BBF;
  background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
}

.image-modal {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  background: rgba(98, 98, 98, 0.61);
  transition: all 0.5s ease-in-out;
  padding: 120px;
}
.image-modal__inner {
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .image-modal__inner {
    padding-bottom: 150px;
  }
}
.image-modal__inner img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.close-btn {
  cursor: pointer;
}
.close-btn:after {
  content: "";
  background: url(./../images/close.svg);
  display: inline-block;
  width: 27px;
  height: 27px;
  position: fixed;
  top: 32px;
  right: 32px;
}/*# sourceMappingURL=style.css.map */