.header {
  background: #fff;
}
.header.headroom--not-top {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(130, 130, 130, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.header__menu-large .pure-menu-link {
  color: #010101;
}
.header__menu-large .pure-menu-link:visited {
  color: #010101;
}
.header__menu-large .pure-menu-link:hover {
  color: #010101;
}
.header__menu .is-logo.is-logo-blue {
  display: inline-block;
}
.header__menu .is-logo.is-logo-white {
  display: none;
}
.header__menu.open .is-logo.is-logo-blue {
  display: none;
}
.header__menu.open .is-logo.is-logo-white {
  display: inline-block;
}
.menu-toggle .bar {
  background-color: #4c7398;
}
.menu-toggle.x .bar {
  background-color: #FFFFFF;
}
.marker {
  top: 9rem;
  height: 14rem;
  overflow: hidden;
}
.marker__image {
  width: 17rem;
  height: 15rem;
  overflow: hidden;
  background-image: url('/static-files/template-marker-no-bird-272-0.png');
}
@media (min-width: 64em) {
  .footer {
    margin-top: -9rem;
  }
}
.page-body {
  padding-bottom: 0rem;
}
.longline {
  position: relative;
  background-color: #5c7579;
  overflow: hidden;
  height: 100vh;
  min-height: 35em;
  background-position: center top;
}
@media screen and (min-width: 80em) {
  .longline {
    background-position: center top;
    background-size: cover;
  }
}
.longline__background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .longline__background {
    position: absolute;
  }
}
.longline__content-background {
  position: relative;
  z-index: 1;
  height: 100%;
}
.longline__background video {
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  position: fixed;
}
.longline__content {
  margin: 0 1rem;
}
@media screen and (min-width: 48em) {
  .longline__content {
    margin-left: 0;
    margin-right: 2rem;
  }
}
.longline__title {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 4rem;
  margin-top: 11rem;
}
@media screen and (min-width: 48em) {
  .longline__title {
    text-align: right;
  }
}
.longline__text {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 48em) {
  .longline__text {
    text-align: right;
  }
}
.boats {
  background-color: #64717b;
}
.boats__group {
  position: relative;
}
.boats__content {
  height: 100vh;
}
@media screen and (min-width: 48em) {
  .boats__content {
    padding: 4rem 0 4rem 4rem;
    position: sticky;
    top: 0;
    z-index: 10;
  }
}
.boats__content-image {
  background-color: #64717b;
  background-image: url('/static-files/catch-method-fish-line-1500-0.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 100%;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .boats__content-image::after {
    content: "";
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 150%;
    background-color: #64717b;
    height: 4rem;
  }
}
.boats__items {
  background-color: #64717b;
  padding: 2rem;
}
@media screen and (min-width: 48em) {
  .boats__items {
    padding: 200px 4rem 4rem 4rem;
    position: relative;
  }
}
@media screen and (min-width: 48em) {
  .boats__text-fade-top {
    margin-top: 200px;
    height: 8rem;
    width: 100%;
    top: 0;
    z-index: 1;
    position: sticky;
    background-image: linear-gradient(to top, transparent, #64717b 50%);
    background-size: auto 100%;
  }
}
.boats__item {
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 48em) {
  .boats__item.is-first {
    padding-top: 10rem;
  }
}
.boats__item-title {
  font-size: 2rem;
  font-weight: 300;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}
.boats__item-text {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #fff;
}
.greatness {
  margin-top: 2em;
  text-align: center;
  font-size: 2.5em;
  font-family: 'Playfair Display', sans-serif;
}
.gallery {
  margin: 5em 0;
}
.gallery__tile {
  text-align: center;
  margin-bottom: 2rem;
}
.gallery__tile:hover {
  cursor: pointer;
}
.gallery__tile:hover .team__tile-more {
  display: inline-block;
}
.gallery__tile-content {
  text-align: left;
  margin-top: 2rem;
}
.gallery__tile-title {
  font-size: 1.4rem;
  font-family: 'Playfair Display', sans-serif;
}
.gallery__tile-subtitle {
  padding-top: 0.75rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.gallery__tile-image {
  width: 18rem;
  height: 19rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-shadow: 0 0.125rem 2rem 0 rgba(139, 139, 139, 0.5);
}
@media (min-width: 35.5em) {
  .gallery__tile-image {
    width: 23rem;
    height: 24rem;
  }
}
.gallery .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.gallery .owl-item {
  margin: 2rem 0 2rem 0;
}
.gallery .owl-theme .owl-dots .owl-dot span {
  background: #F3F3F3;
}
.gallery .owl-theme .owl-dots .owl-dot.active span {
  background: #869791;
}
.gallery .owl-theme .owl-nav {
  margin-top: -15rem;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.gallery .owl-theme .owl-nav .owl-prev,
.gallery .owl-theme .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.gallery .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 1rem;
}
.gallery .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 1rem;
}
.gallery .owl-theme .owl-nav .nav-arrow {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5px;
  width: 38px;
  height: 38px;
  background-size: cover;
}
.gallery .owl-theme .owl-nav .nav-arrow.is-prev {
  background-image: url('/static-files/template-icon-arrow-left-38-0.png');
}
.gallery .owl-theme .owl-nav .nav-arrow.is-next {
  background-image: url('/static-files/template-icon-arrow-right-38-0.png');
}
.gallery__tile-title {
  font-size: 1.25rem;
}
.gallery__tile-subtitle {
  font-size: 1rem;
  font-weight: 400;
}
