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

body {
  color: #333;
  background-color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Domine, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 135%;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Domine, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Domine, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Domine, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 160%;
}

a {
  color: #24a7ff;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

li {
  font-weight: 600;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Domine, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #aaa;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.button {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #ddd;
}

.button:hover {
  box-shadow: 0 0 0 1px #333;
}

.button.w--current {
  background-color: #2e80b6;
}

.navigation-bar {
  background-color: #333;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navigation-menu {
  float: left;
}

.social-icon-link {
  opacity: .41;
  width: 19px;
  margin-right: 11px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .8;
}

.footer-link {
  color: #969696;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover, .footer-link.w--current {
  color: #ebebeb;
}

.site-name {
  color: #ebebeb;
  letter-spacing: 1px;
  margin-top: 16px;
  margin-right: 16px;
  font-family: Domine, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.site-name.w--current {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.post-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.post-summary {
  margin-bottom: 14px;
  line-height: 144%;
  display: block;
}

.post-info {
  color: #969696;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 12px;
  line-height: 125%;
  display: inline-block;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.blog-title-link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.blog-title-link:hover {
  opacity: .61;
}

.body-copy img {
  border-radius: 3px;
}

.body-copy a {
  text-decoration: none;
}

.body-copy a:hover {
  text-decoration: underline;
}

.body-copy li {
  margin-bottom: 3px;
}

.body-copy blockquote {
  border-left-width: 4px;
  border-left-color: #333;
  margin-left: -23px;
  padding-left: 18px;
}

.body-copy figure {
  margin-bottom: 20px;
}

.button-wrapper {
  color: green;
  text-align: center;
  margin-top: 60px;
}

.content-wrapper {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 29px;
  line-height: 33px;
}

.white-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 0 0 1px #ddd;
}

.circle-profile {
  border-radius: 500px;
  width: 70%;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-header {
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  margin: 0 7% 40px;
  padding-bottom: 40px;
  font-size: 29px;
  font-weight: 300;
  line-height: 33px;
}

.footer {
  background-color: #333;
  padding-top: 37px;
  padding-bottom: 37px;
}

.button-round {
  color: #333;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 300;
  transition: border .2s, color .2s;
}

.button-round:hover {
  color: #333;
  border-color: #333;
}

.post-info-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

.sidebar-copy h1 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 125%;
}

.sidebar-copy p {
  margin-bottom: 10px;
  font-size: 12px;
}

.sidebar-copy h2, .sidebar-copy h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 125%;
}

.nav-link {
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  border: 1px solid #000;
  margin-bottom: 5px;
  margin-left: -5px;
  margin-right: 5px;
  padding: 0 10px 2px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
  position: static;
}

.nav-link:hover {
  color: #0097d5;
  font-size: 22px;
  font-style: italic;
}

.nav-link.w--current {
  color: #0097d5;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: 5px;
  font-size: 24px;
  display: inline-block;
}

.nav-link.w--current:hover {
  font-style: normal;
  text-decoration: none;
}

.nav-link.contact {
  display: inline-block;
}

.blog-body-wrapper {
  margin-left: 7%;
  margin-right: 7%;
}

.post-title-section {
  text-align: center;
  border-bottom: 1px solid #dadada;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.align-content-right {
  text-align: right;
}

.gray-line {
  background-color: #5d5d5d;
  height: 3px;
  max-height: 3px;
  margin-top: 0;
}

.footer-section {
  background-color: #000;
  min-height: 50px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  color: #fff;
  flex-direction: row;
  margin-top: 2px;
  margin-right: 3px;
  font-size: 10px;
  display: block;
}

.text-block-2 {
  color: #fff;
  margin-top: -12px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 8px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.link-block {
  margin: -3px 0 2px;
  padding-top: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.link-block.avt {
  text-decoration: none;
  display: inline-block;
}

.link-block.avt:hover {
  background-color: #404047;
  border-radius: 10px;
  font-style: italic;
  text-decoration: underline;
}

.footer-container {
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  padding: 5px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  justify-content: center;
  max-width: 200px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 120%;
  display: flex;
}

.disclaimer-db {
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin: 6px 5px 5px;
  display: flex;
}

.produced-by-db {
  flex-wrap: wrap;
  flex: none;
  align-content: center;
  justify-content: center;
  align-self: flex-start;
  display: flex;
}

.produced-by-db.phone {
  display: none;
}

.utility-page-wrap {
  flex-direction: column;
  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;
}

.section-5 {
  background-color: #333;
  transition: opacity .2s;
  display: block;
}

.la-tb-top {
  color: #14ec6e;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 10px 5px;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.la-tb-top.contact-page {
  margin: 5px 3px 0;
}

.la-tb-top.contact-page.ellen-rtm {
  margin: 0 3px 0 -2px;
  font-size: 18px;
  line-height: 135%;
}

.la-tb-top.contact-page.pcp {
  margin-top: 5px;
  margin-bottom: 0;
}

.la-tb-top.contact-page.example {
  margin-top: 10px;
  margin-bottom: 3px;
}

.la-tb-top.tap {
  display: none;
}

.div-block-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2-la {
  text-align: center;
  margin: 0 10px 10px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.heading-2-la.mp {
  margin: 4px 3px 9px;
}

.heading-2-la.mp.ph {
  display: none;
}

.text-block-7 {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.text-block-7.ssphone {
  display: none;
}

.body {
  color: #fff;
  background-color: #333;
  border: 1px solid #30ad64;
}

.gif-border {
  border: 2px solid #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  display: block;
  box-shadow: 8px 8px 15px #000;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-end;
  align-items: flex-start;
  justify-items: stretch;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.unordered-list-16-pt-bold {
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.unordered-list-16-pt-bold.lamp {
  margin-left: 38px;
}

.image {
  margin-top: -6px;
  padding-top: 0;
  display: block;
}

.image.la-in-text {
  margin-top: 0;
  margin-left: 6px;
  margin-right: 8px;
}

.paragraph-8 {
  padding-left: 0;
  font-weight: 700;
}

.paragraph-8.indent-35 {
  align-items: stretch;
  margin-left: -14px;
  font-weight: 600;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: default;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.section-7 {
  color: #fff;
  text-align: left;
  background-color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 11px;
  transform: translate(0);
  box-shadow: 0 0 0 -20px #000;
}

.section-7.lapage {
  margin-top: 0;
}

.la-link-block {
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .1s;
}

.la-link-block:hover {
  color: #033ab6;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  align-self: auto;
  font-weight: 700;
  box-shadow: 11px 11px 15px 10px #000;
}

.div-block-18 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.list-item-3 {
  margin-bottom: 5px;
  font-weight: 600;
}

.list-item-4, .list-item-5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.la-image-div-block {
  background-color: rgba(255, 255, 255, .12);
  border: 1px solid #fff;
  border-radius: 15px;
  margin: 10px;
  padding: 13px;
  display: block;
  box-shadow: 4px 4px 41px 8px #000;
}

._16-pt-extra-bold {
  margin-bottom: 0;
  padding-left: 3px;
  font-weight: 800;
}

.div-block-19 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.tour-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  overflow: auto;
}

.tour-section.maps {
  background-color: #333;
  min-height: 90vh;
}

.footer-space-div {
  background-color: #333;
  min-height: 80px;
  display: block;
}

.section-11 {
  height: 64px;
}

.section-11.tbh {
  background-color: #333;
  display: block;
}

.italic-text-4 {
  padding-left: 3px;
  font-style: normal;
  font-weight: 800;
  display: block;
}

.text-span-3 {
  font-size: 19px;
  display: inline-block;
}

.paragraph-10 {
  margin-top: -8px;
  margin-bottom: 10px;
  font-weight: 800;
}

.paragraph-10.pref-ss {
  margin-top: 13px;
}

.paragraph-11 {
  font-size: 18px;
  font-weight: 800;
}

.div-block-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-12 {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 800;
}

.paragraph-13 {
  margin-top: -8px;
  margin-bottom: 10px;
  font-weight: 800;
}

.paragraph-13.ssp {
  margin-left: 16px;
}

.inline-revative-centering-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1050px;
  height: 790px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.paragraph-18 {
  font-weight: 600;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tour-div-tb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000, #000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.html-relational {
  background-color: #333;
}

.new-navbar {
  background-color: #000;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu-3 {
  float: left;
}

.navbar-5 {
  z-index: auto;
  background-image: linear-gradient(#000, #000);
}

.nav-menu-4 {
  float: left;
}

.street-address, .town-state-address {
  color: #fff;
  margin-left: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.heading-stats {
  color: #fff;
  margin-left: 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.heading-stats.phone-hs, .heading-stats.ct-heading-stats {
  display: block;
}

.header-pinned {
  z-index: 2000;
  background-color: #000;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ct-div-block {
  margin-bottom: -17px;
  display: flex;
}

.phone-div-block {
  display: none;
}

.section-12 {
  background-color: #000;
}

.download-floor-plans {
  text-align: center;
  border-radius: 15px;
  justify-content: flex-start;
  align-self: auto;
  margin-bottom: 0;
  display: flex;
  box-shadow: 4px 4px 4px 5px #000;
}

.download-floor-plans:hover {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  transform: translate(-6px, -4px);
  box-shadow: 6px 6px 4px 7px #000;
}

.div-block-30 {
  background-color: #333;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.image-4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.click-link-box {
  color: #fff;
  text-align: center;
  text-indent: 0;
  border: 2px solid #ddd;
  border-radius: 9px;
  flex-direction: column;
  min-width: 350px;
  margin: 10px;
  padding: 10px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  overflow: visible;
  transform: translate(0);
  box-shadow: 4px 4px 11px 3px #000;
}

.click-link-box:hover {
  color: #0097d5;
  font-style: italic;
  font-weight: 800;
  transform: translate(-5px, -5px)translate(0);
  box-shadow: 10px 10px 8px 1px #000, 4px 4px 11px 3px #000;
}

.text-block-21 {
  text-align: center;
  font-size: 22px;
}

.click-item-spacing {
  margin-top: 5px;
  margin-bottom: 5px;
}

.agent-image {
  border: 4px solid #fff;
  align-self: center;
  margin-bottom: 20px;
  margin-right: 0;
  display: block;
  box-shadow: 3px 7px 10px #000;
}

.div-block-32 {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 1px;
  display: flex;
}

.image-5 {
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 8px 10px;
  display: flex;
}

.image-6 {
  margin: 0 5px;
  display: block;
}

.text-span-5 {
  font-size: 20px;
}

.r-and-hud {
  justify-content: center;
  align-items: center;
  display: flex;
}

.r-and-hud.phone {
  display: none;
}

.phone-disclaimer {
  justify-content: center;
  display: none;
}

.heading-5 {
  color: #7fc4f3;
}

.text-block-22 {
  color: #fff;
}

.text-span-6 {
  font-style: italic;
}

.social-media-db {
  justify-content: center;
  margin-top: 5px;
  display: flex;
}

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

.container-9 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tab-pane {
  opacity: 1;
  color: #000;
  border: 5px solid #5d5d5d;
  padding: 10px;
  font-weight: 600;
}

.tab-pane.videos-tp {
  width: 60vw;
  padding: 0;
}

.tabs-menu {
  margin-top: 10px;
  margin-bottom: 0;
}

.tab-link {
  color: #fff;
  text-transform: none;
  background-color: #000;
  border: 5px solid #5d5d5d;
  margin-bottom: -5px;
  margin-left: 0;
  margin-right: -5px;
  font-size: 20px;
  font-weight: 700;
}

.tab-link:hover {
  color: #0097d5;
  font-size: 22px;
  font-style: italic;
}

.tab-link.w--current {
  color: #0097d5;
  text-transform: none;
  background-color: #000;
  font-size: 24px;
  font-weight: 700;
}

.tab-link.w--current:hover {
  font-style: normal;
}

.tab-link.tl2 {
  display: inline-block;
}

.text-block-25.videos {
  font-size: 18px;
}

.tabs-content {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: 700;
  box-shadow: 4px 4px 10px #000;
}

.section-14 {
  background-color: #333;
  border-top: 1px solid #000;
  flex-direction: column;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.m-page-label-container {
  display: none;
}

.mobile-pg-label-section {
  background-color: #333;
  display: none;
}

.details-list {
  margin-bottom: 0;
}

.produced-and-disclaimer-db {
  flex-wrap: wrap;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-50 {
  display: block;
}

.div-block-51 {
  justify-content: center;
  margin-bottom: 3px;
  display: flex;
}

.div-block-52, .div-block-53, .div-block-54 {
  background-color: #333;
  min-height: 90vh;
}

.image-13 {
  display: block;
}

.div-block-58 {
  color: #14ec6e;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin-bottom: 15px;
  font-size: 20px;
  display: flex;
}

.vt-c-container {
  margin-bottom: 10px;
}

.vt-m-container, .vt-pl-container, .vt-pp-container {
  display: none;
}

.section-16 {
  color: #14ec6e;
  background-color: #333;
  display: block;
}

.html-embed {
  text-align: center;
}

.text-block-38 {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.container-11 {
  color: #14ec6e;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-17 {
  transform: translate(0);
}

.link-block-5 {
  color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: opacity .2s, background-color .1s;
  display: flex;
}

.link-block-5:hover {
  color: #033ab6;
  background-color: #fff;
  transform: translate(-5px, -5px);
  box-shadow: 11px 11px 15px 10px #000;
}

.list-item-7 {
  margin-bottom: 5px;
  font-size: 18px;
}

.list-item-8 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}

.div-block-59 {
  max-width: 800px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.button-2 {
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  transition: background-color .1s;
  box-shadow: 4px 4px 41px 8px #000;
}

.button-2:hover {
  box-shadow: none;
  color: #0097d5;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-width: 3px;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  transform: translate(-5px, -5px);
}

.text-block-39 {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
}

.list-3 {
  text-align: left;
}

.div-block-61 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-40 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-62 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bold-text {
  text-transform: uppercase;
}

.vt-text-container {
  color: #14ec6e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-41 {
  color: #14ec6e;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
}

.list-item-9 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  list-style-type: disc;
}

.div-block-63 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.list-item-11 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-42 {
  color: #900;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}

.text-block-43 {
  align-self: center;
  margin-right: 4px;
  font-weight: 600;
  line-height: 110%;
}

.image-14 {
  flex-direction: row;
  margin-right: 7px;
}

.vt-c-text-db {
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-12 {
  color: #14ec6e;
}

.text-block-44 {
  color: #900;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.list-item-12 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.list-item-13 {
  font-size: 20px;
  font-weight: 600;
}

.div-block-64 {
  justify-content: center;
  margin-left: 11px;
  margin-right: 11px;
  display: flex;
}

.list-4 {
  margin-bottom: 0;
}

.list-item-16, .list-item-17, .list-item-18, .list-item-19 {
  font-weight: 600;
}

.mp-coming-soon {
  background-color: #333;
  display: none;
}

.text-block-47 {
  color: #14ec6e;
  text-align: center;
  text-transform: none;
  margin: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.list-5 {
  margin-left: 22px;
}

.list-6 {
  margin-bottom: 0;
  margin-left: 19px;
}

.section-19 {
  opacity: 1;
  background-color: #333;
  border-top: 1px solid #000;
  flex-direction: column;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.overlays {
  z-index: 9999;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.overlays.more-blackout {
  z-index: 8888;
}

.link-block-3 {
  color: #fff;
  cursor: pointer;
  border: 3px solid #edeff2;
  justify-content: flex-end;
  margin-top: 15px;
  margin-right: 30px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.close {
  font-size: 25px;
  text-decoration: none;
}

.x {
  margin-left: 10px;
  margin-right: 0;
  font-size: 30px;
  font-weight: 700;
}

.full-height-ct {
  height: 100vh;
}

.html-ct {
  color: #fff;
}

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-66 {
  background-color: #000;
  width: 400px;
  height: 60px;
  margin-right: 20px;
}

.green-text {
  color: #14ec6e;
}

.green-text:hover {
  color: #089141;
}

.image-15, .div-block-67 {
  display: none;
}

.div-block-69 {
  justify-content: center;
  display: flex;
}

.div-block-70 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    padding-top: 10px;
  }

  .navigation-menu {
    background-color: #333;
    border-bottom: 2px solid #616161;
    padding-bottom: 20px;
  }

  .site-name {
    margin-top: 12px;
  }

  .button-wrapper {
    margin-top: 60px;
  }

  .content-wrapper {
    padding: 60px 20px;
  }

  .white-wrapper {
    padding: 14px;
  }

  .menu-button {
    color: #ebebeb;
    background-color: rgba(235, 235, 235, .16);
    border-radius: 2px;
    padding: 14px 14px 12px;
  }

  .menu-button.w--open {
    background-color: rgba(235, 235, 235, .48);
  }

  .nav-link {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 9px;
    padding: 11px 14px;
    font-size: 18px;
    display: block;
    top: 2px;
    bottom: -3px;
  }

  .nav-link.w--current {
    margin-top: 0;
    font-size: 20px;
  }

  .blog-body-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .gray-line {
    z-index: 200;
    position: relative;
  }

  .footer-section {
    display: block;
    position: static;
  }

  .text-block {
    margin-top: 0;
  }

  .paragraph-3 {
    max-width: 200px;
    font-size: 12px;
  }

  .section-5 {
    background-color: #333;
    min-height: 0;
  }

  .la-tb-top {
    text-transform: none;
    margin-top: 10px;
    font-size: 20px;
    line-height: 135%;
  }

  .la-tb-top.caps {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Domine, sans-serif;
  }

  .la-tb-top.contact-page.ellen-rtm {
    margin-right: 1px;
  }

  .la-tb-top.contact-page.example {
    text-transform: uppercase;
  }

  .la-tb-top.tap {
    display: block;
  }

  .la-tb-top.tap.phone, .la-tb-top.tap.phone.vertical, .la-tb-top.tap.phone.landscape {
    display: none;
  }

  .la-tb-top.pv1 {
    display: block;
  }

  .body {
    background-color: rgba(0, 0, 0, .25);
    border: 15px solid #000;
  }

  .section-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .tour-section {
    display: block;
    overflow: auto;
  }

  .tour-section.maps {
    min-height: 0;
  }

  .inline-revative-centering-div {
    width: 100%;
    height: auto;
    position: relative;
    left: 0%;
  }

  .tour-div-tb {
    display: block;
  }

  .new-navbar {
    position: static;
  }

  .nav-menu-3, .nav-menu-4 {
    display: flex;
  }

  .header-pinned {
    display: flex;
    position: relative;
  }

  .download-floor-plans {
    border-radius: 15px;
    flex-direction: row;
    justify-content: center;
    max-width: 400px;
    display: flex;
  }

  .div-block-30 {
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .image-4 {
    margin-bottom: 20px;
  }

  .div-block-31 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .agent-image {
    border: 2px solid #000;
    flex: 0 auto;
    align-self: center;
    display: block;
  }

  .div-block-32 {
    margin-bottom: 10px;
  }

  .text-block-24 {
    color: #14ec6e;
    text-align: center;
    margin: 5px 10px 0;
    font-family: Domine, sans-serif;
    font-size: 20px;
    display: none;
  }

  .tab-pane.videos-tp {
    width: 70vw;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-14 {
    min-height: 0;
  }

  .div-block-49 {
    display: flex;
  }

  .div-block-52, .div-block-54 {
    min-height: 0;
  }

  .div-block-58 {
    flex: 0 auto;
  }

  .vt-c-container {
    display: none;
  }

  .vt-m-container {
    display: block;
  }

  .html-embed-2 {
    text-align: center;
  }

  .section-17 {
    background-color: #333;
  }

  .button-2.w--current {
    cursor: pointer;
  }

  .vt-text-container {
    color: #14ec6e;
    font-size: 22px;
    font-weight: 700;
  }

  .text-block-41 {
    display: block;
  }

  .vt-c-text-db {
    display: none;
  }

  .section-19 {
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 31px;
    line-height: 38px;
  }

  .navigation-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    margin: 0 10px;
    display: inline-block;
  }

  .post-wrapper {
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 30px;
  }

  .body-copy blockquote {
    margin-left: 0;
  }

  .social-link-group {
    text-align: center;
    margin-bottom: 20px;
  }

  .button-wrapper {
    text-align: center;
    margin-top: 30px;
  }

  .content-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px 20px;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .white-wrapper {
    margin-top: 20px;
    padding: 34px;
  }

  .section-header {
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0;
    padding-bottom: 30px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .blog-body-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .post-title-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .site-name-link {
    padding-left: 0;
  }

  .align-content-right {
    text-align: center;
  }

  .gray-line {
    z-index: 300;
    display: block;
    position: static;
  }

  .gray-line.in-header {
    display: none;
  }

  .text-block {
    align-self: flex-start;
    margin-top: 4px;
    margin-left: 4px;
  }

  .link-block.avt {
    margin-top: 0;
  }

  .footer-container {
    flex-wrap: wrap;
  }

  .paragraph-3 {
    max-width: 200px;
    display: flex;
  }

  .disclaimer-db, .produced-by-db {
    display: flex;
  }

  .produced-by-db.phone {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .la-tb-top {
    font-size: 18px;
    display: block;
  }

  .la-tb-top.caps {
    font-style: normal;
  }

  .la-tb-top.tap.phone {
    display: block;
  }

  .la-tb-top.tap.phone.vertical {
    display: none;
  }

  .la-tb-top.tap.phone.landscape {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .la-tb-top.phone.upper {
    margin-bottom: 0;
  }

  .heading-2-la.mp {
    padding-left: 3px;
    padding-right: 3px;
    display: inline;
  }

  .heading-2-la.mp:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2-la.mp.ph {
    margin-bottom: 0;
    line-height: 110%;
    display: block;
  }

  .heading-2-la.mp.ct {
    display: none;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .text-block-7.ssphone {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 125%;
    display: block;
  }

  .text-block-7.ssct {
    display: none;
  }

  .text-block-7.mp.ph {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .gif-border.slideshow {
    margin-top: 10px;
  }

  .container-6 {
    display: flex;
  }

  .image.la-in-text {
    margin-right: 0;
  }

  .paragraph-8.indent-35 {
    margin-left: -6px;
  }

  .div-block-17.ssp {
    display: none;
  }

  .section-7.lapage {
    margin-top: 10px;
  }

  .la-link-block {
    grid-template-rows: auto minmax(auto, 1fr);
    margin-left: 3px;
    margin-right: 3px;
    padding: 5px;
  }

  .la-link-block:hover {
    font-size: 14px;
  }

  .list-item-3.ssp {
    display: none;
  }

  .la-image-div-block {
    min-height: 230px;
    margin-bottom: 10px;
  }

  .la-image-div-block:hover {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tour-section {
    display: none;
  }

  .tour-section.maps {
    display: block;
  }

  .text-span-3 {
    font-size: 18px;
  }

  .paragraph-12, .paragraph-13.ssp {
    display: none;
  }

  .paragraph-17 {
    font-size: 17px;
    font-weight: 800;
  }

  .text-span-4 {
    font-weight: 700;
  }

  .paragraph-18 {
    font-weight: 400;
  }

  .navbar-5 {
    max-height: 60px;
    line-height: 135%;
  }

  .nav-menu-4 {
    z-index: 1500;
    background-image: linear-gradient(#000, #000);
    flex-direction: column;
    justify-content: space-around;
  }

  .street-address.phone-sa {
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .town-state-address.phone-tsa {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-stats.phone-hs {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
    line-height: 14px;
    display: block;
  }

  .heading-stats.ct-heading-stats, .header-pinned {
    display: block;
  }

  .ct-div-block {
    display: none;
  }

  .phone-div-block {
    z-index: 200;
    flex-direction: column;
    align-items: flex-start;
    max-width: 250px;
    margin-bottom: -66px;
    margin-left: 20px;
    display: block;
    position: relative;
  }

  .icon-2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
  }

  .text-block-19 {
    color: #fff;
    padding-top: 7px;
    font-weight: 600;
    display: block;
  }

  .menu-button-3 {
    z-index: 1000;
    background-color: #000;
    background-image: linear-gradient(#333, #333);
    flex-direction: row;
    padding: 10px;
    display: block;
  }

  .div-block-29 {
    display: flex;
  }

  .address-container {
    z-index: auto;
    position: static;
  }

  .download-floor-plans:hover {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
  }

  .click-link-box {
    min-width: 275px;
    font-size: 18px;
  }

  .div-block-32 {
    margin-bottom: 10px;
  }

  .image-6 {
    align-self: auto;
  }

  .text-span-5 {
    font-size: 16px;
  }

  .r-and-hud {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .phone-disclaimer {
    padding-bottom: 8px;
    display: flex;
  }

  .social-media-db {
    display: flex;
  }

  .text-block-24 {
    margin-top: 10px;
    font-weight: 700;
    display: none;
  }

  .tab-pane.videos-tp {
    width: 75vw;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .tab-link {
    margin-right: -5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .tab-link:hover {
    font-size: 18px;
  }

  .tab-link.w--current {
    margin-left: 0;
    font-size: 18px;
  }

  .text-block-25.videos {
    font-size: 14px;
  }

  .tabs-content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-14 {
    margin-top: 5px;
  }

  .m-page-label-container {
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-page-label-text {
    z-index: 300;
    color: #0097d5;
    text-align: center;
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 135px;
    margin: 0 10px 2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
    display: flex;
    position: relative;
  }

  .mobile-page-label-text.lowertext {
    width: 160px;
    margin-top: 0;
  }

  .mobile-pg-label-section {
    z-index: auto;
    display: block;
    position: static;
  }

  .vt-m-container {
    display: none;
  }

  .vt-pl-container {
    display: block;
  }

  .html-embed-3 {
    text-align: center;
  }

  .section-19 {
    margin-top: 5px;
  }

  .link-block-3 {
    background-color: #000;
    margin-top: 4px;
    margin-right: 8px;
    padding: 10px 15px;
  }

  .close {
    font-size: 12px;
  }

  .x {
    margin-left: 5px;
    font-size: 16px;
  }

  .div-block-65 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-66 {
    background-color: #000;
    display: none;
  }

  .db-for-more-menu-text {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: -14px;
    display: flex;
  }

  .image-15 {
    margin-left: -8px;
    display: block;
  }

  .image-16 {
    margin-top: 4px;
  }

  .div-block-67 {
    display: block;
  }

  .div-block-68 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .social-link-group {
    margin-top: 0;
  }

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }

  .white-wrapper {
    padding: 20px;
  }

  .footer {
    text-align: center;
  }

  .nav-link {
    font-size: 16px;
  }

  .text-block {
    margin-top: 6px;
    margin-left: 0;
    margin-right: -2px;
    font-size: 8px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .link-block.avt {
    margin-top: 2px;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .paragraph-3 {
    flex-direction: row;
    justify-content: flex-end;
    max-width: 200px;
    font-size: 10px;
    display: block;
    position: static;
  }

  .disclaimer-db {
    justify-content: center;
    display: flex;
  }

  .produced-by-db {
    display: flex;
  }

  .la-tb-top {
    display: block;
  }

  .la-tb-top.title-text {
    text-transform: none;
    margin-top: -8px;
    margin-bottom: 3px;
  }

  .la-tb-top.contact-page {
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    font-size: 12px;
    display: flex;
  }

  .la-tb-top.contact-page.ellen-rtm {
    font-size: 10px;
    line-height: 90%;
  }

  .la-tb-top.contact-page.pcp {
    margin-top: 0;
    font-size: 12px;
  }

  .la-tb-top.contact-page.example {
    font-size: 18px;
  }

  .la-tb-top.tap.phone.vertical {
    display: block;
  }

  .la-tb-top.tap.phone.landscape {
    display: none;
  }

  .la-tb-top.pv1 {
    margin-bottom: 10px;
    display: block;
  }

  .la-tb-top.phone.upper {
    margin-bottom: 5px;
  }

  .la-tb-top.bottom {
    margin-top: 7px;
    margin-right: 16px;
  }

  .heading-2-la.mp {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-7.mp.ph {
    margin-top: -4px;
    margin-bottom: 5px;
  }

  .container-6 {
    display: block;
  }

  .la-image-div-block {
    min-width: 157px;
    min-height: 200px;
  }

  .footer-space-div {
    background-color: #333;
    min-height: 60px;
  }

  .div-block-28, .paragraph-17 {
    display: none;
  }

  .street-address.phone-sa, .town-state-address.phone-tsa {
    font-size: 12px;
    line-height: 14px;
  }

  .phone-div-block {
    max-width: 150px;
    margin-left: 5px;
  }

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

  .menu-button-3 {
    padding: 10px;
  }

  .download-floor-plans {
    overflow: visible;
  }

  .click-link-box {
    min-width: 0;
  }

  .div-block-34 {
    display: none;
  }

  .text-span-5 {
    font-size: 10px;
  }

  .r-and-hud.phone {
    padding-left: 0;
    display: flex;
  }

  .text-block-24 {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tab-pane.videos-tp {
    width: 80vw;
  }

  .tabs-menu {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .tab-link {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link.w--current {
    margin-left: 0;
  }

  .tabs-content {
    margin-bottom: 10px;
  }

  .mobile-page-label-text {
    margin-right: 5px;
  }

  .mobile-page-label-text.lowertext {
    width: 160px;
    margin-top: 0;
  }

  .tabs {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-49 {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
  }

  .div-block-50 {
    align-items: flex-end;
  }

  .vt-pl-container {
    display: none;
  }

  .vt-pp-container {
    display: block;
  }

  .html-embed-4 {
    text-align: center;
  }

  .div-block-60 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-41 {
    font-size: 20px;
  }

  .list-item-9, .list-item-11 {
    font-size: 18px;
  }

  .div-block-65 {
    display: block;
  }

  .db-for-more-menu-text.phone-vertical {
    margin-top: -15px;
  }

  .image-15 {
    margin-left: -8px;
  }

  .text-span-12 {
    display: none;
  }
}


