@charset "UTF-8";
@font-face {
  font-family: "Kent4FPrinted";
  src: url("../fonts/3896A7_4_0.eot");
  src: url("../fonts/3896A7_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3896A7_4_0.woff2") format("woff2"), url("../fonts/3896A7_4_0.woff") format("woff"), url("../fonts/3896A7_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "aboriginal_sansbold";
  src: url("../fonts/aboriginalsansbold-webfont.woff2") format("woff2"), url("../fonts/aboriginalsansbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aboriginal_sansbold_italic";
  src: url("../fonts/aboriginalsansbolditalic-webfont.woff2") format("woff2"), url("../fonts/aboriginalsansbolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aboriginal_sansitalic";
  src: url("../fonts/aboriginalsansitalic-webfont.woff2") format("woff2"), url("../fonts/aboriginalsansitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aboriginal_sansregular";
  src: url("../fonts/aboriginalsansregular-webfont.woff2") format("woff2"), url("../fonts/aboriginalsansregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: keep-all;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kent4FPrinted", "Lato", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  font-size: 1.6rem;
  line-height: 175%;
}

a {
  color: #567787;
}
a:hover {
  color: #131915;
}
a:focus {
  color: #131915;
}

b,
strong {
  font-weight: 900;
}

.aboriginal-sans-regular {
  font-family: "aboriginal_sansregular", "Lato", sans-serif;
}

.aboriginal-sans-italic {
  font-family: "aboriginal_sansitalic", "Lato", sans-serif;
}

.aboriginal-sans-bold {
  font-family: "aboriginal_sansbold", "Lato", sans-serif;
}

.aboriginal-sans-bold-italic {
  font-family: "aboriginal_sansbold_italic", "Lato", sans-serif;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  padding: 48px 0 0;
  background: white url(../images/body-bg@2x.png) repeat fixed;
  transition: padding 0.125s linear;
}
@media screen and (min-width: 992px) {
  body {
    padding: 0;
  }
}
body.padding-alert {
  padding: 118px 0 0;
}
@media screen and (min-width: 992px) {
  body.padding-alert {
    padding: 0;
  }
}

.body-bg {
  display: inline-block;
  position: fixed;
  top: -50%;
  left: -50%;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.body-bg .body-bg__image {
  display: inline-block;
  position: relative;
  width: 150%;
  height: 150%;
  background-image: url(../images/salmon-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.048;
}

.container-fluid.container-fluid--max-width {
  max-width: 1600px;
}

.btn {
  font-size: 1.4rem;
}

.btn-link {
  margin: 16px 0;
  padding: 0;
}

.navbar {
  z-index: 1090;
  padding: 4px 16px;
  min-height: 48px;
  background: white url(../images/body-bg@2x.png) repeat;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.32);
}
@media screen and (min-width: 992px) {
  .navbar {
    margin-top: 16px 0;
    padding: 16px 0;
  }
}
.navbar .btn-book-now {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 38px;
  width: auto;
  height: auto;
  background-image: url(../images/button-bg-red.svg);
  background-size: 148px 60px;
  color: white;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  pointer-events: all;
}
.navbar .btn-book-now:focus {
  box-shadow: none;
}
@media screen and (min-width: 992px) {
  .navbar .btn-book-now {
    display: inline-block;
    float: right;
    margin: 0;
  }
}
.navbar .navbar-collapse {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-collapse {
    overflow: initial;
  }
}
.navbar .collapse-bg {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #6fa89d;
}
.navbar .container {
  width: 100%;
}
.navbar .utility-menu-wrap {
  display: block;
  position: relative;
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #c3b283;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .navbar .utility-menu-wrap {
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
  }
}
.navbar .utility-menu-wrap .nav-link {
  padding: 0 0 16px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .navbar .utility-menu-wrap .nav-link {
    padding: 0 0 0 24px;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 992px) {
  .navbar .navbar__menu {
    margin-top: -56px;
    margin-left: 280px;
  }
}
.navbar .primary-menu-wrap {
  display: block;
  position: relative;
  z-index: 9998;
  margin: 8px 0 -4px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .navbar .primary-menu-wrap {
    display: inline-block;
    margin: 6px 0 -4px;
    text-align: right;
  }
}
.navbar .primary-menu-wrap .menu-primary-menu-container {
  display: inline-block;
  margin-top: 24px;
  width: auto;
}
@media screen and (min-width: 992px) {
  .navbar .primary-menu-wrap .menu-primary-menu-container {
    margin-top: 0;
  }
}
.navbar .primary-menu-wrap .menu-primary-menu-container .dropdown-toggle::after {
  position: absolute;
  top: 13px;
}
@media screen and (min-width: 992px) {
  .navbar .primary-menu-wrap .menu-primary-menu-container .dropdown-toggle::after {
    top: 29px;
  }
}
.navbar .primary-menu-wrap .nav-link {
  padding: 0 0 16px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2a2a2a;
  pointer-events: all;
}
@media screen and (min-width: 992px) {
  .navbar .primary-menu-wrap .nav-link {
    font-size: 1.6rem;
    padding: 16px 32px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .primary-menu-wrap .nav-link {
    font-size: 1.8rem;
    padding: 16px 48px 0 0;
  }
}
.navbar .social-media-icons {
  display: inline-block;
  position: relative;
  float: right;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .navbar .social-media-icons {
    text-align: right;
    margin-bottom: 0;
  }
}
.navbar .social-media-icons .social-media-icons__link {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 992px) {
  .navbar .social-media-icons .social-media-icons__link {
    margin: 0 8px 0 0;
  }
}
.navbar .social-media-icons .social-media-icons__link .social-media-icons__icon {
  display: inline-block;
  position: relative;
  width: auto;
  height: 20px;
  vertical-align: inherit;
}
.navbar__alert {
  width: calc(100% + 32px);
  padding: 8px 0;
  background: #6fa89d;
  text-align: center;
  margin: -4px 0 4px -16px;
}
@media screen and (min-width: 992px) {
  .navbar__alert {
    margin: -16px 0 20px -16px;
  }
}
.navbar__alert__link {
  font-size: 1.4rem;
  font-weight: 700;
  color: #efefef;
  text-decoration: none;
}
.navbar__alert__link:hover, .navbar__alert__link:focus {
  color: #efefef;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .navbar--small .navbar__menu {
    margin-top: 0;
    margin-left: 0;
  }
}

.dropdown-menu {
  position: absolute;
  z-index: 9999;
  padding: 0;
  margin: -12px 0 8px;
  font-size: 1.6rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    overflow: hidden;
    margin: 4px 0 8px;
    background-color: #6fa89d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
  }
  .dropdown-menu.show {
    display: inline-block;
  }
}

.dropdown-item {
  padding: 8px 16px;
}
@media screen and (min-width: 992px) {
  .dropdown-item {
    color: white;
  }
}
.dropdown-item:active {
  background: #6fa89d;
}

.navbar-toggler {
  margin: 30px 0 0;
  border: 0;
  border-radius: 0;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .navbar-toggler-open {
  display: none;
}
.navbar-toggler .navbar-toggler-open img {
  margin-top: -5px;
}
.navbar-toggler .navbar-toggler-open.visible {
  display: inline-block;
}
.navbar-toggler .navbar-toggler-close {
  display: none;
}
.navbar-toggler .navbar-toggler-close img {
  margin-top: -5px;
}
.navbar-toggler .navbar-toggler-close.visible {
  display: inline-block;
}

.footer-wrapper {
  display: block;
  position: relative;
  padding: 64px 0 0;
  background: #2a2a2a;
  color: white;
}

.about-text h4 {
  margin: 0 0 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #c3b283;
}
.about-text p {
  font-size: 1.2rem;
}

.contact-info h4 {
  margin: 48px 0 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #c3b283;
}
@media screen and (min-width: 992px) {
  .contact-info h4 {
    margin: 0 0 16px;
  }
}
.contact-info .contact-info__link {
  display: inline-block;
  margin: 0 0 16px;
  width: 100%;
  font-size: 1.4rem;
  color: white;
}

.social-media h4 {
  margin: 24px 0 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #c3b283;
}
@media screen and (min-width: 992px) {
  .social-media h4 {
    margin: 0 0 16px;
  }
}
.social-media .social-media-icons__link {
  display: inline-block;
  position: relative;
  margin: 0 16px 0 0;
  width: 20px;
  height: 20px;
}

.copyright-wrapper {
  display: block;
  position: relative;
  padding: 16px 0 24px;
  margin: 48px 0 0;
  border-top: 1px solid #3fe0d0;
  color: white;
}

.copyright-text {
  margin: 16px 0 0;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .copyright-text {
    text-align: right;
  }
}

.privacy-menu-wrap .nav-link {
  padding: 16px 24px 0 0;
  font-size: 1.4rem;
  font-style: italic;
  color: white;
}

.navbar-brand {
  z-index: 9999;
}
.navbar-brand .logo {
  display: inline-block;
  width: 185px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .navbar-brand .logo {
    width: 230px;
  }
}
.navbar-brand .name {
  display: inline-block;
  margin: 8px 0 0 8px;
  text-transform: uppercase;
  color: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .navbar-brand .name {
    margin: 24px 0 0 8px;
  }
}
.navbar-brand .name-top {
  display: block;
  margin: 0 0 -4px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  color: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .navbar-brand .name-top {
    margin: 0 0 -4px;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0.04rem;
  }
}
.navbar-brand .name-bottom {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.31rem;
  text-transform: uppercase;
  color: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .navbar-brand .name-bottom {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0.32rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-brand {
    transform: scale(1.4) translateY(-8px);
    transform-origin: top left;
  }
}

@media screen and (min-width: 992px) {
  .navbar--small {
    margin: -128px 0 0;
    transition: margin 0.125s linear;
  }
  .navbar--small.visible {
    margin: 0;
    padding: 4px 0;
  }
  .navbar--small .primary-menu-wrap {
    margin: -2px 0 -4px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .navbar--small .navbar-brand {
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .logo-alt-wrap {
    display: inline-block;
    position: relative;
    margin: 0 16px 0 0;
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 992px) {
  .logo-alt {
    display: inline-block;
    position: relative;
    height: 60px;
    width: 60px;
  }
}
.post-header {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
}
.post-header .post-header__content {
  position: relative;
  padding: 48px 0 0;
  color: #2a2a2a;
}
.post-header .post-header__content a {
  text-decoration: underline;
  font-weight: 700;
}

.post-header--has-image {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  background: #2a2a2a;
}
.post-header--has-image .post-header__image {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.post-header--has-image .post-header__image .post-header__image-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  opacity: 0.32;
}
.post-header--has-image .post-header__content {
  position: relative;
  padding: 128px 0;
  color: white;
}
.post-header--has-image .post-header__content h1 {
  color: #c3b283;
}

.banner-image-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  opacity: 0.32;
}
@media screen and (min-width: 768px) {
  .banner-image-wrapper {
    height: 320px;
  }
}

.post-content {
  position: relative;
  padding: 48px 0;
}
.post-content::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1020;
  top: -16px;
  width: 100%;
  height: 16px;
  transform: rotate(180deg);
  background-image: url(../images/edging-horizontal.svg);
}
.post-content.no-edging::before {
  background-image: none;
}
.post-content-block {
  position: relative;
  padding: 24px 0;
}
.post-content a {
  text-decoration: underline;
  font-weight: 700;
}

.home-header {
  display: block;
  position: relative;
  overflow: auto;
  padding: 24px 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .home-header {
    padding: 48px 0;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .home-header {
    padding: 64px 0;
    height: 100%;
  }
}
.home-header .home-header__bg-image-wrapper {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
}
.home-header .home-header__bg-image-wrapper .home-header__bg-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  opacity: 0.16;
}
.home-header .home-video-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .home-header .container {
    height: 100%;
  }
}
.home-header .home-header__content {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: auto;
}
.home-header .home-header__content .home-header__content-inner {
  display: inline-block;
  position: relative;
  padding: 48px 0 0;
  width: 100%;
  height: auto;
  color: white;
}
@media screen and (min-width: 768px) {
  .home-header .home-header__content .home-header__content-inner {
    padding: 48px 0;
  }
}
@media screen and (min-width: 992px) {
  .home-header .home-header__content .home-header__content-inner {
    padding: 64px 0;
  }
}
.home-header .home-header__content .home-header__content-inner h1 {
  font-size: 3.6rem;
  color: #c3b283;
}
.home-awards-section {
  display: inline-block;
  margin-bottom: 48px;
  width: 100%;
}

.home-award {
  display: block;
  width: 100%;
  text-align: center;
}

.home-award__image {
  display: inline-block;
  max-width: 140px;
}

.home-featured-tour-section {
  display: block;
  position: relative;
  margin: 24px 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .home-featured-tour-section {
    overflow: hidden;
    height: auto;
  }
}
.home-featured-tour-section .home-featured-tour-section__image {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.home-featured-tour-section .home-featured-tour-section__image img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
.home-featured-tour-section .home-featured-tour-section__text {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 24px 16px;
  width: 100%;
  height: auto;
  background-color: #efefef;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-blend-mode: overlay;
  text-align: center;
  color: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .home-featured-tour-section .home-featured-tour-section__text {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    width: 30%;
    text-align: left;
  }
}
.home-featured-tour-section .home-featured-tour-section__text .home-featured-tour-section__subtitle {
  margin: 16px 0;
  font-size: 1.6rem;
  color: #764513;
  text-transform: uppercase;
}
.home-featured-tour-section .home-featured-tour-section__text .home-featured-tour-section__title {
  margin: 0 0 16px;
  font-size: 3.6rem;
  color: #6fa89d;
  text-transform: uppercase;
}
.home-featured-tour-section .home-featured-tour-section__text .home-featured-tour-section__excerpt {
  margin: 0 0 24px;
  font-size: 1.6rem;
}
.home-featured-tour-section .home-featured-tour-section__text .home-featured-tour-section__button {
  display: inline-block;
  position: relative;
  margin: 0 0 24px;
  padding: 18px 76px 22px;
  width: auto;
  height: auto;
  background-image: url(../images/button-bg-teal.svg);
  background-size: cover;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.home-tours-section {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.home-tours-section__header {
  display: block;
  position: relative;
  margin: 0;
  background: #6fa89d;
}
.home-tours-section__header .banner-image-wrapper {
  max-height: 200px;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  opacity: 0.32;
}
.home-tours-section__header .home-tours-section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 3.6rem;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.home-tour {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  color: white;
}
.home-tour .home-tour__image {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .home-tour .home-tour__image {
    width: 50%;
    height: 100%;
  }
}
.home-tour .home-tour__image .home-tour__image-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
.home-tour .home-tour__image .home-tour__image-wrapper img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
.home-tour .home-tour__text {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 64px 16px;
  width: 100%;
  height: auto;
  background-color: #2a2a2a;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-blend-mode: overlay;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .home-tour .home-tour__text {
    padding: 64px 0;
    width: 50%;
    height: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .home-tour .home-tour__text .home-tour__text-inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 74%;
    height: auto;
  }
}
.home-tour .home-tour__text .home-tour__title {
  margin: 0 0 16px;
  font-size: 2.2rem;
  color: #6fa89d;
}
@media screen and (min-width: 992px) {
  .home-tour .home-tour__text .home-tour__title {
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 1200px) {
  .home-tour .home-tour__text .home-tour__title {
    margin: 0 0 16px;
  }
}
.home-tour .home-tour__text .home-tour__excerpt {
  margin: 0 0 24px;
  font-size: 1.6rem;
  line-height: 150%;
}
@media screen and (min-width: 992px) {
  .home-tour .home-tour__text .home-tour__excerpt {
    margin: 0 0 16px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-tour .home-tour__text .home-tour__excerpt {
    margin: 0 0 24px;
    font-size: 1.6rem;
  }
}
.home-tour .home-tour__text .home-tour__button {
  display: inline-block;
  position: relative;
  margin: 0 0 24px;
  padding: 15px 72px 16px;
  width: auto;
  height: auto;
  background-image: url(../images/button-bg-teal.svg);
  background-size: cover;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.home-tour.left .home-tour__image {
  float: left;
}
.home-tour.left .home-tour__text {
  float: left;
}

.home-tour.right .home-tour__image {
  float: right;
}
.home-tour.right .home-tour__text {
  float: right;
}

.home-culture-section {
  display: block;
  position: relative;
  margin: 24px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .home-culture-section {
    overflow: hidden;
    height: auto;
  }
}
.home-culture-section .home-culture-section__image {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.home-culture-section .home-culture-section__image img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
.home-culture-section .home-culture-section__text {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 24px 16px;
  width: 100%;
  height: auto;
  background-color: #efefef;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-blend-mode: overlay;
  text-align: center;
  color: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .home-culture-section .home-culture-section__text {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    width: 30%;
    text-align: left;
  }
}
.home-culture-section .home-culture-section__text .home-culture-section__title {
  margin: 0 0 16px;
  font-size: 3.6rem;
  color: #a80c1e;
  text-transform: uppercase;
}
.home-culture-section .home-culture-section__text .home-culture-section__excerpt {
  margin: 0 0 24px;
  font-size: 1.6rem;
}
.home-culture-section .home-culture-section__text .home-culture-section__button {
  display: inline-block;
  position: relative;
  margin: 0 0 24px;
  padding: 18px 76px 22px;
  width: auto;
  height: auto;
  background-image: url(../images/button-bg-red.svg);
  background-size: cover;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.home-getting-here-section {
  display: inline-block;
  position: relative;
  margin: 24px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .home-getting-here-section {
    overflow: hidden;
    height: 720px;
  }
}
.home-getting-here-section .home-getting-here-section__image {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #131915;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  opacity: 0.64;
}
.home-getting-here-section .home-getting-here-section__map-image {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .home-getting-here-section .home-getting-here-section__map-image {
    width: 56%;
  }
  .home-getting-here-section .home-getting-here-section__map-image img {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
  }
}
.home-getting-here-section .home-getting-here-section__map-image img {
  display: inline-block;
  position: relative;
  float: right;
  width: auto;
  height: 100%;
}
.home-getting-here-section .home-getting-here-section__text {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 300px 16px 24px;
  width: 100%;
  height: auto;
  background-color: transparent;
  background-size: cover;
  background-blend-mode: overlay;
  text-align: center;
  color: white;
}
@media screen and (min-width: 768px) {
  .home-getting-here-section .home-getting-here-section__text {
    padding: 48% 80px 24px;
  }
}
@media screen and (min-width: 992px) {
  .home-getting-here-section .home-getting-here-section__text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 24px 16px;
    width: 33%;
    text-align: left;
  }
}
.home-getting-here-section .home-getting-here-section__text .home-getting-here-section__title {
  margin: 0 0 16px;
  font-size: 3.6rem;
  color: #c3b283;
  text-transform: uppercase;
}
.home-getting-here-section .home-getting-here-section__text .home-getting-here-section__excerpt {
  margin: 0 0 24px;
  font-size: 1.6rem;
}
.home-getting-here-section .home-getting-here-section__text .home-getting-here-section__button {
  display: inline-block;
  position: relative;
  margin: 0 0 24px;
  padding: 18px 64px 22px;
  width: auto;
  height: auto;
  background-image: url(../images/button-bg-blue.svg);
  background-size: cover;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.home-conservation-section {
  display: block;
  position: relative;
  margin: 24px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .home-conservation-section {
    overflow: hidden;
    height: auto;
  }
}
.home-conservation-section .home-conservation-section__image {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.home-conservation-section .home-conservation-section__image img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
.home-conservation-section .home-conservation-section__text {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 24px 16px;
  width: 100%;
  height: auto;
  background-color: #efefef;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-blend-mode: overlay;
  text-align: center;
  color: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .home-conservation-section .home-conservation-section__text {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    width: 30%;
    text-align: left;
  }
}
.home-conservation-section .home-conservation-section__text .home-conservation-section__title {
  margin: 0 0 16px;
  font-size: 3.6rem;
  color: #567787;
  text-transform: uppercase;
}
.home-conservation-section .home-conservation-section__text .home-conservation-section__excerpt {
  margin: 0 0 24px;
  font-size: 1.6rem;
}
.home-conservation-section .home-conservation-section__text .home-conservation-section__button {
  display: inline-block;
  position: relative;
  margin: 0 0 24px;
  padding: 18px 76px 22px;
  width: auto;
  height: auto;
  background-image: url(../images/button-bg-blue.svg);
  background-size: cover;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.home-about-section {
  display: inline-block;
  position: relative;
  margin: 24px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .home-about-section {
    overflow: hidden;
    height: auto;
  }
}
.home-about-section .home-about-section__image {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.home-about-section .home-about-section__image img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}
.home-about-section .home-about-section__text {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 24px 16px;
  width: 100%;
  height: auto;
  background-color: #efefef;
  background-size: cover;
  background-blend-mode: overlay;
  text-align: center;
  color: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .home-about-section .home-about-section__text {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    width: 30%;
    text-align: left;
  }
}
.home-about-section .home-about-section__text .home-about-section__title {
  margin: 0 0 16px;
  font-size: 3.6rem;
  color: #37512a;
  text-transform: uppercase;
}
.home-about-section .home-about-section__text .home-about-section__excerpt {
  margin: 0 0 24px;
  font-size: 1.6rem;
}
.home-about-section .home-about-section__text .home-about-section__button {
  display: inline-block;
  position: relative;
  margin: 0 0 24px;
  padding: 18px 76px 22px;
  width: auto;
  height: auto;
  background-image: url(../images/button-bg-green.svg);
  background-size: cover;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.tour-header {
  display: block;
  position: relative;
  overflow: auto;
  padding: 24px 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .tour-header {
    padding: 48px 0;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .tour-header {
    padding: 64px 0;
    height: 100%;
  }
}
.tour-header .tour-header__bg-image-wrapper {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #6fa89d;
}
.tour-header .tour-header__bg-image-wrapper .tour-header__bg-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #6fa89d;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  opacity: 0.32;
}
.tour-header .tour-gallery-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.tour-header .tour-header__content {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: auto;
}
.tour-header .tour-header__content .tour-header__content-inner {
  display: inline-block;
  position: relative;
  padding: 48px 0 0;
  width: 100%;
  height: auto;
  color: white;
}
@media screen and (min-width: 768px) {
  .tour-header .tour-header__content .tour-header__content-inner {
    padding: 48px 0;
  }
}
@media screen and (min-width: 992px) {
  .tour-header .tour-header__content .tour-header__content-inner {
    padding: 64px 0;
  }
}
.tour-header .tour-header__content .tour-header__content-inner h1 {
  font-size: 4.8rem;
}
@media screen and (min-width: 992px) {
  .tour-header .tour-header__content .tour-header__content-inner h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .tour-header .tour-header__content .tour-header__content-inner h1 {
    font-size: 4.8rem;
  }
}
.tour-section-title {
  margin: 0 0 24px;
  font-size: 3.2rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #6fa89d;
}

.tour-section-text-wrapper {
  display: block;
  position: relative;
  margin: 0 0 48px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .tour-section-text-wrapper {
    margin: 0 0 24px;
  }
}

.tour-section-text-wrapper-inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 0 24px;
  height: 320px;
  text-overflow: ellipsis;
}
.tour-section-text-wrapper-inner.visible {
  overflow: auto;
  height: auto;
}
@media screen and (min-width: 992px) {
  .tour-section-text-wrapper-inner {
    overflow: auto;
    overflow-x: hidden;
    height: auto;
  }
}

.tour-section-text-wrapper-fade {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  height: 2px;
  width: 100%;
  background: #6fa89d;
  /* FF3.6-15 */
}
@media screen and (min-width: 992px) {
  .tour-section-text-wrapper-fade {
    display: none;
  }
}

.tour-section-text-wrapper-toggle {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 6px 16px 8px;
  height: auto;
  width: auto;
  background: #6fa89d;
}
.tour-section-text-wrapper-toggle:hover {
  cursor: pointer;
}
.tour-section-text-wrapper-toggle:focus {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .tour-section-text-wrapper-toggle {
    display: none;
  }
}
.tour-section-text-wrapper-toggle span {
  color: white;
  font-size: 1.2rem;
  font-weight: 900;
}
.tour-section-text-wrapper-toggle .toggle-more {
  display: none;
}
.tour-section-text-wrapper-toggle .toggle-more.visible {
  display: inline-block;
}
.tour-section-text-wrapper-toggle .toggle-less {
  display: none;
}
.tour-section-text-wrapper-toggle .toggle-less.visible {
  display: inline-block;
}

.tour-section-text {
  display: inline-block;
  margin: 0 0 24px;
}

.tour-hr {
  display: inline-block;
  position: relative;
  margin: 48px 0;
  border: 0;
  width: 100%;
  height: 1px;
  background: #6fa89d;
}

.tour-price {
  display: inline-block;
  position: relative;
  margin: 0 0 48px;
  border: 0;
  padding: 32px 16px;
  width: 100%;
  height: auto;
  background-image: url(../images/price-bg.svg);
  background-size: cover;
  text-align: center;
}
.tour-price .tour-price__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #c3b283;
}

.tour-details__title {
  margin: 16px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #131915;
}
@media screen and (min-width: 992px) {
  .tour-details__title {
    font-size: 2rem;
  }
}

.tour-details__list {
  list-style: none;
  padding-left: 32px;
}
@media screen and (min-width: 992px) {
  .tour-details__list {
    columns: 2;
    column-gap: 64px;
  }
}
.tour-details__list .tour-details__list-item {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  width: 100%;
  font-size: 1.4rem;
}
.tour-details__list .tour-details__list-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 24px;
  height: 24px;
  background-image: url(../icons/bullet.svg);
}

.tour-testimonials-section {
  display: block;
  overflow: visible;
  position: relative;
  margin: 48px 0;
  padding: 48px 0;
}

.tour-testimonials-section-bg {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6000px;
  right: -6000px;
  background-color: #6fa89d;
  background-size: cover;
  opacity: 0.12;
}

.tour-testimonial {
  display: inline-block;
  position: relative;
  margin: 128px 0 48px;
  border: 0;
  padding: 0;
  width: 100%;
  height: calc(100% - 100px);
}
.tour-testimonial .tour-testimonial__bg-image {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tour-testimonial .tour-testimonial__image {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: -100px auto 24px;
  border: 0;
  border-radius: 1000px;
  padding: 0;
  width: 200px;
  height: 200px;
  background: #6fa89d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.48);
}
.tour-testimonial .tour-testimonial__image img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.tour-testimonial .tour-testimonial__content {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: 0;
  padding: 0 24px;
  width: 100%;
  height: auto;
  text-align: center;
}
.tour-testimonial .tour-testimonial__content .tour-testimonial__title {
  display: inline-block;
  margin: 0 auto 8px;
  width: 100%;
  color: white;
}
.tour-testimonial .tour-testimonial__content .tour-testimonial__title::before {
  content: '"';
  display: inline;
  margin: 0 auto;
  color: white;
}
.tour-testimonial .tour-testimonial__content .tour-testimonial__title::after {
  content: '"';
  display: inline;
  margin: 0 auto;
  color: white;
}
.tour-testimonial .tour-testimonial__content .tour-testimonial__text {
  display: inline-block;
  margin: 0 auto 16px;
  width: 100%;
  color: white;
  line-height: 125%;
}
.tour-testimonial .tour-testimonial__content .tour-testimonial__author {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  font-weight: 900;
  color: white;
}
.tour-testimonial .tour-testimonial__content .tour-testimonial__origin {
  display: inline-block;
  margin: 0 auto 8px;
  width: 100%;
  color: white;
}
.tour-testimonial .tour-testimonial__content .tour-testimonial__origin::before {
  content: "— ";
  display: inline;
  margin: 0 auto;
  color: white;
}

.tour-testimonial--top {
  display: inline-block;
  border: 0;
  padding: 0 0 48px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .tour-testimonial--top {
    display: none;
  }
}

.tour-gallery-wrap--mobile {
  display: inline-block;
  position: relative;
  overflow: visible;
  margin: 24px 0 80px;
  width: 100%;
  height: auto;
}
.tour-gallery-wrap--mobile .slick-dots {
  position: relative !important;
  bottom: -16px !important;
  margin-bottom: 0 !important;
  width: auto !important;
}
.tour-gallery-wrap--mobile .slick-dots .slick-custom-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #6fa89d;
  border-radius: 1000px;
}
.tour-gallery-wrap--mobile .slick-dots .slick-active .slick-custom-dot {
  background: #6fa89d;
}
.tour-gallery-wrap--mobile .slick-controls {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 12px;
  transform: none;
  width: 100%;
  pointer-events: none;
}
.tour-gallery-wrap--mobile .slick-controls .slide-next {
  right: 24px;
}

.tour-operators {
  display: block;
  position: relative;
  padding: 0 0 48px;
  width: 100%;
  height: auto;
}

.tour-operator {
  display: inline-block;
  position: relative;
  margin: 0 0 48px;
  border: 2px solid #6fa89d;
  padding: 24px;
  width: 100%;
  height: auto;
}
.tour-operator .tour-operator__logo {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  width: auto;
  height: 100px;
  filter: grayscale(1);
}
.tour-operator .tour-operator__title {
  display: inline-block;
  position: relative;
  margin: 0 0 8px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #6fa89d;
}
.tour-operator .tour-operator__text {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #131915;
}
.tour-operator .tour-operator__website {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  width: 100%;
  font-size: 1.6rem;
  color: #131915;
}
.tour-operator .tour-operator__phone {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #131915;
}

.fleet__boat {
  margin-bottom: 48px;
}
.fleet__boat-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: none;
}
.fleet__boat-description {
  font-family: "Lato", sans-serif;
  text-transform: none;
}
.fleet__boat-artwork {
  margin-bottom: 48px;
}
.fleet__boat-artwork-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: none;
}
.fleet__boat-artwork-description {
  font-family: "Lato", sans-serif;
  text-transform: none;
}
.fleet__details {
  margin-bottom: 48px;
}
.fleet__gallery {
  margin-bottom: 48px;
}

.culture-section {
  display: block;
  margin: 0 0 64px;
}
@media screen and (min-width: 992px) {
  .culture-section {
    margin: 0 0 128px;
  }
}

.culture-text-section {
  display: block;
  position: relative;
  margin: 0;
  padding: 64px 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .culture-text-section {
    padding: 0 48px;
  }
}
.culture-text-section h2 {
  margin: 0 0 24px;
}

.culture-image {
  display: none;
  height: auto;
  padding: 4px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .culture-image {
    display: block;
  }
}
.culture-image img {
  height: auto;
  width: 100%;
}

.directions {
  display: block;
  position: relative;
  overflow: auto;
  margin: 24px 0;
  width: 100%;
  color: #567787;
}
.directions .directions__title {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 48px 24px 0;
  width: auto;
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .directions .directions__title {
    margin: 3px 48px 0 0;
  }
}
.directions .directions__link {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 48px 24px 0;
  width: 100%;
  color: #567787;
  text-decoration: underline;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .directions .directions__link {
    margin: 0 48px 0 0;
    width: auto;
  }
}

.map {
  display: inline-block;
  position: relative;
  margin: 0 0 24px;
  width: 100%;
  color: #567787;
}
.map a:hover {
  color: #131915;
}
.map__image-wrap {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 100%;
}
.map__image {
  display: inline-block;
  position: relative;
  margin: 0 0 24px;
  width: 100%;
}
.map__address {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .map__address {
    position: absolute;
    left: 48px;
    bottom: 48px;
    width: auto;
  }
}
.map__google-maps-link {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  color: #567787;
  text-decoration: underline;
  font-size: 1.4rem;
}
.region-section {
  display: block;
  position: relative;
  margin: 64px 0;
}

.region-section__header {
  display: block;
  position: relative;
  margin: 0 0 64px;
}
.region-section__header .region-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.region-directions-title {
  margin: 0 0 24px;
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: uppercase;
}

.region-subtitle {
  display: inline-block;
  position: relative;
  margin: 64px 0 24px;
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: uppercase;
}

.region-place-to-stay {
  display: inline-block;
  position: relative;
  margin: 0 0 48px;
  border: 2px solid;
  padding: 24px;
  width: 100%;
  height: auto;
}
.region-place-to-stay .region-place-to-stay__title {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #131915;
}
.region-place-to-stay .region-place-to-stay__website {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  width: 100%;
  font-size: 1.6rem;
  color: #131915;
}
.region-place-to-stay .region-place-to-stay__phone {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #131915;
}

.region-section:nth-child(4n) .region-section__header {
  background-color: #567787;
}
.region-section:nth-child(4n) .banner-image-wrapper {
  background-color: #567787;
}
.region-section:nth-child(4n) .region-subtitle {
  color: #567787;
}
.region-section:nth-child(4n) .region-directions-title {
  color: #567787;
}
.region-section:nth-child(4n) .region-place-to-stay {
  border-color: #567787;
}
.region-section:nth-child(4n) .region-place-to-stay .region-place-to-stay__title {
  color: #567787;
}

.region-section:nth-child(4n+1) .region-section__header {
  background-color: #6fa89d;
}
.region-section:nth-child(4n+1) .banner-image-wrapper {
  background-color: #6fa89d;
}
.region-section:nth-child(4n+1) .region-subtitle {
  color: #6fa89d;
}
.region-section:nth-child(4n+1) .region-directions-title {
  color: #6fa89d;
}
.region-section:nth-child(4n+1) .region-place-to-stay {
  border-color: #6fa89d;
}
.region-section:nth-child(4n+1) .region-place-to-stay .region-place-to-stay__title {
  color: #6fa89d;
}

.region-section:nth-child(4n+2) .region-section__header {
  background-color: #ab8634;
}
.region-section:nth-child(4n+2) .banner-image-wrapper {
  background-color: #ab8634;
}
.region-section:nth-child(4n+2) .region-subtitle {
  color: #ab8634;
}
.region-section:nth-child(4n+2) .region-directions-title {
  color: #ab8634;
}
.region-section:nth-child(4n+2) .region-place-to-stay {
  border-color: #ab8634;
}
.region-section:nth-child(4n+2) .region-place-to-stay .region-place-to-stay__title {
  color: #ab8634;
}

.region-section:nth-child(4n+3) .region-section__header {
  background-color: #37512a;
}
.region-section:nth-child(4n+3) .banner-image-wrapper {
  background-color: #37512a;
}
.region-section:nth-child(4n+3) .region-subtitle {
  color: #37512a;
}
.region-section:nth-child(4n+3) .region-text {
  margin: 0 0 24px;
}
.region-section:nth-child(4n+3) .region-directions-title {
  color: #37512a;
}
.region-section:nth-child(4n+3) .region-place-to-stay {
  border-color: #37512a;
}
.region-section:nth-child(4n+3) .region-place-to-stay .region-place-to-stay__title {
  color: #37512a;
}

.about-section .about-section__header {
  position: relative;
  background-color: #567787;
}
.about-section .banner-image-wrapper {
  margin-bottom: 64px;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  opacity: 0.32;
}

.team-title {
  margin: 0 0 24px;
}

.team-text {
  margin: 0 0 48px;
}

.team-member {
  margin: 0 0 24px;
  border: 1px solid #c3b283;
  width: 100%;
}
.team-member .team-member__image {
  margin: 0 0 16px;
}
.team-member .team-member__info {
  padding: 8px 16px 8px;
}
.team-member .team-member__info .team-member__name {
  margin: 0 0 16px;
}
.team-member .team-member__info .team-member__title {
  margin: 0 0 16px;
}
.team-member .team-member__info .team-member__bio {
  margin: 0 0 16px;
}

.accordion__button {
  padding: 8px 48px 0 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  color: #2a2a2a;
  white-space: normal;
}
.accordion__button.faqs .accordion__dropdown {
  margin: 0 -48px 0 0;
}
.accordion__button:hover {
  color: #6fa89d;
  text-decoration: none;
}
.accordion__button:focus {
  color: #6fa89d;
  text-decoration: none;
}
.accordion__button .accordion__dropdown {
  margin: 8px -48px 0 0;
  float: right;
  transition: transform 0.125s linear;
}
.accordion__button .accordion__dropdown.flip-vertical {
  transform: rotate(180deg);
}

.card {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.card .card-header {
  padding: 16px 0 8px;
  background: transparent;
  border-bottom: 1px solid #6fa89d;
}
.card .card-header:hover {
  text-decoration: none;
}
.card .card-header h3 {
  font-family: "Lato", sans-serif;
}
.card .card-header button {
  margin-bottom: 0;
}
.card .card-body {
  padding: 16px 0;
}

#accordion-vancouver .card .card-header {
  border-bottom: 1px solid #567787;
  padding: 0;
}

#accordion-victoria .card .card-header {
  border-bottom: 1px solid #6fa89d;
  padding: 0;
}

#accordion-nanaimo .card .card-header {
  border-bottom: 1px solid #c3b283;
  padding: 0;
}

.fleet__comparison_chart table {
  font-size: 1.8rem;
}
.fleet__comparison_chart table thead th {
  background-color: #6fa89d;
  color: white;
  text-align: center;
}
.fleet__comparison_chart table thead th:first-child {
  text-align: left;
}
.fleet__comparison_chart table thead th:last-child {
  background-color: #131915;
  color: white;
}
.fleet__comparison_chart table tbody td {
  text-align: center;
}
.fleet__comparison_chart table tbody td:first-child {
  text-align: left;
}
.fleet__comparison_chart table tbody td:last-child {
  background-color: rgba(19, 25, 21, 0.75);
  color: white;
}
.fleet__comparison_chart table .row-hover tr:hover td {
  background-color: rgba(111, 168, 157, 0.12);
  color: #131915;
}
.fleet__comparison_chart table .row-hover tr:hover td:last-child {
  background-color: #6fa89d;
  color: white;
  font-weight: 700;
}
.fleet__comparison_chart table .even td {
  background-color: rgba(255, 255, 255, 0.5);
}
.fleet__comparison_chart table .odd td {
  background-color: rgba(249, 249, 249, 0.5);
}
.fleet__comparison_chart table th,
.fleet__comparison_chart table td {
  padding: 24px;
}

.about-text .btn-link {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
}

.progress-bar--navbar {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

progress::-webkit-progress-bar {
  background-color: #efefef;
}

progress::-webkit-progress-value {
  background-color: black;
}

.slick-slider {
  margin-bottom: -24px !important;
}

.slick-custom-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 1000px;
}

.slick-active .slick-custom-dot {
  background: #ffffff;
}

.slick-dots {
  position: relative !important;
  bottom: 32px !important;
  margin-bottom: 0 !important;
  width: auto !important;
}

.slick-controls {
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}

.slick-arrow {
  position: absolute;
  display: inline-block;
  pointer-events: auto;
  cursor: pointer;
  margin-top: -24px;
  height: 48px;
  width: 48px;
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.48);
  text-align: center;
}
.slick-arrow img {
  margin-bottom: -20px;
}

.slide-prev {
  left: 24px;
}

.slide-next {
  right: 32px;
}

.rezgo-wrapper {
  display: block;
  position: relative;
  margin: 0 0 64px;
  padding: 24px 24px 8px;
  background-color: #567787;
  color: white;
}
.rezgo-wrapper a {
  color: white;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .rezgo-wrapper {
    padding: 32px 32px 16px;
  }
}
.rezgo-wrapper__title {
  margin: 0 0 16px;
  width: 100%;
  color: white;
  text-align: center;
}
.rezgo-wrapper blockquote {
  position: relative;
  display: inline-block;
  margin: 24px 0 24px;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
}
.rezgo-wrapper blockquote::before {
  content: '"';
  display: inline-block;
  position: absolute;
  top: -44px;
  left: -24px;
  opacity: 0.16;
  font-size: 10rem;
}
.rezgo-wrapper blockquote p {
  font-size: 2rem;
}
.rezgo-wrapper .rezgo_content_container .rezgo_content_frame .rezgo-return-head {
  display: none !important;
}

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.video-container--sixteen-nine {
  padding-bottom: 56.25%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: #626A72;
  overflow: hidden;
}

.image-wrap--one-one {
  padding: 0 0 100% 0;
}

.image-wrap--four-three {
  padding: 0 0 75% 0;
}

.image-wrap--sixteen-nine {
  padding: 0 0 56.25% 0;
}

.image-wrap img {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-wrap__border {
  display: block;
  position: absolute;
  background-repeat: repeat;
}

.image-wrap__border--top {
  top: -4px;
  left: 0;
  right: 0;
  height: 16px;
  width: 100%;
  background-image: url(../images/edging-horizontal.svg);
  background-size: 1440px 16px;
}

.image-wrap__border--bottom {
  bottom: -4px;
  left: 0;
  right: 0;
  height: 16px;
  width: 100%;
  transform: rotate(180deg);
  background-image: url(../images/edging-horizontal.svg);
  background-size: 1440px 16px;
}

.image-wrap__border--left {
  left: -4px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 16px;
  background-image: url(../images/edging-vertical.svg);
}

.image-wrap__border--right {
  right: -4px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 16px;
  background-image: url(../images/edging-vertical.svg);
  transform: rotate(180deg);
}

.gform_wrapper {
  max-width: 480px !important;
  margin: 24px 0 !important;
  padding: 8px 24px 24px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24) !important;
}

.gform_fields {
  list-style: none;
  padding: 0;
}

.gfield {
  margin: 24px 0 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 16px;
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  clear: initial;
}
@media screen and (min-width: 768px) {
  .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
    padding-right: 40px;
  }
}

.gfield_html {
  width: 100% !important;
}

.gsection {
  width: 100% !important;
}
.gsection h2.gsection_title {
  margin-top: 64px !important;
}

.gform_wrapper .gsection {
  width: 100% !important;
}
.gform_wrapper .gsection h2.gsection_title {
  margin-top: 40px !important;
}

.gform_title {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #567787;
}

.gform_description {
  font-size: 1.2rem;
  font-weight: 700;
}

.gfield_label {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem !important;
  font-weight: 700;
  color: #567787;
}

.gform_wrapper .gfield_radio li label {
  margin: 5px 0 0 8px;
}

.ginput_container {
  width: 100%;
}

.ginput_container input {
  width: 100%;
  margin: 0 0 4px;
  padding: 8px 4px;
}

.ginput_container_phone {
  width: auto;
}

.ginput_container_phone input {
  width: auto;
  margin: 0 0 4px;
  padding: 8px 4px;
}

.ginput_container_textarea textarea {
  width: 100%;
  padding: 8px;
}

.gfield_required {
  margin: 0 0 0 4px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #212121;
}

.gfield.optional label::after {
  content: "(Optional)";
  margin: 0 0 0 4px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #F4F4F0;
}

.gform_button {
  color: #fff;
  padding: 8px;
  background-color: #567787;
  border: 2px solid #567787;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.gform_button:hover,
.gform_button:focus {
  background-color: #567787;
}

.gform_button:active {
  background-color: #567787;
}

.gform_confirmation_message {
  margin: 8px 0;
  padding: 8px;
  background: #F4F4F0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #567787;
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 0 1px 0 rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);*/
}

.validation_error {
  margin: 24px 0;
  padding: 16px 12px;
  background: #F44336;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.validation_message {
  font-size: 0.8rem;
  font-weight: 700;
  font-style: italic;
  color: #F44336;
}

.extra-padding {
  padding: 0 15px;
}

.no-padding {
  padding: 0;
}

.hidden-important {
  display: none !important;
}

/*# sourceMappingURL=theme.css.map */
