.horizontal-scroll {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.horizontal-scroll > .li {
  width: 100vw;
}
.fixed,
html.fixed,
html.lenis.fixed,
.fixed.lenis-scrolling {
  overflow: hidden !important;
  height: 100%;
}

.patternbox {
  width: 1450px;
}
/* .pattern-transparent {
  background-image: url(../images/pattern-box.png);
  background-repeat: no-repeat;
  background-size: 100%;
} */

.site-header .right-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 30px;
  right: 50px;
  top: 10px;
}

.hamburg {
  width: 34px;
  margin-right: 15px;
  cursor: pointer;
}

.menu-expand {
  position: fixed;
  left: 0;
  top: -100%;
  right: 0;
  background-color: var(--color-blue);
  z-index: 10;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-out;
}
.close {
  width: 26px;
  position: absolute;
  left: 29px;
  top: 45px;
  z-index: 2;
  cursor: pointer;
}
.menu-expand ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.menu-expand video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto;
  transform: translate(-50%, -50%);
}
.menu-expand .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(75, 151, 203, 0.84); */
  opacity: 0.84;
  background-color: #203747;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}
.sec-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.sec-wrap .menu-con {
  position: relative;
}
.logo {
  width: 100%;
  text-align: center;
}
.menu-expand .brand-logo {
  width: 190px;
  display: inline-block;
}

.menu-expand.open {
  opacity: 1;
  top: 0;
  bottom: 0;
  visibility: visible;
}

.menu-main-menu-container,
.menu-con {
  text-align: center;
}
.floorplan-link {
  position: absolute;
  right: 0;
}

.header-menu {
  list-style: none;
  padding-left: 0;
}
.header-menu li {
  margin: 1.822vw 0;
}
.header-menu li a {
  display: inline-block;
  font-size: 30px;
  color: var(--color-gray);
  font-family: var(--font-secondary);
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.header-menu li a:hover,
.header-menu li.current-menu-item a {
  color: var(--color-gray);
  font-style: italic;
}
.header-menu li.residences {
  position: relative;
}

.header-menu li.residences .sub-menu {
  position: absolute;
  right: -100px;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  visibility: hidden;
}
.header-menu li.residences:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-menu li.residences .sub-menu li {
  margin: 0;
}
.header-menu li.residences .sub-menu li a {
  font-size: 20px;
  font-style: italic;
  /* color: var(--color-yellow); */
  letter-spacing: 0.03em;
}

.expand-info {
  position: absolute;
  left: 58px;
  right: 58px;
  bottom: 0;
}
.info-top {
  border-bottom: solid 1px var(--color-yellow);
  padding-bottom: 1.5625vw;
  /* display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 26px;
  padding-right: 26px; */
}
.expand-info .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.expand-info .menu li {
  margin: 0 12px;
}
.expand-info .menu li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-yellow-light);
  font-family: var(--font-reader-promedium);
}
.expand-info .menu li a:hover {
  color: var(--color-yellow);
}
.expand-info .info-copy {
  text-align: center;
}
.expand-info .info-copy .sales p {
  font-size: 12px;
  font-family: var(--font-reader-proregular);
  line-height: 1.285;
  color: var(--color-yellow-light);
  margin-bottom: 0.989583vw;
}
.expand-info .info-copy .sales p:last-child {
  margin-bottom: 0;
}
.expand-info .info-copy .sales p strong {
  text-transform: uppercase;
  font-family: var(--font-reader-promedium);
  font-weight: normal;
  font-size: 11px;
}
.expand-info .info-copy .sales p a {
  color: var(--color-yellow-light);
}
.expand-info .info-copy .sales p a:hover {
  color: var(--color-yellow);
}
.expand-info .info-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.expand-info .info-right .footer-menu li {
  width: 100%;
  text-align: center;
  margin: 0 0 0.625vw;
}
.expand-info .info-right .footer-menu li:last-child {
  margin-bottom: 0;
}
.info-right .social {
  margin-right: 40px;
}
.social ul {
  display: flex;
  align-items: center;
}
.social ul li {
  margin: 0 13px;
}
.info-btm {
  padding: 50px 0 25px 0;
  text-align: center;
}
.info-btm p {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--color-light-blue);
  margin-bottom: 0;
}
.info-btm ul {
  justify-content: center;
}
.info-btm ul li a {
  font-family: var(--font-reader-proregular);
  font-weight: normal;
}

/* Inquiry Expand */
/* .inquire-expand {
  width: 986px;
  height: 100vh;
  background-color: var(--color-blue);
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-out;
}
.inquire-expand.open {
  opacity: 1;
  left: 0;
  visibility: visible;
} */
.inquire-expand {
  background: var(--color-blue);
  padding-top: 150px;
  padding-bottom: 100px;
}
.inquire-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inquire-expand .toprow .topmid-x,
.inquire-expand .btmrow .btmmid-x {
  width: 80%;
}
.inquire-expand .patternbox {
  margin: 0 106px;
  width: inherit;
}
.inquire-expand .midcopy {
  padding: 0 35px;
}

.inquire-expand .midcopy .text-block {
  color: var(--color-light-blue);
  margin-bottom: 50px;
  margin-top: -50px;
}
.inquire-expand .midcopy .text-block .icon {
  margin-bottom: 20px;
  width: 67px;
}
.inquire-expand .midcopy .text-block h6 {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.inquire-expand .midcopy .text-block p {
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.inquire-expand .wpcf7 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.inquire-expand .wpcf7 .form-group {
  width: 50%;
  margin-bottom: 50px;
  position: relative;
}
.wpcf7 .form-group.full-width,
.wpcf7 .form-group.full-width .wpcf7-form-control-wrap,
.inquire-expand .form-submit {
  width: 100%;
  display: block;
}
.inquire-expand .wpcf7 .form-group .form-control,
.inquire-expand .wpcf7 .form-group .wpcf7-textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px var(--color-light-blue);
  padding: 0;
  color: var(--color-light-blue);
  font-family: var(--font-reader-proregular);
  font-size: 16px;
  outline: none;
  width: 100%;
}
.inquire-expand .wpcf7 .form-group .wpcf7-textarea {
  height: 25px;
  resize: none;
}
.inquire-expand .wpcf7 .form-group label {
  color: var(--color-light-blue);
  font-family: var(--font-reader-proregular);
  font-size: 16px;
  position: relative;
}
.inquire-expand .wpcf7 .form-group label input {
  opacity: 0;
  position: absolute;
}
.inquire-expand .wpcf7 .form-group.btmline {
  border-bottom: solid 1px var(--color-light-blue);
  height: 25px;
}
.inquire-expand .wpcf7 .form-group .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
  width: 48px;
}
.inquire-expand .wpcf7 .form-group.btmline .wpcf7-list-item {
  margin-left: 18px;
}

.inquire-expand
  .wpcf7
  .form-group
  .wpcf7-list-item
  .wpcf7-list-item-label:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px var(--color-light-blue);
  position: absolute;
  left: 0;
  top: 3px;
}
.inquire-expand
  .wpcf7
  .form-group
  .wpcf7-list-item
  .wpcf7-list-item-label:after {
  width: 6px;
  height: 6px;
  background-color: var(--color-light-blue);
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 7px;
  opacity: 0;
}
.inquire-expand
  .wpcf7
  .form-group
  label
  input[type="radio"]:checked
  + .wpcf7-list-item-label:after {
  opacity: 1;
}

.inquire-expand .required {
  font-size: 14px;
  color: var(--color-light-blue);
  font-family: var(--font-reader-proregular);
  margin-bottom: 20px;
  width: 100%;
  margin-top: -22px;
}

.inquire-expand .wpcf7 .form-group .form-control::-webkit-input-placeholder,
.inquire-expand .wpcf7 .form-group .wpcf7-textarea::-webkit-input-placeholder {
  color: var(--color-light-blue);
  opacity: 1;
}
.inquire-expand .wpcf7 .form-group .form-control::-moz-placeholder,
.inquire-expand .wpcf7 .form-group .wpcf7-textarea::-moz-placeholder {
  color: var(--color-light-blue);
  opacity: 1;
}
.inquire-expand .wpcf7 .form-group .form-control:-ms-input-placeholder,
.inquire-expand .wpcf7 .form-group .wpcf7-textarea:-ms-input-placeholder {
  color: var(--color-light-blue);
  opacity: 1;
}
.inquire-expand .wpcf7 .form-group .form-control:-moz-placeholder,
.inquire-expand .wpcf7 .form-group .wpcf7-textarea:-moz-placeholder {
  color: var(--color-light-blue);
  opacity: 1;
}
.inquire-expand .form-submit {
  text-align: center;
  position: relative;
}
.inquire-expand .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.inquire-expand .wpcf7-response-output {
  width: 100%;
  text-align: center;
  color: var(--color-yellow);
  font-size: 16px;
}
.inquire-expand .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 14px;
}
.inquire-expand .wpcf7-form-control-wrap {
  display: block;
}
.inquire-expand .wpcf7 .form-group.btmline .wpcf7-not-valid-tip {
  width: 200px;
  bottom: -25px;
}
.inquire-expand .wpcf7 .form-group.radiogroup .wpcf7-form-control-wrap {
  display: inline-block;
}

.discover-section .text-block {
  padding: 3.5862068vw 20px;
  min-height: auto;
}

.toprow,
.btmrow {
  width: 100%;
  height: 102px;
  display: flex;
}
.toprow .topleft,
.toprow .topright,
.btmrow .btmleft,
.btmrow .btmright {
  width: 112px;
  height: 102px;
  background-size: 100%;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
.toprow .topleft {
  background-image: url(../images/pattern/left-top.png);
}
.toprow .topmid-x {
  background-image: url(../images/pattern/top-x.png);
  background-repeat: repeat-x;
  width: 86%;
}
.toprow .topright {
  background-image: url(../images/pattern/right-top.png);
}
.midrow {
  display: flex;
}
.midcopy {
  width: 99.95%;
}
.midrow .midleft-y,
.midrow .midright-y {
  background-repeat: repeat-y;
  width: 11px;
  background-size: 100%;
}
.midrow .midleft-y {
  background-image: url(../images/pattern/left-y.png);
}

.midrow .midright-y {
  background-image: url(../images/pattern/right-y.png);
}
.btmrow .btmleft {
  background-image: url(../images/pattern/left-bottom.png);
}
.btmrow .btmmid-x {
  background-image: url(../images/pattern/bottom-x.png);
  background-repeat: repeat-x;
  width: 86%;
}
.btmrow .btmright {
  background-image: url(../images/pattern/right-bottom.png);
}
.site-footer {
  background-image: url(../images/pattern/footer-bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}
.footer-con {
  position: relative;
}
.flexrow {
  display: flex;
}
.footer-con .foot-toprow,
.footer-con .foot-btmrow {
  height: 80px;
  display: flex;
}
.footer-con .foot-toprow .topleft,
.footer-con .foot-toprow .topright,
.footer-con .foot-btmrow .btmleft,
.footer-con .foot-btmrow .btmright {
  width: 74px;
  height: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer-con .foot-toprow .topleft {
  background-image: url(../images/pattern/foot-left-top.png);
}
.footer-con .foot-toprow .topright {
  background-image: url(../images/pattern/foot-right-top.png);
}
.footer-con .foot-toprow .topmid,
.footer-con .foot-btmrow .btmmid {
  background-color: #faf3e7;
  width: 91%;
}
.footer-con .foot-midrow {
  width: 100%;
  background-color: #faf3e7;
}
.footer-con .foot-btmrow .btmleft {
  background-image: url(../images/pattern/foot-left-bottom.png);
}
.footer-con .foot-btmrow .btmright {
  background-image: url(../images/pattern/foot-right-bottom.png);
}

.foot-leftcol,
.foot-rightcol {
  width: 65px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.foot-leftcol .topleft,
.foot-leftcol .btmleft,
.foot-rightcol .topright,
.foot-rightcol .btmright {
  width: 100%;
  background-size: 100% 100%;
  height: 65px;
  position: absolute;
  background-repeat: no-repeat;
}
.foot-midcol {
  background-color: #faf3e7;
  width: 91%;
  height: 100%;
  padding-bottom: 30px;
}
.foot-leftcol .topleft {
  background-image: url(../images/pattern/foot-left-top.png);
  left: 0;
  top: 0;
}
.foot-leftcol .btmleft {
  background-image: url(../images/pattern/foot-left-bottom.png);
  left: 0;
  bottom: 0;
}

.foot-leftcol .leftmid,
.foot-rightcol .rightmid {
  background-color: #faf3e7;
  width: 100%;
  position: absolute;
  top: 65px;
  bottom: 65px;
  left: 0;
}

.foot-rightcol .topright {
  background-image: url(../images/pattern/foot-right-top.png);
  right: 0;
  top: 0;
}
.foot-rightcol .btmright {
  background-image: url(../images/pattern/foot-right-bottom.png);
  right: 0;
  bottom: 0;
}

.footer-top {
  /* margin: 0 5.54505vw; */
  padding-bottom: 0px;
  padding-top: 20px;
}
.footer-top .footer-logo {
  max-width: 200px;
  display: inline-block;
  margin-bottom: 20px;
}
/* .footer-top .footer-logo img {
  width: 180px;
  height: auto;
} */
.footer-top h5 {
  margin-bottom: 37px;
}
.footer-bottom .footer-text p {
  font-family: var(--font-reader-proregular);
}
.footer-bottom .footer-text p a {
  color: #000;
}
.site-footer .notice p {
  margin-bottom: 0;
}
.footer-bottom {
  padding-top: 46px;
  /* margin: 0 5.54505vw; */
}
.footer-bottom .footer-text {
  margin-bottom: 26px;
}
.footer-social ul {
  margin-bottom: 30px;
}
.footer-marketing {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  margin-bottom: 30px;
}
.footer-marketing .client-logos {
  display: flex;
  align-items: center;
  width: 100%;
}
.footer-marketing .client-logos img {
  max-width: 150px;
}
.footer-marketing .client-logos svg {
  max-width: 60%;
  height: auto;
}
.footer-bottom .footer-marketing {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .inquire-expand {
    width: 100%;
  }
  .inquire-expand .wpcf7 .form-group.btmline .wpcf7-list-item {
    margin-left: 10px;
  }
  .inquire-expand .toprow .topmid-x,
  .inquire-expand .btmrow .btmmid-x {
    width: 75%;
  }
  .inquire-expand .wpcf7 .form-group {
    margin-bottom: 25px;
  }
  .inquire-expand .required {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .site-header {
    text-align: left;
  }
  .site-header .right-text {
    right: 15px;
  }
  .inquire-expand .patternbox {
    margin: 0 auto;
  }
  .inquire-expand .toprow .topmid-x,
  .inquire-expand .btmrow .btmmid-x {
    width: 67%;
  }
  .inquire-expand .midcopy .text-block {
    margin-bottom: 55px;
  }
  .inquire-expand .wpcf7 .form-group {
    margin-bottom: 50px;
  }
  .inquire-expand .required {
    margin-top: -22px;
  }

  .site-footer {
    background-image: url(../images/pattern/footer-bg-mobile.png);
    padding: 75px 15px;
  }
  .foot-midcol {
    width: 93%;
  }
}
@media only screen and (max-height: 768px) {
  .sec-wrap .menu-con {
    margin-top: 0px;
  }
  .header-menu li {
    margin: 1.5vw 0;
  }
  .inquire-expand .wpcf7 .form-group {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-expand .brand-logo {
    width: 135px;
  }
  .site-header .right-text .btn-primary {
    padding: 10px 0px;
    background-image: none;
    min-width: inherit;
  }
  .site-header .right-text {
    left: 15px;
    top: 15px;
  }
  .site-header .navbar-brand {
    /* margin-left: 60px; */
  }
  .close {
    left: 30px;
    top: 41px;
    width: 16px;
  }

  .hamburg {
    margin-right: 10px;
  }
  .sec-wrap .menu-con {
    margin-top: 20px;
    width: 92%;
  }
  .header-menu li {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header-menu li.residences .sub-menu {
    /* position: relative; */
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .header-menu li a {
    font-size: 25px;
  }
  .header-menu li.residences .sub-menu li a {
    font-size: 14px;
  }
  .menu-expand .sec-wrap {
    min-height: 75%;
  }
  .expand-info .menu {
    flex-wrap: nowrap;
    justify-content: inherit;
  }

  .expand-info .legal-menu {
    margin-bottom: 0px;
    justify-content: flex-end;
  }
  .expand-info .info-copy {
    justify-content: center;
    margin-bottom: 15px;
  }
  .expand-info .info-copy {
    padding: 0;
  }
  .expand-info .info-copy .sales p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .expand-info .info-copy .sales p strong {
    font-size: 12px;
  }
  .expand-info .info-copy .sales p .m {
    display: block;
  }
  .expand-info {
    left: 20px;
    right: 20px;
  }
  .info-top {
    padding: 0 5px 15px;
  }
  .info-top .menu,
  .info-top .social {
    display: none;
  }
  .expand-info .menu li a {
    font-size: 11px;
  }
  .expand-info .info-right {
    justify-content: space-between;
  }
  .expand-info .info-right .footer-menu li,
  .expand-info .menu li,
  .social ul li {
    margin: 0 8px 0;
  }
  .social ul li a img {
    height: 16px;
  }
  .expand-info .footer-menu {
    text-align: left;
  }
  .expand-info .menu li:first-child {
    margin-left: 0;
  }
  .expand-info .menu li:last-child {
    margin-right: 0;
  }
  .info-btm {
    padding: 25px 0;
  }
  .info-btm p {
    font-size: 7px;
  }

  .inquire-expand .patternbox {
  }
  .inquire-expand .toprow .topmid-x,
  .inquire-expand .btmrow .btmmid-x {
    width: 70%;
  }
  .inquire-expand .midcopy .text-block {
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .inquire-expand .wpcf7 .wpcf7-form {
    flex-wrap: wrap;
  }
  .inquire-expand .wpcf7 .form-group.country,
  .inquire-expand .wpcf7 .form-group.btmline {
    width: 100%;
  }
  .inquire-expand .wpcf7 .form-group {
    margin-bottom: 20px;
  }
  .inquire-expand .midcopy {
    padding: 0 15px 20px 15px;
  }
  .inquire-expand .midcopy .text-block h6 {
    margin-bottom: 5px;
  }
  .inquire-expand .midcopy .text-block p,
  .inquire-expand .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .inquire-expand .wpcf7 .form-group .form-control,
  .inquire-expand .wpcf7 .form-group .wpcf7-textarea,
  .inquire-expand .wpcf7-response-output,
  .inquire-expand .wpcf7 .form-group label {
    font-size: 14px;
  }

  .inquire-expand .wpcf7-not-valid-tip {
    bottom: -16px;
  }
  .inquire-expand .wpcf7 .form-group.btmline .wpcf7-not-valid-tip {
    bottom: -20px;
  }
  .inquire-expand .required {
    margin-top: 0;
    font-size: 12px;
  }

  .inquire-expand .form-submit .wpcf7-submit {
    padding: 9px 35px;
  }

  .discover-section {
    padding-top: 125px;
    padding-bottom: 250px;
  }
  .toprow,
  .btmrow {
    height: 61px;
  }
  .toprow .topleft,
  .toprow .topright,
  .btmrow .btmleft,
  .btmrow .btmright {
    width: 60px;
    height: 61px;
  }

  .toprow .topleft {
    background-image: url(../images/pattern/left-top-sm.png);
  }
  .toprow .topmid-x {
    background-image: url(../images/pattern/top-x-sm.png);
    width: 70%;
  }
  .toprow .topright {
    background-image: url(../images/pattern/right-top-sm.png);
  }
  .midrow .midleft-y,
  .midrow .midright-y {
    width: 10px;
  }
  .midrow .midleft-y {
    background-image: url(../images/pattern/left-y-sm.png);
  }
  .midrow .midright-y {
    background-image: url(../images/pattern/right-y-sm.png);
  }
  .btmrow .btmleft {
    background-image: url(../images/pattern/left-bottom-sm.png);
  }
  .btmrow .btmmid-x {
    background-image: url(../images/pattern/bottom-x-sm.png);
    width: 70%;
  }
  .btmrow .btmright {
    background-image: url(../images/pattern/right-bottom-sm.png);
  }
  .footer-top {
    position: relative;
  }
  .footer-top h3 {
    font-size: 14px;
  }
  .footer-top h5 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .footer-social {
    position: absolute;
    right: -5px;
    bottom: -60px;
  }
  .footer-social ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-social li img {
    transform: scale(0.8);
  }
  .footer-bottom {
    padding-top: 20px;
  }

  .footer-top,
  .footer-bottom {
    margin: 0;
  }
  .footer-bottom .footer-text {
    margin-bottom: 15px;
    text-align: left;
  }
  .footer-bottom .footer-text p {
    font-size: 11px;
  }
  .footer-bottom .footer-text p .m {
    display: block;
  }
  .footer-social ul,
  .footer-marketing {
    margin-bottom: 15px;
    text-align: center;
  }
  .foot-midcol {
    width: 90%;
  }
  .footer-top .footer-marketing {
    display: none;
  }
  .footer-bottom .footer-marketing {
    display: flex;
    border-top: 1px solid #b49e7e;
    padding-top: 20px;
    margin-left: 0px;
  }
  .footer-marketing .client-logos img {
    max-width: 190px;
  }
  .site-footer .notice p {
    font-size: 6px;
    color: #000;
  }
  .bottom-menu-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .bottom-menu-wrap .bottom-menu {
    width: 40%;
  }
  .foot-leftcol,
  .foot-rightcol {
    width: 30px;
  }
  .foot-leftcol .topleft,
  .foot-leftcol .btmleft,
  .foot-rightcol .topright,
  .foot-rightcol .btmright {
    height: 30px;
  }
  .foot-leftcol .leftmid,
  .foot-rightcol .rightmid {
    top: 30px;
    bottom: 30px;
  }
  .footer-top .footer-logo {
    max-width: 160px;
  }
}
@media only screen and (max-width: 414px) {
  .inquire-expand .toprow .topmid-x,
  .inquire-expand .btmrow .btmmid-x {
    width: 70%;
  }
}
@media only screen and (max-width: 375px) {
  .sec-wrap .menu-con {
    margin-top: 0;
  }
  .inquire-expand .toprow .topmid-x,
  .inquire-expand .btmrow .btmmid-x {
    width: 66%;
  }
  .inquire-expand .midcopy .text-block .icon {
    width: 52px;
  }
}
@media only screen and (max-width: 360px) {
  .site-header .navbar-brand {
    max-width: 110px;
  }
  .site-header .right-text .btn-primary {
    min-width: 110px;
    padding: 5px 25px;
  }
  .hamburg {
    margin-right: 8px;
    width: 25px;
  }
  .sec-wrap .menu-con {
    margin-top: 25px;
  }
  .expand-info {
    display: none;
  }
  .header-menu li a {
    font-size: 22px;
  }
  .header-menu li.residences .sub-menu li a {
    font-size: 14px;
  }
  .inquire-expand .toprow .topmid-x,
  .inquire-expand .btmrow .btmmid-x {
    width: 60%;
  }

  .inquire-expand .wpcf7 .form-group {
    width: 100%;
  }

  .inquire-expand
    .wpcf7
    .form-group
    .wpcf7-list-item
    .wpcf7-list-item-label:after {
    top: 6.3px;
  }
}
