/** UTILS */
/** BASE */
/** Set up a decent box model on the root element */
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

/** Make all elements from the DOM inherit from the parent box-sizing Since `*` has a specificity of 0, it does not override the `html` value making all elements inheriting from the root box-sizing value See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

/** Basic styles for links */
.parallax-wrapper { border: 3px solid red; }

.parallax-wrapper .pullquote { padding: 50px 25px; }

.animation-element { opacity: 0; position: relative; top: 200px; }

.constrained-width { width: 100%; max-width: 1500px; margin: 0 auto; }

.the-content-wrapper { padding: 90px 90px 90px 90px; }

@media only screen and (max-width: 1024px) { .the-content-wrapper { padding: 20px 35px; } }

/********************* Media Query Classes */
@media only screen and (max-width: 600px) { .hide-on-small-only, .hide-on-small-and-down { display: none !important; } }

@media only screen and (max-width: 1024px) { .hide-on-med-and-down { display: none !important; } }

@media only screen and (min-width: 601px) { .hide-on-med-and-up { display: none !important; } }

@media only screen and (max-width: 1200px) { .hide-on-laptop { display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 1024px) { .hide-on-med-only { display: none !important; } }

@media only screen and (min-width: 1201px) { .hide-on-large-only { display: none !important; } }

@media only screen and (min-width: 1201px) { .show-on-large { display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 1024px) { .show-on-medium { display: block !important; } }

@media only screen and (max-width: 600px) { .show-on-small { display: block !important; } }

@media only screen and (min-width: 601px) { .show-on-medium-and-up { display: block !important; } }

@media only screen and (max-width: 1024px) { .show-on-medium-and-down { display: block !important; } }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
/* Document ========================================================================== */
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; 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 ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/** 1. Remove the bottom border in Firefox 39-. 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 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** 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 style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** 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 ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

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

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 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; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** 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; }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 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 { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

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

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; 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 and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [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 IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

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

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

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

/** COMPONENTS */
.header-booking-wrapper { position: relative; }

.header-booking-wrapper .booking-widget-container { position: absolute; z-index: 5; width: 100%; max-width: 100%; left: 0; right: 0; }

@media only screen and (max-width: 600px) { .header-booking-wrapper .booking-widget-container { top: 80px; } }

.header-booking-wrapper .booking-widget-container .row-calendar-checkin:before { content: 'Check In'; display: block; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }

.header-booking-wrapper .booking-widget-container .row-calendar-checkout:before { content: 'Check Out'; display: block; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-title { color: white; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar input, .header-booking-wrapper .booking-widget-container .row-reservation-bar select { background-color: transparent; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker { position: relative; width: 150px; height: 70px; margin-bottom: -1px; padding-right: 0; letter-spacing: 1.5px; border-bottom-width: 4px; border-bottom-style: solid; border-bottom-color: transparent; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker__input { width: 100%; color: white; font-weight: 100; text-align: center; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker input[type="text"] { opacity: 0; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker input.picker__input { opacity: 0 !important; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--highlighted, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--highlighted:hover, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--infocus:hover, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--outfocus:hover { background: #186c84 !important; color: white; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--highlighted:before, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--highlighted:hover:before, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--infocus:hover:before, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--outfocus:hover:before { border-top-color: #234062; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder { position: fixed; top: 0; left: 0px; right: 0; max-width: unset; max-height: unset; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder:after { content: ''; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; z-index: -1; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame { max-width: 450px; top: 200px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box { padding: 0 0 10px 0; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__weekday-display { text-align: center; font-size: 0.8rem; background-color: #186c84; color: white; padding: 15px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__month-display { text-align: center; text-transform: uppercase; font-size: 2rem; padding: 5px; color: white; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__day-display { text-align: center; color: white; font-size: 4.5rem; font-weight: 400; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__day-display div { margin: 0; padding: 0; line-height: 0.5; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__year-display { text-align: center; color: #234062; padding: 20px 0; margin-top: 10px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__calendar-container { font-size: 1.2rem; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__calendar-container .picker__nav--next:before { border-left-color: #234062; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__calendar-container .picker__nav--prev:before { border-right-color: #234062; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer { margin: 10px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer .btn-flat { text-transform: uppercase; font-size: 14px; padding: 15px 38px; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; margin: 5px; background-color: #186c84; color: #ffffff; font-family: 'Open Sans', sans-serif; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder { background: transparent; -webkit-box-shadow: none; box-shadow: none; border: none; border-radius: 0; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder .picker__frame .picker__wrap .picker__box { border: none; border-radius: 0; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display { color: #2e2e2e; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__weekday-display { text-align: center; font-size: 0.8rem; background-color: #186c84; color: white; padding: 15px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__month-display { text-align: center; text-transform: uppercase; font-size: 2rem; padding: 5px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__month-display div { color: #333638; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__day-display { text-align: center; font-size: 4.5rem; height: auto; font-weight: 400; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__day-display div { margin: 0; padding: 0; line-height: 0.8; color: #333638; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__year-display { text-align: center; padding: 20px 0; }

.gw-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

@media only screen and (max-width: 1024px) { .gw-row { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } }

@media only screen and (max-width: 1024px) { .gw-row aside { width: 100% !important; padding: 25px !important; } }

@media only screen and (max-width: 1024px) { .gw-row article { width: 100% !important; padding: 25px !important; } }

.gw-row article .h1-square:after { content: ""; position: absolute; right: 0; z-index: -1; display: block; width: 60vw; margin-top: 20px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: inherit; }

@media only screen and (max-width: 1024px) { .gw-row article .h1-square:after { width: 100vw; } }

.gw-row article .description h2 { margin-bottom: 35px; }

.gw-row:nth-child(even) { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }

.gw-row:nth-child(even) article .h1-square:after { right: unset; }

/** LAYOUT */
#wpadminbar { position: fixed; }

.cta { text-align: center; }

.cta .btn { padding: 25px 20px !important; min-width: 200px; max-width: 260px; width: 100%; cursor: pointer; }

.cta .btn:hover { background-color: #239EC0; }

.btn:hover { background-color: #239EC0; }

.constrained-width { max-width: 1260px; margin-left: auto; margin-right: auto; margin: 0 auto; padding-left: 20px; padding-right: 20px; position: relative; height: 100%; }

a { text-decoration: none !important; font-size: 16px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 1.07px; text-transform: uppercase; cursor: pointer; }

a span i { padding-left: 2%; font-size: 16px; font-weight: 600; }

strong { font-weight: 700; }

img { max-width: 100%; height: auto; }

.booking-widget-container { display: block; top: 95%; max-width: 100%; }

.booking-widget-container .row-reservation-bar { -ms-flex-pack: distribute; justify-content: space-around; padding-top: 10px; padding-bottom: 10px; }

.booking-widget-container .row-reservation-bar button, .booking-widget-container .row-reservation-bar [type="submit"] { width: 148px; background: none; font-size: 12.2px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.22px; text-align: center; border: 1px solid white; }

.booking-widget-container form { background-color: #186c84; margin-left: 25%; margin-right: 25%; }

@media only screen and (max-width: 600px) { .booking-widget-container form { margin-left: 10%; margin-right: 10%; }
  .booking-widget-container form .row-reservation-bar { padding-top: 5px; padding-bottom: 5px; }
  .booking-widget-container form .row-reservation-bar [type="submit"] { width: 100%; margin-left: 20px; margin-right: 20px; } }

.booking-widget-container form .row-reservation-bar-datepicker { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-right: 1px solid #b0b0b0; }

.booking-widget-container form .row-reservation-bar-datepicker label { top: 0px; font-family: 'Open Sans', sans-serif; font-size: 9.1px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2; letter-spacing: 0.91px; width: 100%; padding-left: 15%; text-align: left; }

.booking-widget-container form .row-reservation-bar-datepicker .datepicker-display-layer .day-month .day { font-family: 'Playfair Display', serif; font-size: 45.6px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 0.9; letter-spacing: 1.82px; color: #ffffff; }

.booking-widget-container form .row-reservation-bar-datepicker .datepicker-display-layer .day-month .month { font-family: PlayfairDisplay; font-size: 15.2px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2.7; letter-spacing: 0.61px; color: #ffffff; text-transform: lowercase; }

.booking-widget-container form .row-reservation-bar-datepicker .datepicker-display-layer i { color: white; margin-bottom: 10px; margin-left: 10px; }

.booking-widget-container form .row-reservation-bar-datepicker .datepicker-display-layer.checkin { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.booking-widget-container form .row-reservation-bar-datepicker .datepicker-display-layer.checkout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.header-image .header-bg { background-size: cover; height: 100%; background-position: center; position: relative; height: 538px; }

.header-image .header-bg .inner-content { text-align: center; }

.header-image .header-bg .header-booking-wrapper { position: absolute; z-index: 5; width: 100%; top: 90%; left: 0; right: 0; right: 0; display: block; }

.header { width: 100%; position: fixed; z-index: 9999; background-color: white; width: 100%; margin: 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-transition: background-color, 0.2s; -o-transition: background-color, 0.2s; transition: background-color, 0.2s; }

.header.snapped { position: fixed; z-index: 12; left: 0; right: 0; background-color: rgba(255, 255, 255, 0.8); -webkit-transition: background-color, 0.2s; -o-transition: background-color, 0.2s; transition: background-color, 0.2s; }

@media only screen and (max-width: 1024px) { .header { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.header .alert-banner { background-color: #0d6b85; }

.header .alert-banner .alert-content { padding: 25px; margin: auto; }

.header .alert-banner .alert-content .inner-content { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 20px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 1024px) { .header .alert-banner .alert-content .inner-content { padding: 0 5px; } }

.header .alert-banner .alert-content .inner-content a { color: white; }

.header .alert-banner .alert-content .inner-content .close { font-size: 20px; }

.header .alert-banner .alert-content .inner-content h4 { text-align: left; padding-right: 20px; margin: 0px; font-size: 16px; }

@media only screen and (max-width: 1024px) { .header .alert-banner .alert-content .inner-content h4 { -ms-flex-preferred-size: unset; flex-basis: unset; text-align: left; } }

.header .header-contact-info { background-color: #0f4e60; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: no-wrap; flex-wrap: no-wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-right: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .header-contact-info li { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 10px; }

.header .header-contact-info li i { padding-right: 10px; }

.header .header-contact-info li p { text-transform: uppercase; }

.header .header-contact-info li p a { color: inherit; font-size: inherit; }

.header .header-booking-wrapper { z-index: 4; }

@media only screen and (max-width: 1024px) { .header .header-booking-wrapper { height: 75px; } }

.header .header-menu-wrapper, .header .secondary-header-menu { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-right: 20px; height: 32px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .header-menu-wrapper .right a, .header .secondary-header-menu .right a { padding: 0 5px; }

.header .header-menu-wrapper #menu-primary-header-menu, .header .header-menu-wrapper #menu-secondary-header-menu, .header .secondary-header-menu #menu-primary-header-menu, .header .secondary-header-menu #menu-secondary-header-menu { padding-right: 20px; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 0; margin: 0; }

.header .header-menu-wrapper #menu-primary-header-menu .menu-item, .header .header-menu-wrapper #menu-secondary-header-menu .menu-item, .header .secondary-header-menu #menu-primary-header-menu .menu-item, .header .secondary-header-menu #menu-secondary-header-menu .menu-item { margin: 0 10px; }

.header .header-menu-wrapper #menu-primary-header-menu .menu-item.menu-item-has-children:hover:after, .header .header-menu-wrapper #menu-secondary-header-menu .menu-item.menu-item-has-children:hover:after, .header .secondary-header-menu #menu-primary-header-menu .menu-item.menu-item-has-children:hover:after, .header .secondary-header-menu #menu-secondary-header-menu .menu-item.menu-item-has-children:hover:after { position: absolute; z-index: 4; left: 0; right: 0; width: 100%; border-top-style: solid; border-top-color: inherit; }

.header .header-menu-wrapper #menu-primary-header-menu .menu-item a, .header .header-menu-wrapper #menu-secondary-header-menu .menu-item a, .header .secondary-header-menu #menu-primary-header-menu .menu-item a, .header .secondary-header-menu #menu-secondary-header-menu .menu-item a { text-decoration: none; border-bottom-width: 1px; border-bottom-color: transparent; border-bottom-style: solid; -webkit-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; transition: all 0.1s ease-in; cursor: pointer; }

.header .header-menu-wrapper #menu-primary-header-menu .menu-item a:hover, .header .header-menu-wrapper #menu-secondary-header-menu .menu-item a:hover, .header .secondary-header-menu #menu-primary-header-menu .menu-item a:hover, .header .secondary-header-menu #menu-secondary-header-menu .menu-item a:hover { -webkit-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; transition: all 0.1s ease-in; }

.header .header-menu-wrapper #menu-primary-header-menu .menu-item .sub-menu, .header .header-menu-wrapper #menu-secondary-header-menu .menu-item .sub-menu, .header .secondary-header-menu #menu-primary-header-menu .menu-item .sub-menu, .header .secondary-header-menu #menu-secondary-header-menu .menu-item .sub-menu { display: none; }

.header .header-menu-wrapper #menu-primary-header-menu .menu-item .sub-menu li, .header .header-menu-wrapper #menu-secondary-header-menu .menu-item .sub-menu li, .header .secondary-header-menu #menu-primary-header-menu .menu-item .sub-menu li, .header .secondary-header-menu #menu-secondary-header-menu .menu-item .sub-menu li { padding-top: 30px; }

.header .header-menu-wrapper #menu-primary-header-menu .menu-item .sub-menu li a, .header .header-menu-wrapper #menu-secondary-header-menu .menu-item .sub-menu li a, .header .secondary-header-menu #menu-primary-header-menu .menu-item .sub-menu li a, .header .secondary-header-menu #menu-secondary-header-menu .menu-item .sub-menu li a { text-transform: uppercase; }

.header .header-menu-wrapper #menu-primary-header-menu .menu-item:hover .sub-menu, .header .header-menu-wrapper #menu-secondary-header-menu .menu-item:hover .sub-menu, .header .secondary-header-menu #menu-primary-header-menu .menu-item:hover .sub-menu, .header .secondary-header-menu #menu-secondary-header-menu .menu-item:hover .sub-menu { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; left: 0; right: 0; width: 100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: inherit; text-align: center; list-style-type: none; padding: 20px 0; background-color: white; z-index: 2; }

.header .header-menu-wrapper #menu-primary-header-menu .menu-item:hover .sub-menu li, .header .header-menu-wrapper #menu-secondary-header-menu .menu-item:hover .sub-menu li, .header .secondary-header-menu #menu-primary-header-menu .menu-item:hover .sub-menu li, .header .secondary-header-menu #menu-secondary-header-menu .menu-item:hover .sub-menu li { padding-top: 10px; }

.header .header-menu-wrapper #menu-primary-header-menu .current-menu-item a, .header .header-menu-wrapper #menu-primary-header-menu .current-page-ancestor a, .header .header-menu-wrapper #menu-secondary-header-menu .current-menu-item a, .header .header-menu-wrapper #menu-secondary-header-menu .current-page-ancestor a, .header .secondary-header-menu #menu-primary-header-menu .current-menu-item a, .header .secondary-header-menu #menu-primary-header-menu .current-page-ancestor a, .header .secondary-header-menu #menu-secondary-header-menu .current-menu-item a, .header .secondary-header-menu #menu-secondary-header-menu .current-page-ancestor a { text-transform: uppercase; border-bottom-width: 1px; border-bottom-color: transparent; border-bottom-style: solid; }

.header .secondary-header-menu { height: 63px; background-color: rgba(50, 55, 58, 0.9); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .secondary-header-menu .book-now { background-color: #177792; padding: 0 10px; height: 100%; }

.header .secondary-header-menu .book-now .btn { font-size: 14.2px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: 1.22px; border: unset; background-color: transparent; }

@media only screen and (max-width: 1350px) and (min-width: 1200px) { .header .secondary-header-menu .book-now .btn { margin: auto; } }

.header .secondary-header-menu .header-logo-wrapper { -ms-flex-preferred-size: 30%; flex-basis: 30%; text-align: center; }

.header .secondary-header-menu ul li.menu-item a { font-size: 12px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2; letter-spacing: 1.2px; cursor: pointer; }

.header .mobile-menu { display: block; height: 100%; padding-left: 15px; background-color: rgba(50, 55, 58, 0.9); }

@media only screen and (max-width: 1200px) { .header .mobile-menu { height: 75px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 15px; } }

.header .mobile-menu .sliding-menu-button { -webkit-appearance: none; background: none; border: none; width: 45px; height: 30px; position: relative; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }

.header .mobile-menu .sliding-menu-button span { display: block; position: absolute; height: 3px; width: 30px; border-radius: 6px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }

.header .mobile-menu .sliding-menu-button span:nth-child(1) { top: 0px; }

.header .mobile-menu .sliding-menu-button span:nth-child(2), .header .mobile-menu .sliding-menu-button span:nth-child(3) { top: 12px; }

.header .mobile-menu .sliding-menu-button span:nth-child(4) { top: 24px; }

.header .mobile-menu-wrapper .sliding-menu-content { display: none; z-index: unset; height: 100vh; width: 100vw; left: 0; position: absolute; border-top: 1px solid black; padding-top: 30px; }

@media only screen and (max-width: 1200px) { .header .mobile-menu-wrapper .sliding-menu-content { top: 0px !important; background-color: #186c84; }
  .header .mobile-menu-wrapper .sliding-menu-content .header-logo-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-left: 23px; margin-right: 20px; margin-bottom: 23px; padding-bottom: 15px; border-bottom: 1px solid white; }
  .header .mobile-menu-wrapper .sliding-menu-content .header-logo-wrapper button.js-menu-trigger.sliding-menu-button.close { background: none; border: none; }
  .header .mobile-menu-wrapper .sliding-menu-content .header-logo-wrapper button span { font-size: 30px; }
  .header .mobile-menu-wrapper .sliding-menu-content .mobile-book { width: 100%; padding: 0 10%; text-align: center; }
  .header .mobile-menu-wrapper .sliding-menu-content .mobile-book a button[type="submit"] { background-color: unset; padding-top: 22px; padding-bottom: 20px; min-width: 250px; width: 100%; max-width: 287px; font-size: 12.2px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.22px; } }

.header .mobile-menu-wrapper .sliding-menu-content:after { content: ''; position: absolute; z-index: -1; height: 100%; width: 100%; top: 0; left: 0; background-color: white; }

.header .mobile-menu-wrapper .sliding-menu-content .menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; list-style: none; padding-left: 0; margin-top: 0; }

@media only screen and (max-width: 1200px) { .header .mobile-menu-wrapper .sliding-menu-content .menu ul { padding-left: 23px; } }

.header .mobile-menu-wrapper .sliding-menu-content .menu ul li.phone { margin-top: 20px; }

.header .mobile-menu-wrapper .sliding-menu-content .menu ul li.phone a { color: white; }

.header .mobile-menu-wrapper .sliding-menu-content .menu ul li a { display: block; padding: 25px 10px; text-transform: uppercase; text-align: center; text-decoration: none; font-weight: normal; font-size: 21px; }

@media only screen and (max-width: 1200px) { .header .mobile-menu-wrapper .sliding-menu-content .menu ul li a { text-align: left; padding: 15px 10px; color: white; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; } }

.header .mobile-menu-wrapper .sliding-menu-content .menu ul li.menu-item-has-children > a:after { content: '\f107'; font-family: "Font Awesome 5 Pro"; font-weight: 300; margin-left: 10px; position: absolute; right: 45px; padding-top: 5px; -webkit-transition: -webkit-transform 0.2s ease-out; transition: -webkit-transform 0.2s ease-out; -o-transition: transform 0.2s ease-out; transition: transform 0.2s ease-out; transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.header .mobile-menu-wrapper .sliding-menu-content .menu ul li.open > a:after { -webkit-transition: -webkit-transform 0.2s ease-out; transition: -webkit-transform 0.2s ease-out; -o-transition: transform 0.2s ease-out; transition: transform 0.2s ease-out; transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.footer { width: 100%; margin: 50px auto 0 auto; }

.footer .footer-internal { border-top: 3px solid #f1f1f1; border-bottom: 9px solid #f1f1f1; margin-bottom: 40px; }

.footer .footer-internal .home-footer { border-bottom: unset; }

.footer .footer-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: 'Open Sans', sans-serif; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 0.4px; padding: 15px 0; background-color: #0d6b85; }

@media only screen and (max-width: 1200px) { .footer .footer-block { text-align: center; display: block; } }

@media only screen and (max-width: 768px) { .footer .footer-block .footer-menu { margin-bottom: 50px; } }

.footer .footer-block .footer-menu ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

@media only screen and (max-width: 768px) { .footer .footer-block .footer-menu ul { display: block; padding-left: 0px; } }

@media only screen and (max-width: 768px) { .footer .footer-block .footer-menu ul li { display: inline-block; } }

.footer .footer-block .footer-menu ul li a { text-decoration: none; -webkit-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; transition: all 0.1s ease-in; cursor: pointer; padding: 0 10px; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 0.4px; text-align: center; }

@media only screen and (max-width: 768px) { .footer .footer-block .footer-menu ul li a { font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2; letter-spacing: 0.4px; text-transform: capitalize; } }

@media only screen and (max-width: 768px) { .footer .footer-block .footer-copyright p { font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2; letter-spacing: 0.4px; } }

@media only screen and (max-width: 768px) { .footer .footer-block .footer-gcom p { font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2; letter-spacing: 0.4px; } }

.footer .rewards { width: 100%; max-width: 1500px; margin: auto; margin-bottom: 40px; }

.footer .rewards .rewards-wrapper { padding-left: 10%; padding-right: 10%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 768px) { .footer .rewards .rewards-wrapper .rewards-icon { padding: 0 20px; } }

.footer .rewards .rewards-wrapper.rewards-mobile { display: block; }

.footer .rewards .rewards-wrapper.rewards-mobile .owl-stage { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.footer .rewards .rewards-wrapper img { max-width: 100%; height: auto; }

.footer .signUp { text-align: center; margin-bottom: 29px; }

.footer .signUp .gform_wrapper { margin: 0px; }

.footer .signUp .gform_heading { margin-bottom: 0px; }

.footer .signUp .gform_heading h3.gform_title { margin-bottom: 0px; }

.footer .signUp h2 { color: #1C809C; }

.footer .signUp .gform_body { width: 30%; display: inline-block; }

@media only screen and (max-width: 600px) { .footer .signUp .gform_body { width: 100%; padding: 0 15%; } }

.footer .signUp .gform_body ul li.gfield { margin-top: 0px; }

.footer .signUp .gform_footer.top_label { width: 5%; display: inline-block; }

@media only screen and (max-width: 600px) { .footer .signUp .gform_footer.top_label { width: 100%; padding: 0 15%; } }

.footer .signUp .gform_footer.top_label input[type=submit] { padding: 25px 60px; background-color: #177792; text-transform: uppercase; }

@media only screen and (max-width: 600px) { .footer .signUp .gform_footer.top_label input[type=submit] { padding: 10px 30px; } }

.footer .signUp .gform_footer.top_label input[type=submit]:hover { background-color: #239EC0; }

.footer .signUp .gform_footer.top_label .ginput_container { margin-top: 0px; }

.footer .signUp input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: normal; font-style: italic; font-stretch: normal; line-height: normal; letter-spacing: 0.64px; text-align: center; color: #3d3d3d; width: 100%; }

.footer .signUp span.privacy { font-family: 'Playfair Display', serif; font-size: 12px; font-weight: normal; font-style: italic; font-stretch: normal; line-height: normal; letter-spacing: 0.48px; text-align: center; color: #3d3d3d; }

.footer .signUp span.privacy a { color: #147F99; font-family: 'Playfair Display', serif; font-size: 12px; font-weight: normal; font-style: italic; font-stretch: normal; line-height: normal; letter-spacing: 0.48px; text-transform: inherit; }

.footer .signUp .gform_wrapper .top_label div.ginput_container { margin-bottom: 20px; }

.footer .signUp .gform_wrapper .top_label div.ginput_container input[type="text"] { border-bottom: solid 1px #b0b0b0; }

.footer .home-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 40px; position: relative; border-bottom: 9px solid #f1f1f1; }

@media only screen and (max-width: 768px) { .footer .home-footer { display: block; } }

.footer .home-footer .map { -ms-flex-preferred-size: 50%; flex-basis: 50%; }

.footer .home-footer .logo2 { -ms-flex-preferred-size: 50%; flex-basis: 50%; margin: auto; }

.footer .home-footer .contact-info { position: relative; text-align: center; margin: auto; }

@media only screen and (max-width: 768px) { .footer .home-footer .contact-info { margin-top: 50px; } }

.footer .home-footer .contact-info .address { -ms-flex-preferred-size: 50%; flex-basis: 50%; }

.footer .home-footer .contact-info .address img { max-width: 100%; height: auto; }

.footer .home-footer .contact-info .address span { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 1.6px; }

.footer .home-footer .contact-info .address p { font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 1.07px; }

.footer .home-footer .contact-info .address .contact-num { font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.81; letter-spacing: 1.07px; }

.footer .home-footer.internal-footer { padding: 29px 10% 0 10%; }

@media only screen and (max-width: 768px) { .footer .home-footer.internal-footer { text-align: center; } }

.accommodations-internal .header-image { padding-top: 137px; margin-bottom: 97px; }

@media only screen and (max-width: 600px) { .accommodations-internal .header-image { padding-top: 74px; } }

.accommodations-internal .amenities-bg { background-repeat: no-repeat; background-size: cover; }

.accommodations-internal .accom-int-content .room-int-data { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 75px; }

@media only screen and (max-width: 600px) { .accommodations-internal .accom-int-content .room-int-data { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.accommodations-internal .accom-int-content .room-int-data .room-content { -ms-flex-preferred-size: 50%; flex-basis: 50%; padding-right: 50px; }

@media only screen and (max-width: 600px) { .accommodations-internal .accom-int-content .room-int-data .room-content { padding-right: 0px; } }

.accommodations-internal .accom-int-content .room-int-data .room-content .heading h2 { margin-top: 0px; }

.accommodations-internal .accom-int-content .room-int-data .room-content .heading p { margin-bottom: 5px; }

.accommodations-internal .accom-int-content .room-int-data .room-content .cta { text-align: left; }

.accommodations-internal .accom-int-content .room-int-data .room-content .cta .btn { padding: 4% 6%; }

.accommodations-internal .accom-int-content .room-int-data .slider-content { -ms-flex-preferred-size: 50%; flex-basis: 50%; display: block; overflow: hidden; }

.accommodations-internal .accom-int-content .room-int-data .slider-content .room-int-slider ol.flex-control-nav { position: relative; bottom: -10px; text-align: right; }

.accommodations-internal .accom-int-content .room-int-data .slider-content .room-int-slider ol.flex-control-nav li a { background: transparent; border: solid 1px #393939; color: transparent; }

.accommodations-internal .accom-int-content .room-int-data .slider-content .room-int-slider ol.flex-control-nav li a:hover { color: transparent; }

.accommodations-internal .accom-int-content .room-int-data .slider-content .room-int-slider ol.flex-control-nav li a.flex-active { background-color: #0f5367; }

.accommodations-internal .full-amenities { text-align: center; padding-top: 50px; }

.accommodations-internal .full-amenities .amenities { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 5% 5%; text-align: left; }

.accommodations-internal .full-amenities .amenities .amenities-list { margin-bottom: 30px; -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.accommodations-internal .full-amenities .amenities .amenities-list p { margin: 0px; display: inline-block; margin-bottom: 2px; vertical-align: middle; }

.accommodations-internal .full-amenities .amenities .amenities-list i { margin-right: 20px; display: inline-block; vertical-align: middle; font-size: 30px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 2px; }

.accommodations-internal .our-policies { margin-top: 65px; margin-bottom: 65px; }

.accommodations-internal .our-policies .policies { text-align: center; }

@media only screen and (max-width: 1024px) { .accommodations-internal .our-policies .policies { padding: 0 20px; } }

.accommodations-internal .our-policies .policies .desc { display: none; }

.accommodations-internal .our-policies .policies .desc h5 { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1.07px; text-transform: uppercase; margin-bottom: 9px; }

.accommodations-internal .our-policies .policies .desc p { font-size: 12px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.75; letter-spacing: 0.8px; }

.accommodations-internal .our-policies .policies .icon { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; width: 12px; height: 12px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); position: relative; display: inline-block; }

.accommodations-internal .our-policies .policies .icon.active { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.accommodations-internal .our-policies .policies .icon::before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 2px #ffffff; position: absolute; bottom: 5px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: width 0.3s; -o-transition: width 0.3s; transition: width 0.3s; }

.accommodations-internal .our-policies .policies .icon.active::before { content: ''; display: block; width: 0px; height: 0px; border-bottom: solid 2px #ffffff; position: absolute; bottom: 5px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.accommodations-internal .our-policies .policies .icon::after { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 2px #ffffff; position: absolute; bottom: 5px; }

.accommodations-internal .other-posts { text-align: center; }

.accommodations-internal .other-posts .other-posts-content { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media only screen and (max-width: 600px) { .accommodations-internal .other-posts .other-posts-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.accommodations-internal .other-posts .other-posts-content .other-posts-inner-content { text-align: left; margin: 5px; position: relative; }

.accommodations-internal .other-posts .other-posts-content .other-posts-inner-content .title { position: absolute; bottom: 10%; padding-left: 10px; }

.accommodations-internal .other-posts .other-posts-content .other-posts-inner-content .title p { margin-bottom: 3px; }

.spa .header-top-slider-wrapper { margin-bottom: 0px; }

.spa .spa-intro .intro-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 50px; }

.spa .spa-intro .intro-content .left-sec { -ms-flex-preferred-size: 50%; flex-basis: 50%; padding: 10%; }

.spa .spa-intro .intro-content .left-sec h1 { margin-bottom: 40px; }

.spa .spa-intro .intro-content .right-sec { -ms-flex-preferred-size: 50%; flex-basis: 50%; padding: 10%; text-align: left; }

.spa .spa-intro .intro-content .right-sec p { line-height: 28px; }

.spa .spa-intro .intro-content .right-sec .cta { text-align: left; }

.spa .image_repeatable .block .parent .image_repeatable_content .content { top: unset; -webkit-transform: unset; -ms-transform: unset; transform: unset; padding-left: 67px; bottom: 50px; }

.spa .image_repeatable .block .parent .image_repeatable_content .content h2, .spa .image_repeatable .block .parent .image_repeatable_content .content p { margin-top: 5px; margin-bottom: 5px; }

.spa .image_repeatable .block:first-child .parent .image_repeatable_content .content { top: unset; -webkit-transform: unset; -ms-transform: unset; transform: unset; padding-left: 67px; bottom: 50px; }

.spa .image_repeatable .block:first-child .parent .image_repeatable_content .content h2 { margin-top: 5px; margin-bottom: 5px; }

.spa .image_repeatable .block:first-child .parent:first-child { width: calc(100% - 20px); }

@media only screen and (max-width: 600px) { .spa .image_repeatable .block:first-child .parent:first-child { width: 100%; } }

.spa .image_repeatable .block:nth-child(n+1) .parent { width: calc(100%/2 - 20px); display: inline-block; margin-right: 10px; }

@media only screen and (max-width: 600px) { .spa .image_repeatable .block:nth-child(n+1) .parent { width: 100%; } }

.spa .image_repeatable .block:last-child .parent:nth-last-child(2):nth-child(even) { width: calc(100% - 20px); margin: 10px; }

@media only screen and (max-width: 600px) { .spa .image_repeatable .block:last-child .parent:nth-last-child(2):nth-child(even) { width: 100%; } }

.special .specials { margin-bottom: 0px; padding: 0px; margin-top: 5%; }

.event-internal .header-top-slider-wrapper .flexslider .slides li { height: 477px; max-height: 477px; }

.event-internal .event-content { text-align: center; }

.event-internal .event-content .post-navigation { margin-top: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.event-internal .event-content .post-navigation .prev { margin-right: 20px; }

.event-internal .event-content .post-navigation .next { margin-left: 20px; }

.special .header-image { magin-bottom: 0px !important; }

.special .header-image .header-top-slider-wrapper { margin-bottom: 0px; }

/** PAGES */
/** VENDOR-OVERRIDE */
.addtoany_content_bottom { margin: 50px 0 !important; }

body.keyboard-navigation.trigger-size-small #enable-toolbar #enable-toolbar-trigger .keyboard-shorcut, body.trigger-size-small #enable-toolbar svg#enable-toolbar-trigger-svg { -webkit-transform: scale(2) !important; -ms-transform: scale(2) !important; transform: scale(2) !important; }

body.trigger-position-right #enable-toolbar-trigger { right: unset; left: 55px; }

body.trigger-position-right #enable-toolbar-trigger .keyboard-shorcut { right: unset !important; left: 10px !important; }

.row { margin-right: 0; margin-left: 0; }

.flex-active { background-color: #E3F6FC !important; }

.specials .specials-inner-content .flex-control-nav li a.flex-active { background-color: #E3F6FC !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] { font-family: inherit; background-color: #177792; color: #ffffff; padding: 13px 66px; }

.gform_wrapper form { text-align: center !important; }

.gform_wrapper form li.gfield { padding-right: 0px; }

.gform_wrapper form li .ginput_container.ginput_container_select .selectric-wrapper .selectric { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; width: 50%; }

.gform_wrapper form li .ginput_container.ginput_container_select .selectric-wrapper .selectric-items { width: auto !important; }

.gform_wrapper form li .ginput_container .selectric-wrapper .selectric { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }

.gform_wrapper form li .ginput_container .selectric-wrapper .selectric-items { width: auto !important; }

.gform_wrapper form li.full-width { padding-bottom: 17px; margin-bottom: 47px; border-bottom: 1px solid #d8d8d8; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: left; }

.gform_wrapper form li.full-width .gfield_label { -ms-flex-preferred-size: 30%; flex-basis: 30%; }

.gform_wrapper form li.full-width .ginput_container { -ms-flex-preferred-size: 70%; flex-basis: 70%; margin: 0px !important; }

.gform_wrapper form li.full-width .ginput_container.ginput_container_fileupload .gform_drop_area { padding: 0px; background: unset; border: unset; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0px; }

.gform_wrapper form li.full-width .ginput_container.ginput_container_fileupload .gform_drop_area input.gform_button_select_files { border: 1px solid #177792; color: #177792; padding: 10px 15px !important; }

.gform_wrapper form li.full-width .ginput_container input { border-bottom: none; text-align: left; background-image: none !important; }

.gform_wrapper form li.full-width .ginput_container input::-webkit-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; color: #7a7a7a; }

.gform_wrapper form li.full-width .ginput_container input::-moz-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; color: #7a7a7a; }

.gform_wrapper form li.full-width .ginput_container input:-ms-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; color: #7a7a7a; }

.gform_wrapper form li.full-width .ginput_container input::-ms-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; color: #7a7a7a; }

.gform_wrapper form li.full-width .ginput_container input::placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; color: #7a7a7a; }

.gform_wrapper form li.full-width .ginput_container.ginput_container_select { text-align: center; }

.gform_wrapper form li.full-width .ginput_container.ginput_container_select .selectric-wrapper .selectric { background: none; border: none; }

.gform_wrapper form li.full-width .ginput_container.ginput_container_select .selectric-wrapper .selectric .selectric-items { width: auto !important; }

.gform_wrapper form li.full-width .ginput_container.ginput_container_select .selectric-wrapper .selectric span { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; text-align: center; color: #7a7a7a; }

.gform_wrapper form li.full-width .ginput_container.ginput_container_select .selectric-wrapper .selectric .button { background: none; }

.gform_wrapper form li.full-width .ginput_container.ginput_container_select .selectric-wrapper .selectric .button:after { font-size: 24px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1; letter-spacing: 2.4px; border-top-color: #333638; }

.gform_wrapper form li.full-width .ginput_container.ginput_container_select .selectric-wrapper .selectric .selectric-items ul { background: white; }

.gform_wrapper form li.full-width .ginput_container.ginput_container_select .selectric-wrapper .selectric .selectric-items ul li { color: #333638; }

.gform_wrapper form li.full-width .ginput_container select { border: none; background: none; }

.gform_wrapper form li.full-width .ginput_container select::-webkit-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; color: #7a7a7a; }

.gform_wrapper form li.full-width .ginput_container select::-moz-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; color: #7a7a7a; }

.gform_wrapper form li.full-width .ginput_container select:-ms-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; color: #7a7a7a; }

.gform_wrapper form li.full-width .ginput_container select::-ms-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; color: #7a7a7a; }

.gform_wrapper form li.full-width .ginput_container select::placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; color: #7a7a7a; }

.gform_wrapper form .gform_heading .gform_title { text-transform: uppercase; letter-spacing: 12px !important; font-size: 48px; font-weight: normal; margin-bottom: 60px; }

.gform_wrapper .top_label { text-align: left; }

.gform_wrapper .top_label .gfield_label { text-transform: uppercase; }

.gform_wrapper .gf_left_half, .gform_wrapper .gf_right_half { padding: 0 100px !important; }

.gform_wrapper input[type="text"] { border: none; border-bottom-width: 1px; border-bottom-style: solid; text-align: center; }

.gform_wrapper textarea { max-width: 100%; }

body .gform_wrapper .top_label div.ginput_container { margin-bottom: 50px; }

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: 1.6px; text-align: right; color: #7a7a7a; left: 20%; }

#sb_instagram .sbi_hover_bottom { height: 0; width: 100%; position: absolute; top: 35%; pointer-events: none; }

#sb_instagram .sbi_hover_bottom .sbi_meta { opacity: 0.9; width: 100%; }

#sb_instagram .sbi_hover_bottom .sbi_meta span { font-size: 48px; }

#sb_instagram .sbi_hover_bottom .sbi_meta i, #sb_instagram .sbi_hover_bottom .sbi_meta svg { font-size: 33px; margin-right: 20px !important; }

.sbi_likes { padding-right: 45px; }

.rbs_gallery_button { margin-top: 70px; margin-bottom: 70px; }

@media only screen and (max-width : 600px) { .rbs_gallery_button { text-align: center; } }

.rbs_gallery_button .button { text-transform: lowercase; font-family: inherit !important; -webkit-box-shadow: none !important; box-shadow: none !important; border-width: 1px !important; border: 1px solid #177792 !important; text-shadow: none !important; width: auto; height: 59px !important; text-transform: uppercase; padding: 15px 38px !important; text-align: center !important; display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 14px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.71; letter-spacing: 1.4px; text-align: center; }

.rbs_gallery_button .button:nth-child(n+2) { margin-left: 10px; }

@media only screen and (max-width : 600px) { .rbs_gallery_button .button:nth-child(n+2) { margin-left: 0px; } }

.rbs_gallery_button .button.button-border-caution { color: #177792 !important; }

.rbs_gallery_button .button.button-border-caution.active { color: #ffffff !important; }

@media only screen and (max-width : 600px) { .rbs_gallery_button .button { width: 50%; } }

/* ADA adjustments for contrast */
.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover, .picker__day--outfocus, .picker__weekday, .picker__year { color: #737373; }
