/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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 */
  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.35em 0.75em 0.625em;
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Sticky Footer */

html,
body {
  height: 100%;
  word-wrap: break-word;
}

.body-wrapper {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "siteHeader"
                      "siteContent"
                      "siteFooter";
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
}

#header-content {
  grid-area: siteHeader;
  min-width: 0;
}

#main-content {
  grid-area: siteContent;
  min-width: 0;
}

#footer-content {
  grid-area: siteFooter;
  min-width: 0;
}

/* Responsive Grid */

.row-fluid {
  width: 100%;
}

.row-fluid:after {
  clear: both;
  content: '';
  display: table;
}

.row-fluid [class*='span'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.66666667%;
}

.row-fluid .span10 {
  width: 83.33333333%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.66666667%;
}

.row-fluid .span7 {
  width: 58.33333333%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.66666667%;
}

.row-fluid .span4 {
  width: 33.33333333%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.66666667%;
}

.row-fluid .span1 {
  width: 8.33333333%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

/* Clearfix */

.clearfix:after {
  clear: both;
  content: '';
  display: table;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
    font-family: "Self Modern";
    src: local("SelfModernRegular"), local("SelfModern-Regular"),
        url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/fonts/SelfModern-Regular.woff2) format("woff2"),
        url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/fonts/SelfModern-Regular.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Self Modern";
    src: local("SelfModernItalic"), local("SelfModern-Italic"),
        url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/fonts/SelfModern-Italic.woff2) format("woff2"),
        url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/fonts/SelfModern-Italic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Monument Grotesk";
    src: local("Monument Grotesk Regular"), local("MonumentGrotesk-Regular"),
        url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/fonts/MonumentGrotesk-Regular.woff2) format("woff2"),
        url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/fonts/MonumentGrotesk-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Monument Grotesk";
    src: local("Monument Grotesk Italic"), local("MonumentGrotesk-Italic"),
        url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/fonts/MonumentGrotesk-Italic.woff2) format("woff2"),
        url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/fonts/MonumentGrotesk-Italic.woff) format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Monument Grotesk';
    src: local('Monument Grotesk Bold'), local('MonumentGrotesk-Bold'),
        url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/fonts/MonumentGrotesk-Bold.woff2) format('woff2'),
        url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/fonts/MonumentGrotesk-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
  background-color: #F9EFE7;
  color: #282828;
  font-family: "Self Modern", serif;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.5;
  word-break: break-word;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 1441px) {
  body {
    font-size: 24px;
  }
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.5em;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Monument Grotesk", sans-serif;
  font-weight: 400;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5em;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.5em;
  padding-left: 0.75em;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  height: auto;
  max-width: 100%;
  word-break: normal;
}
button,
.button,
.hs-button {
  background-color: #0D5987;
  border-radius: 22px;
  border: 1px solid #0D5987;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Monument Grotesk", sans-serif;
  font-size: 16px;
  letter-spacing: 1.16px;
  line-height: 19px;
  padding: 16px 29px 10px 31px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s linear;
  white-space: normal;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #282828;
}

button.mapboxgl-ctrl-attrib-button {
  padding: 0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 67px;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #282828;
}

::-moz-placeholder {
  color: #282828;
}

:-ms-input-placeholder {
  color: #282828;
}

::placeholder {
  color: #282828;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: transparent;
  border-color: #999999;
  border-style: solid;
  border-width: 0 0 1px;
  color: #282828;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0.85px;
  line-height: 1.33;
  outline: none;
  padding: 0 0 11px;
  width: 100%;
}

form textarea {
  background-attachment: local;
  background-image: linear-gradient(#0000,#0000 calc(3.26ch - 1px),#999 0);
  background-size: 100% 3.26ch;
  height: 16.3ch;
  line-height: 3.24ch;
  padding-bottom: 0;
  resize: vertical;
}

@media (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.85px;
  }

  form textarea {
    background-image: linear-gradient(#0000,#0000 calc(4.07ch - 1px),#999 0);
    background-size: 100% 4.07ch;
    height: 20.35ch;
    line-height: 4.05ch;
  }
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 23 13'%3E%3Cpath stroke='%23282828' stroke-linecap='square' stroke-width='2' d='m1.5 1.5 10 10M21.5 1.5l-10 10'/%3E%3C/svg%3E");
  background-size: 23px 13px;
  background-repeat: no-repeat;
  background-position: center right;
}

form fieldset {
  max-width: none !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border-radius: 23px;
  cursor: pointer;
  display: inline-block;
  font-family: "Monument Grotesk", sans-serif;
  font-size: 16px;
  letter-spacing: 1.16667px;
  line-height: 19px;
  margin-top: -23px;
  padding: 13px 30px 9px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Submitted Message */

.submitted-message {
  color: #282828;
  font-size: 30px;
  letter-spacing: 0.85px;
  line-height: 1.33;
}

@media (max-width: 767px) {
  .submitted-message {
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.85px;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.sticky-nav {
  align-items: center;
  background-color: #F8F8F8;
  display: flex;
  flex-flow: row wrap;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.1s ease;
  width: 100%;
  z-index: 99;
}

body.sticky .sticky-nav {
  transform: translateY(0);
}

.site-logo {
  margin-right: auto;
  padding: 28px 55px 27px;
}

.site-logo svg {
  display: block;
  width: 99px;
}

#hs-button_nav_reservation {
  border-radius: 0;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.991217px;
  line-height: 1;
  padding: 35px 35px 30px 36px;
  text-align: center;
}
#footer-content {
  background-color: #0D2738;
  color: #FFFFFF;
  padding: 119px 23px 42px;
  text-align: center;
}

#hs_cos_wrapper_footer_header h1,
#hs_cos_wrapper_footer_header h2,
#hs_cos_wrapper_footer_header h3,
#hs_cos_wrapper_footer_header h4,
#hs_cos_wrapper_footer_header h5,
#hs_cos_wrapper_footer_header h6 {
  font-family: "Self Modern", serif;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 35px;
}

.footer-img {
  display: block;
  margin: 60px auto 0;
}

@media (max-width: 1024px) {
  #footer-content {
    padding-top: 123px;
  }
  
  #hs_cos_wrapper_footer_header h1,
  #hs_cos_wrapper_footer_header h2,
  #hs_cos_wrapper_footer_header h3,
  #hs_cos_wrapper_footer_header h4,
  #hs_cos_wrapper_footer_header h5,
  #hs_cos_wrapper_footer_header h6 {
    font-size: 50px;
    margin: 0 0 41px;
  }
}

@media (max-width: 767px) {
  #footer-content {
    padding: 119px 23px 42px;
  }
  
  #hs_cos_wrapper_footer_header h1,
  #hs_cos_wrapper_footer_header h2,
  #hs_cos_wrapper_footer_header h3,
  #hs_cos_wrapper_footer_header h4,
  #hs_cos_wrapper_footer_header h5,
  #hs_cos_wrapper_footer_header h6 {
    margin: 0 0 45px;
  }
}
.amenities-section .icon {
  background-image: url(https://20847067.fs1.hubspotusercontent-na1.net/hubfs/20847067/raw_assets/public/Roost%20Landing%20Pages/images/module_amenities_sprites.png);
}