@charset "UTF-8";
/* Colors */
/* Margin top and bottom on block element items */
/* Margin on position-right and left floated items */
.modal__header .modal__title, .cabin-item h2 span, .sidebar-area h2 a, .page-footer-main .contact h2, .nav-breadcrumbs, .block-accordion .accordion-toggle button::before, .news-block .content h2, html {
  font-family: "Inter", sans-serif;
}

.gm-style .gm-style-iw-c h2, .location-item h2, .dc-dropdown .container .content .title, .cabin-item .location, .block-testimonial, .block-featured .block-featured-content-item .location, .block-featured .block-featured-content-item a, .font-secondary, .page-footer-main .contact .phone a, .block-download-callout h3, .block-accordion .accordion-toggle button .number, .block-accordion .accordion-toggle button, .block-content-highlight, .result-info, .listing-item h3, .news-block .news-item h3, .freeform-label, h4, h2 {
  font-family: "Taviraj", serif;
}

.sg-element, .styleguide hr, .sg-colors, .page-main, .block-gallery {
  zoom: 1;
}
.sg-element:before, .styleguide hr:before, .sg-colors:before, .page-main:before, .block-gallery:before, .sg-element:after, .styleguide hr:after, .sg-colors:after, .page-main:after, .block-gallery:after {
  content: "";
  display: table;
}
.sg-element:after, .styleguide hr:after, .sg-colors:after, .page-main:after, .block-gallery:after {
  clear: both;
}

.cabin-item h2 a::before, .block-featured .block-featured-content-item a::before, .block-child-pages .block-child-page a::before, .listing-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.location-listing, .custom-image-block, .multi-column-block, table, .styleguide hr, .sidebar-section, .block-child-pages, .block-gallery, .pagination, .block-download-callout, .block-content-highlight, .search-listing, .news-block, .news-listing, .block-image, .block-disclaimer, ul,
ol {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 46.875em) {
  .location-listing, .custom-image-block, .multi-column-block, table, .styleguide hr, .sidebar-section, .block-child-pages, .block-gallery, .pagination, .block-download-callout, .block-content-highlight, .search-listing, .news-block, .news-listing, .block-image, .block-disclaimer, ul,
ol {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.position-right {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 46.875em) {
  .position-right {
    margin-left: 50px;
    margin-right: 0;
  }
}

.position-left {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 46.875em) {
  .position-left {
    margin-right: 50px;
    margin-left: 0;
  }
}

html {
  height: 100%;
  color: #ECEAE6;
  font-weight: 400;
  line-height: 1.5;
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  background-color: #111F18;
  position: relative;
  min-height: 100vh;
  color: #ECEAE6;
  letter-spacing: 0.1px;
}
@media (max-width: 31.1875em) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  body {
    font-size: 1.6rem;
  }
}

html,
body {
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  line-height: 1.2;
  font-weight: 300;
}

h1 {
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 31.1875em) {
  h1 {
    font-size: 3.3rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  h1 {
    font-size: 3.925rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  h1 {
    font-size: 4.55rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h1 {
    font-size: 5.175rem;
  }
}
@media (min-width: 78.125em) {
  h1 {
    font-size: 5.8rem;
  }
}
@media (min-width: 46.875em) {
  h1 {
    letter-spacing: 2.47px;
  }
}

h2 {
  font-weight: 200;
}
@media (max-width: 31.1875em) {
  h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  h2 {
    font-size: 4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h2 {
    font-size: 4.4rem;
  }
}
@media (min-width: 78.125em) {
  h2 {
    font-size: 4.8rem;
  }
}

h3 {
  letter-spacing: 0.26px;
}
@media (max-width: 31.1875em) {
  h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  h3 {
    font-size: 3.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h3 {
    font-size: 3.6rem;
  }
}
@media (min-width: 78.125em) {
  h3 {
    font-size: 4rem;
  }
}

h4 {
  font-weight: 400;
  letter-spacing: 1.56px;
}
@media (max-width: 31.1875em) {
  h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  h4 {
    font-size: 2.35rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h4 {
    font-size: 2.65rem;
  }
}
@media (min-width: 78.125em) {
  h4 {
    font-size: 2.8rem;
  }
}

h5 {
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
@media (max-width: 31.1875em) {
  h5 {
    font-size: 2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  h5 {
    font-size: 2.05rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  h5 {
    font-size: 2.1rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h5 {
    font-size: 2.15rem;
  }
}
@media (min-width: 78.125em) {
  h5 {
    font-size: 2.2rem;
  }
}

h6 {
  font-weight: 600;
  letter-spacing: 1.75px;
}
@media (max-width: 31.1875em) {
  h6 {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  h6 {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  h6 {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  h6 {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  h6 {
    font-size: 1.6rem;
  }
}

p + h2, p + h3 {
  margin-top: 30px;
}

/* Links */
a,
a[href^=tel] {
  color: #A9BDB7;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
a:hover, a:focus,
a[href^=tel]:hover,
a[href^=tel]:focus {
  text-decoration-thickness: 3px;
}
a:focus-visible,
a[href^=tel]:focus-visible {
  outline: 0;
}

.dark-bg a {
  color: #fff;
}
.dark-bg a[href^=tel] {
  color: #fff;
}

hr {
  border: none;
  height: 2px;
  background: #E99733;
  clear: both;
  margin: 30px 0;
  width: 100%;
}

strong {
  font-weight: 700;
}

figure {
  margin: 0;
}

/* Lists */
ul,
ol {
  text-align: left;
  padding: 0;
  margin: 20px 0 20px 20px;
}
ul li,
ol li {
  position: relative;
  margin-bottom: 5px;
}
ul ul,
ol ul {
  margin: 5px 0 5px 20px;
}

.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.spacer {
  display: block;
  width: 100%;
  clear: both;
}
.spacer.space-small {
  height: 30px;
}
.spacer.space-medium {
  height: 60px;
}
.spacer.space-large {
  height: 120px;
}

main > .container > .block-content:last-child, main > .container > .block-form:last-child, main > .container > .text-center:last-child, main > .container > .text-left:last-child {
  margin-bottom: 35px;
}
@media (min-width: 46.875em) {
  main > .container > .block-content:last-child, main > .container > .block-form:last-child, main > .container > .text-center:last-child, main > .container > .text-left:last-child {
    margin-bottom: 90px;
  }
}
main > .container > .block-image.position-right + .block-content, main > .container > .block-image.position-right + .block-content, main > .container > .block-content:first-child, main > .container > .block-form:first-child {
  margin-top: 35px;
}
@media (min-width: 46.875em) {
  main > .container > .block-image.position-right + .block-content, main > .container > .block-image.position-right + .block-content, main > .container > .block-content:first-child, main > .container > .block-form:first-child {
    margin-top: 90px;
  }
}
main > .container > .block-content + .text-center > .btn, main > .container > .block-content + .text-left > .btn {
  margin-top: 15px;
}
@media (min-width: 46.875em) {
  main > .container > .block-content + .text-center > .btn, main > .container > .block-content + .text-left > .btn {
    margin-top: 20px;
  }
}

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.block-content.short {
  max-width: 940px;
}

@media (min-width: 46.875em) {
  .position-left {
    float: left;
  }
}

@media (min-width: 46.875em) {
  .position-right {
    float: right;
  }
}

.container {
  max-width: 1364px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 64em) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.container.container-large {
  max-width: 1550px;
}

.error {
  color: red;
}

.block-form {
  border: 1px solid #E99733;
  padding: 30px;
}
@media (min-width: 46.875em) {
  .block-form {
    padding: 80px;
  }
}
.block-form header {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 46.875em) {
  .block-form header {
    margin-bottom: 70px;
  }
}

.freeform-pages {
  display: flex;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.freeform-pages li {
  margin: 0 10px 0 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding: 10px 20px;
  vertical-align: middle;
}

.freeform-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 -15px;
}
@media (max-width: 46.865em) {
  .freeform-row {
    display: block !important;
  }
}

.freeform-column {
  flex: 1 1 auto;
  padding: 10px 0;
  margin: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 46.875em) {
  .freeform-column {
    display: flex;
    justify-content: stretch;
    -moz-column-gap: 15px;
         column-gap: 15px;
    align-items: center;
  }
}
.freeform-column.freeform-column-content-align-left {
  display: flex;
  justify-content: flex-start;
}
.freeform-column.freeform-column-content-align-left > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-column.freeform-column-content-align-center {
  display: flex;
  justify-content: center;
}
.freeform-column.freeform-column-content-align-center > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-column.freeform-column-content-align-right {
  display: flex;
  justify-content: flex-end;
}
.freeform-column.freeform-column-content-align-right > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-column.freeform-column-content-align-spread {
  display: flex;
  justify-content: space-between;
}
.freeform-column.freeform-column-content-align-spread > button:not(:first-of-type) {
  margin-left: 5px;
}
.freeform-column fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.freeform-label {
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.5px;
  font-weight: 500;
  flex: 1 1 auto;
  line-height: 1.1;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 31.1875em) {
  .freeform-label {
    font-size: 1.8rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .freeform-label {
    font-size: 1.825rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .freeform-label {
    font-size: 1.85rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .freeform-label {
    font-size: 1.875rem;
  }
}
@media (min-width: 78.125em) {
  .freeform-label {
    font-size: 1.9rem;
  }
}
@media (min-width: 46.875em) {
  .freeform-label {
    white-space: nowrap;
    margin-bottom: 0;
    display: unset;
  }
}

.freeform-label.freeform-required:after {
  content: "*";
  margin-left: 5px;
}

.freeform-input:not([type=submit]):not([type=button]) {
  width: 100%;
  box-sizing: border-box;
  flex: 1 1 auto;
}

.freeform-input-only-label {
  font-weight: normal;
}

.freeform-input-only-label > .freeform-input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.freeform-errors {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
.freeform-errors > li {
  color: red;
}

.freeform-instructions {
  margin: 0 0 5px;
  color: #031724;
}

.freeform-form-has-errors {
  color: red;
}

.freeform-column {
  /* Custom form styles */
}
.freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
  border: 2px solid #fff;
  line-height: 32px;
  padding: 5px 20px;
  background: #fff;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 80px;
  line-height: 1;
}
@media (max-width: 31.1875em) {
  .freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select,
.freeform-column textarea {
    font-size: 1.6rem;
  }
}
.freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]):focus,
.freeform-column select:focus,
.freeform-column textarea:focus {
  border-color: #E99733;
}
.freeform-column textarea {
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.freeform-column input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column select {
  height: 38px;
}
.freeform-column .invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]),
.freeform-column .invalid textarea {
  background: #fff;
  color: red;
  border-color: red;
}
.freeform-column .invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]):focus,
.freeform-column .invalid textarea:focus {
  border-color: red;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  padding: 12px 20px;
  line-height: 1.1;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
  border-radius: 1000px;
}
@media (max-width: 31.1875em) {
  .btn {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .btn {
    font-size: 1.625rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .btn {
    font-size: 1.65rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .btn {
    font-size: 1.675rem;
  }
}
@media (min-width: 78.125em) {
  .btn {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) {
  .btn {
    padding: 12px 35px;
    letter-spacing: 2.5px;
  }
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: disabled;
  opacity: 0.65;
  box-shadow: non;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn,
.btn-default {
  color: #111F18;
  background-color: #fff;
  border-color: #fff;
}
.btn.disabled:hover, .btn.disabled:focus, .btn[disabled]:hover, .btn[disabled]:focus, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus {
  background-color: #fff;
  border-color: #fff;
}
.btn:focus, .btn:hover, .btn:active,
.btn-default:focus,
.btn-default:hover,
.btn-default:active {
  color: #111F18;
  background-color: #E99733;
  border-color: #E99733;
  text-decoration: none;
}

.btn-primary {
  color: #ECEAE6;
  background-color: transparent;
  border-color: #E99733;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus {
  background-color: transparent;
  border-color: #E99733;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  color: #111F18;
  background-color: #E99733;
  border-color: #E99733;
  text-decoration: none;
}
.btn-primary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.btn-secondary {
  color: #111F18;
  background-color: transparent;
  border-color: #1D3429;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus {
  background-color: transparent;
  border-color: #1D3429;
}
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active {
  color: #fff;
  background-color: #275E50;
  border-color: #275E50;
  text-decoration: none;
}
.btn-secondary:focus-visible {
  outline: 2px solid #E99733;
  outline-offset: 2px;
}

.callout-link {
  text-decoration: none;
  color: #fff;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: 0;
}
.callout-link:hover, .callout-link:focus {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.callout-link::after {
  content: "";
  background-image: url("/assets/images/icons/arrow-white.svg");
  right: 1px;
  width: 31px;
  height: 15px;
  display: block;
  margin-left: 15px;
  background-repeat: no-repeat;
}

/* custom select variables */
/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
  flex: 1 1 100%;
  background-color: #fff;
  border-radius: 80px;
  position: relative;
  /* This is the native select */
  /* Custom arrow sits on top of the select - could be an image, SVG, icon font,
   * etc. or the arrow could just baked into the bg image on the select. */
}
@media (max-width: 31.1875em) {
  .custom-select {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .custom-select {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .custom-select {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .custom-select {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .custom-select {
    font-size: 1.6rem;
  }
}
.custom-select select {
  box-shadow: none;
  border-radius: 80px;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  color: #182B22;
  width: 100%;
  margin: 0;
  outline: none;
  padding: 4px 40px 4px 12px;
  background: transparent;
  line-height: 1.5;
  /* Prefixed box-sizing rules necessary for older browsers */
  box-sizing: border-box;
}
.custom-select select:focus {
  border-color: #E99733;
  box-shadow: none;
}
.custom-select::before, .custom-select::after {
  color: #1D3429;
  position: absolute;
  display: block;
  z-index: 2;
  /* Arrow positioning */
  width: 24px;
  height: 24px;
  border: 0;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}
.custom-select::before {
  border: 1px solid #1D3429;
  border-radius: 50%;
  content: "";
  top: 7px;
  right: 10px;
  bottom: 7px;
}
.custom-select::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #1D3429;
  border-bottom: 1px solid #1D3429;
  transform: rotate(45deg);
  text-align: center;
  right: 18px;
  top: 50%;
  margin-top: -5px;
}

.block-disclaimer {
  font-style: italic;
  color: #A9BDB7;
}
@media (max-width: 31.1875em) {
  .block-disclaimer {
    font-size: 1.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-disclaimer {
    font-size: 1.4rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-disclaimer {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-disclaimer {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .block-disclaimer {
    font-size: 1.4rem;
  }
}

.block-image {
  display: block;
  position: relative;
}
.block-image.position-left, .block-image.position-right {
  max-width: 500px;
  width: auto;
  display: table;
  text-align: center;
}
.block-image.position-full {
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
.block-image.position-center {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
.block-image img {
  display: block;
  width: 100%;
  height: auto;
}

figcaption {
  position: absolute;
  left: 25px;
  right: 20%;
  top: 100%;
  z-index: 500;
}
@media (min-width: 46.875em) {
  figcaption {
    left: 50px;
  }
}
figcaption .trigger {
  display: block;
  width: 42px;
  height: 50px;
  background-color: #111F18;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border: 0;
  position: absolute;
  top: -50px;
  left: 0;
  padding: 0;
}
figcaption .trigger img {
  width: 22px;
  height: auto;
  margin: auto;
}
figcaption .trigger:hover, figcaption .trigger:focus {
  text-decoration: none;
  background: #527C74;
}
figcaption .trigger:focus-visible {
  outline: 2px solid #E99733;
}
figcaption .trigger.open {
  width: 100%;
  text-align: left;
  background-color: #111F18;
}
figcaption .trigger.open img {
  display: none;
}
figcaption .trigger.open::after {
  content: "—  Close";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.95px;
  color: #ECEAE6;
  padding-left: 25px;
}
@media (max-width: 31.1875em) {
  figcaption .trigger.open::after {
    font-size: 1.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  figcaption .trigger.open::after {
    font-size: 1.5rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  figcaption .trigger.open::after {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  figcaption .trigger.open::after {
    font-size: 1.5rem;
  }
}
@media (min-width: 78.125em) {
  figcaption .trigger.open::after {
    font-size: 1.5rem;
  }
}
figcaption .trigger.open + .caption {
  display: block;
}
figcaption .caption {
  display: none;
  padding: 15px 25px 25px;
  color: #fff;
  background: #1D3429;
}

.post-filter {
  margin-bottom: 15px;
  margin-top: -75px;
  z-index: 50;
  position: relative;
}
@media (min-width: 46.875em) {
  .post-filter {
    margin-top: -225px;
  }
}
.post-filter .freeform-row {
  width: 255px;
  margin: 0 auto;
}
@media (min-width: 46.875em) {
  .post-filter .freeform-row {
    width: 353px;
  }
}
.post-filter .custom-select {
  width: 225px;
  flex: 0 0 225px;
}

.news-listing {
  border-top: 1px solid #979797;
  padding-top: 35px;
  z-index: 50;
  position: relative;
  margin-top: 0;
}

.news-block {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 46.875em) {
  .news-block {
    grid-template-columns: 5fr 250px 4fr;
  }
}
@media (min-width: 78.125em) {
  .news-block {
    grid-template-columns: 5fr 140px 4fr;
  }
}
.news-block .media {
  grid-column: 1;
  grid-row: 1;
  position: relative;
}
@media (min-width: 46.875em) {
  .news-block .media {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.news-block .media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(17, 31, 24, 0) 0%, rgba(17, 31, 24, 0) 12%, rgb(17, 31, 24) 100%);
}
@media (min-width: 46.875em) {
  .news-block .media::before {
    background: linear-gradient(90deg, rgba(17, 31, 24, 0) 0%, rgba(17, 31, 24, 0) 12%, rgb(17, 31, 24) 100%);
  }
}
.news-block .media img {
  width: 100%;
  height: auto;
}
.news-block .content {
  z-index: 2;
  position: relative;
  margin-top: -50px;
  padding-left: 15px;
}
@media (min-width: 46.875em) {
  .news-block .content {
    grid-column: 2/4;
    grid-row: 1;
    padding-top: 50px;
    margin-top: 0;
  }
}
.news-block .content h2 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3.1px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 31.1875em) {
  .news-block .content h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .news-block .content h2 {
    font-size: 2.45rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .news-block .content h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .news-block .content h2 {
    font-size: 2.95rem;
  }
}
@media (min-width: 78.125em) {
  .news-block .content h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 46.875em) {
  .news-block .content h2 {
    margin-bottom: 50px;
    letter-spacing: 4.5px;
    text-align: right;
  }
}
.news-block .content .button {
  text-align: right;
}
.news-block .news-item {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 0 15px 25px 0;
  color: #fff;
  row-gap: 20px;
}
@media (min-width: 64em) {
  .news-block .news-item {
    grid-template-columns: 1fr 175px;
    padding: 0 30px 30px 45px;
  }
}
.news-block .news-item .callout-link {
  align-self: flex-start;
  justify-self: flex-start;
}
@media (min-width: 64em) {
  .news-block .news-item .callout-link {
    align-self: flex-end;
    justify-self: flex-end;
  }
}
.news-block .news-item h3 {
  letter-spacing: 0.13px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 31.1875em) {
  .news-block .news-item h3 {
    font-size: 2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .news-block .news-item h3 {
    font-size: 2.175rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .news-block .news-item h3 {
    font-size: 2.35rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .news-block .news-item h3 {
    font-size: 2.525rem;
  }
}
@media (min-width: 78.125em) {
  .news-block .news-item h3 {
    font-size: 2.7rem;
  }
}
.news-block .news-item p {
  margin: 0;
}

.news-item {
  border-bottom: 1px solid #979797;
  padding-bottom: 35px;
  margin-bottom: 35px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
  display: grid;
  width: 100%;
  align-items: flex-end;
  grid-template-columns: 1fr;
}
@media (min-width: 46.875em) {
  .news-item {
    grid-template-columns: 1fr 160px;
  }
}
@media (min-width: 64em) {
  .news-item {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (min-width: 46.875em) {
  .news-item.news-image {
    grid-template-columns: 2fr 3fr 160px;
  }
}
.news-item.news-image figure {
  width: 100%;
  max-width: 400px;
  line-height: 0;
}
@media (min-width: 46.875em) {
  .news-item.news-image figure {
    padding-left: 30px;
  }
}
.news-item.news-image figure img {
  width: 100%;
  height: auto;
}
.news-item p {
  margin-bottom: 0;
}
.news-item h2 {
  letter-spacing: 0.13px;
  font-weight: 300;
}
@media (max-width: 31.1875em) {
  .news-item h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .news-item h2 {
    font-size: 2.325rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .news-item h2 {
    font-size: 2.45rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .news-item h2 {
    font-size: 2.575rem;
  }
}
@media (min-width: 78.125em) {
  .news-item h2 {
    font-size: 2.7rem;
  }
}
.news-item .callout-link {
  align-self: flex-start;
  justify-self: flex-start;
}
@media (min-width: 64em) {
  .news-item .callout-link {
    align-self: flex-end;
    justify-self: flex-end;
  }
}

.search-form {
  display: none;
  position: absolute;
  right: 100px;
  width: 370px;
  background-color: #ECEAE6;
  z-index: 50;
  padding: 10px 15px 10px 15px;
  border-radius: 3px;
}
.search-form.open {
  display: block;
}
.search-form form {
  margin-right: 30px;
}
.search-form form input {
  height: 41px;
  width: 250px;
  padding: 5px 10px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  border: 1px solid #6d7278;
}
.search-form form input:focus {
  border-color: #1D3429;
}
.search-form form button {
  margin-top: -4px;
  margin-left: 5px;
  height: 41px;
  position: relative;
  padding: 9px 20px;
  width: 42px;
  border: 0;
}
.search-form form button::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #1D3429;
  top: 12px;
  left: 13px;
  transition: color 0.2s;
}
.search-form form button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 7px;
  border-radius: 100px;
  background-color: #1D3429;
  transform: rotate(-45deg);
  right: 15px;
  top: 21px;
  transition: color 0.2s;
}
.search-form .close-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  vertical-align: middle;
  margin-left: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 0;
  background: none;
}
.search-form .close-btn:hover, .search-form .close-btn:focus {
  outline: 0;
}
.search-form .close-btn:hover::before, .search-form .close-btn:hover::after, .search-form .close-btn:focus::before, .search-form .close-btn:focus::after {
  background-color: #182B22;
}
.search-form .close-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 2px;
  background-color: #031724;
  transform: rotate(45deg);
}
@media (min-width: 46.875em) {
  .search-form .close-btn::before {
    top: 20px;
    left: 15px;
    width: 30px;
  }
}
.search-form .close-btn::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 2px;
  background-color: #031724;
  transform: rotate(-45deg);
}
@media (min-width: 46.875em) {
  .search-form .close-btn::after {
    top: 20px;
    left: 15px;
    width: 30px;
  }
}

.search-box-btn {
  position: relative;
  background-color: #031724;
  border: 0;
  width: 48px;
  height: 48px;
}
.search-box-btn::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #1D3429;
  top: 17px;
  left: 16px;
  transition: color 0.2s;
}
.search-box-btn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 7px;
  border-radius: 100px;
  background-color: #1D3429;
  transform: rotate(-45deg);
  right: 18px;
  top: 26px;
  transition: color 0.2s;
}
.search-box-btn:hover::before, .search-box-btn:focus::before {
  border-color: #fff;
}
.search-box-btn:hover::after, .search-box-btn:focus::after {
  background-color: #fff;
}

.listing-item {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid #979797;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 20px;
  color: #fff;
}
@media (max-width: 31.1875em) {
  .listing-item {
    font-size: 1.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .listing-item {
    font-size: 1.525rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .listing-item {
    font-size: 1.55rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .listing-item {
    font-size: 1.575rem;
  }
}
@media (min-width: 78.125em) {
  .listing-item {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) {
  .listing-item {
    grid-template-columns: 1fr 210px;
  }
}
@media (min-width: 64em) {
  .listing-item {
    -moz-column-gap: 115px;
         column-gap: 115px;
    grid-template-columns: 1fr 300px;
  }
}
.listing-item h3 {
  font-weight: 300;
  letter-spacing: 0.13px;
}
@media (max-width: 31.1875em) {
  .listing-item h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .listing-item h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .listing-item h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .listing-item h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 78.125em) {
  .listing-item h3 {
    font-size: 2.7rem;
  }
}
.listing-item .button {
  justify-self: flex-start;
}
.search-block-form {
  margin-top: -120px;
  z-index: 50;
  position: relative;
}
.search-block-form.no-search-query {
  margin-bottom: 62px;
}
@media (min-width: 46.875em) {
  .search-block-form {
    margin-top: -240px;
  }
  .search-block-form.no-search-query {
    margin-bottom: 182px;
  }
}
.search-block-form .freeform-row {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.search-block-form .freeform-input {
  position: relative;
}
.search-block-form .btn-search {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #275E50;
  background-color: transparent;
  position: absolute;
  right: 26px;
  top: 17px;
  padding: 0;
}
.search-block-form .btn-search:hover, .search-block-form .btn-search:focus {
  background-color: #275E50;
}
.search-block-form .btn-search:hover::after, .search-block-form .btn-search:focus::after {
  border-color: #fff;
}
.search-block-form .btn-search::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #275E50;
  border-bottom: 1px solid #275E50;
  transform: rotate(-45deg);
  text-align: center;
  right: 17px;
  top: 50%;
  margin-top: 0px;
  display: block;
  margin-left: 6px;
}

.result-info {
  letter-spacing: 0.1px;
  color: #ECEAE6;
  font-weight: 200;
  margin-top: 150px;
  z-index: 50;
  position: relative;
}
@media (max-width: 31.1875em) {
  .result-info {
    font-size: 3.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .result-info {
    font-size: 3.825rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .result-info {
    font-size: 4.15rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .result-info {
    font-size: 4.475rem;
  }
}
@media (min-width: 78.125em) {
  .result-info {
    font-size: 4.8rem;
  }
}

.search-listing {
  z-index: 50;
  position: relative;
}

ul.social-icons {
  text-align: left;
  margin: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 10px;
}
@media (min-width: 46.875em) {
  ul.social-icons {
    text-align: right;
  }
}
ul.social-icons li {
  display: inline-block;
  padding: 0;
}
@media (max-width: 31.1875em) {
  ul.social-icons li {
    font-size: 2.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  ul.social-icons li {
    font-size: 2.4rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  ul.social-icons li {
    font-size: 2.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  ul.social-icons li {
    font-size: 2.4rem;
  }
}
@media (min-width: 78.125em) {
  ul.social-icons li {
    font-size: 2.4rem;
  }
}
ul.social-icons li:first-child {
  padding-left: 0;
}
ul.social-icons li:last-child {
  padding-right: 0;
}
ul.social-icons li a {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social-icons li a:hover, ul.social-icons li a:focus {
  background-color: #527C74;
  border-color: #527C74;
}
ul.social-icons li a:focus-visible {
  outline: 2px solid #fff;
}
ul.social-icons li a img {
  max-height: 24px;
  max-width: 24px;
  width: auto;
  height: auto;
}

.block-content-highlight {
  display: block;
  text-align: center;
  position: relative;
  font-weight: 200;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 1.25px;
}
@media (max-width: 31.1875em) {
  .block-content-highlight {
    font-size: 2.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-content-highlight {
    font-size: 3.2rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-content-highlight {
    font-size: 3.8rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-content-highlight {
    font-size: 4.4rem;
  }
}
@media (min-width: 78.125em) {
  .block-content-highlight {
    font-size: 5rem;
  }
}
.block-content-highlight em {
  -webkit-text-decoration: 2px underline #E99733;
          text-decoration: 2px underline #E99733;
  text-underline-offset: 7px;
}
.block-content-highlight cite {
  letter-spacing: 0.72px;
  font-weight: 400;
  color: #ECEAE6;
  font-style: normal;
  margin-top: 40px;
  display: block;
}
@media (max-width: 31.1875em) {
  .block-content-highlight cite {
    font-size: 2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-content-highlight cite {
    font-size: 2.2rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-content-highlight cite {
    font-size: 2.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-content-highlight cite {
    font-size: 2.6rem;
  }
}
@media (min-width: 78.125em) {
  .block-content-highlight cite {
    font-size: 2.8rem;
  }
}
.block-content-highlight.position-full {
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
.block-content-highlight p {
  margin: 0;
}
.block-content-highlight .spinning-star {
  margin-bottom: 25px;
}
@media (min-width: 46.875em) {
  .block-content-highlight .spinning-star {
    margin-bottom: 45px;
  }
}

@media (min-width: 46.875em) {
  .block-content-highlight.position-left,
.block-content-highlight.position-right {
    max-width: calc(65% - 50px);
  }
}

.block-accordion {
  margin: 45px 0;
  padding: 0 0;
  border-bottom: 1px solid #1D3429;
}
.block-accordion + .block-accordion {
  margin-top: -35px;
}
.block-accordion .accordion-toggle {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.block-accordion .accordion-toggle button {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 35px 80px 35px 20px;
  color: #ECEAE6;
  background-color: transparent;
  border: 0;
  width: 100%;
  line-height: 1.2;
  text-align: left;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
  display: flex;
  align-items: center;
}
@media (max-width: 31.1875em) {
  .block-accordion .accordion-toggle button {
    font-size: 2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-accordion .accordion-toggle button {
    font-size: 2.2rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-accordion .accordion-toggle button {
    font-size: 2.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-accordion .accordion-toggle button {
    font-size: 2.6rem;
  }
}
@media (min-width: 78.125em) {
  .block-accordion .accordion-toggle button {
    font-size: 2.8rem;
  }
}
@media (min-width: 46.875em) {
  .block-accordion .accordion-toggle button {
    padding: 65px 120px 65px 40px;
  }
}
.block-accordion .accordion-toggle button:focus-visible {
  outline: 1px solid #E99733;
}
.block-accordion .accordion-toggle button::before {
  content: "+";
  color: #ECEAE6;
  display: block;
  font-weight: 100;
  width: 48px;
  height: 48px;
  border: 1px solid #ECEAE6;
  border-radius: 50%;
  line-height: 0.8;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 31.1875em) {
  .block-accordion .accordion-toggle button::before {
    font-size: 4.9rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-accordion .accordion-toggle button::before {
    font-size: 4.9rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-accordion .accordion-toggle button::before {
    font-size: 4.9rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-accordion .accordion-toggle button::before {
    font-size: 4.9rem;
  }
}
@media (min-width: 78.125em) {
  .block-accordion .accordion-toggle button::before {
    font-size: 4.9rem;
  }
}
@media (min-width: 46.875em) {
  .block-accordion .accordion-toggle button::before {
    right: 50px;
  }
}
.block-accordion .accordion-toggle button:hover::before, .block-accordion .accordion-toggle button:focus::before {
  border-color: #527C74;
  background-color: #527C74;
}
.block-accordion .accordion-toggle button .number {
  font-weight: 600;
  letter-spacing: 0.3px;
  opacity: 0.8;
  color: #527C74;
  margin-right: 25px;
}
@media (max-width: 31.1875em) {
  .block-accordion .accordion-toggle button .number {
    font-size: 4.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-accordion .accordion-toggle button .number {
    font-size: 5.775rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-accordion .accordion-toggle button .number {
    font-size: 7.05rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-accordion .accordion-toggle button .number {
    font-size: 8.325rem;
  }
}
@media (min-width: 78.125em) {
  .block-accordion .accordion-toggle button .number {
    font-size: 9.6rem;
  }
}
@media (min-width: 46.875em) {
  .block-accordion .accordion-toggle button .number {
    margin-right: 50px;
  }
}
.block-accordion .accordion-toggle.open button::before {
  content: "-";
  line-height: 0.9;
}
.block-accordion .accordion-toggle.open + .accordion-content {
  display: block;
}
.block-accordion.number .accordion-content {
  padding-left: 100px;
  margin-top: -10px;
}
@media (min-width: 46.875em) {
  .block-accordion.number .accordion-content {
    padding-left: 200px;
    margin-top: -70px;
  }
}
.block-accordion .accordion-content {
  display: none;
  margin-top: -10px;
  padding: 0 20px 30px 20px;
  z-index: 60;
  position: relative;
}
@media (min-width: 46.875em) {
  .block-accordion .accordion-content {
    padding: 0 20% 50px 50px;
    margin-top: -30px;
  }
}
.block-accordion .accordion-content *:first-child {
  margin-top: 0;
}
.block-accordion .accordion-content *:last-child {
  margin-bottom: 0;
}

.block-download-callout {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 31.25em) {
  .block-download-callout {
    grid-template-columns: 2fr 1fr;
  }
}
.block-download-callout.book {
  grid-template-columns: 1fr;
}
@media (min-width: 31.25em) {
  .block-download-callout.book {
    grid-template-columns: 1fr 150px;
  }
}
@media (min-width: 46.875em) {
  .block-download-callout.book {
    grid-template-columns: 1fr 250px;
  }
}
.block-download-callout.book .btn-book {
  width: 150px;
  height: 150px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 31.1875em) {
  .block-download-callout.book .btn-book {
    font-size: 1.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-download-callout.book .btn-book {
    font-size: 1.4rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-download-callout.book .btn-book {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-download-callout.book .btn-book {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .block-download-callout.book .btn-book {
    font-size: 1.4rem;
  }
}
@media (min-width: 46.875em) {
  .block-download-callout.book .btn-book {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 46.875em) and (max-width: 31.1875em) {
  .block-download-callout.book .btn-book {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) and (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-download-callout.book .btn-book {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) and (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-download-callout.book .btn-book {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) and (min-width: 64em) and (max-width: 78.0625em) {
  .block-download-callout.book .btn-book {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) and (min-width: 78.125em) {
  .block-download-callout.book .btn-book {
    font-size: 1.7rem;
  }
}
.block-download-callout.book .btn-book:hover, .block-download-callout.book .btn-book:focus {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.block-download-callout.book .btn-book:hover img, .block-download-callout.book .btn-book:focus img {
  animation-play-state: paused;
}
.block-download-callout.book .btn-book img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (prefers-reduced-motion) {
  .block-download-callout.book .btn-book img {
    animation: unset;
  }
}
@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.block-download-callout h3 {
  letter-spacing: 0.1px;
  font-weight: 200;
  color: #ECEAE6;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 31.1875em) {
  .block-download-callout h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-download-callout h3 {
    font-size: 3.075rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-download-callout h3 {
    font-size: 3.65rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-download-callout h3 {
    font-size: 4.225rem;
  }
}
@media (min-width: 78.125em) {
  .block-download-callout h3 {
    font-size: 4.8rem;
  }
}
@media (min-width: 31.25em) {
  .block-download-callout h3 {
    text-align: left;
  }
}
.block-download-callout a {
  justify-self: center;
}
@media (min-width: 31.25em) {
  .block-download-callout a {
    justify-self: flex-end;
  }
}

.pagination {
  text-align: center;
  clear: both;
}
.pagination ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  display: inline-block;
  margin-right: 15px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 31.1875em) {
  .pagination li {
    font-size: 1.7rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .pagination li {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .pagination li {
    font-size: 1.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .pagination li {
    font-size: 1.7rem;
  }
}
@media (min-width: 78.125em) {
  .pagination li {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) {
  .pagination li {
    margin-right: 20px;
  }
}
.pagination li:nth-last-child(2) {
  margin-right: 0;
}
@media (min-width: 46.875em) {
  .pagination li:nth-last-child(2) {
    margin-right: 20px;
  }
}
.pagination li button {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  font-weight: 500;
  padding: 0;
}
.pagination li button:hover, .pagination li button:focus {
  color: #E99733;
}
.pagination li button:focus-visible {
  outline: 2px solid #E99733;
  outline-offset: 2px;
}
.pagination li button:disabled {
  opacity: 0.4;
  text-decoration: none;
}
.pagination li.current {
  border-bottom: 1px solid #E99733;
  z-index: 5;
  font-weight: 700;
}
.pagination li.previous, .pagination li.next {
  width: 31px;
}
@media (max-width: 31.1875em) {
  .pagination li.previous, .pagination li.next {
    font-size: 0rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .pagination li.previous, .pagination li.next {
    font-size: 0rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .pagination li.previous, .pagination li.next {
    font-size: 0rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .pagination li.previous, .pagination li.next {
    font-size: 0rem;
  }
}
@media (min-width: 78.125em) {
  .pagination li.previous, .pagination li.next {
    font-size: 0rem;
  }
}
@media (min-width: 46.875em) {
  .pagination li.previous, .pagination li.next {
    width: auto;
  }
}
@media (min-width: 46.875em) and (max-width: 31.1875em) {
  .pagination li.previous, .pagination li.next {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) and (min-width: 31.25em) and (max-width: 46.8125em) {
  .pagination li.previous, .pagination li.next {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) and (min-width: 46.875em) and (max-width: 63.9375em) {
  .pagination li.previous, .pagination li.next {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) and (min-width: 64em) and (max-width: 78.0625em) {
  .pagination li.previous, .pagination li.next {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) and (min-width: 78.125em) {
  .pagination li.previous, .pagination li.next {
    font-size: 1.7rem;
  }
}
.pagination li.previous button:hover, .pagination li.previous button:focus, .pagination li.next button:hover, .pagination li.next button:focus {
  color: #fff;
}
.pagination li.previous {
  margin-right: 20px;
}
@media (min-width: 46.875em) {
  .pagination li.previous {
    margin-right: 55px;
  }
}
@media (min-width: 46.875em) {
  .pagination li.previous button {
    padding-left: 50px;
  }
}
.pagination li.previous button::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: scaleX(-1) translateY(-50%);
  margin-left: 0;
}
.pagination li.next {
  margin-left: 10px;
  margin-right: 0;
}
@media (min-width: 46.875em) {
  .pagination li.next {
    margin-left: 35px;
  }
}
.pagination li.next button {
  display: flex;
}

.nav-breadcrumbs {
  display: none;
}
@media (min-width: 64em) {
  .nav-breadcrumbs {
    display: block;
    padding: 10px 0;
    position: relative;
    width: 100%;
    background-color: #1D3429;
  }
}
@media (min-width: 64em) and (max-width: 31.1875em) {
  .nav-breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (min-width: 31.25em) and (max-width: 46.8125em) {
  .nav-breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (min-width: 46.875em) and (max-width: 63.9375em) {
  .nav-breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (min-width: 64em) and (max-width: 78.0625em) {
  .nav-breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (min-width: 78.125em) {
  .nav-breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) {
  .nav-breadcrumbs ul {
    margin: 0;
  }
}
@media (min-width: 64em) {
  .nav-breadcrumbs li {
    display: inline-block;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    padding: 0;
  }
  .nav-breadcrumbs li a {
    color: #A9BDB7;
    font-weight: 300;
    padding-right: 40px;
  }
  .nav-breadcrumbs li a::after {
    content: "";
    background-image: url("/assets/images/icons/star-alt.svg");
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 11px;
    top: 2px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.freeform-field-type--checkbox_group,
.freeform-field-type--radio_group,
.freeform-field-type--dynamic_recipients:has(.custom-checkbox),
.freeform-field-type--dynamic_recipients:has(.custom-radio) {
  position: relative;
  display: block;
}
.freeform-field-type--checkbox_group legend,
.freeform-field-type--radio_group legend,
.freeform-field-type--dynamic_recipients:has(.custom-checkbox) legend,
.freeform-field-type--dynamic_recipients:has(.custom-radio) legend {
  margin-bottom: 12px;
}
.freeform-field-type--checkbox_group .form-check-inline label,
.freeform-field-type--radio_group .form-check-inline label,
.freeform-field-type--dynamic_recipients:has(.custom-checkbox) .form-check-inline label,
.freeform-field-type--dynamic_recipients:has(.custom-radio) .form-check-inline label {
  display: inline-block;
  margin-right: 10px;
}

/* This is to fix an issue with IE and having singular checkboxes unclickable without this css. Height and width can be changed based on checkbox size */
.custom-checkbox .freeform-input[type=checkbox] {
  width: 20px;
  height: 20px;
  z-index: 5;
}

.custom-checkbox,
.custom-radio {
  display: block;
}

.custom-checkbox input[type=checkbox],
.custom-radio input[type=radio] {
  display: block;
  position: absolute;
  opacity: 0;
  position: absolute;
  width: auto;
}
.custom-checkbox input[type=checkbox] + span,
.custom-radio input[type=radio] + span {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 5px;
}

.custom-checkbox input[type=checkbox] + span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ECEAE6;
  content: "";
  color: transparent;
  font-size: 0.7em;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
.custom-checkbox input[type=checkbox]:focus-visible + span {
  outline: 2px solid;
  outline-offset: 2px;
}
.custom-checkbox input[type=checkbox]:checked + span::before {
  background-image: url("/assets/images/icons/checkmark.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 3px;
  z-index: 6;
}
.custom-checkbox input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #E99733;
}

.custom-radio input[type=radio] + span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ECEAE6;
  color: #fff;
  content: "";
  font-size: 0.7em;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
}
.custom-radio input[type=radio]:focus-visible + span {
  outline: 2px solid;
  outline-offset: 2px;
}
.custom-radio input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #E99733;
  border-radius: 50%;
}

.custom-checkbox.custom-mailing-list span {
  padding-left: 2em;
  position: relative;
  display: inline-block;
}
.custom-checkbox.custom-mailing-list span::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  border: 1px solid #031724;
  background: #fff;
  content: "";
  color: transparent;
  font-size: 0.7em;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
.custom-checkbox.custom-mailing-list span.checked::before {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.custom-checkbox.custom-mailing-list label {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 500;
}
.custom-checkbox.custom-mailing-list input {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 65;
}

.invalid .custom-select select {
  color: red;
  border-color: red;
}
.invalid .custom-select select:focus {
  border-color: red;
}
.invalid .custom-checkbox span {
  color: red;
}
.invalid .custom-checkbox input[type=checkbox] + span::before {
  border-color: red;
}
.invalid .custom-radio span {
  color: red;
}
.invalid .custom-radio input[type=radio] + span::before {
  border-color: red;
}

.hero {
  position: relative;
  min-height: 500px;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 28.125em) {
  .hero {
    min-height: 600px;
  }
}
@media (min-width: 64em) {
  .hero {
    min-height: 900px;
  }
}
@media (min-width: 87.5em) {
  .hero {
    min-height: 1100px;
  }
}
.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(59, 29, 1, 0) 0%, rgba(52, 29, 5, 0) 20%, rgb(59, 29, 1) 100%);
  opacity: 0.65;
  z-index: 3;
}
.hero + .container {
  z-index: 55;
}
.hero picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.hero picture img {
  position: sticky;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
}
.hero .parallax-hero-base {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@supports (-webkit-touch-callout: inherit) {
  .hero .parallax-hero-base {
    background-attachment: scroll;
  }
}
.hero .parallax-hero-base img {
  top: 0;
  position: sticky;
}
.hero .parallax-hero-image {
  bottom: 0;
  line-height: 0;
}
.hero .parallax-hero-image img {
  width: 170%;
  height: auto;
  margin-left: -35%;
}
@media (min-width: 46.875em) {
  .hero .parallax-hero-image img {
    width: 100%;
    margin-left: 0;
  }
}
.hero .container {
  padding-bottom: 62vw;
  margin-top: auto;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  text-align: center;
  letter-spacing: 0.65px;
  font-weight: 700;
  padding-top: 110px;
}
@media (max-width: 31.1875em) {
  .hero .container {
    font-size: 1.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .hero .container {
    font-size: 1.5rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .hero .container {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .hero .container {
    font-size: 1.5rem;
  }
}
@media (min-width: 78.125em) {
  .hero .container {
    font-size: 1.5rem;
  }
}
@media (min-width: 46.875em) {
  .hero .container {
    padding-bottom: 38vw;
  }
}
.hero .container p a {
  color: #E99733;
}
.hero h1 {
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: none;
}
@media (max-width: 31.1875em) {
  .hero h1 {
    font-size: 6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .hero h1 {
    font-size: 9.125rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .hero h1 {
    font-size: 12.25rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .hero h1 {
    font-size: 15.375rem;
  }
}
@media (min-width: 78.125em) {
  .hero h1 {
    font-size: 18.5rem;
  }
}
.hero .parallax-hero-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 55;
}
.hero .parallax-hero-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(17, 31, 24, 0) 0%, rgba(17, 31, 24, 0) 20%, #111f18 100%);
  opacity: 0.65;
  z-index: 3;
}

.hero-callout {
  text-align: center;
  padding: 100px 0;
}

.interior-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (min-width: 46.875em) {
  .interior-hero {
    min-height: 550px;
  }
}
@media (min-width: 64em) {
  .interior-hero {
    min-height: 800px;
  }
}
.interior-hero picture::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(59, 29, 1, 0.8) 0%, rgba(52, 29, 5, 0.8) 40%, rgb(59, 29, 1) 100%);
  opacity: 0.65;
  z-index: 1;
}
@media (min-width: 64em) {
  .interior-hero picture::before {
    background: linear-gradient(0deg, rgba(59, 29, 1, 0) 0%, rgba(52, 29, 5, 0) 40%, rgb(59, 29, 1) 100%);
  }
}
.interior-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(17, 31, 24, 0) 0%, rgba(17, 31, 24, 0) 20%, rgba(17, 31, 24, 0.85) 80%, rgb(17, 31, 24) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 2;
}
.interior-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(17, 31, 24, 0.2) 0%, rgba(17, 31, 24, 0.2) 20%, rgba(17, 31, 24, 0.9) 80%, rgb(17, 31, 24) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 3;
}
@media (min-width: 46.875em) {
  .interior-hero::after {
    background: linear-gradient(270deg, rgba(17, 31, 24, 0) 0%, rgba(17, 31, 24, 0) 20%, rgba(17, 31, 24, 0.9) 80%, rgb(17, 31, 24) 100%);
  }
}
.interior-hero img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
}
.interior-hero .content {
  z-index: 5;
  position: relative;
  width: 100%;
  padding: 100px 0 55px;
}
@media (min-width: 64em) {
  .interior-hero .content {
    width: 40%;
    padding: 150px 0;
  }
}
.interior-hero .btn {
  margin-top: 35px;
}

.interior-hero-alt {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
}
@media (min-width: 46.875em) {
  .interior-hero-alt {
    min-height: 550px;
  }
}
@media (min-width: 75em) {
  .interior-hero-alt {
    min-height: 800px;
  }
}
.interior-hero-alt::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(17, 31, 24) 0%, rgba(17, 31, 24, 0.3) 55%, rgb(17, 31, 24) 100%);
  z-index: 2;
  position: absolute;
}
.interior-hero-alt::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #111F18;
  opacity: 0.45;
  z-index: 1;
  position: absolute;
}
.interior-hero-alt picture::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(59, 29, 1, 0) 0%, rgba(52, 29, 5, 0) 40%, rgb(59, 29, 1) 100%);
  opacity: 0.65;
  z-index: 3;
}
.interior-hero-alt img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
}
.interior-hero-alt .container {
  z-index: 5;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (min-width: 46.875em) {
  .interior-hero-alt .container {
    padding-top: 250px;
    padding-bottom: 260px;
  }
}
.interior-hero-alt h1 {
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: none;
}
@media (max-width: 31.1875em) {
  .interior-hero-alt h1 {
    font-size: 6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .interior-hero-alt h1 {
    font-size: 9.125rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .interior-hero-alt h1 {
    font-size: 12.25rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .interior-hero-alt h1 {
    font-size: 15.375rem;
  }
}
@media (min-width: 78.125em) {
  .interior-hero-alt h1 {
    font-size: 18.5rem;
  }
}

.interior-hero-news {
  justify-content: flex-start;
}
.interior-hero-news .container {
  text-align: left;
  padding-top: 90px;
  padding-bottom: 80px;
  width: 100%;
}
@media (min-width: 46.875em) {
  .interior-hero-news .container {
    padding-top: 150px;
    padding-bottom: 220px;
  }
}
.interior-hero-news .callout-link {
  padding-left: 65px;
}
.interior-hero-news .callout-link::after {
  left: 0;
  position: absolute;
  transform: scaleX(-1);
}
.interior-hero-news h1 {
  letter-spacing: 2.47px;
  font-weight: 300;
  color: #ECEAE6;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 31.1875em) {
  .interior-hero-news h1 {
    font-size: 3rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .interior-hero-news h1 {
    font-size: 3.7rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .interior-hero-news h1 {
    font-size: 4.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .interior-hero-news h1 {
    font-size: 5.1rem;
  }
}
@media (min-width: 78.125em) {
  .interior-hero-news h1 {
    font-size: 5.8rem;
  }
}
@media (min-width: 46.875em) {
  .interior-hero-news h1 {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
.interior-hero-news + .container {
  margin-top: -100px;
  z-index: 50;
}
@media (min-width: 46.875em) {
  .interior-hero-news + .container {
    margin-top: -290px;
  }
}
.interior-hero-news .meta {
  color: #A9BDB7;
}

.specials-hero {
  flex-flow: column;
}
@media (min-width: 46.875em) {
  .specials-hero {
    min-height: 500px;
    justify-content: flex-end;
  }
}
@media (min-width: 75em) {
  .specials-hero {
    min-height: 700px;
  }
}
@media (min-width: 46.875em) {
  .specials-hero .container {
    padding-top: 160px;
    padding-bottom: 150px;
  }
}
.specials-hero h1 {
  text-transform: uppercase;
  letter-spacing: 2.47px;
  color: #ECEAE6;
  font-weight: 300;
  margin-bottom: 45px;
}
@media (max-width: 31.1875em) {
  .specials-hero h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .specials-hero h1 {
    font-size: 4.075rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .specials-hero h1 {
    font-size: 4.65rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .specials-hero h1 {
    font-size: 5.225rem;
  }
}
@media (min-width: 78.125em) {
  .specials-hero h1 {
    font-size: 5.8rem;
  }
}
.specials-hero p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.specials-hero + .container {
  z-index: 50;
}
.specials-hero + .container + .container {
  z-index: 55;
}
.specials-hero + .container .specials-listing, .specials-hero + .container + .container .cabin-listing {
  margin-top: 30px;
}
@media (min-width: 46.875em) {
  .specials-hero + .container .specials-listing, .specials-hero + .container + .container .cabin-listing {
    margin-top: -100px;
  }
}
.specials-hero + .container .specials-listing {
  margin-top: -30px;
}

@media (min-width: 46.875em) {
  .cabins-hero .container {
    padding-top: 270px;
    padding-bottom: 380px;
  }
}

.hero-specials-detail {
  margin-bottom: 85px;
}
.hero-specials-detail.block-content.short {
  max-width: 700px;
}
.hero-specials-detail .btn {
  margin-top: 35px;
}

.hero-cabin-detail {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #182B22;
  width: 100%;
}
@media (min-width: 64em) {
  .hero-cabin-detail {
    grid-template-columns: 1fr 1fr;
  }
}
.hero-cabin-detail .content {
  padding: 40px 0 35px;
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 46.875em) {
  .hero-cabin-detail .content {
    padding: 80px 0 45px;
  }
}
@media (min-width: 64em) {
  .hero-cabin-detail .content {
    grid-column: 1;
    grid-row: 1;
  }
}
.hero-cabin-detail .container {
  max-width: calc(1364px / 2);
  padding-right: 50px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
@media (min-width: 78.125em) {
  .hero-cabin-detail .container {
    padding-right: 100px;
  }
}
.hero-cabin-detail h1 {
  margin-bottom: 0;
}
.hero-cabin-detail h1 span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 31.1875em) {
  .hero-cabin-detail h1 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .hero-cabin-detail h1 span {
    font-size: 1.55rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .hero-cabin-detail h1 span {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .hero-cabin-detail h1 span {
    font-size: 1.65rem;
  }
}
@media (min-width: 78.125em) {
  .hero-cabin-detail h1 span {
    font-size: 1.7rem;
  }
}
.hero-cabin-detail .meta {
  color: #A9BDB7;
  margin-top: 10px;
  margin-bottom: 20px;
}
.hero-cabin-detail .btn {
  margin-top: 15px;
}
.hero-cabin-detail .callout-link {
  margin-top: 75px;
  padding-left: 60px;
}
.hero-cabin-detail .callout-link::after {
  left: 0;
  position: absolute;
  transform: scaleX(-1);
}
.hero-cabin-detail .media {
  position: relative;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;
  min-height: 60vw;
  width: 100%;
}
@media (min-width: 64em) {
  .hero-cabin-detail .media {
    grid-row: 1;
    grid-column: 2;
    min-height: unset;
  }
}
.hero-cabin-detail img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.overlay.show {
  display: block;
}

.off-canvas-slidebar {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: -100%;
  background-color: #275E50;
  overflow-x: hidden;
  padding-top: 0px;
  transition: right 0.5s;
}
@media (min-width: 25.9375em) {
  .off-canvas-slidebar {
    width: calc(100% - 72px);
  }
}
.off-canvas-slidebar .off-canvas-nav {
  display: none;
}
.off-canvas-slidebar.open {
  right: 0;
}
.off-canvas-slidebar.open .off-canvas-nav {
  display: block;
}

.off-canvas-nav {
  padding: 75px 30px;
}
.off-canvas-nav .off-canvas-nav-container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.off-canvas-nav .off-canvas-nav-container > ul > li {
  padding: 0;
  margin: 0 0 10px;
  position: relative;
}
.off-canvas-nav .off-canvas-nav-container > ul > li.open > ul {
  display: block;
}
.off-canvas-nav .off-canvas-nav-container > ul > li.open button::after {
  transform: rotate(-135deg);
  top: 19px;
}
.off-canvas-nav .off-canvas-nav-container > ul > li a {
  padding: 8px 0 8px 25px;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 31.1875em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li a {
    font-size: 2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li a {
    font-size: 2rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li a {
    font-size: 2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li a {
    font-size: 2rem;
  }
}
@media (min-width: 78.125em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li a {
    font-size: 2rem;
  }
}
.off-canvas-nav .off-canvas-nav-container > ul > li a:hover, .off-canvas-nav .off-canvas-nav-container > ul > li a:focus {
  text-decoration: none;
}
.off-canvas-nav .off-canvas-nav-container > ul > li > button {
  display: block;
  position: absolute;
  width: 20px;
  height: 38px;
  background: none;
  border: 0;
  top: 0;
  left: 0px;
}
.off-canvas-nav .off-canvas-nav-container > ul > li > button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 13px;
}
.off-canvas-nav .off-canvas-nav-container > ul > li ul {
  display: none;
  margin-left: 0;
  padding-left: 25px;
  margin-top: 10px;
}
.off-canvas-nav .off-canvas-nav-container > ul > li ul li {
  padding: 0;
  margin: 0 0 25px;
  border-bottom: 0px;
  list-style: none;
}
.off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
  padding: 0;
  letter-spacing: 1.56;
  font-weight: 400;
}
@media (max-width: 31.1875em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .off-canvas-nav .off-canvas-nav-container > ul > li ul li a {
    font-size: 1.6rem;
  }
}
.off-canvas-nav .off-canvas-nav-aux-container {
  background-color: #182B22;
  height: 65px;
  border-radius: 33px;
  border: 1px solid #ECEAE6;
  margin-top: 80px;
  display: inline-block;
}
.off-canvas-nav .off-canvas-nav-aux-container ul {
  margin: 0;
  padding: 10px;
}
.off-canvas-nav .off-canvas-nav-aux-container ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #275E50;
}
.off-canvas-nav .off-canvas-nav-aux-container ul li:last-child {
  border-right: 0;
}
.off-canvas-nav .off-canvas-nav-aux-container ul a {
  font-weight: normal;
  padding: 4px 11px;
  display: block;
}
@media (min-width: 25em) {
  .off-canvas-nav .off-canvas-nav-aux-container ul a {
    padding: 4px 15px;
  }
}
.off-canvas-nav .off-canvas-nav-aux-container ul a[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: 0%;
  transform: translateY(-100%);
  left: 0;
  background-color: #527C74;
  border-radius: 6px;
  color: #fff;
  padding: 9px 15px;
}
.off-canvas-nav .off-canvas-nav-aux-container ul a img {
  line-height: 0;
  display: block;
  text-align: center;
  margin: auto;
}
.off-canvas-nav .search-form {
  padding: 10px;
}
.off-canvas-nav .search-form input {
  width: 100%;
  margin-bottom: 5px;
}
.off-canvas-nav .search-form button {
  margin-top: 0;
  float: right;
}
.off-canvas-nav .btn-menu-close {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 20px;
  top: 30px;
}
.off-canvas-nav .btn-menu-close .bar {
  width: 27px;
  height: 1px;
  background-color: #fff;
  display: block;
  transform: rotate(45deg);
}
.off-canvas-nav .btn-menu-close .bar:last-child {
  transform: rotate(-45deg);
}

/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block-gallery {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 46.875em) {
  .block-gallery {
    margin-bottom: 40px;
  }
}
.block-gallery .carousel {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}
.block-gallery .swiper-slide {
  width: 100%;
}
.block-gallery .swiper-slide figure {
  position: relative;
  margin: 0;
}
.block-gallery .swiper-slide img {
  width: 100%;
}
.block-gallery .swiper-slide figcaption {
  background-color: #1D3429;
  position: relative;
  margin-top: -30px;
  max-width: calc(100% - 40px);
}
@media (min-width: 46.875em) {
  .block-gallery .swiper-slide figcaption {
    width: 500px;
    max-width: 500px;
    margin-top: -50px;
  }
}
.block-gallery .swiper-slide figcaption .title {
  display: block;
  background-color: #111F18;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.95px;
  color: #ECEAE6;
}
@media (max-width: 31.1875em) {
  .block-gallery .swiper-slide figcaption .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-gallery .swiper-slide figcaption .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-gallery .swiper-slide figcaption .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-gallery .swiper-slide figcaption .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 78.125em) {
  .block-gallery .swiper-slide figcaption .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 46.875em) {
  .block-gallery .swiper-slide figcaption .title {
    padding: 15px 110px 15px 30px;
  }
}
.block-gallery .swiper-slide figcaption .caption-content {
  padding: 10px 20px;
  color: #fff;
}
@media (max-width: 31.1875em) {
  .block-gallery .swiper-slide figcaption .caption-content {
    font-size: 1.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-gallery .swiper-slide figcaption .caption-content {
    font-size: 1.4rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-gallery .swiper-slide figcaption .caption-content {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-gallery .swiper-slide figcaption .caption-content {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .block-gallery .swiper-slide figcaption .caption-content {
    font-size: 1.4rem;
  }
}
@media (min-width: 46.875em) {
  .block-gallery .swiper-slide figcaption .caption-content {
    padding: 15px 30px;
  }
}
.block-gallery .swiper-pagination {
  bottom: -10px;
  left: 0;
  text-align: left;
  font-weight: 500;
  letter-spacing: 1.43px;
  color: #fff;
}
@media (max-width: 31.1875em) {
  .block-gallery .swiper-pagination {
    font-size: 1.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-gallery .swiper-pagination {
    font-size: 1.5rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-gallery .swiper-pagination {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-gallery .swiper-pagination {
    font-size: 1.5rem;
  }
}
@media (min-width: 78.125em) {
  .block-gallery .swiper-pagination {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) {
  .block-gallery .swiper-pagination {
    bottom: 0px;
  }
}
.block-gallery .swiper-pagination .swiper-pagination-current {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}
@media (max-width: 31.1875em) {
  .block-gallery .swiper-pagination .swiper-pagination-current {
    font-size: 1.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-gallery .swiper-pagination .swiper-pagination-current {
    font-size: 1.5rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-gallery .swiper-pagination .swiper-pagination-current {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-gallery .swiper-pagination .swiper-pagination-current {
    font-size: 1.5rem;
  }
}
@media (min-width: 78.125em) {
  .block-gallery .swiper-pagination .swiper-pagination-current {
    font-size: 1.5rem;
  }
}
.block-gallery .swiper-button {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  position: absolute;
  top: calc(100% - 20px);
}
@media (min-width: 64em) {
  .block-gallery .swiper-button {
    height: 30px;
    width: 31px;
  }
}
.block-gallery .swiper-button::after {
  content: "";
  background-image: url("/assets/images/icons/arrow-white.svg");
  right: 1px;
  width: 31px;
  height: 15px;
  display: block;
  margin-left: 0;
  background-repeat: no-repeat;
}
.block-gallery .swiper-button:hover::after, .block-gallery .swiper-button:focus::after {
  background-image: url("/assets/images/icons/arrow-gold.svg");
}
.block-gallery .swiper-button:focus-visible {
  outline: 1px solid white;
  outline-offset: 2px;
}
.block-gallery .swiper-button.swiper-button-prev {
  right: 60px;
  left: auto;
}
@media (min-width: 46.875em) {
  .block-gallery .swiper-button.swiper-button-prev {
    right: 60px;
  }
}
.block-gallery .swiper-button.swiper-button-prev::after {
  transform: scaleX(-1);
}
.block-gallery .swiper-button.swiper-button-next {
  right: 10px;
  left: auto;
}

.block-video {
  position: relative;
}
.block-video::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #111F18;
  opacity: 0.75;
  z-index: 1;
}
@media (min-width: 46.875em) {
  .block-video.position-left, .block-video.position-right {
    width: calc(55% - 50px);
  }
}
@media (min-width: 64em) {
  .block-video.position-full button {
    width: 190px;
    height: 106px;
    border-radius: 47px;
  }
}
@media (min-width: 64em) {
  .block-video.position-full button::before {
    border-width: 20.5px 0 20.5px 38px;
  }
}
.block-video button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 95px;
  height: 53px;
  border: 2px solid #E99733;
  border-radius: 24px;
  background-color: transparent;
  z-index: 5;
}
.block-video button:focus-visible {
  outline: 2px solid #fff;
}
.block-video button:hover, .block-video button:focus {
  background-color: #E99733;
}
.block-video button:hover::before, .block-video button:focus::before {
  border-color: transparent transparent transparent #111F18;
}
.block-video button::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 19px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(calc(-50% + 3px)) translateY(-50%);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__container.modal-video {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  background-color: #111F18;
  border-radius: 0;
  padding: 45px 0;
}
.modal__container.modal-video .modal__content {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 100vw;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: auto;
}
@media (min-width: 46.875em) {
  .modal__container.modal-video .modal__content {
    padding: 40px;
    max-width: 70vw;
  }
}
.modal__container.modal-video .modal__content .video-container {
  width: 100%;
}
.modal__container.modal-video .modal__content .transcript {
  margin-top: 15px;
  padding: 0 15px;
  border-top: 1px solid #E99733;
}
@media (min-width: 46.875em) {
  .modal__container.modal-video .modal__content .transcript {
    padding: 0 65px;
    margin-top: 30px;
  }
}
.modal__container.modal-video .modal__close {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  right: 20px;
  top: 10px;
  background: transparent;
  font-size: 0;
  z-index: 5000;
  border: 1px solid #ECEAE6;
  border-radius: 50%;
}
@media (min-width: 46.875em) {
  .modal__container.modal-video .modal__close {
    height: 48px;
    width: 48px;
    top: 15px;
  }
}
.modal__container.modal-video .modal__close:hover, .modal__container.modal-video .modal__close:focus {
  border-color: #E99733;
}
.modal__container.modal-video .modal__close:hover::before, .modal__container.modal-video .modal__close:hover::after, .modal__container.modal-video .modal__close:focus::before, .modal__container.modal-video .modal__close:focus::after {
  background-color: #E99733;
}
.modal__container.modal-video .modal__close::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 5px;
  width: 20px;
  height: 1px;
  background-color: #ECEAE6;
  transform: rotate(45deg);
}
@media (min-width: 46.875em) {
  .modal__container.modal-video .modal__close::before {
    top: 22px;
    left: 8px;
    width: 30px;
  }
}
.modal__container.modal-video .modal__close::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 5px;
  width: 20px;
  height: 1px;
  background-color: #ECEAE6;
  transform: rotate(-45deg);
}
@media (min-width: 46.875em) {
  .modal__container.modal-video .modal__close::after {
    top: 22px;
    left: 8px;
    width: 30px;
  }
}

.block-child-pages {
  clear: both;
}
.block-child-pages .block-child-page {
  height: 100%;
  display: block;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (min-width: 40.625em) {
  .block-child-pages .block-child-page {
    grid-template-columns: 1fr 45%;
    padding-bottom: 0;
  }
}
@media (min-width: 64em) {
  .block-child-pages .block-child-page {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
.block-child-pages .block-child-page::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ECEAE6;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
@media (min-width: 40.625em) {
  .block-child-pages .block-child-page::after {
    bottom: 40px;
    width: calc(100% - 75px);
  }
}
.block-child-pages .block-child-page:nth-child(even) {
  grid-template-columns: 1fr;
}
@media (min-width: 40.625em) {
  .block-child-pages .block-child-page:nth-child(even) {
    grid-template-columns: 45% 1fr;
  }
}
@media (min-width: 40.625em) {
  .block-child-pages .block-child-page:nth-child(even)::after {
    left: 0;
    right: auto;
  }
}
@media (min-width: 40.625em) {
  .block-child-pages .block-child-page:nth-child(even) figure {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 40.625em) {
  .block-child-pages .block-child-page:nth-child(even) .content {
    grid-column: 1;
    grid-row: 1;
  }
}
.block-child-pages .block-child-page figure {
  margin: 0;
  width: 100%;
  line-height: 0;
  position: relative;
}
@media (min-width: 40.625em) {
  .block-child-pages .block-child-page figure {
    grid-column: 1;
    grid-row: 1;
  }
}
.block-child-pages .block-child-page figure::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(17, 31, 24, 0) 0%, rgb(17, 31, 24) 100%);
  opacity: 0.9;
}
.block-child-pages .block-child-page figure img {
  width: 100%;
  height: auto;
  box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 40.625em) {
  .block-child-pages .block-child-page .content {
    grid-column: 2;
    grid-row: 1;
    padding: 60px 0;
  }
}
@media (min-width: 64em) {
  .block-child-pages .block-child-page .content {
    padding: 80px 0;
  }
}
.block-child-pages .block-child-page .content .btn {
  margin-top: 15px;
}
@media (min-width: 64em) {
  .block-child-pages .block-child-page .content .btn {
    margin-top: 35px;
  }
}
.person .featured-image {
  width: 150px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 31.25em) {
  .person .featured-image {
    float: left;
    margin: 0 20px 10px 0;
  }
}
@media (min-width: 64em) {
  .person .featured-image {
    width: 300px;
  }
}

.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-link a,
button.skip-link {
  color: #111F18;
  background: #E99733;
  padding: 3px 15px;
  width: auto;
  display: block;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 4500;
  font-weight: 400;
  text-transform: uppercase;
  left: -10000px;
}
@media (max-width: 31.1875em) {
  .skip-link a,
button.skip-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .skip-link a,
button.skip-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .skip-link a,
button.skip-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .skip-link a,
button.skip-link {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .skip-link a,
button.skip-link {
    font-size: 1.6rem;
  }
}
.skip-link a:hover, .skip-link a:focus,
button.skip-link:hover,
button.skip-link:focus {
  text-decoration: none;
  color: #111F18;
  left: 45px;
}

body:not(.featured-image-hero) .header-nav-primary > ul > li:hover > a, body:not(.featured-image-hero) .header-nav-primary > ul > li:focus-within > a {
  background-color: #fff;
  color: #111F18;
}
body:not(.featured-image-hero) .header-nav-primary > ul > li:hover ul, body:not(.featured-image-hero) .header-nav-primary > ul > li:focus-within ul {
  background-color: #fff;
}
body:not(.featured-image-hero) .header-nav-primary > ul > li:hover ul a, body:not(.featured-image-hero) .header-nav-primary > ul > li:focus-within ul a {
  color: #111F18;
}
body:not(.featured-image-hero) .header-nav-primary > ul > li:hover ul a:hover::before, body:not(.featured-image-hero) .header-nav-primary > ul > li:hover ul a:focus::before, body:not(.featured-image-hero) .header-nav-primary > ul > li:focus-within ul a:hover::before, body:not(.featured-image-hero) .header-nav-primary > ul > li:focus-within ul a:focus::before {
  content: "";
  background-image: url("/assets/images/icons/star-alt.svg");
}

.page-header {
  z-index: 1000;
  position: absolute;
  width: 100%;
  transition: right 0.5s;
  /* Default, mobile-first page header setup */
  /* Hide .page-header-* components according to the width of viewport */
}
.page-header.headroom--not-top {
  position: fixed;
  top: 0;
}
.page-header .page-header-full {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.page-header .page-header-compact {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 64em) {
  .page-header .page-header-full {
    display: block;
  }
  .page-header .page-header-compact {
    display: none;
  }
}

/*
 * Full desktop version of the header. All the bells and whistles.
 */
.page-header-full {
  height: 110px;
}
.page-header-full .container {
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  grid-template-rows: auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 100%;
}
.page-header-full .logo {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  grid-column: 1;
  grid-row: 1;
}
.page-header-full .logo:focus-visible {
  outline: 1px solid #E99733;
}
.page-header-full .logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* Header Nav Primary */
.header-nav-primary {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  align-self: flex-start;
  justify-self: center;
}
.header-nav-primary > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  list-style: none;
}
.header-nav-primary > ul > li {
  position: relative;
  margin: 0;
}
.header-nav-primary > ul > li:last-child {
  margin-right: 0;
}
.header-nav-primary > ul > li:last-child ul {
  right: 0;
}
.header-nav-primary > ul > li:hover > a, .header-nav-primary > ul > li:focus > a, .header-nav-primary > ul > li:focus-within > a, .header-nav-primary > ul > li.open > a {
  background-color: #111F18;
}
.header-nav-primary > ul > li:hover > ul, .header-nav-primary > ul > li:focus > ul, .header-nav-primary > ul > li:focus-within > ul, .header-nav-primary > ul > li.open > ul {
  display: block;
}
.header-nav-primary > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 30px 15px;
  font-weight: 500;
  letter-spacing: 1.82px;
  color: #fff;
}
@media (max-width: 31.1875em) {
  .header-nav-primary > ul > li > a {
    font-size: 1.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .header-nav-primary > ul > li > a {
    font-size: 1.4rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .header-nav-primary > ul > li > a {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .header-nav-primary > ul > li > a {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .header-nav-primary > ul > li > a {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .header-nav-primary > ul > li > a {
    padding: 30px;
  }
}
.header-nav-primary > ul > li > a:focus-visible {
  outline: 1px solid #E99733;
}
.header-nav-primary > ul > li ul {
  display: none;
  width: 240px;
  position: absolute;
  top: 70px;
  margin: 0;
  padding: 10px 0;
  z-index: 1000;
  background: #111F18;
}
.header-nav-primary > ul > li ul li {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.header-nav-primary > ul > li ul li a {
  border-right: 0;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1.18px;
  padding: 10px 20px 10px 35px;
  position: relative;
  line-height: 1.2;
  display: block;
}
@media (max-width: 31.1875em) {
  .header-nav-primary > ul > li ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .header-nav-primary > ul > li ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .header-nav-primary > ul > li ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .header-nav-primary > ul > li ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .header-nav-primary > ul > li ul li a {
    font-size: 1.4rem;
  }
}
.header-nav-primary > ul > li ul li a:hover, .header-nav-primary > ul > li ul li a:focus {
  text-decoration: none;
}
.header-nav-primary > ul > li ul li a:hover::before, .header-nav-primary > ul > li ul li a:focus::before {
  content: "";
  background-image: url("/assets/images/icons/star.svg");
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 13px;
  top: 11px;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-aux {
  position: fixed;
  right: 20px;
  top: 40vh;
  z-index: 50;
}

.header-nav-aux {
  position: relative;
  background-color: #182B22;
  width: 65px;
  border-radius: 33px;
  border: 1px solid #ECEAE6;
}
.header-nav-aux ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px;
  text-align: center;
}
@media (max-width: 31.1875em) {
  .header-nav-aux ul {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .header-nav-aux ul {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .header-nav-aux ul {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .header-nav-aux ul {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .header-nav-aux ul {
    font-size: 1.6rem;
  }
}
.header-nav-aux ul li {
  margin: 0;
  border-bottom: 1px solid #275E50;
}
.header-nav-aux ul li:last-of-type {
  border-bottom: 0;
}
.header-nav-aux ul li a {
  font-weight: normal;
  padding: 20px 0;
  display: block;
}
.header-nav-aux ul li a:focus-visible {
  outline: 1px solid #E99733;
}
.header-nav-aux ul li a[title]:hover::after, .header-nav-aux ul li a[title]:focus::after {
  content: attr(title);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 20px);
  background-color: #527C74;
  border-radius: 6px;
  color: #fff;
  padding: 9px 15px;
  line-height: 1.2;
  white-space: nowrap;
}
.header-nav-aux ul li a img {
  line-height: 0;
  display: block;
  text-align: center;
  margin: auto;
}
.header-nav-aux ul li:last-child {
  margin-right: 0;
}

.search {
  margin-left: 20px;
}

/*
 * Compact version of the header. Usually for mobile screens. Use this if adapting
 * the full desktop version to a mobile-friendly version is unreasonable.
 */
.page-header-compact .container {
  display: grid;
  grid-template-columns: 47px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-right: 0;
}
.page-header-compact .logo {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  line-height: 1;
}
.page-header-compact .logo img {
  width: 100%;
  height: auto;
}
.page-header-compact .off-canvas-trigger {
  background-color: #111F18;
  border: 0;
  padding: 0;
  justify-self: flex-end;
  align-self: center;
  padding: 15px;
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 24px 0 0 24px;
}
.page-header-compact .off-canvas-trigger .bar {
  width: 27px;
  height: 1px;
  margin-bottom: 9px;
  background-color: #fff;
  display: block;
}
.page-header-compact .off-canvas-trigger .bar:nth-child(2) {
  width: 17px;
  margin-bottom: 0;
  margin-left: 10px;
}

.featured-image-hero .page-main {
  padding-top: 0;
}

.page-main {
  background-color: #111F18;
  padding-top: 72px;
}
@media (min-width: 64em) {
  .page-main {
    padding-top: 110px;
  }
}

#content {
  transition: margin-right 0.5s;
}

.page-footer {
  position: relative;
  background-color: #182B22;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
  .page-footer {
    background-attachment: scroll;
  }
}
.page-footer::before {
  content: "";
  background: linear-gradient(180deg, rgba(17, 31, 24, 0) 0%, rgba(17, 31, 24, 0) 12%, rgb(17, 31, 24) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*
 * Full desktop version of the footer. All the bells and whistles.
 */
.page-footer-main {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 50;
  padding-bottom: 40px;
}
@media (min-width: 64em) {
  .page-footer-main {
    grid-template-columns: 400px 1fr;
    padding-bottom: 0;
    padding-top: 100px;
  }
}
@media (min-width: 78.125em) {
  .page-footer-main {
    grid-template-columns: 500px 1fr;
    padding-top: 190px;
  }
}
.page-footer-main .container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-flow: column;
  padding-bottom: 25px;
  grid-column: 1;
  grid-row: 2;
  padding-top: 180px;
  position: unset;
}
@media (min-width: 64em) {
  .page-footer-main .container {
    grid-column: 2;
    grid-row: 1;
    padding-top: 50px;
  }
}
.page-footer-main .contact {
  grid-template-columns: 85px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: grid;
  margin-bottom: 40px;
  grid-column: 1;
  grid-row: 2;
  row-gap: 5px;
  width: 100%;
  align-items: flex-end;
}
@media (min-width: 46.875em) {
  .page-footer-main .contact {
    grid-template-columns: 1fr 87px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    grid-row: 1;
    grid-column: 2;
    width: unset;
  }
}
@media (min-width: 78.125em) {
  .page-footer-main .contact {
    grid-template-columns: 2fr 1fr 87px;
  }
}
.page-footer-main .contact .logo {
  grid-column: 1;
  grid-row: 1/3;
}
@media (min-width: 46.875em) {
  .page-footer-main .contact .logo {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 78.125em) {
  .page-footer-main .contact .logo {
    grid-column: 3;
    grid-row: 1;
  }
}
.page-footer-main .contact .logo:focus-visible {
  outline: 2px solid #fff;
}
.page-footer-main .contact h2 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 31.1875em) {
  .page-footer-main .contact h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .page-footer-main .contact h2 {
    font-size: 1.475rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .page-footer-main .contact h2 {
    font-size: 1.55rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .page-footer-main .contact h2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 78.125em) {
  .page-footer-main .contact h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 46.875em) {
  .page-footer-main .contact h2 {
    letter-spacing: 2.2px;
  }
}
.page-footer-main .contact .phone {
  grid-column: 2;
  grid-row: 1;
}
@media (min-width: 46.875em) {
  .page-footer-main .contact .phone {
    grid-column: 1/3;
    grid-row: 1;
  }
}
@media (min-width: 78.125em) {
  .page-footer-main .contact .phone {
    grid-column: 1;
    grid-row: 1;
  }
}
.page-footer-main .contact .phone a {
  color: #fff;
  letter-spacing: 0.18px;
  font-weight: 300;
  text-decoration: none;
}
@media (max-width: 31.1875em) {
  .page-footer-main .contact .phone a {
    font-size: 2.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .page-footer-main .contact .phone a {
    font-size: 2.825rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .page-footer-main .contact .phone a {
    font-size: 3.15rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .page-footer-main .contact .phone a {
    font-size: 3.475rem;
  }
}
@media (min-width: 78.125em) {
  .page-footer-main .contact .phone a {
    font-size: 3.8rem;
  }
}
.page-footer-main .contact .phone a:hover, .page-footer-main .contact .phone a:focus {
  text-decoration: underline;
}
.page-footer-main .contact .social-icons {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 46.875em) {
  .page-footer-main .contact .social-icons {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (min-width: 78.125em) {
  .page-footer-main .contact .social-icons {
    grid-column: 2;
    grid-row: 1;
  }
}

/*
 *------------------------------------------------------------------------------
 * Footer Primary
 *------------------------------------------------------------------------------
 */
.footer-nav-primary {
  position: relative;
  margin-bottom: 35px;
  width: 100%;
}
@media (min-width: 46.875em) {
  .footer-nav-primary {
    margin-bottom: 90px;
    width: unset;
  }
}
.footer-nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 46.875em) {
  .footer-nav-primary ul {
    text-align: right;
  }
}
.footer-nav-primary ul li {
  margin: 0 20px 10px 0;
  padding: 0;
  display: inline-block;
}
@media (min-width: 46.875em) {
  .footer-nav-primary ul li {
    margin: 0 0 10px 20px;
  }
}
@media (min-width: 78.125em) {
  .footer-nav-primary ul li {
    margin: 0 0 10px 45px;
  }
}
.footer-nav-primary ul li a {
  font-weight: 500;
  letter-spacing: 1.82px;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 31.1875em) {
  .footer-nav-primary ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .footer-nav-primary ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .footer-nav-primary ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .footer-nav-primary ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .footer-nav-primary ul li a {
    font-size: 1.4rem;
  }
}
.footer-nav-primary ul li a:hover, .footer-nav-primary ul li a:focus {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.footer-nav-primary ul li:last-child {
  margin-right: 0;
}

.cr-logo {
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 5px;
  left: 20px;
}
@media (min-width: 64em) {
  .cr-logo {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.cr-logo:hover, .cr-logo:focus {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.cr-logo img {
  width: 90px;
  height: auto;
  display: inline-block;
}

.newsletter {
  background-color: #527C74;
  padding: 60px 20px 20px;
  color: #fff;
}
@media (max-width: 31.1875em) {
  .newsletter {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .newsletter {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .newsletter {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .newsletter {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .newsletter {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) {
  .newsletter {
    padding: 40px 50px;
  }
}
@media (min-width: 84.375em) {
  .newsletter {
    padding: 80px 90px;
  }
}
.newsletter h2 {
  color: #fff;
}
@media (max-width: 31.1875em) {
  .newsletter h2 {
    font-size: 3rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .newsletter h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .newsletter h2 {
    font-size: 3.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .newsletter h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 78.125em) {
  .newsletter h2 {
    font-size: 3.8rem;
  }
}
.newsletter .custom-checkbox input[type=checkbox]:checked + span::after {
  background-color: #275E50;
}
.newsletter .custom-checkbox input[type=checkbox]:checked + span::before {
  background-image: url("/assets/images/icons/checkmark-light.svg");
}
.newsletter .callout-link {
  padding: 0;
}

.sidebar-section {
  display: block;
  margin-top: 40px;
}
@media (min-width: 64em) {
  .sidebar-section {
    display: flex;
    flex-flow: row;
    margin-top: 80px;
  }
}
.sidebar-section .sidebar-area {
  flex: 0 0 275px;
  width: 275px;
  margin-right: 75px;
  display: none;
}
@media (min-width: 64em) {
  .sidebar-section .sidebar-area {
    display: block;
  }
}
@media (min-width: 64em) {
  .sidebar-section .section-area {
    flex: 1 1 calc(100% - 350px);
  }
}

.sidebar-area {
  background-color: #1D3429;
  padding: 10px 25px 30px;
  width: 275px;
}
.sidebar-area h2 {
  border-bottom: 1px solid #E99733;
}
.sidebar-area h2 a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-decoration: none;
  padding: 0 15px;
  line-height: 1.2;
}
@media (max-width: 31.1875em) {
  .sidebar-area h2 a {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .sidebar-area h2 a {
    font-size: 1.625rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .sidebar-area h2 a {
    font-size: 1.65rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .sidebar-area h2 a {
    font-size: 1.675rem;
  }
}
@media (min-width: 78.125em) {
  .sidebar-area h2 a {
    font-size: 1.7rem;
  }
}
.sidebar-area h2 a:hover, .sidebar-area h2 a:focus {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.sidebar-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
}
.sidebar-area ul li.open button::before {
  width: 14px;
  height: 1px;
  border-right: 0;
  transform: rotate(0);
  margin-top: 5px;
}
.sidebar-area ul li.open ul {
  display: block;
}
.sidebar-area ul a {
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  color: #A9BDB7;
  letter-spacing: 1.75px;
  padding-right: 30px;
}
@media (max-width: 31.1875em) {
  .sidebar-area ul a {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .sidebar-area ul a {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .sidebar-area ul a {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .sidebar-area ul a {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .sidebar-area ul a {
    font-size: 1.6rem;
  }
}
.sidebar-area ul a:hover, .sidebar-area ul a:focus {
  color: #fff;
  text-decoration: underline;
}
.sidebar-area ul button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: 0;
  height: 20px;
}
.sidebar-area ul button:focus-visible {
  outline: 1px solid #E99733;
}
.sidebar-area ul button:hover::before, .sidebar-area ul button:focus::before {
  border-width: 2px;
  border-color: #fff;
}
.sidebar-area ul button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #A9BDB7;
  border-bottom: 1px solid #A9BDB7;
  transform: rotate(45deg);
  display: block;
}
.sidebar-area ul ul {
  padding-left: 30px;
  display: none;
}
.sidebar-area ul ul a {
  color: #fff;
  letter-spacing: 1.18px;
  font-weight: 300;
  padding-right: 0;
}
@media (max-width: 31.1875em) {
  .sidebar-area ul ul a {
    font-size: 1.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .sidebar-area ul ul a {
    font-size: 1.4rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .sidebar-area ul ul a {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .sidebar-area ul ul a {
    font-size: 1.4rem;
  }
}
@media (min-width: 78.125em) {
  .sidebar-area ul ul a {
    font-size: 1.4rem;
  }
}
.sidebar-area ul ul a:hover, .sidebar-area ul ul a:focus {
  text-decoration: none;
}
.sidebar-area ul ul a:hover::before, .sidebar-area ul ul a:focus::before {
  content: "";
  background-image: url("/assets/images/icons/star.svg");
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: -30px;
  top: 4px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sg-colors li {
  display: block;
  float: left;
  margin: 10px;
}

.sg-swatch {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #000;
}

.styleguide {
  padding-top: 50px;
  padding-bottom: 50px;
}
.styleguide hr {
  display: block;
}

.sg-subheading {
  border-bottom: 2px solid #666;
  margin-top: 60px;
  margin-bottom: 30px;
}

.sg-dark-bg {
  background-color: #898989;
}

.bg.black {
  background: #182B22;
}
.bg.white {
  background: #fff;
}
.bg.error {
  background: red;
}
.bg.lt-primary-color {
  background: #275E50;
}
.bg.md-primary-color {
  background: #1D3429;
}
.bg.dk-primary-color {
  background: #111F18;
}
.bg.md-secondary-color {
  background: #E99733;
}
.bg.lt-gray {
  background: #ECEAE6;
}

table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  color: #fff;
}
table thead tr th,
table tfoot tr th {
  padding: 5px 15px;
  background-color: #275E50;
  color: #fff;
}
table tbody tr:nth-child(even) {
  background: #527C74;
}
table tbody tr td {
  padding: 5px 10px;
}

@media (max-width: 46.865em) {
  table thead,
table tfoot {
    display: none;
  }
  table tbody td {
    border-right: 0;
    display: table-row;
  }
  table tbody td:before {
    content: attr(data-label);
    display: table-cell;
    font-weight: bold;
    padding: 0.2em 0.6em 0.2em 0;
    text-align: right;
  }
  table tbody td:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ECEAE6;
  }
  table tr {
    display: block;
    position: relative;
    padding: 10px 10px;
  }
  table tr:first-of-type {
    border-top: 1px solid #ECEAE6;
  }
}
.block-featured {
  clear: both;
  padding: 35px 0;
}
@media (min-width: 46.875em) {
  .block-featured {
    padding: 90px 0;
  }
}
.block-featured.light-bg {
  background-color: #ECEAE6;
  color: #182B22;
}
.block-featured.light-bg h2,
.block-featured.light-bg h3 {
  color: #182B22;
}
.block-featured.dark-bg .block-featured-intro h2,
.block-featured.dark-bg .block-featured-intro h3 {
  color: #fff;
}
.block-featured.dark-bg .block-featured-content-item {
  box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.2);
}
.block-featured.dark-bg .btn-secondary {
  color: #ECEAE6;
  background-color: transparent;
  border-color: #E99733;
}
.block-featured.dark-bg .btn-secondary.disabled:hover, .block-featured.dark-bg .btn-secondary.disabled:focus, .block-featured.dark-bg .btn-secondary[disabled]:hover, .block-featured.dark-bg .btn-secondary[disabled]:focus, fieldset[disabled] .block-featured.dark-bg .btn-secondary:hover, fieldset[disabled] .block-featured.dark-bg .btn-secondary:focus {
  background-color: transparent;
  border-color: #E99733;
}
.block-featured.dark-bg .btn-secondary:focus, .block-featured.dark-bg .btn-secondary:hover, .block-featured.dark-bg .btn-secondary:active {
  color: #111F18;
  background-color: #E99733;
  border-color: #E99733;
  text-decoration: none;
}
.block-featured .spinning-star {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.block-featured .block-featured-intro {
  text-align: center;
  margin-bottom: 60px;
}
.block-featured .block-featured-intro h2,
.block-featured .block-featured-intro h3 {
  margin-bottom: 0;
}
.block-featured .block-featured-intro p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.block-featured .block-featured-container {
  width: 100%;
}
.block-featured .block-featured-content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 25px;
}
@media (min-width: 46.875em) {
  .block-featured .block-featured-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .block-featured .block-featured-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.block-featured .block-featured-content-item {
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 15px 15px;
  display: flex;
  align-items: flex-end;
  box-shadow: 10px 20px 25px rgba(59, 29, 1, 0.2);
  background-color: #182B22;
}
@media (min-width: 31.25em) {
  .block-featured .block-featured-content-item {
    min-height: 400px;
  }
}
@media (min-width: 46.875em) {
  .block-featured .block-featured-content-item {
    padding: 20px 25px;
  }
}
@media (min-width: 78.125em) {
  .block-featured .block-featured-content-item {
    padding: 20px 45px;
  }
}
.block-featured .block-featured-content-item:hover a, .block-featured .block-featured-content-item:focus-within a {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.block-featured .block-featured-content-item picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 31, 24, 0.3) 0%, rgba(17, 31, 24, 0.8) 60%, rgb(17, 31, 24) 100%);
  opacity: 0.9;
  z-index: 3;
}
.block-featured .block-featured-content-item picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transform: translateX(-50%) translateY(-50%);
}
.block-featured .block-featured-content-item .content {
  z-index: 5;
  position: relative;
}
.block-featured .block-featured-content-item a {
  text-decoration: none;
  color: #ECEAE6;
  font-style: italic;
  letter-spacing: 1.78px;
}
@media (max-width: 31.1875em) {
  .block-featured .block-featured-content-item a {
    font-size: 2.2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-featured .block-featured-content-item a {
    font-size: 2.45rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-featured .block-featured-content-item a {
    font-size: 2.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-featured .block-featured-content-item a {
    font-size: 2.95rem;
  }
}
@media (min-width: 78.125em) {
  .block-featured .block-featured-content-item a {
    font-size: 3.2rem;
  }
}
.block-featured .block-featured-content-item h3, .block-featured .block-featured-content-item h4 {
  line-height: 1;
}
@media (max-width: 31.1875em) {
  .block-featured .block-featured-content-item h3, .block-featured .block-featured-content-item h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-featured .block-featured-content-item h3, .block-featured .block-featured-content-item h4 {
    font-size: 2.45rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-featured .block-featured-content-item h3, .block-featured .block-featured-content-item h4 {
    font-size: 2.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-featured .block-featured-content-item h3, .block-featured .block-featured-content-item h4 {
    font-size: 2.95rem;
  }
}
@media (min-width: 78.125em) {
  .block-featured .block-featured-content-item h3, .block-featured .block-featured-content-item h4 {
    font-size: 3.2rem;
  }
}
.block-featured .block-featured-content-item h3:last-child, .block-featured .block-featured-content-item h4:last-child {
  padding-bottom: 30px;
}
.block-featured .block-featured-content-item .location {
  font-style: italic;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
@media (max-width: 31.1875em) {
  .block-featured .block-featured-content-item .location {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-featured .block-featured-content-item .location {
    font-size: 1.65rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-featured .block-featured-content-item .location {
    font-size: 1.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-featured .block-featured-content-item .location {
    font-size: 1.75rem;
  }
}
@media (min-width: 78.125em) {
  .block-featured .block-featured-content-item .location {
    font-size: 1.8rem;
  }
}
.block-featured .block-featured-content-item .location img {
  margin-right: 12px;
}
.block-featured .block-featured-content-item p {
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
@media (max-width: 31.1875em) {
  .block-featured .block-featured-content-item p {
    font-size: 1.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-featured .block-featured-content-item p {
    font-size: 1.45rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-featured .block-featured-content-item p {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-featured .block-featured-content-item p {
    font-size: 1.55rem;
  }
}
@media (min-width: 78.125em) {
  .block-featured .block-featured-content-item p {
    font-size: 1.6rem;
  }
}
.block-featured .ending-content {
  padding-top: 25px;
  max-width: 750px;
}
@media (min-width: 46.875em) {
  .block-featured .ending-content {
    padding-top: 45px;
  }
}
.block-featured .ending-content .btn {
  margin-top: 30px;
}

.block-rich-content {
  background: #ECEAE6;
  color: #111F18;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 53.125em) {
  .block-rich-content {
    padding: 80px 0;
  }
}
.block-rich-content .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 65px;
       column-gap: 65px;
  row-gap: 35px;
}
@media (min-width: 53.125em) {
  .block-rich-content .container {
    grid-template-columns: 3fr 5fr;
  }
}
@media (min-width: 78.125em) {
  .block-rich-content .container {
    -moz-column-gap: 115px;
         column-gap: 115px;
    padding-left: 280px;
  }
}
.block-rich-content .container h2,
.block-rich-content .container h3 {
  grid-row: 1;
  grid-column: 1;
  margin-bottom: 0;
}
@media (min-width: 53.125em) {
  .block-rich-content .container h2,
.block-rich-content .container h3 {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.block-rich-content:not(.dark-bg) a:not(.btn),
.block-rich-content:not(.dark-bg) a[href^=tel]:not(.btn) {
  color: #1D3429;
}
.block-rich-content:not(.dark-bg) .btn {
  color: #111F18;
  background-color: transparent;
  border-color: #1D3429;
}
.block-rich-content:not(.dark-bg) .btn.disabled:hover, .block-rich-content:not(.dark-bg) .btn.disabled:focus, .block-rich-content:not(.dark-bg) .btn[disabled]:hover, .block-rich-content:not(.dark-bg) .btn[disabled]:focus, fieldset[disabled] .block-rich-content:not(.dark-bg) .btn:hover, fieldset[disabled] .block-rich-content:not(.dark-bg) .btn:focus {
  background-color: transparent;
  border-color: #1D3429;
}
.block-rich-content:not(.dark-bg) .btn:focus, .block-rich-content:not(.dark-bg) .btn:hover, .block-rich-content:not(.dark-bg) .btn:active {
  color: #fff;
  background-color: #275E50;
  border-color: #275E50;
  text-decoration: none;
}
.block-rich-content:not(.dark-bg) .media img {
  box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.2);
}
.block-rich-content.dark-bg {
  background-color: #111F18;
  color: #ECEAE6;
}
.block-rich-content.dark-bg h2,
.block-rich-content.dark-bg h3,
.block-rich-content.dark-bg h4,
.block-rich-content.dark-bg h5,
.block-rich-content.dark-bg h6 {
  color: #ECEAE6;
}
.block-rich-content.dark-bg .media img {
  box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.2);
}
.block-rich-content.inverse-order h2,
.block-rich-content.inverse-order h3 {
  grid-row: 1;
  grid-column: 1;
  margin-bottom: 0;
}
@media (min-width: 53.125em) {
  .block-rich-content.inverse-order h2,
.block-rich-content.inverse-order h3 {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 53.125em) {
  .block-rich-content.inverse-order .container {
    grid-template-columns: 5fr 3fr;
    padding-left: 20px;
  }
}
@media (min-width: 64em) {
  .block-rich-content.inverse-order .container {
    padding-left: 100px;
  }
}
@media (min-width: 78.125em) {
  .block-rich-content.inverse-order .container {
    padding-right: 280px;
  }
}
@media (min-width: 53.125em) {
  .block-rich-content.inverse-order .content {
    grid-column: 2;
    grid-row: 2;
  }
}
.block-rich-content.inverse-order .media {
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 53.125em) {
  .block-rich-content.inverse-order .media {
    grid-column: 1;
    grid-row: 1/3;
  }
}
@media (min-width: 53.125em) {
  .block-rich-content .content {
    grid-column: 1;
    grid-row: 2;
  }
}
.block-rich-content .content *:first-child {
  margin-top: 0;
}
.block-rich-content .media {
  width: 100%;
  grid-column: 1;
  grid-row: 2;
  position: relative;
}
@media (min-width: 53.125em) {
  .block-rich-content .media {
    grid-column: 2;
    grid-row: 2;
  }
}
.block-rich-content .media img {
  width: 100%;
  height: auto;
}
.block-rich-content .btn {
  margin-top: 30px;
}

.hello-bar {
  background: #1D3429;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hello-bar p {
  margin: 5px 0;
}
.hello-bar a {
  text-decoration: underline;
  color: #fff;
}
.hello-bar a:hover, .hello-bar a:focus {
  text-decoration-thickness: 3px;
}

.block-callout {
  text-align: center;
  padding: 50px 0;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 46.875em) {
  .block-callout {
    padding: 160px 0;
  }
}
.block-callout .container {
  max-width: 800px;
}
.block-callout picture img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.block-callout.light-bg {
  background-color: #ECEAE6;
  color: #111F18;
}
.block-callout.light-bg h2,
.block-callout.light-bg h3 {
  color: #111F18;
}
.block-callout.light-bg .callout-link {
  color: #111F18;
}
.block-callout.light-bg .callout-link::after {
  background-image: url("/assets/images/icons/arrow-black.svg");
}
.block-callout.bg-image picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(236, 234, 230, 0) 0%, rgb(236, 234, 230) 100%);
  z-index: 3;
  opacity: 0.4;
}
.block-callout.bg-image picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(236, 234, 230, 0.75);
  z-index: 3;
}
.block-callout.dark-bg {
  color: #fff;
  background-color: #111F18;
}
.block-callout.dark-bg.bg-image picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #111f18 0%, #111f18 0%);
  z-index: 3;
  opacity: 0.63;
}
.block-callout.dark-bg.bg-image picture::after {
  background: rgba(17, 31, 24, 0.75);
}
.block-callout.dark-bg h2,
.block-callout.dark-bg h3 {
  color: #fff;
}
.block-callout.dark-bg .callout-excerpt a,
.block-callout.dark-bg .callout-excerpt a[href^=tel] {
  color: #fff;
}
.block-callout.dark-bg .callout-excerpt::after {
  background-color: #E99733;
}
.block-callout .block-callout-content {
  z-index: 4;
  position: relative;
}
.block-callout .callout-excerpt {
  position: relative;
  padding-bottom: 40px;
}
.block-callout .callout-excerpt::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #275E50;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block-callout .callout-excerpt a,
.block-callout .callout-excerpt a[href^=tel] {
  color: #1D3429;
}
.block-callout .callout-link {
  margin-top: 50px;
}

div.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
  z-index: -1;
}

.multi-column-block {
  clear: both;
  display: grid;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  grid-template-columns: 1fr;
}
@media (min-width: 37.5em) {
  .multi-column-block.column-2 {
    -moz-column-gap: 80px;
         column-gap: 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 50em) {
  .multi-column-block.column-2 .multi-column-item {
    flex: 0 0 30%;
  }
}
@media (min-width: 37.5em) {
  .multi-column-block.column-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .multi-column-block.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 37.5em) {
  .multi-column-block.column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 78.125em) {
  .multi-column-block.column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.block-testimonial {
  margin: 0;
  position: relative;
  overflow: hidden;
  color: #031724;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 46.875em) {
  .block-testimonial {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
.block-testimonial.top-center {
  padding-bottom: 300px;
}
.block-testimonial .container {
  max-width: 1000px;
  z-index: 5;
}
.block-testimonial picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(236, 234, 230, 0.3) 0%, rgb(236, 234, 230) 100%);
  z-index: 3;
  opacity: 0.4;
}
.block-testimonial picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(236, 234, 230, 0.8);
  z-index: 3;
}
.block-testimonial img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transform: translateX(-50%) translateY(-50%);
}
.block-testimonial p {
  font-style: italic;
  font-weight: 200;
  letter-spacing: 1.25px;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 31.1875em) {
  .block-testimonial p {
    font-size: 2.2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-testimonial p {
    font-size: 2.525rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-testimonial p {
    font-size: 2.85rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-testimonial p {
    font-size: 3.175rem;
  }
}
@media (min-width: 78.125em) {
  .block-testimonial p {
    font-size: 3.5rem;
  }
}
.block-testimonial a {
  color: var(--dk-gray);
}
.block-testimonial cite {
  text-align: center;
  letter-spacing: 0.72px;
  width: 100%;
  display: block;
  font-style: normal;
}
@media (max-width: 31.1875em) {
  .block-testimonial cite {
    font-size: 1.8rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .block-testimonial cite {
    font-size: 2.05rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .block-testimonial cite {
    font-size: 2.3rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .block-testimonial cite {
    font-size: 2.55rem;
  }
}
@media (min-width: 78.125em) {
  .block-testimonial cite {
    font-size: 2.8rem;
  }
}

.custom-image-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  grid-template-rows: auto;
  overflow: hidden;
}
@media (min-width: 64em) {
  .custom-image-block {
    grid-template-columns: 19% 1fr 27%;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-rows: auto 3vw 5vw auto;
    padding: 0;
  }
}
@media (min-width: 78.125em) {
  .custom-image-block {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.custom-image-block .content {
  grid-column: 1/3;
  grid-row: 1;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
@media (min-width: 64em) {
  .custom-image-block .content {
    grid-column: 2;
    grid-row: 1;
    padding-bottom: 35px;
  }
}
@media (min-width: 78.125em) {
  .custom-image-block .content {
    padding-top: 80px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 45px;
  }
}
.custom-image-block .content .btn {
  margin-top: 20px;
}
.custom-image-block picture {
  line-height: 0;
}
.custom-image-block picture:nth-of-type(1) {
  width: 110%;
  margin-left: -10%;
}
@media (min-width: 64em) {
  .custom-image-block picture:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
    margin-top: 50px;
    align-self: flex-end;
    width: 125%;
    margin-left: -25%;
  }
}
.custom-image-block picture:nth-of-type(2) {
  grid-column: 2;
  grid-row-start: 3;
  width: 120%;
  margin-right: -20%;
}
@media (min-width: 64em) {
  .custom-image-block picture:nth-of-type(2) {
    grid-column: 3;
    grid-row: 1/4;
    width: 140%;
    margin-right: -40%;
  }
}
.custom-image-block picture:nth-of-type(3) {
  display: none;
}
@media (min-width: 64em) {
  .custom-image-block picture:nth-of-type(3) {
    grid-row: 3/5;
    grid-column: 1;
    display: block;
    width: 160%;
    margin-left: -75%;
  }
}
.custom-image-block picture:nth-of-type(4) {
  padding: 0 45px;
  grid-column: 1/3;
  grid-row: 2;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 64em) {
  .custom-image-block picture:nth-of-type(4) {
    grid-row: 2/5;
    grid-column: 2;
    padding: 0;
  }
}
.custom-image-block picture:nth-of-type(5) {
  display: none;
  width: 60%;
  margin-left: auto;
  margin-right: 15%;
  align-self: center;
}
@media (min-width: 64em) {
  .custom-image-block picture:nth-of-type(5) {
    display: block;
    grid-column: 3;
    grid-row: 4;
  }
}
.custom-image-block img {
  width: 100%;
  height: auto;
}

div[data-vue-load=cabin-listing] {
  width: 100%;
}

.cabin-listing {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 40px;
}
@media (min-width: 34.375em) {
  .cabin-listing {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 56.25em) {
  .cabin-listing {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 80px;
  }
}

.cabin-item {
  position: relative;
}
.cabin-item:hover img, .cabin-item:focus-within img {
  transform: scale(1.1);
}
.cabin-item:hover a, .cabin-item:focus-within a {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.cabin-item figure {
  width: 100%;
  margin-bottom: 25px;
  box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  line-height: 0;
}
.cabin-item figure img {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
}
.cabin-item h2 {
  letter-spacing: 1.78px;
  margin-bottom: 0;
}
@media (max-width: 31.1875em) {
  .cabin-item h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .cabin-item h2 {
    font-size: 2.45rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .cabin-item h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .cabin-item h2 {
    font-size: 2.95rem;
  }
}
@media (min-width: 78.125em) {
  .cabin-item h2 {
    font-size: 3.2rem;
  }
}
.cabin-item h2 span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.2px;
  font-style: normal;
  margin-bottom: 25px;
}
@media (max-width: 31.1875em) {
  .cabin-item h2 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .cabin-item h2 span {
    font-size: 1.55rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .cabin-item h2 span {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .cabin-item h2 span {
    font-size: 1.65rem;
  }
}
@media (min-width: 78.125em) {
  .cabin-item h2 span {
    font-size: 1.7rem;
  }
}
.cabin-item h2 a {
  color: #ECEAE6;
  text-decoration: none;
  font-style: italic;
}
.cabin-item .meta {
  color: #A9BDB7;
  margin-bottom: 18px;
}
.cabin-item .location {
  font-style: italic;
  letter-spacing: 1px;
  color: #ECEAE6;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.cabin-item .location img {
  width: 17px;
  height: auto;
  margin-right: 10px;
}

.cabin-filtering {
  width: 100%;
  z-index: 65;
  background-color: #182B22;
  padding: 30px 0;
  z-index: 60;
  position: relative;
}
@media (min-width: 46.875em) {
  .cabin-filtering {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
  }
  .cabin-filtering.sticky {
    position: fixed;
    top: 0;
    bottom: auto;
    width: 100%;
  }
}
.cabin-filtering .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 46.8125em) {
  .cabin-filtering .container {
    max-width: 300px;
  }
}
@media (min-width: 46.875em) and (max-width: 78.0625em) {
  .cabin-filtering .freeform-row .freeform-column {
    flex-flow: column;
    align-items: flex-start;
    row-gap: 8px;
  }
  .cabin-filtering .freeform-row .freeform-column .custom-select {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 78.125em) {
  .cabin-filtering .freeform-row {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 78.125em) {
  .cabin-filtering .guests-column {
    flex: 0 0 220px;
  }
}

.dc-dropdown {
  background-color: #1D3429;
  color: #fff;
  height: auto !important;
}
.dc-dropdown.show {
  transition: transform 0.1s ease-in, max-height 2s ease-in;
  transform: translateY(0%) !important;
  max-height: 300px !important;
}
.dc-dropdown .container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  align-items: center;
  text-align: center;
}
@media (min-width: 46.875em) {
  .dc-dropdown .container {
    flex-flow: row;
    text-align: left;
  }
}
.dc-dropdown .container .content {
  padding-bottom: 20px;
}
@media (min-width: 46.875em) {
  .dc-dropdown .container .content {
    padding-bottom: 0;
    padding-right: 20px;
  }
}
.dc-dropdown .container .content p {
  line-height: 1.3;
  margin: 0;
}
.dc-dropdown .container .content .title {
  font-weight: 800;
  letter-spacing: 0.5px;
  display: block;
  text-transform: uppercase;
}

.modal.micromodal-fly-right.is-open .modal__container, .modal.micromodal-fly-left.is-open .modal__container {
  position: fixed;
  bottom: 15px;
  right: 20px;
}
@media (min-width: 46.875em) {
  .modal.micromodal-fly-right.is-open .modal__container, .modal.micromodal-fly-left.is-open .modal__container {
    right: 5%;
  }
}
.modal.micromodal-fly-right .modal__header, .modal.micromodal-fly-left .modal__header {
  margin: 0;
}
.modal.micromodal-fly-right .modal__container, .modal.micromodal-fly-left .modal__container {
  padding: 0;
  position: relative;
  width: 400px;
  max-width: calc(100% - 40px);
}
.modal.micromodal-fly-right .modal__container a:hover, .modal.micromodal-fly-right .modal__container a:focus, .modal.micromodal-fly-left .modal__container a:hover, .modal.micromodal-fly-left .modal__container a:focus {
  outline: 0;
}
.modal.micromodal-fly-right .modal__close, .modal.micromodal-fly-left .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal.micromodal-fly-right .modal__content, .modal.micromodal-fly-left .modal__content {
  display: flex;
  flex-flow: row;
  min-height: 200px;
}
.modal.micromodal-fly-right .modal__content .bg-image, .modal.micromodal-fly-left .modal__content .bg-image {
  margin: 0;
  flex: 0 0 150px;
  line-height: 0;
  background-position: top center;
  background-size: cover;
}
.modal.micromodal-fly-right .modal__content .content, .modal.micromodal-fly-left .modal__content .content {
  flex: 1 1 calc(100% - 150px);
  padding: 30px 15px 30px;
  align-self: center;
}
.modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding-right: 25px;
  font-weight: 800;
}
@media (max-width: 31.1875em) {
  .modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 78.125em) {
  .modal.micromodal-fly-right .modal__content .content h2, .modal.micromodal-fly-left .modal__content .content h2 {
    font-size: 2.4rem;
  }
}
.modal.micromodal-fly-right .modal__content .content p, .modal.micromodal-fly-left .modal__content .content p {
  margin: 0;
  line-height: 1.1;
}
.modal.micromodal-fly-left.is-open .modal__container {
  left: 20px;
  right: auto;
}
@media (min-width: 46.875em) {
  .modal.micromodal-fly-left.is-open .modal__container {
    left: 5%;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
  position: relative;
  z-index: 5000;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 1000px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-shadow: 0px 2px 2px rgba(24, 43, 34, 0.2);
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.modal__header .modal__title {
  text-transform: none;
  padding-right: 20px;
  padding-left: 40px;
}
@media (max-width: 31.1875em) {
  .modal__header .modal__title {
    font-size: 3rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .modal__header .modal__title {
    font-size: 3.25rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .modal__header .modal__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .modal__header .modal__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 78.125em) {
  .modal__header .modal__title {
    font-size: 4rem;
  }
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.micromodal-slide[aria-hidden=true] .modal__overlay,
.micromodal-pop[aria-hidden=true] .modal__overlay,
.micromodal-fly-left[aria-hidden=true] .modal__overlay,
.micromodal-fly-right[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__overlay,
.micromodal-fly-left[aria-hidden=false] .modal__overlay,
.micromodal-fly-right[aria-hidden=false] .modal__overlay,
.micromodal-pop[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmDropIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmDropOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-fly-left[aria-hidden=false] .modal__container {
  animation: mmFlyInLeft 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-fly-right[aria-hidden=false] .modal__container {
  animation: mmFlyInRight 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-fly[aria-hidden=true] .modal__container {
  animation: mmFlyOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-pop[aria-hidden=false] .modal__container {
  animation: mmPopIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-fly[aria-hidden=true] .modal__container {
  animation: mmPopOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmDropIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmDropOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes mmFlyInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmFlyInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmFlyOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes mmPopIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mmPopOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
.modal.micromodal-pop .modal__container {
  background-color: #e6e7ea;
  text-align: center;
  border-radius: 0;
  position: relative;
}
.modal.micromodal-pop .modal__container .modal__header {
  margin-bottom: 0;
}
.modal.micromodal-pop .modal__container .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal.micromodal-pop .modal__container h2 {
  margin-bottom: 10px;
}
.modal.micromodal-pop .modal__container h2 + p {
  margin-top: 10px;
}
.modal.micromodal-pop .modal__container .btn {
  margin-top: 30px;
}

.modal__content .block-image {
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 70%;
}
@media (min-width: 46.875em) {
  .modal__content .block-image {
    margin-bottom: 0;
    max-width: 50%;
  }
}
@media (min-width: 46.875em) {
  .modal__content.dc-modal-overlay-content {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
  .modal__content.dc-modal-overlay-content figure {
    flex: 0 0 420px;
  }
  .modal__content.dc-modal-overlay-content .content {
    flex: 1 1 calc(100% - 420px);
    max-width: 100%;
  }
}

.dynamic-content-section {
  display: none;
  animation: fadeIn ease 2s;
}
.dynamic-content-section.dynamic-content-show {
  display: block;
}
.dynamic-content-section.dynamic-content-show.flex {
  display: flex;
}
.dynamic-content-section.dynamic-content-show.grid {
  display: grid;
}
.dynamic-content-section.dynamic-content-show.inline {
  display: inline;
}
.dynamic-content-section.dynamic-content-show.inline-block {
  display: inline-block;
}
.dynamic-content-section.dynamic-content-invisible {
  display: block;
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.location-listing-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
@media (min-width: 64em) {
  .location-listing-hero {
    min-height: 800px;
    flex-direction: row;
    padding-top: 0;
  }
}
.location-listing-hero .container {
  width: 100%;
}
.location-listing-hero .container .content {
  max-width: 600px;
  margin: auto;
  justify-self: end;
}
.location-listing-hero .location-listing-map {
  position: relative;
  width: 100%;
}
@media (min-width: 64em) {
  .location-listing-hero .location-listing-map {
    min-width: 600px;
  }
}
.location-listing-hero .location-listing-map img {
  width: 100%;
}

.cabin-listing.location-listing {
  margin-bottom: 60px;
}
@media (min-width: 46.875em) {
  .cabin-listing.location-listing {
    margin-bottom: 90px;
  }
}

.location-listing-tooltip-title {
  display: block;
  margin: 30px 20px -12px 20px;
  background-color: #527C74;
  border-radius: 6px;
  color: #fff;
  padding: 9px 15px;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 46.875em) {
  .location-listing-tooltip-title {
    display: none;
  }
  .location-listing-tooltip-title.show {
    display: none;
  }
}

.location-listing-pin {
  position: absolute;
}
.location-listing-pin svg {
  fill: #E99733;
  width: 30px;
  height: 45px;
}
.location-listing-pin:focus-within svg, .location-listing-pin:hover svg {
  fill: #fff;
}
.location-listing-pin:hover::after, .location-listing-pin:focus::after {
  content: none;
  left: 0;
}
@media (min-width: 46.875em) {
  .location-listing-pin:hover::after, .location-listing-pin:focus::after {
    content: attr(title);
    position: absolute;
    bottom: -80%;
    left: -200%;
    background-color: #527C74;
    border-radius: 6px;
    color: #fff;
    padding: 9px 15px;
    line-height: 1.2;
    white-space: nowrap;
  }
}

.location-listing-item:hover h2, .location-listing-item:hover a, .location-listing-item:hover p, .location-listing-item:active h2, .location-listing-item:active a, .location-listing-item:active p {
  text-decoration: none;
}
.location-listing-item .info {
  padding-left: 20px;
  padding-right: 20px;
}
.location-listing-item .info h2 a::before {
  content: none;
}
.location-listing-item .location {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}
@media (min-width: 46.875em) {
  .location-listing-item .location {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.location-listing-item .location .callout-link {
  text-decoration: underline;
  margin-top: 20px;
}
.location-listing-item .location .callout-link::after {
  content: none;
}
@media (min-width: 46.875em) {
  .location-listing-item .location .callout-link {
    margin-top: 0;
  }
}
.location-listing-item .location-btn-cta {
  margin-top: 30px;
}

.location-results {
  margin: 10px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 300px;
}
@media (min-width: 46.875em) {
  .location-results {
    height: 450px;
  }
}
@media (min-width: 64em) {
  .location-results {
    margin: 30px 0;
  }
}

.location-listing {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
}
@media (min-width: 34.375em) {
  .location-listing {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
}
@media (min-width: 64em) {
  .location-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}

.location-item {
  border: 1px solid #979797;
  padding: 15px;
}
.location-item figure {
  margin: 0;
  width: 100%;
}
.location-item figure img {
  width: 100%;
  height: auto;
}
.location-item .content {
  padding: 15px;
}
.location-item h2 {
  color: #1D3429;
  display: flex;
  align-items: center;
}
@media (max-width: 31.1875em) {
  .location-item h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .location-item h2 {
    font-size: 2.55rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .location-item h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .location-item h2 {
    font-size: 2.85rem;
  }
}
@media (min-width: 78.125em) {
  .location-item h2 {
    font-size: 3rem;
  }
}
.location-item h2 img {
  margin-right: 10px;
}
.location-item strong {
  font-weight: 500;
}
.location-item .address {
  margin-bottom: 12px;
}
@media (max-width: 31.1875em) {
  .location-item .callout-link {
    font-size: 1.8rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .location-item .callout-link {
    font-size: 1.85rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .location-item .callout-link {
    font-size: 1.9rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .location-item .callout-link {
    font-size: 1.95rem;
  }
}
@media (min-width: 78.125em) {
  .location-item .callout-link {
    font-size: 2rem;
  }
}
.location-item .phone {
  margin-top: 15px;
}
.location-item .hours {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gm-style .gm-style-iw-c {
  color: #182B22;
}
@media (max-width: 31.1875em) {
  .gm-style .gm-style-iw-c {
    font-size: 1.6rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .gm-style .gm-style-iw-c {
    font-size: 1.6rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .gm-style .gm-style-iw-c {
    font-size: 1.6rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .gm-style .gm-style-iw-c {
    font-size: 1.6rem;
  }
}
@media (min-width: 78.125em) {
  .gm-style .gm-style-iw-c {
    font-size: 1.6rem;
  }
}
.gm-style .gm-style-iw-c h2 {
  color: #1D3429;
  margin-bottom: 10px;
}
@media (max-width: 31.1875em) {
  .gm-style .gm-style-iw-c h2 {
    font-size: 2rem;
  }
}
@media (min-width: 31.25em) and (max-width: 46.8125em) {
  .gm-style .gm-style-iw-c h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 46.875em) and (max-width: 63.9375em) {
  .gm-style .gm-style-iw-c h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 64em) and (max-width: 78.0625em) {
  .gm-style .gm-style-iw-c h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 78.125em) {
  .gm-style .gm-style-iw-c h2 {
    font-size: 2.4rem;
  }
}
.gm-style .gm-style-iw-c .phone-link {
  color: #1D3429;
}
.gm-style .gm-style-iw-c .callout-link {
  color: #1D3429;
}
.gm-style .gm-style-iw-c .callout-link:hover, .gm-style .gm-style-iw-c .callout-link:focus {
  text-decoration: underline;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
  ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
