.button:before,
.center-heading,
.header-fixed,
.space,
header,
img {
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
  display: block;
}

h3,
h3 a,
h3 a:visited {
  color: #00779c;
}

h1,
h2,
h4 {
  text-transform: capitalize;
}

  h4,
  h4 a,
  h4 a:visited,
  p a:active,
  p a:hover {
    color: #006940;
  }

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    li a,
    p a {
      transition: 0.3s;
      text-decoration: underline;
    }

.button,
body {
  position: relative;
}

html,
nav .pushNav {
  overflow-x: hidden;
}

*,
:after,
:before {
  box-sizing: border-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

h1,
h2,
h3,
h4,
html,
p {
  margin: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
html {
  padding: 0;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

p {
  font-size: 100%;
}

body {
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: Nunito, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

  blockquote:after,
  blockquote:before,
  q:after,
  q:before {
    content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  cursor: pointer;
}

::selection {
  background: #f0ac21;
}

::-moz-selection {
  background: #f0ac21;
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

    a[href]:after {
      content: " (" attr(href) ")";
    }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

html {
  font-size: 62.5%;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
  font-size: 3em;
  letter-spacing: normal;
  line-height: 1.1;
}

h3,
h4 {
  font-size: 1.5em;
  font-family: Oswald, sans-serif;
}

h1,
h1 a,
h1 a:visited,
h2,
h2 a,
h2 a:visited {
  color: #000;
}

h3 {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
}

  h1,
  h1 a,
  h2,
  h2 a,
  h3 a,
  h4,
  h4 a,
  li a,
  p a {
    font-weight: 700;
  }

.button,
h4 {
  letter-spacing: 1px;
}

p {
  font-family: Nunito, sans-serif;
  padding: 10px 0;
}

  .mobile-utility .links a:active,
  .mobile-utility .links a:hover,
  .mobile-utility .links a:visited,
  li a,
  li a:visited,
  nav .pushNav .nav__item .nav__list--secondary li a,
  p,
  p a,
  p a:visited {
    color: #2e2316;
  }

    li a:active,
    li a:hover {
      color: #006940;
    }

.button-1,
.button-1:visited,
.button-2,
.button-2:hover,
.button-2:visited,
.clear-button,
.home-res .reservation-bar .block.res-book a:visited,
.package-res .reservation-bar .block.res-book a:visited {
  color: #fff;
}

.italic {
  font-style: italic;
}

.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 100%;
  margin: 10px 5px;
  -webkit-appearance: none !important;
  line-height: 100%;
  outline: 0;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s;
}

.center-heading p,
.full {
  padding-top: 20px;
}

.button:before {
  content: "";
  height: 200%;
  position: absolute;
  top: -5px;
  left: -50px;
  background-image: url(../../images/button-circle.svg);
  background-repeat: no-repeat;
  transition: 0.5s ease-in-out;
}

.button:hover:before {
  left: -25px;
}

.button-1 {
  background: #006940;
}

  .button-1:hover {
    color: #fff;
    background: #004027;
  }

.button-2 {
  background: #00779c;
}

  .button-2:hover {
    background: #005873;
  }

.clear-button {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 5px;
}

  .clear-button:before {
    display: none;
  }

  .clear-button:hover,
  .mobile-utility .links a {
    background-color: #fff;
    color: #2e2316;
  }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: #2e2316 dotted 2px !important;
}

.font-1 {
  font-family: Oswald, sans-serif;
}

.font-2 {
  font-family: "Playfair Display", serif;
}

.pencil-bar p a,
.uppercase {
  text-transform: uppercase;
}

.color-1-bg {
  background: #006940;
}

.color-2-bg {
  background: #00779c;
}

.color-3-bg {
  background: #721950;
}

.color-4-bg {
  background: #b03e30;
}

.color-1 {
  color: #006940;
}

.color-2 {
  color: #00779c;
}

.color-3 {
  color: #721950;
}

.color-4 {
  color: #b03e30;
}

.texture-1 {
  background: url(/images/halftone-web.png);
  background-size: cover;
}

.texture-2 {
  background: url(https://subtlepatterns.com/patterns/asanoha-400px.png);
}

.border-top,
.desktop-border-top {
  position: relative;
}

  .border-top:after,
  .desktop-border-top:after {
    content: "";
    position: absolute;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(183, 183, 183, 0) 5%, #b7b7b7 25%, #b7b7b7 75%, rgba(183, 183, 183, 0) 95%);
    top: 0;
    left: 0;
  }

@media only screen and (min-width: 768px) {
  .border-top:after {
    display: none;
  }
}

.align-center {
  text-align: center;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

  .header-fixed .branding {
    top: -23px;
  }

@supports (display: block) {
  .header-fixed .branding {
    top: 1px;
  }
}

.terms_banner-scroll {
  top: 50px !important;
  transition: all 0.5s;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

  .embed-container embed,
  .embed-container iframe,
  .embed-container object,
  .embed-container-video embed,
  .embed-container-video iframe,
  .embed-container-video object,
  .iframe-container-golf iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  display: inline-block !important;
}

.onsite {
  display: none;
}

.full .buttons,
.offsite {
  display: block;
}

.full {
  padding-bottom: 20px;
}

  .full.gutter {
    padding-left: 20px;
    padding-right: 20px;
  }

@media only screen and (min-width: 62em) {
  .full.gutter {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .full.desktop-gutter {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 62em) {
  .full.desktop-gutter {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.full ul li {
  padding-left: 16px;
  font-family: Nunito, sans-serif;
  color: #2e2316;
  line-height: 30px;
}

  .full ul li:before {
    content: "\2022";
    color: #721950;
    padding-right: 8px;
  }

.space {
  min-height: 100px;
}

  .space:after {
    content: "";
    display: table;
    clear: both;
  }

.center,
.center-heading h1,
.center-heading h2,
.center-heading h3 {
  text-align: center;
}

.center-heading .ski-heading {
  padding: 20px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .center-heading .ski-heading {
    padding: 20px 150px;
  }
}

.event-content .standard-copy p {
  width: 60%;
  margin-bottom: 0 auto;
}

.center-button,
.pencil-bar p {
  text-align: center;
}

.auto-column {
  column-count: 2;
}

.calc-num {
  font-size: 4em;
  font-family: Oswald, sans-serif;
}

#scrollUp {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 2%;
  color: #fff;
  z-index: 5 !important;
}

.breadcrumb-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #00779c;
  z-index: 10;
}

@media only screen and (min-width: 1025px) {
  .breadcrumb-bar {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
}

.breadcrumb-bar .breadcrumb-container,
.breadcrumb-bar .cta-container .cta-button.cta--two {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .breadcrumb-bar .breadcrumb-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
  }
}

.breadcrumb-bar .cta-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

  #scrollUp,
  .breadcrumb-bar .cta-container .cta-button {
    padding: 10px;
  }

@media only screen and (min-width: 1025px) {
  .breadcrumb-bar .cta-container .cta-button {
    max-width: 300px;
    padding: 15px 50px;
  }

    .breadcrumb-bar .cta-container .cta-button.cta--two {
      display: inline-block;
    }

  .breadcrumb-bar .cta-container .cta--contact {
    display: none;
  }
}

.breadcrumb-bar .cta-container .cta--contact {
  padding: 10px;
}

.breadcrumb-bar .cta-container--mobile + .cta-container,
.pushNavIsOpen .megamenu ul,
header .nav-button span,
header .nav-button:before {
  display: none;
}

@media only screen and (min-width: 768px) {
  .breadcrumb-bar .cta-container--mobile {
    display: none;
  }

    .breadcrumb-bar .cta-container--mobile + .cta-container {
      display: -ms-flexbox;
      display: flex;
    }
}

.sitemap-wrapper {
  margin: 1em;
  padding-top: 2em;
}

.edit-content--buttons {
  display: none;
  margin-top: 10px;
  border-bottom: 5px solid #006940;
  text-align: center;
}

  .edit-content--buttons .button {
    margin: -5px 5px;
    background-color: #00779c;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

    .edit-content--buttons .button.active-button {
      background-color: #006940;
    }

.embed-container-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  .sitemap-wrapper .auto-column {
    column-count: 1;
  }

  .embed-container-video {
    margin-bottom: 10px;
  }
}

.iframe-container-golf {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 10px 0;
}

  .iframe-container-golf iframe {
    border: 0;
  }

.pushNavIsOpen {
  overflow: hidden;
  height: 100%;
}

header {
  position: relative;
  height: 70px;
  background-color: #fff;
  border-bottom: 0.1px solid #2e2316;
}

  header.static-header {
    position: static;
  }

  header .branding,
  header .branding img {
    max-width: 100px;
    height: auto;
    margin: 0 auto;
  }

  header .branding {
    padding-top: 3px;
    width: 30%;
  }

    header .branding .cls-1 {
      opacity: 1;
      fill: #00683f;
    }

    header .branding .cls-2 {
      fill: none;
    }

    header .branding .cls-3 {
      fill: #fff;
    }

    header .branding img {
      display: block;
      width: 100%;
    }

  header .fa-bars {
    position: absolute;
    left: 10px;
    top: 10px;
  }

  header .nav-button {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px;
    background-color: transparent;
    color: #00779c;
    border: 1px solid #00779c;
    border-radius: 5px;
  }

    header .nav-button.mobile-open--active {
      background-color: #00779c;
      color: #fff;
    }

    header .nav-button .res-button--copy {
      display: inline;
    }

@media only screen and (min-width: 1025px) {
  header {
    width: 100%;
    background-color: #006940;
    box-shadow: 4px 3px 14px -3px #333;
    padding: 0;
    height: auto;
    border: 0;
    z-index: 9999;
    transition: 1s;
  }

    header .branding {
      display: inline-block;
      position: absolute;
      top: -46px;
      margin-left: 2%;
      z-index: 2;
      width: 150px;
      max-width: none;
      height: auto;
      padding: 0;
    }

      header .branding:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100px;
        width: 175px;
        height: 175px;
        left: 48%;
        top: 33%;
        background: #fff;
        box-shadow: 0 1px rgba(0, 0, 0, 0.25);
        z-index: -1;
        transform: translate(-50%, -50%);
      }

      header .branding .cls-1 {
        opacity: 1;
      }

      header .branding img {
        position: relative;
        width: 90%;
        max-width: inherit;
        margin: 7% 9%;
        z-index: 1;
      }

      header .branding .replaced-svg {
        position: relative;
        top: -8px;
      }

  @supports (display: block) {
    header .branding .replaced-svg {
      top: 0;
    }
  }

  header .fa-bars,
  header .mobile-utility,
  header .nav-button {
    display: none;
  }
}

.home-res .reservation-bar .block .res-content #dt1_1,
.home-res .reservation-bar .block .res-content #dt2_1,
.m-add-1 {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .m-add-1 {
    display: none;
  }
}

.burger,
.burger > * {
  position: absolute;
  -webkit-backface-visibility: hidden;
}

.burger {
  top: 5px;
  left: 15px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  width: 54px;
  height: 54px;
  transition: all 0.2s ease-in-out;
}

.pushNavIsOpen .burger {
  z-index: 51;
}

.burger:hover {
  cursor: pointer;
  opacity: 0.8;
}

.burger > * {
  display: block;
  width: 34px;
  height: 3px;
  background: #000;
  right: 10px;
  transition: all 0.4s ease-in-out;
}

.burger-top {
  margin-top: 17px;
}

.burger-middle {
  margin-top: 26px;
}

.burger-bottom {
  margin-top: 35px;
}

.pushNavIsOpen .burger .burger-top,
.pushNavIsOpen .burger:hover .burger-top {
  transform: rotate(135deg);
  top: 10px;
  width: 34px;
}

.pushNavIsOpen .burger .burger-middle,
.pushNavIsOpen .burger:hover .burger-middle {
  opacity: 0;
  width: 0;
  right: 50%;
}

.pushNavIsOpen .burger .burger-bottom,
.pushNavIsOpen .burger:hover .burger-bottom {
  transform: rotate(-135deg);
  top: -8px;
  width: 34px;
}

.pencil-bar {
  background: #f0ece8;
  font-size: 0.75em;
  position: relative;
  z-index: 10000;
}

  .pencil-bar p {
    color: inherit;
    font-size: 1em;
  }

    .pencil-bar p a {
      color: #c8123f;
    }

.sub-header {
  display: none;
}

.mobile-utility {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

  .mobile-utility .phone,
  .mobile-utility .phone:active,
  .mobile-utility .phone:hover,
  .mobile-utility .phone:visited {
    color: #721950 !important;
  }

@media only screen and (min-width: 1025px) {
  .sub-header {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15%;
    width: 80%;
  }

    .sub-header .search-wrap,
    .sub-header .utility-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
    }

      .sub-header .utility-nav,
      .sub-header .utility-nav .links {
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
      }

        .sub-header .utility-nav .links {
          display: -ms-flexbox;
          display: flex;
          width: 95%;
        }

          .sub-header .utility-nav .links li {
            display: inline-block;
          }

            .sub-header .utility-nav .links li a {
              display: block;
              padding: 10px;
              color: #2e2316;
              font-family: Nunito, sans-serif;
              font-weight: 400;
              text-decoration: underline;
              font-size: 15px;
            }

              .sub-header .utility-nav .links li a:active,
              .sub-header .utility-nav .links li a:hover,
              .sub-header .utility-nav .links li a:visited {
                color: #2e2316;
              }

            .sub-header .utility-nav .links li .phone {
              color: #721950;
              text-decoration: none;
              border: none;
            }

              .sub-header .utility-nav .links li .phone:active,
              .sub-header .utility-nav .links li .phone:hover,
              .sub-header .utility-nav .links li .phone:visited {
                color: #721950;
              }

    .sub-header .search-wrap {
      padding-left: 10px;
      width: 20%;
    }

      .sub-header .search-wrap .search {
        width: 100%;
        position: relative;
      }

        .sub-header .search-wrap .search .searchTerm {
          width: 100%;
          border: 1px solid #00779c;
          padding: 12px 10px;
          border-radius: 5px;
          color: #000;
          margin: 5px 0;
        }

          .sub-header .search-wrap .search .searchTerm:-ms-input-placeholder {
            color: #000;
          }

          .sub-header .search-wrap .search .searchTerm::placeholder {
            color: #000;
          }

          .sub-header .search-wrap .search .searchTerm:focus {
            color: #2e2316;
          }

        .sub-header .search-wrap .search .searchButton {
          position: absolute;
          top: 5px;
          bottom: 5px;
          right: 0;
          width: 40px;
          border: 1px solid #00779c;
          background: #00779c;
          text-align: center;
          color: #fff;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
          cursor: pointer;
          font-size: 20px;
        }

  .mobile-utility,
  .skip-nav {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .skip-nav {
    display: block;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    outline: 0;
    letter-spacing: 2px;
    font-size: 0.9em;
    padding: 1em;
    position: fixed;
    margin-top: 0;
    left: 0;
    transition: all 1s 3s;
    z-index: 525600;
  }

    .skip-nav,
    .skip-nav:hover,
    .skip-nav:link,
    .skip-nav:visited {
      color: transparent;
    }

      .skip-nav:focus {
        background-color: #006940;
        color: #fff;
        text-decoration: underline;
        transition-delay: 0s;
      }
}

.home-res .reservation-bar .block input:focus,
.package-res .reservation-bar .block input:focus {
  outline-color: #fff;
}

.home-res {
  transition: 0.5s all ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .home-res {
    display: none;
  }
}

.home-res .reservation-bar,
.home-res .reservation-bar .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-res .reservation-bar {
  width: 100%;
  height: auto;
  background-color: #00779c;
  color: #fff;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

  .home-res .reservation-bar .block {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

    .home-res .reservation-bar .block:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.6);
    }

@media only screen and (min-width: 1200px) {
  .home-res .reservation-bar .block {
    -ms-flex: 1 0 10%;
    flex: 1 0 10%;
    border-bottom: none;
  }
}

.home-res .reservation-bar .block .res-icon {
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  text-align: center;
  font-size: 1.4em;
  color: rgba(255, 255, 255, 0.6);
}

.home-res .reservation-bar .block .res-content {
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

  .home-res .reservation-bar .block .res-content label,
  .home-res .reservation-bar .block .res-select label {
    font-weight: 700;
    padding-left: 5px;
  }

.home-res .reservation-bar .block .res-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}

  .home-res .reservation-bar .block .res-select select,
  .home-res .reservation-bar .block input[type="text"] {
    background-color: #00779c;
    color: #fff;
    border: none;
    font-family: Oswald, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
  }

  .home-res .reservation-bar .block .res-select select {
    margin-right: 0;
    width: 90%;
  }

.home-res .reservation-bar .block.res-promo {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

@media only screen and (min-width: 1200px) {
  .home-res .reservation-bar .block .res-select select {
    width: 75%;
  }

  .home-res .reservation-bar .block.res-promo {
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
  }
}

.home-res .reservation-bar .block .res-code {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: center;
  position: relative;
  padding: 5px 0;
}

  .home-res .reservation-bar .block .res-code input[type="text"],
  .package-res .reservation-bar .block .res-code input[type="text"] {
    text-align: center;
    padding: 5px 0;
  }

  .home-res .reservation-bar .block .res-code .code__label {
    width: 64%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: all 0.2s linear;
    font-weight: 700;
    text-decoration: underline;
  }

    .home-res .reservation-bar .block .res-code .code__label.label-move,
    .package-res .reservation-bar .block .res-code .code__label.label-move {
      font-size: 0.8em;
      background: #00779c;
      top: 0;
      transition: all 0.2s linear;
    }

.home-res .reservation-bar .block input[type="text"] {
  width: 100%;
  margin: 0;
  padding-left: 5px;
}

.home-res .reservation-bar .block.res-book {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

  .home-res .reservation-bar .block.res-book .button {
    cursor: pointer;
    font-size: 1.2em;
  }

  .home-res .reservation-bar .block.res-book a,
  .package-res .reservation-bar .block.res-book a {
    color: #fff;
    text-decoration: none;
  }

  .home-res .reservation-bar .block.res-book .modify-res,
  .package-res .reservation-bar .block.res-book .modify-res,
  nav .pushNav_level > ul .sub-parent a {
    text-decoration: underline;
  }

.home-res .reservation-bar .arrive,
.home-res .reservation-bar .depart {
  cursor: pointer;
}

.home-res .button--open-res {
  display: none;
}

  .home-res .button--open-res.show-open-res {
    display: block;
    position: absolute;
    top: -56px;
    right: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.home-res.hide-home-res {
  position: fixed;
  bottom: -197px;
  z-index: 100;
  width: 101%;
}

@media only screen and (min-width: 1200px) {
  .home-res .reservation-bar .block.res-book {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-res.hide-home-res {
    bottom: -161px;
    bottom: var(--hidden-height, -161px);
  }
}

.home-res.show-home-res {
  bottom: 0;
  transition: 0.5s all ease-in-out;
}

.home-res.show-mobile-home-res {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 70px;
  bottom: 0;
  width: 102%;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

  .home-res.show-mobile-home-res #res-form {
    width: 80%;
    margin: 0 auto;
  }

    .home-res.show-mobile-home-res #res-form .block {
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      border-right: none;
    }

@media only screen and (min-width: 768px) {
  .home-res.show-mobile-home-res #res-form .block {
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }

    .home-res.show-mobile-home-res #res-form .block.res-book,
    .home-res.show-mobile-home-res #res-form .block.res-promo {
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
    }
}

.package-res .reservation-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background-color: #00779c;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .package-res .reservation-bar {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.package-res .reservation-bar .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media only screen and (min-width: 768px) {
  .package-res .reservation-bar .block {
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }
}

@media only screen and (min-width: 1025px) {
  .package-res .reservation-bar .block {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.package-res .reservation-bar .block:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.package-res .reservation-bar .block .res-icon {
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  text-align: center;
  font-size: 1.4em;
  color: rgba(255, 255, 255, 0.6);
}

.package-res .reservation-bar .block .res-content {
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

  .package-res .reservation-bar .block .res-content #dt1_1,
  .package-res .reservation-bar .block .res-content #dt2_1,
  nav .pushNav.toggled .nav__list--secondary,
  nav .pushNav_level > ul {
    display: block;
  }

  .package-res .reservation-bar .block .res-content label,
  .package-res .reservation-bar .block .res-select label {
    font-weight: 700;
  }

.package-res .reservation-bar .block .res-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}

  .package-res .reservation-bar .block .res-select select,
  .package-res .reservation-bar .block input[type="text"] {
    font-family: Oswald, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #00779c;
    color: #fff;
    border: none;
    letter-spacing: 2px;
    cursor: pointer;
  }

  .package-res .reservation-bar .block .res-select select {
    margin-right: 10px;
    width: 50%;
  }

.package-res .reservation-bar .block .res-code {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: center;
  position: relative;
  padding: 5px 0;
}

  .package-res .reservation-bar .block .res-code .code__label {
    width: 64%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: all 0.2s linear;
    font-weight: 700;
    text-decoration: underline;
  }

.package-res .reservation-bar .block input[type="text"] {
  width: 100%;
  margin: 0;
}

.package-res .reservation-bar .block.res-promo {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media only screen and (min-width: 768px) {
  .package-res .reservation-bar .block.res-promo {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .package-res .reservation-bar .block.res-promo {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.package-res .reservation-bar .block.res-book {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media only screen and (min-width: 768px) {
  .package-res .reservation-bar .block.res-book {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.package-res .reservation-bar .block.res-book .button {
  cursor: pointer;
  font-size: 1.2em;
}

.package-res .reservation-bar .arrive,
.package-res .reservation-bar .depart {
  cursor: pointer;
}

.reservation-bottom {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #00779c;
}

  .reservation-bottom .button {
    position: absolute;
    bottom: 0;
    right: 3%;
    margin: 0;
  }

#ui-datepicker-div {
  z-index: 105 !important;
}

nav ul li {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .reservation-bottom {
    display: none;
  }

  nav.pushNav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70px;
    left: -100%;
    z-index: 100;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #006940;
    transition: ease-in-out 0.6s;
  }

    nav.pushNav .nav-menu,
    nav.pushNav .primary-title {
      position: relative;
    }

    nav.pushNav a {
      text-decoration: none;
      font-family: Oswald, sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      padding: 16px 0;
      border-bottom: 1px solid #fff;
      display: block;
      text-indent: 16px;
      transition: background 0.4s ease-in-out;
    }

      nav.pushNav a:hover {
        background: rgba(255, 255, 255, 0.5);
      }

      nav.pushNav a:active,
      nav.pushNav a:visited {
        color: #fff;
      }

    nav.pushNav .primary-title:after {
      position: absolute;
      content: url(/images/nav-right-arrow.png);
      top: 15px;
      right: 25px;
      color: #fff;
      display: block;
      height: auto;
      width: 10%;
    }
}

nav .pushNav {
  width: 105%;
  position: absolute;
  top: 0;
  left: -105%;
  z-index: 100;
  overflow-y: scroll;
  transition: ease-in-out 0.6s;
}

  nav .pushNav,
  nav .pushNav .closeLevel,
  nav .pushNav_level > ul .closeLevel {
    background-color: #006940;
  }

    nav .pushNav .nav__item {
      display: block;
      clear: both;
    }

      nav .pushNav .nav__item a.nav__link--primary {
        color: #fff;
        border-bottom: 1px solid #2e2316;
        text-decoration: underline;
        font-weight: 600;
        letter-spacing: 1px;
        display: block;
      }

        nav .pushNav .nav__item a.nav__link--primary.hasChild {
          float: left;
        }

          nav .pushNav .nav__item a.nav__link--primary.hasChild.notouchNav {
            width: 70%;
            background-color: #00779c;
          }

          nav .pushNav .nav__item a.nav__link--primary.hasChild.touchNav {
            width: 30%;
            padding: 15px;
            border-left: 1px solid #2e2316;
            background-color: #00779c;
          }

            nav .pushNav .nav__item a.nav__link--primary.hasChild.touchNav:after {
              clear: both;
            }

            nav .pushNav .nav__item a.nav__link--primary.hasChild.touchNav:focus {
              outline: 0;
            }

        nav .pushNav .nav__item a.nav__link--primary:first-child {
          padding: 15px;
        }

          .breadcrumb--item:first-child .breadcrumb--spacer,
          nav .pushNav .nav__item a.nav__link--primary:first-child i.fa {
            display: none;
          }

        nav .pushNav .nav__item a.nav__link--primary i.fa {
          line-height: 1;
          width: 100%;
          position: relative;
          transform: translateX(44%);
          font-size: 1.2em;
        }

    nav .closeLevel,
    nav .openLevel,
    nav .pushNav a,
    nav .pushNav_level-label {
      font-size: 16px;
    }

    nav .pushNav .nav__item .nav__list--secondary li {
      background-color: #ede9e5;
    }

    nav .pushNav.toggled .nav__item--link a.nav__link--primary {
      background-color: #006940;
      color: #fff;
    }

      nav .pushNav.toggled .nav__item--link a.nav__link--primary .fa-caret-right:before {
        content: "\f0d7";
      }

    nav .pushNav a,
    nav .pushNav a:active,
    nav .pushNav a:hover,
    nav .pushNav a:visited {
      color: #fff;
    }

nav .pushNav_indent * .pushNav {
  background-color: #00779c;
}

nav .pushNav_level.isOpen,
nav.js-topPushNav.isOpen {
  left: 0;
}

nav .closeLevel,
nav .openLevel {
  cursor: pointer;
}

nav .pushNav_level {
  background: #00779c;
}

  nav .pushNav_level *,
  nav .pushNav_level a {
    color: #fff;
  }

  nav .pushNav_level .menu-img {
    display: none !important;
  }

nav .closeLevel,
nav .openLevel,
nav .pushNav a,
nav .pushNav_level-label {
  text-decoration: none;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px 0;
  border-bottom: 1px solid #fff;
  display: block;
  text-indent: 16px;
  transition: background 0.4s ease-in-out;
}

  nav .closeLevel:hover,
  nav .openLevel:hover,
  nav .pushNav a:hover,
  nav .pushNav_level-label:hover {
    background: rgba(255, 255, 255, 0.5);
  }

  nav .pushNav_level-label:hover {
    background: 0 0;
  }

  .breadcrumb--item a:hover,
  .breadcrumb--item a:visited,
  nav .pushNav_level-label.hdg {
    color: #fff;
  }

@media only screen and (min-width: 1025px) {
  .package-res .reservation-bar .block.res-book {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  nav a,
  nav ul.megamenu > .nav__item {
    font-family: Oswald, sans-serif;
  }

  nav ul li {
    color: #fff;
    list-style: none;
    transition: 0.5s;
  }

  nav a,
  nav ul.megamenu ul li a {
    font-size: 16px;
    text-transform: uppercase;
  }

  nav a {
    display: block;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    letter-spacing: 2px;
  }

  nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 15%;
    width: 80%;
    padding: 0;
  }

    nav > ul > li > a {
      padding: 15px 25px;
    }

  nav ul > li.submenu > a:after {
    position: relative;
    float: right;
    content: "";
    margin-left: 10px;
    margin-top: 8px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
  }

  nav ul > li.submenu:hover > a:after {
    margin-top: 2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #fff;
  }

  nav ul.megamenu,
  nav > ul > li:hover {
    background-color: #f0ece8;
  }

    nav ul.megamenu ul li a:hover,
    nav > ul > li:hover a {
      color: #006940;
    }

  nav ul.megamenu {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    top: -9999px;
    left: 0;
    width: 100%;
    min-height: 375px;
    padding: 40px;
    text-align: left;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
  }

    nav ul.megamenu .menu-img {
      display: block !important;
      position: absolute;
      padding-left: 5%;
      right: 0;
    }

    nav ul.megamenu .fa-plus {
      display: none;
    }

  nav ul li ul.megamenu.hovered,
  nav ul li:hover ul.megamenu {
    top: 100%;
  }

  nav ul.megamenu > .nav__item {
    color: #2e2316;
    box-shadow: none;
    margin: 0;
    position: relative;
    padding-left: 2%;
    padding-right: 5%;
    border-right: 1px solid #b7b7b7;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }

    nav ul.megamenu > .nav__item .nav-item--wrapper {
      display: inline-block;
      text-align: left;
    }

  nav ul.megamenu .sub-parent {
    font-size: 25px;
    color: #00779c;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-decoration: underline;
  }

  nav ul.megamenu .closeLevel,
  nav ul.megamenu .js-closeLevel {
    display: none;
  }

  nav ul.megamenu > li {
    display: block;
  }

  nav ul.megamenu ul li a {
    margin-top: 10px;
    color: #2e2316;
    line-height: 24px;
    letter-spacing: 1.3px;
  }

  nav .pushNav_level ul li:first-child .tertiary-sublink {
    padding-top: 0;
  }

  nav ul.megamenu > li.item-img {
    position: relative;
    padding-left: 5%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .nav__list--secondary {
    display: none;
  }

  #nav li.nav__item--secondary {
    display: block;
  }

  .nav__list--secondary li:first-child .tertiary-sublink {
    padding-top: 70px;
  }
}

nav ul.megamenu .logo-background {
  position: absolute;
  left: 0.2px;
  width: 150px;
  height: 97px;
  margin-left: 2%;
  padding: 0;
  border: none !important;
  opacity: 0.3;
  top: -98px;
  display: none;
}

@media only screen and (max-width: 1024px) {
  nav ul.megamenu .logo-background {
    display: none !important;
  }
}

nav ul.megamenu .logo-background .cls-1 {
  opacity: 1;
  fill: #00683f;
}

nav ul.megamenu .logo-background .cls-2 {
  fill: none;
}

nav ul.megamenu .logo-background .cls-3 {
  fill: #fff;
}

nav ul.megamenu .logo-background:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 175px;
  height: 175px;
  left: 48%;
  top: 33%;
  background: #fff;
  z-index: -1;
  transform: translate(-50%, -50%);
}

nav ul.megamenu .logo-background.move-logo {
  top: -52px;
}

@supports (display: block) {
  nav ul.megamenu .logo-background {
    display: block;
  }
}

.breadcrumb--item {
  display: inline-block;
  position: relative;
}

  .breadcrumb--item a {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 400;
    padding: 1em 0.5em;
  }

    .breadcrumb--item a .svg-inline--fa {
      position: absolute;
      top: 52%;
      right: 0.5em;
      transform: translateY(-50%);
      font-size: 1.2em;
    }

  .breadcrumb--item.has-children a {
    padding-right: 1.75em;
  }

  .breadcrumb--item .breadcrumb-secondary {
    position: absolute;
    width: 150%;
    background-color: #00779c;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    transition: all 0.2s linear;
    z-index: 10;
  }

    .breadcrumb--item .breadcrumb-secondary.hovered,
    .breadcrumb--item:hover .breadcrumb-secondary {
      transform: scaleY(1);
      visibility: visible;
      transition: all 0.2s linear;
    }

.breadcrumb--spacer,
.terms_message a:active,
.terms_message a:link,
.terms_message a:visited {
  color: #fff;
}

  .breadcrumb--spacer:first-child {
    display: none;
  }

.terms_banner-wrapper {
  padding: 10px;
  width: 100%;
  position: fixed;
  top: 70px;
  z-index: 998;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.5s;
  background-color: #00779c;
  opacity: 0;
  pointer-events: none;
}

  .terms_banner-wrapper.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

.terms_banner .button {
  padding: 10px 20px;
  margin: 0 10px;
}

.terms_message {
  display: block;
  margin: 0;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}

.terms-close {
  display: block;
  font-weight: 700;
  margin-top: 5px;
  text-decoration: none;
}

  .terms-close:active,
  .terms-close:link,
  .terms-close:visited {
    color: #fff;
  }

  .terms-close:before {
    content: "Close";
    margin-right: 5px;
  }

@media only screen and (min-width: 1025px) {
  .terms_banner-wrapper {
    top: 100px;
    padding: 0;
  }

  .terms_message {
    margin: 10px 0;
    display: inline-block;
  }

  .terms-close {
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding: 0 5px;
  }

    .terms-close:before {
      display: none;
    }
}

.cta-homepage img,
.hero-banner img {
  max-width: none;
  width: 100%;
}

.cta-homepage {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .cta-homepage:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 95%);
  }
}

.cta-homepage .content-overlay {
  background-color: #006940;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 5px;
}

  .cta-homepage .content-overlay:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 105, 64, 0) 0, #006940 95%);
    z-index: 1;
  }

  .cta-homepage .content-overlay h1 {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 2em;
    line-height: 1;
    padding-bottom: 10px;
  }

@media only screen and (min-width: 768px) {
  .cta-homepage .content-overlay {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    z-index: 2;
    max-width: 800px;
    text-align: left;
  }

    .cta-homepage .content-overlay:after {
      display: none;
    }

    .cta-homepage .content-overlay h1 {
      text-shadow: 0 0 0.6em #000, 0 0 0.4em #000;
      font-family: "Playfair Display", serif;
      color: #fff;
      font-size: 40px;
      font-weight: 700;
      line-height: 70px;
      margin-bottom: 0;
    }
}

@media only screen and (min-width: 1025px) {
  .cta-homepage .content-overlay {
    left: 50%;
  }

    .cta-homepage .content-overlay h1 {
      font-size: 50px;
      margin-bottom: 5px;
    }
}

.cta-homepage .content-overlay h2 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .cta-homepage .content-overlay h2 {
    text-shadow: 0 0 0.6em #000, 0 0 0.4em #000;
    font-size: 25px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .cta-homepage .content-overlay h2 {
    margin-bottom: 10px;
  }
}

.cta-homepage .content-overlay p {
  text-shadow: 0 0 0.6em #000, 0 0 0.4em #000;
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

@media only screen and (max-width: 1024px) {
  .cta-homepage .content-overlay .hero-button {
    width: 40%;
    padding: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .cta-homepage .content-overlay .hero-button.button {
    margin: 2px 5px;
    text-shadow: 0 0 1em #000;
  }

    .cta-homepage .content-overlay .hero-button.button:hover {
      text-shadow: none;
    }
}

@media only screen and (min-width: 1025px) {
  .cta-homepage .content-overlay .hero-button.button {
    margin: 10px 5px;
  }
}
