:root {
  --dark-slate-gray-3: #333;
  --pms8005c: #928474;
  --tsh-type: #e2cea4db;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown: #f8c740;
  --light-gray: #d4d4d4;
  --dark-khaki: #a8d069;
  --silver: #bec3c7;
  --white-smoke-2: #f0f0f0;
  --dim-gray-3: #5d5d5d;
  --light-sea-green-2: #20ac99;
  --salmon-2: #fc7d64;
  --indian-red-2: #af4173;
  --steel-blue-2: #2e80b6;
  --tan: #d39f9a;
  --indian-red: #cf404d;
  --firebrick: #bf3a30;
  --white-smoke-4: #f3f3f3;
  --light-sea-green: #25ccbf;
  --white-smoke-3: #edeff2;
  --white-smoke: #ecf0f1;
  --dim-gray: #735260;
  --dark-slate-gray-2: #404047;
  --tomato: #e64c40;
  --steel-blue: #3b99d9;
  --dim-gray-2: #49647b;
  --salmon: #fd7072;
  --lavender: #e9e9e9;
  --sandy-brown-2: #e4b962;
  --medium-sea-green: #30ad64;
  --brown: #822e50;
  --dark-slate-gray: #2d3e4f;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

a {
  color: #bf3a30;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

a:hover {
  color: #bf3a30;
  text-decoration: none;
}

img {
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.footer {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--dark-slate-gray-3);
  text-align: left;
  text-shadow: 0 0 5px #0003, 0 0 2px #66666694;
  background-color: #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 5px 5%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 200;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 0 10px #0000001a;
}

.body {
  background-color: var(--pms8005c);
}

.floorplan {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dbd6d1;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-start;
  place-items: center stretch;
  min-height: 850px;
  max-height: 90vh;
  margin-top: 20px;
  margin-left: 8%;
  padding: 2% 0% 0%;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 5px #0003;
}

.floorplan.retail {
  padding-bottom: 20px;
  padding-right: 10px;
}

.floorplan-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60vw;
  padding: 0 0 50px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 40vw;
}

.menu-div {
  z-index: 5;
  background-color: #64553a78;
  background-image: linear-gradient(360deg, #2e211273 18%, #a591804d);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 40vw;
  height: 100%;
  min-height: 500px;
  padding: 0 30px;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.logo-horizon {
  display: none;
}

.logo-vertical {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-top: 10px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.fp-menu {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 350px;
  height: 50%;
  min-height: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  display: flex;
}

.menu-box {
  color: var(--tsh-type);
  text-align: left;
  border-top: 1px solid #ffffff4d;
  border-bottom: 1px #ffffff59;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 100;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.menu-box:hover {
  color: var(--goldenrod);
}

.menu-box.w--current {
  color: var(--khaki);
  text-shadow: 0 1px 10px #574b3c;
  font-weight: 600;
}

.menu-box.head {
  border-top-style: solid;
  border-top-color: #fff9;
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 600;
}

.menu-box.head._1 {
  border-top-style: none;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 25px;
}

.menu-box.head._1:hover {
  color: var(--tsh-type);
}

.menu-box.sub {
  padding-left: 20px;
}

.menu-box.sub.w--current {
  padding-left: 0;
}

.menu-box.sub.mobile {
  display: none;
}

.link-2 {
  color: var(--dark-slate-gray-3);
  transition: all .2s;
}

.link-2:hover {
  opacity: 1;
  color: var(--sandy-brown);
}

.plan-container {
  background-image: none;
  flex-flow: column;
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image {
  text-shadow: 0 1px 7px #0003;
  flex: 0 auto;
  order: -9999;
  align-self: center;
  height: 100%;
  display: block;
}

.floor-detail {
  color: var(--pms8005c);
  padding: 20px 23px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  position: absolute;
  inset: 0% 0% auto;
}

.not-to-scale {
  color: #33333373;
  text-align: right;
  font-size: 10px;
  position: absolute;
  inset: auto 15px 0% auto;
}

.disclaimers {
  z-index: 120;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  color: #fff;
  background-color: #e2d2c0a6;
  border-radius: 40px;
  align-self: center;
  width: auto;
  height: auto;
  margin: 50px 20%;
  padding: 60px 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 10px 20px #0000004d;
}

.paragraph-2 {
  color: #606060;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.bold-text-2 {
  color: #606060;
  font-size: 40px;
  font-weight: 200;
}

.disclaimers-close {
  text-align: center;
  text-shadow: 1px 1px 8px var(--pms8005c);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 13px;
  line-height: 25px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.disclaimers-close:hover {
  text-shadow: 0 3px 15px #000;
  transform: translate(0, -3px);
}

.text-block-4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.text-span-2 {
  font-size: 50px;
  font-weight: 100;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.fp-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--tsh-type);
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  font-size: 22px;
  font-weight: 100;
  line-height: 22px;
  transition: all .2s;
}

.fp-list:hover {
  color: var(--goldenrod);
}

.fp-list.w--current {
  color: var(--khaki);
  text-shadow: 0 1px 10px #574b3c;
  font-weight: 800;
}

.fp-list.upper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.fp-list.mobile {
  display: none;
}

.logo-link {
  background-image: url('../images/TSH_2026-Logo-C.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  max-height: 450px;
  display: block;
}

.text-block-5 {
  display: none;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 4px 20px;
    font-size: 11px;
    line-height: 15px;
  }

  .floorplan {
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    min-height: 700px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 5px 0;
    overflow: visible;
  }

  .floorplan-div {
    justify-content: space-between;
    align-items: center;
    width: 65vw;
    padding-left: 10px;
    padding-right: 10px;
    left: 35vw;
  }

  .menu-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 35vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    height: auto;
  }

  .logo-horizon {
    display: none;
  }

  .logo-vertical {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 10%;
    display: flex;
  }

  .fp-menu {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    min-height: 300px;
  }

  .menu-box {
    min-height: 45px;
    font-size: 16px;
    line-height: 23px;
  }

  .menu-box.head {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .menu-box.head._1 {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .menu-box.sub {
    padding-left: 15px;
    line-height: 20px;
    position: relative;
  }

  .plan-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .image {
    overflow: visible;
  }

  .floor-detail {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
  }

  .not-to-scale {
    font-size: 8px;
  }

  .disclaimers {
    z-index: 50;
    margin: 50px;
    font-size: 20px;
    line-height: 38px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .bold-text-2 {
    font-size: 40px;
  }

  .disclaimers-close {
    width: 90px;
    height: 90px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .text-span-2 {
    font-size: 40px;
  }

  .fp-list {
    flex: 0 auto;
  }

  .logo-link {
    max-height: 350px;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    padding: 2px 10px;
    line-height: 13px;
  }

  .floorplan {
    flex: 1;
    height: 800px;
    min-height: 400px;
    max-height: 900px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 20px 10px 10px;
    position: relative;
  }

  .floorplan-div {
    width: 60vw;
    padding: 10px 20px 20px;
    left: 40vw;
  }

  .menu-div {
    justify-content: space-between;
    align-items: center;
    width: 40vw;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    inset: 0% auto 0% 0%;
  }

  .logo-vertical {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fp-menu {
    justify-content: center;
    align-items: flex-start;
    min-height: 250px;
    padding-top: 0;
  }

  .menu-box {
    min-height: 35px;
    font-size: 14px;
    line-height: 15px;
  }

  .menu-box.head._1 {
    font-size: 16px;
  }

  .plan-container {
    padding-top: 0;
  }

  .image {
    flex: 0 auto;
  }

  .floor-detail {
    padding-bottom: 5px;
    padding-left: 15px;
    font-size: 10px;
    line-height: 12px;
  }

  .not-to-scale {
    font-size: 7px;
  }

  .disclaimers {
    max-width: 700px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
    font-size: 15px;
    line-height: 30px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 23px;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .disclaimers-close {
    width: 80px;
    height: 80px;
  }

  .fp-list {
    flex: 0 auto;
    font-size: 15px;
    line-height: 20px;
  }

  .logo-link {
    max-height: 220px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: var(--pms8005c);
    background-color: #fff0;
    background-image: none;
    border-top: 1px solid #ececec1a;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 100;
    display: flex;
  }

  .floorplan {
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .floorplan-div {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 0;
    padding-bottom: 150px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    left: 0;
  }

  .menu-div {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-image: linear-gradient(360deg, #2e2112bf 18%, #a591804d);
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 0 0 30px;
    inset: auto 0% 0%;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .logo-horizon {
    border-top: 1px solid #ffffff29;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 12px 15%;
    display: flex;
    position: relative;
  }

  .logo-vertical {
    display: none;
  }

  .fp-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .menu-box {
    text-align: center;
    border-bottom-style: none;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 200;
    line-height: 15px;
  }

  .menu-box.head {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top-style: none;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .menu-box.head._1 {
    color: var(--tsh-type);
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .menu-box.head._2 {
    border-right: 1px solid #ffffff29;
  }

  .menu-box.sub {
    text-align: left;
  }

  .menu-box.sub.w--current {
    display: flex;
  }

  .menu-box.sub.mobile {
    text-align: left;
    border-top-style: none;
    border-right: 1px #fff6;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 35px;
    padding-left: 40px;
    padding-right: 10px;
    font-size: 14px;
    display: flex;
  }

  .menu-box.sub.mobile:hover {
    color: var(--tsh-type);
    -webkit-text-stroke-color: var(--sandy-brown);
  }

  .menu-box.sub.mobile.w--current {
    font-weight: 500;
  }

  .menu-box.sub.mobile.w--current:hover {
    color: var(--khaki);
    -webkit-text-stroke-color: var(--khaki);
  }

  .menu-box.sub.mobile._1 {
    border-top-style: solid;
    border-top-color: #ffffff29;
    border-bottom-style: solid;
    border-bottom-color: #ffffff29;
  }

  .menu-box.sub.mobile._1.w--current {
    border-top-style: solid;
    border-bottom-style: solid;
  }

  .link-2 {
    color: var(--pms8005c);
  }

  .floor-detail {
    background-color: #fff0;
    padding: 15px 15px 10px;
    font-size: 13px;
    line-height: 13px;
  }

  .footer-text-div {
    order: 9999;
  }

  .text-block, .not-to-scale {
    text-align: center;
  }

  .disclaimers {
    z-index: 120;
    padding: 30px 18px 18px;
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-2 {
    font-size: 12px;
    font-weight: 200;
    line-height: 18px;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .disclaimers-close {
    width: 60px;
    height: 60px;
  }

  .text-block-4 {
    font-size: 8px;
    line-height: 10px;
  }

  .text-span-2 {
    font-size: 30px;
    font-weight: 200;
  }

  .fp-list {
    text-align: center;
    border-bottom-style: none;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 200;
    line-height: 15px;
  }

  .fp-list.upper {
    border-right: 1px solid #ffffff29;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .fp-list.mobile {
    border-top: 1px solid #ffffff52;
    display: block;
    position: relative;
  }

  .text-block-5 {
    font-size: 15px;
    display: block;
  }

  .office-menu {
    z-index: 100;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #92847480;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .office-menu.hide {
    display: none;
    position: relative;
  }

  .bold-text-3 {
    font-size: 12px;
    line-height: 12px;
  }

  .close-button {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    transition: all .2s;
    position: absolute;
    inset: 0% 10px 0% auto;
  }

  .close-button:hover {
    z-index: 150;
    background-color: #ffffff0d;
    border-radius: 3px;
    height: 100%;
  }

  .div-block-5 {
    background-color: var(--tsh-type);
    -webkit-text-stroke-color: #e2cea44d;
    width: 100%;
    height: 1px;
    position: absolute;
    inset: 50px 0% 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    padding-left: 0;
    padding-right: 80px;
    display: flex;
  }

  #w-node-_338c5a20-2b2c-f04b-70ed-c121baa6a498-e30e80a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b20133df-5176-b2a9-e0ec-f64c10656bb1-e30e80a1, #w-node-b20133df-5176-b2a9-e0ec-f64c10656bae-e30e80a1, #w-node-b20133df-5176-b2a9-e0ec-f64c10656bb4-e30e80a1, #w-node-_338c5a20-2b2c-f04b-70ed-c121baa6a498-6eaded69, #w-node-b20133df-5176-b2a9-e0ec-f64c10656bb1-6eaded69, #w-node-b20133df-5176-b2a9-e0ec-f64c10656bae-6eaded69, #w-node-b20133df-5176-b2a9-e0ec-f64c10656bb4-6eaded69 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


