html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

@font-face {
  font-family: "roboto_condensedbold";
  src: url("/Content/fonts/RobotoCondensed-Bold-webfont.eot");
  src: url("/Content/fonts/RobotoCondensed-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/RobotoCondensed-Bold-webfont.woff") format("woff"), url("/Content/fonts/RobotoCondensed-Bold-webfont.ttf") format("truetype"), url("/Content/fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto_condensedregular";
  src: url("/Content/fonts/RobotoCondensed-Regular-webfont.eot");
  src: url("/Content/fonts/RobotoCondensed-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/RobotoCondensed-Regular-webfont.woff") format("woff"), url("/Content/fonts/RobotoCondensed-Regular-webfont.ttf") format("truetype"), url("/Content/fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "robotoregular";
  src: url("/Content/fonts/Roboto-Regular-webfont.eot");
  src: url("/Content/fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Roboto-Regular-webfont.woff") format("woff"), url("/Content/fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("/Content/fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "robotobold";
  src: url("Roboto-Bold-webfont.eot");
  src: url("Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("Roboto-Bold-webfont.woff") format("woff"), url("Roboto-Bold-webfont.ttf") format("truetype"), url("Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Colors */
/* Basic Styles */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-color: #ed1c24 #0e0e0e; }

@media only screen and (max-width: 1280px) {
  html.header-scroll-lock {
    overflow: hidden !important;
    overscroll-behavior-y: contain !important; } }

html,
body {
  display: block;
  position: relative;
  margin: 0 auto;
  font-family: "robotoregular";
  overflow-x: hidden;
  letter-spacing: 0.05em;
  min-width: 350px; }

/* Content Container Class */
.content-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%; }

h1 {
  font-size: clamp(25px, 1.67vw, 32px);
  color: #162c42;
  font-family: "roboto_condensedbold";
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.07em; }

h2 {
  font-size: clamp(23px, 1.56vw, 30px);
  font-family: "roboto_condensedbold";
  letter-spacing: 0.07em;
  margin: 0 0 10px;
  text-transform: uppercase; }

h3 {
  font-size: clamp(18px, 1.2vw, 23px);
  font-weight: bold; }

h4 {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: bold; }

h5 {
  font-size: 16px;
  font-weight: bold; }

p {
  line-height: 1.7;
  font-family: "robotoregular";
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: 400; }
  p a {
    color: #ed1c24;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    p a:hover, p a:focus-visible, p a:focus {
      color: #162c42; }

main ul,
main ol {
  margin: 25px 0;
  padding-left: 15px; }
  main ul li,
  main ol li {
    margin-bottom: 15px;
    color: #0f151a; }

strong,
b {
  font-weight: bold; }

.sub-headline {
  display: block;
  text-align: center;
  color: #71b2e1;
  font-size: clamp(28px, 2.08vw, 40px);
  text-transform: uppercase;
  margin: 0 0 20px; }

.site-wrapper {
  position: relative;
  width: 100%;
  max-width: 2560px;
  margin-inline: auto; }

.padding-x, .split-col {
  padding-inline: 4%; }
  @media only screen and (max-width: 1280px) {
    .padding-x, .split-col {
      padding-inline: 3%; } }
  @media only screen and (max-width: 740px) {
    .padding-x, .split-col {
      padding-inline: 25px; } }

.padding-y, .split-col {
  padding-block: 110px; }
  @media only screen and (max-width: 1280px) {
    .padding-y, .split-col {
      padding-block: 75px; } }
  @media only screen and (max-width: 740px) {
    .padding-y, .split-col {
      padding-block: 50px; } }
  .padding-y.py-short, .py-short.split-col {
    padding-block: 70px; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-family: "roboto_condensedbold"; }

.font-larger {
  font-size: 20px; }

.cover-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  max-height: 100%;
  z-index: -1; }

.bg-gray {
  background-color: #ddd; }

.bg-red {
  background-color: #ed1c24;
  color: #fff; }
  .bg-red ul li,
  .bg-red ol li {
    color: #fff; }

.bg-primary {
  background: #162c42;
  color: #fff; }
  .bg-primary ul li,
  .bg-primary ol li {
    color: #fff; }
  .bg-primary a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .bg-primary a:visited {
      color: #a10006; }
    .bg-primary a:hover {
      color: #7ab6e4; }

.bg-primary-dark {
  background: #152637;
  color: #fff; }
  .bg-primary-dark ul li,
  .bg-primary-dark ol li {
    color: #fff; }

.center,
.center-content {
  text-align: center; }

.jump-links {
  position: relative;
  padding-block: 35px;
  background: #162c42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px; }
  @media only screen and (max-width: 1000px) {
    .jump-links {
      padding-block: 20px; } }
  @media only screen and (max-width: 640px) {
    .jump-links {
      gap: 10px; } }
  .jump-links a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    color: #fff;
    font-size: clamp(16px, 0.94vw, 18px);
    font-family: "roboto_condensedbold";
    border: 2px solid #5785aa;
    min-width: 255px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.07em;
    height: 55px;
    line-height: 1.1;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 1000px) {
      .jump-links a {
        width: calc(100% / 2 - 15px); } }
    @media only screen and (max-width: 640px) {
      .jump-links a {
        width: 100%;
        max-width: 380px; } }
    .jump-links a::after {
      content: "";
      display: block;
      position: absolute;
      right: 20px;
      border-left: 2px solid #5785aa;
      border-bottom: 2px solid #5785aa;
      height: 0.5em;
      width: 0.5em;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 0.5em;
      -webkit-transform: translateY(-2px) rotate(-45deg);
      -ms-transform: translateY(-2px) rotate(-45deg);
      transform: translateY(-2px) rotate(-45deg);
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit; }
    .jump-links a[target="_blank"]::after {
      content: none !important; }
    .jump-links a img {
      display: block;
      max-width: 100%;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -o-object-fit: contain;
      object-fit: contain; }
    .jump-links a:hover, .jump-links a:focus-visible, .jump-links a:focus {
      background: #5785aa; }
      .jump-links a:hover::after, .jump-links a:focus-visible::after, .jump-links a:focus::after {
        border-color: #fff; }

/* Button Styles */
.blue-button {
  display: block;
  margin: auto;
  position: relative;
  top: 60px;
  background-color: #7ab6e4;
  padding: 10px;
  width: 490px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "roboto_condensedbold";
  letter-spacing: 0.4px;
  font-size: 41px;
  line-height: 25px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .blue-button span {
    font-size: 15px;
    letter-spacing: 1px; }

.blue-button:hover,
.blue-button:focus {
  color: #fff;
  background-color: #003879; }

.buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }

.button, .button-primary, .button-red, .button-black,
.black-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ddd;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "roboto_condensedbold";
  text-align: center;
  border-radius: 5px;
  padding: 10px 20px;
  min-height: 65px;
  line-height: 1.2;
  width: 100%;
  max-width: 285px;
  letter-spacing: 0.07em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button img, .button-primary img, .button-red img, .button-black img, .black-button img {
    display: block;
    margin: 0 auto 2px;
    -o-object-fit: contain;
    object-fit: contain; }
  .button small, .button-primary small, .button-red small, .button-black small, .black-button small {
    display: block;
    font-size: 16px;
    width: 100%; }
  .button span, .button-primary span, .button-red span, .button-black span, .black-button span {
    display: block;
    width: 100%; }

.button-primary {
  background: #162c42; }
  .button-primary:hover, .button-primary:focus-visible, .button-primary:focus {
    background: #0f151a; }

.button-red {
  background: #ed1c24; }
  .button-red:hover, .button-red:focus-visible, .button-red:focus {
    background: #a10006; }

.button-black,
.black-button {
  background: #000; }
  .button-black:hover, .button-black:focus-visible, .button-black:focus,
  .black-button:hover,
  .black-button:focus-visible,
  .black-button:focus {
    background: #ed1c24; }

.topBanner {
  position: relative;
  background-image: url("/Content/images/banner/Hunting.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0f151a;
  width: 100%;
  height: 350px; }
  @media only screen and (max-width: 1280px) {
    .topBanner {
      height: 220px; } }
  @media only screen and (max-width: 480px) {
    .topBanner {
      height: 200px; } }
  .topBanner::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 60%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 60%);
    z-index: 1; }

.P--Fishing--Stream .topBanner {
  background-image: url("/Content/images/banner/Fishing.jpg"); }

.P--Lodging--Stream .topBanner,
.LodgingEntry .topBanner {
  background-image: url("/Content/images/banner/Lodging.jpg"); }

.P--Testimonials--Stream .topBanner {
  background-image: url("/Content/images/banner/Testimonials.jpg"); }

.P--Rates--Stream .topBanner {
  background-image: url("/Content/images/banner/Rates.jpg"); }

.P--Contact .topBanner,
#ThankYouBodyID .topBanner,
.contact-entry .topBanner {
  background-image: url("/Content/images/banner/Contact.jpg"); }

.P--Gallery--Stream .topBanner {
  background-image: url("/Content/images/banner/Gallery.jpg"); }

.mobile-nav-blur {
  display: none; }
  @media only screen and (max-width: 1280px) {
    .mobile-nav-blur {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 98;
      opacity: 0;
      background: #000;
      margin: 0;
      -webkit-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease; }
      .mobile-nav-blur.active {
        display: block;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background: rgba(0, 0, 0, 0.6);
        opacity: 1; } }

.show-dropdown {
  display: none; }
  @media only screen and (max-width: 1280px) {
    .show-dropdown {
      display: block; } }

.header-outer-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }

.main-header {
  position: relative;
  padding-block: 10px; }
  @media only screen and (max-width: 1750px) {
    .main-header {
      padding-top: 15px; } }
  @media only screen and (max-width: 1500px) {
    .main-header {
      padding-top: 20px; } }
  @media only screen and (max-width: 1280px) {
    .main-header {
      padding-top: 10px; } }
  @media only screen and (max-width: 480px) {
    .main-header {
      padding-left: 10px;
      padding-top: 5px; } }

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }
  .header-logo img {
    display: block;
    font-size: 0;
    max-width: 275px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 1750px) {
      .header-logo img {
        max-width: 250px; } }
    @media only screen and (max-width: 1500px) {
      .header-logo img {
        max-width: 220px; } }
    @media only screen and (max-width: 740px) {
      .header-logo img {
        max-width: 185px; } }
    @media only screen and (max-width: 480px) {
      .header-logo img {
        max-height: 100px;
        max-width: 150px; } }
    @media only screen and (max-width: 400px) {
      .header-logo img {
        max-width: 125px; } }
  .header-logo:hover img, .header-logo:focus-visible img, .header-logo:focus img {
    opacity: 0.8; }

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1280px) {
    .header-nav {
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial; } }
  @media only screen and (max-width: 640px) {
    .header-nav {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      gap: 5px; } }
  .header-nav .header-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-inline: 20px; }
    @media only screen and (max-width: 1280px) {
      .header-nav .header-nav-list {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100dvh;
        max-width: 400px;
        padding: 0;
        z-index: 99;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        visibility: hidden;
        overflow: hidden;
        overflow-y: auto;
        scrollbar-width: thin !important;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; } }
    @media only screen and (max-width: 480px) {
      .header-nav .header-nav-list {
        max-width: 100%; } }
    .header-nav .header-nav-list > li > a {
      display: block;
      text-decoration: none;
      color: #fff;
      font-size: clamp(16px, 1vw, 19px);
      padding-block: 35px;
      text-transform: uppercase;
      font-family: "roboto_condensedbold";
      letter-spacing: 0.07em;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header-nav .header-nav-list > li > a.active {
        color: #7ab6e4; }
      @media only screen and (max-width: 1280px) {
        .header-nav .header-nav-list > li > a {
          position: relative;
          color: #000; } }
      .header-nav .header-nav-list > li > a .drop-arrow {
        position: relative;
        padding-right: 18px; }
        @media only screen and (max-width: 1280px) {
          .header-nav .header-nav-list > li > a .drop-arrow {
            display: block;
            width: 100%; } }
        .header-nav .header-nav-list > li > a .drop-arrow::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-70%) rotate(-45deg);
          -ms-transform: translateY(-70%) rotate(-45deg);
          transform: translateY(-70%) rotate(-45deg);
          display: block;
          height: 9px;
          width: 9px;
          border-left: 2px solid #162c42;
          border-bottom: 2px solid #162c42;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media only screen and (max-width: 1280px) {
            .header-nav .header-nav-list > li > a .drop-arrow::after {
              width: 12px;
              height: 12px;
              border-width: 3px;
              border-color: #0f151a;
              -webkit-transform: translateY(-50%) rotate(225deg);
              -ms-transform: translateY(-50%) rotate(225deg);
              transform: translateY(-50%) rotate(225deg); } }
      @media only screen and (max-width: 1280px) {
        .header-nav .header-nav-list > li > a {
          font-size: 18px;
          padding: 25px 35px;
          text-align: left;
          border-top: 2px solid #cdcdcd;
          background: #fff; } }
    @media only screen and (min-width: 1281px) {
      .header-nav .header-nav-list > li:hover > a, .header-nav .header-nav-list > li:focus-visible > a, .header-nav .header-nav-list > li:focus > a {
        color: #ed1c24; }
        .header-nav .header-nav-list > li:hover > a .drop-arrow::after, .header-nav .header-nav-list > li:focus-visible > a .drop-arrow::after, .header-nav .header-nav-list > li:focus > a .drop-arrow::after {
          -webkit-transform: translateY(-35%) rotate(-225deg);
          -ms-transform: translateY(-35%) rotate(-225deg);
          transform: translateY(-35%) rotate(-225deg); } }
    @media only screen and (max-width: 1280px) {
      .header-nav .header-nav-list > li:hover > a, .header-nav .header-nav-list > li:focus-visible > a, .header-nav .header-nav-list > li:focus > a {
        color: #ed1c24; } }
    .header-nav .header-nav-list li.hamburger {
      display: none; }
      @media only screen and (max-width: 1280px) {
        .header-nav .header-nav-list li.hamburger {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          position: relative;
          padding: 20px 30px; }
          .header-nav .header-nav-list li.hamburger .hamburger-label {
            --h-width: 30px;
            display: block;
            position: relative;
            cursor: pointer;
            padding: 20px;
            width: var(--h-width); }
            .header-nav .header-nav-list li.hamburger .hamburger-label span {
              position: absolute;
              display: block;
              left: 50%;
              right: 0;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              width: var(--h-width);
              height: 4px;
              background-color: transparent;
              color: transparent;
              -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
              -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
              transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
              .header-nav .header-nav-list li.hamburger .hamburger-label span::before, .header-nav .header-nav-list li.hamburger .hamburger-label span::after {
                content: "";
                position: absolute;
                left: 0;
                width: var(--h-width);
                height: 4px;
                background-color: #0f151a;
                color: #0f151a;
                -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
                -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
                transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
              .header-nav .header-nav-list li.hamburger .hamburger-label span::before {
                top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
              .header-nav .header-nav-list li.hamburger .hamburger-label span:after {
                bottom: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
            .header-nav .header-nav-list li.hamburger .hamburger-label:hover span::before, .header-nav .header-nav-list li.hamburger .hamburger-label:hover span::after {
              color: #0f151a;
              background: #0f151a; } }

.header-buttons {
  position: relative;
  display: contents; }
  .header-buttons .button, .header-buttons .button-primary, .header-buttons .button-red, .header-buttons .button-black,
  .header-buttons .black-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 275px;
    gap: 5px; }
    @media only screen and (max-width: 1750px) {
      .header-buttons .button, .header-buttons .button-primary, .header-buttons .button-red, .header-buttons .button-black,
      .header-buttons .black-button {
        max-width: 250px; } }
    @media only screen and (max-width: 1500px) {
      .header-buttons .button, .header-buttons .button-primary, .header-buttons .button-red, .header-buttons .button-black,
      .header-buttons .black-button {
        max-width: 200px;
        font-size: 17px; } }
    @media only screen and (max-width: 1280px) {
      .header-buttons .button, .header-buttons .button-primary, .header-buttons .button-red, .header-buttons .button-black,
      .header-buttons .black-button {
        margin-left: auto; } }
    @media only screen and (max-width: 740px) {
      .header-buttons .button, .header-buttons .button-primary, .header-buttons .button-red, .header-buttons .button-black,
      .header-buttons .black-button {
        min-height: 55px;
        max-width: 180px; }
        .header-buttons .button strong, .header-buttons .button-primary strong, .header-buttons .button-red strong, .header-buttons .button-black strong, .header-buttons .black-button strong {
          display: none; } }
    @media only screen and (max-width: 640px) {
      .header-buttons .button, .header-buttons .button-primary, .header-buttons .button-red, .header-buttons .button-black,
      .header-buttons .black-button {
        max-width: 160px;
        min-height: 50px; } }
    @media only screen and (max-width: 550px) {
      .header-buttons .button, .header-buttons .button-primary, .header-buttons .button-red, .header-buttons .button-black,
      .header-buttons .black-button {
        max-width: 150px;
        font-size: 16px; } }
    @media only screen and (max-width: 480px) {
      .header-buttons .button, .header-buttons .button-primary, .header-buttons .button-red, .header-buttons .button-black,
      .header-buttons .black-button {
        max-width: 110px;
        font-size: 14px;
        min-height: 45px; } }

.header-address-link {
  position: absolute;
  top: 5%;
  right: 0; }
  @media only screen and (max-width: 1280px) {
    .header-address-link {
      display: none; } }
  .header-address-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 0.1em;
    font-family: "roboto_condensedbold";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header-address-link a img {
      -o-object-fit: contain;
      object-fit: contain; }
    .header-address-link a:hover, .header-address-link a:focus-visible, .header-address-link a:focus {
      color: #0f151a; }

.header-dropdown-button {
  border-top: 2px solid #cdcdcd;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-dropdown-button > * {
    width: 100%;
    max-width: 100%; }
    @media only screen and (max-width: 1280px) {
      .header-dropdown-button > * .btn-border {
        max-width: 100%; } }

.header-widget {
  position: absolute;
  top: 75%;
  right: 5%;
  width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 9; }
  @media only screen and (max-width: 1500px) {
    .header-widget {
      top: 80%; } }
  @media only screen and (max-width: 1280px) {
    .header-widget {
      display: none; } }
  .header-widget .weatherwidget-io {
    text-indent: initial;
    color: #fff;
    width: 100%;
    max-width: 225px;
    text-align: initial !important;
    text-decoration: none !important;
    text-indent: initial !important;
    font-weight: 600; }

input#hamburger {
  display: none; }

.nav-label {
  display: none; }
  @media only screen and (max-width: 1280px) {
    .nav-label {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 79px;
      cursor: pointer;
      z-index: 2; } }

.header-toggle {
  --h-width: 59px;
  display: none;
  position: relative;
  cursor: pointer;
  padding: 20px;
  width: var(--h-width);
  z-index: 9; }
  @media screen and (max-width: 1280px) {
    .header-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 45px; } }
  @media only screen and (max-width: 1000px) {
    .header-toggle {
      margin-left: 35px; } }
  @media only screen and (max-width: 640px) {
    .header-toggle {
      margin-left: 20px; } }
  @media only screen and (max-width: 480px) {
    .header-toggle {
      --h-width: 45px;
      margin-left: 15px; } }
  @media only screen and (max-width: 425px) {
    .header-toggle {
      --h-width: 40px;
      margin-left: 10px; } }
  .header-toggle span {
    position: absolute;
    display: block;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: var(--h-width);
    height: 5px;
    background-color: #fff;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
    .header-toggle span::before, .header-toggle span::after {
      content: "";
      position: absolute;
      left: 0;
      width: var(--h-width);
      height: 5px;
      background-color: #fff;
      color: #fff;
      border-radius: 5px;
      -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
    .header-toggle span::before {
      top: 14px; }
      @media only screen and (max-width: 480px) {
        .header-toggle span::before {
          top: 11px; } }
    .header-toggle span::after {
      bottom: 14px; }
      @media only screen and (max-width: 480px) {
        .header-toggle span::after {
          bottom: 11px; } }

.has-dropdown {
  position: relative; }
  @media only screen and (max-width: 1320px) {
    .has-dropdown {
      position: initial; } }
  .has-dropdown .dropdown-content {
    display: block;
    list-style: none;
    background: #fff; }
    @media only screen and (min-width: 1281px) {
      .has-dropdown .dropdown-content {
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-58%);
        -ms-transform: translateX(-58%);
        transform: translateX(-58%);
        width: 350px;
        padding: 10px 20px;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 9;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .has-dropdown .dropdown-content.list-2 {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
          width: 500px; } }
    @media only screen and (max-width: 1280px) {
      .has-dropdown .dropdown-content {
        position: absolute;
        top: 0;
        left: 100%;
        padding-block: 5px;
        background: #fff;
        width: 100%;
        height: 100dvh;
        padding: 0;
        overflow-y: auto;
        scrollbar-width: thin !important;
        z-index: 3;
        border-top: 1.5px solid #cdcdcd;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; } }
    .has-dropdown .dropdown-content li.nav-label-inside {
      display: none; }
      @media only screen and (max-width: 1320px) {
        .has-dropdown .dropdown-content li.nav-label-inside {
          display: block; }
          .has-dropdown .dropdown-content li.nav-label-inside label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 8px;
            padding: 25px 30px;
            cursor: pointer;
            border-bottom: 1.5px solid #cdcdcd; }
          .has-dropdown .dropdown-content li.nav-label-inside svg {
            display: block;
            width: 18px;
            height: 18px;
            color: #0f151a; }
          .has-dropdown .dropdown-content li.nav-label-inside span {
            color: #0f151a;
            font-size: 17px;
            text-transform: uppercase;
            font-weight: bold;
            padding-bottom: 3px; } }
    .has-dropdown .dropdown-content li.main-nav-headline {
      display: none; }
      @media only screen and (max-width: 1280px) {
        .has-dropdown .dropdown-content li.main-nav-headline {
          display: block;
          padding-top: 10px; }
          .has-dropdown .dropdown-content li.main-nav-headline a {
            font-size: 18px;
            font-weight: bold;
            color: #0f151a; } }
    .has-dropdown .dropdown-content li a {
      display: block;
      text-decoration: none;
      color: #0f151a;
      font-size: 16px;
      font-weight: 600;
      padding: 20px 20px;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .has-dropdown .dropdown-content li a.active {
        color: #172c42; }
      @media only screen and (max-width: 1280px) {
        .has-dropdown .dropdown-content li a {
          padding: 20px 30px;
          text-align: left;
          font-size: 17px; } }
      .has-dropdown .dropdown-content li a:hover, .has-dropdown .dropdown-content li a:focus-visible, .has-dropdown .dropdown-content li a:focus {
        color: #162c42; }
  @media only screen and (min-width: 1281px) {
    .has-dropdown:hover .dropdown-content {
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 1;
      visibility: visible;
      pointer-events: all; } }

input.nav-toggle {
  display: none; }

@media only screen and (max-width: 1280px) {
  .nav-toggle:checked ~ .dropdown-content {
    left: 0; }
  #hamburger:checked ~ .header-toggle span {
    color: transparent;
    background: transparent; }
    #hamburger:checked ~ .header-toggle span::before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #hamburger:checked ~ .header-toggle span:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #hamburger:checked ~ .header-nav-list {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -5px 0px 10px 0 rgba(0, 0, 0, 0.2); }
  #hamburger:checked ~ .header-toggle span {
    color: transparent;
    background: transparent; }
    #hamburger:checked ~ .header-toggle span::before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #hamburger:checked ~ .header-toggle span:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); } }

.footer-layer {
  padding-top: 25px; }
  .footer-layer img {
    display: block;
    width: 100%; }

.footer-container {
  position: relative;
  background-color: #162c42;
  padding-block: 40px;
  text-align: center; }
  .footer-container .footer-logo {
    display: block;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .footer-container .footer-logo:hover {
      opacity: 0.7; }
  .footer-container .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 35px;
    position: relative; }
    @media only screen and (max-width: 1100px) {
      .footer-container .footer-nav {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        row-gap: 35px; } }
    @media only screen and (max-width: 850px) {
      .footer-container .footer-nav {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 640px) {
      .footer-container .footer-nav {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    .footer-container .footer-nav li {
      list-style: none;
      position: relative; }
      .footer-container .footer-nav li a {
        color: #fff;
        font-family: "roboto_condensedbold";
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: none;
        letter-spacing: 0.05em;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .footer-container .footer-nav li a:hover {
          color: #7ab6e4; }
        .footer-container .footer-nav li a.footer-blue {
          color: #7ab6e4; }
          .footer-container .footer-nav li a.footer-blue:hover {
            color: #7ab6e4; }
          .footer-container .footer-nav li a.footer-blue::after, .footer-container .footer-nav li a.footer-blue::before {
            background-color: #fff; }
  .footer-container .copyright {
    display: block;
    font-family: "roboto_condensedregular";
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.05em;
    margin-top: 7px; }
  .footer-container .adr {
    font-size: 18px;
    font-family: "roboto_condensedbold";
    color: #fff;
    text-decoration: none;
    padding-top: 25px;
    letter-spacing: 0.07em; }
    .footer-container .adr a {
      text-decoration: none;
      color: #fff;
      font-size: inherit;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .footer-container .adr a:hover, .footer-container .adr a:focus-visible, .footer-container .adr a:focus {
        color: #ed1c24; }
    .footer-container .adr abbr {
      text-decoration: none; }
  .footer-container .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px; }
    .footer-container .footer-social a {
      display: block;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .footer-container .footer-social a img {
        display: block;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
      .footer-container .footer-social a:hover {
        opacity: 0.7; }

.amenities-wrapper {
  position: relative; }
  .amenities-wrapper .blocks {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 50px; }
    @media only screen and (min-width: 1500px) {
      .amenities-wrapper .blocks {
        margin-top: 70px; } }
    @media only screen and (max-width: 740px) {
      .amenities-wrapper .blocks {
        margin-top: 25px; } }
  .amenities-wrapper .fish-graphic {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: -1; }
    @media only screen and (max-width: 1280px) {
      .amenities-wrapper .fish-graphic {
        max-width: 150px; } }
    @media only screen and (max-width: 850px) {
      .amenities-wrapper .fish-graphic {
        max-width: 100px; } }
    @media only screen and (max-width: 740px) {
      .amenities-wrapper .fish-graphic {
        display: none; } }
    .amenities-wrapper .fish-graphic.left {
      left: 0; }
      @media only screen and (max-width: 1000px) {
        .amenities-wrapper .fish-graphic.left {
          display: none; } }
    .amenities-wrapper .fish-graphic.right {
      right: 0; }

.headline {
  padding-top: 40px; }

/* Clear Floats */
.clear {
  clear: both; }

/* JavaScript Error */
.noscriptMessage {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 20px; }

/* Image Styles */
img.pull-right {
  display: block;
  float: right;
  margin: 20px 0px 20px 20px;
  max-width: 100%; }

img.pull-left {
  display: block;
  float: right;
  margin: 20px 20px 20px 0px;
  max-width: 100%; }

img.centered {
  display: block;
  margin: 20px auto;
  max-width: 100%; }

.P--Gallery--Stream {
  position: relative;
  overflow-x: hidden; }
  .P--Gallery--Stream .headline {
    text-align: center;
    padding-block: 50px; }
    @media only screen and (max-width: 1000px) {
      .P--Gallery--Stream .headline {
        padding-block: 35px; } }
  .P--Gallery--Stream main {
    height: auto;
    width: auto;
    max-width: 100%; }
  .P--Gallery--Stream .PhotoEntryThumb {
    margin: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    border-image-width: 0; }
  .P--Gallery--Stream .grid {
    padding-bottom: 100px; }
  .P--Gallery--Stream .grid-item,
  .P--Gallery--Stream .grid-sizer {
    overflow: hidden;
    width: 25%;
    max-width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px; }
    @media screen and (max-width: 1200px) {
      .P--Gallery--Stream .grid-item,
      .P--Gallery--Stream .grid-sizer {
        width: 33.33333%;
        max-width: 33.33333%;
        padding: 5px; } }
    @media screen and (max-width: 640px) {
      .P--Gallery--Stream .grid-item,
      .P--Gallery--Stream .grid-sizer {
        width: 50%;
        max-width: 50%; } }
    .P--Gallery--Stream .grid-item img,
    .P--Gallery--Stream .grid-sizer img {
      width: 100%; }
    .P--Gallery--Stream .grid-item .itemWrap,
    .P--Gallery--Stream .grid-sizer .itemWrap {
      background-color: #fafafa;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

.mfp-bottom-bar {
  background-color: #000;
  color: #fff;
  margin-top: -40px; }
  .mfp-bottom-bar h1 {
    color: #fff;
    padding: 20px;
    font-size: 16px; }
  .mfp-bottom-bar p {
    padding: 0 20px 20px; }

.mfp-counter {
  right: 20px;
  top: 20px; }

.PhotoEntryThumb__caption {
  font-size: 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.PhotoEntryThumb__caption:hover {
  color: #7ab6e4; }

.PhotoEntryThumb__image {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.grid-item:hover .PhotoEntryThumb__image {
  -webkit-filter: brightness(70%);
  filter: brightness(70%); }

.reviewer {
  font-family: "roboto_condensedbold"; }

.P--Testimonials--Stream h1 {
  text-align: center; }

#DownpaymentForm {
  width: 750px;
  display: block;
  margin: auto;
  padding: 40px 0;
  max-width: 90%; }

.fieldset {
  text-align: center;
  padding-bottom: 20px;
  font-family: "roboto_condensedbold";
  text-transform: uppercase;
  font-size: 25px; }
  .fieldset:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #7ab6e4;
    margin-top: 20px; }

.reserve-name {
  width: 48%;
  float: left; }

.billing-name {
  width: 48%;
  float: right; }

@media screen and (max-width: 540px) {
  .reserve-name {
    width: 100%;
    float: none; }
  .billing-name {
    width: 100%;
    float: none; } }

.testimonial-wrap {
  position: relative; }
  .testimonial-wrap .padding-y, .testimonial-wrap .split-col {
    padding-top: 50px; }
  .testimonial-wrap .testimonials {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 50px; }
    @media only screen and (max-width: 1000px) {
      .testimonial-wrap .testimonials {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 35px; } }
    .testimonial-wrap .testimonials .testimonial {
      position: relative; }
      .testimonial-wrap .testimonials .testimonial h2,
      .testimonial-wrap .testimonials .testimonial h3 {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        color: #172c42;
        text-transform: uppercase;
        font-size: clamp(22px, 1.5vw, 28px);
        font-weight: bold;
        margin: 0 0 15px;
        font-family: "roboto_condensedbold";
        letter-spacing: 0.07em; }
        .testimonial-wrap .testimonials .testimonial h2::before,
        .testimonial-wrap .testimonials .testimonial h3::before {
          content: "";
          display: block;
          background: url("/Content/images/icons/quote.png") no-repeat;
          width: 43px;
          height: 35px; }
      .testimonial-wrap .testimonials .testimonial p {
        margin-bottom: 20px; }
        @media only screen and (min-width: 1281px) {
          .testimonial-wrap .testimonials .testimonial p {
            max-width: 90%; } }
        .testimonial-wrap .testimonials .testimonial p small,
        .testimonial-wrap .testimonials .testimonial p strong {
          display: block;
          color: #172c42;
          font-weight: bold; }
  .testimonial-wrap .buttons-wrap {
    padding-top: 75px; }

.split-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1280px) {
    .split-col {
      gap: 70px; } }
  .split-col > * {
    width: calc(100% / 2); }
    @media only screen and (max-width: 1280px) {
      .split-col > * {
        width: 100%; } }
  .split-col .content-wrap {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 5%;
    padding-block: 25px; }
    @media only screen and (max-width: 1280px) {
      .split-col .content-wrap {
        padding: 0; } }
    .split-col .content-wrap h2 {
      color: #162c42;
      margin: 0 0 10px;
      letter-spacing: 0.08em; }
    .split-col .content-wrap img {
      display: block;
      max-height: 250px;
      max-width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    .split-col .content-wrap p a {
      color: #ed1c24;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .split-col .content-wrap p a:hover, .split-col .content-wrap p a:focus-visible, .split-col .content-wrap p a:focus {
        color: #7ab6e4; }
    .split-col .content-wrap ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .split-col .content-wrap ul li a {
        color: #162c42;
        text-decoration: none;
        padding-bottom: 5px;
        font-weight: bold;
        border-bottom: 2px solid #7ab6e4;
        font-size: clamp(16px, 0.94vw, 18px);
        line-height: 1.5;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .split-col .content-wrap ul li a:hover, .split-col .content-wrap ul li a:focus-visible, .split-col .content-wrap ul li a:focus {
          color: #ed1c24; }
    .split-col .content-wrap img {
      margin-top: 25px; }
  .split-col .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 1280px) {
      .split-col .img-wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
    .split-col .img-wrap img {
      display: block;
      max-width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 0 10% 0 10%;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 1280px) {
        .split-col .img-wrap img {
          max-height: 500px; } }
  .split-col .img-wrap + .content-wrap {
    padding-right: 0;
    padding-left: 10%; }
    @media only screen and (max-width: 1280px) {
      .split-col .img-wrap + .content-wrap {
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

.fishing-entry-container {
  position: relative; }
  .fishing-entry-container .split-col:nth-child(odd) {
    background: #ddd; }
    .fishing-entry-container .split-col:nth-child(odd) .img-wrap {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .fishing-entry-container .split-col:nth-child(odd) .content-wrap {
      padding-left: 0;
      padding-right: 5%; }
      @media only screen and (max-width: 1280px) {
        .fishing-entry-container .split-col:nth-child(odd) .content-wrap {
          padding-right: 0; } }
  .fishing-entry-container .split-col:nth-child(even) .content-wrap {
    padding-left: 5%;
    padding-right: 0; }
    @media only screen and (max-width: 1280px) {
      .fishing-entry-container .split-col:nth-child(even) .content-wrap {
        padding-left: 0; } }

.basic-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .basic-split > * {
    width: calc(100% / 2); }
    @media only screen and (max-width: 1280px) {
      .basic-split > * {
        width: 100%; } }
    .basic-split > * ul {
      margin-bottom: 50px; }

.blocks {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 75px; }
  @media only screen and (max-width: 1280px) {
    .blocks {
      margin-bottom: 50px; } }
  .blocks.col-3 .block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 20px);
    flex: 0 0 calc(100% / 3 - 20px); }
    @media only screen and (max-width: 1500px) {
      .blocks.col-3 .block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 2 - 20px);
        flex: 1 0 calc(100% / 2 - 20px); } }
    @media only screen and (max-width: 1000px) {
      .blocks.col-3 .block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%; } }
  .blocks.col-2 .block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px); }
    @media only screen and (max-width: 1000px) {
      .blocks.col-2 .block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%; } }
  .blocks .block {
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 50px 2%;
    border-radius: 7px; }
    @media only screen and (max-width: 1280px) {
      .blocks .block {
        padding: 50px 25px; } }
    @media only screen and (max-width: 480px) {
      .blocks .block {
        padding: 35px 20px; } }
    .blocks .block h2 {
      font-size: clamp(23px, 1.56vw, 30px);
      color: #0f151a; }
    .blocks .block h3 {
      color: #172c42;
      font-size: 20px;
      font-family: "roboto_condensedbold";
      font-weight: 400; }
    .blocks .block p + h2,
    .blocks .block P + h3 {
      margin-top: 35px; }
    .blocks .block ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .blocks .block ul li {
        font-weight: 600; }
        .blocks .block ul li a {
          color: #162c42;
          text-decoration: none;
          padding-bottom: 5px;
          font-weight: bold;
          border-bottom: 2px solid #7ab6e4;
          font-size: clamp(16px, 0.94vw, 18px);
          line-height: 1.5;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .blocks .block ul li a:hover, .blocks .block ul li a:focus-visible, .blocks .block ul li a:focus {
            color: #ed1c24; }

.divided-image {
  position: relative; }
  .divided-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }

.cabin-learn {
  text-align: center;
  position: relative;
  margin: 0 0 50px; }

.cabin-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 50px; }
  @media only screen and (max-width: 2000px) {
    .cabin-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 40px; } }
  @media only screen and (max-width: 1500px) {
    .cabin-grid {
      gap: 25px; } }
  @media only screen and (max-width: 1050px) {
    .cabin-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 550px) {
    .cabin-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .cabin-grid .cabin {
    position: relative;
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 5px;
    overflow: hidden; }
    .cabin-grid .cabin .img-wrap {
      height: 25vh;
      overflow: hidden; }
      @media only screen and (max-width: 2000px) {
        .cabin-grid .cabin .img-wrap {
          height: 35vh; } }
      @media only screen and (max-width: 1700px) {
        .cabin-grid .cabin .img-wrap {
          height: 30vh; } }
      @media only screen and (max-width: 1500px) {
        .cabin-grid .cabin .img-wrap {
          height: 25vh; } }
      @media only screen and (max-width: 1280px) {
        .cabin-grid .cabin .img-wrap {
          height: 20vh; } }
      .cabin-grid .cabin .img-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .cabin-grid .cabin .content-wrap {
      padding: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 15px; }
      @media only screen and (max-width: 480px) {
        .cabin-grid .cabin .content-wrap {
          padding: 25px 20px; } }
      .cabin-grid .cabin .content-wrap h2 {
        color: #162c42;
        font-size: clamp(22px, 1.3vw, 25px);
        margin: 0; }
        @media only screen and (max-width: 1000px) {
          .cabin-grid .cabin .content-wrap h2 {
            font-size: 20px; } }
      .cabin-grid .cabin .content-wrap p {
        font-weight: 600;
        color: #0f151a;
        margin: 0; }
      .cabin-grid .cabin .content-wrap .btn-link {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        display: block;
        text-decoration: underline;
        text-transform: uppercase;
        font-family: "roboto_condensedbold";
        color: #ed1c24;
        font-size: clamp(17px, 0.94vw, 18px);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .cabin-grid .cabin:hover .img-wrap img, .cabin-grid .cabin:focus-visible .img-wrap img, .cabin-grid .cabin:focus .img-wrap img {
      -webkit-filter: brightness(70%);
      filter: brightness(70%);
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .cabin-grid .cabin:hover .content-wrap .btn-link:hover, .cabin-grid .cabin:hover .content-wrap .btn-link:focus-visible, .cabin-grid .cabin:hover .content-wrap .btn-link:focus, .cabin-grid .cabin:focus-visible .content-wrap .btn-link:hover, .cabin-grid .cabin:focus-visible .content-wrap .btn-link:focus-visible, .cabin-grid .cabin:focus-visible .content-wrap .btn-link:focus, .cabin-grid .cabin:focus .content-wrap .btn-link:hover, .cabin-grid .cabin:focus .content-wrap .btn-link:focus-visible, .cabin-grid .cabin:focus .content-wrap .btn-link:focus {
      color: #162c42; }

.cabin-entry {
  position: relative; }
  .cabin-entry h1 {
    font-size: clamp(25px, 1.67vw, 32px);
    margin: 0 0 10px; }
  .cabin-entry h3 {
    font-size: 16px; }
  .cabin-entry .lodge-images {
    display: block;
    margin: 25px 0; }
    .cabin-entry .lodge-images img {
      max-width: 100%; }
      @media only screen and (max-width: 740px) {
        .cabin-entry .lodge-images img {
          display: block;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          margin: 20px 0; } }

.main-section {
  position: relative; }

main ul.links-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 35px;
  column-gap: 35px;
  row-gap: 15px; }
  main ul.links-row li a {
    color: #162c42;
    text-decoration: none;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 2px solid #7ab6e4;
    font-size: clamp(16px, 0.94vw, 18px);
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    main ul.links-row li a:hover, main ul.links-row li a:focus-visible, main ul.links-row li a:focus {
      color: #ed1c24; }

.price-disclaimer {
  width: 100%;
  max-width: 1350px;
  margin-inline: auto;
  text-wrap: balance; }

.rate-iframe-wrapper {
  width: 100%;
  margin: 25px auto 0; }
  .rate-iframe-wrapper iframe {
    max-width: 100%; }

.boat-rentals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  margin: 35px 0 50px; }
  .boat-rentals .boat-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 3%;
    background: #fff;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 3 - 25px);
    flex: 1 1 calc(100% / 3 - 25px); }
    @media only screen and (max-width: 1500px) {
      .boat-rentals .boat-type {
        padding: 35px; } }
    @media only screen and (max-width: 1350px) {
      .boat-rentals .boat-type {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% / 2 - 25px);
        flex: 1 1 calc(100% / 2 - 25px); } }
    @media only screen and (max-width: 1000px) {
      .boat-rentals .boat-type {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
    @media only screen and (max-width: 520px) {
      .boat-rentals .boat-type {
        padding: 25px; } }
    .boat-rentals .boat-type .boat-header img {
      display: block;
      max-width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      margin: 0 auto; }
      @media only screen and (max-width: 740px) {
        .boat-rentals .boat-type .boat-header img {
          max-height: 85px; } }
    .boat-rentals .boat-type .boat-body {
      text-align: center;
      margin: 35px 0; }
      @media only screen and (max-width: 520px) {
        .boat-rentals .boat-type .boat-body {
          margin: 25px 0; } }
      .boat-rentals .boat-type .boat-body ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .boat-rentals .boat-type .boat-body ul li {
          font-family: "roboto_condensedbold";
          text-transform: uppercase;
          font-size: clamp(17px, 1.04vw, 20px);
          color: #0f151a;
          margin: 0 0 25px;
          letter-spacing: 0.07em; }
          @media only screen and (max-width: 520px) {
            .boat-rentals .boat-type .boat-body ul li {
              margin-bottom: 20px; } }
    .boat-rentals .boat-type .boat-footer {
      border-top: 4px solid #b2b3b9;
      padding-top: 25px;
      margin-top: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      gap: 15px; }
      .boat-rentals .boat-type .boat-footer .boat-price {
        font-family: "roboto_condensedbold";
        font-size: clamp(30px, 2vw, 45px);
        font-weight: bold;
        color: #609ceb;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.06em; }
        .boat-rentals .boat-type .boat-footer .boat-price span {
          display: block;
          color: #d9d9dc;
          font-size: clamp(18px, 1.04vw, 20px);
          letter-spacing: 0.05em; }
        .boat-rentals .boat-type .boat-footer .boat-price sup {
          font-size: 0.7em;
          line-height: 1; }

.lodge-price {
  position: relative;
  width: 100%;
  color: #0f151a;
  padding: 35px 3%;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 70px; }
  @media only screen and (max-width: 1500px) {
    .lodge-price {
      padding: 35px; } }
  @media only screen and (max-width: 520px) {
    .lodge-price {
      padding: 25px;
      margin-bottom: 50px; } }
  .lodge-price .lodge-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 15px;
    width: 100%;
    max-width: 480px;
    margin: 25px auto; }
    .lodge-price .lodge-footer .lodge-rate {
      font-family: "roboto_condensedbold";
      font-size: clamp(30px, 2vw, 45px);
      font-weight: bold;
      color: #609ceb;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.06em; }
      .lodge-price .lodge-footer .lodge-rate span {
        display: block;
        color: #d9d9dc;
        font-size: clamp(18px, 1.04vw, 20px);
        letter-spacing: 0.05em; }
      .lodge-price .lodge-footer .lodge-rate sup {
        font-size: 0.7em;
        line-height: 1; }

.intro-split {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .intro-split .main-section {
    width: 60%; }
    @media only screen and (max-width: 1500px) {
      .intro-split .main-section {
        width: 100%; } }
  .intro-split .img-slider {
    width: 40%; }
    @media only screen and (max-width: 1500px) {
      .intro-split .img-slider {
        width: 100%; }
        .intro-split .img-slider.padding-y, .intro-split .img-slider.split-col {
          padding-top: 0; } }
    .intro-split .img-slider .slider-images img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    .intro-split .img-slider .slick-dots {
      margin: 25px 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 15px; }
      .intro-split .img-slider .slick-dots li {
        font-size: 0; }
        .intro-split .img-slider .slick-dots li button {
          border: none;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background: #b4d1e9;
          cursor: pointer;
          -webkit-transform: all 0.3s ease;
          -ms-transform: all 0.3s ease;
          transform: all 0.3s ease; }
          @media only screen and (max-width: 640px) {
            .intro-split .img-slider .slick-dots li button {
              width: 12px;
              height: 12px; } }
        .intro-split .img-slider .slick-dots li.slick-active button {
          background: #075094; }
        .intro-split .img-slider .slick-dots li:hover button {
          background-color: #ed1c24; }
